
@import url('https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

   
   * {
            padding: 0;
            margin: 0;
            box-sizing: border-box;
        }

        :root {
            --primary-orange: #FFA500;
            --nav-text: #374151;
            --nav-bg: #ffffff;
            --border-color: #e5e7eb;
            --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
            --dropdown-hover: #f97316;
            --white: #ffffff;
            /* --primary-orange: #f9a007; */
    --primary-navy: #180158;
    --text-shadow-color: #63636380;
    --font-montserrat: "Montserrat", sans-serif;
    --font-manrope: "Manrope", sans-serif;

    --primary-color: #4285F4; /* Blue */
    --secondary-color: #34A853; /* Green */
    --accent-color: #FBBC05; /* Yellow */
    --background-light: #f4f6f9;
    --card-bg: #ffffff;


        }

        body {
            /* font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; */
            background-color: #f9fafb;
            font-family: "Montserrat", Sans-serif;
            overflow-x: hidden;
        }












        /* Breadcrem section  */


        .dreabcrem{
            width: 100%;
            height: 400px;
            background-image: url("/assets/bgc.jpg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
.details-breadcrem:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.485);
    
}

.details-breadcrem{
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
}
.details-breadcrem h1{
    user-select: none;
    position: relative;
    z-index: 2;
}


@media (max-width:786px) {
    .details-breadcrem h1{
        font-size: 2.5rem;
        padding: 0 1rem;
        
    word-wrap: break-word;
    }
}






/* Hero section start  */

.hero-section{
    max-width: 1200px;
    width: 95%;
    height: 100vh;
    margin: 1rem auto;
    background-color: #fff;
    position: relative; 
}

.hero-details{
    height: 100%;
    width: 100%;
    background-image: url("/assets/main-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    position: relative;
    gap: 3rem;
    justify-content: center;
}
.hero-details p{
    width: 70%;
    color: #fff;
    font-size: 2rem;
    position: relative;
    z-index: 2;
}
/* Dark Overlay */
.hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.425);
    z-index: 1;
}

/* Button on top of overlay */
.hero-details > * {
    position: relative;
    z-index: 2;
}

         .btnMain {
            width: fit-content;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            outline: none;
            cursor: pointer;
            border: none;
            padding: 1rem 2.5rem;
            border-radius: 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(35, 90, 156, 0.3);
            background: linear-gradient(135deg, #f6a10e  0%, #efd705 100%);
            color: var(--white);
            position: relative;
            z-index: 2;
            overflow: hidden;
        }

        .btnMain::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: left 0.5s;
        }

        .btnMain:hover::before {
            left: 100%;
        }

        .btnMain:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px #e0a540b4;
        }


@media (max-width:786px) {
    .btnMain{
        padding: .9rem 2.1rem;
    }
    .hero-details p{
        font-size: 1.7rem;
        width: 95%;
        
    word-wrap: break-word;
    }
}
@media (max-width:480px) {
    .hero-details p{
        font-size: 1.6rem;
    word-wrap: break-word;
    }
    .btnMain{
        padding: .7rem 2rem;
        font-size: .7rem;
    }
}


.hero-sub-section{
    max-width: 1200px;
    width: 100%;
    text-align: center;
    margin: 4rem auto;
}
.hero-sub-section h1{
    font-size: 2.5rem;
    color: #180158;
    text-shadow: 0 6px 10px #63636380;
    word-wrap: break-word;
}






/* about section start  */



.about-section{
    max-width: 1200px;
    width: 100%;
    margin: 2rem auto;
    position: relative;
    padding-bottom: 1.5rem;
}
.aboutH1 h1{
    text-align: center;
    font-size: 4rem;
    font-family: "Montserrat", Sans-serif;
    font-weight: 200;
    color: #f9a007;
    word-wrap: break-word;
}
.aboutH1{
    position: relative;
}
  .aboutH1::before {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 25%;
            height: 3px;
            background-color: var(--primary-orange);
            transition: transform 0.3s ease;
            transform: translateX(-50%);
        }


.about-container{
    max-width: 1200px;
    width: 100%;
    margin: 2rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}
.about-details{
    width: 50%;
    height: 100%;
}

.about-details p{
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 300;
    padding-bottom: 1.5rem;
    font-family: "Manrope",sans-serif;
}
.about-details strong{
    font-weight: 600;
    font-size: 1.6rem;
}
.about-image-data{
    display: flex;
    align-items: center;
    justify-content: center;    
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.image-about{
    width: 80%;
    height: 100%;
    overflow: hidden;
}
.about-image-data img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease;
    overflow: hidden;
}

.about-image-data img:hover{
    transform: scale(1.2);
}


.hero-sub-section {
    max-width: 1200px;
    width: 100%;
    text-align: center;
    margin: 4rem auto;
    padding: 0 1rem; /* Added padding for smaller screens */
    box-sizing: border-box; /* Ensures padding is included in width */
}

.hero-sub-section h1 {
    font-size: 2.5rem;
    color: var(--primary-navy);
    text-shadow: 0 6px 10px var(--text-shadow-color);
}

.about-section {
    max-width: 1200px;
    width: 100%;
    margin: 2rem auto;
    position: relative;
    padding-bottom: 1.5rem;
    padding: 0 1rem; /* Added padding for smaller screens */
    box-sizing: border-box; /* Ensures padding is included in width */
    overflow: hidden; /* Prevents horizontal scroll */
}

.aboutH1 h1 {
    text-align: center;
    font-size: 4.2rem;
    font-family: var(--font-montserrat);
    font-weight: 200;
    color: var(--primary-orange);
}

.aboutH1 {
    position: relative;
    margin-bottom: 2rem; /* Added margin for spacing */
}

.aboutH1::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 25%;
    height: 3px;
    background-color: var(--primary-orange);
    transition: transform 0.3s ease;
    transform: translateX(-50%);
}

.about-container {
    max-width: 1200px;
    width: 100%;
    margin: 2rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.about-details {
    width: 50%;
    height: 100%;
}

.about-details p {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 300;
    padding-bottom: 1.5rem;
    font-family: var(--font-manrope);
}

.about-details strong {
    font-weight: 600;
    font-size: 1.6rem;
}

.about-image-data {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px; 
}

.image-about {
    width: 80%; 
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.about-image-data img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease;
    overflow: hidden;
    display: block;
}

.about-image-data img:hover {
    transform: scale(1.2);
}


/* --- Responsive Styles --- */

/* == Tablet (Medium Screens) == */
@media (max-width: 1024px) {
    .hero-sub-section h1 {
        font-size: 2.2rem; 
    word-wrap: break-word;
    }

    .aboutH1 h1 {
        font-size: 3.1rem; 
    word-wrap: break-word;
    }
    
    .aboutH1::before {
        width: 35%; 
    }

    .about-container {
        gap: 1rem;
    }

    .about-details p {
        font-size: 1.2rem; 
    word-wrap: break-word;
    }

    .about-details strong {
        font-size: 1.4rem; 
    }
}


/* == Mobile (Small Screens) == */
@media (max-width: 640px) {
    .hero-sub-section {
        margin: 2rem auto; 
    }

    .hero-sub-section h1 {
        font-size: 1.8rem;
    word-wrap: break-word;
    }

    .about-section {
         margin: 1rem auto;
         padding: 0 1rem; 
    }

    .aboutH1 h1 {
        font-size: 2rem; 
    word-wrap: break-word;
    }

    .aboutH1::before {
        width: 50%;  
    }

    .about-container {
        flex-direction: column-reverse; 
        margin: 1rem auto;
        gap: 1.5rem;
    }

    .about-details,
    .about-image-data {
        width: 100%;
    }

    .about-details {
        text-align: center; 
    }
    
    .about-details p {
        font-size: 1rem; 
        line-height: 1.5;
    word-wrap: break-word;
    }

    .about-details strong {
        font-size: 1.2rem;
    }

    .image-about {
        width: 100%; 
        max-height: 300px;
    }
}



@media (max-width:480px) {
    .aboutH1 h1{
        font-size: 1.8rem !important;
    }
    .about-details p{
        font-size: 1rem;
        word-wrap: break-word;
    }
}


/* gallery section start  */


.about2-section{
    max-width: 1200px;
    width: 100%;
    margin: 2rem auto;
    position: relative;
    padding-bottom: 1.5rem;
}
.aboutP{
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.4;
    position: relative;
}
  .aboutP::before {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 25%;
            height: 3px;
            background-color: var(--primary-orange);
            transition: transform 0.3s ease;
            transform: translateX(-50%);
        }

 
















        .gallery-container {
            width: 95%;
            max-width: 1200px;
            margin: 1.5rem auto;
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 15px;
            padding: 20px 0;
        }

        .gallery-item {
            position: relative;
            overflow: hidden;
            cursor: pointer;
            aspect-ratio: 2/3;
            background: #fff;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .gallery-item:hover {
            transform: scale(1.05);
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Lightbox Styles */
        .lightbox {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.95);
            z-index: 9999;
            animation: fadeIn 0.3s ease;
        }

        .lightbox.active {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .lightbox-content {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 60px 80px;
        }

        .lightbox-image {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            border-radius: 4px;
        }

        /* Controls */
        .lightbox-controls {
            position: absolute;
            top: 0;
            right: 0;
            display: flex;
            gap: 10px;
            padding: 20px;
            z-index: 10001;
        }

        .control-btn {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            border: none;
            border-radius: 4px;
            color: white;
            font-size: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s ease;
        }

        .control-btn:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        /* Navigation Arrows */
        .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.1);
            border: none;
            border-radius: 50%;
            color: white;
            font-size: 24px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s ease;
            z-index: 10001;
        }

        .nav-btn:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        .nav-btn.prev {
            left: 20px;
        }

        .nav-btn.next {
            right: 20px;
        }

        /* Counter */
        .image-counter {
            position: absolute;
            top: 20px;
            left: 20px;
            color: white;
            font-size: 16px;
            background: rgba(0, 0, 0, 0.5);
            padding: 8px 16px;
            border-radius: 20px;
            z-index: 10001;
        }

        /* Thumbnail Strip */
        .thumbnail-strip {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 120px;
            background: rgba(0, 0, 0, 0.8);
            display: flex;
            gap: 10px;
            padding: 15px;
            overflow-x: auto;
            overflow-y: hidden;
            z-index: 10000;
        }

        .thumbnail-strip::-webkit-scrollbar {
            height: 6px;
        }

        .thumbnail-strip::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .thumbnail-strip::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 3px;
        }

        .thumbnail {
            min-width: 120px;
            height: 90px;
            cursor: pointer;
            opacity: 0.5;
            transition: opacity 0.3s ease;
            border-radius: 4px;
            overflow: hidden;
        }

        .thumbnail:hover,
        .thumbnail.active {
            opacity: 1;
        }

        .thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .gallery-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 768px) {
            .gallery-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 10px;
            }

            .lightbox-content {
                padding: 60px 20px 140px;
            }

            .nav-btn {
                width: 40px;
                height: 40px;
                font-size: 20px;
            }

            .nav-btn.prev {
                left: 10px;
            }

            .nav-btn.next {
                right: 10px;
            }

            .thumbnail-strip {
                height: 100px;
                padding: 10px;
            }

            .thumbnail {
                min-width: 80px;
                height: 60px;
            }
        }

        @media (max-width: 480px) {
            .gallery-grid {
                grid-template-columns: repeat(1, 1fr);
                gap: 18px;
                padding: 1rem;
            }

            

            .image-counter {
                font-size: 14px;
                padding: 6px 12px;
            }

            .control-btn {
                width: 35px;
                height: 35px;
                font-size: 18px;
            }
        }
        

















/* value section start  */

        .value-section{
            max-width: 1200px;
            width: 95%;
            margin: 2rem auto;
        }

        .aboutH1 h1{
            text-align: center;
            font-size: 3rem;
            color: #000000;
            font-weight: 300;
        }
        .aboutH1 span{
            color: #f9a007;
        }
        .value-container{
            display: grid;
            grid-template-columns: repeat(4,1fr);
            gap: 1.5rem;
            margin: 4rem 0;
        }
        .value-card{
            line-height: 1.5;
            padding: 1.5rem;
            background-color: #fff;
            
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }

        .value-card:hover{
            cursor: default;
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
            transform:translateY(-5px) ;
        }


        @media (max-width:1024px) {
            .value-container{
                grid-template-columns: repeat(3,1fr);
            }
        }
        @media (max-width:786px) {

            .value-container{
                grid-template-columns: repeat(2,1fr);
            }
            .value-section h1{
                font-size: 2.5rem;
    word-wrap: break-word;
            }
        }

        @media (max-width:480px) {
            .value-container{
                grid-template-columns: repeat(1, 1fr);
            }
            .value-section h1{
                font-size: 1.7rem;
    word-wrap: break-word;
            }
        }





        /* testimonial section start  */



.testi-container {
    margin-top: 6rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;

}

/* Value Card */
.value-card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.value-card .test-para{
    padding-top: 3rem;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Profile Image */
.value-card .image {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.value-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.value-card .image img:hover {
    transform: scale(1.1);
}

/* Testimonial Text */
.value-card .test-para {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 300;
    color: #555555;
    text-align: center;
    margin-bottom: 1rem;
    flex-grow: 1;
}

/* Author Name */
.testi1 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

/* ========== RESPONSIVE DESIGN ========== */

/* Large Laptop (1200px - 1400px) */
@media (max-width: 1400px) {
    .testi-container {
        gap: 1.5rem;
    }
    
    
    .value-card .test-para {
        font-size: 0.95rem;
    }
}

/* Laptop / Desktop (992px - 1199px) */
@media (max-width: 1199px) {
    .testi-container {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
        margin-top: 5rem;
    }
    
    .value-card {
        margin-bottom: .8rem;
    }
}

/* Tablet (768px - 991px) */
@media (max-width: 991px) {
    .testi-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem 1.5rem;
        margin-top: 5rem;
        padding: 0 1.5rem;
    }
    
    .value-card {
        margin-bottom: .7rem;
    }
    
    .value-card .image {
        width: 90px;
        height: 90px;
        top: -45px;
    }
    
    .value-card .test-para {
        font-size: 0.95rem;
        line-height: 1.5;
    }
    
    .testi1 {
        font-size: 0.85rem;
    }
}

/* Mobile Landscape / Small Tablet (576px - 767px) */
@media (max-width: 767px) {
    .testi-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 1rem;
        margin-top: 4rem;
        padding: 0 1rem;
    }
    
    .value-card {
        margin-bottom: 1rem;
    }
    
    .value-card .image {
        width: 80px;
        height: 80px;
        top: -40px;
        border: 4px solid #fff;
    }
    
    .value-card .test-para {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .testi1 {
        font-size: 0.8rem;
    }
}

/* Mobile (max-width: 575px) */
@media (max-width: 575px) {
    .testi-container {
        grid-template-columns: 1fr;
        gap: 3rem;
        margin-top: 4rem;
        padding: 0 1rem;
    }
    
    .value-card {
        margin-bottom: 1rem;
    }
    
    .value-card .image {
        width: 90px;
        height: 90px;
        top: -45px;
    }
    
    .value-card .test-para {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .testi1 {
        font-size: 0.85rem;
        padding-top: 0.8rem;
    }
}

/* Extra Small Mobile (max-width: 400px) */
@media (max-width: 400px) {
    .testi-container {
        margin-top: 3.5rem;
        gap: 2.5rem;
    }
    
    
    
    .value-card .image {
        width: 80px;
        height: 80px;
        top: -40px;
    }
    
    .value-card .test-para {
        font-size: 0.9rem;
    }
    
    .testi1 {
        font-size: 0.8rem;
    }
}

     

/* part of section / internship data start  */


.partof-container{
    max-width: 1200px;
    width: 95%;
    margin: 2rem auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.5rem;
    background-color: #fff;
}
.partof-card{
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.partof-image{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.partof-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}   
.partof-card:hover .partof-image img{
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.partof-card-details h3{
    margin: 1rem 0;
    font-size: 1.7rem;
    font-weight: 700;
    color: #333;
}
.partof-card-details p{
    margin: 1rem 0;
    font-size: 1.1rem;
    font-weight: 300;
    color: #666;
}
.line1{
    width: 150px;
    height: 2px;
    background-color: var(--primary-orange);
    margin: 1rem auto;
}
.line2{
    width: 100px;
    height: 2px;
    background-color: var(--primary-orange);
    margin: 1rem auto;
}







@media (max-width:1024px) {
    .partof-container{
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:768px) {
    .partof-container{
        grid-template-columns: 1fr;
    }
}














/* dream section start  */


.dreams-container{
    max-width: 1200px;
    width: 95%;
    margin: 3rem auto;
    overflow: hidden;
}

.dreams-container h1{
    font-size: 3rem;
    color: #000000;
    font-weight: 300;
    margin-bottom: 1.5rem;
}
.dreams-container span{
    color: #f9a007;
}

.dreams-container p{
    width: 40%;
    text-align: justify;
    line-height: 1.4;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #555555;
    font-weight: 500;
}



.dream-data{
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.dream-image{
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-right: 2rem;
}
.dream-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.dream-slide2{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}



.dream-sub-section{
    max-width: 1200px;
    width: 95%; 
    height: 100vh;
    margin:1rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.dream-sub-section h1{
    font-size: 3.5rem;
    /* color: #f9a007; */
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.dream-sub-data{
    margin: 4rem 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
}
.dream-sub-card h2{
    font-size: 4rem;
    color: #180158;
    font-weight: 200;
}
.dream-sub-card p{
    font-size: 1.8rem;
    line-height: 1.4;
    color: #f9a007;
    font-weight: 300;
}

.dream-sub-card{
    padding: 1.5rem;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    align-items: center;
}
.dream-sub-card:hover{
    cursor: default;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}



@media (max-width:786px) {
    .dreams-container p{
        width: 100%;
    }
    .dream-data{
        padding-top: 1.5rem;
        flex-direction: column;
    }
    .dream-sub-section{
        height: auto;
    }
    .dream-sub-section h1{
        font-size: 2.5rem;
    word-wrap: break-word;
    }
    .dream-sub-data{
        grid-template-columns: repeat(2,1fr);
    }
    .dream-sub-data h2{
        font-size: 3rem;
    word-wrap: break-word;
    }
    .dream-sub-data p{
        font-size: 1.7rem;
    word-wrap: break-word;
    }
}

@media (max-width:480px) {
    .dreams-container h1{
        font-size: 2rem;
    word-wrap: break-word;
    }
    .dream-sub-section h1{
        font-size: 2rem;
    word-wrap: break-word;
    }
    .dream-sub-data{
        grid-template-columns: 1fr;
        padding: 2rem;
    }
    .dream-sub-data h2{
        font-size: 2.5rem;
    word-wrap: break-word;
    }
    .dream-sub-data p{
        font-size: 1.2rem;
    word-wrap: break-word;
    }
}




/* .company-section start  */

.company-section{
    max-width: 1200px;
    width: 95%;
    height: 90vh;
    margin: 3rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
}

.company-detail{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    justify-content: center;
    background-color: #d69839;
}
.company-detail h2{
    font-size: 4rem;
    color: #000000;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.company-detail h2 i{
    font-weight: 300;
}

.company-detail p{
    font-size: 1.2rem;
    line-height: 1.4;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.company-detail .btnc{
    background: linear-gradient(135deg, #ffffff  0%, #edd500 100%);
            color: #000;
            border-radius: 2.5rem;
            padding: 1rem 1.5rem;
}

.company-image{
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.company-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

@media (max-width:1024px) {
    .company-section{
        height: 90vh;
    }
    .company-detail{
        padding: 1rem;
    }
    .company-detail h2{
    word-wrap: break-word;
        font-size: 3.5rem;
    }

}

@media (max-width: 786px) {
    .company-section{
        flex-direction: column;
        height: 100%;
    }
    .company-detail, .company-image{
        width: 100%;
        height: 100%;
    }
    .company-image img{
        object-position: top;
    }

    .company-detail h2{
    word-wrap: break-word;
        font-size: 2.5rem;
        line-height: 1.3;
        margin-bottom: .5rem;
    }
    
}

@media (max-width:480px) {
    .company-section{
        height: auto;
        padding: 2rem 0;
    }
    .company-detail h2{
        font-size: 2rem;
    }
    .company-detail p{
    word-wrap: break-word;
        font-size: 1rem;
    }

}







.anubhav-section{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 3rem auto;
}

.anubhav-Heading{
    font-weight: 600 !important;
}

.anubhav-container{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}

.anubhav-video-data{
    padding: 1rem;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.anubhav-video-data video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: .5rem;
    border: 2px solid #000;
    filter: brightness(.5);
    transition: filter 0.3s ease-in-out;
}

.anubhav-video-data:hover video{
    filter: brightness(1);
}
.anubhav-video-data:hover{
    transform: scale(1.01);
    box-shadow: 0 5px 10px rgba(43, 43, 43, 0.985);
    z-index: 10;
}



@media (max-width:768px) {
    .anubhav-container{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:480px) {
    .anubhav-container{
        grid-template-columns: repeat(1, 1fr);
    }
}











/* blog section  */

.blog-section{
    max-width: 1200px;
    width: 95%;
    height: auto;
    margin: 2rem auto;
    position: relative;
    padding-bottom: 1.5rem;
}

.blog-container{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2.5rem;
    margin: 4rem 0;
}

.blog-card{
    padding: 1.5rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.blog-card:hover{
    cursor: default;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.588);
}
.blog-card a{
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    color: var(--primary-navy);
    font-weight: 600;
    font-size: 1.2rem;
}



.blog-card .blog-btn{
    width: fit-content;
    background: linear-gradient(135deg, #f6a10e  0%, #efd705 100%);
            color: var(--white);
            padding: 0.7rem 1.5rem;
            font-size: 1rem;
            font-weight: 600;
            transition: all 0.3s ease;
}
.blog-card .blog-btn:hover {
    box-shadow: 0 6px 10px #3a3a3ab4;
}

@media (max-width:786px) {
    .blog-container{
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:480px) {
    .blog-container{
        grid-template-columns: 1fr;
    }
}

























/* courses section start  */

.our-courses-section{
    max-width: 1200px;
    width: 95%;
    margin: 2rem auto;
    height: 100%;

}

.courses-container{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: .5rem;
    margin: 4rem 0;
}

.course-box{
    padding: 1.5rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 2rem;
    border-top-right-radius: 2rem;
    gap: 2rem;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.course-box:hover {
    cursor: default;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.588);
}


.course-box h2{
    font-size: 1.5rem;
    color: #180158;
    font-weight: 600;
    text-align: center;
}
.image{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #efd705;
    overflow: hidden;
    padding: .5rem;
    transition: all 0.5s ease;
}
.course-box:hover .image{
    transform: scale(1.07) translateY(-5px);

    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.774);
}
.image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}



@media (max-width:1024px) {
    .courses-container{
        grid-template-columns: repeat(3,1fr);
    }
}

@media (max-width:786px) {
    .courses-container{
        grid-template-columns: repeat(2,1fr);
    }

}

@media (max-width:480px) {
    .courses-container{
        grid-template-columns: 1fr;
    }
.our-courses-section h1{
    font-size: 2rem;
    word-wrap: break-word;
}

}



/* digi school section  */


.digi-section{
    max-width: 1200px;
    width: 95%;
    margin: 2rem auto;
    
}

.digi-content p{
    font-size: 1.2rem;
    line-height: 1.4;
    color: #2f2f2f;
    font-weight: 300;
    margin-bottom: 1.5rem;
}


.digi-vision-detail{
    margin: 4rem 0;
}
.vision-card{
    padding: 1.5rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.vision-card:hover{
    cursor: default;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.444);
}

.vision-card .vision-detail{
    width: 50%;
    height: 100%;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #2f2f2f;
    font-weight: 300;
    padding: 3rem;
    background-color: #e1e1e1;
    transition: all 0.3s ease;
}
.vision-detail:hover{
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.466);
}
.vision-detail:hover h1,
.vision-detail:hover span{

    transform: scale(1.05);
}
.vision-detail h1{
    font-size: 4rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}
.vision-card span{
    color: #f9a007;
    font-size: 3rem;
    transition: all 0.3s ease;
    font-weight: 600;
}
.vision-card p{
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #383838;
    font-weight: 300;
}
.vision-image{
    width: 50%;
    overflow: hidden;
}

.vision-image img{
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}
.vision-image img:hover{
    transform: scale(1.05);
}

.digi-section h3{
    font-size: 1.7rem;
    margin-bottom: 1rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.digi-section strong{
    color: #f9a007;
    font-size: 2rem;
    font-weight: 900;
}




@media (max-width:1024px) {
    .vision-card{
        gap: 1.5rem;
    }
    .vision-card .vision-detail, .vision-image{
        width: 100%;
        height: 100%;
    }
    .vision-detail h1{
        font-size: 3rem;
    word-wrap: break-word;
    }
    .vision-card span{
        font-size: 2.5rem;
    word-wrap: break-word;
    }

    

}

@media (max-width:786px) {
    .digi-section{
        padding: .5rem;
    }
    .vision-card{
        flex-direction: column;
        padding: 1rem;
    }
    .digi-section h1{
        font-size: 2.5rem;
    word-wrap: break-word;
    }
    
    .vision-detail h1{
        font-size: 2.5rem;
    word-wrap: break-word;
    }
    .vision-card span{
        font-size: 2rem;
    word-wrap: break-word;
    }
    .vision-image{
        max-height: 400px;
    }

    
#vision{
    font-size: 1.8rem;
}
    
}


@media (max-width:480px) {
    .digi-content p{
        font-size: 1rem;
    word-wrap: break-word;
    }
    .vision-detail{
        padding: 1.5rem !important;
    }
    .vision-detail h1{
        font-size: 2rem;
    }
    .vision-detail p{
        font-size: 1rem;
    word-wrap: break-word;
    }
    .vision-detail ul li{
        font-size: 1rem;
    word-wrap: break-word;
    }
    .vision-image{
        max-height: 300px;
    }
    .digi-section h3{
        word-wrap: break-word;
    }

    
#vision{
    font-size: 1.2rem !important;
    word-wrap: break-word;
}

}



#vision{
    font-size: 2rem;
}



.digi-content h2{
    font-size: 2rem;
    padding-bottom: 1rem;
}


.digi-content ul li{

    font-size: 1.1rem;
    color: #353535;
    line-height: 1.4;
    list-style: none;
}

.moto h3{
    font-size: 2rem;
    font-weight: 400;
    word-wrap: break-word;
}

@media (max-width:480px) {
    .moto h3{
        font-size: 1.2rem;
    }
    .digi-content h2{
        font-size: 1.4rem;
    }
}








/* about -dropdown- section  */

 .asks-container{
    max-width: 1200px ;
    width: 95%;
    margin:  2rem auto;
    display: grid;
    padding: 2rem 0;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
}


.ask-card-data{
    width: 100%;
    display: block;
    border-radius: .5rem;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.ask-card-data img{
    width: 100%;
    display: block;
    overflow: hidden;
    height: auto;
    border: 1px solid #ff8c00;
}

.ask-card-data:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 10px #434343;
}


@media (max-width:768px) {
    

.asks-container{
    grid-template-columns: repeat(2,1fr);
}

}
@media (max-width:480px) {
    

.asks-container{
    grid-template-columns: repeat(1,1fr);
}

}
















.journey-section {
    padding: 30px 0;
}

/* .journey-container {
   
} */
.journey-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
  
    

}

.journey-header {
    margin-bottom: 40px;
}

.journey-header h1 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.journey-header h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #666;
    margin-top: 0;
}

/* --- Grid Layout for Cards --- */
.timeline-grid {
    display: grid;
    /* Create 3 equal columns with a gap */
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* --- Individual Card Styling --- */
.year-card {
    background-color: var(--card-bg);
    padding: 25px;
    border-radius: 12px;
    text-align: left;
    /* Optional: Subtle initial shadow */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 5px solid var(--primary-color); /* Default border */
}

.year-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-top-color: var(--accent-color);
}

/* Customize border color for each year */
.card-2023 { border-top-color: var(--accent-color); } /* Blue */
.card-2024 { border-top-color: var(--accent-color); } /* Green */
.card-2025 { border-top-color: var(--accent-color); } /* Yellow */


.card-icon{
    font-size: 1.2rem;
    background-color: #eeeacb;
    width: fit-content;
    border-radius: 50%;
    padding: .4rem;
    transition: all .3s ease-in-out;
    margin-bottom: .5rem;
}
.card-icon:hover {
    scale: 1.2;
    cursor: default;
}
.year-card h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--accent-color); /* Base color for year number */
    margin: 0 0 5px 0;
}



.year-card h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
}

.year-card .theme {
    font-style: italic;
    color: #707070;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.theme strong{
    font-weight: 600;
    color: #363636;
}

.year-card ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.year-card li {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    color: #555;
}

.year-card li::before {
    content: "•"; /* Bullet point */
    color: var(--primary-color); /* Bullet color */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    left: 0;
}

/* --- Summary Footer --- */
.journey-summary {
    /* background-color: #e9e9e9; */
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    
}

.journey-summary p {
    font-size: 1.2rem;
    color: #212121;
    font-weight: 500;
}

/* --- Responsive Adjustments --- */
@media (max-width: 900px) {
    /* Switch to 2 columns on medium screens */
    .timeline-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    /* Switch to 1 column on small screens */
    .timeline-grid {
        grid-template-columns: 1fr;
    }
    
    .journey-header h1 {
        font-size: 1.8rem;
    }

    .journey-header h2 {
        font-size: 1.2rem;
    }
}


















.asha-section{
    max-width: 1200px;
    width: 95%;
    height: auto;
    margin: 2rem auto;
}











/* contact section  */



.contact-breadcrem{
    height: 100%;
    max-height: 400px;
    margin: 1rem auto;
    width: 100%;
    background-image: url("/assets/main-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    position: relative;
    background-color: #180158;
    gap: 3rem;
    justify-content: center;
}


/* Dark Overlay */


.contact-breadcrem::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.425);
    z-index: 1;
}

/* Button on top of overlay */
.contact-donate > * {
    position: relative;
    z-index: 2;
}




.contact-data{
    max-width: 1200px;
    margin: 2rem auto;
    width: 95%;
    /* height: 100%; */
    padding-bottom: 6rem;
    
  font-family: "Raleway", sans-serif;
}

.contact-data p{
    text-align: center;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
  font-family: "Raleway", sans-serif;
}

.form-section{
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem;
}

.formDetail{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.formDetail input{
    padding: .5rem 1.2rem;
    border-radius: 5px;
    font-size: 1rem;
}

abbr{
    text-decoration: none;
    color: red;
    font-size: 1.2rem;
}

.formDetail textarea{
    padding: .5rem 1rem;
    height: 120px;
    font-size: 1rem;
}
.formDetail span{
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}

.submitbtn{
    padding: .8rem 2.5rem;
    border-radius: 5px;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    /* background-color: #fff; */
    box-shadow: 0 5px 10px #2f2f2f3d;
    transition: all .3s ease-in-out;
}

.submitbtn:hover{
    cursor: pointer;
    box-shadow: 0 5px 10px #2f2f2f;
    transform: translateX(5px);
}



















.blog-page-section{
    max-width: 800px;
    width: 95%;
    height: 100%;
    margin: 2rem auto;
    font-family: "Monteserrat", sans-serif;
}
.blog-card1{
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
}
.summary>h1{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #3c3c3c;
    word-wrap: break-word;
    transition: all .1s ease-in-out;
}
.summary h1:hover{
    text-decoration: underline;
    color: var(--accent-color);
}
.summary h3{
    margin-bottom: 1rem;
    font-weight: 100;
    font-size: 1rem;
    word-wrap: break-word;
}
.summary h3 a{
    text-decoration: underline;
    color: #188bd1;
    font-size: .9rem;
    font-weight: 100;
    word-wrap: break-word;
}
.summary h3 a:hover{
    text-decoration: none;
    color: #09a8d8;
}

.summary p{
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    word-wrap: break-word;
}
.summary>a{
    transition: all .1s ease-in-out;
}
.summary>a:hover{
    text-decoration: underline;
    padding-left: .3rem;
    color: var(--accent-color);
}




.main-blog-section{
    max-width: 1200px;
    width: 95%;
    margin: 2rem auto;

}


.main-blog1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.blog-image{
    width: 80%;
    margin: 2rem auto;
}
.blog-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.main-blog1 p{
    font-size: 1.2rem;
    color: #2f2f2f;
    font-weight: 300;
    text-align: justify;
    word-wrap: break-word;
    margin-bottom: 1rem;
}

.main-blog1 h3{
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
}
.main-blog1 li{
    list-style: none;
    font-size: 1.1rem;
    padding-bottom: .5rem;
}

.blog-grid{
    display: grid;
    margin: 2rem auto;
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
}
.gridB{
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.gridB img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-bottom-tag{
    
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    padding: 1.2rem 0;
    background-color: var(--accent-color);
}

























.terms-section{
    max-width: 1200px;
    width: 95%;
    margin: 2rem auto;
    word-wrap: break-word;
    padding: 1.2rem;
}

.terms-section p{
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: #2f2f2f;
    font-weight: 400;
}
.terms-details p{
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: #2f2f2f;
    font-weight: 400;
    line-height: 1.5;
}

.terms-details h2{
    font-weight: 500;
    margin-bottom: .5rem;
}

strong{
    font-size: 1.2rem;
}


.terms-details ul li{
    margin-left: 1.2rem;
}
.terms-details ul{
    
}







.containerr {
    width: 1200px; /* ⬅️ यहां 1200px सेट किया गया */
    height: 80vh; /* ऊंचाई को 80vh (या अपनी पसंद का कोई भी फिक्स्ड मान, जैसे 675px) रखें */
    max-width: 100%; /* अगर स्क्रीन 1200px से छोटी है, तो कंटेनर एडजस्ट हो जाएगा */
    overflow: hidden; 
    position: relative;
    margin: 1rem auto; /* कंटेनर को केंद्र में लाने के लिए */
}

#parallax-image {
    position: absolute;
    /* इमेज को बड़ा रखें ताकि मूवमेंट के लिए जगह हो */
    /* 120% का मतलब है 1200px का 120%, यानी 1440px */
    width: 120%; 
    height: 120%;
    /* इमेज को केंद्र में रखें */
    top: -10%;
    left: -10%; 
    object-fit: cover;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 4vw; /* या आप इसे फिक्स्ड मान जैसे 60px कर सकते हैं */
    z-index: 10;
    text-align: center;



}

























#backToTopBtn {
    /* फिक्स्ड पोजीशन, ताकि स्क्रॉल करने पर भी यह एक ही जगह रहे */
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    transition: all .3s ease-in-out;
    
    /* बटन का आकार और डिज़ाइन */
    font-size: 24px;
    font-weight: bold;
    background-color: #f6a10e; /* गहरा रंग */
    color: white; 
    border: none;
    border-radius: 50%; /* गोल आकार */
    width: 50px;
    height: 50px;
    line-height: 50px; /* वर्टिकल अलाइनमेंट के लिए */
    text-align: center;
    cursor: pointer;
    padding: 0;
    
    /* डिफ़ॉल्ट रूप से छुपा हुआ (जब पेज टॉप पर हो) */
    opacity: 0; 
    visibility: hidden;
    
    /* स्मूथ ट्रांज़िशन */
    transition: opacity 0.3s, visibility 0.3s;
    
    /* सुनिश्चित करें कि यह अन्य सामग्री के ऊपर हो */
    z-index: 1000; 
}

/* माउस ओवर पर हल्का इफ़ेक्ट */
#backToTopBtn:hover {
    background-color: #d69839;
}

/* जब JS द्वारा 'show' क्लास जोड़ी जाती है */
#backToTopBtn.show {
    opacity: 1;
    visibility: visible;
}








    /* Container */
.info-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
}

/* Cards */
.info-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 25px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

/* Icons */
.info-card img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

/* Headings */
.info-card h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #222;
}


/* Responsive Adjustments */
@media (max-width: 768px) {
    .info-container{
        grid-template-columns: repeat(1,1fr);
    }
  .info-card h3 {
    font-size: 16px;
  }

  .info-card img {
    width: 50px;
    height: 50px;
  }
}





/*uddeshyika update 26-01-2026*/



  .hero1-section1 {
        background: linear-gradient(135deg, #180158 0%, #180158 100%);
        color: white;
        padding: 60px 0;
        text-align: center;
      }
      .card {
        border: none;
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        margin-top: -50px;
      }
      .btn-instagram {
        background: #f0d206;
        color: white;
        border-radius: 50px;
        padding: 10px 25px;
        transition: 0.3s;
        text-decoration: none;
        display: inline-block;
        margin: 5px;
      }
      .btn-instagram:hover {
        background: #f0d206;
        color: white;
        transform: translateY(-3px);
      }
      .feature-icon {
        font-size: 2.5rem;
        color: #180158;
        margin-bottom: 15px;
      }
      .hashtag-container {
        background: #e9ecef;
        padding: 20px;
        border-radius: 10px;
        font-size: 0.9rem;
        color: #555;
      }
      .table-custom {
        border-radius: 10px;
        overflow: hidden;
      }
      .table-custom thead {
        background: #180158;
        color: white;
      }
      
      
      
      


