  :root {
            --red-color: #c60f25;
            --bg-light: #f5f5f5;
            --text-dark: #333;
            --text-medium: #666;
            --max-width: 1200px;
       
      --bg:#fcfcfd;
      --card:#ffffff;
      --muted:#6b7280;
      --accent:#0f172a;
      --accent-2:#0369a1;
      --maxw:1000px; 
    }

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
    font-family: "Inter",sans-serif;
}




        
#backToTopBtn {
    
    position: fixed; 
    bottom: 50px; 
    right: 30px; 
    transition: all .3s ease-in-out;
    
    font-size: 24px;
    font-weight: 900;
    background-color: #003366; 
    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: #4a0612;
}

#backToTopBtn.show {
    opacity: 1;
    visibility: visible;
}









.hero_1section{
    width: 100%;
    height: 60vh;
    padding-top:2rem ;
    background-image: url("/assets/bgHero.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_1Details{
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero_1Details h1{
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #102269;
}
.hero_1Details p{
    font-size: 1.3rem;
    margin-bottom: 1.8rem;
}


.hero-data{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.hero-data .circle{
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #6e0a1c;
    display: flex;
    padding: .8rem;
    align-items: center;
    justify-content: center;
    color: aliceblue;
    font-weight: 800;
}

.hero-data h3{
    font-size: 1.7rem;
    line-height: 1.7;
    font-weight: 500;
}


.btnMain{
margin-top: 2rem;

}

.btnMain a{
    padding: .7rem 2rem;
    border-radius: 8px;
    background-color: #6e0a1c;
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;

}

@media (max-width:768px) {
    .hero_1section{
        padding-top: 1.2rem;
    width: 100%;
    height: 65vh;
}


.hero_1Details h1{
    font-size: 2rem;
    margin-bottom: .5rem;
}
.hero_1Details p{
    font-size: 1.2rem;
    margin-bottom: 1.8rem;
}

.hero-data .circle{
    width: 17px;
    height: 17px;
}

.hero-data h3{
    font-size: 1.5rem;
    line-height: 1.7;
    font-weight: 500;
}
}


@media (max-width:480px) {
        .hero_1section{
            
        padding-top:0rem;
    height: 100%;
}


.hero_1Details h1{
    font-size: 1.7rem;
    margin-bottom: .5rem;
}
.hero_1Details p{
    font-size: 1rem;
    margin-bottom: 1.8rem;
}

.hero-data .circle{
    width: 17px;
    height: 17px;
}

.hero-data h3{
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: 500;
}
.btnMain a{
    padding: .7rem 1.5rem;
    border-radius: 8px;
    font-size: .9rem;
    font-weight: 600;

}
}










        /* Book Collection Section */
        .book_1collection {
            width: 100%;
            min-height: 100vh;
            background-image: url("/assets/book.jpg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            position: relative;
            padding-bottom: 60px;
            overflow: hidden;
        }

        .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.768);
            z-index: 1;
        }

        .book_2deails-sec {
            max-width: 1200px;
            width: 100%;
            padding: 0 20px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .book_3dets {
            padding: 3rem 2rem;
            color: #fff;
            text-align: center;
            margin-bottom: 40px;
        }

        .book_3dets h1 {
            font-size: 2.5rem;
            letter-spacing: 1px;
            line-height: 1.4;
            font-weight: 700;
        }

        .book_3dets h2 {
            font-size: 1.5rem;
            margin-bottom: 1.2rem;
            font-weight: 400;
            color: #f0f0f0;
        }

        .book_3dets p {
            font-size: 1.1rem;
            color: #e0e0e0;
        }

        /* Carousel Styles - White background removed */

        .news-slider {
            position: relative;
            z-index: 4;
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 20px;
        }

        @media screen and (max-width: 1300px) {
            .news-slider {
                max-width: 1000px;
            }
        }

        .news-slider__wrp {
            display: flex;
            align-items: flex-start;
            position: relative;
        }

        .news-slider__item {
            width: 400px;
            flex-shrink: 0;
        }

        @media screen and (max-width: 992px) {
            .news-slider__item {
                width: 340px;
            }
        }

        .news-slider__item.swiper-slide {
            opacity: 0;
            pointer-events: none;
            transition: all 0.3s;
        }

        .news-slider__item.swiper-slide-active,
        .news-slider__item.swiper-slide-prev,
        .news-slider__item.swiper-slide-next {
            opacity: 1;
            pointer-events: auto;
        }

        .news-slider__ctr {
            position: relative;
            z-index: 12;
        }

        .news-slider__arrow {
            background: #fff;
            border: none;
            display: inline-flex;
            width: 50px;
            height: 50px;
            justify-content: center;
            align-items: center;
            box-shadow: 0 6px 26px 6px rgba(0,0,0,0.25);
            border-radius: 50%;
            position: absolute;
            top: 50%;
            z-index: 12;
            cursor: pointer;
            outline: none;
        }

        .news-slider__arrow:focus {
            outline: none;
        }

        .news-slider__arrow .icon {
            width: 20px;
            height: 20px;
            fill: #333;
        }

        .news-slider__arrow.news-slider-prev {
            left: 15px;
            transform: translateY(-50%);
        }

        .news-slider__arrow.news-slider-next {
            right: 15px;
            transform: translateY(-50%);
        }

        .news-slider__pagination {
            text-align: center;
            margin-top: 50px;
        }

        .news-slider__pagination .swiper-pagination-bullet {
            width: 13px;
            height: 10px;
            display: inline-block;
            background: #fff;
            opacity: 0.2;
            margin: 0 5px;
            border-radius: 20px;
            transition: opacity 0.5s, background-color 0.5s, width 0.5s;
            transition-delay: 0.5s, 0.5s, 0s;
        }

        .news-slider__pagination .swiper-pagination-bullet-active {
            opacity: 1;
            background: #ffffff;
            width: 100px;
            transition-delay: 0s;
        }

        @media screen and (max-width: 576px) {
            .news-slider__pagination .swiper-pagination-bullet-active {
                width: 70px;
            }
        }

        .news__item {
            margin: 10px;
            padding: 20px;
            border-top: 40px solid #022f63;
            border-bottom: 40px solid #6e0a1c;
            color: #fff;
            display: block;
            transition: all 0.3s;
            position: relative;
            z-index: 2;
            background: transparent;
        }

        @media screen and (min-width: 800px) {
            .news__item:hover {
                background: rgba(255, 255, 255, 0.95);
                color: #222222;
                backdrop-filter: blur(10px);
                transition-delay: 0.1s;
            }

            .news__item:hover .news-date,
            .news__item:hover .news__title,
            .news__item:hover .news__txt {
                opacity: 1;
                color: #222222;
                transition-delay: 0.1s;
            }

            .news__item:hover .news__img {
                box-shadow: 0 10px 30px rgba(0,0,0,0.5);
            }
        }

        .news__item.active {
            background: rgba(255, 255, 255, 0.95);
            color: #222222;
            backdrop-filter: blur(10px);
        }

        .news__item.active .news-date,
        .news__item.active .news__title,
        .news__item.active .news__txt {
            opacity: 1;
            color: #222222;
        }

        .news__item.active .news__img {
            box-shadow: 0 10px 30px rgba(0,0,0,0.5);
        }

        @media screen and (max-width: 992px) {
            .news__item {
                padding: 30px;
            }
        }

        @media screen and (max-width: 576px) {
            .news__item {
                padding: 20px;
            }
        }

        .news-date {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 2px solid;
            display: inline-block;
            opacity: 0.7;
            transition: opacity 0.3s;
        }

        @media screen and (max-width: 576px) {
            .news-date {
                margin-bottom: 10px;
                display: inline-flex;
                align-items: center;
                padding-bottom: 0;
            }
        }

        .news-date__title {
            display: block;
            font-size: 32px;
            margin-bottom: 10px;
            font-weight: 500;
        }

        @media screen and (max-width: 576px) {
            .news-date__title {
                margin-right: 10px;
                margin-bottom: 0;
            }
        }

        .news-date__txt {
            font-size: 16px;
        }

        .news__title {
            font-size: 25px;
            font-weight: 500;
            opacity: 0.7;
            margin-top: 10px;
            margin-bottom: 15px;
            transition: opacity 0.3s;
        }

        @media screen and (max-width: 576px) {
            .news__title {
                font-size: 22px;
                margin-bottom: 10px;
            }
        }

        .news__txt {
            margin: 10px 0;
            line-height: 1.6em;
            font-size: 15px;
            opacity: 0.7;
            transition: opacity 0.3s;
        }

        .news__img {
            border-radius: 10px;
            box-shadow: 0 6px 26px 6px rgba(0,0,0,0.25);
            height: 150px;
            margin-top: 30px;
            width: 100%;
            transition: all 0.3s;
            transform-origin: 0% 0%;
            overflow: hidden;
        }

        @media screen and (max-width: 576px) {
            .news__img {
                height: 180px;
                margin-top: 20px;
            }
        }

        .news__img img {
            max-width: 100%;
            border-radius: 10px;
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        /* Tablet Responsive */
        @media (max-width: 1024px) {
            .book_3dets {
                padding: 2.5rem 1.5rem;
            }

            .book_3dets h1 {
                font-size: 2rem;
            }

            .book_3dets h2 {
                font-size: 1.3rem;
            }

            .book_3dets p {
                font-size: 1rem;
            }
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .book_1collection {
                padding: 40px 0;
            }

            .book_3dets {
                padding: 2rem 1rem;
                margin-bottom: 30px;
            }

            .book_3dets h1 {
                font-size: 1.6rem;
                line-height: 1.3;
            }

            .book_3dets h2 {
                font-size: 1.1rem;
                margin-bottom: 1.5rem;
            }

            .book_3dets p {
                font-size: 0.95rem;
                line-height: 1.7;
            }
        }

        /* Small Mobile */
        @media (max-width: 480px) {
            .book_3dets h1 {
                font-size: 1.5rem;
            }

            .book_3dets h2 {
                font-size: 1.1rem;
            }

            .book_3dets p {
                word-break: break-all;
                font-size:1rem;
                line-height: 1.3;
                letter-spacing: 1px;
            }
        }








        .search-wrapper {
            position: absolute;
            bottom: 20px;
            left: 0;
            width: 100%;
            display: flex;
            justify-content: center;
            z-index: 100;
        }

        .search-btn {
            background-color: #6e0a1c; /* Dark Red */
            color: white;
            border: 2px solid #022f63;
            padding: 12px 40px;
            font-size: 18px;
            font-weight: bold;
            border-radius: 8px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.6);
            transition: transform 0.2s, background 0.2s;
        }

        .search-btn:hover {
            transform: scale(1.05);
            background-color: #c91e2b;
        }





        .become_pub3{
            max-width: 1200px;
            margin: 4rem auto;
            width: 100%;
            display: flex;
            justify-content: center;
            gap: 2rem;
        }

        .pub_2box{
            width: 50%;
            height: 100%;
        }
        .pub_2box img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .pup_detail{
            width: 50%;
            display: flex;
            flex-direction: column;
            gap: 1.2rem;
            /* justify-content: center; */
            height: 100%;
        }
        .pup_detail p{
            line-height: 1.5;
            font-size: 1.1rem;
        }

        @media (max-width:768px) {
              .become_pub3{
            width: 95%;
            flex-direction: column;
        } 
           .pub_2box{
            width: 100%;
            height: 100%;
        }


        .pup_detail{
            width: 100%;
            gap: 1rem;
            margin-bottom: 2rem;
        }
        }


        @media (max-width:480px) {
            .pup_detail h1{
                font-size: 1.6rem;
            }
        }



        .chat_bot-section{
            width: 1200px;
            margin: 0 auto;
            /* height: 80%; */
            width: 100%;
            background-color: #102269;
            color: #fff;
            display: flex;
            padding: 5rem;
            gap: 2rem;
            align-items: center;
            justify-content: center;
        }

        .chat_1dets{
            display: flex;
            flex-direction: column;
            align-items: start;
            justify-content: center;
            gap: 1rem;
            width: 50%;
            height: 100%;

        }
        .chat_1dets h1{
            font-size: 2rem;
        }
        .chat_1dets h2{
            font-size: 1.4rem;
            margin-bottom: 1.2rem;
        }
        .chat_1dets p{
            font-size: 1rem;
            letter-spacing: 1px;
        }


        .chat_3bot{
            background-color: #fff;
            width: 50%;
            height: 100%;
            /* min-height: 300px; */
            border-radius: 1rem;
        }


@media (max-width:768px) {
         .chat_bot-section{
            gap: 2rem;
            overflow: hidden;
            padding: .8rem;
            flex-direction: column;
        }

        .chat_1dets{
            display: flex;
            flex-direction: column;
            align-items: start;
            justify-content: center;
            gap: 1rem;
            width: 100%;
            height: 100%;

        }
        .chat_1dets h1{
            font-size: 1.5rem;
        }
        .chat_1dets h2{
            font-size: 1.2rem;
            margin-bottom: .2rem;
        }
        .chat_1dets p{
            font-size: .9rem;
            letter-spacing: 1px;
        }


        .chat_3bot{
            background-color: #fff;
            width: 100%;
            height: 100%;
            border-radius: 1rem;
        }

}















.vision-mission-section {
            max-width: 1200px;
            margin: 40px auto;
            padding: 20px;
            text-align: center;
        }

        
        .vision-mission-header {
            margin-bottom: 40px;
        }

        .header-image {
            width: 100%;
            max-width: 250px; 
            height: auto;
            margin-bottom: 20px;
        }
        .header1-image {
            width: 100%;
            max-width: 150px; 
            height: auto;
            margin-bottom: 20px;
        }

        .main-title {
            font-size: 2.5em;
            color: var(--primary-color);
            margin-top: 0;
        }

       
        .cards-container {
            display: flex;
            gap: 30px; 
            justify-content: center;
            flex-wrap: wrap; 
        }

        .card {
            background-color: var(--card-background);
            border-radius: 10px;
            padding: 30px;
            box-shadow: var(--shadow);
            flex: 1; 
            min-width: 300px; 
            text-align: left;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.067);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-top: 5px solid var(--primary-color);
        }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.348);
        }

        .card-title {
            font-size: 1.8em;
            color: var(--primary-color);
            margin-top: 0;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }

        .card-title .icon {
            font-size: 1.2em;
            color: #4a0612;
            margin-right: 10px;
        }

        .card-content {
            font-size: 1.1em;
            line-height: 1.5;
        }
        .card ul {
            list-style: none;
            padding-left: 1rem;
            line-height: 1.6;
        }
        .card-content strong{
            text-transform: uppercase;
            font-weight: 700;
            font-size: 1.3rem;
        }
             
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .vision-mission-section {
                margin: 20px 10px;
                padding: 10px;
            }

            .main-title {
                font-size: 2em;
            }

            .cards-container {
                flex-direction: column; /* Stack cards vertically */
                gap: 20px;
            }

            .card {
                min-width: auto; /* Remove min-width to allow full width stacking */
                padding: 20px;
            }
            
            .header-image {
                max-width: 200px;
            }
            .header1-image {
            width: 100%;
            max-width: 150px; 
        }

        }
         @media (max-width: 480px) {
                 
            .header-image {
                max-width: 100px;
            }
            .header1-image {
            max-width: 80px; 
             }

            }





























.service_1Section{
    max-width: 1400px;
    margin: 2rem auto;
    width: 100%;
    background-color: #cecece;
    border-radius: 1rem;

}

.service_1Section h1{
    padding-top:2.2rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.service_1Section h1::after{
    content: "";
    position: absolute;
    bottom:  0;
    left: 50%;
    width: 150px;
    transform: translate(-50%);
    height: 3px;
    background-color: #6e0a1c;
}


.ser_2_container{
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1.5rem;
    align-items: start;
    padding: 2rem;
    justify-content: center;
}

.ser_1Card{
    /* background-color: #fff; */
    padding: 1rem;
    /* border-radius: 8px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.ser_1Card:nth-child(2){
    border-left: 2px solid #151515;
}
.ser_1Card:nth-child(3){
    border-left: 2px solid #151515;
}


.ser_1Card:nth-child(4){
    border-left: 2px solid #151515;
}


.ser_1Card i{
    font-size: 2.2rem;
    color: #6e0a1c;
}
.ser_1Card h2{
    font-size: 2rem;
    text-align: center;
    font-weight: 400;
}

.ser_1Card p{
    font-size: 1.1rem;
    line-height: 1.5;
}


@media (max-width:1024px) {
    .service_1Section{
    height:auto;
    background-color: #cecece;
    border-radius: 1rem;

}
    .ser_2_container{
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.5rem;
    }
}

@media (max-width:768px) {
    .ser_2_container{
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.5rem;
    }
}



@media (max-width:480px) {
    .ser_2_container{
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 1.5rem;
    }

    .ser_1Card:nth-child(1){
    border-left: 2px solid #151515;
}
.service_1Section h1{
    font-size: 1.5rem;
}
.ser_1Card h2{
    font-size: 1.5rem;
    text-align: center;
    font-weight: 400;
}
}











.testi_1section{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
      .carousel-container {
            border-radius: 20px;
            padding: 60px 40px;
            max-width: 1000px;
            margin:  0 auto;
            width: 100%;
        }

        .testi {
            text-align: center;
            margin-bottom: 50px;
        }

        .testi h1 {
            background: #1e3a8a;
            color: white;
            display: inline-block;
            padding: 12px 40px;
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 10px;
            letter-spacing: 1px;
            transition: all .3s ease;
        }
        .testi h1:hover{
            box-shadow: 0 5px 10px #000;
        }

        .testi p {
            color: rgb(44, 43, 43);
            display: inline-block;
            padding: 8px 30px;
            font-size: 18px;
            font-weight: 400;
        }

        .carousel-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 40px;
            min-height: 350px;
        }

        .nav-button {
            background: none;
            border: none;
            font-size: 48px;
            color: #1e3a8a;
            cursor: pointer;
            transition: all 0.3s ease;
            padding: 10px;
            flex-shrink: 0;
        }

        .nav-button:hover {
            color: #667eea;
            transform: scale(1.2);
        }

        .carousel-main {
            display: flex;
            align-items: center;
            gap: 50px;
            flex: 1;
        }

        .author-image {
            flex-shrink: 0;
        }

        .author-image img {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            object-fit: cover;
            border: 5px solid #f0f0f0;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .author-info {
            flex: 1;
        }

        .stars {
            display: flex;
            gap: 8px;
            margin-bottom: 25px;
        }

        .star {
            color: #1e3a8a;
            font-size: 36px;
        }

        .quote {
            font-size: 18px;
            line-height: 1.6;
            color: #333;
            margin-bottom: 25px;
            font-style: italic;
        }

        .author-name {
            color: #1e3a8a;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .author-title {
            color: #666;
            font-size: 18px;
            font-weight: 500;
        }

        .carousel-dots {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 40px;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #d1d5db;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .dot.active {
            background: #1e3a8a;
            width: 16px;
            height: 16px;
        }

        .dot:hover {
            background: #667eea;
        }

        @media (max-width: 768px) {
            .carousel-container {
                padding: 40px 20px;
            }

            .carousel-main {
                flex-direction: column;
                gap: 30px;
            }

            .author-image img {
                width: 150px;
                height: 150px;
            }

            .testi h1 {
                font-size: 24px;
                padding: 10px 30px;
            }

            .testi p {
                font-size: 16px;
            }

            .quote {
                font-size: 16px;
            }

            .nav-button {
                font-size: 36px;
            }
        }


        @media (max-width:480px) {
            
            .carousel-content{
                gap: .5rem;
            }
            .testi h1 {
                font-size: 16px;
            }

            .testi p {
                font-size: 14px;
            }
        }








.google_2review {
            width: 100%;
            max-width: 1200px;
            margin:4rem auto;
            padding: 0 15px;
        }

        .review-section {
            width: 100%;
            text-align: center;
        }

        .review-header {
            margin-bottom: 2rem;
        }
        
        .review-header h2 { 
            font-size: 1.8rem; 
            color: #1f2937; 
            margin-bottom: 5px; 
            font-weight: 700;
        }
        
        .review-header span { 
            font-weight: bold; 
            font-size: 1.2rem; 
        }
        
        .google-logo { 
            color: #4285F4; 
            font-weight: bold; 
        }
        
        .rating-stars { 
            color: #fbbc04; 
        }
        
        /* --- Reviews Carousel Container --- */
        .reviews-container {
            /* Using flex for horizontal scrolling carousel effect */
            display: flex;
            gap: 1.5rem;
            overflow-x: auto;
            padding: 1rem 0; 
            scroll-behavior: smooth;
            
           
        }
      
        /* --- Individual Card Styling --- */
        .review-card {
            background: #fff;
            max-width: 280px; 
            min-width: 280px; 
            padding: 1.5rem;
            border-radius: 12px;
            box-shadow: 0 6px 15px rgba(0,0,0,0.1);
            text-align: left;
            flex-shrink: 0; 
            transition: transform 0.2s;
        }

        .review-card:hover {
            transform: translateY(-5px);
        }

        .card-top {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }

        .avatar {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            object-fit: cover;
        }

        .user-info a { 
            margin: 0; 
            font-size: 0.95rem; 
            color: #1f2937; 
            text-decoration: none;
            font-weight: 600;
        }
        
        .user-info p { 
            margin: 0; 
            font-size: 0.75rem; 
            color: #777; 
            display: block; 
            gap: 0;
        }

        .google-g {
            margin-left: auto;
            width: 25px;
            height: 25px;
        }
        
        .card-stars { 
            color: #fbbc04; 
            margin-bottom: 10px; 
            font-size: 1.2rem; 
        }
        
        .review-text {
            font-size: 0.95rem;
            color: #444;
            line-height: 1.5;
        }


        /* --- RESPONSIVE DESIGN (Mobile Fixes) --- */
        @media (max-width: 768px) {
            .review-header h2 {
                font-size: 1.5rem;
            }
            
            /* Cards take up most of the screen width on mobile for readability and clear scrolling */
            .review-card {
                min-width: 85vw; 
                max-width: 85vw;
            }
            
            .reviews-container {
                padding: 1rem 15px; /* Add horizontal padding to see scroll effect properly */
            }
        }
        
        @media (max-width: 480px) {
            .review-card {
                min-width: 70vw; 
                max-width: 70vw;
            }
        }






        



.process_1Book {
    max-width: 1200px;
    margin: 2rem auto;
    width: 100%;
    padding: 0 1rem;
}

.process_1Book h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.process_1Book > p {
    font-size: 1.1rem;
    text-align: center;
    padding-top: 0.5rem;
    margin-bottom: 3rem;
}

.process_Content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 3rem;
}

.book_1Process {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
    padding: 3rem 1.5rem 2rem 1.5rem;
    background-color: #f6f6f6;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.book_1Process:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.cirBadge {
    background-color: #6e0a1c;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -1.5rem;
    left: 1.5rem;
    box-shadow: 0 4px 10px rgba(110, 10, 28, 0.3);
}

.book_1Process h2 {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #222222;
    margin-top: 0.5rem;
}

.book_1Process p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

.book_1Process a {
    color: #6e0a1c;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.book_1Process a:hover {
    color: #4a0612;
}

.btnMain {
    /* text-align: center; */
    margin-top: 2rem;
}

.btnMain a {
    display: inline-block;
    padding: .7rem 2.3rem;
    background-color: #6e0a1c;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btnMain a:hover {
    background-color: #4a0612;
    transform: scale(1.05);
}

/* Tablet View */
@media (max-width: 900px) {
    .process_Content {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem 1.5rem;
    }
    
    .process_1Book h1 {
        font-size: 1.8rem;
    }
}

/* Mobile View */
@media (max-width: 768px) {
    .process_1Book {
        margin: 1.5rem auto;
    }
    
    .process_1Book h1 {
        font-size: 1.6rem;
    }
    
    .process_1Book > p {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .process_Content {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
    
    .book_1Process {
        padding: 3rem 1.5rem 1.5rem 1.5rem;
    }
    
    .cirBadge {
        width: 55px;
        height: 55px;
        font-size: 1.8rem;
        top: -1.5rem;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .book_1Process h2 {
        font-size: 1.3rem;
        text-align: center;
        width: 100%;
    }
    
    .book_1Process p {
        text-align: center;
        font-size: 0.95rem;
    }
    
    .btnMain a {
        padding: 0.9rem 2rem;
        font-size: 1rem;
    }
}

/* Small Mobile View */
@media (max-width: 480px) {

     .process_Content {
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }
    .process_1Book {
        padding: 0 0.75rem;
    }
    
    .process_1Book h1 {
        font-size: 1.4rem;
    }
    
    .process_1Book > p {
        font-size: 0.95rem;
    }
    
    .book_1Process {
        padding: 2.5rem 1rem 1.5rem 1rem;
    }
    
    .cirBadge {
        width: 50px;
        height: 50px;
        font-size: 1.6rem;
    }
    
    .book_1Process h2 {
        font-size: 1.2rem;
    }
    
    .book_1Process p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .btnMain a {
        padding: 0.8rem 1.5rem;
        font-size: 0.95rem;
        width: 90%;
        max-width: 250px;
    }
}


























.dream-sub-section{
    max-width: 1200px;
    width: 95%; 
    height: 50vh;
    margin:3rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Roboto",sans-serif;
    padding-top: 1.5rem;
}

.dream-sub-section h1{
    font-size: 2.5rem;
    /* color: #f9a007; */
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.dream-sub-data{
    
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
}
.dream-sub-card h2{
    font-size: 3rem;
    color: #180158;
    font-weight: 200;
}
.dream-sub-card p{
    font-size: 1.4rem;
    line-height: 1.4;
    color: #0284c7;
    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;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.086);
}
.dream-sub-card:hover{
    cursor: default;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.344);
}



@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;
    }
}







.Book_section{
    height: auto;
    background-image: url("/assets/bgP.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 3rem 0;
}

.Book_2Publish_section{
    max-width: 1200px;
    margin: 2rem auto;
    width: 95%;
    height: auto;
}

.Book_2Publish_section h1{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 600;
}

.Book_2Publish_section p{
    font-size: 1rem;
    color: #222222;
    text-align: center;
    padding-bottom: 2rem;
}

.public_publi{
    max-width: 900px;
    margin: 1rem auto;
    display: flex;
    gap: 2rem;
}

.public_dets{
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
}

.public_dets h2{
    font-weight: 300;
    font-size: 1.3rem;
}

.public_dets p{
    padding-top: 1rem;
    text-align: left;
}

.boxes_public{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

.boxe_pub{
    width: 200px;
    height: 200px;
    padding: .1rem;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
}

.boxe_pub img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boxes_public a{
    color: #222222;
    font-size: 1.1rem;
    text-align: center;
}

.boxes_public a:hover{
    color: #4a0612;
}

.public_2BookContainer{
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}


/* Responsive Media Queries */

/* Large tablets and small desktops */
@media (max-width: 1024px) {
    .Book_section {
        padding: 2rem 0;
    }
    
    .Book_2Publish_section h1 {
        font-size: 1.75rem;
    }
    
    .public_publi {
        gap: 1.5rem;
    }
    
    .public_2BookContainer {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Tablets */
@media (max-width: 768px) {
    .Book_section {
        background-attachment: scroll;
        padding: 1.5rem 0;
    }
    
    .Book_2Publish_section {
        margin: 1.5rem auto;
    }
    
    .Book_2Publish_section h1 {
        font-size: 1.5rem;
    }
    
    .Book_2Publish_section p {
        font-size: 0.95rem;
        padding-bottom: 1.5rem;
    }
    
    .public_publi {
        flex-direction: column;
        gap: 2rem;
    }
    
    .public_dets {
        align-items: center;
        text-align: center;
    }
    
    .public_dets h2 {
        font-size: 1.2rem;
    }
    
    .public_dets p {
        text-align: center;
    }
    
    .public_2BookContainer {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .boxe_pub {
        width: 180px;
        height: 180px;
    }
}

/* Mobile devices */
@media (max-width: 480px) {
    .Book_section {
        padding: 1rem 0;
    }
    
    .Book_2Publish_section {
        margin: 1rem auto;
        width: 90%;
    }
    
    .Book_2Publish_section h1 {
        font-size: 1.3rem;
        margin-bottom: 0.75rem;
    }
    
    .Book_2Publish_section p {
        font-size: 0.9rem;
        padding-bottom: 1rem;
    }
    
    .public_publi {
        gap: 1.5rem;
    }
    
    .public_dets h2 {
        font-size: 1.1rem;
    }
    
    .public_dets p {
        padding-top: 0.75rem;
        font-size: 0.9rem;
    }
    
    .boxes_public {
        gap: 0.75rem;
    }
    
    .boxe_pub {
        width: 150px;
        height: 150px;
    }
    
    .boxes_public a {
        font-size: 1rem;
    }
    
  
}

/* Extra small mobile devices */
@media (max-width: 360px) {
    .Book_2Publish_section h1 {
        font-size: 1.2rem;
    }
    
    .public_2BookContainer {
        grid-template-columns: 1fr;
        max-width: 300px;
    }
    
    .boxe_pub {
        width: 130px;
        height: 130px;
    }
}


















.meet_2Team_section{
    max-width: 1200px;
    width: 95%;
    height: auto;
    margin: 2rem auto;
}

.meet_2Team_section h1{
    font-size: 2.5rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 4rem;
}
.meet_2Team_section h3{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: .5rem;
    text-align: center;
}
.meet_2Team_section p{
    font-size: 1.2rem;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #222222;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 1rem;
}


.meet_Container{
    margin: 5rem 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 3rem;
    align-items: center;
}
.meeT_card{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.MeetImage{
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1rem;
    filter: grayscale(1);
    transition: all .2s ease;
}
.MeetImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.MeetImage:hover{
    filter: grayscale(0);
}

.meeT_card h2{
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.meeT_card p{
    font-size: 1rem;
}

.iconMeet{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #0077b5;
}
.iconMeet a{
    text-decoration: none;
    
}
.iconMeet i{
    color: #ffffff;
}




@media (max-width:900px) {
    .meet_Container{
    grid-template-columns: repeat(3,1fr);
    gap: 3rem;
}

}

@media (max-width:768px) {
    .meet_Container{
    grid-template-columns: repeat(2,1fr);
    gap: 3rem;
}
.MeetImage{
    width: 20vw;
    height: 20vw;
}

}
@media (max-width:480px) {
    .meet_Container{
    grid-template-columns: repeat(1,1fr);
    gap: 3rem;
}
.MeetImage{
    width: 50vw;
    height: 50vw;
}

}
















        .editors-section {
            padding: 4rem 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-header {
            text-align: center;
            margin-bottom: 3rem;
        }

        .section-header h1 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            color: #000;
        }

        .section-header p {
            font-size: 1.1rem;
            color: #333;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .editors-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 3rem;
            margin-bottom: 3rem;
        }

        .editor-card {
            text-align: center;
        }

        .editor-image {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            margin: 0 auto 1.5rem;
            overflow: hidden;
            background-color: #fff;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .editor-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .editor-name {
            font-size: 1.1rem;
            font-weight: bold;
            color: #003366;
            margin-bottom: 0.5rem;
            text-transform: uppercase;
        }

        .editor-social {
            display: flex;
            gap: 0.75rem;
            justify-content: center;
            margin-top: 1rem;
        }

        .social-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1rem;
            transition: transform 0.2s;
        }

        .social-btn:hover {
            transform: scale(1.1);
        }

        .linkedin {
            background-color: #0077b5;
        }

        .email {
            background-color: #d44638;
        }

        .expand-btn-container {
            text-align: center;
            margin-top: 2rem;
        }

        .expand-btn {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: #c41e3a;
            border: none;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 4px 6px rgba(0,0,0,0.2);
        }

        .expand-btn:hover {
            background-color: #a01828;
            transform: scale(1.05);
        }

        .expand-btn.rotated {
            transform: rotate(180deg);
        }

        .additional-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease-out;
        }

        .additional-content.show {
            max-height: 2000px;
            transition: max-height 0.7s ease-in;
        }

        .additional-editors {
            padding-top: 2rem;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .editors-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 768px) {
            .editors-section {
                padding: 2rem 1rem;
            }

            .section-header h1 {
                font-size: 2rem;
            }

            .section-header p {
                font-size: 1rem;
            }

            .editors-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 2rem;
            }

            .editor-image {
                width: 150px;
                height: 150px;
            }
        }

        @media (max-width: 480px) {
            .section-header h1 {
                font-size: 1.5rem;
            }

            .editors-grid {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .editor-image {
                width: 180px;
                height: 180px;
            }
        }













.publish_2Section {
    max-width: 1200px;
    margin: 2rem auto;
    width: 95%;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
    padding: 2rem 0; /* Added padding to prevent overlap */
}

.pub_lish-Content {
    width: 70%;
}

.pub_lish-Content h1 {
    font-size: 2.5rem;
    color: #102269;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.pub_lish-Content h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 300;
    line-height: 1.4;
}

.pub_lish-Content > p {
    font-size: 1rem;
    color: #222222;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.lists_publish {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.List_dets {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.List_dets .cir_pub {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #022f63;
    color: #fff;
    padding: 0.7rem;
    border-radius: 50%;
    font-size: 0.8rem;
    flex-shrink: 0; /* Prevents circle from shrinking */
}

.List_dets p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

.Pub_lish-image {
    width: 30%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
}

.Pub_lish-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ============================================
   TABLET VIEW (768px - 1024px)
   ============================================ */
@media (max-width: 1024px) {
    .publish_2Section {
        gap: 1.5rem;
    }

    .pub_lish-Content {
        width: 65%;
    }

    .Pub_lish-image {
        width: 35%;
        height: 350px;
    }

    .pub_lish-Content h1 {
        font-size: 2rem;
    }

    .pub_lish-Content h2 {
        font-size: 1.3rem;
    }
}

/* ============================================
   MOBILE VIEW (Max 768px)
   ============================================ */
@media (max-width: 768px) {
    .publish_2Section {
        flex-direction: column;
        gap: 2rem;
        margin: 1.5rem auto;
        padding: 1.5rem 0;
        width: 90%;
    }

    .pub_lish-Content,
    .Pub_lish-image {
        width: 100%;
    }

    /* Image shows FIRST on mobile */
    .Pub_lish-image {
        order: -1;
        height: 280px;
        margin-bottom: 1rem;
    }

    .pub_lish-Content {
        order: 1;
    }

    .pub_lish-Content h1 {
        font-size: 1.75rem;
        margin-bottom: 0.75rem;
    }

    .pub_lish-Content h2 {
        font-size: 1.2rem;
        margin-bottom: 0.75rem;
    }

    .pub_lish-Content h2 br {
        display: none; /* Remove line break on mobile */
    }

    .pub_lish-Content > p {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }

    .lists_publish {
        gap: 0.75rem;
        margin-top: 1rem;
    }

    .List_dets {
        gap: 1rem;
    }

    .List_dets p {
        font-size: 0.9rem;
    }
}

/* ============================================
   EXTRA SMALL MOBILE (Max 480px)
   ============================================ */
@media (max-width: 480px) {
    .publish_2Section {
        width: 95%;
        margin: 1rem auto;
        padding: 1rem 0;
    }

    .Pub_lish-image {
        height: 240px;
    }

    .pub_lish-Content h1 {
        font-size: 1.5rem;
    }

    .pub_lish-Content h2 {
        font-size: 1.1rem;
    }

    .pub_lish-Content > p {
        font-size: 0.9rem;
    }

    .List_dets p {
        font-size: 0.85rem;
    }

    .List_dets .cir_pub {
        width: 12px;
        height: 12px;
        padding: 0.6rem;
        font-size: 0.7rem;
    }
}


.main-wrapper {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 2rem 1rem;
}

.headerM {
    text-align: center;
    margin-bottom: 3rem;
}

.headerM h1 {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin-bottom: 1rem;
    color: var(--text-dark);
    line-height: 1.3;
}

.headerM p {
    font-size: 1rem;
    color: var(--text-medium);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.headerM .highlight {
    font-weight: 600;
    color: var(--red-color);
}

/* Steps Layout */
.steps-main {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

/* Step Number Circle */
.step-number-circle {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: var(--red-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.step-number-circle:hover {
    transform: scale(1.05);
}

.step-number-circle span {
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
}

/* Step Content Card */
.step-content-card {
    flex-grow: 1;
    padding: 1rem;
    background-color: var(--bg-light);
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-left: 4px solid var(--red-color);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step-content-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px -2px rgba(0, 0, 0, 0.15);
}

.step-content-card h2 {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
    line-height: 1.3;
}

.step-content-card p {
    font-size: 0.875rem;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.step-content-card a {
    color: var(--red-color);
    font-weight: 500;
    font-size: 0.875rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.step-content-card a:hover {
    text-decoration: underline;
    color: #b71c1c;
}

/* ============================================
   DESKTOP VIEW (640px+)
   ============================================ */
@media (min-width: 640px) {
    .main-wrapper {
        padding: 3rem 2rem;
    }

    .headerM {
        margin-bottom: 4rem;
    }

    .headerM h1 {
        font-size: 2rem;
    }

    .headerM p {
        font-size: 1.125rem;
    }

    .steps-main {
        gap: 2.5rem;
    }

    .step-item {
        gap: 1.5rem;
    }

    .step-number-circle {
        width: 56px;
        height: 56px;
    }

    .step-number-circle span {
        font-size: 1.5rem;
    }

    .step-content-card {
        padding: 1.5rem;
    }

    .step-content-card h2 {
        font-size: 1.25rem;
    }

    .step-content-card p {
        font-size: 1rem;
    }

    .step-content-card a {
        font-size: 1rem;
    }
}

/* ============================================
   TABLET VIEW FOR STEPS
   ============================================ */
@media (max-width: 768px) {
    .main-wrapper {
        padding: 2rem 1rem;
    }

    .headerM {
        margin-bottom: 2.5rem;
    }

    .headerM h1 {
        font-size: 1.75rem;
    }

    .steps-main {
        gap: 1.75rem;
    }

    .step-number-circle {
        width: 45px;
        height: 45px;
    }

    .step-number-circle span {
        font-size: 1.35rem;
    }
}

/* ============================================
   MOBILE VIEW FOR STEPS
   ============================================ */
@media (max-width: 480px) {
    .main-wrapper {
        padding: 1.5rem 1rem;
    }

    .headerM {
        margin-bottom: 2rem;
    }

    .headerM h1 {
        font-size: 1.5rem;
    }

    .headerM p {
        font-size: 0.95rem;
    }

    .steps-main {
        gap: 1.5rem;
    }

    .step-item {
        gap: 0.75rem;
    }

    .step-number-circle {
        width: 36px;
        height: 36px;
    }

    .step-number-circle span {
        font-size: 1.1rem;
    }

    .step-content-card {
        padding: 0.875rem;
    }

    .step-content-card h2 {
        font-size: 1rem;
    }

    .step-content-card p {
        font-size: 0.85rem;
    }

    .step-content-card a {
        font-size: 0.85rem;
    }
}
































          .containerQ {
            max-width: 800px;
            margin: 5rem auto;
            padding: 1.5rem;
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }

        /* Header Styling */
        .faq-header h1 {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: #102269;
        }

        .dropdown-trigger {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            cursor: pointer;
            padding: 10px 0;
        }

        .dropdown-text {
            flex-grow: 1;
            font-size: 1rem;
            line-height: 1.5;
            padding-right: 15px; 
        }

        .dropdown-text span {
            text-decoration: underline;
            font-weight: 500;
            color: #222222;
        }

        .arrow {
            font-size: 1.5rem;
            font-weight: 700;
            color: #333;
            transition: transform 0.3s ease;
            margin-left: auto;
            align-self: center;
        }

        .dropdown-trigger.active .arrow {
            transform: rotate(180deg); 
        }

        .separator {
            border-top: 1px solid #eee;
            margin-top: 10px;
            margin-bottom: 15px;
        }

        .dropdown-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-out, padding 0.4s ease-out;
            padding: 0;
        }

        .dropdown-trigger.active + .separator + .dropdown-content {
            max-height: 500px;  
            padding-top: 15px;
            padding-bottom: 10px;
        }

        .dropdown-content ol {
            padding-left: 1.5rem;
            margin: 0;
        }

        .dropdown-content ol li {
            margin-bottom: 1rem;
            font-size: 0.95rem;
        }

        @media (max-width: 600px) {
            .containerQ {
                margin: 2rem auto;
                width: 95%;
            }
            .faq-header h1 {
                font-size: 1.5rem;
            }
            .dropdown-text {
                font-size: 0.95rem;
            }
        }

















        .submit_2manuscript-section{
            max-width: 1200px;
            margin: 0 auto;
            width: 95%;
            height: 80%;
            display: flex;

            align-items: center;
            justify-content: space-between;
            gap: 2rem;
        }
        .lft_sec_dets{
            width: 100%;

        }
        .lft_sec_dets h2{
            font-size: 2rem;
            font-weight: 500;
            margin-bottom: 1.5rem;
        }
        .lft_sec_dets p{
            font-size: 1rem;
            letter-spacing: 1px;
            line-height: 1.4;
            color: #222222;
            margin-bottom: 1.5rem;
        }
        .lft_sec_dets a{
            color: #003366;
            font-weight: 600;
            font-size: 1.1rem;
        }
        
        .rht_sec_dets{
            width: 40%;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 15px -3px rgb(0, 0, 0);
          }
          
        .rht_sec_dets img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }


        @media (max-width:768px) {
                 .submit_2manuscript-section{
            height: auto;
            display: flex;
                    flex-direction: column;
            gap: 2rem;
        }
        
        .lft_sec_dets h2{
            font-size: 1.5rem;
        }
        .lft_sec_dets p{
            font-size: .9rem;
        }
        
        .rht_sec_dets{
            width: 100%;
            height: 400px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 15px -3px rgb(0, 0, 0);
            margin-bottom: 2rem;
          }
          
        .rht_sec_dets img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        }
















        .research_section1{
            max-width: 1200px;
            width: 95%;
            margin: 0 auto;
        }
        .research_section1 h2{
            font-size: 1.6rem;
            font-weight: 400;
            text-align: center;
            margin:5rem 0 ;
        }

        .content_research_container{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 4rem;
        }
        .content_research{
            display: flex;
            background-color: #e6e6e6;
            width: 400px;
            min-height: 400px;
            border-radius: 10px;
            box-shadow: 0 5px 15px -3px #003366;
            flex-direction: column;
            align-items: center;
            padding: 2rem;
            gap: 2rem;
        }

        .research_success{
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1rem;
        }
        .rCircle{
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #003366;
            color: #ffff;
            display: flex;
            align-items: center;justify-content: center;
        }
        .content_research ul li{
            line-height: 1.5;
            font-size: 1.02rem;
        }

        .content_research:nth-of-type(2) .rCircle{
            background-color: red;
        }



        @media (max-width:710px) {
             .content_research_container{
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            /* gap: 1rem; */
        }
              .content_research{
            width: 60%;
            min-height: 50vh;
        }
        }

        

        @media (max-width:480px) {
            
              .content_research{
            width: 100%;
        }
        }


















         .steps-container {
            max-width: 1200px;
            margin: 2rem auto;
            width: 95%;
        }

        .section-title {
            text-align: center;
            margin-bottom: 3rem;
        }

        .section-title h2 {
            font-size: 2rem;
            color: #1a2744;
            margin-bottom: 1.5rem;
        }

        .section-title p {
            font-size: 1.1rem;
            color: #666;
        }
        .step-content-card ul li{
            list-style: none;
            margin-bottom: 1rem;
            font-size: 1rem;
            color: #444;
        }
        .steps-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            position: relative;
        }

        /* Step Card */
        .step-card {
            background: white;
            border-radius: 16px;
            padding: 2rem;
            position: relative;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
        }

        .step-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #102269, #3b5998);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s ease;
        }

        .step-card:hover {
            transform: translateY(2px);
            box-shadow: 0 10px 20px rgba(16, 34, 105, 0.2);
        }

        .step-card:hover::before {
            transform: scaleX(1);
        }

        /* Icon Container */
        .icon-container {
            width: 80px;
            height: 80px;
            margin: 0 auto 1.5rem;
            background: linear-gradient(135deg, #102269 0%, #1e3a8a 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            transition: all 0.4s ease;
        }

        .icon-container::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: linear-gradient(135deg, #102269 0%, #1e3a8a 100%);
            opacity: 0;
            transition: all 0.4s ease;
        }


        .step-card:hover .icon-container::after {
            opacity: 0.3;
            transform: scale(1.4);
        }

        .icon-container i {
            font-size: 2rem;
            color: white;
            z-index: 1;
        }

        /* Step Number Badge */
        .step-number {
            position: absolute;
            top: 1rem;
            right: 1rem;
            width: 35px;
            height: 35px;
            background: #f0f4ff;
            color: #102269;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.1rem;
            transition: all 0.3s ease;
        }

        .step-card:hover .step-number {
            background: #102269;
            color: white;
            transform: rotate(360deg);
        }

        /* Content */
        .step-content {
            text-align: center;
        }

        .step-content h3 {
            font-size: 1.4rem;
            color: #1a2744;
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: color 0.3s ease;
        }

        .step-card:hover .step-content h3 {
            color: #102269;
        }

        .step-content p {
            font-size: 0.95rem;
            color: #666;
            line-height: 1.7;
            transition: color 0.3s ease;
        }

        .step-card:hover .step-content p {
            color: #444;
        }

        /* Arrow Connector (Desktop only) */
        .arrow-connector {
            display: none;
        }

        @media (min-width: 1024px) {
            .steps-grid {
                grid-template-columns: repeat(4, 1fr);
            }

            .step-card {
                position: relative;
            }

            .arrow-connector {
                display: block;
                position: absolute;
                top: 50%;
                right: -2rem;
                transform: translateY(-50%);
                font-size: 2rem;
                color: #d1d5db;
                z-index: 1;
                transition: all 0.3s ease;
            }

            .step-card:hover .arrow-connector {
                color: #102269;
                transform: translateY(-50%) translateX(5px);
            }

            .step-card:last-child .arrow-connector {
                display: none;
            }
        }

        /* Tablet View */
        @media (max-width: 1023px) and (min-width: 768px) {
            .steps-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        /* Mobile View */
        @media (max-width: 767px) {
            .section-title h2 {
                font-size: 1.8rem;
            }

            .steps-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .step-card {
                padding: 1.5rem;
            }

            .icon-container {
                width: 70px;
                height: 70px;
            }

            .icon-container i {
                font-size: 1.7rem;
            }

            .step-content h3 {
                font-size: 1.2rem;
            }

            .step-content p {
                font-size: 0.9rem;
            }
        }














        .Happy_section_contain{
            
            max-width: 1200px;
            width: 95%;
            margin: 0 auto;
        }
        .happy-section{
            display: flex;
            gap: 2rem;
            align-items: center;
        }

        .image_Content{
            width: 40%;
        }
        .image_Content img{
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }
        .happy-section h1{
            font-size: 1.8rem;
            color: #003366;
            text-align: center;
        }

        .Happy_section_contain p {
            margin: 2rem 0;
            text-align: center;
            font-size: 1.02rem;
        }
        .Happy_section_contain p a{
            text-transform: uppercase;
            color: #003366;
            font-weight: 600;
        }


        @media (max-width:768px) {
              .happy-section{
            flex-direction: column;
        }
        .image_Content{
            width: 80%;
        }

          .happy-section h1{
            font-size: 1.3rem;
        }
.Happy_section_contain p {
            font-size: .9rem;
        }
        }


















          .faq-wrapper {
            max-width: 1200px;
            margin: 0 auto;
        }

        .faq-title {
            text-align: center;
            margin-bottom: 3rem;
        }

        .faq-title h1 {
            font-size: 2.5rem;
            color: #102269;
            font-weight: 700;
            letter-spacing: 1px;
        }

        .faq-container {
            display: flex;
            gap: 2rem;
            align-items: flex-start;
        }

        /* Left Section - Scrollable Questions */
        .faq-questions {
            flex: 1;
            background: white;
            border-radius: 12px;
            padding: 2rem;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

        .category-section {
            margin-bottom: 2rem;
        }

        .category-title {
            font-size: 1.5rem;
            color: #102269;
            font-weight: 600;
            margin-bottom: 1.5rem;
            padding-bottom: 0.5rem;
            border-bottom: 3px solid #102269;
        }

        .faq-item {
            border-bottom: 1px solid #e5e7eb;
            transition: all 0.3s ease;
        }

        .faq-item:last-child {
            border-bottom: none;
        }

        .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.25rem 0;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            color: #1f2937;
        }

        .faq-question:hover {
            color: #102269;
            padding-left: 0.5rem;
        }

        .faq-question-text {
            font-size: 1rem;
            font-weight: 500;
            flex: 1;
        }

        .faq-icon {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background-color: #e5e7eb;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            flex-shrink: 0;
            margin-left: 1rem;
        }

        .faq-icon::after {
            content: '›';
            font-size: 1.5rem;
            font-weight: bold;
            color: #6b7280;
            transform: rotate(90deg);
            display: block;
        }

        .faq-question:hover .faq-icon {
            background-color: #102269;
            transform: rotate(90deg);
        }

        .faq-question:hover .faq-icon::after {
            color: white;
        }

        .faq-item.active .faq-question {
            color: #102269;
        }

        .faq-item.active .faq-icon {
            background-color: #102269;
            transform: rotate(90deg);
        }

        .faq-item.active .faq-icon::after {
            color: white;
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
            padding: 0 0.5rem;
        }

        .faq-item.active .faq-answer {
            max-height: 500px;
            padding: 0 0.5rem 1.5rem 0.5rem;
        }

        .faq-answer p {
            color: #414243;
            line-height: 1.7;
            margin-bottom: 1rem;
            font-size: 0.95rem;
        }
        .faq-answer ol{
            list-style-type: upper-roman;
            line-height: 1.5;
            padding-left: 2rem;
        }
        .faq-answer ol li{
            font-size: 1rem;
            color: #424242;
            margin-bottom: .5rem;
        }

        /* Right Section - Fixed Navigation */
        .faq-navigation {
            width: 300px;
            background: white;
            border-radius: 12px;
            padding: 2rem;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            position: sticky;
            top: 2rem;
            max-height: calc(100vh - 4rem);
            overflow-y: auto;
        }

        .nav-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #102269;
            margin-bottom: 1.5rem;
            padding-bottom: 0.75rem;
            border-bottom: 2px solid #e5e7eb;
        }

        .nav-list {
            list-style: none;
        }

        .nav-item {
            margin-bottom: 0.75rem;
        }

        .nav-link {
            display: block;
            padding: 0.75rem 1rem;
            color: #4b5563;
            text-decoration: none;
            border-radius: 8px;
            transition: all 0.3s ease;
            font-size: 0.95rem;
            font-weight: 500;
            border-left: 3px solid transparent;
        }

        .nav-link:hover {
            background-color: #f3f4f6;
            color: #102269;
            border-left-color: #102269;
            padding-left: 1.5rem;
        }

        .nav-link.active {
            background-color: #e0e7ff;
            color: #102269;
            border-left-color: #102269;
        }

        /* Scrollbar Styling for Navigation */
        .faq-navigation::-webkit-scrollbar {
            width: 6px;
        }

        .faq-navigation::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        .faq-navigation::-webkit-scrollbar-thumb {
            background: #102269;
            border-radius: 10px;
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .faq-navigation {
                width: 250px;
            }
        }

        @media (max-width: 768px) {
            .faq-title h1 {
                font-size: 2rem;
            }

            .faq-container {
                flex-direction: column;
            }

            /* Navigation comes first on mobile - NOT FIXED */
            .faq-navigation {
                order: -1;
                width: 100%;
                position: static;
                margin-bottom: 1.5rem;
                max-height: none;
            }

            .faq-questions {
                order: 1;
                padding: 1.5rem;
            }

            .category-title {
                font-size: 1.3rem;
            }

            .faq-question-text {
                font-size: 0.95rem;
            }

            .nav-link {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 1rem 0.5rem;
            }

            .faq-title h1 {
                font-size: 1.5rem;
            }

            .faq-questions {
                padding: 1rem;
            }

            .faq-navigation {
                padding: 1.5rem;
            }

            .category-title {
                font-size: 1.2rem;
            }

            .faq-question-text {
                font-size: 0.9rem;
            }
        }

















        
        
.contact-page-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;
}

.contact-section {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.contact_data1 {
    background-color: transparent;
    border: 1px solid #999;
    width: 250px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    color: #1c1c1c;
    padding: 10px;
    box-sizing: border-box;
    transition: background-color 0.3s;
}

.contact_data1:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.contact_data1 i {
    font-size: 3em;
    margin-bottom: 10px;
}

.contact_data1 h2 {
    font-size: 1.1em;
    margin: 0;
}



.modal {
    display: none; 
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    padding-top: 50px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 0;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    position: relative;
    border-radius: 5px;
}

.small-modal {
    width: 450px;
}

.large-modal {
    width: 600px; 
    
}

.modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h2 {
    margin: 0;
    font-size: 1.5em;
    font-weight: normal;
}

.modal-body {
    padding: 20px;
}


.modal-body form label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 0.9em;
}

.modal-body form input[type="text"],
.modal-body form input[type="email"],
.modal-body form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 1em;
}

.modal-body form textarea {
    resize: vertical;
}

.modal-body p.note {
    font-size: 0.8em;
    color: #666;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}


.modal-footer {
    border-top: 1px solid #ddd;
    padding: 10px 20px;
    display: flex;
    gap: 10px;
    background-color: #f1f1f1;
}

.justify-end {
    justify-content: flex-end; 
}

.justify-start {
    justify-content: flex-start; 
}

.close-btn {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
    color: #000;
}

.modal-btn {
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    font-size: 0.9em;
    transition: opacity 0.2s;
}

.modal-btn:hover {
    opacity: 0.8;
}

.green-btn {
    background-color: #0077b5; 
    color: white;
}

.blue-btn {
    background-color: #007bff; 
    color: white;
}


@media (max-width: 768px) {
    
    .contact-section {
        gap: 10px; 
    }

    .contact_data1 {
        width: calc(50% - 10px); 
        min-width: 150px;
        height: 120px; 
    }

    .contact_data1 i {
        font-size: 2.5em;
    }
    
    .contact_data1 h2 {
        font-size: 1em;
    }

    
    .modal {
        padding-top: 20px;
    }

    .modal-content {
        margin: 5% auto;
        width: 95%; 
        max-width: 500px; 
    }

    .small-modal,
    .large-modal {
        width: 90%; 
        margin: 5% auto; 
    }

    .modal-header h2 {
        font-size: 1.3em;
    }

    .modal-footer {
        flex-direction: column-reverse; 
    }

    .modal-btn {
        width: 100%; 
        padding: 10px;
    }

    .justify-end,
    .justify-start {
        justify-content: center; 
        align-items: center;
    }
}



@media (max-width: 480px) {
    
    .contact-page-section {
        padding: 10px 0;
    }
    
    

    .contact-section {
        flex-direction: column;
        align-items: center;
    }

    .contact_data1 {
        width: 90%; 
        max-width: 300px; 
        height: 100px;
    }

    .modal-content {
        margin: 10% 5%;
        width: 90%;
    }

    .modal-header h2 {
        font-size: 1.1em;
    }
}









































   .container {
            max-width: 1200px;
            margin: 4rem auto;
        }

        .cover_page-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        .lft_sec_cover-page {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        .book-container {
            perspective: 2000px;
            width: 400px;
            height: 550px;
            position: relative;
        }

        .book-wrapper {
            width: 100%;
            height: 100%;
            position: relative;
            transition: transform 1s;
            transform-style: preserve-3d;
            cursor: pointer;
        }

        .book-wrapper.flipped {
            transform: rotateY(180deg);
        }

        .book-face {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            background: white;
            border-radius: 8px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        }

        .book-back {
            transform: rotateY(180deg);
        }

        /* Front Cover Styles */
        .book-front {
            display: flex;
            flex-direction: column;
        }

        .top-image-section {
            height: 10%;
            background: linear-gradient(135deg, #5dade2 0%, #3498db 100%);
            border-radius: 8px 8px 0 0;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            position: relative;
            overflow: hidden;
        }


    

        .middle-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 40px 30px;
            background-image: url('/assets/writeImage.jpg');
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .become-author {
            font-size: 13px;
            color: #3498db;
            margin-bottom: 10px;
            padding: .4rem;
            border-radius: 5px;
            background-color: #fff;
        }

        .book-title {
            font-size: 32px;
            font-weight: bold;
            color: #2c3e50;
            margin-bottom: 8px;
            padding: .4rem;
            border-radius: 5px;
            background-color: #fff;
            text-align: center;
        }

        .book-subtitle {
            font-size: 14px;
            color: #7f8c8d;
            padding: .4rem;
            border-radius: 5px;
            background-color: #fff;
            text-align: center;
        }

        .lambert-logo {
            margin-top: 40px;
            display: flex;
            align-items: center;
            gap: 10px;
            width: 40%;
        }

      
        .lambert-logo img{
            width: 100%;
            object-fit: cover;
            height: 100%;
            display: block;
        }
      
        .red-bar {
            height: 50px;
            background: #dc2626;
            border-radius: 0 0 8px 8px;
        }

        /* Back Cover Styles */
        .book-back {
            display: flex;
            flex-direction: column;
        }

        .navy-section {
            height: 50%;
            background: linear-gradient(135deg, #1e3a8a 0%, #3730a3 100%);
            border-radius: 8px 8px 0 0;
            padding: 35px;
            display: flex;
            align-items: flex-start;
        }

        .navy-text {
            color: white;
            font-size: 11px;
            line-height: 1.6;
        }

        .white-section {
            flex: 1;
            background: white;
            padding: 35px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .white-text {
            color: #4b5563;
            font-size: 12px;
            line-height: 1.7;
        }

        .barcode-section {
            margin-top: 20px;
        }

        .barcode {
            display: flex;
            gap: 1px;
            margin-bottom: 5px;
        }

        .bar {
            background: black;
            height: 40px;
        }

        .barcode-number {
            font-size: 12px;
            color: #1f2937;
            margin-top: 5px;
        }

        .flip-button {
            position: absolute;
            bottom: -70px;
            left: 50%;
            transform: translateX(-50%);
            background: #3b82f6;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
            transition: all 0.3s;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .flip-button:hover {
            background: #2563eb;
            transform: translateX(-50%) translateY(-2px);
            box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5);
        }

        .flip-icon {
            width: 20px;
            height: 20px;
        }

        /* Right Section Styles */
        .rgt_sec_cover_dets {
            padding: 20px;
        }

        .rgt_sec_cover_dets h1 {
            font-size: 48px;
            font-weight: bold;
            color: #1f2937;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .rgt_sec_cover_dets h2 {
            font-size: 28px;
            font-weight: 600;
            color: #374151;
            margin-bottom: 25px;
            line-height: 1.3;
        }

        .rgt_sec_cover_dets p {
            color: #4b5563;
            font-size: 16px;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .rgt_sec_cover_dets a {
            color: #3b82f6;
            text-decoration: none;
        }

        .rgt_sec_cover_dets a:hover {
            text-decoration: underline;
        }

        .button-container {
            display: flex;
            gap: 20px;
            margin-top: 40px;
        }

        .needBTN {
            background: white;
            color: #3b82f6;
            border: 2px solid #3b82f6;
            padding: 14px 35px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .needBTN:hover {
            background: #eff6ff;
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        }

        .LetsGo-BTN {
            background: #0077b5;
            color: white;
            border: none;
            padding: 14px 35px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            box-shadow: 0 4px 10px rgba(34, 197, 94, 0.3);
            transition: all 0.3s;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .LetsGo-BTN:hover {
            background: #022f63;
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(34, 197, 94, 0.4);
        }

        @media (max-width: 1024px) {
            .cover_page-section {
                grid-template-columns: 1fr;
                gap: 100px;
            }

            .book-container {
                margin: 0 auto;
            }

            .rgt_sec_cover_dets h1 {
                font-size: 38px;
            }
        }

        @media (max-width: 480px) {
            .book-container {
                width: 300px;
                height: 400px;
            }

            .button-container {
                flex-direction: column;
            }

            .needBTN,
            .LetsGo-BTN {
                width: 100%;
                justify-content: center;
            }
        }






















































             /* Chatbot Container Styles */
        .chat_3bot {
            position: relative;
            width: 100%;
            max-width: 450px;
            height: 550px;
            margin: 0 auto;
        }

        .chat-window-embedded {
            width: 100%;
            height: 100%;
            background: white;
            border-radius: 16px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

        
        .chat-header {
            background: linear-gradient(135deg, #2563eb, #1d4ed8);
            color: white;
            padding: 20px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .chat-icon {
            width: 70px;
            padding: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .chat-icon svg {
            width: 28px;
            height: 28px;
            stroke: white;
            fill: none;
            stroke-width: 2;
        }

        .chat-icon img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .chat-title h3 {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 3px;
        }

        .chat-title p {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.85);
        }

        /* Messages Area */
        .chat-messages {
            flex: 1;
            overflow-y: auto;
            padding: 20px;
            background: linear-gradient(to bottom, #f9fafb, #f3f4f6);
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .message {
            display: flex;
            animation: slideIn 0.3s ease;
        }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .message.user {
            justify-content: flex-end;
        }

        .message.assistant {
            justify-content: flex-start;
        }

        .message-content {
            max-width: 85%;
            padding: 14px 16px;
            border-radius: 14px;
            font-size: 15px;
            line-height: 1.6;
            white-space: pre-wrap;
            word-wrap: break-word;
        }

        .message.user .message-content {
            background: linear-gradient(135deg, #2563eb, #1d4ed8);
            color: white;
            border-bottom-right-radius: 4px;
            box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
        }

        .message.assistant .message-content {
            background: white;
            color: #1f2937;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            border-bottom-left-radius: 4px;
            border-left: 3px solid #2563eb;
        }

        .quick-replies {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 12px;
        }

        .quick-reply-btn {
            background: linear-gradient(135deg, #eff6ff, #dbeafe);
            color: #1d4ed8;
            border: 1px solid #93c5fd;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s;
        }

        .quick-reply-btn:hover {
            background: linear-gradient(135deg, #dbeafe, #bfdbfe);
            border-color: #2563eb;
            transform: translateY(-1px);
            box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
        }

        .loading {
            display: flex;
            justify-content: flex-start;
        }

        .loading-content {
            background: white;
            padding: 14px 18px;
            border-radius: 14px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            border-left: 3px solid #2563eb;
        }

        .loading-dots {
            display: flex;
            gap: 5px;
        }

        .loading-dot {
            width: 10px;
            height: 10px;
            background: linear-gradient(135deg, #93c5fd, #2563eb);
            border-radius: 50%;
            animation: bounce 1.4s infinite ease-in-out both;
        }

        .loading-dot:nth-child(1) { animation-delay: -0.32s; }
        .loading-dot:nth-child(2) { animation-delay: -0.16s; }

        @keyframes bounce {
            0%, 80%, 100% { 
                transform: scale(0);
                opacity: 0.5;
            }
            40% { 
                transform: scale(1);
                opacity: 1;
            }
        }

        /* Input Area */
        .chat-input {
            padding: 20px;
            background: white;
            border-top: 2px solid #e5e7eb;
            display: flex;
            gap: 10px;
        }

        .chat-input input {
            flex: 1;
            border: 2px solid #d1d5db;
            border-radius: 10px;
            padding: 12px 18px;
            font-size: 15px;
            outline: none;
            transition: all 0.2s;
            font-family: inherit;
        }

        .chat-input input:focus {
            border-color: #2563eb;
            box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
        }

        .send-button {
            background: linear-gradient(135deg, #2563eb, #1d4ed8);
            border: none;
            border-radius: 10px;
            padding: 12px 18px;
            cursor: pointer;
            transition: all 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
        }

        .send-button:hover {
            background: linear-gradient(135deg, #1d4ed8, #1e40af);
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
        }

        .send-button:active {
            transform: translateY(0);
        }

        .send-button:disabled {
            background: linear-gradient(135deg, #d1d5db, #9ca3af);
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }

        .send-button svg {
            width: 22px;
            height: 22px;
            stroke: white;
            fill: none;
            stroke-width: 2.5;
        }

        /* Scrollbar */
        .chat-messages::-webkit-scrollbar {
            width: 8px;
        }

        .chat-messages::-webkit-scrollbar-track {
            background: #f1f5f9;
            border-radius: 10px;
        }

        .chat-messages::-webkit-scrollbar-thumb {
            background: linear-gradient(180deg, #93c5fd, #2563eb);
            border-radius: 10px;
        }

        .chat-messages::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(180deg, #2563eb, #1d4ed8);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .chat_3bot {
                max-width: 100%;
                height: 600px;
            }

            .chat-messages {
                padding: 16px;
            }

            .chat-input {
                flex-direction: column;

                padding: 16px;
            }
        }

        @media (max-width:480px) {
            .chat-header {
                padding: 0;
                gap: 5px;
        }
        .chat-title h3 {
            font-size: 1rem;
        }
        .chat-icon{
            width: 50px;
        }
    }





































































    /* Updated data starts here  */








    
        .containerEn {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 16px;
        }

      

        /* Header */
        .headerEn {
            /* background: linear-gradient(to right, #102269, #082ab4); */
            color:#6c0a1c;
            padding: 48px 16px;
            /* text-align: center; */
        }

        .headerEn h1 {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 16px;
            /* text-align: center; */
        }

        .headerEn .subtitle {
            font-size: 16px;
            margin-bottom: 8px;
        }

        .headerEn .description {
            font-size: 17px;
            line-height: 1.4;
            color: #000000;
            max-width: 896px;
            /* margin: 0 auto; */
        }

        @media (max-width: 768px) {
            .headerEn h1 {
                font-size: 28px;
            }
        }

      .MemberHeading{
        font-size: 1.5rem;
        font-weight: bold;  
      }

        /* Cards Grid */
        .cards-section {
            padding: 48px 0;
        }

        .cards-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 24px;
            margin-bottom: 48px;
        }

        @media (max-width: 1024px) {
            .cards-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .cards-grid {
                grid-template-columns: 1fr;
            }
        }

        /* Membership Card */
        .cardEn {
            background: white;
            border-radius: 8px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            height: 100%;
            transition: all 0.3s ease;
        }

        .cardEn:hover {
            transform: scale(1.03);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .card-header {
            background-color: #082ab4;
            padding: 16px;
            text-align: center;
        }

        .card-header-content {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .card-header h3 {
            font-size: 18px;
            font-weight: bold;
            color: #ffffff;
        }

         .card-header h4 {
            margin-top: .5rem;
            font-size: 14px;
            font-weight: normal;
            color: #ffffff;
        }

        .card-icon {
            width: 24px;
            height: 24px;
            color: #ffffff;
        }

        .card-body {
            padding: 24px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .benefits-list {
            flex: 1;
            margin-bottom: 16px;
        }

        .benefit-item {
            display: flex;
            gap: 8px;
            margin-bottom: 12px;
            font-size: 15px;
            line-height: 1.4;
            color: #374151;
            align-items: flex-start;
        }

        .benefit-check {
            width: 16px;
            height: 16px;
            color: #6c0a1c;
            margin-top: 2px;
            flex-shrink: 0;
        }

        .card-footer {
            border-top: 1px solid #e5e7eb;
            padding-top: 16px;
            margin-top: auto;
        }

        .fee-section {
            text-align: center;
            margin-bottom: 12px;
        }

        .fee-label {
            color: #4b5563;
            font-size: 14px;
        }

        .fee-amount {
            font-size: 24px;
            font-weight: bold;
            color: #1f2937;
        }

        .sign-in-btn {
            width: 100%;
            background-color: #6c0a1c;
            color: white;
            border: none;
            padding: 12px 16px;
            border-radius: 4px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.2s ease;
        }

        .sign-in-btn:hover {
            background-color: #b70324;
        }

        /* Common Benefits Section */
        .benefits-section {
            background: white;
            border-radius: 8px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            padding: 32px;
            margin-bottom: 32px;
        }

        .benefits-section h2 {
            font-size: 24px;
            font-weight: bold;
            color: #1f2937;
            margin-bottom: 24px;
            text-align: center;
        }

        .benefits-grid {
            display: grid;
            /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
            gap: 16px;
        }

        .benefit-row {
            display: flex;
            gap: 8px;
            align-items: flex-start;
        }

        .benefit-row-check {
            width: 20px;
            height: 20px;
            color: #6c0a1c;
            margin-top: 2px;
            flex-shrink: 0;
        }

        .benefit-row-text {
            color: #374151;
        }

      




































        /* Awards and recoginitions section   */






          .containerAw {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Header Section */
        .headerAwards {
            /* background: linear-gradient(135deg, #102269 0%, #6c0a1c 100%); */
            /* color: white; */
            padding: 60px 20px;
        }

        .headerAwards h1 {
            font-size: 38px;
            font-weight: 600;
            margin-bottom: 12px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        .headerAwards .tagline {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 20px;
            color: #6c0a1c;
        }

        .headerAwards p {
            font-size: 18px;
            line-height: 1.6;
            max-width: 900px;
            color: #000000;
        }

        /* Intro Section */
        .intro-section {
            background: white;
            padding: 20px;
            border-radius: 12px;
            margin-bottom: 50px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            border-left: 5px solid #6c0a1c;
        }

        .intro-section p {
            font-size: 16px;
            line-height: 1.8;
            color: #444;
            margin-bottom: 15px;
        }

        /* Section Title */
        .section-title {
            font-size: 32px;
            font-weight: 700;
            color: #102269;
            margin-bottom: 40px;
            text-align: center;
            position: relative;
            padding-bottom: 20px;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #102269, #6c0a1c);
            border-radius: 2px;
        }

        /* Award Categories Grid */
        .awards-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }

        .award-card {
            background: white;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .award-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
        }

        .award-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #102269, #6c0a1c);
        }

        .award-number {
            display: inline-block;
            background: linear-gradient(135deg, #102269, #6c0a1c);
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 15px;
            flex-shrink: 0;
        }

        .award-card h3 {
            font-size: 20px;
            color: #102269;
            margin-bottom: 12px;
            font-weight: 700;
        }

        .award-purpose {
            background: #f8f9fa;
            padding: 12px;
            border-left: 3px solid #6c0a1c;
            margin: 15px 0;
            border-radius: 4px;
            font-size: 15px;
            letter-spacing: .5px;
            color: #3b3b3b;
            font-weight: 500;
        }

        .award-purpose strong {
            color: #6c0a1c;
        }

        .eligibility-list {
            list-style: none;
            margin-top: 15px;
        }

        .eligibility-list li {
            padding: 8px 0;
            padding-left: 25px;
            font-size: 16px;
            color: #252525;
            position: relative;
            line-height: 1.6;
        }

        .eligibility-list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #6c0a1c;
            font-weight: bold;
            font-size: 16px;
        }

      

        /* Responsive Design */
        @media (max-width: 768px) {
            .headerAwards h1 {
                font-size: 32px;
            }

            .headerAwards .tagline {
                font-size: 18px;
            }

            .headerAwards p {
                font-size: 14px;
            }

            .section-title {
                font-size: 24px;
            }

            .awards-grid {
                grid-template-columns: 1fr;
            }

            .award-card {
                padding: 20px;
            }

            .award-card h3 {
                font-size: 18px;
            }

            .intro-section {
                padding: 25px;
            }

           
        }

        @media (max-width: 480px) {
            .headerAwards {
                padding: 40px 15px;
            }

            .headerAwards h1 {
                font-size: 24px;
            }

            .headerAwards .tagline {
                font-size: 16px;
            }

            .container {
                padding: 0 15px;
            }

            .award-number {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }

            .section-title {
                font-size: 20px;
            }
        }

     


































        /* Header Section */
        .header {
            /* background: linear-gradient(135deg, #102269 0%, #6c0a1c 100%); */
            color: rgb(29, 29, 29);
            padding: 60px 20px;
        }

        .header h1 {
            font-size: 38px;
            font-weight: 600;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        .header .tagline {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 25px;
            color: #6c0a1c;
        }

        .header p {
            font-size: 18px;
            line-height: 1.6;
            max-width: 900px;
            color: #121212;
        }

        /* Section Divider */
        .divider-section {
            background: white;
            padding: 40px 20px;
            text-align: center;
            border-top: 2px solid #102269;
            border-bottom: 2px solid #6c0a1c;
            margin: 50px 0;
        }

        .divider-section h2 {
            font-size: 28px;
            font-weight: 700;
            color: #102269;
            margin-bottom: 15px;
        }

        .divider-section .subtitle {
            font-size: 16px;
            color: #6c0a1c;
            font-weight: 600;
        }

        /* Intro Box */
        .intro-box {
            background: white;
            padding: 40px;
            border-radius: 12px;
            margin-bottom: 50px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            border-left: 5px solid #6c0a1c;
        }

        .intro-box p {
            font-size: 16px;
            line-height: 1.8;
            color: #444;
            margin-bottom: 15px;
        }

        .intro-box p:last-child {
            margin-bottom: 0;
        }

        .intro-box strong {
            color: #102269;
        }

        /* Section Title */
        .section-title {
            font-size: 32px;
            font-weight: 700;
            color: #102269;
            margin-bottom: 40px;
            text-align: center;
            position: relative;
            padding-bottom: 20px;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #102269, #6c0a1c);
            border-radius: 2px;
        }

        /* Specialization List */
        .specialization-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-bottom: 40px;
        }

        .spec-item {
            background: white;
            padding: 20px;
            border-radius: 8px;
            border-left: 4px solid #6c0a1c;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }

        .spec-item:hover {background: linear-gradient(135deg, #102269, #6c0a1c);
            color: white !important;
            transform: translateX(5px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        }
        .spec-item:hover h3, .spec-item:hover p {
            color: white;
        }

        .spec-item h3 {
            color: #102269;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .spec-item p {
            color: #555;
            font-size: 14px;
            line-height: 1.6;
        }

        /* MoU Card */
        .mou-card {
            background: linear-gradient(135deg, #102269 0%, #6c0a1c 100%);
            color: white;
            padding: 50px 40px;
            border-radius: 12px;
            text-align: center;
            margin-bottom: 50px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
        }

        .mou-card h2 {
            font-size: 36px;
            font-weight: 800;
            margin-bottom: 20px;
        }

        .mou-price {
            font-size: 48px;
            font-weight: 800;
            margin-bottom: 15px;
            background: linear-gradient(135deg, #ffc107, #ff9800);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .mou-subtitle {
            font-size: 18px;
            font-style: italic;
            color: #e8e8ff;
            margin-bottom: 10px;
        }

        .mou-description {
            font-size: 15px;
            color: #d4d4ff;
            margin-bottom: 5px;
        }

        /* Benefits Grid */
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }

        .benefit-card {
            background: white;
            padding: 35px;
            border-radius: 12px;
            border: 0.3px solid #0a0a0a;
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.362);
            transition: all 0.3s ease;
        }


        .benefit-number {
            display: inline-block;
            /* background: linear-gradient(135deg, #102269, #6c0a1c); */
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .benefit-card h3 {
            font-size: 20px;
            color: #102269;
            margin-bottom: 12px;
            font-weight: 700;
        }

        .benefit-card p {
            color: #3f3f3f;
            font-size: 15px;
            line-height: 1.7;
        }

        .benefit-list {
            list-style: none;
            margin-top: 15px;
        }

        .benefit-list li {
            padding: 8px 0;
            padding-left: 25px;
            font-size: 14px;
            color: #2b2b2b;
            position: relative;
            line-height: 1.6;
        }

        .benefit-list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #6c0a1c;
            font-weight: bold;
            font-size: 16px;
        }

        /* Why Partner Section */
        .why-partner {
            background: white;
            padding: 40px;
            border-radius: 12px;
            margin-bottom: 50px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        }

        .why-partner h2 {
            font-size: 28px;
            color: #102269;
            margin-bottom: 30px;
            font-weight: 700;
            text-align: center;
        }

        .partner-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
        }

        .partner-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            padding: 20px;
            background: linear-gradient(135deg, #f8f9fa, #ffffff);
            border-radius: 8px;
            transition: all 0.3s ease;
            border-left: 3px solid #6c0a1c;
        }

        .partner-item:hover {
            background: linear-gradient(135deg, #102269, #6c0a1c);
            color: white;
            transform: translateX(5px);
        }

        .partner-icon {
            font-size: 28px;
            flex-shrink: 0;
        }

        .partner-text {
            font-size: 15px;
            font-weight: 500;
            line-height: 1.5;
        }

        .partner-item:hover .partner-text {
            color: white;
        }

        /* Contact Section */
        .contactA-sectionA {
            background: linear-gradient(135deg, #102269 0%, #6c0a1c 100%);
            color: white;
            padding: 50px 40px;
            border-radius: 12px;
            text-align: center;
            margin-bottom: 50px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
        }

        .contactA-sectionA h2 {
            font-size: 32px;
            font-weight: 800;
            margin-bottom: 30px;
        }

        .contactA-sectionA p {
            font-size: 16px;
            margin-bottom: 15px;
            color: #d4d4ff;
        }

        .contact-info {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
            margin-top: 30px;
        }

        .contact-item {
            padding: 20px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .contact-item:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-5px);
        }

        .contact-icon {
            font-size: 32px;
            margin-bottom: 10px;
        }

        .contact-item a {
            color: #ffc107;
            text-decoration: none;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s ease;
        }

        .contact-item a:hover {
            color: white;
            text-decoration: underline;
        }


        .resume_title{
            font-size: 24px;
            font-weight:600;
            color: #131313;
            margin-bottom: 20px;
        }
     
        /* Responsive Design */
        @media (max-width: 768px) {
            .header h1 {
                font-size: 32px;
            }

            .header .tagline {
                font-size: 18px;
            }

            .header p {
                font-size: 14px;
            }

            .section-title {
                font-size: 24px;
            }

            .mou-card {
                padding: 40px 25px;
            }

            .mou-card h2 {
                font-size: 28px;
            }

            .mou-price {
                font-size: 36px;
            }

            .benefits-grid {
                grid-template-columns: 1fr;
            }

            .benefit-card {
                padding: 25px;
            }

            .benefit-card h3 {
                font-size: 18px;
            }

            .intro-box {
                padding: 25px;
            }

            .why-partner {
                padding: 25px;
            }

            .why-partner h2 {
                font-size: 24px;
            }

            .partner-grid {
                grid-template-columns: 1fr;
            }

            .contactA-sectionA {
                padding: 40px 25px;
            }

            .contactA-sectionA h2 {
                font-size: 26px;
            }

            .contact-info {
                grid-template-columns: 1fr;
            }

            .divider-section h2 {
                font-size: 22px;
            }

            .specialization-list {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .header {
                padding: 40px 15px;
            }

            .header h1 {
                font-size: 24px;
            }

            .header .tagline {
                font-size: 16px;
            }

            .header p {
                font-size: 13px;
            }

            .container {
                padding: 0 15px;
            }

            .benefit-number {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }

            .section-title {
                font-size: 20px;
            }

            .mou-card {
                padding: 30px 20px;
            }

            .mou-card h2 {
                font-size: 22px;
            }

            .mou-price {
                font-size: 32px;
            }

            .benefit-card {
                padding: 20px;
            }

            .benefit-card h3 {
                font-size: 16px;
            }

            .intro-box {
                padding: 20px;
            }

            .why-partner h2 {
                font-size: 20px;
            }

            .partner-item {
                padding: 15px;
            }

            .partner-text {
                font-size: 14px;
            }

            .contactA-sectionA {
                padding: 30px 20px;
            }

            .contactA-sectionA h2 {
                font-size: 22px;
            }

            .contact-item {
                padding: 15px;
            }

            .contact-item a {
                font-size: 14px;
            }

            .divider-section {
                padding: 30px 15px;
            }

            .divider-section h2 {
                font-size: 20px;
            }
        }



















































         /* Header Section */
        .hero-header {
            background: linear-gradient(135deg, #102269 0%, #6c0a1c 100%);
            color: white;
            padding: 80px 20px;
            text-align: center;
            margin-bottom: 60px;
            position: relative;
            overflow: hidden;
        }

        .hero-header::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 400px;
            height: 400px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
        }

        .hero-header::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -10%;
            width: 300px;
            height: 300px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
        }

        .hero-content {
            position: relative;
            z-index: 1;
        }

        .hero-icon {
            font-size: 60px;
            margin-bottom: 20px;
            display: inline-block;
            animation: float 3s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }

        .hero-header h1 {
            font-size: 48px;
            font-weight: 800;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        }

        .hero-tagline {
            font-size: 24px;
            font-weight: 600;
            color: #e8e8ff;
            margin-bottom: 20px;
        }

        .hero-description {
            font-size: 16px;
            line-height: 1.8;
            max-width: 800px;
            margin: 0 auto;
            color: #d4d4ff;
        }

        /* CTA Button */
        .cta-button {
            display: inline-block;
            background: linear-gradient(135deg, #0830d2, #0022ac);
            color: #ffffff;
            padding: 16px 40px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 16px;
            margin-top: 25px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            box-shadow: 0 8px 25px #10226963;
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px #10226963;
        }

        /* Features Section */
        .features-section {
            margin-bottom: 80px;
        }

        .section-title {
            font-size: 36px;
            font-weight: 800;
            color: #102269;
            text-align: center;
            margin-bottom: 50px;
            position: relative;
            padding-bottom: 20px;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, #102269cd, #6c0a1ccb);
            border-radius: 2px;
        }

        /* Feature Card Grid */
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
        }

        .feature-card {
            background: white;
            padding: 20px;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border-top: 5px solid #6c0a1c;
            position: relative;
        }

        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .feature-icon {
            font-size: 38px;
            margin-bottom: 20px;
            display: inline-block;
        }

        .feature-card h3 {
            font-size: 22px;
            color: #102269;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .feature-card p {
            color: #555;
            font-size: 15px;
            line-height: 1.7;
        }

        .feature-sublist {
            list-style: none;
            margin-top: 15px;
        }

        .feature-sublist li {
            padding: 10px 0;
            padding-left: 28px;
            font-size: 14px;
            color: #666;
            position: relative;
        }

        .feature-sublist li::before {
            content: '◆';
            position: absolute;
            left: 0;
            color: #6c0a1c;
            font-size: 12px;
        }

        /* Templates Section */
        .templates-section {
            background: white;
            padding: 50px 40px;
            border-radius: 12px;
            margin-bottom: 60px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        }

        .templates-section h2 {
            font-size: 28px;
            color: #102269;
            margin-bottom: 30px;
            font-weight: 700;
        }

        .template-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
        }

        .template-item {
            background: linear-gradient(135deg, #f0f4ff, #f8f9fa);
            padding: 25px;
            border-radius: 8px;
            text-align: center;
            border: 2px solid #e5e7eb;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .template-item:hover {
            border-color: #6c0a1c;
            background: linear-gradient(135deg, #102269, #6c0a1c);
            color: white;
            transform: translateY(-5px);
        }

        .template-icon {
            font-size: 40px;
            margin-bottom: 12px;
        }

        .template-item h4 {
            font-size: 16px;
            font-weight: 700;
            color: #102269;
        }

        .template-item:hover h4 {
            color: white;
        }

        /* Academic Sections */
        .sections-showcase {
            /* background: linear-gradient(135deg, #102269 0%, #6c0a1c 100%); */
            color: rgb(41, 41, 41);
            padding: 50px 40px;
            border-radius: 12px;
            margin-bottom: 60px;
        }

        .sections-showcase h2 {
            font-size: 28px;
            margin-bottom: 30px;
            font-weight: 700;
        }

        .sections-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
        }

        .section-badge {
            background: rgba(84, 83, 83, 0.15);
            padding: 15px 20px;
            border-radius: 8px;
            border-left: 3px solid #ffc107;
            transition: all 0.3s ease;
            font-weight: 500;
            font-size: 14px;
        }

        .section-badge:hover {
            background: rgba(255, 255, 255, 0.25);
            transform: translateX(5px);
        }

        /* Why Choose Section */
        .why-choose {
            margin-bottom: 60px;
        }

        .why-choose h2 {
            font-size: 28px;
            color: #102269;
            margin-bottom: 40px;
            font-weight: 700;
            text-align: center;
        }

        .reasons-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
        }

        .reason-card {
            background: white;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }

        .reason-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
        }

        .reason-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 15px;
        }

        .reason-icon {
            font-size: 32px;
            flex-shrink: 0;
        }

        .reason-card h3 {
            font-size: 18px;
            color: #102269;
            font-weight: 700;
        }

        .reason-card p {
            color: #666;
            font-size: 14px;
            line-height: 1.6;
            margin-top: 10px;
        }

        /* Testimonial/Stats Section */
        .stats-section {
            background: linear-gradient(135deg, #f0f4ff, #f8f9fa);
            padding: 50px 40px;
            border-radius: 12px;
            margin-bottom: 60px;
            border: 2px solid #e5e7eb;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            text-align: center;
        }

        .stat-item h3 {
            font-size: 32px;
            color: #6c0a1c;
            font-weight: 800;
            margin-bottom: 10px;
        }

        .stat-item p {
            color: #555;
            font-size: 14px;
            font-weight: 500;
        }

        /* Call to Action Section */
        .cta-section {
            background: linear-gradient(135deg, #102269 0%, #6c0a1c 100%);
            color: white;
            padding: 60px 40px;
            border-radius: 12px;
            text-align: center;
            margin-bottom: 60px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
        }

        .cta-section h2 {
            font-size: 32px;
            font-weight: 800;
            margin-bottom: 20px;
        }

        .cta-section p {
            font-size: 16px;
            color: #d4d4ff;
            margin-bottom: 30px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.7;
        }

        .cta-button-white {
            display: inline-block;
            background: white;
            color: #6c0a1c;
            padding: 16px 45px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 16px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        }

        .cta-button-white:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
        }

      

        /* Responsive Design */
        @media (max-width: 768px) {
            .hero-header {
                padding: 60px 20px;
            }

            .hero-header h1 {
                font-size: 32px;
            }

            .hero-tagline {
                font-size: 18px;
            }

            .hero-description {
                font-size: 14px;
            }

            .section-title {
                font-size: 26px;
            }

            .feature-grid {
                grid-template-columns: 1fr;
            }

            .feature-card {
                padding: 30px;
            }

            .feature-card h3 {
                font-size: 20px;
            }

            .templates-section {
                padding: 40px 25px;
            }

            .templates-section h2 {
                font-size: 24px;
            }

            .template-grid {
                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            }

            .sections-showcase {
                padding: 40px 25px;
            }

            .sections-showcase h2 {
                font-size: 24px;
            }

            .sections-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .why-choose h2 {
                font-size: 24px;
            }

            .reasons-grid {
                grid-template-columns: 1fr;
            }

            .stats-section {
                padding: 40px 25px;
            }

            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .stat-item h3 {
                font-size: 28px;
            }

            .cta-section {
                padding: 40px 25px;
            }

            .cta-section h2 {
                font-size: 26px;
            }
        }

        @media (max-width: 480px) {
            .hero-header {
                padding: 40px 15px;
            }

            .hero-icon {
                font-size: 48px;
            }

            .hero-header h1 {
                font-size: 24px;
            }

            .hero-tagline {
                font-size: 16px;
            }

            .hero-description {
                font-size: 13px;
            }

            .cta-button {
                padding: 14px 30px;
                font-size: 14px;
            }

            .container {
                padding: 0 15px;
            }

            .section-title {
                font-size: 22px;
            }

            .feature-card {
                padding: 20px;
            }

            .feature-card h3 {
                font-size: 18px;
            }

            .templates-section {
                padding: 30px 20px;
            }

            .template-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 12px;
            }

            .template-item {
                padding: 18px;
            }

            .template-icon {
                font-size: 32px;
            }

            .template-item h4 {
                font-size: 12px;
            }

            .sections-showcase {
                padding: 30px 20px;
            }

            .sections-grid {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .section-badge {
                padding: 12px 15px;
                font-size: 13px;
            }

            .reasons-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .reason-card {
                padding: 20px;
            }

            .reason-card h3 {
                font-size: 16px;
            }

            .stats-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .stat-item h3 {
                font-size: 28px;
            }

            .cta-section {
                padding: 30px 20px;
            }

            .cta-section h2 {
                font-size: 22px;
            }

            .cta-button-white {
                padding: 14px 35px;
                font-size: 14px;
            }
        }


























































        /* our Journals  */




        .container_1 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Header Section */
        .hero-header_1 {
            background: linear-gradient(135deg, #102269 0%, #6c0a1c 100%);
            color: white;
            padding: 80px 20px;
            text-align: center;
            margin-bottom: 60px;
            position: relative;
            overflow: hidden;
        }

        .hero-header_1::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 400px;
            height: 400px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
        }

        .hero-header_1::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -10%;
            width: 300px;
            height: 300px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
        }

        .hero-content_1 {
            position: relative;
            z-index: 1;
        }

        .hero-icon_1 {
            font-size: 60px;
            margin-bottom: 20px;
            display: inline-block;
            animation: float_1 3s ease-in-out infinite;
        }

        @keyframes float_1 {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }

        .hero-header_1 h1 {
            font-size: 48px;
            font-weight: 800;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        }

        .hero-tagline_1 {
            font-size: 24px;
            font-weight: 600;
            color: #e8e8ff;
            margin-bottom: 20px;
        }

        .hero-description_1 {
            font-size: 16px;
            line-height: 1.8;
            max-width: 800px;
            margin: 0 auto;
            color: #d4d4ff;
        }

        /* Section Title */
        .section-title_1 {
            font-size: 36px;
            font-weight: 700;
            color: #102269;
            text-align: center;
            margin-bottom: 50px;
            position: relative;
            padding-bottom: 20px;
        }

        .section-title_1::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, #102269, #6c0a1c);
            border-radius: 2px;
        }

        /* Journal Cards Grid */
        .journals-grid_1 {
            display: grid;
            /* grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); */
            gap: 40px;
            margin-bottom: 80px;
        }

        .journal-card_1 {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }

        .journal-card_1:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .journal-header_1 {
            /* background: linear-gradient(135deg, #102269, #6c0a1c); */
            /* color: white; */
            padding: 30px;
            position: relative;
        }

        .journal-number_1 {
            display: inline-block;
            background: #dadada;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .journal-header_1 h2 {
            font-size: 26px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .journal-issn_1 {
            font-size: 14px;
            color: #0f172a;
            font-weight: 400;
            margin-bottom: 8px;
        }

        .journal-contact_1 {
            font-size: 14px;
            color: #d4d4ff;
            line-height: 1.6;
        }

        .journal-contact_1 a {
            color: #6c0a1c;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .journal-contact_1 a:hover {
            color: #102269;
        }

        .journal-body_1 {
            padding: 35px;
        }

        .journal-about_1 {
            background: linear-gradient(135deg, #f0f4ff, #f8f9fa);
            padding: 20px;
            border-radius: 8px;
            border-left: 4px solid #6c0a1c;
            margin-bottom: 25px;
        }

        .journal-about_1 h3 {
            font-size: 16px;
            color: #102269;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .journal-about_1 p {
            font-size: 14px;
            color: #555;
            line-height: 1.6;
        }

        .journal-sections_1 {
            margin-bottom: 25px;
        }

        .journal-sections_1 h4 {
            font-size: 16px;
            color: #102269;
            font-weight: 700;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .section-category_1 {
            margin-bottom: 18px;
        }

        .category-title_1 {
            font-size: 14px;
            font-weight: 700;
            color: #6c0a1c;
            margin-bottom: 10px;
        }

        .category-items_1 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 10px;
        }

        .category-item_1 {
            background: white;
            border: 1px solid #e5e7eb;
            padding: 12px 15px;
            border-radius: 6px;
            font-size: 13px;
            color: #555;
            transition: all 0.3s ease;
        }

        .category-item_1:hover {
            border-color: #6c0a1c;
            background: linear-gradient(135deg, #102269, #6c0a1c);
            color: white;
            transform: translateY(-2px);
        }

        .article-types_1 {
            background: linear-gradient(135deg, #102269, #6c0a1c);
            color: white;
            padding: 18px;
            border-radius: 8px;
            font-size: 14px;
            line-height: 1.7;
        }

        .article-types_1 strong {
            color: #ffc107;
        }

        /* Standards Section */
        .standards-section_1 {
            background: white;
            padding: 50px 40px;
            border-radius: 12px;
            margin-bottom: 60px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border-top: 5px solid #6c0a1c;
        }

        .standards-section_1 h2 {
            font-size: 28px;
            color: #102269;
            margin-bottom: 30px;
            font-weight: 700;
        }

        .standards-grid_1 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
        }

        .standard-item_1 {
            background: linear-gradient(135deg, #f0f4ff, #f8f9fa);
            padding: 25px;
            border-radius: 8px;
            border-left: 3px solid #6c0a1c;
            transition: all 0.3s ease;
            text-align: center;
        }

        .standard-item_1:hover {
            background: linear-gradient(135deg, #102269, #6c0a1c);
            color: white;
            transform: translateY(-5px);
        }

        .standard-icon_1 {
            font-size: 32px;
            margin-bottom: 10px;
        }

        .standard-item_1 h4 {
            font-size: 16px;
            font-weight: 700;
            color: #102269;
            margin-bottom: 8px;
        }

        .standard-item_1:hover h4 {
            color: white;
        }

        .standard-item_1 p {
            font-size: 13px;
            color: #666;
            line-height: 1.5;
        }

        .standard-item_1:hover p {
            color: white;
        }

        /* Global Accessibility Section */
        .accessibility-section_1 {
            background: linear-gradient(135deg, #102269 0%, #6c0a1c 100%);
            color: white;
            padding: 50px 40px;
            border-radius: 12px;
            margin-bottom: 60px;
        }

        .accessibility-section_1 h2 {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 30px;
        }

        .accessibility-grid_1 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 25px;
        }

        .accessibility-item_1 {
            background: rgba(255, 255, 255, 0.1);
            padding: 25px;
            border-radius: 8px;
            border-left: 3px solid #ffc107;
            transition: all 0.3s ease;
        }

        .accessibility-item_1:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateX(5px);
        }

        .accessibility-icon_1 {
            font-size: 32px;
            margin-bottom: 12px;
        }

        .accessibility-item_1 h4 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 8px;
            color: #ffc107;
        }

        .accessibility-item_1 p {
            font-size: 14px;
            color: #d4d4ff;
            line-height: 1.5;
        }

        /* Author Support Section */
        .author-support_1 {
            background: white;
            padding: 50px 40px;
            border-radius: 12px;
            margin-bottom: 60px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border-left: 5px solid #6c0a1c;
        }

        .author-support_1 h2 {
            font-size: 28px;
            color: #102269;
            margin-bottom: 30px;
            font-weight: 700;
        }

        .support-grid_1 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
        }

        .support-item_1 {
            padding: 25px;
            background: linear-gradient(135deg, #f0f4ff, #f8f9fa);
            border-radius: 8px;
            border-left: 3px solid #102269;
            transition: all 0.3s ease;
        }

        .support-item_1:hover {
            transform: translateY(-5px);
        }

        .support-icon_1 {
            font-size: 32px;
            margin-bottom: 12px;
        }

        .support-item_1 h4 {
            font-size: 16px;
            font-weight: 700;
            color: #102269;
            margin-bottom: 8px;
        }

       

        .support-item_1 p {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }

     

 

        /* Responsive Design */
        @media (max-width: 768px) {
            .hero-header_1 {
                padding: 60px 20px;
            }

            .hero-header_1 h1 {
                font-size: 32px;
            }

            .hero-tagline_1 {
                font-size: 18px;
            }

            .hero-description_1 {
                font-size: 14px;
            }

            .section-title_1 {
                font-size: 26px;
            }

            .journals-grid_1 {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .journal-header_1 {
                padding: 25px;
            }

            .journal-header_1 h2 {
                font-size: 22px;
            }

            .journal-body_1 {
                padding: 25px;
            }

            .category-items_1 {
                grid-template-columns: repeat(2, 1fr);
            }

            .standards-section_1 {
                padding: 40px 25px;
            }

            .standards-section_1 h2 {
                font-size: 24px;
            }

            .standards-grid_1 {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .accessibility-section_1 {
                padding: 40px 25px;
            }

            .accessibility-section_1 h2 {
                font-size: 24px;
            }

            .accessibility-grid_1 {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .author-support_1 {
                padding: 40px 25px;
            }

            .author-support_1 h2 {
                font-size: 24px;
            }

            .support-grid_1 {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .hero-header_1 {
                padding: 40px 15px;
            }

            .hero-icon_1 {
                font-size: 48px;
            }

            .hero-header_1 h1 {
                font-size: 24px;
            }

            .hero-tagline_1 {
                font-size: 16px;
            }

            .hero-description_1 {
                font-size: 13px;
            }

            .container_1 {
                padding: 0 15px;
            }

            .section-title_1 {
                font-size: 22px;
            }

            .journals-grid_1 {
                grid-template-columns: 1fr;
            }

            .journal-header_1 {
                padding: 20px;
            }

            .journal-header_1 h2 {
                font-size: 20px;
            }

            .journal-body_1 {
                padding: 20px;
            }

            .journal-about_1 h3 {
                font-size: 14px;
            }

            .journal-about_1 p {
                font-size: 13px;
            }

            .journal-sections_1 h4 {
                font-size: 14px;
            }

            .category-title_1 {
                font-size: 13px;
            }

            .category-items_1 {
                grid-template-columns: 1fr;
                gap: 8px;
            }

            .category-item_1 {
                font-size: 12px;
                padding: 10px 12px;
            }

            .standards-section_1 {
                padding: 30px 20px;
            }

            .standards-grid_1 {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .standard-item_1 {
                padding: 20px;
            }

            .standard-item_1 h4 {
                font-size: 14px;
            }

            .standard-item_1 p {
                font-size: 12px;
            }

            .accessibility-section_1 {
                padding: 30px 20px;
            }

            .accessibility-grid_1 {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .accessibility-item_1 {
                padding: 20px;
            }

            .accessibility-item_1 h4 {
                font-size: 14px;
            }

            .author-support_1 {
                padding: 30px 20px;
            }

            .support-grid_1 {
                grid-template-columns: 1fr;
            }

            .support-item_1 {
                padding: 20px;
            }

            .support-item_1 h4 {
                font-size: 14px;
            }
        }






































         .container_2 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Hero Header */
        .hero-header_2 {
            background: linear-gradient(135deg, #102269 0%, #6c0a1c 100%);
            color: white;
            padding: 80px 20px;
            text-align: center;
            margin-bottom: 60px;
            position: relative;
            overflow: hidden;
        }

        .hero-header_2::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 400px;
            height: 400px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
        }

        .hero-header_2::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -10%;
            width: 300px;
            height: 300px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
        }

        .hero-content_2 {
            position: relative;
            z-index: 1;
        }

        .hero-icon_2 {
            font-size: 60px;
            margin-bottom: 20px;
            display: inline-block;
            animation: float_2 3s ease-in-out infinite;
        }

        @keyframes float_2 {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }

        .hero-header_2 h1 {
            font-size: 48px;
            font-weight: 800;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        }

        .hero-tagline_2 {
            font-size: 20px;
            font-weight: 600;
            color: #e8e8ff;
            margin-bottom: 20px;
        }

        .hero-description_2 {
            font-size: 16px;
            line-height: 1.8;
            max-width: 850px;
            margin: 0 auto;
            color: #d4d4ff;
        }

        /* Section Title */
        .section-title_2 {
            font-size: 36px;
            font-weight: 800;
            color: #102269;
            text-align: center;
            margin-bottom: 50px;
            position: relative;
            padding-bottom: 20px;
        }

        .section-title_2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, #102269, #6c0a1c);
            border-radius: 2px;
        }

        /* Course Category Grid */
        .course-grid_2 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin-bottom: 80px;
        }

        .course-card_2 {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border-top: 5px solid #6c0a1c;
        }

        .course-card_2:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .course-header_2 {
            background: linear-gradient(135deg, #102269, #6c0a1c);
            color: white;
            padding: 30px;
        }

        .course-number_2 {
            display: inline-block;
            background: rgba(255, 255, 255, 0.2);
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .course-header_2 h3 {
            font-size: 24px;
            font-weight: 800;
            margin-bottom: 10px;
        }

        .course-subtitle_2 {
            font-size: 14px;
            color: #d4d4ff;
            font-style: italic;
        }

        .course-body_2 {
            padding: 30px;
        }

        .course-list_2 {
            list-style: none;
        }

        .course-item_2 {
            padding: 12px 0;
            padding-left: 28px;
            font-size: 14px;
            color: #555;
            position: relative;
            line-height: 1.6;
            border-bottom: 1px solid #f0f0f0;
        }

        .course-item_2:last-child {
            border-bottom: none;
        }

        .course-item_2::before {
            content: '▸';
            position: absolute;
            left: 0;
            color: #6c0a1c;
            font-size: 18px;
            font-weight: bold;
        }

        /* Certification Section */
        .certification-section_2 {
            background: white;
            padding: 50px 40px;
            border-radius: 12px;
            margin-bottom: 60px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border-left: 5px solid #6c0a1c;
        }

        .certification-section_2 h2 {
            font-size: 28px;
            color: #102269;
            margin-bottom: 30px;
            font-weight: 700;
        }

        .cert-grid_2 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 20px;
        }

        .cert-item_2 {
            background: linear-gradient(135deg, #f0f4ff, #f8f9fa);
            padding: 25px;
            border-radius: 8px;
            border-left: 3px solid #6c0a1c;
            transition: all 0.3s ease;
        }

        .cert-item_2:hover {
            background: linear-gradient(135deg, #102269, #6c0a1c);
            color: white;
            transform: translateY(-5px);
        }

        .cert-icon_2 {
            font-size: 32px;
            margin-bottom: 10px;
        }

        .cert-item_2 h4 {
            font-size: 16px;
            font-weight: 700;
            color: #102269;
            margin-bottom: 8px;
        }

        .cert-item_2:hover h4 {
            color: white;
        }

        .cert-item_2 p {
            font-size: 13px;
            color: #666;
        }

        .cert-item_2:hover p {
            color: white;
        }

        /* Learning Modes Section */
        .learning-modes_2 {
            background: linear-gradient(135deg, #102269 0%, #6c0a1c 100%);
            color: white;
            padding: 50px 40px;
            border-radius: 12px;
            margin-bottom: 60px;
            box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
        }

        .learning-modes_2 h2 {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 30px;
            text-align: center;
        }

        .modes-grid_2 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
        }

        .mode-item_2 {
            background: rgba(255, 255, 255, 0.1);
            padding: 30px;
            border-radius: 8px;
            border-left: 3px solid #ffc107;
            transition: all 0.3s ease;
            text-align: center;
        }

        .mode-item_2:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-5px);
        }

        .mode-icon_2 {
            font-size: 40px;
            margin-bottom: 12px;
        }

        .mode-item_2 h4 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 8px;
            color: #ffc107;
        }

        .mode-item_2 p {
            font-size: 14px;
            color: #d4d4ff;
            line-height: 1.5;
        }

        /* Collaboration Section */
        .collaboration-section_2 {
            background: white;
            padding: 50px 40px;
            border-radius: 12px;
            margin-bottom: 60px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        }

        .collaboration-section_2 h2 {
            font-size: 28px;
            color: #102269;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .collab-subtitle_2 {
            font-size: 16px;
            color: #666;
            margin-bottom: 30px;
            font-weight: 500;
        }

        .collab-grid_2 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
        }

        .collab-item_2 {
            padding: 30px;
            background: linear-gradient(135deg, #f0f4ff, #f8f9fa);
            border-radius: 8px;
            border-left: 3px solid #102269;
            transition: all 0.3s ease;
        }

        .collab-item_2:hover {
            background: linear-gradient(135deg, #102269, #6c0a1c);
            color: white;
            transform: translateY(-5px);
        }

        .collab-icon_2 {
            font-size: 32px;
            margin-bottom: 12px;
        }

        .collab-item_2 h4 {
            font-size: 16px;
            font-weight: 700;
            color: #102269;
            margin-bottom: 8px;
        }

        .collab-item_2:hover h4 {
            color: white;
        }

        .collab-item_2 p {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }

        .collab-item_2:hover p {
            color: white;
        }

        .cta-button_2 {
            display: inline-block;
            background: linear-gradient(135deg, #ffc107, #ff9800);
            color: #102269;
            padding: 16px 45px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 16px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            box-shadow: 0 8px 25px rgba(255, 152, 0, 0.3);
        }

        .cta-button_2:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(255, 152, 0, 0.4);
        }

      
        /* Responsive Design */
        @media (max-width: 768px) {
            .hero-header_2 {
                padding: 60px 20px;
            }

            .hero-header_2 h1 {
                font-size: 32px;
            }

            .hero-tagline_2 {
                font-size: 16px;
            }

            .hero-description_2 {
                font-size: 14px;
            }

            .section-title_2 {
                font-size: 26px;
            }

            .course-grid_2 {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .course-header_2 {
                padding: 25px;
            }

            .course-header_2 h3 {
                font-size: 22px;
            }

            .course-body_2 {
                padding: 25px;
            }

            .certification-section_2 {
                padding: 40px 25px;
            }

            .certification-section_2 h2 {
                font-size: 24px;
            }

            .cert-grid_2 {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .learning-modes_2 {
                padding: 40px 25px;
            }

            .learning-modes_2 h2 {
                font-size: 24px;
            }

            .modes-grid_2 {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .collaboration-section_2 {
                padding: 40px 25px;
            }

            .collaboration-section_2 h2 {
                font-size: 24px;
            }

            .collab-grid_2 {
                grid-template-columns: 1fr;
            }

           
        }

        @media (max-width: 480px) {
            .hero-header_2 {
                padding: 40px 15px;
            }

            .hero-icon_2 {
                font-size: 48px;
            }

            .hero-header_2 h1 {
                font-size: 24px;
            }

            .hero-tagline_2 {
                font-size: 14px;
            }

            .hero-description_2 {
                font-size: 13px;
            }

            .container_2 {
                padding: 0 15px;
            }

            .section-title_2 {
                font-size: 22px;
            }

            .course-grid_2 {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .course-header_2 {
                padding: 20px;
            }

            .course-header_2 h3 {
                font-size: 20px;
            }

            .course-body_2 {
                padding: 20px;
            }

            .course-item_2 {
                font-size: 13px;
                padding: 10px 0;
                padding-left: 24px;
            }

            .certification-section_2 {
                padding: 30px 20px;
            }

            .cert-grid_2 {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .cert-item_2 {
                padding: 20px;
            }

            .cert-item_2 h4 {
                font-size: 14px;
            }

            .learning-modes_2 {
                padding: 30px 20px;
            }

            .modes-grid_2 {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .mode-item_2 {
                padding: 20px;
            }

            .mode-icon_2 {
                font-size: 32px;
            }

            .collaboration-section_2 {
                padding: 30px 20px;
            }

            .collab-grid_2 {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .collab-item_2 {
                padding: 20px;
            }

           

            .cta-button_2 {
                padding: 14px 35px;
                font-size: 14px;
            }
        }





































        
        .container_3 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Hero Header */
        .hero-header_3 {
            background: linear-gradient(135deg, #102269 0%, #6c0a1c 100%);
            color: white;
            padding: 80px 20px;
            text-align: center;
            margin-bottom: 60px;
            position: relative;
            overflow: hidden;
        }

        .hero-header_3::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 400px;
            height: 400px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
        }

        .hero-header_3::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -10%;
            width: 300px;
            height: 300px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
        }

        .hero-content_3 {
            position: relative;
            z-index: 1;
        }

        .hero-icon_3 {
            font-size: 60px;
            margin-bottom: 20px;
            display: inline-block;
            animation: float_3 3s ease-in-out infinite;
        }

        @keyframes float_3 {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }

        .hero-header_3 h1 {
            font-size: 48px;
            font-weight: 800;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        }

        .hero-tagline_3 {
            font-size: 20px;
            font-weight: 600;
            color: #e8e8ff;
            margin-bottom: 20px;
        }

        .hero-description_3 {
            font-size: 16px;
            line-height: 1.8;
            max-width: 850px;
            margin: 0 auto;
            color: #d4d4ff;
        }

        /* Section Title */
        .section-title_3 {
            font-size: 36px;
            font-weight: 800;
            color: #102269;
            text-align: center;
            margin-bottom: 50px;
            position: relative;
            padding-bottom: 20px;
        }

        .section-title_3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, #102269, #6c0a1c);
            border-radius: 2px;
        }

        /* Steps Grid */
        .steps-grid_3 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-bottom: 80px;
        }

        .step-card_3 {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }

        .step-card_3:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .step-header_3 {
            /* background: linear-gradient(135deg, #102269, #6c0a1c); */
            color: #000;
            padding: 20px;
            text-align: center;
        }

        .step-number_3 {
            display: inline-block;
            background: linear-gradient(135deg, #102269, #6c0a1c);
            padding: 10px 20px;
            border-radius: 25px;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .step-header_3 h3 {
            font-size: 22px;
            font-weight: 600;
        }

        .step-body_3 {
            padding: 20px;
        }

        .step-description_3 {
            font-size: 15px;
            color: #555;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .step-list_3 {
            list-style: none;
        }

        .step-item_3 {
            padding: 10px 0;
            padding-left: 28px;
            font-size: 14px;
            color: #666;
            position: relative;
            line-height: 1.6;
        }

        .step-item_3::before {
            content: '◆';
            position: absolute;
            left: 0;
            color: #6c0a1c;
            font-size: 12px;
        }

        /* Highlight Section */
        .highlight-box_3 {
            background: linear-gradient(135deg, #fef3cd, #fff3cd);
            border-left: 4px solid #ffc107;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
        }

        .highlight-box_3 strong {
            color: #6c0a1c;
        }

        .highlight-box_3 p {
            font-size: 14px;
            color: #555;
            line-height: 1.6;
        }

        /* Why Choose Section */
        .why-choose_3 {
            background: white;
            padding: 50px 40px;
            border-radius: 12px;
            margin-bottom: 60px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border-top: 5px solid #6c0a1c;
        }

        .why-choose_3 h2 {
            font-size: 28px;
            color: #102269;
            margin-bottom: 30px;
            font-weight: 700;
            text-align: center;
        }

        .features-grid_3 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
        }

        .feature-item_3 {
            padding: 30px;
            background: linear-gradient(135deg, #f0f4ff, #f8f9fa);
            border-radius: 8px;
            border-left: 3px solid #6c0a1c;
            transition: all 0.3s ease;
        }

        .feature-item_3:hover {
            background: linear-gradient(135deg, #102269, #6c0a1c);
            color: white;
            transform: translateY(-5px);
        }

        .feature-icon_3 {
            font-size: 32px;
            margin-bottom: 12px;
        }

        .feature-item_3 h4 {
            font-size: 16px;
            font-weight: 700;
            color: #102269;
            margin-bottom: 8px;
        }

        .feature-item_3:hover h4 {
            color: white;
        }

        .feature-item_3 p {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }

        .feature-item_3:hover p {
            color: white;
        }

        /* Process Flowchart */
        .process-flow_3 {
            background: linear-gradient(135deg, #102269 0%, #6c0a1c 100%);
            color: white;
            padding: 50px 40px;
            border-radius: 12px;
            margin-bottom: 60px;
            box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
        }

        .process-flow_3 h2 {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 40px;
            text-align: center;
        }

        .flow-container_3 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
        }

        .flow-step_3 {
            background: rgba(255, 255, 255, 0.1);
            padding: 30px;
            border-radius: 8px;
            border-left: 3px solid #ffc107;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
        }

        .flow-step_3:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-5px);
        }

        .flow-number_3 {
            display: inline-block;
            background: #ffc107;
            color: #102269;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 20px;
            margin-bottom: 12px;
        }

        .flow-step_3 h4 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 8px;
            color: #ffc107;
        }

        .flow-step_3 p {
            font-size: 13px;
            color: #d4d4ff;
            line-height: 1.5;
        }

        /* Key Features Section */
        .key-features_3 {
            background: white;
            padding: 50px 40px;
            border-radius: 12px;
            margin-bottom: 60px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        }

        .key-features_3 h2 {
            font-size: 28px;
            color: #102269;
            margin-bottom: 30px;
            font-weight: 700;
            text-align: center;
        }

        .features-list_3 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
        }

        .feature-list-item_3 {
            background: linear-gradient(135deg, #f0f4ff, #f8f9fa);
            padding: 25px;
            border-radius: 8px;
            border-left: 3px solid #102269;
            transition: all 0.3s ease;
        }

        .feature-list-item_3:hover {
            background: linear-gradient(135deg, #102269, #6c0a1c);
            color: white;
            transform: translateX(5px);
        }

        .check-icon_3 {
            color: #6c0a1c;
            font-size: 20px;
            font-weight: 700;
            margin-right: 10px;
        }

        .feature-list-item_3:hover .check-icon_3 {
            color: #ffc107;
        }

        .feature-text_3 {
            font-size: 15px;
            font-weight: 500;
            line-height: 1.5;
        }

        .feature-list-item_3:hover .feature-text_3 {
            color: white;
        }

        /* CTA Section */
        .cta-section_3 {
            background: linear-gradient(135deg, #102269 0%, #6c0a1c 100%);
            color: white;
            padding: 60px 40px;
            border-radius: 12px;
            text-align: center;
            margin-bottom: 60px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
        }

        .cta-section_3 h2 {
            font-size: 32px;
            font-weight: 800;
            margin-bottom: 20px;
        }

        .cta-section_3 p {
            font-size: 16px;
            color: #d4d4ff;
            margin-bottom: 30px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.7;
        }

        .cta-button_3 {
            display: inline-block;
            background: linear-gradient(135deg, #ffc107, #ff9800);
            color: #102269;
            padding: 16px 45px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 16px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            box-shadow: 0 8px 25px rgba(255, 152, 0, 0.3);
            margin: 0 10px;
        }

        .cta-button_3:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(255, 152, 0, 0.4);
        }

        .cta-button_3.secondary {
            background: white;
            color: #102269;
        }

        /* Footer */
        .footer_3 {
            background: #f0f0f0;
            padding: 40px 20px;
            text-align: center;
            color: #666;
            margin-top: 60px;
        }

        .footer_3 p {
            font-size: 14px;
            margin-bottom: 10px;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .hero-header_3 {
                padding: 60px 20px;
            }

            .hero-header_3 h1 {
                font-size: 32px;
            }

            .hero-tagline_3 {
                font-size: 16px;
            }

            .hero-description_3 {
                font-size: 14px;
            }

            .section-title_3 {
                font-size: 26px;
            }

            .steps-grid_3 {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .step-header_3 {
                padding: 25px;
            }

            .step-header_3 h3 {
                font-size: 20px;
            }

            .step-body_3 {
                padding: 25px;
            }

            .why-choose_3 {
                padding: 40px 25px;
            }

            .why-choose_3 h2 {
                font-size: 24px;
            }

            .features-grid_3 {
                grid-template-columns: 1fr;
            }

            .process-flow_3 {
                padding: 40px 25px;
            }

            .process-flow_3 h2 {
                font-size: 24px;
            }

            .flow-container_3 {
                grid-template-columns: repeat(2, 1fr);
            }

            .key-features_3 {
                padding: 40px 25px;
            }

            .key-features_3 h2 {
                font-size: 24px;
            }

            .features-list_3 {
                grid-template-columns: 1fr;
            }

            .cta-section_3 {
                padding: 40px 25px;
            }

            .cta-section_3 h2 {
                font-size: 26px;
            }
        }

        @media (max-width: 480px) {
            .hero-header_3 {
                padding: 40px 15px;
            }

            .hero-icon_3 {
                font-size: 48px;
            }

            .hero-header_3 h1 {
                font-size: 24px;
            }

            .hero-tagline_3 {
                font-size: 14px;
            }

            .hero-description_3 {
                font-size: 13px;
            }

            .container_3 {
                padding: 0 15px;
            }

            .section-title_3 {
                font-size: 22px;
            }

            .steps-grid_3 {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .step-header_3 {
                padding: 20px;
            }

            .step-header_3 h3 {
                font-size: 18px;
            }

            .step-body_3 {
                padding: 20px;
            }

            .step-description_3 {
                font-size: 14px;
            }

            .step-item_3 {
                font-size: 13px;
                padding-left: 24px;
            }

            .why-choose_3 {
                padding: 30px 20px;
            }

            .features-grid_3 {
                gap: 15px;
            }

            .feature-item_3 {
                padding: 20px;
            }

            .feature-item_3 h4 {
                font-size: 14px;
            }

            .process-flow_3 {
                padding: 30px 20px;
            }

            .flow-container_3 {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .flow-step_3 {
                padding: 20px;
            }

            .flow-number_3 {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }

            .key-features_3 {
                padding: 30px 20px;
            }

            .features-list_3 {
                gap: 12px;
            }

            .feature-list-item_3 {
                padding: 18px;
            }

            .feature-text_3 {
                font-size: 13px;
            }

            .cta-section_3 {
                padding: 30px 20px;
            }

            .cta-section_3 h2 {
                font-size: 22px;
            }

            .cta-button_3 {
                padding: 14px 30px;
                font-size: 14px;
                margin: 5px;
            }
        }









































        
        .container_4 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Hero Header */
        .hero-header_4 {
            background: linear-gradient(135deg, #102269 0%, #6c0a1c 100%);
            color: white;
            padding: 80px 20px;
            text-align: center;
            margin-bottom: 60px;
            position: relative;
            overflow: hidden;
        }

        .hero-header_4::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 400px;
            height: 400px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
        }

        .hero-header_4::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -10%;
            width: 300px;
            height: 300px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
        }

        .hero-content_4 {
            position: relative;
            z-index: 1;
        }

        .hero-icon_4 {
            font-size: 60px;
            margin-bottom: 20px;
            display: inline-block;
            animation: float_4 3s ease-in-out infinite;
        }

        @keyframes float_4 {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }

        .hero-header_4 h1 {
            font-size: 48px;
            font-weight: 800;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        }

        .hero-tagline_4 {
            font-size: 20px;
            font-weight: 600;
            color: #e8e8ff;
            margin-bottom: 20px;
        }

        .hero-description_4 {
            font-size: 16px;
            line-height: 1.8;
            max-width: 850px;
            margin: 0 auto;
            color: #d4d4ff;
        }

       
        /* News Grid */
        .news-grid_4 {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }

        .news-card_4 {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }

        .news-card_4:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .news-image_4 {
            width: 100%;
            height: 200px;
            background: #dadada;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 48px;
            color: white;
            overflow: hidden;
        }

        .news-image_4 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .news-body_4 {
            padding: 25px;
        }

        .news-category_4 {
            display: inline-block;
            background: linear-gradient(135deg, #102269, #6c0a1c);
            color: white;
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 700;
            margin-bottom: 12px;
        }

        .news-date_4 {
            font-size: 13px;
            color: #999;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .news-card_4 h3 {
            font-size: 20px;
            color: #102269;
            margin-bottom: 12px;
            font-weight: 700;
            line-height: 1.4;
        }

        .news-excerpt_4 {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .read-more_4 {
            display: inline-block;
            color: #6c0a1c;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s ease;
            padding: 8px 0;
            border-bottom: 2px solid transparent;
        }

        .read-more_4:hover {
            border-bottom-color: #6c0a1c;
            gap: 5px;
        }

        /* Featured News Section */
        .featured-section_4 {
            background: white;
            padding: 40px;
            border-radius: 12px;
            margin-bottom: 60px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border-top: 5px solid #6c0a1c;
        }

        .featured-section_4 h2 {
            font-size: 28px;
            color: #102269;
            margin-bottom: 30px;
            font-weight: 700;
        }

        .featured-article_4 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            align-items: center;
        }

        .featured-image_4 {
            background: linear-gradient(135deg, #102269, #6c0a1c);
            height: 300px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 64px;
            color: white;
        }
        .featured-image_4 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

        .featured-content_4 {
            padding: 20px;
        }

        .featured-content_4 h3 {
            font-size: 28px;
            color: #102269;
            margin-bottom: 15px;
            font-weight: 800;
            line-height: 1.3;
        }

        .featured-content_4 .news-category_4 {
            margin-bottom: 15px;
        }

        .featured-content_4 p {
            font-size: 15px;
            color: #666;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .featured-meta_4 {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
            font-size: 13px;
            color: #999;
        }

        .featured-btn_4 {
            display: inline-block;
            background: linear-gradient(135deg, #102269, #6c0a1c);
            color: white;
            padding: 12px 30px;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 700;
            transition: all 0.3s ease;
        }

        .featured-btn_4:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(108, 10, 28, 0.3);
        }

       


    

        /* Responsive Design */
        @media (max-width: 768px) {
            .hero-header_4 {
                padding: 60px 20px;
            }

            .hero-header_4 h1 {
                font-size: 32px;
            }

            .hero-tagline_4 {
                font-size: 16px;
            }

           

            .search-box_4 {
                max-width: 100%;
            }

            .news-grid_4 {
                grid-template-columns: 1fr;
            }

            .featured-article_4 {
                grid-template-columns: 1fr;
            }

            .featured-image_4 {
                height: 250px;
                font-size: 48px;
            }

            .featured-section_4 {
                padding: 30px 20px;
            }

            .featured-content_4 h3 {
                font-size: 24px;
            }

        }

        @media (max-width: 480px) {
            .hero-header_4 {
                padding: 40px 15px;
            }

            .hero-icon_4 {
                font-size: 48px;
            }

            .hero-header_4 h1 {
                font-size: 24px;
            }

            .hero-tagline_4 {
                font-size: 14px;
            }

            .container_4 {
                padding: 0 15px;
            }

           

            .search-box_4 {
                min-width: 100%;
            }

            .filter-buttons_4 {
                width: 100%;
                justify-content: center;
            }

            .filter-btn_4 {
                padding: 8px 16px;
                font-size: 12px;
            }

            .news-grid_4 {
                gap: 20px;
            }

            .news-body_4 {
                padding: 20px;
            }

            .news-card_4 h3 {
                font-size: 18px;
            }

            .news-excerpt_4 {
                font-size: 13px;
            }

            .featured-section_4 {
                padding: 25px 15px;
            }

            .featured-image_4 {
                height: 200px;
                font-size: 48px;
            }

            .featured-content_4 h3 {
                font-size: 20px;
            }


          
            
        }


































        .container_5 {
            max-width: 900px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Back Button */
        .back-button_5 {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #6c0a1c;
            text-decoration: none;
            font-weight: 600;
            margin-bottom: 30px;
            margin-top: 20px;
            transition: all 0.3s ease;
        }

        .back-button_5:hover {
            gap: 12px;
            color: #102269;
        }

        /* Article Header */
        .article-header_5 {
            margin-bottom: 40px;
        }

        .article-category_5 {
            display: inline-block;
            background: linear-gradient(135deg, #102269, #6c0a1c);
            color: white;
            padding: 8px 18px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .article-title_5 {
            font-size: 38px;
            font-weight: 600;
            color: #102269;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .article-meta_5 {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            font-size: 15px;
            color: #666;
            border-bottom: 2px solid #e5e7eb;
            padding-bottom: 20px;
        }

        .meta-item_5 {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .meta-icon_5 {
            font-size: 18px;
        }

        /* Featured Image */
        .article-image_5 {
            width: 100%;
            height: 400px;
            background: linear-gradient(135deg, #102269, #6c0a1c);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 120px;
            color: white;
            margin-bottom: 40px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
            overflow: hidden;
        }

        .article-image_5 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Article Content */
        .article-content_5 {
            background: white;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            margin-bottom: 40px;
        }

        .content-section_5 {
            margin-bottom: 30px;
        }

        .content-section_5 h2 {
            font-size: 28px;
            color: #102269;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .content-section_5 h3 {
            font-size: 22px;
            color: #102269;
            margin-bottom: 12px;
            font-weight: 700;
            margin-top: 25px;
        }

        .content-section_5 p {
            font-size: 16px;
            color: #555;
            line-height: 1.8;
            margin-bottom: 15px;
        }

        .content-section_5 ul {
            list-style: none;
            margin-left: 20px;
            margin-bottom: 15px;
        }

        .content-section_5 li {
            padding: 10px 0;
            padding-left: 30px;
            position: relative;
            font-size: 15px;
            color: #555;
            line-height: 1.7;
        }

        .content-section_5 li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #6c0a1c;
            font-weight: bold;
            font-size: 18px;
        }

        .highlight-box_5 {
            background: linear-gradient(135deg, #f0f4ff, #f8f9fa);
            border-left: 4px solid #6c0a1c;
            padding: 20px;
            border-radius: 8px;
            margin: 25px 0;
        }

        .highlight-box_5 strong {
            color: #6c0a1c;
        }

        /* Image Gallery */
        .image-gallery_5 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }

        .gallery-item_5 {
            background: #dadada;
            height: 250px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 64px;
            overflow: hidden;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        .gallery-item_5 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .gallery-item_5:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

    
        /* Related Articles */
        .related-section_5 {
            margin-bottom: 60px;
        }

        .related-section_5 h2 {
            font-size: 28px;
            color: #102269;
            margin-bottom: 30px;
            font-weight: 700;
            text-align: center;
        }

        .related-grid_5 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
        }

        .related-card_5 {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }

        .related-card_5:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .related-image_5 {
            width: 100%;
            height: 180px;
            background: #dadada;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 48px;
            color: white;
        }
        .related-image_5 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .related-body_5 {
            padding: 20px;
        }

        .related-category_5 {
            display: inline-block;
            background: linear-gradient(135deg, #102269, #6c0a1c);
            color: white;
            padding: 4px 12px;
            border-radius: 15px;
            font-size: 11px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .related-card_5 h4 {
            font-size: 16px;
            color: #102269;
            margin-bottom: 10px;
            font-weight: 700;
            line-height: 1.3;
        }

        .related-card_5 p {
            font-size: 13px;
            color: #666;
            line-height: 1.5;
            margin-bottom: 12px;
        }

        .related-link_5 {
            color: #6c0a1c;
            text-decoration: none;
            font-weight: 600;
            font-size: 13px;
            transition: all 0.3s ease;
        }

        .related-link_5:hover {
            color: #102269;
        }

      
   

        /* Responsive Design */
        @media (max-width: 768px) {
            .article-title_5 {
                font-size: 32px;
            }

            .article-image_5 {
                height: 300px;
                font-size: 80px;
                margin-bottom: 30px;
            }

            .article-content_5 {
                padding: 25px;
            }

            .content-section_5 h2 {
                font-size: 24px;
            }

            .image-gallery_5 {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .gallery-item_5 {
                height: 200px;
                font-size: 48px;
            }

        }

        @media (max-width: 480px) {
            .container_5 {
                padding: 0 15px;
            }

            .article-title_5 {
                font-size: 24px;
            }

            .article-meta_5 {
                gap: 15px;
                font-size: 13px;
            }

            .article-image_5 {
                height: 250px;
                font-size: 60px;
                margin-bottom: 25px;
                border-radius: 8px;
            }

            .article-content_5 {
                padding: 20px;
            }

            .content-section_5 h2 {
                font-size: 20px;
                margin-top: 20px;
            }

            .content-section_5 h3 {
                font-size: 18px;
            }

            .content-section_5 p {
                font-size: 15px;
            }

            .image-gallery_5 {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .gallery-item_5 {
                height: 200px;
                font-size: 48px;
            }


            
        }



























        
        .container_6 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Hero Header */
        .hero-header_6 {
            background: linear-gradient(135deg, #102269 0%, #6c0a1c 100%);
            color: white;
            padding: 80px 20px;
            text-align: center;
            margin-bottom: 60px;
            position: relative;
            overflow: hidden;
        }

        .hero-header_6::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 400px;
            height: 400px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
        }

        .hero-header_6::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -10%;
            width: 300px;
            height: 300px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
        }

        .hero-content_6 {
            position: relative;
            z-index: 1;
        }

        .hero-icon_6 {
            font-size: 60px;
            margin-bottom: 20px;
            display: inline-block;
            animation: float_6 3s ease-in-out infinite;
        }

        @keyframes float_6 {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }

        .hero-header_6 h1 {
            font-size: 48px;
            font-weight: 800;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        }

        .hero-tagline_6 {
            font-size: 20px;
            font-weight: 600;
            color: #e8e8ff;
            margin-bottom: 20px;
        }

        .hero-description_6 {
            font-size: 16px;
            line-height: 1.8;
            max-width: 850px;
            margin: 0 auto;
            color: #d4d4ff;
        }

        /* Section Title */
        .section-title_6 {
            font-size: 36px;
            font-weight: 800;
            color: #102269;
            text-align: center;
            margin-bottom: 50px;
            position: relative;
            padding-bottom: 20px;
        }

        .section-title_6::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, #102269, #6c0a1c);
            border-radius: 2px;
        }

      
        /* Important Guidelines */
        .guidelines-section_6 {
            background: white;
            padding: 50px 40px;
            border-radius: 12px;
            margin-bottom: 60px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border-top: 5px solid #6c0a1c;
        }

        .guidelines-section_6 h2 {
            font-size: 28px;
            color: #102269;
            margin-bottom: 30px;
            font-weight: 700;
        }

        .guidelines-list_6 {
            list-style: none;
        }

        .guideline-item_6 {
            padding: 18px 0;
            padding-left: 40px;
            position: relative;
            font-size: 15px;
            color: #555;
            line-height: 1.8;
            border-bottom: 1px solid #f0f0f0;
        }

        .guideline-item_6:last-child {
            border-bottom: none;
        }

        .guideline-item_6::before {
            content: '⚠️';
            position: absolute;
            left: 0;
            color: #6c0a1c;
            font-size: 18px;
        }

        .guideline-item_6 strong {
            color: #6c0a1c;
        }

        /* Bank Details Section */
        .bank-details-section_6 {
            background: linear-gradient(135deg, #f0f4ff, #f8f9fa);
            padding: 50px 40px;
            border-radius: 12px;
            margin-bottom: 60px;
            border-left: 5px solid #102269;
        }

        .bank-details-section_6 h2 {
            font-size: 28px;
            color: #102269;
            margin-bottom: 30px;
            font-weight: 700;
        }

        .bank-details-grid_6 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
        }

        .bank-detail-item_6 {
            background: white;
            padding: 20px;
            border-radius: 8px;
            border-left: 3px solid #6c0a1c;
        }

        .detail-label_6 {
            font-size: 12px;
            color: #999;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .detail-value_6 {
            font-size: 15px;
            color: #333;
            font-weight: 600;
            word-break: break-all;
            line-height: 1.6;
        }

        /* Offline Payment Section */
        .offline-section_6 {
            background: white;
            padding: 50px 40px;
            border-radius: 12px;
            margin-bottom: 60px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border-top: 5px solid #6c0a1c;
        }

        .offline-section_6 h2 {
            font-size: 28px;
            color: #102269;
            margin-bottom: 30px;
            font-weight: 700;
        }

        .offline-grid_6 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .offline-card_6 {
            background: linear-gradient(135deg, #f0f4ff, #f8f9fa);
            padding: 30px;
            border-radius: 8px;
            border-left: 3px solid #102269;
        }

        .offline-card_6 h3 {
            font-size: 20px;
            color: #102269;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .offline-card_6 p {
            font-size: 14px;
            color: #666;
            line-height: 1.7;
            margin-bottom: 12px;
        }

        .offline-card_6 strong {
            color: #6c0a1c;
        }

        /* Process Steps */
        .process-section_6 {
            background: linear-gradient(135deg, #102269 0%, #6c0a1c 100%);
            color: white;
            padding: 50px 40px;
            border-radius: 12px;
            margin-bottom: 60px;
        }

        .process-section_6 h2 {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 40px;
            text-align: center;
        }

        .process-grid_6 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 25px;
        }

        .process-step_6 {
            background: rgba(255, 255, 255, 0.1);
            padding: 30px;
            border-radius: 8px;
            border-left: 3px solid #ffc107;
            text-align: center;
            transition: all 0.3s ease;
        }

        .process-step_6:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-5px);
        }

        .step-number_6 {
            display: inline-block;
            background: #ffc107;
            color: #102269;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 24px;
            margin-bottom: 12px;
        }

        .process-step_6 h4 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .process-step_6 p {
            font-size: 13px;
            color: #d4d4ff;
            line-height: 1.5;
        }

        /* Warning Box */
        .warning-box_6 {
            background: linear-gradient(135deg, #fff3cd, #fef3cd);
            border-left: 4px solid #ffc107;
            padding: 25px;
            border-radius: 8px;
            margin-bottom: 60px;
        }

        .warning-box_6 h3 {
            color: #6c0a1c;
            margin-bottom: 12px;
            font-size: 18px;
            font-weight: 700;
        }

        .warning-box_6 p {
            color: #666;
            font-size: 15px;
            line-height: 1.7;
        }

        /* Footer */
        .footer_6 {
            background: #f0f0f0;
            padding: 40px 20px;
            text-align: center;
            color: #666;
            margin-top: 60px;
        }

        .footer_6 p {
            font-size: 14px;
            margin-bottom: 10px;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .hero-header_6 {
                padding: 60px 20px;
            }

            .hero-header_6 h1 {
                font-size: 32px;
            }

            .section-title_6 {
                font-size: 26px;
            }

          

            .guidelines-section_6 {
                padding: 40px 25px;
            }

            .bank-details-section_6 {
                padding: 40px 25px;
            }

            .offline-section_6 {
                padding: 40px 25px;
            }

            .offline-grid_6 {
                grid-template-columns: 1fr;
            }

            .process-section_6 {
                padding: 40px 25px;
            }

            .process-grid_6 {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .process-step_6 {
                padding: 20px;
            }
        }

        @media (max-width: 480px) {
            .hero-header_6 {
                padding: 40px 15px;
            }

            .hero-icon_6 {
                font-size: 48px;
            }

            .hero-header_6 h1 {
                font-size: 24px;
            }

            .container_6 {
                padding: 0 15px;
            }

            .section-title_6 {
                font-size: 22px;
            }

           
            .guidelines-section_6 {
                padding: 25px 15px;
            }

            .guideline-item_6 {
                font-size: 13px;
                padding-left: 32px;
            }

            .bank-details-section_6 {
                padding: 25px 15px;
            }

            .bank-details-grid_6 {
                grid-template-columns: 1fr;
            }

            .offline-section_6 {
                padding: 25px 15px;
            }

            .offline-grid_6 {
                grid-template-columns: 1fr;
            }

            .process-section_6 {
                padding: 25px 15px;
            }

            .process-grid_6 {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .process-step_6 {
                padding: 20px;
            }

            .warning-box_6 {
                padding: 18px;
            }

            .warning-box_6 h3 {
                font-size: 16px;
            }

            .warning-box_6 p {
                font-size: 13px;
            }
        }