* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
}

body {
    background-color: #f8f8f8;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
header {
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
}
.logo a img{
    /* width: 250px; */
    height: 65px;
}

.logo-circle {
    width: 50px;
    height: 50px;
    background-color: #4a235a;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-inner-circle {
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
}

.logo-text {
    margin-left: 10px;
}

.logo-text h1, .logo-text h2 {
    font-size: 18px;
    color: #333;
    margin: 0;
    line-height: 1.2;
}

.logo-text h1 span, .logo-text h2 span {
    display: block;
    color: #C30F1B;
    font-size: 22px;
    font-weight: bold;
}

/* Burger Menu */
.burger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
    z-index: 200;
}

.burger-line {
    width: 100%;
    height: 3px;
    background-color: #333;
    transition: all 0.3s ease;
}

/* Navigation */
.nav-menu {
    display: flex;
    align-items: center;
}

.nav-links {
    display: flex;
    list-style: none;
}

.nav-links li {
    margin: 0 15px;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #C30F1B;
}

.contact-btn {
    background-color: #C30F1B;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-left: 15px;
    transition: background-color 0.3s;
}

.contact-btn:hover {
    background-color: #a00;
}

.social-icons {
    display: flex;
    margin-left: 20px;
}

.social-icons a {
    margin-left: 10px;
    color: #333;
    font-size: 20px;
    text-decoration: none;
}

/* Hero Section */
.hero {
    padding: 50px 0 100px;
}
.hero_content{
    background-image: url('/assets/male-working-as-paediatrician\ 1.png');
    background-repeat: no-repeat;
    background-position: right;
}
.hero_card_content{
    padding: 100px 0;
}
.date-time {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #000000;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.date-time i {
    margin-right: 10px;
}

.hero-content {
    background-color: #C30F1B;
    color: white;
    padding: 30px;
    border-radius: 5px;
    max-width: 600px;
}

.hero-title {
    font-size: 100px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 500;
}

.hero-text {
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 18px;
}

.appointment-container {
    margin-top: 40px;
}

.appointment-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background-color: #C30F1B;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #C30F1B;
    transition: all 0.3s;
}

.appointment-btn:hover {
    background-color: #a00;
}

/* Well-being Section */
.well-being {
    padding: 80px 0;
    background-color: #fff;
    position: relative;
}

.well-being-container{
    display: flex;
    gap: 30px;
}

.well-being-content {
 width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.well-being-text {
    width: 100%;
    max-width: 600px;
    ;
}

.well-being-title {
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.well-being-description {
    margin-bottom: 30px;
    line-height: 1.6;
    color: #555;
    font-size: 20px;
}

.well-being-features {
    list-style: none;
}

.well-being-features li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 28px;
}

.red-square-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #C30F1B;
    margin-right: 10px;
    flex-shrink: 0;
    border-radius: 4px;
}

.well-being-right{
    display: flex;
    flex: 1;
    gap: 30px;
}
.well-being-right img{
    border-radius: 20px;
    box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.1);

}

/* Services Section */
.services {
    background-color: #2a1758;
    color: white;
    padding: 80px 0;
}

.services-header {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
}

.services-title {
    font-size: 80px;
    font-weight:600;
   
}

.services-description {
    flex: 1;
    max-width: 500px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.service-card {
    /* text-align: center; */
}

.service-icon {
    width: 94px;
    height: 94px;
    background-color: #C30F1B;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
}

.service-icon svg {
    width: 40px;
    height: 40px;
    color: white;
}

.service-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.service-text {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.8;
}

/* Doctors Section */
.doctors {
    background-color: #C30F1B;
    color: white;
    padding: 90px 0;
    text-align: center;
}

.doctors-title {
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 50px;
}

.doctors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.doctor-card {
    background-color: white;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    color: #333;
}

.doctor-icon {
    width: 60px;
    height: 60px;
    background-color: #C30F1B;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
}

.doctor-icon svg {
    width: 30px;
    height: 30px;
    color: white;
}

.doctor-name {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.3;
}

.doctor-schedule {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #666;
}

.doctor-btn {
    display: inline-block;
    background-color: #2a1758;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.3s;
}

.doctor-btn:hover {
    background-color: #3a2768;
}

/* Contact Section */
.contact {
    background-color: #1a0f3d;
    color: white;
    padding: 80px 0;
    text-align: center;
}

.contact-title {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 50px;
}

.contact-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}

.map-container {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
}

.map-placeholder {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-form-container {
    flex: 1;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    width: 100%;
}

.form-input, .form-textarea {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 16px;
}

.form-textarea {
    height: 150px;
    resize: none;
}

.form-input::placeholder, .form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.submit-btn {
    background-color: #C30F1B;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #a00;
}

.address-container {
    margin-top: 40px;
}

.address-content {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
}

.location-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: #1a0f3d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.location-icon svg {
    width: 20px;
    height: 20px;
    color: white;
}

.address-text {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

/* why seo */
.why-seo{
    padding: 90px 0;
    background: #C30F1B;
}
.why-seo h2{
    color: white;
    text-align: center;
    font-size: 50px;
    margin-bottom: 20px;
}
.why-seo p{
    font-size: 16px;
    color: white;
}
.why-seo p{
    font-size: 16px;
    text-align: justify;
}
.why-seo a{
    color: #a1a7f8;
    text-decoration: none;
    font-weight: 700;
    transition: .4s ease-in-out;
}
.why-seo a:hover{
    text-decoration: underline;
}
/* why seo end */

/* Footer Section */
.footer {
    background-color: white;
    color: #333;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 0;
    gap: 40px;
}

.footer-logo {
    flex: 1;
    max-width: 400px;
}

.footer-social {
    display: flex;
    margin-top: 20px;
    gap: 10px;
}

.social-square {
    width: 40px;
    height: 40px;
    background-color: #C30F1B;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.social-square .social-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.footer-text {
    flex: 2;
    line-height: 1.6;
}

.footer-divider {
    height: 1px;
    background-color: #ddd;
    margin-bottom: 0;
}

.copyright {
    background-color: #1a0f3d;
    color: white;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
}

/* Social Icons */
.social-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.whatsapp-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E");
}

.instagram-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
}

/* Clock Icon */
.clock-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Arrow Icon */
.arrow-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Responsive Design */
@media (max-width: 1210px) {
   .well-being-right {
    display: none;
   }
}
@media (max-width: 768px) {
    /* Show burger menu and hide regular nav */
    .burger-menu {
        display: flex;
    }
    
    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: white;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease, padding 0.5s ease;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        z-index: 100;
    }
    
    .nav-menu.active {
        max-height: 500px;
        padding: 20px;
    }
    
    .nav-links {
        flex-direction: column;
        width: 100%;
        margin: 0 0 15px 0;
    }
    
    .nav-links li {
        margin: 10px 0;
        width: 100%;
    }
    
    .contact-btn {
        margin: 10px 0;
    }
    
    .social-icons {
        margin: 15px 0 0 0;
    }
    
    /* Burger menu animation */
    .burger-menu.active .burger-line:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    
    .burger-menu.active .burger-line:nth-child(2) {
        opacity: 0;
    }
    
    .burger-menu.active .burger-line:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }
    
    /* Hero section adjustments */
    .hero-content {
        padding: 30px;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero_card_content{
        padding: 50px 0;
    }
    .hero {
        padding: 0px;
    }
    /* Services section adjustments */
    .services {
       
        padding: 40px 0;
    }
    .services-header {
        flex-direction: column;
        gap: 20px;
    }
    
    .services-title {
        margin-bottom: 20px;
        font-size: 36px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .service-card {
        max-width: 400px;
        margin: 0 auto;
    }
    
    /* Well-being section adjustments */
    .well-being{
        padding: 40px 0;
    }
    .well-being-container{
        flex-direction: column;
    }
    .well-being-content {
        flex-direction: column;
    }
    
    .well-being-text {
        margin-bottom: 40px;
    }
    
    .well-being-title {
        font-size: 32px;
    }
    .well-being-right{
        display: none;
    }
    .well-being-features li{
        font-size: 16px;
    }
    /* Doctors section adjustments */
    .doctors{
        padding: 30px 0;
    }
    .doctors-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .doctor-card {
        width: 90%;
        margin: 0 auto;
    }
    .doctors-title{
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    
    /* Contact section adjustments */
    .contact-content {
        flex-direction: column;
    }
    
    .contact-title {
        font-size: 36px;
    }
    
    /* Footer adjustments */
    .footer-content {
        flex-direction: column;
        padding: 20px 0;
    }
    
    .footer-logo {
        margin-bottom: 30px;
    }
}

/* Medium screens */
@media (min-width: 769px) and (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    
    .doctors-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .contact-content {
        flex-direction: column;
    }
    .well-being-container{
        flex-direction: column;
    }
}

/* Add this to your existing CSS file */

/* Clinic Glimpse Section */
.clinic-glimpse {
    padding: 80px 0;
    background-color: white;
}

.glimpse-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.glimpse-text {
    flex: 1;
    max-width: 400px;
}

.glimpse-title {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 30px;
}

.glimpse-navigation {
    display: flex;
    gap: 15px;
}

.nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #C30F1B;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.nav-btn:hover {
    background-color: #a00;
}

.nav-btn svg {
    width: 24px;
    height: 24px;
    color: white;
}

.glimpse-gallery {
    flex: 2;
    overflow: hidden;
    width: 100%;
}

.gallery-container {
    display: flex;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.gallery-slide {
    flex: 0 0 100%;
    display: none;
}

.gallery-slide.active {
    display: block;
}

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

/* Responsive adjustments for Clinic Glimpse */
@media (max-width: 768px) {
    .clinic-glimpse{
        padding: 40px;
    }
    .glimpse-content {
        flex-direction: column;
        gap: 10px;
    }
    
    .glimpse-text {
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .glimpse-navigation {
        justify-content: center;
    }
    
    .glimpse-title {
        font-size: 36px;
    }
        /* why seo */
    .why-seo{
        padding: 30px 0;
    }
    .why-seo h2{
        font-size: 32px;
    }
}




/* swiper */
.swiper {
    width: 100%;
    height: 270px;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    background: #ddd;
    overflow: hidden;
    border-radius: 20px;
}
.swiper-slide img {
    width: 100%;
    border-radius: 20px;
}