@import url('https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html, body{
    width: 100%;
    height: 100%;
    font-family: "Poppins", sans-serif;
}



 .breadcrumb {
      position: relative;
      width: 100%;
      height: 250px; 
      background-image: url('/assets/breadCrem.jpg');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      color: white;
    }

    .breadcrumb::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(14, 14, 14, 0.46); /* dark overlay */
      z-index: 1;
      opacity: 9;
    }

    .breadcrumb h1 {
      width: 100%;
      text-align: center;
      font-size: 3.2rem;
      text-transform: uppercase;
      font-weight: bold;
      z-index: 2;
      position: relative;
      font-weight: 600;
    font-family: "Poppins", sans-serif;
    }

    /* Responsive text */
  
    @media (max-width: 768px) {
      .breadcrumb {
        height: 30vh;
      }
      .breadcrumb h1 {
        font-size: 2.7rem;
      }
    }

    @media (max-width: 480px) {
      .breadcrumb {
        height: 22vh;
      }
      .breadcrumb h1 {
        text-align: center;
        font-size:1.7rem;
      }
    }























    
/* our services and testimonials both */
.sliderCard-section{
    max-width: 1400px;
    width: 95%;
    margin: 3rem auto;
    border-radius: 10px;
    padding: 1.5rem;
    background-color: #f0efef;
}

.sliderCard-section h1{
    padding: 1.5rem 0;
    font-size: clamp(1.5rem, 4vw, 2.2rem);
}

.sliderCard-section p{
    width: 90%;
    font-size: 1rem;
    letter-spacing: 1px;
    padding-bottom: 1rem;
}

.sliderCard-section span{
    font-size: 1.2rem;
    color: #020202;
    font-weight: 900;
}

.main2{
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-wrapper {
    overflow: hidden;
    max-width: 1300px;
    margin: 0 50px 40px;
}

/* Critical: Force equal heights */
.card-slider .swiper-wrapper {
    align-items: stretch;
}

.card-slider .swiper-slide {
    height: auto !important;
    display: flex;
}

.card-slider .card-item {
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fffefe;
    color: #000;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #16507b;
    box-sizing: border-box;
}

.card-item .card-image {
    width: 100%;
    height: 250px;
    object-position: top;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.card-item .Testcard{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
}

.card-slider .card-item .card-details {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 1rem;
}

.card-details .card-description {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 1rem;
    flex: 1;
}

.card-details h3 {
    font-size: 16px;
    color: #032c4b;
    font-weight: 600;
    margin-top: auto;
}

.card-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #000000;
}

.card-slider .slider-button {
    color: #000000;
    margin-top: -40px;
    transition: 0.3s ease;
}

.card-slider .slider-button:hover {
    color: #16507b;
}

@media screen and (max-width: 768px) {
    .slider-wrapper {
        margin: 0 10px 40px;
    }

    .card-slider .slider-button {
        display: none;
    }
    
    .card-item .card-image,
    .card-item .Testcard {
        height: 220px;
    }
    
    .card-details .card-description {
        font-size: 14px;
    }
    
    .card-details h3 {
        font-size: 15px;
    }
}

@media screen and (max-width: 425px) {
    .slider-wrapper {
        margin: 0 10px 40px;
    }
    
    .card-item .card-image,
    .card-item .Testcard {
        height: 180px;
    }
    
    .sliderCard-section p{
        font-size: 0.85rem;
    }
    
    .card-slider .card-item{
        padding: 16px;
    }
    
    .card-details .card-description {
        font-size: 13px;
        margin-bottom: 0.75rem;
    }
    
    .card-details h3 {
        font-size: 14px;
    }
}


.arrow1 {
  display: inline-block;
  animation: bounce 1s infinite;
}
.arrow1 >span{
  
  color: #000;
}
@keyframes bounce {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(8px); }
}

.arrow{
  animation: bounce1 1s infinite;
}
@keyframes bounce1 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(2px); }
}






























       
        .section-header{
            position: relative;
            z-index: 2;
            padding-left: 1rem;
            margin-bottom: 6rem;
        }
        .faculty-container {
            width: 100%;
            overflow: hidden;
            padding: 3rem 0;
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
        }

        .faculty-container::before,
        .faculty-container::after {
            content: '';
            position: absolute;
            top: 0;
            width: 150px;
            height: 100%;
            z-index: 2;
            pointer-events: none;
        }

        .faculty-container::before {
            left: 0;
            background: linear-gradient(to right, rgb(255, 255, 255), transparent);
        }

        .faculty-container::after {
            right: 0;
            background: linear-gradient(to left, rgb(255, 255, 255), transparent);
        }

        .scroll-wrapper {
            display: flex;
            width: fit-content;
            animation: scroll 30s linear infinite;
        }

        .faculty-container:hover .scroll-wrapper {
            animation-play-state: paused;
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

        .container1 {
            display: flex;
            gap: 3rem;
            padding: 0 1.5rem;
        }

        .card {
            position: relative;
            padding: .5rem;
            background: #fff;
            width: 320px;
            min-width: 280px;
            height: 280px;
            padding-top: 7rem !important;
            border-radius: 20px;
            text-align: center;
            box-shadow: 0 10px 40px rgba(0,0,0,0.2);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            flex-shrink: 0;
        }

        

        .card:hover {
            transform: translateY(-15px) scale(1.05);
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
        }



        .card img {
            width: 140px;
            height: 140px;
            border-radius: 50%;
            position: absolute;
            top: -50px;
            left: 50%;
            transform: translateX(-50%);
            border: 5px solid #fff;
            box-shadow: 0 8px 24px rgba(0,0,0,0.25);
            object-fit: cover;
            z-index: 2;
            transition: all 0.4s ease;
        }

        .card:hover img {
            transform: translateX(-50%) scale(1.1);
            box-shadow: 0 12px 32px rgba(0,0,0,0.35);
        }

        .card h3 {
            margin: 10px 0 5px;
            font-size: 1.3rem;
            color: #2c2c74;
            font-weight: 700;
            position: relative;
            z-index: 1;
        }

        .card p {
            margin: 0;
            font-size: 15px;
            color: #666;
            font-weight: 500;
            position: relative;
            z-index: 1;
        }

        .counter {
            position: absolute;
            bottom: -18px;
            left: 50%;
            transform: translateX(-50%);
            background: #2c2c74;
            color: #fff;
            padding: 8px 18px;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 700;
            box-shadow: #4040bf 0px 4px 12px;
            transition: all 0.3s ease;
        }


    
        /* Responsive Design */
        @media (max-width: 1024px) {
            .section-header h2 {
                padding-left: 5rem;
                font-size: 2.5rem;
            }
            
            .container1 {
                gap: 2.5rem;
            }
            
            .card {
                width: 300px;
                min-width: 260px;
                height: 280px;
            }

            .scroll-wrapper {
                animation: scroll 25s linear infinite;
            }
        }

        @media (max-width: 768px) {
           
            .section-header {
                padding-left: 4rem;
                margin-bottom: 3rem;
            }

            .section-header h2 {
                font-size: 2rem;
            }

            .section-header p {
                font-size: 1rem;
            }
            
            .faculty-container::before,
            .faculty-container::after {
                width: 80px;
            }

            .container1 {
                gap: 2rem;
            }
            
            .card {
                width: 280px;
                min-width: 240px;
                height: 290px;
            }

            .card img {
                width: 120px;
                height: 120px;
            }

            .scroll-wrapper {
                animation: scroll 20s linear infinite;
            }
        }

        @media (max-width: 480px) {
           

            .section-header h2 {
                font-size: 1.8rem;
            }

            .section-header p {
                font-size: 0.9rem;
            }

            .faculty-container {
                padding: 2rem 0;
            }

            .faculty-container::before,
            .faculty-container::after {
                width: 50px;
            }

            .container1 {
                gap: 1.5rem;
                padding: 0 0.75rem;
            }
            
            .card {
                width: 260px;
                min-width: 220px;
                height: 300px;
                border-radius: 16px;
            }

            .card img {
                width: 100px;
                height: 100px;
                top: -5px;
            }

            .card h3 {
                font-size: 1.1rem;
            }

            .card p {
                font-size: 13px;
            }

            .counter {
                padding: 6px 14px;
                font-size: 12px;
                bottom: -15px;
            }

            .scroll-wrapper {
                animation: scroll 15s linear infinite;
            }
        }








































    /* .about-section start */


.about-section{

    max-width: 1400px;
    width: 95%;
    margin: 2rem auto;
    padding-bottom: 3rem;
}

.globalH1 {
    width: fit-content;
    text-transform: uppercase;
    padding-top:1rem ;
  font-size: 1.7rem;
  position: relative;
  font-weight: 600;
  color: #16507b;
}

.globalH1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 150px;
  height: 3px;
background-color: #032c4b;
  border-radius: 2px;
}

.globalH4 {
    font-weight: 500;
}
.globalList{
    padding-top: 1rem;
    padding-left: 1rem;
    font-weight: 300;
    line-height: 1.6;
}
.globalList strong{
    font-weight: 500;
}

.globalH4 strong{
  font-weight: 700;
}




/* .Objective-section start  */


.Objective-section{

    max-width: 1400px;
    width: 95%;
    margin: 2rem auto;
    padding-bottom: 3rem;
}



@media (max-width:425px){
    .globalH1 {
        font-size: 1.5rem;
    }
    .globalH1 ::after{
        width: 100px;
    }
}













/* book section start */


.book-section{
    max-width: 1400px;
    width: 95%;
    margin: 2rem auto;
}
       .containerC {
            padding: 1rem 0;
            width: 100%;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 2rem;
        }

       .slide-box {
        width: 25vw;
            cursor: grab;
            background-color: #dddddd;
            text-align: center;
            font-size: 18px;
            display: flex;
            gap: 1.5rem;
            flex-direction: column;
            align-items: center;
            padding: 1.5rem;
            border-radius: 15px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: auto;
            min-height: 500px;
        }

        .slide-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .slide-box img {
            border: 2px solid #16507b;
            display: block;
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 10px;
            transition: all 0.3s ease-in-out;
        }

        .slide-box img:hover {
            transform: scale(1.05);
        }

        

        .bookData1 {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 0.5rem;
        }

        .bookData1 h2 {
            font-size: clamp(1rem, 2.5vw, 1.3rem);
            color: #16507b;
            margin-bottom: 0.5rem;
            text-transform: uppercase;
        }

        .bookData1 p {
            font-size: clamp(0.9rem, 2vw, 1rem);
        }

        .bookData1 a {
            color: #333;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .bookData1 a:hover {
            color: #16507b;
        }




        

        /* Tablet - 2 slides */
        @media (max-width: 1024px) {
            .section-book {
                width: 92%;
                padding: 2rem 0.5rem;
            }

             .slide-box {
                width: 28vw;
                min-height: 480px;
                gap: 1.2rem;
                padding: 1.2rem;
            }

          .slide-box img {
                height: 280px;
            }
        }

        /* Mobile landscape and small tablets */
        @media (max-width: 768px) {
            .section-book {
                width: 95%;
                margin: 1.5rem auto;
                padding: 1.5rem 0.5rem;
            }

            

            .containerC {
                padding: 2rem 0;
            }

            .slide-box {
                min-height: 400px;
                gap: 1rem;
                padding: 1rem;
                width: 40vw;
            }

       .slide-box img {
                height: 260px;
            }

            .bookBtn {
                padding: 2rem 0 1.5rem;
            }
        }

        /* Mobile portrait */
        @media (max-width: 480px) {
            .section-book {
                width: 100%;
                padding: 1rem 0.5rem;
                margin-bottom: 5rem;
            }

            

            .containerC {
                padding: 1.5rem 0;

            }

           .slide-box {
            width: 100%;
                min-height: 380px;
                gap: 1rem;
                padding: 1rem;
            }

             .slide-box img {
                height: 240px;
            }

            .bookData1 {
                gap: 0.3rem;
            }

            .bookBtn {
                padding: 1.5rem 0 1rem;
            }

            
        }

        /* Extra small devices */
        @media (max-width: 360px) {
             .slide-box {
                min-height: 350px;
            }

              .slide-box img {
                height: 200px;
            }
        }














/* editorial section  */




.Editorial-section{
    max-width: 1400px;
    width: 95%;
    margin: 1rem auto;
    padding: 1rem;
}

.Editorial-section h1 {
    width: fit-content;
    text-transform: uppercase;
    padding-top: 1rem;
    font-size: clamp(1.5rem, 4vw, 2rem);
    position: relative;
    font-weight: 600;
    color: #16507b;
    margin-bottom: 1rem;
}


.Editorial-section h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 150px;
    height: 3px;
    background: linear-gradient(90deg, #032c4bf4 0%, #16507b 100%);
    border-radius: 2px;
}


.editorCard{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 1rem 0;
    align-items: stretch;
    flex-wrap: wrap;
}


.memberCard{
    width: 100%;
    min-height: 450px;
    padding: 1.5rem;
    border: 2px solid #16507b;  
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 5px 20px rgba(22, 80, 123, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.memberCard:nth-child(1) {
    animation-delay: 0.1s;
}

.memberCard:nth-child(2) {
    animation-delay: 0.2s;
}

.memberCard:nth-child(3) {
    animation-delay: 0.3s;
}

.memberCard::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(22, 79, 123, 0.463), transparent);
    transition: left 0.6s ease;
}

.memberCard:hover::before {
    left: 100%;
}

.memberCard:hover{
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 15px 40px rgba(22, 80, 123, 0.3);
    border-color: #032c4b;
}

.mcard1{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}

.mcard1 img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
    object-position: top;
    border: 1px solid #16507b;
    box-shadow: 0 5px 15px rgba(22, 80, 123, 0.2);

}


.mcard1 h2{
    font-weight: 600;
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    color: #16507b;
    margin-top: 0.5rem;
    transition: color 0.3s ease;
}

.memberCard:hover .mcard1 h2{
    color: #032c4b;
}

.mcard1 h3{
    font-weight: 400;
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    color: #555;
}

.mcard1 p{
    font-weight: 600;
    font-size: clamp(0.9rem, 2vw, 1rem);
    color: #032c4b;
    background: rgba(22, 80, 123, 0.1);
    padding: 0.3rem 1rem;
    border-radius: 20px;
    margin-top: 0.3rem;
}

.mcard2{
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    padding-top: 1rem;
    border-top: 2px solid rgba(22, 80, 123, 0.2);
    width: 100%;
    margin-top: auto;
}

.mcard2 p{
    font-weight: 400;
    font-size: clamp(0.85rem, 1.8vw, 0.95rem);
    line-height: 1.5;
    color: #333;
    word-wrap: break-word;
}

.mcard2 strong{
    font-size: clamp(0.9rem, 1.8vw, 1.01rem);
    font-weight: 600;
    color: #16507b;
}

.mcard2 span{
    display: inline-block;
    font-size: clamp(0.85rem, 1.8vw, 0.95rem);
    color: #555;
    font-style: italic;
    padding: 0.4rem 0;
    border-left: 3px solid #16507b;
    padding-left: 0.8rem;
    background: rgba(22, 80, 123, 0.05);
    border-radius: 0 5px 5px 0;
}

/* Tablet */
@media (max-width: 1024px) {
    .Editorial-section {
        width: 92%;
    }
    
    .editorCard {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }
    
    .memberCard {
        min-height: 420px;
        padding: 1.2rem;
    }
}

/* Mobile Large */
@media (max-width: 768px) {
    .Editorial-section {
        width: 95%;
        padding: 0.5rem;
    }
    
    .editorCard {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
        padding: 1.5rem 0;
    }
    
    .memberCard {
        min-height: 400px;
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
    }
    
    .mcard1 img {
        width: 130px;
        height: 130px;
    }
}

/* Mobile Small */
@media (max-width: 430px) {
    .Editorial-section h1::after {
        width: 100px;
    }
       .editorCard {
        grid-template-columns: 1fr ;
        gap: 1.5rem;
        padding: 1.5rem 0;
    }
    .memberCard {
        min-height: auto;
        padding: 1rem;
    }
    
    .mcard1 img {
        width: 120px;
        height: 120px;
    }
    
    .editorCard {
        gap: 1.2rem;
    }
}

/* Very Small Screens */
@media (max-width: 360px) {
    .Editorial-section {
        width: 98%;
    }
    
    .memberCard {
        padding: 0.8rem;
    }
    
    .mcard1 img {
        width: 100px;
        height: 100px;
    }
}


/* .journalSelection  */



.journalSelection {
  max-width: 1400px;
  width: 90%;
  margin: 2rem auto;
  background: #fff;
}


/* .payment-section */


.payment-section{
    max-width: 1400px;
    width: 95%;
    margin: 2rem auto;
}

.bank-details {
  max-width: 1400px;
  margin: 20px auto;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.bank-details table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.bank-details th {
  background: #f7f7f7;
  text-align: left;
  padding: 14px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #16507b;
}

.bank-details td {
  padding: 12px 14px;
  border-top: 1px solid #eee;
}

.bank-details tr:nth-child(even) {
  background: #f9f9f9;
}

/* 🔹 Responsive Style */
@media (max-width: 600px) {
  .bank-details table,
  .bank-details tbody,
  .bank-details tr,
  .bank-details td {
    display: block;
    width: 100%;
  }

  .bank-details tr {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
  }

  .bank-details td {
    border: none;
    display: flex;
    justify-content: space-between;
    padding: 10px 14px;
  }

  .bank-details td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #16507b;
  }

  .bank-details thead {
    display: none;
  }
}
























  .page-wrapper {
            max-width: 1400px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .buy-section {
            background: white;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
            display: grid;
            grid-template-columns: 45% 55%;
            gap: 0;
            position: relative;
        }

        /* Left Side - Image */
        .left-data {
            padding: 60px 10px;
            position: relative;
            overflow: hidden;
        }

      
        .image-container {
            position: relative;
            max-width: 800px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            z-index: 1;
        }

        .image-container:hover {
            transform: translateY(-10px) scale(1.02);
        }

        .image-container img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.3s ease;
        }

        .image-zoom-icon {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(255, 255, 255, 0.9);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            cursor: pointer;
            z-index: 2;
        }

        .image-container:hover .image-zoom-icon {
            opacity: 1;
        }

        /* Right Side - Content */
        .right-data {
            padding: 60px 50px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .badge-tag {
            display: inline-block;
            background: linear-gradient(135deg, #032c4b 0%, #066fbe 100%);
            color: white;
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 0.85em;
            font-weight: 600;
            letter-spacing: 0.5px;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        .R-content h1 {
            font-size: 2em;
            color: #1a202c;
            line-height: 1.3;
            margin-bottom: 20px;
            font-weight: 700;
            letter-spacing: -0.5px;
        }

        .author-info {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 25px;
            padding: 20px;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 12px;
            border-left: 4px solid #667eea;
        }

        .author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: linear-gradient(135deg, #032c4b 0%, #066fbe 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            font-size: 1.2em;
        }

        .author-details {
            flex: 1;
        }

        .author-label {
            font-size: 0.8em;
            color: #718096;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .author-name {
            font-size: 1.1em;
            color: #2d3748;
            font-weight: 700;
        }

        .book-description {
            font-size: 1em;
            color: #4a5568;
            line-height: 1.8;
            margin-bottom: 30px;
        }

      
        /* Price Section */
        .price-section {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            padding: 30px;
            border-radius: 16px;
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
        }

        .price-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: rotate 20s linear infinite;
        }

        @keyframes rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .price-content {
            position: relative;
            z-index: 1;
        }

        .price-label {
            font-size: 0.9em;
            color: rgba(255, 255, 255, 0.8);
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .price-amount {
            font-size: 3em;
            color: white;
            font-weight: 800;
            display: flex;
            align-items: baseline;
            gap: 5px;
            margin-bottom: 15px;
        }

        .currency {
            font-size: 0.6em;
        }

        .price-note {
            font-size: 0.85em;
            color: rgba(255, 255, 255, 0.7);
            display: flex;
            align-items: center;
            gap: 8px;
        }

        /* Buy Button */
        .buy-button {
            margin-bottom: 25px;
        }

        .btnBook-primary {
            width: 100%;
            padding: 18px 40px;
            font-size: 1.1em;
            font-weight: 700;
            border: none;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            background: linear-gradient(135deg, #032c4b 0%, #066fbe 100%);
            color: white;
            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
            position: relative;
            overflow: hidden;
        }

        .btnBook-primary::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transition: left 0.5s ease;
        }

        .btnBook-primary:hover::before {
            left: 100%;
        }

        .btnBook-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(102, 126, 234, 0.5);
        }

       

        /* Trust Badges */
        .trust-badges {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
            padding-top: 25px;
            border-top: 2px solid #e2e8f0;
        }

        .badge {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            text-align: center;
            padding: 15px;
            border-radius: 10px;
            transition: all 0.3s ease;
        }

        .badge:hover {
            background: #f8f9fa;
            transform: translateY(-5px);
        }

        .badge-icon {
            width: 45px;
            height: 45px;
            background: linear-gradient(135deg, #032c4b 0%, #066fbe 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2em;
        }

        .badge span {
            font-size: 0.85em;
            color: #4a5568;
            font-weight: 600;
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .buy-section {
                grid-template-columns: 1fr;
            }

            .left-data {
                padding: 50px 40px;
            }

            .right-data {
                padding: 50px 40px;
            }

            .R-content h1 {
                font-size: 1.8em;
            }
        }

        @media (max-width: 768px) {
            .page-wrapper {
                padding: 20px 10px;
            }

            .left-data, .right-data {
                padding: 40px 30px;
            }

            .R-content h1 {
                font-size: 1.5em;
            }

            .price-amount {
                font-size: 2.5em;
            }

            

            .buy-button {
                flex-direction: column;
            }

            .trust-badges {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .left-data, .right-data {
                padding: 30px 20px;
            }

            .R-content h1 {
                font-size: 1.3em;
            }

            .price-amount {
                font-size: 2em;
            }

            .quantity-section {
                flex-direction: column;
                gap: 15px;
                align-items: flex-start;
            }

            .author-info {
                flex-direction: column;
                text-align: center;
            }
        }























.container23{
    max-width: 1400px;
    margin: 2rem auto;
    border-radius: 1.5rem;
    height: 500px;
    width: 95%;
    position: relative;
    background-image: url("/assets/bgeye.jpg") ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

           .Eye_Container1 {
            width: 100vw;
            height: 100vh;
            background: linear-gradient(135deg, #1a5f5f 0%, #2d7f7f 100%);
            position: relative;
            overflow: hidden;
            z-index: 2;
        }



        /* Eyes container */
        .eyes-container {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            gap: 80px;
        }

        .eye {
            width: 180px;
            height: 180px;
            background: white;
            border-radius: 50%;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
        }

        .pupil {
            width: 80px;
            height: 80px;
            background: #1a1a1a;
            border-radius: 50%;
            position: relative;
            transition: transform 0.1s ease-out;
        }

        .pupil::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            background: white;
            border-radius: 50%;
            top: 15px;
            right: 15px;
        }

        .play-text {
            position: absolute;
            top: 5px;
            color: rgb(4, 4, 4);
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 2px;
            pointer-events: none;
        }


        #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; /* particles behind text */
}



@media screen and (max-width: 768px) {
    .container23{
        display: none;
    }
}







        /*conference section start*/
     