@media (max-width: 767px) {
  .navbar-collapse {
    background: #ffffff;
    border-radius: 12px;
    padding: 10px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    animation: fadeSlide 0.4s ease;
  }

  .navbar-nav .nav-item {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #f1f1f1;
  }

  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    font-weight: 500;
    font-size: 15px;
    padding: 12px 15px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }


  .navbar .dropdown-toggle::after {
    transition: transform 0.3s ease;
  }
  .navbar .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
  }

  .navbar .dropdown-menu {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #fafafa;
    border-radius: 8px;
    margin-top: 8px;
    padding: 5px 0;
  }

  .navbar .dropdown-item {
    padding: 8px 16px;
    font-size: 14px;
    color: #333;
    transition: background 0.3s ease;
  }

  .navbar .dropdown-item:hover {
    background-color: #ffe9df;
    color: #1c61aa;
  }

  @keyframes fadeSlide {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  #google_translate_element {
    margin: 10px 15px;
    text-align: left;
  }
  #google_translate_element select {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ddd;
  }
}
@media (max-width: 576px) {
   .filter-box {
        margin-bottom: 20px !important;
    }
      .rasonly-about-section {
            padding: 20px 0 !important;
        }
    .rasonly-about-section .p-5 {
        padding: 1.5rem!important;
    }
    }
    @media (max-width: 576px) {
        .blog-section-bottom .blog-card img {
            height: auto !important;
        }
    }
    #google_translate_element {
        height: 35px !important;
    }
        .enquiry-button {
            margin-right: 0px;
            position: fixed;
            right: -5px;
            top: 50%;
            padding: 13px 10px;
            background-color: #042c54;
            color: #fff;
            border: 1px solid;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            border-radius: 10px 0 0 10px;
            writing-mode: vertical-rl;
            cursor: pointer;
            z-index: 999;
        }
        .offcanvas-header h5 {
            margin: 0 !important;
        }
        .offcanvas h5 {
          margin: 0 !important;
        }
        
        .enquiry-button:hover a {
            color: #fff;
        }
        .enquiry-button:hover {
            background: #f1a43b;
            color: #fff;
        }
        
        .offcanvas-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1rem 1rem;
        }
        .offcanvas-header .btn-close {
            padding: .5rem .5rem;
            margin-top: -.5rem;
            margin-right: -.5rem;
            margin-bottom: -.5rem;
        }
        
        .offcanvas-body {
            flex-grow: 1;
            padding: 1rem 1rem;
            overflow-y: auto;
        }
        
        .offcanvas {
            position: fixed;
            bottom: 0;
            z-index: 1050;
            display: flex;
            flex-direction: column;
            max-width: 100%;
            visibility: hidden;
            background-color: #fff;
            background-clip: padding-box;
            outline: 0;
            transition: transform .3s ease-in-out;
        }
        
        a.btn.Submit-btn {
            background: #2e4e98;
            color: #fff;
            font-weight: 500;
            margin-top: 0;
            font-size: small;
        }
        
       .offcanvas-body .form_body_txt {
    padding: 0 !important;
    background: transparent;
    border: none;
}

button.btn.Submit-btn {
    background: #2b509b;
    color: #fff;
}
.social-icons.mt-1.text-center {
    margin-top: 20px !important;
}
.dropdown-item {
    font-size: 14px;}
 /*       .contact-item {
            background: #fff !important;
            
            font-size: 15px;
            color: #000;
            margin-top: 10px;
            border-radius: 11px;
            border: 1px solid #8698bf;
        }*/
        
        .contact-item a {
            color: #000 !important;
            text-decoration: none;
        }
        
        .contact-item a {
            color: #000 !important;
            text-decoration: none;
        }
        
        .contact-item a i {
            background: #2e4e98;
            border-radius: 50%;
            padding: 8px 10px !important;
            margin-right: 10px;
            color: #fff;
        }
    .offcanvas-body .contact-section {
    margin-top: 36px;
}
        .social-icons a {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            color: #fff;
            text-decoration: none;
            margin: 0px 2px;
            padding: 0px;
            background-color: #007bff;
            display: inline-flex;
            margin-top: 6px;
            margin-bottom: 6px;
        }
        .form_body_txt {
            background-color: #eee;
            padding: 10px;
            border-radius: 11px;
            border: 1px solid #8698bf;
        }
        .enquiry-button a:hover {
          text-decoration: unset !important;
          color: #000 !important;
        }
        	    .navbar {
            padding-top: .5rem;
            padding-bottom: .5rem;
        }
        
        .navbar .navbar-nav .nav-item .nav-link {
            line-height: 1.5;
        }
        .navbar .navbar-brand {
            width: 120px !important;
        }
        .enquiry-button a {
    color: #fff !important;
}
@media (max-width: 767px) {
   .top-header ul li {
        font-size: 15px;
        margin: 0 10px !important;
    }
}
        #google_translate_element {
            margin-left: 0 !important;
        }
        .goog-te-gadget .goog-te-combo {
            padding: 6px 5px !important;
            font-size: 13px !important;
        }
        .navbar .navbar-nav .nav-item .nav-link {
        
            padding: .3125rem .4rem !important;
        }
        .navbar .navbar-nav .nav-item .nav-link {
            font-size: 14px !important;
        }
    .navbar-expand-lg .navbar-nav {
        align-items: center !important;
    }
    .top-header a {
    color: #fff !important;
}
.whatsapp-button i {
    color: #fff !important;
}

 .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.6);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1000;
      padding: 15px;
    }

    /* Popup Box */
     .popup.offer-popup {
      background: #fff;
      max-width: 50%;
      width: 100%;
      border-radius: 20px;
      padding: 25px 20px 0;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      position: relative;
      animation: fadeIn 0.3s ease-in-out;
      overflow-y: auto;
      max-height: 100vh;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.95); }
      to { opacity: 1; transform: scale(1); }
    }

     .popup.offer-popup p {
      color: #333;
      margin-bottom:0px;
    }

     .popup.offer-popup ul {
      padding-left: 20px;
      margin:  0;
    }

     .popup.offer-popup ul li {display: block;
      margin-bottom: 0px;
      color: #444;line-height: 24px;
      font-size: 14px;
    }

  
    .section-title {
      font-weight: bold;
      margin-top: 10px;
      color: #0052cc;
      font-size: 16px;
    }

    .cta {
      text-align: center;
      margin-top: 20px;
    }

 .button-pulse {
    justify-content: center;
    display: flex;
    background-color: #112f77;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}
    .button-pulse:hover {
     color: #fff;text-decoration: none;
    }

    .close-btn {
      position: absolute;
      top: 12px;
      right: 16px;
      font-size: 24px;
      font-weight: bold;
      color: #999;
      background: none;
      border: none;
      cursor: pointer;
      z-index: 10;
    }

    .close-btn:hover {
      color: #222;
    }

    @media (max-width: 500px) {.popup.offer-popup{    max-width: 100%;}
      .popup.offer-popup h2 {
        font-size: 15px;
      }
      .close-btn {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 15px;
}
.popup.offer-popup ul{padding-left: 0;}
.popup.offer-popup ul.Highlights li {
    padding: 4px 10px !important;
    text-align: start  !important;
}
       .popup.offer-popup p {font-size: 13px}
       .popup.offer-popup ul li {
        font-size: 14px;
      }
      .cta button {
    position: fixed;
    bottom: 0;
    width: -webkit-fill-available;
    left: 0;
        width: 100%;
      }
    }
    .heading-popup {
    position: absolute;
    top: 0;
    background:#112f77;
    width: 100%;
    left: 0;
    text-align: center;padding: 10px;
}
  .heading-popup h2{margin: 0;font-size: 20px; color: #fff;}
    .popup.offer-popup .heading-popup p strong{ color: #fff;}
       .popup.offer-popup .heading-popup p{margin: 0; color: #fff;}
        .popup-contnt{margin-top: 60px}
.popup.offer-popup ul.Highlights li {
    font-weight: 600;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    text-align: center;
    font-size: 15px;
    padding: 4px 20px;
    border-radius: 7px;
    border: 1px solid;
    margin: 0px 7px 10px 0;
    background: #112f77;
    color: #fff;
}
 .popup.offer-popup ul.Highlights{padding: 0;text-align: center;}

.popup-footer {
  padding: 10px 20px;
  border-top: 1px solid #eee;
  background-color: #fff;
  position: sticky;
  bottom: -28px;
  text-align: center;
  z-index: 1;
}

.popup-footer button {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}

.popup-footer button:hover {
  background-color: #218838;
}


.button-pulse {
  position: relative;
  &:hover {
    cursor: pointer;
    animation: none;
    //animation-play-state: paused;
  }
}

.button-pulse {border: none;
   animation: mymove 1s infinite;
  box-shadow: 0 0 0 0 #000;
}
@keyframes mymove {
  from {background:#f1a43b;}
  to {background:#042c54;}
}    


div#offcanvasRight button.btn-close {
    filter: none;
    position: relative;
    top:0;
}

        .top-header {padding: 3px;
    background: #2c509c;
}
.top-header ul  {padding: 0;margin-bottom: 0;}
.top-header ul li {
    display: inline;
    margin: 10px;
}
.top-header ul li a {
    font-family: emoji;
    color: #fff;
    text-decoration: none;
}
.top-header ul li a i{margin-right: 5px;}

.whatsapp-button{
    position: fixed;
    bottom: 15%;
    right: 15px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    animation: effect 5s infinite ease-in;
}
.whatsapp-button i{font-size: 20px;}
@keyframes effect {
    20%, 100% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    0%, 10%{
        width: 55px;
        height: 55px;
        font-size: 35px;
    }
    5%{
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}
.list-group-flush {
    max-height: 300px !important;
    overflow-y: auto;
}
ul.list-group.list-group-flush::-webkit-scrollbar {

    background: #2e4e98;

}
.card-body.blog-page .accordion li {
    font-size: 14px !important;
    color: #212529;
    line-height: 24px;
}
.team-colm {
    margin-top: 2% !important;
    padding:20px 24px 20px !important;
}
.img-team img {
    width: 61px !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    margin-bottom: 20px;
}
.Interview-sec {
    padding: 50px;
    background: #042c54 !important;
}
.Interview-heading h2 {
    font-size: 23px;
    color: #fff;
}
.card-body.blog-page div#courseAccordion p {
    text-align: justify;    line-height: 22px !important;
}
.list-group-flush {
    max-height: 500px;
    overflow-y: auto;
}
.card-body.blog-page div#courseAccordion h2.accordion-header {
    margin: 0 !important;
}
.card-body.blog-page div#courseAccordion button {
    padding: 13px 0 17px !important;
}
.card.rounded-3.blog-details-sec .card-body.blog-page span {
    font-size: 14px !important;
    color: #212529;
    line-height: 24px;
}
.card-body.blog-page div#courseAccordion h2 span {
    font-weight: 700;
    font-size: 21px !important;
}
.card-body.blog-page div#courseAccordion p {
    margin-bottom: 9px !important;
    font-size: 14px !important;
    color: #212529;
    line-height: 24px;
}
.card-body.blog-page div#courseAccordion h3 span {
    font-size: 19px !important;
    font-weight: 600 !important;
    color: #000;
}
.card-body.blog-page div#courseAccordion h2 {
    margin: 29px 0 5px 0px !important;
    border: none;
}
.img-contect li {
    line-height: 21px;
    margin-bottom: 11px !important;
}
.card-body.blog-page div#courseAccordion h3 span {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #000;
}
.card-body.blog-page div#courseAccordion h3 {
    margin-bottom: 0;
}
tbody, td, tfoot, th, thead, tr {
    line-height: normal;}
.table-data-raj-exams th, td {
    line-height: initial;

}

    .video-slider {
      width: 100%;
      height: 100%;
    }

    .video-slider .swiper {
      width: 100%;
      height: 100%;
      border-radius: 10px;
      overflow: hidden;
    }

    .video-slider .swiper-slide iframe {
      width: 100%;
      height: 100%;
      border: none;
    }

    @media (max-width: 767px) {
      .video-slider .swiper-slide iframe {
        height: 220px;
      }
    }

    .video-slider .swiper-button-next, .video-slider .swiper-button-prev {
        display: none;
     }
      .enquiry-button {
   margin-right: 0px;
   position: fixed;
   right: -5px;
   top: 50%;
   padding: 13px 10px;
   background-color: #042c54;
   color: #fff;
   border: 1px solid;
   font-size: 14px;
   font-weight: 600;
   text-align: center;
   border-radius: 10px 0 0 10px;
   writing-mode: vertical-rl;
   cursor: pointer;
   z-index: 999;
   }
   .offcanvas-header h5 {
   margin: 0 !important;
   }
   .offcanvas h5 {
   margin: 0 !important;
   }
   .enquiry-button:hover a {
   color: #fff;
   }
   .enquiry-button:hover {
   background: #f1a43b;
   color: #fff;
   }
   .offcanvas-header {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 1rem 1rem;
   }
   .offcanvas-header .btn-close {
   padding: 0.5rem 0.5rem;
   margin-top: -0.5rem;
   margin-right: -0.5rem;
   margin-bottom: -0.5rem;
   }
   .offcanvas-body {
   flex-grow: 1;
   padding: 1rem 1rem;
   overflow-y: auto;
   }
   .offcanvas {
   position: fixed;
   bottom: 0;
   z-index: 1050;
   display: flex;
   flex-direction: column;
   max-width: 100%;
   visibility: hidden;
   background-color: #fff;
   background-clip: padding-box;
   outline: 0;
   transition: transform 0.3s ease-in-out;
   }
   a.btn.Submit-btn {
   background: #2e4e98;
   color: #fff;
   font-weight: 500;
   margin-top: 0;
   font-size: small;
   }
   .contact-section {
   border: none !important;
   padding: 0 !important;
   border-radius: 0 !important;
   }
   .contact-item {
   background: #fff !important;
   padding: 6px !important;
   font-size: 15px;
   color: #000;
   margin-top: 10px;
   border-radius: 11px;
   border: 1px solid #8698bf;
   }
   .contact-item a {
   color: #000 !important;
   text-decoration: none;
   }
   .contact-item a {
   color: #000 !important;
   text-decoration: none;
   }
   .contact-item a i {
   background: #2e4e98;
   border-radius: 50%;
   padding: 8px 10px !important;
   margin-right: 10px;
   color: #fff;
   }
   .form_body_txt .form-control {
   padding: 10px 10px;
   }
   .social-icons a {
   width: 30px;
   height: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   color: #fff;
   text-decoration: none;
   margin: 0px 2px;
   padding: 0px;
   background-color: #007bff;
   display: inline-flex;
   margin-top: 6px;
   margin-bottom: 6px;
   }
   .form_body_txt {
   background-color: #eee;
   padding: 10px;
   border-radius: 11px;
   border: 1px solid #8698bf;
   }
   .enquiry-button a:hover {
   text-decoration: unset !important;
   color: #000 !important;
   }
   .modal-content {
  background-color: #000;
  border-radius: 12px;
  overflow: hidden;
}

.modal-dialog {
  max-width: 90%;   /* 🟢 takes 90% of screen width */
  width: auto;
}

.ratio {
  aspect-ratio: 16/9;
  width: 100%;
}

@media (max-width: 768px) {
  .modal-dialog {
    max-width: 100%;
  }
}
.video-thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}
.video-thumb img {
  width: 100%;
  transition: transform 0.3s ease;
}
.video-thumb:hover img {
  transform: scale(1.05);
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  opacity: 0.8;
  transition: 0.3s;
}
.video-thumb:hover .play-btn {
  opacity: 1;
}

  a.btn.btn-blue.next-btn {
    font-size: 15px;
    padding-bottom: 12px;
}.plna th {
    padding: 4px 16px;
   
}

.plna td {font-size: 12px;
    padding: 4px 16px;
    font-weight: 600;
}
.plna .table th {
    font-size: 16px;
    background: #e5f3ff;
    font-weight: 700;
    color: #004d61;
}
.plna  tbody, td, tfoot, th, thead, tr {
    border-color: #dee2e6;
    border-style: solid;
    border-width: 0;
}
.plna tr.table-info.fw-bold td {
    background: #042c54;
    font-size: 17px;
    font-weight: 900;
    color: #fff;
}
.plna-colm {
    background: #fff;
    padding: 25px;
    border-radius: 0px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    border: 1px solid #dee2e6;
}
a.btn.btn-blue.teble-btn {
    padding: 2px 20px;
    font-size: 12px;
    border-radius: 5px;
}
a.btn.btn-blue.teble-btn-mob {
 padding: 4px 4%;
}
  @media (max-width: 767px) {
  .plna-colm {
    padding: 0 !important;
}
}
.clom-btn.bg-warning-light {
    background: #faf5ee;
}
 .clom-btn.bg-warning-light p{
    background: #f59e0b;
}
.clom-btn {
    text-align: center;
    width: 100%;
    background: #c7d4f3;
    border-radius: 16px;
    padding: 20px 18px;
    display: block;
}
.clom-btn h6{
   color: #000;font-size: 22px;}
   .clom-btn p{    font-weight: 500;
    font-size: 20px;font-family: monospace;
    background: #2e4e98;margin-bottom: 5px;
    padding: 9px 27px;
    border-radius: 9px;
    color: #fff;}
  a.btn.btn-blue.next-btn {
    font-size: 13px;
    padding-bottom: 12px;
}.plna th {
    padding: 4px 16px;
   
}

.plna td {font-size: 12px;
    padding: 4px 16px;
    font-weight: 600;
}
.plna .table th {
    font-size: 16px;
    background: #e5f3ff;
    font-weight: 700;
    color: #004d61;
}
.plna  tbody, td, tfoot, th, thead, tr {
    border-color: #dee2e6;
    border-style: solid;
    border-width: 0;
}
.plna tr.table-info.fw-bold td {
    background: #042c54;
    font-size: 17px;
    font-weight: 900;
    color: #fff;
}
.plna-colm {
    background: #fff;
    padding: 30px 30px;
    border-radius: 0px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    border: 1px solid #dee2e6;
}
a.btn.btn-blue.teble-btn {
    padding: 2px 20px;
    font-size: 12px;
    border-radius: 5px;
}
a.btn.btn-blue.teble-btn-mob {
 padding: 4px 30%;font-size: 15px;
}
   a.btn.btn-blue {
            font-weight: 500;
            font-size: 20px;
            background: #2e4e98;
            padding: 9px 27px;
            border-radius: 9px;
            color: #fff;
            }
.capsule-section .capsule-card {
   height: max-content !important;
   }
.capsule-section .swiper-wrapper {
   height: max-content !important;}
.filter-box {
    position: sticky;
    top: 20px;
}

.rasonly-about-section .rasonly-features {
    max-width: 100%!important;
}

.card-educator .name-strip {
    margin-top: -5% !important;
}


@media (max-width: 767px) {
 .card-educator .name-strip {
    margin-top: -2% !important;
 }
}

   .footer-list .content {
   display: block;
   }
   
   
   section.faq-container .accordion-item {
    border-bottom: 1px solid #eee;
}
section.faq-container .accordion-item h2 button {
    font-size: 16px;
    font-weight: 600;
}
section.faq-container .accordion-item .accordion-body {
    font-size: 15px;
}
@media (max-width: 767px) {
    .analy-cnt-main {
        padding: 8px;
    }
}
.enquiry-button a {
    color: #fff !important;
}
.analy-cnt-main img {
    max-width: 100%;
    height: auto !important;
}
 .ca-inr li {margin-bottom: 15px !important;
    line-height: 24px;
}
.ca-inr p span span {
    font-size: 14px !important;
    color: #212529;
    line-height: 24px;
}
.ca-inr p span {
    font-size: 14px !important;
    color: #212529;
    line-height: 24px;
}
.ca-inr p {
    margin-bottom: 9px !important;
    font-size: 14px !important;
    color: #212529;
    line-height: 24px;
}
.ca-inr li span  {
    font-size: 14px !important;
    color: #212529;
    line-height: 14px !important;
}
.ca-inr li span span {
    font-size: 14px !important;
    color: #212529;
    line-height: 14px !important;
}
.ca-inr li span span span{
    font-size: 14px !important;
    color: #212529;
    line-height: 14px !important;
}
.ca-inr li span span span {
    font-size: 14px !important;
    color: #212529;
    line-height: 14px !important;
}
.right-side-bar-exams .trending-list-exams li {    font-size: 12px !important;
    font-weight: 600;
    color: #142858;
}

 .about-us-heading {
                    text-align: left;
                }
                .vision-card {
                    border: 1px solid #4545;
                    border-radius: 10px;
                    padding: 15px 15px 0;
                    background: #fff;
                }
                .vission-img img {
                    width: 60px;
                }
                .vission-card-heading h4 {
                    font-size: 22px;
                    font-weight: 700;
                    margin: 10px 0;
                }
                .vission-card-heading ul {
                    padding: 0;
                    list-style: none;
                }
                               .vission-card-heading li {
                    font-size: 14px;
                    line-height: 22px;
                    margin-bottom: 0;
                }
                .our-heading h3 {
                    font-size: 25px;
                }
                
                .our-location {
                    border: 1px solid #4545;
                    margin: 30px 0;
                    padding: 20px;
                    border-radius: 10px;
                }
                .focus {
                    border: 1px solid #4545;
                    padding: 10px;
                    border-radius: 10px;
                    margin: 20px 0;
                }
                .why-choos p {
                    margin: 0;
                }
                .why-choos h4 {
                    margin: 0;
                    font-size: 20px;
                }
                .why-choose-card {
                    display: flex;
                    gap: 10px;
                    align-items: center;
                }
                .why-choos-ras-img img {
                    width: 50px;
                }
                .why-choos-ras h3 {
                    font-size: 25px;
                    font-weight: 600;
                }
                
                .ras-img img {
                    width: 100%;
                }
                
                .heading-1 {
                    text-align: center;
                }
                .title-heading {
                    text-align: center;
                }
                .heading-1 h2 {
                    font-size: 26px;
                }
                
                .fw-bold {
                    font-weight: 700 !important;
                }
                .faqs-section .faq-item {
                    border: 1px solid #f0f0f0;
                    border-radius: 8px;
                    padding: 20px;
                    margin-bottom: 15px;
                    cursor: pointer;
                    background: #fff;
                    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
                    transition: all 0.3s ease;
                }
                .faqs-section .faq-question {
                    display: flex;
                    justify-content: space-between;
                    font-weight: 500;
                    font-size: 16px;
                }
                .faqs-section .faq-toggle {
                    font-size: 20px;
                    color: #2e4e98;
                }
                .faqs-section .faq-answer {
                    margin-top: 15px;
                    display: none;
                    font-size: 15px;
                    color: #444;
                }
                
                .faqs-section .faq-item.active .faq-answer {
                    display: block;
                }
                
                .form-container-side1 {
                    border: 1px solid #2e4e98;
                    padding: 13px 24px 20px;
                    border-radius: 11px;
                }
                .about-footer-section {
                    border-radius: 10px;
                    background: #d9e8fc;
                    padding: 20px;
                }
                .our-loc-heading h4 {
                    font-size: 22px;
                }
                .out-vision {
                    padding: 20px;
                    background: #fff3ed;
                    border-radius: 10px;
                }
                .bg1 {
                box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
                    background: #d9e6d955;
                    padding: 20px;
                    border-radius: 10px;
                }
                .features-heading h3 {
                    font-size: 22px;
                    font-weight: 600;
                }
                .features {
                    margin: 30px 0;
                }
                @media only screen and (max-width: 768px) {
                    .vision-card {
                        margin-bottom: 20px;
                    }
                    .vission-card-heading li {
                        margin-bottom: 5px;
                    }
                    .why-choos p {
                        font-size: 16px;
                        line-height: 25px;
                    }
                    .why-choos h4 {
                        font-size: 20px;
                    }
                }
                .our-loc-heading i {
                    margin-right: 10px;
                }
                 p {
                    font-size: 16px;
                    line-height: 23px;
                    margin-bottom: 10px;
                }
                    section.intro-banner{position: relative;}
                .btn-baner {
                    position: absolute;
                    right: 16%;
                    bottom: 7%;
                    background: #e3a044;
                    color: #fff;
                    padding: .4% 3%;
                    border-radius: 8px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
                }
                section.intro-banner:hover a.btn-baner{border:1px solid #fff;background:#042c54; }
                
                .box {
                  width: 40%;
                  margin: 0 auto;
                  background: rgba(255,255,255,0.2);
                  padding: 35px;
                  border: 2px solid #fff;
                  border-radius: 20px/50px;
                  background-clip: padding-box;
                  text-align: center;
                }
                
                .overlay {
                  position: fixed;
                  top: 0;
                  bottom: 0;
                  left: 0;z-index: 9999;
                  right: 0;
                  background: rgba(0, 0, 0, 0.7);
                  transition: opacity 500ms;
                  visibility: hidden;
                  opacity: 0;
                }
                .overlay:target {
                  visibility: visible;
                  opacity: 1;
                }
                
                .popup {
                  margin: 70px auto;
                  padding: 20px;
                  background: #fff;
                  border-radius: 5px;
                  width: 30%;
                  position: relative;
                  transition: all 5s ease-in-out;
                }
                
                
                .popup .close {
                  position: absolute;
                  top: 20px;
                  right: 30px;
                  transition: all 200ms;
                  font-size: 30px;
                  font-weight: bold;
                  text-decoration: none;
                  color: #333;
                }
                .popup .close:hover {
                  color: #06D85F;
                }
                .popup .content {
                  max-height: 30%;
                  overflow: auto;
                }
                @media (max-width: 1280px){
                }
                @media (max-width: 1120px) {.btn-baner {
                    right: 11%;
                    bottom: 6%;
                }
                }
                @media (max-width: 920px) {
                .btn-baner {
                    right: 12%;
                    font-size: small;
                    bottom: 5%;
                    color: #fff;
                    padding: .1% 3%;
                }
                }
                @media (max-width: 480px) {.btn-baner {
        right: 12% !important;
        bottom: 4% !important;
        padding: 2.5% 4.5% !important;
        line-height: 0;
        font-size: 9px !important;
    }}
                @media (max-width: 767px) {
                    .our-heading h3 {
                    font-size: 17px;
                }
                .why-choos-ras h3 {
                    text-align: center;
                    font-size: 18px;
                    margin-top: 27px;
                }
                .why-choos h4 {
                    font-size: 15px;
                }
                .heading-1 h2 {
                    margin: 20px 0 0;
                    font-size: 22px;
                }
                .title-heading h3 {
                    font-size: 17px;
                }
                    .btn-baner {
                    right: 12%;
                    font-size: small;
                    bottom: 5%;
                    color: #fff;
                    padding: .1% 3%;
                }
                  .box{
                    width: 70%;
                  }
                  .popup{
                    width: 95%;
                  }
                }.vission-img {
                    height: 55px;
                }
                .map {
                    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
                    border-radius: 9px;
                    padding: 12px 15px 0;
                }
                .map iframe{
                    border-radius: 9px;
                }
                .secretary-ras ul li {
                    line-height: 22px;
                    font-size: 16px;
                    margin-bottom: 10px;
                }
                
                .add-loc a {
                                        color: #000;
                                        font-size: 15px;
                                    }
                                    .add-loc a i {
                                        padding: 6px 8px;
                                        font-size: 11px;
                                        background: #042c54;
                                        border-radius: 50%;
                                        color: #fff;
                                        margin-right: 2px;
                                    }
                                    .map-name {
                                        position: absolute;
                                        top: 40%;
                                        right: 17%;
                                        background-color: white;
                                        padding: 14px 18px;
                                        border-radius: 5px;
                                        font-weight: bold;
                                        z-index: 1;
                                        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
                                        font-size: small;
                                        line-height: 0;
                                    }
                                    @media (max-width: 1200px) { .map-name {    right: 10%;}}
                                    @media (max-width: 767px) { .map-name {    right: 27%;}
                                        div#order3 {order:3;} 
                                    .content-info {
                                        white-space: nowrap;
                                        display: contents;
                                    }}
                                    @media (max-width: 480px) { .map-name {    right: 21%;}}
                                    @media (max-width: 380px) { .map-name {    right: 11%;}}
   