/*
Theme Name: Doctor Person Portfolio
Theme URI: https://example.ae/
Author: Rezaul Karim
Author URI: https://example.ae/
Description: A WordPress theme for a Doctor person's portfolio.
 Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Doctor Person Portfolio
*/

/* Import your custom styles */
@import url('assets/css/bootstrap.min.css');
@import url('assets/css/style.css');

/* Custom Styles */
:root {
    --primary-color: #007bff;
    --secondary-color: #6c757d;
    --success-color: #28a745;
    --danger-color: #dc3545;
    --warning-color: #ffc107;
    --info-color: #17a2b8;
    --light-color: #f8f9fa;
    --dark-color: #343a40;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

.btn-primary {
    color: #fff;
    background-color: #07ccec    ;
    border-color: #07ccec;
  }

  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #07ccec;
}

.btn-outline-primary {
	color: #07ccec;
	border-color: #07ccec;
}


.card {
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.btn {
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.social-links a {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.navbar {
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
}

.navbar-brand {
    font-size: 1.5rem;
    color: var(--primary-color) !important;
}

.navbar-light .navbar-nav .nav-link.btn-appointment {
    background-color: #07ccec;
}

/* Improve menu font styling */
.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 8px 15px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #007BFF; /* Bootstrap primary color or your theme's highlight */
}

/* Book Appointment button custom background */
.btn-appointment {
       background: linear-gradient(95deg, #51ecec, #41b5f4);
    color: #fff !important;
    font-weight: 600;
    border-radius: 30px;
}

.btn-appointment:hover {
    background-color: #0b5ed7;
    color: #fff;
}



/* Make Google Translate select fit into Bootstrap dropdown */
#google_translate_element { min-width:130px; }
.goog-te-gadget-simple { background:none !important; border:none !important; padding:0!important; }
.goog-te-menu-value span { color:#222 !important; }
.goog-te-gadget .goog-te-combo {
    margin:0!important; width:100%!important; border-radius:0.5em; padding:.25em .6em;
    font-size:1em;
}
.goog-te-banner-frame.skiptranslate { display:none!important; }

.head-top-links .dropdown-toggle:after{
    content: "";
}

/****************Hero***************************/
/* Hero Section Background */
.hero-section.bg-primary {
    background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 100%);
    min-height: 500px;
    display: flex;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #0d3b66; /* Dark blue text fallback */
}



/* Override Bootstrap text-white with better contrast */
.hero-section .text-white {
    color: #0d3b66 !important;
}

/* Heading */
.hero-section h1.display-4 {
    font-weight: 700;
    color: #0d3b66;
}

/* Lead paragraph */
.hero-section p.lead{
	font-size: 1.50rem;
	font-weight: bold;
	color: #24648a !important;
}

/* Normal paragraph */
.hero-section p.expr{
    font-size: 1.25rem;
  font-weight: bold;
  color: #168bd0 !important;
}

/* Buttons */
.hero-section .btn-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #1a1a1a;
    font-weight: 600;
    border-radius: 30px;
    padding: 12px 28px;
    transition: background-color 0.3s ease;
}

.hero-section .btn-warning:hover,
.hero-section .btn-warning:focus {
    background-color: #d99a2a;
    border-color: #d99a2a;
    color: #fff;
}

.hero-section .btn-outline-primary {
    border-color: #0d3b66;
    color: #0d3b66;
    font-weight: 600;
    border-radius: 30px;
    padding: 12px 28px;
    transition: all 0.3s ease;
}

.hero-section .btn-outline-primary:hover,
.hero-section .btn-outline-primary:focus {
    background-color: #0d3b66;
    color: #fff;
    border-color: #0d3b66;
}

/* Image Styling */
.hero-section .img-fluid {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    object-fit: cover;
	border: 2px solid #fff;
}

/* Bootstrap grid overrides for mobile: image first, then content */
@media (max-width: 991.98px) {
    .hero-section .col-lg-push-6 {
        order: 2 !important;
    }
    .hero-section .col-lg-pull-6 {
        order: 1 !important;
        margin-bottom: 2rem;
    }
}

/* Optional: container padding adjustment */
.hero-section .container {
    max-width: 1140px;
}

/* Responsive typography adjustments */
@media (max-width: 575.98px) {
    .hero-section h1.display-4 {
        font-size: 2.25rem;
    }
    .hero-section p.lead {
        font-size: 1.1rem;
    }
}

/****************ABOUT US ***************************/
.about-sec .card-body {
    background: linear-gradient(120deg, #e3fdfd 0%, #ffe6fa 100%);
    padding: 20px;
    border: 4px solid #ffffff;
    border-radius: 10px;
    transition: border-color 0.4s;
}

.about-sec .card-body:hover {
    border-color: #e4b0bd;
    box-shadow: 0 4px 24px rgba(0, 230, 230, 0.15);
}


.nbt-page-tabs {
    background-image: linear-gradient(120deg, #000428 0%, #004e92 100%);
    padding: 50px;
}

.nbt-page-tabs .nav .nav-item button.active {
    background-color: #fff;
    color: #ccc !important;
}

.nbt-page-tabs .nav .nav-item button.active::after {
    content: "";
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    border-radius: 5px 0 0 5px;
}

.nbt-page-tabs .tab-content {
    min-height: 400px;
    background: linear-gradient(120deg, #e3fdfd 0%, #ffe6fa 100%);
}

.nbt-page-tabs .nav-pills .nav-link {
    border-radius: 0;
    border: none;
    background: transparent;
    color: #07ccec;
    transition: all 0.3s ease;
    text-align: right;
    padding: 12px 20px;
    margin-bottom: 8px;
    position: relative;
    font-size: 18px;
}

.nbt-page-tabs .nav-pills .nav-link:hover {
    background-color: rgba(13, 110, 253, 0.1);
    transform: translateX(-5px);
}

.nbt-page-tabs .nav-pills .nav-link.active {
    background-color: #0d6efd;
    color: white;
}

.nbt-page-tabs .nav-pills .nav-link.active::after {
    content: '';
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
}



.nbt-page-tabs .card-body img {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.nbt-page-tabs .btn-primary {
    background: linear-gradient(45deg, #0d6efd, #6610f2);
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.nbt-page-tabs .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.4);
}

@media (max-width: 768px) {
    .nbt-page-tabs .container {
        flex-direction: column;
    }

    .nbt-page-tabs .nav-pills {
        flex-direction: row;
        border-end: none;
        border-bottom: 3px solid #dee2e6;
        margin-bottom: 20px;
        align-items: center;
    }

    .nbt-page-tabs .nav-pills .nav-link {
        text-align: center;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .nbt-page-tabs .nav-pills .nav-link.active::after {
        display: none;
    }
}

/****************Specialist Areas***************************/
.specialist-sec{
    background-image: linear-gradient(135deg, #43cea2 0%, #185a9d 100%);
}


.specialist-sec .card-body {
    background-image: linear-gradient(to top, #d0fdff 0%, #fff 60%);
    padding: 20px;
    border: 1px dashed;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.specialist-sec .card-body::after {
    content: '';
    position: absolute;
    top: 0; left: -75%;
    width: 50%; height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-20deg);
    animation: shine 2s infinite;
}

@keyframes shine {
    0% { left: -75%; }
    100% { left: 125%; }
}


/****************Chamber***************************/
#chamber .card-body{
    background: linear-gradient(120deg, #e0f7fa 0%, #b2ebf2 100%);
    border: 1px dashed #b2ebf2;
    transition: border-color 0.4s;
}

#chamber .card-body:hover {
    border-color: #00e6e6;
    box-shadow: 0 4px 24px rgba(0, 230, 230, 0.15);
}

#chamber .image-overlay-container {
    position: relative;
    width: 100%;
    height: 200px;
    /* Fixed height */
    overflow: hidden;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

#chamber .image-dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* blackish overlay */
    z-index: 1;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

#chamber .overlay-title {
    position: absolute;
    bottom: 10%;
    left: 25%;
    z-index: 2;
    transform: translate(-50%, -50%);
    text-align: center;
}

#chamber .title-box {
    font-weight: bold;
    font-size: 1.1rem;
}

/* ---------- GALLERY (Home) ---------- */
#gallery {
    background: #f0fcfb;
    padding-bottom: 3rem;
}

#gallery .nav-pills .nav-link {
    font-weight: 600;
    letter-spacing: .04em;
    border-radius: 2em;
    color: #25b2ec !important;
    background: #eaf9fd;
    margin: 0 4px;
    transition: background .17s, color .14s;
}

#gallery .nav-pills .nav-link.active,
#gallery .nav-pills .nav-link:hover {
    background: linear-gradient(95deg, #51ecec, #41b5f4);
    color: #fff !important;
}

#gallery .gallery-card {
    border: none;
    border-radius: 1.2rem;
    box-shadow: 0 6px 36px #35b5e022;
    overflow: hidden;
    min-height: 280px;
    opacity: 0;
    transform: translateY(50px) scale(.98);
    transition: opacity .65s cubic-bezier(.4, 1.7, .7, 1), transform .44s cubic-bezier(.45, .6, .55, 1.15), box-shadow .24s;
    will-change: transform, opacity;
    background: #f7fdff;
    position: relative;
}

#gallery .gallery-card.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

#gallery .gallery-card:hover {
    box-shadow: 0 18px 54px #51cdf71d;
    filter: brightness(1.035);
}

#gallery .card-media-wrapper {
    border-radius: 1.2rem 1.2rem 0 0;
}

#gallery .gallery-card img,
#gallery .gallery-card .gallery-media-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .23s cubic-bezier(.4, 2, .6, 1.5);
}

#gallery .gallery-card:hover img {
    transform: scale(1.055);
}

#gallery .card-media-wrapper {
    height: 168px;
    background: #edfcfe;
}

@media (max-width:575.98px) {
    #gallery .card-media-wrapper {
        height: 88px;
    }

    .gallery-card {
        min-height: 120px;
    }
}

#gallery .card-body {
    background: none !important;
    padding: 1.05rem 1.1rem 0.6rem;
}

#gallery h5 {
    font-weight: 700;
    font-size: 1.15rem;
    color: #117cc4;
    margin-bottom: 5px;
}

#gallery .card-text,
#gallery .gallery-card-text {
    font-size: .96rem;
    color: #1b5061;
}

#gallery .gallery-card-date {
    font-size: .88rem;
    color: #068f8b;
}

/****************Testimonials***************************/

#testimonial .testimonial-card {
    background: linear-gradient(145deg, #f3f4f6, #ffffff);
    border-radius: 20px;
    box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #ffffff;
    transition: transform 0.3s ease;
}

#testimonial .testimonial-card:hover {
    transform: translateY(-5px);
}

#testimonial .quote-icon {
    font-size: 4rem;
    color: #6366f1;
    opacity: 0.2;
}

#testimonial .testimonial-card .quote-icon {
    font-size: 3rem;
    opacity: 0.1;
}

#testimonial .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #6366f1;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

#testimonial .carousel-control-prev {
    left: -20px;
}

#testimonial .carousel-control-next {
    right: -20px;
}

#testimonial .carousel-indicators {
    bottom: -50px;
}

#testimonial .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #6366f1;
    opacity: 0.5;
}

#testimonial .carousel-indicators .active {
    opacity: 1;
}

#appointment .card{
    border: 2px solid #00cfff;
}
.blog .card{
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

.accordion-button:not(.collapsed) {
	color: #2e696f !important;
  background-color: #e8fffc !important;
}

#menu-footer-menu{
        list-style-type: none;
    padding-left: 0;
}