* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
}

h1,
h2,
h3,
h4 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

a {
    text-decoration: none;
}

/* 
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
} */

/* Floating Elements */
.floating-element {
    position: absolute;
    z-index: 0;
    opacity: 0.7;
    animation: float 6s ease-in-out infinite;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(1px);
    transition: transform 0.1s ease-out;
}

.floating-element.reverse {
    animation: floatReverse 6s ease-in-out infinite;
}

.floating-element.sharp {
    filter: none;
}

.floating-element.blurred {
    filter: blur(2px);
}

.floating-element.parallax {
    transform: translateZ(-1px) scale(1.1);
}

.floating-element:hover {
    transform: scale(1.2) rotate(15deg);
    opacity: 0.9;
    z-index: 10;
    transition: all 0.3s ease;
}

.floating-1 {
    top: 20%;
    left: 5%;
    width: 80px;
    height: 80px;
    background-image: url("assets/hairLoss.webp");
    animation-delay: 0s;
    border-radius: 50%;
}

.floating-2 {
    top: 60%;
    right: 10%;
    width: 60px;
    height: 60px;
    background-image: url("assets/baldness.webp");
    animation-delay: 1s;
    border-radius: 50%;
}

.floating-3 {
    top: 30%;
    right: 15%;
    width: 40px;
    height: 40px;
    background-image: url("assets/hairThinning.webp");
    animation-delay: 2s;
    border-radius: 50%;
}

.floating-4 {
    bottom: 20%;
    left: 10%;
    width: 50px;
    height: 50px;
    background-image: url("assets/AlopeciaAreata.webp");
    animation-delay: 3s;
    border-radius: 50%;
}

/* Section-specific floating elements */
.hero .floating-element {
    opacity: 0.3;
}

.hero-floating-1 {
    width: 120px;
    height: 120px;
    background-image: url("assets/baldness.webp");
    top: 15%;
    right: 8%;
    animation-delay: 1s;
    border-radius: 50%;
}

.hero-floating-2 {
    width: 90px;
    height: 90px;
    background-image: url("assets/hairThinning.webp");
    bottom: 20%;
    left: 12%;
    animation-delay: 2.5s;
    border-radius: 30%;
}

.hero-shape-left {
    width: 150px;
    height: 150px;
    background-image: url("assets/shapes/hairstrandLeft.png");
    top: 20%;
    left: 5%;
    animation-delay: 0s;
}

.hero-shape-right {
    width: 150px;
    height: 150px;
    background-image: url("assets/shapes/hairstrandRight.png");
    top: 60%;
    right: 5%;
    animation-delay: 1.5s;
}

.why-us-floating {
    left: 0;
    position: absolute;
    width: 200px;

    animation-delay: 0s;

}

.why-us-floating-right {
    right: 0;
    position: absolute;
    width: 200px;

    animation-delay: 0s;
}

.why-us-shape-left {
    width: 120px;
    height: 120px;
    background-image: url("assets/shapes/leftPlacedAbstractShape.png");
    top: 15%;
    left: 3%;
    animation-delay: 0.5s;
}

.why-us-shape-right {
    width: 100px;
    height: 100px;
    background-image: url("assets/shapes/rightPlacedAbstractShape.png");
    top: 20%;
    right: 5%;
    animation-delay: 1s;
}

.concerns-floating {
    width: 120px;
    height: 120px;
    background-image: url("assets/RecedingHairline .webp");
    bottom: 10%;
    left: 5%;
    animation-delay: 1s;
    border-radius: 50%;
}

.concerns-shape-left {
    width: 100px;
    height: 100px;
    background-image: url("assets/shapes/hairstrandLeft.png");
    top: 20%;
    left: 5%;
    animation-delay: 1.5s;
}

.concerns-shape-right {
    width: 120px;
    height: 120px;
    background-image: url("assets/shapes/rightPlacedAbstractShape.png");
    top: 15%;
    right: 5%;
    animation-delay: 2s;
}

.gallery-floating {
    width: 80px;
    height: 80px;
    background-image: url("assets/beforeAndAfterImg1.webp");
    top: 15%;
    left: 7%;
    animation-delay: 2s;
    border-radius: 30%;
}

.gallery-shape-left {
    width: 100px;
    height: 100px;
    background-image: url("assets/shapes/leftPlacedAbstractShape.png");
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.gallery-shape-right {
    width: 120px;
    height: 120px;
    background-image: url("assets/shapes/rightPlacedAbstractShape.png");
    top: 15%;
    right: 5%;
    animation-delay: 1.5s;
}

.testimonials-floating {
    width: 90px;
    height: 90px;
    background-image: url("assets/beforeAndAfterImg2.webp");
    bottom: 10%;
    right: 8%;
    animation-delay: 3s;
    border-radius: 40%;
}

.testimonials-shape-left {
    width: 120px;
    height: 120px;
    background-image: url("assets/shapes/hairstrandLeft.png");
    top: 15%;
    left: 3%;
    animation-delay: 1s;
}

.testimonials-shape-right {
    width: 100px;
    height: 100px;
    background-image: url("assets/shapes/rightPlacedAbstractShape.png");
    top: 20%;
    right: 5%;
    animation-delay: 2s;
}

/* General floating elements */
.general-floating-1 {
    width: 70px;
    height: 70px;
    background-image: url("assets/geneticHairLoss.webp");
    top: 40%;
    left: 3%;
    animation-delay: 1.5s;
    border-radius: 50%;
    opacity: 0.4;
}

.general-floating-2 {
    width: 60px;
    height: 60px;
    background-image: url("assets/hairLoss.webp");
    top: 70%;
    right: 4%;
    animation-delay: 2.2s;
    border-radius: 30%;
    opacity: 0.5;
}

.general-floating-3 {
    width: 80px;
    height: 80px;
    background-image: url("assets/AlopeciaAreata.webp");
    bottom: 30%;
    left: 6%;
    animation-delay: 0.8s;
    border-radius: 40%;
    opacity: 0.3;
}

.stats-shape-left {
    width: 100px;
    height: 100px;
    background-image: url("assets/shapes/hairstrandLeft.png");
    top: 15%;
    left: 5%;
    animation-delay: 0s;
}

.stats-shape-right {
    width: 120px;
    height: 120px;
    background-image: url("assets/shapes/rightPlacedAbstractShape.png");
    top: 20%;
    right: 5%;
    animation-delay: 1.5s;
}

.location-shape-left {
    width: 150px;
    height: 150px;
    background-image: url("assets/shapes/leftPlacedAbstractShape.png");
    top: 10%;
    left: 3%;
    animation-delay: 1s;
}

.location-shape-right {
    width: 120px;
    height: 120px;
    background-image: url("assets/shapes/rightPlacedAbstractShape.png");
    top: 15%;
    right: 5%;
    animation-delay: 2s;
}

@keyframes float {
    0% {
        transform: translateY(0) translateX(0) rotate(0deg);
    }

    25% {
        transform: translateY(-15px) translateX(10px) rotate(5deg);
    }

    50% {
        transform: translateY(-20px) translateX(0) rotate(10deg);
    }

    75% {
        transform: translateY(-10px) translateX(-10px) rotate(5deg);
    }

    100% {
        transform: translateY(0) translateX(0) rotate(0deg);
    }
}

@keyframes floatReverse {
    0% {
        transform: translateY(0) translateX(0) rotate(0deg);
    }

    25% {
        transform: translateY(15px) translateX(-10px) rotate(-5deg);
    }

    50% {
        transform: translateY(20px) translateX(0) rotate(-10deg);
    }

    75% {
        transform: translateY(10px) translateX(10px) rotate(-5deg);
    }

    100% {
        transform: translateY(0) translateX(0) rotate(0deg);
    }
}

/* Interactive Elements */
.interactive-btn {
    position: relative;
    overflow: hidden;
}

.interactive-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    transition: 0.5s;
}

.interactive-btn:hover:before {
    left: 100%;
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(231, 76, 60, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
    }
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

/* Header Styles */
header {
    background-color: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.3s ease;
}

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

.logo img {
    height: 50px;
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin-left: 25px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s;
    font-size: 16px;
    position: relative;
}

nav ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #e74c3c;
    transition: width 0.3s ease;
}

nav ul li a:hover:after {
    width: 100%;
}

nav ul li a:hover {
    color: #e74c3c;
}

.cta-button {
    background: linear-gradient(45deg, #e74c3c, #c0392b);
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
    font-size: 16px;
    border: none;
    cursor: pointer;
    position: relative;
    top: 30%;
    overflow: hidden;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

.mobile-menu-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    padding: 5px 10px;
}

/* Mobile Navigation */
@media (max-width: 991px) {
    /* .header-container {
        flex-wrap: wrap;
    } */

    .nav-menu {
        order: 2;
        width: 100%;
        margin-top: 15px;
        display: block !important;
    }

    .nav-menu ul {
        flex-direction: column;
        align-items: start;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

    .nav-menu ul li {
        margin: 10px 15px;
    }

    .nav-menu ul li a {
        font-size: 16px;
        padding: 8px 0;
    }

    .logo img {
        height: 40px;
    }
}

/* Hero Section */
.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("assets/hairLoss.webp") no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    margin-top: 70px;
    position: relative;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-content img {
    /* width: 100%;
    max-width: 100%; */
    /* height: auto; */
    margin-top: 30px;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 1.4;
    animation: fadeInUp 1s ease;
}

.hero p {
    font-size: 1.3rem;
    /* margin-bottom: 30px; */
    font-weight: 300;
    animation: fadeInUp 1s ease 0.2s both;
}

.hero-cta {
    animation: fadeInUp 1s ease 0.4s both;
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    /* flex-wrap: wrap; */
    animation: fadeInUp 1s ease 0.6s both;
    width: 100%;
    align-items: center;
}

.feature-box {
    background: #e9ecef;
    padding: 20px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    min-width: 180px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    cursor: pointer;
}

.feature-box p {
    color: #000;
    font-size: 1rem;
}

/* .feature-box:hover {
    transform: translateY(-10px);
    background:#c0392b;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
} */

.feature-box h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #e74c3c;
}


/* Mobile Hero Section */
@media (max-width: 768px) {
    .hero {
        height: auto;
        padding: 80px 0;
        margin-top: 70px;
    }

    .hero h1 {
        font-size: 2.2rem;
    }

    .hero p {
        font-size: 1.1rem;
    }

    .hero-features {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        margin-top: 30px;
    }

    .why-us-floating-right {
        right: 0;
        position: absolute;
        top: 55%;

    }


    .feature-box {
        min-width: auto;
        padding: 15px;
        width: 100%;
    }

    .feature-box h3 {
        font-size: 1.8rem;
        margin-bottom: 8px;
    }

    /* .hero-content img {
        width: 100%;
        max-width: 100%;
        height: auto;
    } */
}

@media (max-width: 576px) {
    .hero h1 {
        font-size: 1.8rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .feature-box {
        min-width: auto;
        padding: 12px;
        width: 100%;
    }

    .feature-box h3 {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }
}

@media (max-width: 400px) {
    .hero-features {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .feature-box {
        padding: 10px;
    }

    .feature-box:last-child {
        grid-column: 1 / -1;
    }

    .feature-box h3 {
        font-size: 1.3rem;
    }
}

/* Stats Section */
.stats {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.stats h2 {
    font-size: 2.8rem;
    margin-bottom: 60px;
    color: #2c3e50;
}

.stats-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
}

.stat-item {
    flex: 1;
    min-width: 200px;
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.stat-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.stat-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.2),
            transparent);
    transition: 0.5s;
}

.stat-item:hover:before {
    left: 100%;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #e74c3c;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
    position: relative;
}

.stat-text {
    font-size: 1.1rem;
    color: #7f8c8d;
    font-weight: 500;
}

/* Mobile Stats Section */
@media (max-width: 768px) {
    .stats {
        padding: 60px 0;
    }

    .stats h2 {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }

    .stats-container {
        gap: 20px;
    }

    .stat-item {
        min-width: 150px;
        padding: 20px;
    }

    .stat-number {
        font-size: 2.2rem;
    }

    .stat-text {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .stats h2 {
        font-size: 1.8rem;
    }

    .stats-container {
        flex-direction: column;
        align-items: center;
    }

    .stat-item {
        min-width: 250px;
        width: 90%;
    }

    .stat-number {
        font-size: 2.2rem;
    }
}

/* Why Us Section */
.why-us {
    padding: 100px 0;
    text-align: center;
    background: white;
}

.section-title {
    font-size: 2.8rem;
    margin-bottom: 20px;
    color: #2c3e50;
    position: relative;
    padding-bottom: 20px;
}

.section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #e74c3c;
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #7f8c8d;
    max-width: 700px;
    margin: 0 auto 50px;
    font-weight: 300;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.feature-card {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

.feature-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    transition: all 0.4s ease;
    z-index: -1;
}

.feature-card:hover:before {
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(231, 76, 60, 0.2);
}

.feature-card:hover * {
    color: white !important;
}

.feature-icon {
    font-size: 2.5rem;
    color: #e74c3c;
    margin-bottom: 25px;
}

.feature-card h3 {
    margin: 20px 0 15px;
    font-size: 1.8rem;
}

.feature-card p {
    color: #7f8c8d;
}

/* Mobile Why Us Section */
@media (max-width: 768px) {
    .why-us {
        padding: 60px 0;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .section-subtitle {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }

    .features {
        gap: 20px;
        margin-top: 30px;
    }

    .feature-card {
        min-width: 250px;
        padding: 30px 20px;
        max-width: 100%;
    }

    .feature-icon {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }

    .feature-card h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .features {
        flex-direction: column;
        align-items: center;
    }

    .feature-card {
        min-width: 280px;
        width: 90%;
    }
}

/* Concerns Section */
.concerns {
    background: linear-gradient(135deg, #2c3e50 0%, #1a2530 100%);
    padding: 100px 0;
    color: white;
    text-align: center;
}

.concerns .section-title {
    color: white;
}

.concerns .section-title:after {
    background: #e74c3c;
}

.concerns .section-subtitle {
    color: #ecf0f1;
}

.concerns-images {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.concern-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e74c3c;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    animation: float 6s ease-in-out infinite;
}

.concern-image:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 25px rgba(231, 76, 60, 0.5);
}

.concerns-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.concern-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 35px;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.concern-card:hover {
    background: rgba(231, 76, 60, 0.1);
    transform: translateY(-5px);
    border-color: rgba(231, 76, 60, 0.3);
}

/* Removed icon hover effect as we're now using images */

.concern-card i {
    font-size: 2.5rem;
    color: #e74c3c;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.concern-card-image {
    width: 230px;
    height: 230px;
    margin: 0 auto 20px;
    border-radius: 20px;
    overflow: hidden;
    /* border: 2px solid #e74c3c; */
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.concern-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.concern-card:hover .concern-card-image img {
    transform: scale(1.1);
}

.concern-card h3 {
    margin: 20px 0 15px;
    font-size: 1.6rem;
}

/* Mobile Concerns Section */
@media (max-width: 768px) {
    .concerns {
        padding: 60px 0;
    }

    .concerns-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 20px;
        margin-top: 30px;
    }

    .concern-card {
        padding: 25px;
    }

    .concern-card-image {
        width: 180px;
        height: 180px;
    }

    .concern-card h3 {
        font-size: 1.4rem;
    }
}

@media (max-width: 576px) {
    .concerns-grid {
        grid-template-columns: 1fr;
    }

    .concern-card-image {
        width: 200px;
        height: 200px;
    }
}

/* Treatments Section */
.treatments {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    padding: 100px 0;
    color: white;
    text-align: center;
}

.treatments .section-title {
    color: white;
}

.treatments .section-title:after {
    background: #e74c3c;
}

.treatments .section-subtitle {
    color: #ecf0f1;
}

.treatments-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 2fr));
    gap: 30px;
    margin-top: 50px;
}

.treatment-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 35px;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.treatment-card:hover {
    background: rgba(231, 76, 60, 0.1);
    transform: translateY(-5px);
    border-color: rgba(231, 76, 60, 0.3);
}

.treatment-card-image {
    width: 330px;
    height: 230px;
    margin: 0 auto 20px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.treatment-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.treatment-card:hover .treatment-card-image img {
    transform: scale(1.1);
}

.treatment-card h3 {
    margin: 20px 0 15px;
    font-size: 1.6rem;
}

/* Mobile Treatments Section */
@media (max-width: 768px) {
    .treatments {
        padding: 60px 0;
    }

    .treatments-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 20px;
        margin-top: 30px;
    }

    .treatment-card {
        padding: 25px;
    }

    .treatment-card-image {
        width: 180px;
        height: 180px;
    }

    .treatment-card h3 {
        font-size: 1.4rem;
    }
}

@media (max-width: 576px) {
    .treatments-grid {
        grid-template-columns: 1fr;
    }

    .treatment-card-image {
        width: 200px;
        height: 200px;
    }
}

/* Gallery Section */
.gallery {
    padding: 100px 0;
    text-align: center;
    background: #f8f9fa;
}

.gallery-carousel {
    margin-top: 50px;
}

.gallery-img {
    border-radius: 10px;
    overflow: hidden;
    height: 250px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.gallery-img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.gallery-img:hover .overlay {
    opacity: 1;
}

.gallery-img img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
    transition: all 0.3s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(231, 76, 60, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.overlay i {
    color: white;
    font-size: 2rem;
}

/* Owl Carousel Custom Styles */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: rgba(231, 76, 60, 0.8) !important;
    color: white !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 10px !important;
    transition: all 0.3s ease !important;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: #e74c3c !important;
    transform: scale(1.1);
}

.owl-carousel .owl-dots .owl-dot {
    background: rgba(231, 76, 60, 0.3) !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    margin: 0 5px !important;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #e74c3c !important;
}

.owl-carousel .owl-item img {
    height: 100%;
    object-fit: contain;

}

/* Mobile Gallery Section */
@media (max-width: 768px) {
    .gallery {
        padding: 60px 0;
    }

    .gallery-carousel {
        margin-top: 30px;
    }

    .gallery-img {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .gallery-img {
        height: 250px;
    }
}

/* Testimonials */
.testimonials {
    padding: 100px 0;
    text-align: center;
    background: white;
}

.testimonial-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.testimonial-card {
    flex: 1;
    min-width: 300px;
    max-width: 650px;
    background: #f8f9fa;
    padding: 35px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 0 auto;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-card:before {
    content: '"';
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 5rem;
    color: #e74c3c;
    opacity: 0.2;
    font-family: Georgia, serif;
}

.rating {
    color: #f1c40f;
    margin: 15px 0;
    font-size: 1.2rem;
}

.client-info {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.client-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: 3px solid #e74c3c;
    transition: all 0.3s ease;
}

.client-img:hover {
    transform: rotate(10deg);
}

.client-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-name {
    text-align: left;
}

.client-name strong {
    display: block;
    color: #2c3e50;
    font-size: 1.1rem;
}

.client-name span {
    color: #7f8c8d;
    font-size: 0.9rem;
}

/* Carousel Custom Styles */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(231, 76, 60, 0.5);
    border-radius: 50%;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: rgba(231, 76, 60, 0.8);
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

/* Mobile Testimonials Section */
@media (max-width: 768px) {
    .testimonials {
        padding: 60px 0;
    }

    .testimonial-container {
        gap: 20px;
        margin-top: 30px;
    }

    .testimonial-card {
        min-width: 250px;
        padding: 25px;
        max-width: 100%;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .testimonial-container {
        flex-direction: column;
        align-items: center;
    }

    .testimonial-card {
        min-width: 280px;
        width: 90%;
    }

    .client-info {
        flex-direction: column;
        text-align: center;
    }

    .client-img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .client-name {
        text-align: center;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 35px;
        height: 35px;
    }
}

/* Location Section */
.location {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
        url("assets/geneticHairLoss.webp") no-repeat center center/cover;
    padding: 100px 0;
    color: white;
    text-align: center;
}

.location-split {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.location-video,
.location-content {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.location-video h2,
.location-content h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    text-align: center;
}

.location-content {
    max-width: 100%;
}

.location-content p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-weight: 300;
}

.video-container {
    margin: 20px 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.address {
    margin: 30px 0;
    font-size: 1.1rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    max-width: 90%;
}

.location-video p {
    text-align: center;
    margin-top: 15px;
}

.location-video a {
    color: #e74c3c;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.location-video a:hover {
    color: #c0392b;
    text-decoration: underline;
}

/* Mobile Location Section */
@media (max-width: 768px) {
    .location {
        padding: 60px 0;
    }

    .location-split {
        gap: 30px;
    }

    .location-video h2,
    .location-content h2 {
        font-size: 1.8rem;
    }

    .location-content p {
        font-size: 1rem;
    }

    .video-container {
        margin: 15px 0;
    }
}

@media (max-width: 576px) {
    .location-split {
        flex-direction: column;
    }

    .location-video,
    .location-content {
        min-width: 100%;
    }

    .location-video h2,
    .location-content h2 {
        font-size: 1.5rem;
    }
}

/* FAQ Section */
.faq {
    padding: 100px 0;
    text-align: center;
    background: #f8f9fa;
}

.faq-container {
    max-width: 800px;
    margin: 50px auto 0;
    text-align: left;
}

.faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.faq-question {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #2c3e50;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.faq-answer {
    color: #7f8c8d;
    line-height: 1.7;
    display: none;
}

/* Mobile FAQ Section */
@media (max-width: 768px) {
    .faq {
        padding: 60px 0;
    }

    .faq-container {
        margin-top: 30px;
        padding: 0 15px;
    }

    .faq-item {
        padding: 20px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .faq-question {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .faq {
        padding: 50px 0;
    }

    .faq-item {
        padding: 15px;
    }

    .faq-question {
        font-size: 1rem;
    }

    .faq-answer {
        font-size: 0.9rem;
    }
}

/* Contact Form */
.contact {
    background: white;
    padding: 100px 0;
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
    background: #f8f9fa;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #2c3e50;
}

.form-subtitle {
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 40px;
    font-size: 1.1rem;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    margin-bottom: 20px;
    position: relative;
}

.form-group-full {
    width: 100%;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #e74c3c;
    outline: none;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.submit-btn {
    background: linear-gradient(45deg, #e74c3c, #c0392b);
    color: white;
    padding: 16px 30px;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
    font-family: "Poppins", sans-serif;
    position: relative;
    overflow: hidden;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

/* Concerns Checkboxes */
.concerns-checkboxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 10px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    color: #2c3e50;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

.checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.checkbox-label:hover .checkmark {
    border-color: #e74c3c;
}

.checkbox-label input:checked~.checkmark {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label input:checked~.checkmark:after {
    display: block;
}

/* Modal Styles */
.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.modal-header {
    border-bottom: 1px solid #eee;
    padding: 20px 30px;
}

.modal-title {
    color: #2c3e50;
    font-weight: 600;
}

.modal-body {
    padding: 30px;
}

.modal-footer {
    border-top: 1px solid #eee;
    padding: 20px 30px;
}

.btn-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #7f8c8d;
    cursor: pointer;
}

.btn-close:hover {
    color: #e74c3c;
}

.btn-primary {
    background: linear-gradient(45deg, #e74c3c, #c0392b);
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(45deg, #c0392b, #a93226);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.btn-secondary {
    background: #6c757d;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-2px);
}

/* Mobile Contact Form */
@media (max-width: 768px) {
    .contact {
        padding: 60px 0;
    }

    .form-container {
        padding: 30px;
    }

    .form-title {
        font-size: 2.2rem;
    }

    .form-row {
        flex-direction: column;
        gap: 0;
        margin-bottom: 10px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 12px;
        font-size: 1rem;
    }

    .submit-btn {
        padding: 14px 25px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .contact {
        padding: 50px 0;
    }

    .form-container {
        padding: 20px;
    }

    .form-title {
        font-size: 1.8rem;
    }

    .form-subtitle {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 10px;
        font-size: 0.9rem;
    }

    .submit-btn {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
}

/* Footer */
footer {
    background: linear-gradient(135deg, #2c3e50 0%, #1a2530 100%);
    color: white;
    padding: 70px 0 30px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 30px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
}

.footer-section h3 {
    margin-bottom: 25px;
    font-size: 1.5rem;
    position: relative;
    padding-bottom: 15px;
}

.footer-section h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #e74c3c;
}

.footer-links a {
    display: block;
    color: #bbb;
    text-decoration: none;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: white;
    padding-left: 5px;
}

.contact-info p {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.contact-info i {
    margin-right: 10px;
    color: #e74c3c;
    min-width: 20px;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #e74c3c;
    transform: translateY(-3px);
}

.copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #bbb;
    font-size: 0.9rem;
}

/* Mobile Footer */
@media (max-width: 768px) {
    footer {
        padding: 50px 0 20px;
    }

    .footer-content {
        margin-bottom: 30px;
    }

    .footer-section {
        min-width: 100%;
        text-align: start;
    }

    .footer-section h3:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .contact-info p {
        justify-content: start;
    }

    .social-links {
        justify-content: start;
    }

    .copyright {
        padding-top: 20px;
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    footer {
        padding: 40px 0 15px;
    }

    .footer-section h3 {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }

    .social-links {
        gap: 10px;
    }

    .social-links a {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
}

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

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

/* Responsive Design */
@media (max-width: 992px) {
    .hero h1 {
        font-size: 2.8rem;
    }

    .form-row {
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 768px) {
    /* .header-container {
        flex-direction: column;
        padding: 10px 0;
    } */

    nav ul {
        margin-top: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    nav ul li {
        margin: 5px 10px;
    }

    .hero h1 {
        font-size: 2.2rem;
    }

    .hero p {
        font-size: 0.8rem;
    }

    .hero-features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        align-items: center;
    }

    .feature-box .stats-container {
        flex-direction: column;
        align-items: center;
    }

    .nav-menu {
        width: 100%;
        text-align: center;
        display: block !important;
    }

    .cta-button {
        margin: 15px 0;
        padding: 10px 20px;
        font-size: 14px;
        order: 3;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 2.2rem;
    }

    .stat-number {
        font-size: 2.4rem;
    }

    .feature-box {
        min-width: auto;
        padding: 12px;
        width: 100%;
    }

    .feature-box h3 {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }

    .form-container {
        padding: 30px 20px;
    }

    .cta-button {
        margin: 10px 0;
        padding: 8px 16px;
        font-size: 12px;
        width: 100%;
        text-align: center;
    }
}

/* Floating WhatsApp Icon */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
    cursor: pointer;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.whatsapp-float i {
    font-size: 28px;
}

/* Mobile Floating Icons */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .whatsapp-float i {
        font-size: 24px;
    }

    .call-float {
        bottom: 75px;
        right: 15px;
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .call-float i {
        font-size: 24px;
    }
}

/* Thank You Page */
.thank-you-section {
    padding: 150px 0 100px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.thank-you-content {
    background: white;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.thank-you-icon {
    font-size: 5rem;
    color: #28a745;
    margin-bottom: 20px;
}

.thank-you-title {
    font-size: 3rem;
    color: #2c3e50;
    margin-bottom: 20px;
}

.thank-you-message {
    font-size: 1.2rem;
    color: #7f8c8d;
    margin-bottom: 30px;
    line-height: 1.7;
}

.thank-you-details {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0;
    text-align: left;
}

.thank-you-details h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: center;
}

.thank-you-details ul {
    list-style: none;
    padding: 0;
}

.thank-you-details li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.thank-you-details li:last-child {
    border-bottom: none;
}

.thank-you-details li i {
    color: #28a745;
    margin-right: 15px;
    font-size: 1.2rem;
    width: 25px;
    text-align: center;
}

.thank-you-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.thank-you-actions .cta-button {
    margin: 0;
}

.thank-you-actions .cta-button.secondary {
    background: linear-gradient(45deg, #6c757d, #495057);
}

/* Loader Animation */
.loader-container {
    display: none;
    text-align: center;
    padding: 40px;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #e74c3c;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-text {
    font-size: 1.2rem;
    color: #2c3e50;
    margin-top: 15px;
}



/* Mobile Thank You Page */
@media (max-width: 768px) {
    .thank-you-section {
        padding: 120px 0 80px;
    }

    .thank-you-content {
        padding: 30px 20px;
    }

    .thank-you-icon {
        font-size: 4rem;
    }

    .thank-you-title {
        font-size: 2.5rem;
    }

    .thank-you-message {
        font-size: 1.1rem;
    }

    .thank-you-details {
        padding: 20px;
    }

    .thank-you-actions {
        flex-direction: column;
        gap: 15px;
    }

    .loader-container {
        padding: 20px;
    }

    .loader {
        width: 40px;
        height: 40px;
    }


}

@media (max-width: 576px) {
    .thank-you-section {
        padding: 100px 0 60px;
    }

    .thank-you-content {
        padding: 20px 15px;
    }

    .thank-you-icon {
        font-size: 3rem;
    }

    .thank-you-title {
        font-size: 2rem;
    }

    .thank-you-message {
        font-size: 1rem;
    }

    .thank-you-details li {
        flex-direction: column;
        text-align: center;
    }

    .thank-you-details li i {
        margin-right: 0;
        margin-bottom: 10px;
    }
}