@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Carattere', cursive;
}

body {
    overflow-x: hidden;
    background: var(--white-color);
    /* background: #F1F1F1;     */
}

body.no-scroll{
  overflow: hidden;
  height: 100vh;
  touch-action: none;
}

/* =========================
   ROOT VARIABLES
   ========================= */
:root {
    --primary-color: #FF9500;
    --secondary-color: #0B2A6F;
    --white-color: #F1F1F3;
    --black-color: #262626;
    /* --style-color: #0B2A6F; */
    --different-yellow-color: #EE8220;
    --grey-color: #4C4C4D;
}

h1 span{
    margin: 0 15px !important;
}
h2 span{
    margin: 0 15px !important;
}
h3 span{
    margin: 0 15px !important;
}
h4 span{
    margin: 0 15px !important;
}
h5 span{
    margin: 0 15px !important;
}
/* h6 span{
    margin: 0 15px !important;
} */
textarea.form-control{
  font-family: 'Be Vietnam Pro', sans-serif;  
}


@media (max-width: 991px) {
  .sticky-top {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
  }

  body {
    padding-top: 80px; /* navbar height */
  }
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@ header css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.headerAdda {
    background: var(--primary-color);
    margin-top: 16px;
    margin-left: 24px;
    margin-right: 24px;
    border-radius: 8px;
    padding: 14px 0;
}

.headerAdda a {
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
}

.headerAdda img {
    width: 24px;
    height: 24px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ headr css end here @@@@@@@@@@@@@@@@@@@@@@@@@@@@ */


 /* Mobile view only (below 992px) */
/* MOBILE VIEW ONLY */
@media (max-width: 991.98px) {


  /* Collapse area styling */
  .navbar-collapse {
    background-color: var(--white-color);
    /* height: 100vh;             */
    padding: 20px;        
    margin: 0;
    overflow: hidden;      
    height: 400px;
  }
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ navbar css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@ */
.navbar {
    background: var(--white-color);
    height: 99px;
    border-bottom: 1px solid #ddd;
}

.navbar-brand img {
    width: 180px;
}

.navbar .nav-link {
    color: var(--black-color);
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 15px;
    margin-right: 20px;
    text-decoration: none;
}

.navbar .nav-link:last-child {
    margin-right: 0 !important;
}

.navbar .nav-link.active {
    /* background: #ddd; */
    border-radius: 8px;
    padding: 10px;
    font-weight: 700;
    color: var(--primary-color) !important;
     text-decoration: none;                
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 5px;                  
    border-radius: 0;                    
}

.SignUpbtn {
    color: var(--black-color);
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
    background: var(--white-color);
    padding: 14px;
    border-radius: 8px;
    width: 117px;
    color: var(--black-color);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Loginbtn {
    color: var(--black-color);
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
    background: var(--primary-color);
    padding: 14px;
    border-radius: 8px;
    width: 117px;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ navbar css end her @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ banner css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.AddaBanner {
    padding-top: 30px;
    background: #ffffff;
}

.AddaBannerLeft img {
    width: 500px;
    height: 450px;
}

.AddaBannerRight {
    padding-top: 60px;
}

.AddaBannerRight h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.AddaBannerRight h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 42px;
    padding: 10px 0;
    color: var(--secondary-color);
}

.AddaBannerRight p {
    color: var(--black-color);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
}

.addBannerBtns {
    display: flex;
    gap: 20px;
}

.addBannerBtnCouselling {
    color: #fff;
    background: var(--primary-color);
    padding: 16px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.addBannerBtnExplore {
    color: var(--black-color);
    background: #fff;
    border: 1px solid var(--black-color);
    padding: 16px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 15px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ banner css end here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */


/* @@@@@@@@@@@@@@@@@@@@@@@@@ counter css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.addaCounter {
    padding: 50px 0;
}

.addaCounterBox {
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    background: #fff;
    padding: 30px 0;
}

.addaCounterInner h6 span {
    color: var(--primary-color);
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
    font-size: 30px;
}

.addaCounterInner h6 {
    color: var(--black-color);
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
    font-size: 13px;
}

.aboutAddMain {
    box-shadow: 15.07px 15.07px 15.07px 0px #00000040;
    background: #fff;
}
@media screen and (max-width: 500px){
    .aboutAddMain {
    box-shadow: none;
}
}
.aboutAdmissionAddaBigImage {
    padding: 40px 10px 40px 20px;
}

.aboutAdmissionAddaContent {
    padding: 40px 20px;
}

.aboutAdmissionAddaContent h2 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #000;
}

.aboutAdmissionAddaContent h2 span {
    color: var(--secondary-color);
    font-weight: 500;
    margin-left: 10px;
    font-size: 40px;
    font-family: 'Carattere', cursive;
}

.aboutAdmissionAddaContent p {
    font-family: Roboto;
    font-weight: 400;
    line-height: 28px;
    font-size: 15px;
    padding: 10px 0;
    text-align: justify;
}

.aboutAdmissionAddaContent a {
    color: #fff;
    font-family: IBM Plex Sans;
    background: var(--different-yellow-color);
    text-decoration: none;
    font-weight: 700;
    padding: 10px;
}

.aboutAdmissionAddaSmallImages img {
    margin-bottom: 5px;
    height: 70px;
    object-fit: cover;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ counter css end here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@ confused about the right course css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   */
.confused {
    padding: 20px 0;
    background: var(--white-color);
}

.confusedBox {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    height: 210px;
}

.confusedBoxLeft {
    width: 600px;
}

.confusedBoxLeft h3 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: var(--black-color);
}

.confusedBoxLeft h3 span {
    color: var(--secondary-color);
    font-weight: 500;
    margin-left: 10px;
    font-size: 40px;
    font-family: 'Carattere', cursive;
}

.confusedBoxLeft p {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--grey-color);
    padding: 10px 0;
}

.confusedBoxRight {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.confusedBoxRight a {
    background: var(--primary-color);
    border-radius: 8px;
    padding: 10px;
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}


.confusedBoxRight2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.confusedBoxRight2 a {
    background: var(--primary-color);
    border-radius: 8px;
    padding: 10px 12px;
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@ confused about the right course css end here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   */



/* @@@@@@@@@@@@@@@@@@@@@@@@@@ why adda admission is different css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.addaAdmissionDifferent {
    background: #fff;
}

.addaAdmissionDifferentRight img {
    width: 815px;
    height: 115vh;
    object-fit: contain;
}

.addaAdmissionDifferentLeft {
    padding: 30px;
}

.addaAdmissionDifferentLeft h3 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #000;
}

.addaAdmissionDifferentLeft h3 span {
    color: var(--secondary-color);
    font-weight: 500;
    margin-left: 10px;
    font-size: 40px;
    font-family: 'Carattere', cursive;
}

.addaAdmissionDifferentPoints {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #E6E7EB;
    padding: 35px 0 0px 0;
}

.AADPImage img {
    width: 70px;
}

.AADPContent h5 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.AADPContent p {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.AADBtn {
    padding: 50px;
}

.AADBtn a {
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 15px;
    background: var(--primary-color);
    text-decoration: none;
    border-radius: 8px;
    padding: 15px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@ why adda admission is different css end here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@ adda footer start from here Q@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.footer-subscribe {
  max-width: 400px;
  margin-top: 20px;
}

.footer-subscribe h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
   font-family: 'Be Vietnam Pro', sans-serif;
   padding-top: 20px;
}

.footer-subscribe form {
  display: flex;
  gap: 8px;
}

.footer-subscribe input {
  flex: 1;
  padding: 10px;
  border-radius: 5px;
  border: none;
  outline: none;
  font-size: 12px;
   font-family: 'Be Vietnam Pro', sans-serif;
}

.footer-subscribe button {
  padding: 10px 16px;
  background: var(--primary-color);
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
   font-family: 'Be Vietnam Pro', sans-serif;
   font-size: 12px;
}

.footer-subscribe button:hover {
  background: #ffa200;
}

.subscribe-msg {
  margin-top: 8px;
  font-size: 13px;
  color: #90ee90;
}

.AddaFooter {
    /* background: url(../images/footer/footer.png);
    background-repeat: no-repeat;
    background-size: cover; */
    background: #182a6f;
    padding: 30px 0;
}

.AddaFooterInner h5 {
    margin-bottom: 30px;
}

.AddaFooterInner h5 a {
    color: #fff;
    font-size: 27px;
    font-family: Fraunces;
    text-decoration: none;
}

.AddaFooterInner h5 span {
    font-weight: 400;
    font-family: 'Carattere', cursive;
}

.AddaFooterInner h5 img {
    width: 35px !important;
    margin-right: 20px;
}

.AddaFooterInner p {
    font-family: Poppins;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    line-height: 28px;
}

.AddaFooterInner h6 {
    color: #fff;
    font-size: 25px;
    font-family: Fraunces;
    margin-bottom: 38px;
    padding-top: 5px;
}

.AddaFooterInner span a {
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    text-decoration: none;
    font-size: 12px;
}

.AddaFooterInner ul {
    padding: 0 !important;
}

.AddaFooterInner ul li {
    list-style: none;
    padding-bottom: 5px;
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    text-decoration: none;
    font-size: 12px;
}

.AddaFooterInner ul li a {
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    text-decoration: none;
    font-size: 12px;
}
.AddaFooterInner ul li a:hover{
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
    font-weight: 700;
}
.footerSocialIcons {
    padding-top: 0px;
}

.footerSocialIcons img {
    width: 25px;
    margin-right: 10px;
}

.addCopyright {
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
}

.policyLinks {
    text-align: right;
}

.policyLinks a {
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    margin-left: 15px;
}

.getInTouchPoints {
    margin-bottom: 20px;
}

.getInTouchPoints a img {
    width: 18px;
    margin-right: 10px;
}

/* @@@@@@@@@@@@@@@@@@@@@ adda footer end here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ explore top courses css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.ExploreTopCourses {
    background: var(--white-color);
    padding: 30px 0;
    position: relative;
}

.etcLight {
    position: absolute;
    width: 80px;
    left: 15px;
    top: 150px;
}

.etcGroup {
    position: absolute;
    width: 100px;
    right: 15px;
    top: 10px;
}

.etcHeading {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.etcHeadingContent {
    width: 70%;
}

.etcHeading .etcHeadingContent h3 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: var(--grey-color);
}

.etcHeading .etcHeadingContent h3 span {
    font-weight: 400;
    font-family: 'Carattere', cursive;
    color: var(--secondary-color);
    font-size: 38px;
}

.etcHeading .etcHeadingContent p {
    color: #59595A;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 0;
}

.etcHeadingBtn {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.etcHeadingBtn a {
    background: var(--primary-color);
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
    font-size: 14px;
}


.course-card {
    background: #ffffff !important;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: visible;
    position: relative;
    margin-top: 20px;
}

.course-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

.course-body {
    padding: 18px 18px 44px;
}

.course-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.course-tag {
    font-size: 13px;
    color: #6c757d;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
}

.course-rating {
    color: #ff9f0a;
    font-size: 14px;
    white-space: nowrap;
}

.course-title {
    font-size: 17px;
    margin-bottom: 10px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 5px;
}

.course-meta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    /* font-size: 13px; */
    color: #777;
}

.meta-item img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.meta-item span {
    font-family: Poppins;
    color: #ACACAC;
    font-weight: 500;
    font-size: 12px;
}

.course-btn-wrap {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

.course-btn {
    background: linear-gradient(90deg, #EE8220, #FF9500);
    color: #fff !important;
    border-radius: 30px !important;
    padding: 8px 24px !important;
    font-size: 14px !important;
    box-shadow: 0 6px 15px rgba(255, 138, 0, 0.4);
    font-family: Roboto !important;
    font-weight: 500;
}

.course-btn:hover {
    color: #fff;
    opacity: 0.95;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@ EXPLORE TOP COURSES CSS END HERE @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ adda details css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.addaDetails {
    padding: 30px 0;
    background: var(--white-color);
}

.addaDetailsInner {
    padding: 0 30px;
}

.addaDetailsInner h5 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    color: 000;
    font-size: 18px;
    padding: 10px 0;
}

.addaDetailsInner img {
    width: 60px;
    margin: 10px 0;
}

.addaDetailsInner p {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    color: #242424;
    font-size: 14px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ adda details css end here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */



/* @@@@@@@@@@@@@@@@@@@@@ free admission counselling css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@ */
.freeACounselling {
    padding: 30px 0;
    background: #fff;
}

.freeACounselling h2 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 28px;
}

.freeACounselling h2 span {
    font-weight: 500;
    font-family: 'Carattere', cursive;
    color: var(--secondary-color);
    text-decoration: underline;
    font-size: 60px !important;
}

.freeACounselling p {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    padding: 10px 0;
}

.freeACounsellingLeft {
    padding: 20px;
    box-shadow: 0 6px 20px rgba(255, 102, 0, 0.35);
    background: #fff !important;
}

.freeACounsellingLeft h5 {
    text-transform: uppercase;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    color: #242424;
    font-size: 20px;
}

.freeACounsellingLeft p {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    color: #242424;
    font-size: 15px;
}

.freeACounsellingLeft form input,
textarea,
.form-select {
    font-family: 'Be Vietnam Pro', sans-serif;
    background: #ebe8e8 !important;
}

.AdmissionFormButton {
    background: var(--primary-color);
    padding: 12px;
    border-radius: 8px;
    width: 180px;
    margin-top: 20px;
    border: none;
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
}

.freeACounsellingRight {
    padding: 30px;
}

.freeACounsellingRight h5 {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: var(--black-color);
    font-weight: 400;
    font-size: 20px;
}

.freeCRBox {
    display: flex;
    padding-top: 15px;
    gap: 15px;
}

.freeCRBox h6 {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: var(--black-color);
    font-weight: 400;
    font-size: 18px;
}

.freeCRBox p {
    padding: 0 !important;
    font-size: 14px;
}

.freeCRBox img {
    width: 15px;
}

/* @@@@@@@@@@@@@@@@@@@@@@ free admission counselling css end here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */


/* @@@@@@@@@@@@@@@@@@@@@@@@@@ how admission adda works css start from here  @@@@@@@@@@@@@@@@@@@@ */
.admissionAddaWorks {
    padding: 30px 0;
    background: var(--white-color);
}

.admissionAddaWorks h3 {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: var(--black-color);
    font-weight: 400;
    font-size: 27px;
}

.admissionAddaWorks h3 span {
    font-weight: 500;
    font-family: 'Carattere', cursive;
    color: var(--secondary-color);
    font-size: 40px !important;
}

.admissionAddaWorks p {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    color: #242424;
    font-size: 15px;
}

.aAWorksBox {
    padding: 30px;
    background: #fff;
    min-height: 200px;
    border-radius: 12px;
}

.aAWorksBox h6 {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 18px;
}

.aAWorksBox p {
    color: #59595A;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
}

.aAWorksBox img {
    width: 50px;
    margin-bottom: 30px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@ how admission adda works css end @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */



/* @@@@@@@@@@@@@@@@@ search bar css start from here @@@@@@@@@@@@@@@@@@@@@@@@@ */
.HelpBanner {
    padding: 20px 0;
    background: var(--white-color);
}

.helpBannersearch {
    background: url(../images/helpbanner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.helpBannersearch h6 {
    font-family: Poppins;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    padding-bottom: 10px;
}

.searchWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchBox {
    display: flex;
    align-items: center;
    max-width: 500px;
    width: 100%;
    background: #fff;
    border-radius: 50px;
    padding: 6px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.searchBox input {
    border: none;
    outline: none;
    flex: 1;
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 50px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.searchBox button {
    border: none;
    outline: none;
    background: var(--primary-color);
    color: #fff;
    padding: 12px 18px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ search bar css end here @@@@@@@@@@@@@@@@@@@@@@@@@ */




/* @@@@@@@@@@@@@@@@@@@@@@@@@@ faq css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.accordion-button:not(.collapsed) {
    color: var(--secondary-color) !important;
    background: #fff !important;
}

.accordion-button:not(.collapsed)::after {
    color: #fff !important;
    background: #fff !important;
}

.faqAdda {
    padding: 30px 0;
}

.faqAdda h3 {
    font-family: Fraunces;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
    border: 1px solid #ddd;
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.accordion-item {
    border-radius: 12px !important;
    margin: 5px 0;
}

.accordion-button {
    background: var(--secondary-color) !important;
    color: #fff !important;
    font-family: Poppins;
}

.accordion-body {
    font-family: Poppins;
    font-size: 13px;
}

.faqAdda img {
    width: 320px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ faq css end here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */




/* @@@@@@@@@@@@@@@@@@@@@@@@ student suceess stories css start here (sss) @@@@@@@@@@@@@@@@@@@@@@@@@@ */
.sss {
    padding: 30px 0;
    background: #b8dbf6;
}

.sss h3 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 35px;
}

.sss h3 span {
    color: var(--secondary-color);
    font-size: 30px;
    font-weight: 400;
}

.sss p {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

/* Dots container */
.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

/* Single dot */
.testimonial-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #111;
    display: block;
    border-radius: 50%;
    margin: 0 6px;
    transition: all 0.3s ease;
}

/* Active dot */
.testimonial-carousel .owl-dot.active span {
    background: var(--secondary-color); 
    transform: scale(1.3);
}


.testimonial-section {
    padding: 60px 0;
    background: #f9f9f9;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.testimonial-card {
    /* background: #dbedfb; */
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 100%;
}

/* top small image */
.top-icon img {
    width: 35px !important;
    margin-bottom: 15px;
}

/* review text */
.review {
    font-size: 14px;
    color: var(--black-color);
    line-height: 1.6;
    margin-bottom: 25px;
}

/* bottom section */
.testimonial-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

/* user info */
.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-info img {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    object-fit: cover;
}

.user-info h5 {
    margin: 0;
    font-size: 16px;
    font-family: Poppins;
}

.user-info span {
    font-size: 13px;
    color: #777;
    font-family: Poppins;
}

/* rating stars */
.rating i {
    color: #ffc107;
    font-size: 14px;
}

.testLeft {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.testimonial-bottom {
    z-index: 2;
}

.testiLeftImg {
    position: absolute;
    bottom: -30px;
    width: 160px !important;
    left: -20px;
    z-index: 5;
    pointer-events: none;
}

.sss .owl-stage-outer {
    overflow: hidden;
}

.card-wrap {
    position: relative;
    overflow: visible;
}

.sss .owl-item {
    overflow: visible;
}

.testimonial-card>*:not(.testiLeftImg):not(.testiRightImg) {
    position: relative;
    z-index: 6;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@ student success stories end here (sss) @@@@@@@@@@@@@@@@@@@@@@@@ */




/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@ first step css start from here @@@@@@@@@@@@@@@@@@@@@@@@@ */
.firstStep {
    padding-top: 50px;
    background: var(--white-color);
}

.firstStepLeft h6 {
    font-family: Fraunces;
    color: #000;
    font-weight: 600;
    font-size: 10px;
    padding-bottom: 30px;
}

.firstStepLeft h3 {
    font-family: Fraunces;
    color: #000;
    font-weight: 600;
    font-size: 38px;
}

.firstStepLeft h3 span {
    color: #BE6F01;
    font-size: 45px;
}

.firstStepLeft p {
    color: #000;
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    width: 500px;
}

.firstStepLeft .firstStepPoints {
    display: flex;
    gap: 20px;
    width: 100%;
}

.firstStepLeft .firstStepPoints div {
    width: 20%;
    padding: 10px 0;
}

.firstStepLeft .firstStepPoints div h5 {
    color: #000;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
}

.firstStepLeft .firstStepPoints div p {
    color: #000;
    font-family: Poppins;
    font-weight: 400;
    font-size: 11px;
}

.firstStepLeft a {
    color: #fff;
    background: var(--primary-color);
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 13px;
}

.firstStepRight img {
    width: 400px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ FIRST STEP CSS END HERE @@@@@@@@@@@@@@@@@@@@@@@@@@@@ */


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ join india css start from here @@@@@@@@@@@@@@@@@@@@@@ */
.joinIndia {
    background: #eef4fe;
    padding: 30px 0;
}

.indiaTrustImg {
    width: 100%;
}

.joinIndia h3 {
    font-family: Fraunces;
    font-weight: 600;
    color: #000;
    font-size: 30px;
}

.joinIndia h3 span {
    color: var(--secondary-color);
    font-size: 38px;
    font-weight: 400;
}

.joinIndia p {
    font-family: Poppins;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    padding: 10px 0;
}

.joinFirstMainBox {
    background: #fff;
    /* width: 300px; */
    align-items: center;
    text-align: center;
    /* display: flex; */
    width: 300px;
    margin: 0 auto;
    justify-content: center;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.JoinIndiaBox h6 img {
    width: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.JoinIndiaBox h6 {
    font-family: Poppins;
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.joinRow {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

/* images wrapper */
.joinImages {
    align-items: center;
}

/* small images */
.joinImages img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    margin-left: -8px;
    /* overlap effect */
}

.joinImages img:first-child {
    margin-left: 0;
}

/* text */
.joinContent p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    font-family: Poppins;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ join india css end here @@@@@@@@@@@@@@@@@@@@@@ */



/* @@@@@@@@@@@@@@@@ why choose Admission Adda css start from here @@@@@@@@@@@@@@@@@@@@ */


.WhyChooseAdda {
    background: var(--white-color);
    padding: 50px 0;
}


.chooseAddaHeadingMain {
    display: flex;
    width: 100%;
}

.chooseForHeading {
    width: 70%;
}

.chhoseforButton {
    align-items: end;
    width: 30%;
    text-align: end;
    margin-top: 20px;
}

.chhoseforButton a {
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 13px;
    text-decoration: none;
    padding: 10px;
    border-radius: 8px;
}

.chooseForHeading h3 {
    font-weight: 600;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #000;
}

.chooseForHeading h3 span {
    font-weight: 400;
    font-size: 32px;
    color: var(--secondary-color);
}

.chooseForHeading p {
    color: #59595A;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
}


/* Main section */
.expertCouselling {
    position: relative;
}

/* Wrapper */
.expert-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* IMAGE CONTAINER */
.expert-image {
    position: relative;
    /* IMPORTANT */
    width: 100%;
}

#expertImg {
    margin-bottom: 20px;
    width: 600px;
    border-radius: 0 !important;
}

.image-title {
    position: absolute;
    padding: 15px;
    bottom: 30px;
    color: #fff;
    font-family: Roboto;
    font-weight: 700;
}

/* IMAGE */
.expert-image img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

#expertHeading {
    font-family: Roboto;
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 400;
}

#expertText {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    color: 000;
    line-height: 28px;
}

/* COMMON NAV BUTTON */
.expert-image .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    z-index: 5;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* PREV – image ke LEFT bahar */
.expert-image .nav.prev {
    left: -55px;
}

/* NEXT – image ke RIGHT bahar */
.expert-image .nav.next {
    right: -55px;
}

.expert-content {
    padding-left: 50px !important;
}

/* Hover effect (optional but recommended) */
.expert-image .nav:hover {
    background: var(--primary-color);
    transform: translateY(-50%) scale(1.1);
}



.whyCrouselChoose .why-slide {
    position: relative;
    /* border-radius: 15px; */
    overflow: hidden;
}

.why-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* TEXT OVER IMAGE */
.slide-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    /*    background: rgba(0,0,0,0.6); */
    /* padding: 15px 25px; */
    border-radius: 10px;
    color: #fff;
}

.slide-content h4 {
    font-size: 12px;
    margin-bottom: 5px;
    font-family: Roboto;
    font-weight: 600;
}

.slide-content p {
    font-size: 14px;
    margin: 0;
}

/* DOTS */
/* .whyCrouselChoose .owl-dots {
    margin-top: 20px;
    width: 20px !important;
    height: 20px !important
}

.whyCrouselChoose .owl-dot span {
    background: #bbb !important;
}

.whyCrouselChoose .owl-dot.active span {
    background: #ff5722 !important;
} */

/* Dots container */
/* Pehle sab dots hide */
.whyCrouselChoose .owl-dots .owl-dot {
    display: none !important;
}

/* Sirf pehle 3 dots show */
.whyCrouselChoose .owl-dots .owl-dot:nth-child(-n+3) {
    display: inline-flex !important;
}

/* Dots wrapper */
.whyCrouselChoose .owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 25px;
}

/* Normal dot */
.whyCrouselChoose .owl-dot span {
    width: 6px;
    height: 6px;
    background: #000 !important;
    display: block;
    border-radius: 50%;
    margin: 0 6px;
    transition: all 0.3s ease;
}

/* Active dot */
.whyCrouselChoose .owl-dot.active span {
    background: var(--primary-color) !important;
    transform: scale(1.4);
}





/* @@@@@@@@@@@@@@@@@@@@ why choose admission adda css end here @@@@@@@@@@@@@@@@@@@@@@  */



/* @@@@@@@@@@@@@@@@@ sooner section css start from here @@@@@@@@@@@@@@@@@@@@ */
.sooner {
    padding-top: 40px;
    padding-bottom: 20px;
    background: var(--white-color);
}

.soonerBox {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
}

.soonerBoxLeft h3 {
    padding-top: 15px;
}

.soonerBoxLeft h3 span {
    color: var(--secondary-color);
    font-size: 38px;
}

.soonerBoxLeft p {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #333;
    font-size: 14px;
    padding-top: 10px;
    font-weight: 400;
}

.soonerBoxLeft p strong {
    color: #000;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
}

.soonerBoxRight {
    text-align: end !important;
    display: flex;
    justify-content: center;
    min-height: 100%;
    align-items: center;
}

.soonerBoxRight a {
    color: #fff;
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    background: var(--primary-color);
    border-radius: 8px;
    padding: 10px;
    text-decoration: none;

}

/* @@@@@@@@@@@@@@@@@@@@@ sooner section css end here @@@@@@@@@@@@@@@@@@@@@@@ */



/* @@@@@@@@@@@@@@@@@ exam update css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.popularExam {
    padding: 30px 0;
    background: var(--white-color);
}
.newTabLink{
    font-size: 12px !important;
    font-weight: 600 !important;
    color: var(--black-color) !important;
     font-family: 'Be Vietnam Pro', sans-serif;
     font-weight: 600;
     margin-right: 20px;
}

.nav-tabs .nav-link.active {
    background: var(--primary-color) !important;
    color: #fff !important;
}
.popularExamHeading h3 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 27px;
    font-weight: 600;
}

.popularExamHeading h3 span {
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 35px;
}

.popularExamHeading p {
    font-size: 14px;
    color: #59595A;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
}

.popularExamButton {
    text-align: end;
}

.popularExamButton a {
    background: var(--primary-color);
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    font-family: Poppins;
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
}




/* =========================
   HORIZONTAL SCROLL TABS
========================= */
.custom-tabs {
  position: relative;
  z-index: 10;
}

.custom-tabs button {
  pointer-events: auto;
}

.custom-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 12px;
    border-bottom: none;
    padding: 10px 5px 15px;
    width: 100%;
    box-sizing: border-box;
}

#myTab {
    background: none;
    box-shadow: none;
    border: none;
}

/* Scrollbar hide */
.custom-tabs::-webkit-scrollbar {
    display: none;
}

.custom-tabs {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.custom-tabs .nav-item {
    flex: 0 0 auto;
}

.custom-tabs .nav-link {
    white-space: nowrap;
    border: none;
    background: #f2f2f2;
    padding: 12px 24px;
    font-weight: 500;
    color: #000;
    border-radius: 8px;
    transition: 0.3s;
    margin: 0 30px;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 17px;
}

.custom-tabs .nav-link:hover {
    background: #e6e6e6;
}

.custom-tabs .nav-link.active {
    background: var(--primary-color) !important;
    color: #fff !important;
}

/* Desktop center alignment */
@media (min-width: 992px) {
    .custom-tabs {
        justify-content: center;
        overflow-x: visible;
    }
}

/* =========================
   CARDS
========================= */

.custom-card {
    /* background: #fff; */
    /* border-radius: 12px; */
    padding: 15px;
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); */
    height: 100%;
}

.custom-card img {
    width: 100%;
    /* border-radius: 10px; */
    margin-bottom: 15px;
}

.custom-card h5 {
    font-size: 18px;
    font-weight: 400;
    font-family: Roboto;
    color: #000;
}

.custom-card p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.custom-card a {
    text-decoration: none;
    font-weight: 500;
    color: #000;
    font-family: Roboto;
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
    text-underline-offset: 10px;
    font-size: 13px;
}

/* =========================
   SECTION FIX
========================= */

.popularExam {
    position: relative;
    overflow: hidden;
}

.popularExam .nav-tabs {
    position: static !important;
    margin-top: 30px;
}


/* @@@@@@@@@@@@@@@@@@@@ exam update css end here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */



/* @@@@@@@@@@@@@@@@@@@@@@@@@@ infrastructure css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@ */
.infra-btn-wrap{
  display: flex;
  justify-content: flex-end;
}
.InfraViewAllBtn{
    padding: 10px 15px;
    color: #fff;
    background: var(--primary-color);
    border-radius: 8px;
     font-family: 'Be Vietnam Pro', sans-serif;
     text-decoration: none;
     font-size: 12px;
}
.infrastructure {
    padding: 60px 0;
    background: #f9f9f9;
}

.infrastructure-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px;
}

.infra-tab {
    padding: 10px 18px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    font-family: Outfit;
}

.infra-tab.active {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--different-yellow-color);
}

.infra-content {
    display: none;
}

.infra-content.active {
    display: block;
}

.infra-overlap-card {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 14px;
    padding: 90px 30px 30px;
    margin-top: 100px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* IMAGE GRID */
.infra-overlap-images {
    position: absolute;
    top: -70px;
    left: 30px;
    right: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.infra-overlap-images img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #333;

}





/* CONTENT ROW */
.infra-text-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    position: relative;
}
.infra-nav-btn.prev{
    position: absolute;
    top: -100px !important;
    left: -20px;
}
.infra-nav-btn.next{
    position: absolute;
    top: -100px !important;
    right: -20px;
}

/* TEXT */
.infra-text {
    max-width: 100%;
    width: 100%;
}

.infra-text h3 {
    color: #1A1A1A;
    font-family: Raleway;
    font-weight: 700;
    font-size: 27px;
}

.infra-text p {
    color: #4C4C4D;
    font-family: Outfit;
    font-weight: 500;
    font-size: 15px;
}

/* NAV BUTTONS */
.infra-content-nav {
    display: flex;
    gap: 10px;
}

.infra-nav-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.infra-nav-btn:hover {
    background: #ff7a00;
    color: #fff;
}



/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ infrastructure end here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */





/* about us page css start from here  */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@ about us banner css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.AboutPageBanner {
    padding: 50px 0;
    background: var(--white-color);
    border-bottom: 1px solid #ddd;
}

.aboutPageBannerLeft {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.aboutPageBannerLeft h1 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.aboutPageBannerLeft h1 span {
    font-size: 40px;
    color: var(--secondary-color);
    font-weight: 400;
    font-family: 'Carattere', cursive;
}

.aboutPageBannerLeft p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.aboutPageBannerRight .yellowPara {
    color: var(--primary-color);
}

.aboutPageBannerRight p {
    color: #59595A;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
}



/* contact us page css start from here  */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@ contact us form section css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.contactFormSection {
    padding: 30px 0;
    background: var(--white-color);
}

.contactFormSectionBox {
    background: #fff;
    padding: 30px;
}

.contactFormSectionBoxRight {}

.contactDetails {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 25px;
}

.contactDetails i {
    color: var(--primary-color);
    font-size: 20px;
}

.contactDetails a {
    color: #59595A;
    padding: 10px 0;
    text-decoration: none;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
}

.SocialIconsForForm a {
    margin-right: 10px;
    background: var(--primary-color);
    padding: 12px 10px;
    border-radius: 50px;
}

.SocialIconsForForm a i {
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 13px;
}

.contactDetails p {
    color: #59595A;
    padding-top: 20px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
}



/* engineering page css start from here */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ engineering banner @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.engineeringBaneer {
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.3)), url(../images/engineering-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb-item {
    color: #fff !important;
    font-size: 20px;
    font-family: Roboto;
}

.breadcrumb-item a {
    color: var(--primary-color);
    text-decoration: none;
    font-family: Roboto;
}

.engineeringBaneer {
    --bs-breadcrumb-divider: '>';
}

.engineeringBaneer .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    font-weight: 600;
}


.simple-card-img img {
    width: 100%;
}

.simple-course-card {
    display: block;
    text-decoration: none;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    min-height: 350px;
}

.simple-course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.15);
}

.simple-card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.simple-card-body {
    padding: 18px;
    text-align: center;
}

.simple-card-body h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    font-family: Roboto;
    padding: 10px 0;
}

.simple-card-body p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--black-color);
    font-family: Roboto;
}

.AllCourseCard {
    padding: 20px 0;
}



/* ui/ux designer  */

/* @@@@@@@@@@@@@@@@@@@@@@@@ ui / ux designer section @@@@@@@@@@@@@@@@@@@@@@@@ */
.courseBannerEngineering {
    padding: 30px 0;
    background: var(--white-color);
}

.pdpMain {
    background: var(--white-color);
    padding: 20px 0;
}

.lesson-card {
    background: #fff !important;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    /* max-width: 520px; */
    font-family: 'Inter', sans-serif;
}

/* Main Heading */
.card-main-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #262626;
    font-family: 'Be Vietnam Pro', sans-serif;
}

/* Lesson Row */
.lesson-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 18px;
    border-radius: 12px;
    background: #f9f9f9;
    margin-bottom: 14px;
    transition: all 0.3s ease;
}

.lesson-row:hover {
    background: #f1f1f1;
}

/* Active Lesson */
.lesson-row.active {
    background: #fff7ec;
    border: 1px solid #ff9500;
}

/* Left Content */
.lesson-left h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #333333;
    font-family: 'Be Vietnam Pro', sans-serif;


}

.lesson-left span {
    font-size: 11px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
    color: #59595A;

}

/* Right Time */
.lesson-time {
    font-size: 11px;
    padding: 6px 12px;
    border-radius: 8px;
    background: #f1f1f1;
    color: #59595A;
    white-space: nowrap;
    font-family: 'Be Vietnam Pro', sans-serif;
}

/* Highlight Time */
.lesson-time.highlight {
    background: #ffe3bf;
    color: #ff9500;
    font-weight: 600;
}

.lesson-card .pointspan {
    color: #000;
    font-size: 40px;
    font-family: Roboto;
    font-weight: 700;
    text-align: right;
    display: block;
}




/* colleges page css start from here  */
.CollegeInnerButton{
    color: #fff;
     font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 13px;
    background: var(--primary-color);
    padding: 10px 15px;
    border-radius: 8px;
    text-decoration: none;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@ colleges banner sction css @@@@@@@@@@@@@@@@@@@ */
.mobile-filter-bar{
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 999;
}

.mobile-filter-btn{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: #000;
  color: #fff;
  font-size: 18px;
}



.college-hero {
    background: linear-gradient(90deg, #0b0b0b, #222);
    color: #fff;
    padding: 100px 0;
}

.college-hero h1 {
    font-size: 42px;
    margin-bottom: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
}

.college-hero p {
    font-size: 16px;
    margin-bottom: 30px;
    opacity: 0.9;
    font-family: 'Be Vietnam Pro', sans-serif;
}

/* ===============================
   2. QUICK INFO BAR
================================ */
.college-info-bar {
    margin-top: -40px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    background: #ddd;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.info-grid strong {
    display: block;
    font-size: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.info-grid p {
    margin: 5px 0 0;
    font-weight: 400;
    font-family: 'Be Vietnam Pro', sans-serif;
}

/* ===============================
   3. COLLEGE OVERVIEW
================================ */
.college-overview {
    background: #f9f9f9;
    padding: 30px 0;
}

.college-overview h2 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 28px;
    color: var(--black-color);
    font-weight: 600;
}

.college-overview p {
    max-width: 900px;
    font-size: 15px;
    color: var(--grey-color);
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
}

/* ===============================
   4. COURSES OFFERED
================================ */
.college-courses {
    background: var(--white-color);
    Padding: 30px 0;
}

.college-courses h2 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 23px;
}

.course-card2 {
    background: var(--primary-color);
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    transition: 0.3s;
    text-align: center;
    color: #fff;
    font-family: Roboto;
    font-weight: 600;
}

.course-card2:hover {
    transform: translateY(-6px);
}

.course-card2 h4 {
    font-size: 20px;
    color: #fff;
    font-family: Roboto;
}

/* ===============================
   5. ELIGIBILITY & FEES
================================ */
.eligibility-fees {
    background: var(--white-color);
    padding: 20px 0;
}

.eligibility-fees h3 {
    color: #000;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
    font-size: 21px;
}

.eligibility-fees p {
    color: var(--grey-color);
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.eligibility-fees ul {
    padding-left: 18px;
}

.eligibility-fees li {
    margin-bottom: 8px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

/* ===============================
   6. ADMISSION PROCESS
================================ */
.admission-process {
    background: #0b0b0b;
    color: #fff;
    padding: 30px 0;
}

.admission-process h2 {
    color: var(--primary-color);
    font-family: 'Carattere', cursive;
    font-weight: 500;
    font-size: 35px;
}


.admission-process .steps {
    margin-top: 30px;
    font-size: 20px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
}

.admission-process span {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-weight: 700;
    margin: 0 5px;
}

/* ===============================
   7. PLACEMENTS
================================ */
.placements {
    background: var(--white-color);
    padding: 30px 0;
}

.placements h2 {
    color: #000;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
    font-size: 25px;
    padding: 10px 0;
}

.placements .col-lg-3 {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.658);
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

/* ===============================
   8. FACILITIES
================================ */
.facilities ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    list-style: none;
    padding: 0;
}

.facilities li {
    background: var(--white-color);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .07);
    font-weight: 500;
}

/* ===============================
   9. REVIEWS
================================ */
.reviews {
    /* background: var(--white-color); */
    background: linear-gradient(rgba(0, 0, 0, 0.65),
            rgba(0, 0, 0, 0.65)), url(../images/review-background-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 30px 0;
}

.reviews h2 {
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 25px;
    padding: 10px 0;
}

.reviews p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.btn-primary {
    background: var(--primary-color);
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    font-family: Roboto;
}

.btn-primary:hover {
    background: #e6b800;
    color: #000;
    font-family: Roboto;
}

.btn-outline {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 11px 28px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 10px;
    font-family: Roboto;
}

.btn-outline:hover {
    background: var(--primary-color);
    color: #000;
    font-family: Roboto;
}



/* DESKTOP / TAB – FIX FILTER SIDEBAR */
@media (min-width: 992px) {

  .filter-sidebar{
    position: sticky;
    top: 80px;                 /* header ke niche */
    /* height: calc(100vh - 100px); */
    overflow-y: auto;
    padding-right: 10px;
  }

}
#collegeCards a{
    text-decoration: none;
    color:  var(--black-color);
}
/* RIGHT SIDE CARDS SCROLL */
@media (min-width: 992px){

  #collegeCards{
    max-height: calc(150vh - 80px);
    overflow-y: auto;
    padding-right: 10px;
  }

}

/* MOBILE – SIDE SLIDE PANEL (already working) */
@media (max-width: 991px){

  .mobile-filter-panel{
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    height: 100vh;
    background: #fff;
    z-index: 999;
    transition: 0.3s ease;
    overflow-y: auto;
  }

  .mobile-filter-panel.active{
    left: 0;
  }

}

/* for filter buttons activate and reset  */
.filter-actions{
  position: sticky;
  bottom: 0;
  display: flex;
  gap: 10px;
  padding: 12px;
  /* background: #fff; */
  border-top: 1px solid #ddd;
  z-index: 5;
}

.filter-actions button{
  flex: 1;
  padding: 10px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.filter-reset-btn{
  background: #f1f1f1;
  color: #000;
   font-family: 'Be Vietnam Pro', sans-serif;
   padding: 10px;
   font-size: 12px;
}

.filter-apply-btn{
  background: #000;
  color: #fff;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 12px;
}



/* counselling page css start from here  */

.counselling-banner {
    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.55) 50%,
            rgba(0, 0, 0, 0.15) 100%),
        url("../images/conselling-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 110px 0;
}

.counselling-banner .badge {
    background: var(--primary-color);
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.counselling-banner h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.counselling-banner p {
    font-size: 15px;
    opacity: 0.9;
    max-width: 550px;
    margin-bottom: 30px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.banner-btns a {
    margin-right: 12px;
}

/* ===== RIGHT FORM CARD ===== */
.banner-card {
    background: #fff;
    color: #000;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

.banner-card h4 {
    text-align: center;
    margin-bottom: 18px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
}

.banner-card input,
.banner-card select {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 15px;
}

.banner-card button {
    width: 100%;
    background: var(--primary-color);
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
}

.banner-card button:hover {
    background: #e6b800;
}




.counselling-why {
    padding: 50px 0;
    background: #fffaf0;
}

.why-content .sub-heading {
    color: #f4b400;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.why-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin: 15px 0;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.why-content h2 span {
    color: var(--secondary-color);
    font-weight: 400;
}

.why-content p {
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
}

.why-points {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.why-points li {
    font-size: 15px;
    color: #222;
    margin-bottom: 12px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
}

.why-btn {
    display: inline-block;
    background: var(--primary-color);
    color: #000;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.why-btn:hover {
    background: #000;
    color: #fff;
}

.why-image img {
    width: 100%;
    border-radius: 12px;
}






.counselling-process {
    padding: 30px 0;
    background: var(--white-color);
}

.process-subheading {
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.counselling-process h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.counselling-process h2 span {
    color: var(--secondary-color);
    font-weight: 400;
    font-size: 38px;
}

.process-para {
    max-width: 650px;
    margin: 0 auto;
    color: #666;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 15px;
}

.process-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    transition: 0.3s;
    height: 100%;
}

.process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.process-card i {
    width: 70px;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.process-card h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.process-card p {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.process-card .step {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f4b400;
    color: #000;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 14px;
}






.mini-counselling-cta {
    background: var(--grey-color);
    padding: 35px 0;
}

.mini-counselling-cta h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.mini-counselling-cta p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
    max-width: 400px;
    padding-top: 10px;
}

.mini-cta-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 12px 22px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.mini-cta-btn:hover {
    background: #fff;
    color: #000;
}






/* faqs page css start from here  */
/* Remove default arrow */
.accordion-button::after {
    display: none !important;
}

/* Button base */
.accordion-button {
    position: relative;
    padding-right: 60px;
}

/* PLUS sign */
.accordion-button::before {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

/* MINUS sign when open */
.accordion-button:not(.collapsed)::before {
    content: "−";
    color: var(--secondary-color);
}

.faq-banner {
    background: linear-gradient(135deg, #fff8e1, #ffffff);
    padding: 90px 0 70px;
}

.faq-banner-content .faq-tag {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;

}

.faq-banner-content h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.faq-banner-content h1 span {
    color: var(--secondary-color);
    font-weight: 400;
}

.faq-banner-content p {
    font-size: 16px;
    color: #555;
    max-width: 520px;
    margin-bottom: 30px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.faq-search {
    display: flex;
    max-width: 450px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.faq-search input {
    flex: 1;
    border: none;
    padding: 14px 20px;
    outline: none;
    font-size: 14px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.faq-search button {
    background: var(--primary-color);
    border: none;
    padding: 0 22px;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.faq-search button i {
    color: #000;
}

.faq-banner-image img {
    width: 100%;
}




.faq-intro {
    padding: 50px 0;
    background: var(--white-color);
}

.faq-intro h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.faq-intro h2 span {
    color: var(--secondary-color);
    font-weight: 400;
    font-size: 38px;
}

.faq-intro p {
    font-size: 15px;
    color: #666;
    max-width: 650px;
    margin: 0 auto 20px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.faq-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.faq-tags span {
    background: var(--primary-color);
    color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.faq-tags span:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}







/* privacy policy page css start from here  */
.policy-banner {
    background: var(--grey-color);
    padding: 70px 0 50px;
    text-align: center;
}

.policy-banner h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.policy-banner p {
    color: #fff;
    font-size: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
}





.policy-content {
    padding: 50px 0;
    background: #ffffff;
}

.policy-box {
    margin: auto;
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
}

.policy-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 10px;
    color: #111;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
}

.policy-box ul {
    padding-left: 18px;
    margin-bottom: 15px;
}

.policy-box ul li {
    margin-bottom: 8px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
}

.policy-box p {
    margin-bottom: 12px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
}

.policy-box p strong {
    font-family: 'Be Vietnam Pro', sans-serif;
}




/* terms and conditions page css start from here  */
.terms-banner {
    background: var(--grey-color);
    padding: 70px 0 50px;
    text-align: center;
}

.terms-banner h1 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 8px;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #fff;

}

.terms-banner p {
    color: #fff;
    font-size: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
}





.terms-content {
    padding: 50px 0;
    background: #ffffff;
}

.terms-box {
    margin: auto;
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.terms-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 12px;
    color: #111;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.terms-box ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.terms-box ul li {
    margin-bottom: 8px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
}

.terms-box p {
    margin-bottom: 14px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
}

.terms-box p strong {
    font-family: 'Be Vietnam Pro', sans-serif;
}







.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-box {
  background: #fff;
  padding: 25px;
  width: 90%;
  max-width: 420px;
  border-radius: 10px;
  position: relative;
}

.popup-box h3 {
  text-align: center;
  margin-bottom: 15px;
   font-family: 'Be Vietnam Pro', sans-serif;
   font-size: 18px;
   font-weight: 700;
}

.popup-box input,
.popup-box textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
   font-family: 'Be Vietnam Pro', sans-serif;
}

.popup-box button {
  width: 100%;
  padding: 12px;
  background: var(--primary-color);
  border: none;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
   font-family: 'Be Vietnam Pro', sans-serif;
   color: #fff;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  background: var(--primary-color);
  color: #fff;
  width: 30px;
  height: 30px;
   font-family: 'Be Vietnam Pro', sans-serif;
   text-align: center;
   border-radius: 50px;
}



/* All universities  page css start from here */
.AllUniversityBanner{
    background:
    linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("../images/all-univcersity-banner.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    height: 220px;
     display: flex;
   justify-content: center;
   align-items: center;
   margin: 0 auto;
}
.AllUniversityBanner h1{
    font-family: 'Be Vietnam Pro', sans-serif;
   text-align: center;
   font-size: 40px;
   color: #fff;
   font-weight: 600;
  
}


.EngineeringCollegeBanner{
    background:
    linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("../images/engineering-college-banner.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    height: 220px;
     display: flex;
   justify-content: center;
   align-items: center;
   margin: 0 auto;
}
.EngineeringCollegeBanner h1{
    font-family: 'Be Vietnam Pro', sans-serif;
   text-align: center;
   font-size: 40px;
   color: #fff;
   font-weight: 600;
  
}

.medicalCollegeBanner{
    background:
    linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("../images/medical-college-banner.webp");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    height: 220px;
     display: flex;
   justify-content: center;
   align-items: center;
   margin: 0 auto;
}
.medicalCollegeBanner h1{
    font-family: 'Be Vietnam Pro', sans-serif;
   text-align: center;
   font-size: 40px;
   color: #fff;
   font-weight: 600;
  
}



.managementInstituteBanner{
    background:
    linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("../images/management-institute-banner.avif");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    height: 220px;
     display: flex;
   justify-content: center;
   align-items: center;
   margin: 0 auto;
}
.managementInstituteBanner h1{
    font-family: 'Be Vietnam Pro', sans-serif;
   text-align: center;
   font-size: 40px;
   color: #fff;
   font-weight: 600;
  
}
.deemedBanner{
    background:
    linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("../images/deemed-university-banner.avif");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    height: 220px;
     display: flex;
   justify-content: center;
   align-items: center;
   margin: 0 auto;
}
.deemedBanner h1{
    font-family: 'Be Vietnam Pro', sans-serif;
   text-align: center;
   font-size: 40px;
   color: #fff;
   font-weight: 600;
  
}






/* responsive for mobile  */

@media screen and (max-width: 500px){
    .exam-section {
    padding: 20px 0 0px !important;
}
    .exam-banner {
    padding: 27px 0 !important;
}
.exam-banner h1 {
    font-size: 25px !important;
}
.exam-banner p {
    font-size: 13px !important;
}
.exam-section h2 {
    font-size: 22px !important;
    margin-bottom: 10px !important;
}
.exam-section p {
    font-size: 13px !important;
    line-height: 1.8;
}
.exam-list li {
    margin-bottom: 7px !important;
    font-size: 13px !important;
}
    .course-btn-wrap {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}
.AddaBannerLeft img {
    width: 100%;
    height: 340px;
}
.headerAdda {
    margin-left: 12px;
    margin-right: 12px;
    padding: 8px 0;
}
.navbar {
    height: 60px;
}
.AddaBannerRight {
    padding-top: 20px;
}
.AddaBannerRight h6 {
    font-size: 15px;
}
.AddaBannerRight h1 {
    font-size: 26px;
    padding: 5px 0;
}
.AddaBannerRight p {
    font-size: 13px;
    line-height: 22px;
}
.addBannerBtnCouselling {
    padding: 20px;
    font-size: 11px;
}
.addBannerBtnExplore {
    padding: 20px;
    font-size: 11px;
}
.addaCounter {
    padding: 25px 0;
}
.addaCounterInner h6 span {
    font-size: 20px;
}
.addaCounterBox {
    padding: 15px 0;
}
.aboutAdmissionAddaBigImage {
    padding: 5px 10px 10px 0px;
}
.aboutAdmissionAddaContent h2 {
    font-size: 22px;
}
.aboutAdmissionAddaContent p {
    line-height: 18px;
    font-size: 12px;
    padding: 0px 0;
}
.chooseForHeading p {
    font-size: 12px;
}
.chhoseforButton a {
    font-size: 10px;
    padding: 10px;
}
#expertImg {
    width: 100%;
    max-width: 100%;
}

.expert-image .nav.prev {
    left: 0;
}
.expert-image .nav.next {
    right: 0;
}
.expert-image {
    margin-left: 0;
    margin-top: 20px;
}
.expert-content {
    padding-left: 15px !important;
}
.expert-image .nav {
    width: 40px;
    height: 40px;
    font-size: 16px;
}
.WhyChooseAdda{
    padding-top: 30px;
    padding-bottom: 0;
}
.why-slide img {
    height: 105px;
}
.infrastructure-tabs {
    gap: 7px;
    font-size: 7px;
    margin-bottom: 20px;
}
.infrastructure p{
    font-size: 11px;
}
.infra-overlap-images img {
    height: 100px;
}
.infra-text h3 {
    font-size: 17px;
}
.infra-overlap-card {
    padding: 60px 30px 5px;
}
.soonerBoxLeft h3 span {
    font-size: 25px;
}
.soonerBoxLeft p {
    font-size: 10px;
    padding-top: 10px;
}
.soonerBox {
    padding: 15px;
}
.soonerBoxRight a {
    font-size: 12px;
}
.popularExam {
    padding: 10px 0;
}
.popularExamHeading h3 {
    font-size: 24px;
}
.popularExamHeading h3 span {
    font-size: 24px;
}
.popularExamHeading p {
    font-size: 12px;
}
.popularExam .nav-tabs {
    margin-top: 25px;
}
.custom-card h5 {
    font-size: 16px;
}
.custom-card p {
    font-size: 12px;
}
.custom-card{
    padding: 0 10px;
}
.sss h3 {
    font-size: 20px;
}
.sss p {
    font-size: 12px;
}
.top-icon img {
    width: 25px !important;
}
.helpBannersearch {
    padding: 20px;
}
.helpBannersearch h6 {
    font-size: 18px;
}
.faqAdda h3 {
    font-size: 18px;
}
.joinIndia h3 {
    font-size: 20px;
}
.joinIndia h3 span {
    font-size: 30px;
}
.joinIndia p {
    font-size: 12px;
}
.joinIndia {
    padding: 20px 0;
}
.firstStep {
    padding-top: 25px;
}
.firstStepLeft h3 {
    font-size: 20px;
}
.firstStepLeft h3 span {
    font-size: 35px;
}
.firstStepLeft p {
    font-size: 12px;
    width: 100%;
}
.firstStepLeft .firstStepPoints div h5 {
    font-size: 13px;
}
.firstStepLeft .firstStepPoints div p {
    font-size: 10px;
}
.firstStepRight img {
    width: 150px;
    display: none;
}
.freeACounselling h2 {
    font-size: 20px;
}
.freeACounselling h2 span {
    font-size: 33px !important;
}
.freeACounselling {
    padding: 20px 0;
}
.freeACounselling p {
    font-size: 12px;
}
.freeACounsellingLeft h5 {
    font-size: 15px;
}
.freeACounsellingRight h5 {
    font-size: 18px;
}
.freeCRBox h6 {
    font-size: 15px;
}
.freeCRBox {
    padding-top: 5px;
}
.freeACounsellingRight {
    padding: 15px;
}
.addaDetails {
    padding: 15px 0;
}
.addaDetailsInner img {
    width: 45px;
}
.addaDetailsInner h5 {
    font-size: 16px;
    padding: 10px 0 5px;
}
.confusedBoxLeft h3 {
    font-size: 14px;
}
.confusedBoxLeft h3 span {
    font-size: 18px;
}
.confusedBoxLeft p {
    font-size: 13px;
    max-width: 300px;
}
.confusedBoxRight a {
    font-size: 13px;
}
.confusedBox {
    padding: 15px;
    height: auto;
    min-height: 240px;
}
.addaAdmissionDifferentLeft {
    padding: 20px;
}
.addaAdmissionDifferentLeft h3 {
    font-size: 20px;
}
.addaAdmissionDifferentLeft h3 span {
    font-size: 26px;
}
.AADPImage img {
    width: 45px !important;
}
.AADPContent h5 {
    font-size: 17px;
}
.AADPContent p {
    font-size: 11px;
}
.addaAdmissionDifferentPoints {
    padding: 15px 0 0px 0;
}
.AADBtn {
    padding: 25px;
}
.AADBtn a {
    font-size: 12px;
}
.addaAdmissionDifferentRight img {
    display: none;
}
.aboutAdmissionAddaContent h2 span {
    font-size: 35px;
}
.aboutAdmissionAddaContent {
    padding: 10px 10px 20px;
}
.chooseAddaHeadingMain{
    display: block;
}
.chooseForHeading {
    width: 100%;
}
.etcHeading{
    display: block;
}
.etcHeadingContent {
    width: 100%;
}
.etcHeading .etcHeadingContent h3 {
    font-size: 23px;
}
.etcGroup {
    width: 50px;
    top: 0px;
}
.ExploreTopCourses {
    padding: 15px 0;
}
.etcLight {
    width: 50px;
    left: 0px;
    top: -30px;
}
.etcHeading .etcHeadingContent p {
    font-size: 13px;
    padding: 5px 0;
}
.etcHeadingBtn {
    width: 100%;
}
.etcHeadingBtn a {
    font-size: 12px;
}
.course-title {
    font-size: 15px;
}
.admissionAddaWorks {
    padding: 15px 0;
}
.admissionAddaWorks h3 {
    font-size: 20px;
}
.admissionAddaWorks h3 span {
    font-size: 30px !important;
}
.admissionAddaWorks p {
    font-size: 13px;
}
.aAWorksBox {
    padding: 15px;
    background: #fff;
    min-height: 255px;
    border-radius: 12px;
}
.aAWorksBox img {
    width: 35px;
    margin-bottom: 15px;
}
.aAWorksBox h6 {
    font-size: 12px;
}
.infrastructure {
    padding: 30px 0;
}
.sooner {
    padding-top: 20px;
    padding-bottom: 15px;
}
.popularExamButton {
    text-align: center;
}
.sss {
    padding: 20px 0;
}
.user-info h5 {
    font-size: 12px;
}
.user-info span {
    font-size: 10px;
}
.testiLeftImg {
    bottom: -5px;
    width: 95px !important;
    left: 0;
}
.accordion-button{
    font-size: 10px !important;
}
.accordion-button::before {
    font-size: 15px;
}
.accordion-body{
    font-size: 10px !important;
}
.faqAdda img {
    width: 100%;
    height: 155px;
    object-fit: contain;
    display: none;
}
.addaDetailsInner p {
    font-size: 12px;
}
.AddaFooterInner p {
    font-size: 13px;
    line-height: 20px;
}
.AddaFooterInner h6 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-top: 5px;
    font-weight: 600;
}
.getInTouchPoints a img {
    width: 15px;
}
.AddaFooter {
    padding: 20px 0;
}
.aboutAdmissionAddaSmallImages{
    display: flex;
}
.aboutAdmissionAddaSmallImages img {
    height: 35px;
    margin-right: 5px;
}
.infra-nav-btn {
    width: 35px;
    height: 35px;
    font-size: 12px;
}
.addCopyright{
    text-align: center;
}
.policyLinks{
    text-align: center;
}
.footerSocialIcons{
    padding-bottom: 10px;
}
.headerAdda img {
    width: 20px;
    height: 20px;
}
.expert-wrapper{
    display: block;
}
#expertHeading {
    font-size: 20px;
}
#expertText {
    font-size: 12px;
    line-height: 20px;
}
.popup-box {
    background: #fff;
    padding: 25px;
    width: 90%;
    max-width: 300px;
    border-radius: 10px;
    position: relative;
}
.popup-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.popup-box h3 {
    font-size: 16px;
}
.popup-close {
    position: absolute;
    top: -16px;
    right: -16px;
    font-size: 20px;
    cursor: pointer;
    background: var(--primary-color);
    color: #fff;
    width: 30px;
    height: 30px;
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: center;
    border-radius: 50px;
}

.AllUniversityBanner {
    height: 170px;
}
.AllUniversityBanner h1 {
    font-size: 25px;
}

.EngineeringCollegeBanner {
    height: 170px;
}
.EngineeringCollegeBanner h1 {
    font-size: 25px;
}
.medicalCollegeBanner {
    height: 170px;
}
.medicalCollegeBanner h1 {
    font-size: 25px;
}
.managementInstituteBanner {
    height: 170px;
}
.managementInstituteBanner h1 {
    font-size: 25px;
}
.deemedBanner {
    height: 170px;
}
.deemedBanner h1 {
    font-size: 25px;
}
.counselling-banner h1 {
    font-size: 23px;
}
.counselling-banner p {
    font-size: 13px;
}
.btn-primary {
    padding: 12px 12px;
    font-size: 12px;
}
.banner-btns{
    margin-bottom: 10px;
}
.counselling-banner {
    padding: 30px 0;
}
.banner-card h4 {
    font-size: 17px;
}
.counselling-why {
    padding: 20px 0;
}
.why-content h2 {
    font-size: 25px;
    margin: 10px 0;
}
.why-content p {
    font-size: 14px;
    margin-bottom: 12px;
}
.why-points li {
    font-size: 13px;
    margin-bottom: 7px;
}
.why-btn{
    font-size: 12px;
    margin-bottom: 10px;
}
.counselling-process {
    padding: 20px 0;
}
.counselling-process h2 {
    font-size: 20px;
    margin: 0px 0;
}
.process-para {
    font-size: 13px;
}
.counselling-process h2 span {
    font-size: 35px;
}
.process-card {
    padding: 20px 25px;
}
.process-card p {
    font-size: 13px;
}
.mini-counselling-cta {
    padding: 20px 0;
}
.mini-counselling-cta h3 {
    font-size: 20px;
}
.mini-counselling-cta p {
    font-size: 13px;
    padding: 10px 0;
}
.mini-cta-btn {
    font-size: 12px;
}
.AboutPageBanner {
    padding: 20px 0;
}
.aboutPageBannerLeft h1 {
    font-size: 20px;
}
.aboutPageBannerLeft h1 span {
    font-size: 32px;
}
.aboutPageBannerLeft {
    display: flex;
    justify-content:left;
    align-items: center;
    height: 100%;
}
.confusedBoxRight2 a {
    font-size: 12px;
}
.contactFormSection {
    padding: 20px 0;
}
.contactDetails {
    padding: 15px;
}
.faq-banner {
    padding: 30px 0 20px;
}
.faq-banner-content h1 {
    font-size: 23px;
    margin-bottom: 10px;
}
.faq-banner-content p {
    font-size: 13px;
    margin-bottom: 10px;
}
.faq-banner-image img {
    height: 130px;
    object-fit: contain;
    margin-top: 15px;
    display: none;
}
.breadcrumb-item {
    font-size: 12px;
}
.faq-intro {
    padding: 20px 0;
}
.faq-intro h2 {
    font-size: 23px;
    margin-bottom: 10px;
}
.faq-intro h2 span {
    font-size: 24px;
}
.faq-intro p {
    font-size: 13px;
}
.faq-tags span {
    padding: 8px 10px;
}
.faqAdda {
    padding: 20px 0;
}
.faq-banner-content h1 span {
    font-size: 32px;
}
.lesson-card {
    padding: 20px;
}
.lesson-card .pointspan {
    font-size: 35px;
}
.card-main-heading {
    font-size: 18px;
    margin-bottom: 10px;
}
.lesson-row {
    padding: 10px 10px;
    margin-bottom: 14px;
}
.lesson-left h5 {
    font-size: 11px;
}
.lesson-time {
    font-size: 9px;
    padding: 6px 12px;
}
.courseBannerEngineering {
    padding: 15px 0 0;
}
.college-hero h1 {
    font-size: 23px;
}
.college-hero p {
    font-size: 12px;
}
.btn-outline {
    font-size: 12px;
}
.info-grid p {
    font-size: 10px;
}
.info-grid {
    padding: 20px;
}
.college-hero {
    padding: 35px 0 60px;
}
.info-grid strong {
    font-size: 10px;
}
.college-overview {
    padding: 20px 0 10px;
}
.college-overview h2 {
    font-size: 20px;
}
.college-overview p {
    font-size: 13px;
}
.college-courses {
    Padding: 20px 0;
}
.college-courses h2 {
    font-size: 20px;
}
.course-card2 {
    padding: 15px;
    margin-bottom: 10px;
}
.eligibility-fees {
    padding: 0px 0;
}
.eligibility-fees h3 {
    font-size: 17px;
}
.eligibility-fees li {
    margin-bottom: 5px;
    font-size: 12px;
}
.admission-process {
    padding: 20px 0;
}
.admission-process h2 {
    font-size: 30px;
}
.admission-process .steps {
    margin-top: 15px;
    font-size: 7px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
}
.admission-process span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    font-weight: 700;
    margin: 0 5px;
}
.placements {
    background: var(--white-color);
    padding: 5px 0 20px;
}
.placements h2 {
    font-size: 21px;
}
.placements .col-lg-3 {
    padding: 16px;
    font-size: 12px;
}
.reviews {
    padding: 10px 0;
}
.reviews h2 {
    font-size: 20px;
}
.reviews p {
    font-size: 12px;
}
.etcHeading .etcHeadingContent h3 span {
    font-size: 26px;
}
.terms-banner {
    padding: 25px 0 10px;
}
.terms-banner h1 {
    font-size: 26px;
}
.terms-banner p {
    font-size: 12px;
}
.terms-content {
    padding: 20px 0;
}
.terms-box p {
    font-size: 13px;
    line-height: 20px;
}
.terms-box h3 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 12px;
}
.policy-banner {
    padding: 15px 0 10px;
}
.policy-banner h1 {
    font-size: 23px;
}
.policy-content {
    padding: 20px 0;
}
.policy-box p {
    font-size: 14px;
    line-height: 20px;
}
.policy-box h3 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.policy-box ul li {
    font-size: 13px;
    line-height: 15px;
}
.infra-tab {
    padding: 10px 10px;
}
}







.desktop-only { display: block; }

@media (max-width: 767px) {
  .desktop-only { display: none; }
}

.mobile-only { display: none; }

@media (max-width: 767px) {
  .mobile-only { display: block; }
}
@media (max-width: 767px) {

  .exploreCoursesCarousel .owl-stage-outer {
    overflow: visible !important;
  }

  .exploreCoursesCarousel .owl-item {
    overflow: visible !important;
  }

}




/* Owl dots wrapper */
.exploreCoursesCarousel .owl-dots {
  text-align: center;
  margin-top: 35px;   /* button ke niche space */
}

/* Single dot */
.exploreCoursesCarousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

/* Dot circle */
.exploreCoursesCarousel .owl-dot span {
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Active dot */
.exploreCoursesCarousel .owl-dot.active span {
  background: #ffb703;     /* theme yellow (change if needed) */
  width: 22px;
  border-radius: 20px;
}




@media (max-width: 767px) {

  .exploreCoursesCarousel .owl-stage-outer {
    overflow: visible;
    /* padding-left: 10px; */
    padding-right: 10px;
  }

  .exploreCoursesCarousel .item {
    padding: 10px 5px;
  }

}


@media (max-width: 767px) {

  .course-card {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    background: #fff;
    min-height: 370px;
  }
  .meta-item{
    gap: 0;
  }
  .meta-item span {
    font-size: 10px;
}

  .course-img img {
    height: 160px;
    object-fit: cover;
  }

  .course-body {
    padding: 14px;
  }

  .course-title {
    font-size: 15px;
    line-height: 1.4;
    margin: 8px 0;
  }

  .course-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 12px;
  }

  .meta-item img {
    width: 14px;
    height: 11px;
  }

}
@media (max-width: 767px) {

  .course-btn-wrap {
    padding: 12px;
  }

  .course-btn {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 8px;
  }

}






@media screen and (max-width: 500px) {

  html, body {
    overflow-x: hidden;
  }

  img {
    /* max-width: 100%; */
    height: auto;
  }

}






/* exam detail page css start from here  */
.exam-banner {
  background: linear-gradient(
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.65)
    ),
    url("../images/exam-detail-banner.webp") center/cover no-repeat;
  padding: 90px 0;
  text-align: center;
  color: #fff;
  /* background: var(--black-color); */
}

.exam-banner h1 {
  font-size: 40px;
  font-weight: 700;
   font-family: 'Be Vietnam Pro', sans-serif;
}

.exam-banner p {
  max-width: 800px;
  margin: 15px auto 0;
  font-size: 18px;
   font-family: 'Be Vietnam Pro', sans-serif;
}




.exam-section {
  padding: 30px 0;
}

.exam-section h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
   font-family: 'Be Vietnam Pro', sans-serif;
}

.exam-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
   font-family: 'Be Vietnam Pro', sans-serif;
}

.light-bg {
  background: #f8f9fa;
}

.exam-list {
  margin-top: 15px;
  padding-left: 18px;
}

.exam-list li {
  margin-bottom: 10px;
  font-size: 16px;
   font-family: 'Be Vietnam Pro', sans-serif;
}





 /* filters section css start from here */
 /* ===== FILTER SIDEBAR ===== */
 .more-link{
    /* background: var(--white-color); */
    padding: 6px 10px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 12px;
    border-radius: 25px;
    cursor: pointer;
    border: 1px solid var(--primary-color);
   background: var(--primary-color);
   /* background: #fff; */
   /* color: #fff; */
 }
.filter-sidebar {
  /* background: #000; */
  background: #d4d1d1;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
   font-family: 'Be Vietnam Pro', sans-serif;
   
}
.filter-sidebar h5{
   font-family: 'Be Vietnam Pro', sans-serif;
   background: var(--primary-color);
   padding: 10px 20px;
   color: var(--white-color);
   border-radius: 8px;
}
.filter-group {
  margin-bottom: 20px;
}
.filter-group h6{
    /* color: var(--primary-color); */
    color: var(--black-color);
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 0;
}

.filter-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  cursor: pointer;
   font-family: 'Be Vietnam Pro', sans-serif;
   /* color: #fff; */
   color: var(--black-color);
}

/* ===== COLLEGE CARDS ===== */
.college-card{
  margin-bottom:20px;
}

.college-link{
  text-decoration:none;
  color:inherit;
  display:block;
   font-family: 'Be Vietnam Pro', sans-serif;
}

.college-box{
  background: #ddd;
  border-radius:10px;
  padding:15px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  box-shadow:0 4px 12px rgba(0,0,0,0.08);
  transition:0.3s ease;
}

.college-box:hover{
  transform:translateY(-3px);
}

.college-info{
  width:70%;
}

.college-info h5{
  font-weight:600;
  margin-bottom:6px;
   font-family: 'Be Vietnam Pro', sans-serif;
}

.college-info p{
  font-size:14px;
  color:#555;
  margin-bottom:8px;
   font-family: 'Be Vietnam Pro', sans-serif;
}

.tags span{
  display:inline-block;
  background: #000;
  color: #fff;
  padding: 6px 12px;
  font-size:12px;
  border-radius:20px;
  margin:3px 4px 0 0;
   font-family: 'Be Vietnam Pro', sans-serif;
}

.college-box img{
  width:200px;
  height:130px;
  object-fit:cover;
  border-radius:8px;
}

/* Mobile */
@media (max-width: 767px){
  .college-box{
    flex-direction:column;
    align-items:flex-start;
  }

  .college-info{
    width:100%;
  }

  .college-box img{
    width:100%;
    height:auto;
    margin-top:10px;
  }
}








/* ================= MOBILE FILTER UI ================= */
.mobile-filter-bar {
  position: sticky;
  top: 0;
  /* background: #000; */
  z-index: 999;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.mobile-filter-btn {
  width: 50px;
  background: #000;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 13px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Be Vietnam Pro', sans-serif;
}

.filter-icon i{
  font-size: 14px;
}

/* Slide Filter Panel */
@media (max-width: 767px) {

  .mobile-filter-panel {
    position: fixed;
    top: 0;
    left: -100%;
    width: 90%;
    height: 100vh;
    /* background: #fff; */
    z-index: 2000;
    overflow-y: auto;
    padding: 15px;
    transition: 0.3s ease;
  }

  .mobile-filter-panel.active {
    left: 0;
  }

  .mobile-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .close-filter {
    font-size: 22px;
    cursor: pointer;
    color: #fff;
  }
}







/* SHOW / HIDE */
.desktop-only { display: block; }
.mobile-only { display: none; }

@media (max-width: 768px) {
  .desktop-only { display: none; }
  .mobile-only { display: block; }
}

/* MOBILE TABS */
.mobile-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
}

.mobile-tabs .nav-link {
  font-size: 14px;
  padding: 8px 14px;
  white-space: nowrap;
}

/* CAROUSEL CARD */
.mobile-only .custom-card {
  margin: 0 12px;
}

/* DOTS */
.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.mobile-exam-carousel .owl-dots {
  margin-top: 12px;
}

.mobile-exam-carousel .owl-dot span {
  width: 8px;
  height: 8px;
}



.mobile-only .owl-dots {
  margin-top: 12px;
  text-align: center;
}

.mobile-only .owl-dot span {
  width: 8px;
  height: 8px;
}






/* MOBILE TABS – SINGLE ROW SCROLL */
@media (max-width: 768px) {

  body {
    overflow-x: hidden; /* 👈 page scrollbar remove */
  }

  .mobile-only .new-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    white-space: nowrap;
    justify-content: flex-start !important;
    gap: 8px;
    padding: 8px 4px;
    margin: 0;
    border-bottom: none;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    margin-top: 15px !important;
  }

  .mobile-only .new-tabs::-webkit-scrollbar {
    display: none;
  }

  .mobile-only .new-tabs .nav-item {
    flex: 0 0 auto !important;
  }

  .mobile-only .new-tabs .nav-link {
    padding: 8px 14px;
    font-size: 13px;
    border-radius: 20px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    white-space: nowrap;
  }

  .mobile-only .new-tabs .nav-link.active {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
  }
}






/* Owl Carousel dots */
.mobile-course-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.mobile-course-carousel .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #000 !important;
    border-radius: 50%;
    transition: background-color 0.3s;
    cursor: pointer;
}

.mobile-course-carousel .owl-dot.active {
    background-color:  var(--primary-color) !important; /* tumhara primary color */
}







/* engineering  */
/* Default hide mobile */
.mobile-only {
  display: none;
}

/* Mobile view */
@media (max-width: 991px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }
}


.mobile-filter-header h6{
     font-family: 'Be Vietnam Pro', sans-serif;
}




/* pegination css  */
.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.pagination button {
    padding: 8px 14px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}

.pagination button.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

.pagination button:hover {
    background: #f1f1f1;
}
