:root {
            --white: #FFFFFF;
            --black: #101010;
            --shade-1: #B7410E;
            --shade-2: #E65312;
            --shade-3: #F0723B;
            --shade-4: #F4946A;
            --shade-5: #FBB69B;
            --shade-6: #FFE8E3;
        }

        /* --- BASIC RESET --- */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background-color: var(--white);
            font-family: 'Raleway', sans-serif;
            color: var(--black);
       
        }

        .wrapper-container{
            margin:60px auto;
            
        }

        .bg-condition{
                  margin:80px auto;
        }

        /* --- TYPOGRAPHY (Dongle Font) --- */
        h1, h2, h3, h4, h5 {
            font-family: 'Dongle', sans-serif;
            margin-bottom: 0px;
        }

        h1 { font-size: 150px; font-weight: 700; line-height: 90px; }
        h2 { font-size: 100px; font-weight: 700; line-height: 71px; }
        h3 { font-size: 60px; font-weight: 700; line-height: 36px; }
        h4 { font-size: 40px; font-weight: 400; line-height: 26px; }
        h5 { font-size: 36px; font-weight: 400; line-height: 24px; }

        /* --- PARAGRAPHS (Raleway Font) --- */
        .p1 {
            font-size: 18px;
            font-weight: 600;
            line-height: 27px;
            margin-bottom: 20px;
        }

        .p2 {
            font-size: 16px;
            font-weight: 500;
            line-height: 20px;
            margin-bottom: 15px;
        }

        /* --- LAYOUT COMPONENTS --- */
      .custom-container {
  width: 100%;
  max-width: 1200px; 
  margin: 60px auto;    

}

        .custom-mar-top{
            margin-top: 60px;
        }
        .custom-mar-bot{
            margin-bottom: 60px;
        }

        .card {
            background: var(--white);
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            margin-top: 40px;
        }

        .cta-button {
            display: inline-block;
            background-color: var(--shade-2);
            color: var(--white);
            padding: 15px 40px;
            text-decoration: none;
            font-family: 'Dongle', sans-serif;
            font-size: 30px;
            border-radius: 12px;
            transition: background 0.3s;
            margin-top: 20px;
        }

        .cta-button:hover {
            background-color: var(--shade-1);
        }

        .color-strip {
            display: flex;
            gap: 10px;
            margin-top: 30px;
        }

        .color-box {
            height: 50px;
            flex: 1;
            border-radius: 8px;
        }




        /* Responsive Fix for Mobile */
        @media (max-width: 768px) {
            h1 { font-size: 80px; line-height: 60px; }
            h2 { font-size: 60px; line-height: 50px; }
     
        }


        



        .cta-box {
  background: var(--black);
  border-radius: 20px;
  padding: 40px 50px;
  color: #ffffff;
}

.cta-title {

font-weight: 700;

font-size: 60px;
line-height: 36px;


  margin-bottom: 8px;
}

.cta-text {
  font-size: 1rem;
  color: #cfd8dc;
  max-width: 620px;
  font-weight: 500 !important;
}


.post-item-body .p1 a{
color: var(--black) !important;
}
.post-item-footer .readmore-btn {
    background-color: var(--shade-6);
    padding: 10px 46px 10px 16px;
    border-radius: 34px;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
}


/* Responsive */
@media (max-width: 767px) {
    .doctor-info-item .doctor-info-content h3 {
    font-size: 32px;

}
        .hero.bg-image {
        padding: 2px 0 15px;
    }
    .custom-container {
padding: 20px;
}

.section-title h1 {
font-size: 80px !important;
        font-weight: 700 !important;
        line-height: 52px !important;
        margin-bottom: 0;
}
  .cta-box {
    padding: 30px 25px;
  }

  .cta-title {
    font-size: 1.6rem;
  }

  .cta-text {
    font-size: 0.95rem;
  }
}

.footer-contact-details p a{
        color: #fff !important;
}

.footer-contact-details p {
    color: #fff !important;
}

.powered {
        color: #fff !important;
}
.powered a {
        color: #fff !important;
}

.cta-wrapper{
    margin: 60px 0;
}

.company-counter-content h1{
    text-align: center !important;
}
.company-counter-content p{
    text-align: center;
}


.ap__btn{
        text-align: start !important;
}



.founder-section {
    background-color: #fff;
}

.founder-main-title {
    color: #a52a2a; /* Deep Red Color */
    font-weight: 700;
    font-size: 100;
    
}

.founder-sub-text {
    max-width: 850px;
    color: #101010;
    font-size: 0.95rem;
}

.founder-image-wrapper {
    margin-bottom: 15px;
}

.founder-img {
  width: 100%;
    /* max-width: 280px; */
    border: 3px solid #a52a2a;
    border-radius: 8px;
    padding: 0px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.founder-img-small {
    max-width: 220px;
}

.founder-name {
    color: #a52a2a;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}

.founder-role {
    font-size: 15px !important;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
}

.founder-description {
    color: #101010;
    line-height: 1.7;
    text-align: justify;
    font-size: 0.95rem;
}

.founder-divider {
    border-top: 2px solid #eee;
    margin: 50px 0;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .founder-description {
        text-align: justify;
        margin-top: 15px;
        padding: 0;
    }
    .founder-main-title {
        font-size: 3rem;
    }
}


/* herosection home page */

/* Hero Section Main Style */
.hero {
    background-color: #fff; /* White background as per screenshot */
    padding: 0px 0;
    position: relative;
    overflow: hidden;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
}



/* Badge (Welcome to Vital Village) */


.hero {
    background-color: var(--bg-soft);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

/* Welcome Tag */
.button__pra {
    background: var(--light-peach);
    color: var(--text-brown);
    display: inline-block;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Main Heading */
.hero-content h1 {
    color: var(--text-brown);
    font-size: 72px; /* Adjusted from 120px for better fit */
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 25px;
}

/* Description Text */
.hero-desc {
    color: var(--text-brown);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
}



.hero-image-wrap img {
    max-width: 100%;
    height: auto;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .hero-content h1 { 
        font-size: 42px; 
        text-align: center;
    }
    .hero { 
        text-align: center; 
        padding: 40px 15px; 
    }
    .hero-content-body { 
        justify-content: center; 
    }
    .hero-image-container {
        border-radius: 50px;
        margin-top: 40px;
        order: 2;
    }
    .button__pra { margin: 0 auto 20px; }
}



/*  */




        /* White Card (Main) */
        .card-trt {
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 25px;
            height: 100%;
        }
   .card-trt h2 {
    font-weight: 600;
    font-size: 56px;
    color: #000;
    margin-bottom: 0px;
}
        .card-trt p { font-size: 18px; color: #101010; line-height: 1.5; }
        .card-trt .sub-title { font-weight: bold; margin-top: 20px; font-size: 15px; }

        /* List Styling */
        .trt-list { list-style: none; padding: 0; margin-top: 0px; }
        .trt-list li { font-size: 18px; margin-bottom: 12px; display: flex; align-items: center; color: #101010; }
        .trt-list i { color: #8b1a1a; margin-right: 12px; font-size: 12px; }

        /* Red Card */
        .card-trt-red {
            background: var(--shade-1);
            color: #fff;
            border-radius: 8px;
            padding: 25px;
            margin-bottom: 15px;
        }
        .card-trt-red h2 { font-weight: bold; font-size: 56px; color: #fff; }
        .card-trt-red p { font-size: 14px; opacity: 0.9; margin-top: 0px; }

        /* Yellow Card */
        .card-trt-yellow {
            background: var(--shade-5);
            border-radius: 8px;
            padding: 25px;
            color: #222;
        }
        .card-trt-yellow h2 { font-weight: bold; font-size: 56px; }
        
        /* Responsive adjustments */
        @media (max-width: 991px) {
            .card-trt { margin-bottom: 20px; }
        }



        .retro-section {
        text-align: center;
    }

    .retro-title {
        color: #ac1c1c;
        font-weight: 700;
        margin-bottom: 0px;
        font-size: 80px; /* Heading size adjustment */
        line-height: 61px;
    }

    .retro-description {
        color: #101010;
        max-width: 1100px;
        margin: 0 auto;
        font-size: 18px !important;
        line-height: 1.2;
    }

    /* Responsive adjustment for mobile */
    @media (max-width: 768px) {
          .retro-title {
        font-size: 57px;
        line-height: 50px;
    }
        .retro-description {
            font-size: 16px;
        }
    }
.main-header {
    position: relative;
    z-index: 1000;
}

.header-sticky {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1050;

}

    .is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: slideDown 0.35s ease-out;
    background: #000;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

    @media (max-width: 768px) {
        .founder-role{
            text-align: center;
        }
        .founder-divider {
    border-top: 2px solid #eee;
    margin: 0px 0;
}
    .trt-header-title {
        font-size: 36px;
    }
    .flex-column-reverse{
        flex-direction: column-reverse;
    }
    }




    /* Outer Box with Border */
        .cartoon-wrapper {
            border: 1px solid #E65312;
            border-radius: 40px;
            padding: 50px 40px;
            background-color: #ffffff;
            position: relative;
            overflow: visible; 
            z-index: 1;
        }

        /* Container for Cards and Text */
        .cartoon-content-grid {
            position: relative;
            z-index: 5; 
        }

/* Individual Card styling */
.cartoon-card {
    background-color: #FFEBE3; 
    border: 1px solid var(--shade-1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 20px;
    height: 100%;

    box-shadow: 0 4px 6px rgba(232, 155, 125, 0.1);

    transition: all 0.3s ease-in-out;
    cursor: pointer; 
}

/* Hover Effect */
.cartoon-card:hover {
    background-color: var(--shade-1);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(232, 155, 125, 0.25);
  
}
.cartoon-card:hover p{
      color: #fff;
  
}
.cartoon-card:hover h3{
      color: #fff;
  
}
.cartoon-card:hover .cartoon-icon-container{
      background-color: #FFEBE3;
  
}
.cartoon-card:hover .cartoon-icon-container i {
    color: var(--shade-1);
    font-size: 24px;
}

        /* Dark Orange Icon Box */
        .cartoon-icon-container {
            background-color: var(--shade-1); 
            min-width: 60px;
            max-width: 60px;
            height: 60px;
            border-radius: 12px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
        }

        .cartoon-icon-container i {
            color: #ffffff;
            font-size: 24px;
        }

        /* Typography */
        .cartoon-title {
            font-weight: 700;
            color: #333;
            font-size: 1.1rem;
            margin-bottom: 5px;
            line-height: 1.2;
        }

        .cartoon-description {
            font-size: 0.85rem;
            color: #5a5a5a;
            margin-bottom: 0;
            line-height: 1.4;
        }

        /* THE CHARACTER (Fixed to Touch Right) */
        .cartoon-character-img {
            position: absolute;
            right: 0px;          
            bottom: 0px;      
            max-height: 100%;   
            width: auto;
            z-index: 2;      
            pointer-events: none; 
        }

        /* Mobile Responsiveness */
        @media (max-width: 991px) {
            .cartoon-wrapper {
                padding-bottom: 280px !important; 
                overflow: hidden;      
            }
            .cartoon-character-img {
                /* height: 250px; */
                right: 50%;
                transform: translateX(50%);
                bottom: 0px;
                max-height: none;
            }

            .cartoon-wrapper {
    border: 1px solid #E65312;
    border-radius: 10px;
    padding: 29px 20px;
 
}


.cartoon-card {
 
    flex-direction: column;
    padding: 20px ;
    justify-content: center;
    text-align: center;
}
    .why-choose-content {
        width: calc(100% - 0px);
    }
        .why-choose-content h3 {
        font-size: 30px;
        margin-top: 15px;
        margin-bottom: 5px;
        line-height: 22px;
    }
        }




        /*  */


        .condition-section {
            background-color: #fcfcfc;
            padding: 60px 0;
            font-family: 'Arial', sans-serif;
        }

        .condition-card {
            background: #ffffff;
            border-radius: 12px;
            border-top: 6px solid #a32a2a; /* Red border from your reference */
            box-shadow: 0 8px 24px rgba(0,0,0,0.06);
            padding: 25px;
            height: 100%;
            display: flex;
            flex-direction: column;
            transition: all 0.3s ease;
        }

        .condition-card:hover {
            transform: translateY(-5px);
        }

        .condition-title {
            color: var(--shade-1);
            font-size: 36px;
            font-weight: 800;
            margin-bottom: 0px;
            line-height: 25px;
        }

     .condition-label {
    font-weight: 700;
    display: block;
    margin-top: 10px;
    color: #000;
    font-size: 18px;
     }

        .condition-text {
            color: #444;
            font-size: 0.95rem;
            line-height: 1.5;
            margin-bottom: 8px;
        }

        /* List styling matches your image */
        .condition-list {
            list-style: none;
            padding-left: 15px;
            margin-bottom: 15px;
        }

        .condition-list li {
            position: relative;
            padding-left: 15px;
            color: #000;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .condition-therapy-box ul li{
            font-size: 16px;
            color: #000;
        }

        .condition-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            font-weight: bold;
        }

        .condition-divider {
            border-top: 1px solid #eeeeee;
            margin: 15px 0;
        }

        .condition-therapy-box {
            font-size: 0.9rem;
        }

     .condition-therapy-title {
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 3px;
    font-size: 18px;
}
        .condition-therapy-desc {
            color: #555;
            display: block;
            margin-bottom: 10px;
        }