.testimonial-item p {
    color: #000;
}

.navbar-brand h1 {
    color: var(--theme-color);
    font-weight: bolder;
    font-size: 32px;
    padding: 5px 0;
}

.navbar-brand h1 span {
    display: block;
    color: var(--color-dark);
    font-size: 24px;
}

.contact-info-icon img {
    margin-bottom: 20px;
}

.blog-details p {
    margin-bottom: 10px;
}

.blog-details h4 {
    margin-bottom: 15px;
}

.blog-details li {
    margin-bottom: 10px;
}

.blog-details strong {
    color: var(--theme-color);
}

.blog-details h4 {
    font-weight: 700;
}

.navbar.fixed-top .navbar-brand h1 {
    font-size: 28px;
}

.navbar.fixed-top .navbar-brand h1 span {
    font-size: 20px;
}

@media all and (max-width: 767px) {
    .navbar-brand h1 {
        font-size: 26px;
    }

    .navbar-brand h1 span {
        font-size: 18px;
    }

    .hs-1 .hero-single .hero-content .hero-sub-title {
        font-size: 14px;
    }

    .hero-single .hero-content .hero-title {
        font-size: 26px;
    }

    .site-title {
        font-size: 26px;
    }

    .hero-content .theme-btn {
        padding: 10px 10px;
    }

    .product-slider2 .owl-prev {
        left: -8px;
    }

    .product-slider2 .owl-next {
        right: -8px;
    }

    .blog-details-title {
        font-size: 28px;
    }

    .navbar.fixed-top .navbar-brand h1 {
        font-size: 24px;
    }

    .navbar.fixed-top .navbar-brand h1 span {
        font-size: 16px;
    }
}


/* video section  */


.video-section {
    padding: 60px 0;
}

.video-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
    cursor: pointer;
}

.video-card:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.video-thumbnail {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 3rem;
    color: white;
    transform: translate(-50%, -50%);
    /* background: rgba(0, 0, 0, 0.4); */
    padding: 10px;
    border-radius: 50%;
    transition: background 0.3s;

    i {
        color: #fff;
        position: relative;
        z-index: 1;
    }
}

/* Modal iframe */
.modal-video iframe {
    width: 100%;
    height: 400px;
}

@media (max-width: 768px) {
    .video-section {
        padding: 40px 0;
    }

    .modal-video iframe {
        height: 250px;
    }
}

/* why choose us */

.choose-section {
    background: linear-gradient(135deg, rgba(0, 180, 166, 0.05) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 80px 0;
    position: relative;
}

.choose-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%2300b4a6" fill-opacity="0.03" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>') no-repeat top center;
    background-size: cover;
    z-index: 0;
}

.choose-content {
    position: relative;
    z-index: 1;
}

.medical-image {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 180, 166, 0.2);
    transition: transform 0.4s ease;
}

.medical-image:hover {
    transform: translateY(-10px);
}

.medical-image img {
    width: 100%;
    height: auto;
    display: block;
}

.medical-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 180, 166, 0.1) 0%, rgba(0, 61, 91, 0.05) 100%);
}

.title-section {
    margin-bottom: 30px;
}

.subtitle {
    color: var(--theme-color);
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 0.9rem;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.main-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--theme-color2);
    margin-bottom: 20px;
    line-height: 1.2;
}

.main-title .md-badge {
    color: var(--theme-color);
    font-size: 2.8rem;
}

.features-section {
    padding: 60px 0;
}

.feature-card {
    background: #fff;
    border-radius: 25px;
    padding: 45px 35px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 180, 166, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.feature-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(0, 180, 166, 0.15);
    border-color: var(--theme-color);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(0, 180, 166, 0.25);
}

.feature-card:hover .icon-wrapper {
    transform: rotate(5deg) scale(1.1);
    box-shadow: 0 12px 30px rgba(0, 180, 166, 0.35);
}

.icon-wrapper i {
    font-size: 2.2rem;
    color: white;
}

.feature-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--theme-color2);
    margin-bottom: 18px;
    line-height: 1.3;
}

.feature-description {
    color: #6c757d;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 991px) {
    .main-title {
        font-size: 2.5rem;
    }

    .main-title .md-badge {
        font-size: 2rem;
    }

    .hero-section {
        padding: 50px 0;
    }

    .feature-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .main-title {
        font-size: 2rem;
    }

    .main-title .md-badge {
        font-size: 1.6rem;
    }

    .subtitle {
        font-size: 0.8rem;
    }

    .icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .icon-wrapper i {
        font-size: 1.8rem;
    }
}

.animate-fade-in {
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.delay-1 {
    animation-delay: 0.2s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.delay-2 {
    animation-delay: 0.4s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.delay-3 {
    animation-delay: 0.6s;
    opacity: 0;
    animation-fill-mode: forwards;
}



/* faq  */

.faq-section .section-heading {
    font-size: 28px;
    margin-bottom: 8px;
}

.faq-accordion {
    margin-bottom: 24px;
}

.faq-item {
    border-radius: 10px;
    background: #fff;
    margin-bottom: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
    overflow: hidden;
    border: 2px solid var(--theme-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px ;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    border: 0;
    background: linear-gradient(90deg, #f8f9fb, #ffffff);
    cursor: pointer;
    position: relative;
}

.faq-question:focus {
    outline: 2px solid rgba(42, 157, 155, .2);
}

.faq-question::after {
    content: "+";
    font-weight: 700;
    font-size: 20px;
    color: #2a9d9b;
    margin-left: 12px;
}

.faq-question[aria-expanded="true"]::after {
    content: "−";
}

.faq-answer {
    padding: 14px 20px 20px;
    line-height: 1.6;
    color: #444;
    background: #fff;
}

@media (max-width:767px) {
    .faq-question {
        padding: 14px;
        font-size: 15px
    }

    .faq-answer {
        padding: 12px 14px
    }
}

/* appoinment form */

.appointment-section {
    padding: 50px 0;
    background: #fff;
}

.appointment-subhead {
    color: var(--theme-color);
    font-size: 20px;
    font-weight: 600;
}

.appointment-title {
    font-size: 42px;
    font-weight: 500;
    color: #333;
    line-height: 1.2;
    margin-bottom: 20px;
}

.form-sub-head {
    font-size: 16px;
    color: #444;
}

.feature-icon {
    color: var(--theme-color);
    margin-right: 12px;
    font-size: 1.2em;
}

.feature-icon {
    width: 30px;
    height: 30px;
    line-height: 60px;
    background: var(--theme-color);
    color: var(--color-white);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.feature-icon::before {
    content: "";
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 30px;
    height: 30px;
    top: -5px;
    left: -5px;
    border: 2px solid var(--theme-color);
}

.booking-form-card {
    box-shadow: 0 0 36px 0px rgba(56, 34, 117, 0.08);
    border-radius: 18px;
    padding: 38px 32px;
    background: #fff;
}

.btn-book {
    background: var(--theme-color);
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    padding: 12px 0;
    width: 100%;
    font-size: 18px;
    margin-top: 8px;
    border: none;
    transition: background 0.2s;
}

.btn-book:hover {
    background: #fd6a6a;
    color: #fff;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--theme-color);
}

.list-unstyled li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.no-spinner {
    padding: 12px;
}

textarea.no-spinner {
    padding: 10px 12px;
    min-height: 120px;
}

/* Hide number input spinners for Chrome, Safari, Edge */
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide number input spinners for Firefox */
.no-spinner[type="number"] {
    -moz-appearance: textfield;
}

.form-check-label {
    margin-left: 5px;
}

@media (max-width: 767px) {
    .booking-form-card {
        padding: 18px 10px;
    }

    .appointment-section {
        padding: 28px 0;
    }
}


/* google map cards  */

.location-section {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    padding: 60px 0;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.location-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
    aspect-ratio: 2/1;
    position: relative;
}

.map-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #e5e7eb36 0%, #d1d5db 100%);
    background-image: repeating-linear-gradient(45deg,
            rgba(156, 163, 175, 0.1) 0px,
            rgba(156, 163, 175, 0.1) 10px,
            transparent 10px,
            transparent 20px),
        radial-gradient(circle at 30% 40%,
            rgba(59, 130, 246, 0.1) 0%,
            transparent 50%),
        radial-gradient(circle at 70% 60%,
            rgba(16, 185, 129, 0.1) 0%,
            transparent 50%);
}

.map-background iframe {
    aspect-ratio: 2/1;
    width: 100%;
}

.location-card::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}

.location-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: linear-gradient(transparent 0, rgba(0, 0, 0, 0.7) 100%); */
    color: white;
    padding: 12px 12px 12px;
    z-index: 2;
}

.location-name {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1.3;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}

.location-address {
    font-size: 0.9rem;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {

    .location-section {
        padding: 50px 0;
    }

    .location-overlay {
        padding: 12px;
    }

    .location-pin {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .location-name {
        font-size: 1.1rem;
    }

    .location-address {
        font-size: 0.85rem;
    }
}

/* Map grid pattern overlay */
.map-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.3;
}



/* breadcrumb  */

.breadcrumb-section {
    background: linear-gradient(135deg, var(--theme-color) 10%, #212d45 100%);
    color: white;
    padding: 50px 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .breadcrumb-section {
        padding: 30px 0;
    }
}

.breadcrumb-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='50' fill='%2333c89e' fill-opacity='0.05'/%3E%3C/svg%3E");
    background-repeat: repeat;
    z-index: 0;
}

.breadcrumb-content {
    position: relative;
    z-index: 1;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
}

.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
    color: #d4f6ec;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffffffcc;
    margin: 0 10px;
}

.breadcrumb-title {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

.breadcrumb-subtitle {
    font-size: 16px;
    color: #d9f4eb;
}

/* services */

.blog-details {
    padding: 30px 20px;
    border-radius: 15px;
    background: #f6f6f6;
    box-shadow: 0 0 10px #006c6138;
}

.blog-details h2,
.blog-details h3,
.blog-details h4 {
    color: var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.blog-details p {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 15px;
}

.blog-details ul,
.blog-details ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.blog-details ul li {
    margin-bottom: 10px;
    font-size: 16px;
    list-style-type: disc;
    color: #333333;
}

.blog-details ol li {
    margin-bottom: 10px;
    font-size: 16px;
    list-style-type: decimal;
    color: #333333;
}


/* sidebar */

.sidebar {
    background: #ffffff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
}

/* Doctor Profile Section */
.doctor-profile {
    padding: 30px 12px 40px;
    background: var(--theme-color);
    color: white;
    position: relative;
    overflow: hidden;
}

.doctor-profile::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle,
            rgba(255, 255, 255, 0.1) 0%,
            transparent 70%);
    transform: rotate(45deg);
}

.doctor-profile::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(135deg,
            transparent 0%,
            rgba(255, 255, 255, 0.1) 50%,
            transparent 100%);
    clip-path: polygon(0 100%, 100% 100%, 85% 0, 15% 0);
}

.profile-container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.doctor-img-container {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.doctor-img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    z-index: 2;
}

.doctor-img:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.img-ring {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 270px;
    height: 270px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 2px solid #ffffff;
    border-right: 2px solid transparent;
}

.doctor-profile .doctor-name {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.doctor-education {
  font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    background: #000;
    padding: 10px 12px 12px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Services Section */
.services-section {
    padding: 25px 12px;
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
    position: relative;
}

.services-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--theme-color), transparent);
}

.services-heading {
    font-size: 24px;
    font-weight: 800;
    color: var(--theme-color);
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.services-heading::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60%;
    height: 4px;
    background: var(--theme-color);
    border-radius: 2px;
}

.services-list {
    list-style: none;
    display: grid;
    gap: 10px;
    padding: 0;
}

.service-item {
    position: relative;
}

.service-link {
    display: flex;
    align-items: center;
    padding: 12px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
    border-radius: 15px;
    border: 2px solid #e8f2ff;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px #006c61aa;
}

.service-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    border-radius: 15px;
    height: 100%;
    background: var(--theme-color);
    transition: all 0.5s ease;
    z-index: 1;
}

.service-link:hover::before {
    width: 0;
    height: 0;
    border-radius: 150px;
}

.service-link:hover {
    color: #2c3e50;
    box-shadow: 0 15px 35px rgba(30, 46, 131, 0.25);
    border-color: var(--theme-color);
}

.service-text {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

/* Contact Section */
.contact-section {
    padding: 30px 12px;
    background: linear-gradient(135deg, #f8faff 0%, #e8f2ff 100%);
    position: relative;
}

.contact-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--theme-color);
}

.contact-heading {
    font-size: 24px;
    font-weight: 800;
    color: var(--theme-color);
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.contact-heading::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 70%;
    height: 4px;
    background: var(--theme-color);
    border-radius: 2px;
}

.contact-details {
    margin-bottom: 30px;
    display: grid;
    gap: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 7px 6px 7px 9px;
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-left: 4px solid transparent;
    /* box-shadow: 0 4px 15px rgba(30, 46, 131, 0.08); */
    box-shadow: 0 0 6px #006c61aa;
    position: relative;
    border: 2px solid var(--theme-color);
    overflow: hidden;
}

.contact-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--theme-color);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.contact-item:hover::before {
    transform: scaleY(1);
}

.contact-item:hover {
    box-shadow: 0 8px 25px rgba(30, 46, 131, 0.15);
    background: linear-gradient(135deg, #ffffff 0%, #f0f8ff 100%);
}

.contact-icon {
    width: 45px;
    height: 45px;
    margin-right: 8px;
    background: var(--theme-color);
    color: white;
    border-radius: 12px;
    flex-shrink: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(30, 46, 131, 0.3);
    transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
    transform: rotate(5deg) scale(1.1);
    box-shadow: 0 6px 20px rgba(30, 46, 131, 0.4);
}

.contact-text {
    color: #2c3e50;
    font-weight: 600;
    line-height: 1.4;

    a {
        color: #2c3e50;
    }
}

/* Contact Form */
.contact-form {
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
    padding: 20px 12px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(30, 46, 131, 0.1);
    border: 2px solid rgba(30, 46, 131, 0.1);
    position: relative;
    overflow: hidden;
}

.contact-form::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: var(--theme-color) 50%;
    transform: rotate(45deg);
}

.form-group {
    margin-bottom: 10px !important;
    position: relative;
    z-index: 2;
}

.form-input {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #e8f2ff;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
    font-weight: 500;
    color: #2c3e50;
}

.form-input:focus {
    outline: none;
    border-color: var(--theme-color);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(30, 46, 131, 0.1);
    transform: translateY(-2px);
}

.form-input:hover {
    border-color: var(--theme-color);
    transform: translateY(-1px);
}

.form-textarea {
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}

.form-button {
    width: 100%;
    padding: 12px 15px;
    /* background: linear-gradient(135deg, #1e2e83 0%, var(--theme-color) 100%); */
    background: #fff;
    color: var(--theme-color);
    border: 2px solid #fff;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px var(--theme-color)aa;
}

.form-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    transition: left 0.5s ease;
}

.form-button:hover::before {
    left: 0;
}

.form-button:hover {
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 15px 40px var(--theme-color)aa;
}

.form-button span {
    position: relative;
    z-index: 2;
}

/* Custom Scrollbar */
.sidebar-content::-webkit-scrollbar {
    width: 8px;
}

.sidebar-content::-webkit-scrollbar-track {
    background: linear-gradient(180deg, #f8faff, #e8f2ff);
}

.sidebar-content::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #1e2e83, var(--theme-color));
    border-radius: 4px;
}

.sidebar-content::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--theme-color), #1e2e83);
}

/* Floating Particles Effect */
.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}

.particle-1 {
    top: 20%;
    left: 10%;
    width: 6px;
    height: 6px;
}

.particle-2 {
    top: 60%;
    right: 15%;
    width: 3px;
    height: 3px;
}

.particle-3 {
    top: 40%;
    left: 80%;
    width: 5px;
    height: 5px;
}



/* google map cards  */

.location-section {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    padding: 60px 0;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.location-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
    aspect-ratio: 2/1;
    position: relative;
}

.map-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #e5e7eb36 0%, #d1d5db 100%);
    background-image: repeating-linear-gradient(45deg,
            rgba(156, 163, 175, 0.1) 0px,
            rgba(156, 163, 175, 0.1) 10px,
            transparent 10px,
            transparent 20px),
        radial-gradient(circle at 30% 40%,
            rgba(59, 130, 246, 0.1) 0%,
            transparent 50%),
        radial-gradient(circle at 70% 60%,
            rgba(16, 185, 129, 0.1) 0%,
            transparent 50%);
}

.map-background iframe {
    aspect-ratio: 2/1;
    width: 100%;
}

.location-card::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}

.location-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: linear-gradient(transparent 0, rgba(0, 0, 0, 0.7) 100%); */
    color: white;
    padding: 12px 12px 12px;
    z-index: 2;
}

.location-name {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1.3;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}

.location-address {
    font-size: 0.9rem;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {

    .location-section {
        padding: 50px 0;
    }

    .location-overlay {
        padding: 12px;
    }

    .location-pin {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .location-name {
        font-size: 1.1rem;
    }

    .location-address {
        font-size: 0.85rem;
    }
}

/* Map grid pattern overlay */
.map-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.3;
}