* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

    body {
      font-family: 'Montserrat', sans-serif;
      margin: 0;
      padding: 0;

    }

/* ==========================Banner/Header Section========================== */
.banner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  /* Removed background CSS */
}
.img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Send image behind content */
}

.placement {
  /*font-weight: bold;*/
  font-size: 1.2rem;
  color: white;
  margin: 3% 0 10px;
}

.international {
  font-weight: bold;
  font-size: 1.2rem;
  color: white;
  margin: 10px 0 10px;
}

.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Dull  */
  z-index: 1;
}

.banner h1 {
  position: relative;
  z-index: 2; /* Ensures text appears above the overlay */
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}

.chef-img, .content{
  width: auto;
  height: 100%;
  padding-top: 130px;
  margin-left: -50px;
  z-index: 2;
  position: relative;
}
header p{
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
strong{
  color: #F5C96A;
}
.form-section {
      background: #F5F5F5CC;
      border-radius: 20px;
      padding: 25px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
      position: relative;
      z-index: 2;
      margin: 100px 40px 30px 40px;
      text-align: center;

}

    .form-section input, .form-section select {
      height: 50px;
    }

    .btn-apply {
      background-color: #de0003;;
      color: white;
      padding: 12px;
      font-weight: 700;
    }

    .btn-apply:hover {
      background-color: #de0003;
      color: white;
    }

    .side-btn {
      position: fixed;
      right: 0;
      bottom: 8%;
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      background-color: #de0003;
      padding: 20px 12px;
      color:#fff;
      font-weight: bold;
      border-radius: 0 8px 8px 0;
      z-index: 999;
    }


/* ==========================About Section========================== */
      .main-section {
      position: relative;
      }
      .about-title {
      color: #f2c94c;
      font-size: 2.7rem;
      font-weight: 700;
      }
      .about-section {
      background-color: #1f325e;
      color: white;
      padding: 3rem 2rem 5rem;
      }
      
      .bottom-section {
      background-color: #fff;
      color: #1f325e;
      font-weight: bold;
      padding: 3rem 2rem 4rem 2rem;

      }
      .video-container {
      position: absolute;
      right: 10%;
      transform: translateY(-58%);
      border: 4px solid white;
      border-radius: 12px;
      overflow: hidden;
      width: 35vw;              /* Responsive width based on viewport */
      height: calc(35vw * 1.25);/* Maintain portrait aspect ratio */
      max-width: 420px;
      max-height: 520px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
      background: #000;
      }
      .video-container video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      }
      .apply-now-btn {
      display: inline-flex; /* Use inline-flex so it only takes content size */
      background-color: #de0003;
      color: white;
      font-weight: bold;
      padding: 12px 30px;
      border: none;
      border-radius: 6px;
      text-decoration: none;
      align-items: center;
      }
      .btn-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px; /* Optional spacing between text and arrow */
      }
      .arrow {
      flex-shrink: 0;
      }
      .apply-now-btn:hover {
      background-color:#de0003;
      color: white;
      }


/*  ==========================Achievements Section==========================  */

    
    .achieve-title {
      color: #1C2D5E;
      font-weight: bold;
      font-size: 2.7rem;
    }

    .achieve-para {
      color: #1C2D5E;
      font-weight: bold;
    }

    .achieve-card {
      background-color: #1C2D5E;
      color: #fff;
      margin: 20px 10px;
      padding: 15px;
      border-radius: 12px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    .achieve-card h3 {
      font-size: 1.1rem;
      margin: 10px 0;
    }

    .achieve-card img {
      width: 80px;
      height: auto;
      margin: 15px 0;
    }

    .achieve-card p {
      font-size: 0.85rem;
      line-height: 1.4;
    }

     /* ========================== Why Choose Us Section========================== */
    .why-choose-us-section{ 
      background-color: #b28a3f;
      color: white;
      font-family: 'Montserrat', sans-serif;
    }
    .why-title{
      font-size: 2.5rem;
      font-weight:bold;
    }
    .why-para{
        font-weight:bold;
    }
     .icon-box {
      margin-top: 1.5rem;
      text-align: center;
      padding: 20px;
    }
    .icon-box img {
      width: 8rem;
      height: auto;
      margin-bottom: 2rem;
    }
    .icon-stat { 
      font-size: 3rem;
      font-weight: 600;
    }
    .text{
      font-size: 2.2rem;
      font-weight: 600;
    }
   
    .company-logos img {  
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: calc(250px * 12); /* 6 logos * 2 for loop */
  animation: scroll 5s linear infinite;

}



@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


    .pagination-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}


     /* ========================== Facilities Section========================== */

     .facilities-title {
      color:#1C2D5E;
      font-weight: bold;
      font-size: 2.5rem;
    }

    .facilities-para {
      color: #1C2D5E;
      font-weight: bold;
    }

    .facilities-carousel-wrapper {
      overflow-x: auto;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: thin;
      scrollbar-color:#1C2D5E transparent;
    }

    .facilities-carousel-wrapper::-webkit-scrollbar {
      height: 6px;
    }

    .facilities-carousel-wrapper::-webkit-scrollbar-thumb {
      background-color:#1C2D5E;
      border-radius: 10px;
    }

    .facilities-carousel {
      display: flex;
      gap: 20px;
      padding: 0 10px;
      width: max-content;
    }

    .facility-item {
      flex-shrink: 0;
      width: 80vw;
      max-width: 400px;
      min-width: 280px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .facility-item img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px 8px 0 0;
    }

    .facility-name {
      text-align: center;
      padding: 15px 10px;
      font-size: 1.1em;
      font-weight: 600;
      color: #333;
    }


     /* ========================== Testimonial Section========================== */
 .student-speaks-section{
  background-color: #172a63;
  padding: 3% 0;
}
.testimonial-title{
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}

.testimonial-para{
font-weight: bold;
  color: #fff;
}

/* Testimonials Wrapper (Carousel) */
.testimonials-wrapper {
    display: flex;
    gap: 30px;
    padding: 0 20px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
    justify-content: flex-start;
      scroll-behavior: smooth;
}


.testimonials-wrapper::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
}

.testimonial-card {
    background-color: #ffffff; /* White background for cards */
    color: #333; /* Dark text for cards */
    border-radius: 10px; /* Rounded corners for cards */
    width: 45%; /* Fixed width of cards */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); /* Stronger shadow */
    position: relative;
    flex-shrink: 0; /* Prevent cards from shrinking */
    scroll-snap-align: center; /* Snap cards to the center */
}
.quote-icon{
  width: 5%;
  margin-left: 93%;
}

.student-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%); /* Grayscale filter */
}

/* Testimonial Text */
.testimonial-text {
    flex-grow: 1; /* Allows text to take up remaining space */
    margin-top: 20px;
}

.testimonial-text p {
    font-size: 0.85rem; /* Font size for testimonial text */
    font-weight: bold;
    margin-bottom: 15px; /* Margin below text */
    color: #172a63; /* Darker gray for testimonial text */
    line-height: 1.7; /* Line height for readability */
    font-style: italic;
}

.testimonial-text .student-info {
    font-weight: 600; /* Bolder for the name */
    color: #333; /* Darker for the name */
    font-size: 1.1rem; /* Slightly larger font for name */
}

.testimonial-text .program {
    font-weight: 400; /* Regular weight for program */
    color: #777; /* Lighter gray for program */
    font-size: 1rem; /* Similar size to testimonial text for program */
}

/* Pagination Dots */
.pagination-dots {
    display: flex;
    justify-content: center;
    margin-top: 60px; /* Margin top */
}

.dot {
    height: 0.9rem; /* Dot height */
    width: 0.9rem; /* Dot width */
    background-color: rgba(255, 255, 255, 0.4); /* Lighter inactive dot */
    border-radius: 50%;
    margin: 0 10px; /* Space between dots */
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #BF9300; 
    width: 32px; /* Elongated active dot */
    border-radius: 6px; /* Rounded corners for elongated dot */
}


     /* ========================== How to Apply Section========================== */

       .how-to-apply-section{
        margin: 2% 0;
       }  
        .how-title{
   text-align: center;
   color: #172a63;
   font-size: 2.7rem;
   font-weight: bold;
 }
 .stats-grid {
  display: flex;
  gap: 55px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.step-box {
    position: relative;
    background: white;
    border-radius: 10px;
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.5);
    width: 250px;
    padding: 20px 10px;
    text-align: center;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.step-number {
  position: absolute;
  font-family: 'Oswald', sans-serif;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 100px;
  font-weight: bold;
  color: #2E3386;
  z-index: 2;
}

.step-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.step-icon img{
  width: 100px;
  height: 100px;
  opacity: 0.5;
}

.step-desc {
  font-size: 14px;
  color: #3F4965;
  font-weight: 600;
  line-height: 1.4;
}

/* Triangle arrow */


/* Individual step colors */
.step-1 .step-number { color: #1C2D5E; }
.step-2 .step-number { color: #930083; }
.step-3 .step-number { color: #2E3386; }
.step-4 .step-number { color: #C81A54; }

.step-1 .step-title { color: #1C2D5E; }
.step-2 .step-title { color: #930083; }
.step-3 .step-title { color: #2E3386; }
.step-4 .step-title { color: #C81A54; }

.step-1 .step-icon { color: #1C2D5E; }
.step-2 .step-icon { color: #930083; }
.step-3 .step-icon { color: #2E3386; }
.step-4 .step-icon { color: #C81A54; }

.step-3 .step-icon img { 
   height: 90px;


 }

/* Default arrow for all except the second */
.step-box:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #2E3386; /* Default arrow color */
}

/* Second arrow - pink color override */
.step-2::after {
  border-left-color: #930083 !important; /* Override with pink */
}



/*===============================================Course Specialization============================================= */

 .tab-button {
  position: relative;
  z-index: 10;
}

.tab-button {
    padding: 10px 20px;
  border: none;
  font-family: Montserrat;
  background: transparent;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
}

.tab-button.active {
     background-color: #c39c43; /* gold */
     font-family: Montserrat;
  color: white;
}
.tab_wrapper {
 display: flex;
  background: #f9f9f9; /* light background */
  border-radius: 10px;  /* rounded pill look */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 0 auto 40px auto;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  justify-content: center;
  max-width: 100%;
  width: max-content;
  padding: 4px; /* slight padding for tab separation */
}

.tab_wrapper::-webkit-scrollbar {
  height: 6px;
}

.tab_wrapper::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.tab_wrapper .tab-button,
.tab_wrapper .tab_option {
  flex: 0 0 auto;       /* Prevent growing */
      padding: 6px 14px;
  white-space: nowrap;  /* Prevent text wrap */
}

.tab_option:hover {
  background: #f1f1f1;
}

.section-title_course {
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1C2D5E;
  text-align: center;
}

.course-card_course {
  /* background: rgba(255, 255, 255, 0.2); */
  border-radius: 12px;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  
}
.course-text-bottom p {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  /*width: 65%;*/
  line-height:1.6;
  
  padding-top: 30px;
}

.course-left_course {
  flex: 1 1 60%;
  min-width: 280px;
}

.course-left_course h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #002766;
}

.course-left_course p {
  font-size: 15px;
  line-height: 1.6;
  color: #063580;
  font-weight: 700;
  text-align: left;
  min-width: 243px;
  
}

.course-left_course b {
  display: block;
  margin-top: 12px;
  color: #002766;
}


.course-left_course span {
    font-weight: bold;
  display: block;
  margin-top: 12px;
  color: #002766;
}
.course-right_course {
  flex: 1 1 35%;
  min-width: 243px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 20px;
  color: #002766;
}

.career-list_course {
  column-count: 2;            /* Split into 2 columns */
  column-gap: 40px;           /* Space between columns */
  list-style: disc inside;
  padding-left: 0;
  font-size: 15px;
  margin-bottom: 20px;
}

.career-list_course li {
  break-inside: avoid;        /* Prevent splitting a list item between columns */
  margin-bottom: 8px;
  line-height: 1.6;
  font-weight: bold;
}


.career-list_course li::marker {
    color: #c39c43;
}


.apply-btn_course {
  background-color: #e50000;
  color: white;
  font-weight: bold;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: fit-content;
  transition: background 0.3s;
}

.apply-btn_course:hover {
  background-color: #b30000;
}


.course-title-expand_course {
  font-weight: bold;
  font-size: 18px;
  color: #002766;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid gray;
  cursor: pointer;
}

.expand-icon_course {
  font-size: 24px;
}

.container_course {
  
  
  position: relative;
  overflow: hidden; 
  padding: 2rem 9%;
}

.course-section {
  /* background: #1f335f; */
  /* color: #fff; */
  padding: 50px 0;
  position: relative;
}

.course-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: -1 20px;
}

.course-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}
.container_course_choose {
  
  
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden; 
  padding: 2rem 10%;
}
.bg-course-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  filter: blur(10px) brightness(0.8);
  pointer-events: none;
}

.bg-white-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.60); /* light white overlay */
  z-index: -1; /* should be between image and content */
  pointer-events: none;
}

/*.course-left_course {*/
/*  flex: 1 1 50%;*/
/*  min-width: 280px;*/
/*}*/

/*.course-left_course h3 {*/
/*  font-size: 22px;*/
/*  font-weight: bold;*/
/*  margin-bottom: 10px;*/
/*  color: #002766;*/
/*}*/

/*.course-left_course p {*/
/*  font-size: 15px;*/
/*  line-height: 1.6;*/
/*  color: #063580;*/
/*  font-weight: 700;*/
/*  text-align: left;*/
  
/*}*/

/*.course-left_course b {*/
/*  display: block;*/
/*  margin-top: 12px;*/
/*  color: #002766;*/
/*}*/


/*.course-left_course span {*/
/*  display: block;*/
/*  margin-top: 12px;*/
/*  color: #002766;*/
/*}*/


/*.career-list_course {*/
  column-count: 2;            /* Split into 2 columns */
  column-gap: 40px;           /* Space between columns */
/*  list-style: disc inside;*/
/*  padding-left: 0;*/
/*  font-size: 15px;*/
/*  margin: 1%;*/
/*}*/

/*.career-list_course li {*/
  break-inside: avoid;        /* Prevent splitting a list item between columns */
/*  margin-bottom: 8px;*/
/*  line-height: 1.6;*/
/*  font-weight: bold;*/
/*}*/


/*.career-list_course li::marker {*/
/*    color:#c39c43;*/
/*    font-size: 1rem;*/
/*}*/

.highlight-bg {
  background-color: #15295c;
}

.text-white {
  color: white;
}



/* =======================================Footer Section============================================= */

.footer-section {
    background-color:#15295c; /* Dark blue background */
    color: #fff;
    padding-top: 40px;
    padding-bottom: 0; /* Already good */
    position: relative; /* Keep this if you use absolute positioning for elements inside later */
    font-family: 'Montserrat';
}

.container_footer {
   position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 55vh;
  /*padding-right: 1%;*/
  
 
}


.footer-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid white;
    padding-bottom: 30px;

    margin-bottom: 30px;
}

.logo-area {
    display: flex;
    align-items: center;
}

.footer-logo {
    width: 300px;
    height: auto;
    margin-right: 15px;
}

.university-name {
    font-size: 24px;
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.contact-detail,
.contact-info {
    text-align: left;
    font-size: 50px;
}

.contact-detail h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #BB8F31;
    font-weight: bold;
}

.contact-info {
      margin-top: 25PX;

}
.apply-btn1 {
  display: inline-block;
  background-color: #dd2007;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 14px 83px;
  border-radius: 4px;
  margin-top: 10px;
    margin-left: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: background 0.3s ease;
}
.contact-detail p,
.contact-info p {
    margin: 5px 0;
    font-size: 20px;
    color: #eee;
}

.contact-detail i,
.contact-info i {
    margin-right: 8px;
    color: #BB8F31;
}

.footer-middle {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*margin-bottom: 30px;*/
}

.form-column {
    flex: 1;
    margin-left:0;
    min-width: 250px;
    margin-right: 40px;
}

.form-column input,
.form-column select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #444;
    background-color: #2a344e;
    color: #fff;
    border-radius: 1px;
    box-sizing: border-box;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-column input::placeholder {
    color: #bbb;
}

.select-wrapper {
    position: relative;
  
}

.select-wrapper select {
    padding-right: 30px;
}

.select-wrapper i.fa-chevron-down {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #bbb;
    pointer-events: none;
}

.apply-now-btn {
    background-color: #de0003;
    color:#fff;
    padding: 18px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    width: 30%;
}

.apply-now-btn:hover {
    background-color: #BB8F31;
}

.links-column {
    flex: 1;
    min-width: 180px;
    margin-right: 20px;
}

.links-column:last-child {
    margin-right: 0;
}

.links-column h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #BB8F31;
    /* margin-left: 40px; */
}

.links-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links-column-statutory-links{
     list-style: none;
    padding: 0;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    /*margin: 30px;*/
}
.links-column-statutory-links ul li {
    margin-bottom: 10px;
}

.links-column-statutory-links ul li a {
    
    color: #eee;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.links-column-statutory-links ul li a:hover {
    color: #BB8F31;
}

.links-column ul li {
    margin-bottom: 10px;
}

.links-column ul li a {
    /* margin-left: 50px; */
    color: #eee;
    text-decoration: none;
    font-size: 12px;
    transition: color 0.3s ease;
}

.links-column ul li a:hover {
    color: #BB8F31;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 10px;
    /*margin: 349px 2px 16px 503px;*/
    position: relative;
}

.social-icons a {
    color: #15295c;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
    background-color: #BB8F31;
    color: #fff;
}

.copyright {
    text-align: center;
    margin: 10px auto 20px auto;
    font-size: 13px;
    color: #bbb;
}


.tagline {
  color: #BB8F31;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding: 0 1rem;
  line-height: 1.2;
  word-wrap: break-word;
  z-index: 1;
}

.tagline h1 {
  margin-bottom: -22px;
  padding: 0;
  font-weight: bold;
  font-family: Montserrat ,Sans-Serif;
  font-size: 5.5rem;
  line-height: 1.1;
  position: relative;
  z-index: 2;
}

.tagline-line {
  width: 100%;
  height: 8px;
  background-color: #BB8F31;
  margin: 0 auto;
  display: block;
  z-index: 1;
}


ul {
  /* list-style: none; */
  padding: 0;
  margin: 0;
}

ul li {
  margin-bottom: 10px;
}

ul li a {
  /* margin-left: 50px; */
  color: #eee;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

ul li a:hover {
  color: #BB8F31;
}


/* footer end  */


 /* Popup container */
.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none; /* <-- Hide by default */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}


    /* Popup box */
    .popup {
      background: #d3d3d3;
      padding: 30px;
      border-radius: 25px;
      width: 350px;
      position: relative;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
      animation: fadeIn 0.3s ease;
    }

    /* Close (X) button */
    .close-btn {
      position: absolute;
      top: 10px;
      right: 12px;
      font-size: 22px;
      cursor: pointer;
      color: #000;
    }

    .popup img {
      max-width: 150px;
      display: block;
      margin: 0 auto 20px;
    }

    .popup input,
    .popup select,
    .popup button {
      width: 100%;
      padding: 12px;
      margin: 10px 0;
      border-radius: 25px;
      border: none;
      box-sizing: border-box;
      font-size: 15px;
    }

    .popup select {
      appearance: none;
    }

    .popup button {
      background-color: #dd2007;
      color: white;
      font-weight: bold;
      cursor: pointer;
      border: none;
    }

    .terms {
      font-size: 12px;
      margin-top: 10px;
    }

    .terms a {
      color: #001f5f;
      text-decoration: underline;
    }

    .login-link {
      font-size: 13px;
      text-align: center;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.95); }
      to { opacity: 1; transform: scale(1); }
    }
  .duration-line {
  display: flex;
  gap: 6px;
  align-items: self-end;
}


