body {
font-family: 'Open Sans', sans-serif;	
}

h2.hero-title {
    font-size: 45px;
    font-weight: 700;
    color: #000000;
    line-height: 1.1;
    margin: 0px 0px;
}
.top-link {
    align-items: center !important;
    font-size: 18px !important;
    color: #ed5103 !important;
    margin-bottom: 8px !important;
}

   /* ######################################## Hero section css  ################################### */



 .hero-section {
      background-image: url('../images/image/bg-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
      display: flex;
      justify-content: space-between;
      align-items: center;
      
      position: relative;
    }
    .hero-left {
      max-width: 60%;
    }
    .hero-left .sub-title {
    color: black;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
    .hero-left .hero-title {
    font-size: 64px;
    font-weight: 700;
    color: black;
    line-height: 1.1;
    margin: 0px 0px;
    }

    .hero-left .hero-title span {
         color: #ed5103;
    }

    .hero-left p {
    margin-top: 20px;
    font-size: 21px;
    color: #070808;
}

    .info-cards {
      display: flex;
      gap: 20px;
      margin-top: 40px;
      align-items: center;
    }

    .info-box {
      display: flex;
      align-items: center;
      border: 1px solid #cfdcd9;
      border-radius: 12px;
      padding: 15px 20px;
      background-color: #fff;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .info-box img {
    width: 60px;
    margin-right: 0px;
}

    .info-box h4 {
      font-size: 18px;
      margin: 0 0 5px 0;
      color: #0d2b2a;
    }

    .info-box p {
    margin: 0;
    font-size: 14px;
    color: #0d2b2a;
}

    .call-box {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .call-box img {
      width: 32px;
    }

    .call-box span {
    font-size: 18px;
    color: #020202;
    font-weight: 800;
}

    .call-box a {
      font-size: 16px;
      color: #004b81;
      text-decoration: none;
      font-weight: bold;
    }

    .hero-right {
      position: relative;
      width: 45%;
    }

    .hero-right .image-box {
      position: relative;
      z-index: 2;
    }

    .hero-right .image-box img {
      max-width: 100%;
      border-radius: 8px;
    }

  
   
    
@media (min-width: 991px) and (max-width: 1200px){
.info-cards {
    margin-bottom: 20px;
}

}
@media (max-width: 991px) {
       .info-cards {
        margin-bottom: 16px;
        margin-top: 24px;
    }
    .info-box {
     padding: 8px 6px;
 
}
.call-box span {
    font-size: 15px;
  
}
.info-box h4 {
    font-size: 15px;
   
}
.call-box a {
    font-size: 14px;
   
}
.hero-left .hero-title {
    font-size: 34px;
   
}
    .hero-left p {
        margin-top: 6px;
    }
}
@media (max-width: 767px) {
  .hero-section {
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
  }
  .hero-section .container {
        display: flex;
    flex-wrap: wrap;
  }

  .hero-left,
  .hero-right {
    width: 100%;
    max-width: 100%;
            text-align: left;
  }

  .hero-left {
    order: 2;
    margin-top: 30px;
  }

  .hero-right {
    order: 1;
    text-align: center;
  }

  .hero-left .sub-title {
    font-size: 20px;
    
  }

  .hero-left .hero-title {
    font-size: 28px;
    line-height: 1.2;
  }

  

      .info-cards {
        flex-direction: column;
        align-items: start;
        margin-top: 24px;
        gap: 16px;
    }

     .info-box, .call-box {
        /* width: 100%; */
        justify-content: center;
        /* padding: 0px; */
        text-align: left;
    }
  .info-box img,
  .call-box img {
    width: 36px;
  }

     .info-box h4 {
        font-size: 15px;
     }

  .info-box p {
    font-size: 13px;
    margin-top: 0px;
  }

  .call-box span {
    font-size: 15px;
  }

  .call-box a {
    font-size: 14px;
  }

  .hero-right .image-box img {
    max-width: 100%;
    margin: 0 auto;
  }
}



   /* ######################################## Second about section css  ################################### */

 .about-us-section {
 
 padding: 60px 20px;
  background-color: #fff;
  color: #000;
}

.about-us-section .top-link {
    align-items: center;
    font-size: 18px;
    color: #ed5103;
    margin-bottom: 8px;
}

.about-us-section .top-link i {
  margin-right: 6px;
}



.about-us-section .left-section {
  flex: 1;
  min-width: 300px;
}

.about-us-section .left-section h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
      margin-bottom: 22px;
}

.services-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.service-box {
    /* display: flex
; */
    justify-content: space-between;
    /* align-items: center; */
    border: 1px solid black;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #fff;
}

.service-content h3 {
  margin: 0 0 10px;
  font-weight: 600;
}

.service-content p {
    margin: 0;
    color: black;
    font-size: 18px;
}

.read-more {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #ed5103;
    color: #ed5103;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    transition: background 0.3s, color 0.3s;
}

.read-more:hover {
  background: #ed5103;
  color: #fff;
}
.right-section {
    font-size: 18px;
    margin-bottom: 28px;
    color: black;
}
.service-button {
    text-align: end;
}
@media (max-width: 991px) {
     h2.hero-title {
    font-size: 36px;
    
}
.service-content p {
    font-size: 16px;
}
.intro-text {
    margin: 16px 0 22px;
    font-size: 16px;
}
    .read-more {
        padding: 5px 6px;
        font-size: 17px;
    }

}


/* ✅ Mobile Responsive */
@media (max-width: 767px) {
  .about-us-section .content-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .about-us-section h1 {
    font-size: 28px;
    text-align: center;
  }
    .about-us-section {
        padding: 21px;
    }
 
  .about-us-section .right-section,
  .about-us-section .left-section {
    text-align: center;
  }

  .about-us-section .right-section p {
    font-size: 16px;
    line-height: 1.6;
  }
  .service-button {
    text-align: start;
}
 
}

@media (min-width: 991px) and (max-width: 1200px){
.read-more {
    padding: 6px 7px;
    font-size: 17px;
}
.service-content p { 
    
    font-size: 17px;
}
.card-info p {
  
    font-size: 16px;
    
}
}

/* ######################################## study-abroad section css  ################################### */

.study-abroad {
  padding: 60px 20px;
  background: linear-gradient(270deg
, #f1d3d3, #eff3f6);
 
}
.study-abroad .card {
    border: 1px solid;
}

.study-abroad h2 {
    font-size: 45px;
    font-weight: 700;
    color: black;
    line-height: 1.1;
    margin: 0px 0px;
}

.study-abroad h2 span {
      color: #ed5205;
}

.university-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}


.card {
  background: #fff;
 padding: 33px 24px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  flex: 1 1 calc(33.333% - 20px);
  position: relative;
  min-width: 250px;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.15);
  background-color: #f0f9ff;
}


.card .item-icon img {
  width: 70px;
  height: 70px;
  transition: transform 0.3s ease;
}

.card:hover .item-icon img {
  transform: scale(1.1);
}


.card-info h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: black;
    transition: color 0.3s ease;
}

.card-info p {
    margin: 5px 0 0;
    font-size: 18px;
    color: black;
    transition: color 0.3s ease;
}

.card:hover .card-info h3 {
 color: #ed5205;
}

.card:hover .card-info p {
  color: #444;
}

/* ✅ Responsive Layout */
@media (max-width: 991px) {
  .card {
    flex: 1 1 calc(50% - 20px);
  }
}


@media (max-width: 767px) {
  .study-abroad .card {
          padding: 18px 12px;
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    display: flex !important;
   
    flex-wrap: wrap;
  }
 
.study-abroad h2 {
    font-size: 36px;
 
}
.card .item-icon img {
    width: 50px;
    height: 50px;
   
}
.card-info h3 {
    font-size: 16px;
}
.card-info p {
    font-size: 15px;
}
.international-scholarships {
    padding: 40px 20px;
}
}
@media (min-width: 991px) and (max-width: 1200px){

.card-info p {
    font-size: 16px;
}
.card .item-icon img {
    width: 65px;
    height: 65px;
   
}

}
/* ######################################## Fourth scholarships section css  ################################### */

.international-scholarships {
  padding: 60px 20px;
 
}

.wrapper {
 
  margin: auto;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.btn-viewall {
 background: #ed5103;
    color: #fffbff;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
}

.intro-text {
    margin: 22px 0 30px;
    font-size: 18px;
    color: black;
}
.scholarship-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.scholarship-box {
  background: #eff2f5;
   border-radius: 6px;
    flex: 1 1 calc(25% - 20px);
    display: flex;
    flex-direction: column;
    min-width: 250px;
    transition: all 0.3s ease;
    margin: 12px 0px;
    border: 1px solid #000000b0;
}
  
.scholarship-box:hover {
  transform: translateY(-5px);
}

.scholarship-box img {
    width: 100%;
   
    margin-bottom: 15px;
    height: 100%;
}
.scholarship-box-items {
    padding: 20px;
}
.link-item {
      display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin: 18px 0px;
}


.scholarship-date {
  margin: 0;
}
img.scholarship-img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    /*height: 175px;*/
}
.scholarship-box h3 {
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
        text-overflow: ellipsis;
    height: 80px;
}


.scholarship-date {
  font-size: 14px;
  color: #777;
  
}

.link-readmore {
    margin-top: auto;
    font-size: 14px;
    font-weight: 600;
    color: #ed5103;
    text-decoration: none;
    text-align: end;
}

/* view all btn */
 .view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid red;
  padding: 10px 30px;
  font-size: 18px;
  color: black;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.3s ease;
}

.view-all-btn i {
  color: red;
  font-size: 16px;
}

.view-all-btn:hover {
  /*background-color: red;*/
  color:#007bff;;
}

.view-all-btn:hover i {
  color: #007bff;;
}

/* Dots center below slider */
.scholarship-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}

.scholarship-carousel .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 6px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.scholarship-carousel .owl-dot.active span {
  background: #ed5103;
}
@media (max-width: 768px) {

  .international-scholarships .top-link {
    font-size: 22px;
    margin-bottom: 10px;
  }
   .international-scholarships .view-all-btn {
       /* display: block; */
        margin-top: 10px;
        font-size: 14px;
        padding: 5px 15px;
    }

  .international-scholarships .intro-text {
    font-size: 14px;
    
    margin-bottom: 20px;
  }

  .international-scholarships .scholarship-box {
    border: 1px solid black;
    border-radius: 10px;
    background: #fff;
  }

  .international-scholarships .scholarship-box img {
    max-width: 100%;
   
    margin-bottom: 15px;
  }

  .international-scholarships .scholarship-box h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .international-scholarships .scholarship-date {
    font-size: 13px;
 
  }

  .international-scholarships .link-readmore {
    font-size: 14px;
    display: inline-block;
  
  }

      .section-header {
        flex-direction: row;
    }

  
}
@media (min-width: 991px) and (max-width: 1200px){


.view-all-btn {
    padding: 6px 10px;
    font-size: 18px;
   
}
h2.hero-title {
    font-size: 36px;
   
}
}
@media (max-width: 767px) {
span.span-view {
    display: none;
}
    .international-scholarships .view-all-btn {
        display: block;
        margin-top: 0px;
        font-size: 16px;
        padding: 8px 10px;
    }

}

/* ######################################## fifth Goal section css  ################################### */
.business-problem-section {
    padding: 60px 20px;
    /* background: whitesmoke; */
   background: linear-gradient(310deg,#e5d5fc .01%,#f8f3ff) !important;
}

.small-text {
    font-size: 18px;
    color: black;
}
.main-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1d3557;
  position: relative;
    margin: 20px 0;
}

.read-more-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  transition: background 0.3s;
}

.read-more-btn:hover {
  background-color: #ed5205;
}

.info-list .info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.info-list .icon {
    width: 100px;
    height: 99px;
    background-color: #ed5205;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 92px;
    font-size: 20px;
    margin-right: 15px;
    flex-shrink: 0;
}


.scrollable-list {
  max-height: 530px;
  overflow-y: scroll;
  padding-right: 10px;
 
  padding: 25px;
  border-radius: 6px;

 
  scrollbar-width: none; 
  -ms-overflow-style: none;  
}

.scrollable-list::-webkit-scrollbar {
  display: none; 
}
  .progress-container {
      /*width: 500px;*/
      margin: auto;
      position: relative;
    }
 
    .progress-step {
      display: flex;
      align-items: flex-start;
      position: relative;
      padding-left: 40px;
    
    }
 
    .progress-step:last-child {
      margin-bottom: 0;
    }
 
   .progress-step::before {
    content: '';
    position: absolute;
    left: 17px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #ed5205;
    z-index: 0;
}
    .progress-step:last-child::before {
      height: 0;
    }
 
  .step-marker {
        position: absolute;
    left: -22px;
    top: 0;
    width: 80px;
    height: 80px;
    background-color: #ed5205;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 72px;
    font-weight: bold;
    z-index: 1;
}
 
    .progress-step.active .step-marker {
      background-color: #ed5205;
    }
 
    .progress-step.completed .step-marker {
      background-color: #ed5205;
    }
i.fas.fa-users {
     font-size: 20px;
}
i.fas.fa-notes-medical{
    font-size: 20px;
}
i.fas.fa-handshake {
    font-size: 20px;
}

 i.fas.fa-building-columns {
    font-size: 20px;
}
    .step-details {
    margin-left: 38px;
    margin-bottom: 20px;
}
 
    .step-title {
    font-size: 22px;
    font-weight: 700;
      margin: 0 0 5px;
    }
 
    .step-desc {
      font-size: 18px;
     
    }
 
    /* Responsive (Optional) */
    @media (max-width: 480px) {
      .progress-container {
        width: 100%;
      }
    }
    
     @media (max-width: 767px) {
    .main-heading {
    font-size: 28px;
    
  }
  .scrollable-list {

  padding: 15px;
   
}
 .small-text {
    font-size: 16px;
    color: black;
 }
  section.popular-links-section {

  padding: 40px 20px !important;
   }
   .align-items-center {
    margin-bottom: 10px;
}
 .step-marker {
    left: -12px;
    width: 60px;
    height: 60px;
    line-height: 62px;
   
}


}
/* #########################################   popular links section css ################################ */


.section-title {
    font-size: 45px;
    font-weight: 700;
    color: black;
    margin-bottom: 20px;
}
.popular-link-items {
  background: linear-gradient(305deg,#f1d3d3 .01%,#fff5f5);
    padding: 60px 10px;
    border-radius: 10px;
 
}
.cont-items-boxs {
    margin-bottom: 15px;
}

.link-tab {
  background-color: #fafafa;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
     color: black;
  font-weight: 500;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.link-tab i {
  background: #ed5205;
  color: #fff;
  padding: 4px;
  font-size: 12px;
  border-radius: 3px;
}

.link-tab:hover {
  background-color: #f0f8ff;
  text-decoration: none;
}

/* #######################################  Blog section css ############################## */
.blog-section {
  padding: 60px 20px;
  background: #fff;
}
.blg-shrt-cntnt {
  display: -webkit-box;
  -webkit-line-clamp: 3;   /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-title {
  font-size: 45px;
  font-weight: 700;
  color: black;
}

.blog-subtitle {
  font-size: 18px;
  color: black;
  margin-bottom: 30px;
  text-align: left;
}

.blog-card {
  background: #fff;
  border-radius: 12px;
  /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);*/
  overflow: hidden;
  border: 1px solid black;
  padding: 16px;
}

.blog-card img {
  width: 100%;
  /*height: 180px;*/
 
  border-radius: 6px;
}

.card-body {
  padding: 15px;
}

.card-body small {
  color: black;
  font-size: 16px;
  display: block;
  margin-bottom: 6px;
  text-transform: capitalize;
  line-height: 2;
}

.card-body h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 24px 0 24px;
  color: black;
}

.read-more1 {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #ed5103;
  color: #ed5103;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
}

.read-more1:hover {
  background: #ed5103;
  color: #fff;
}
/* Dots center below slider */
.blog-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}

.blog-carousel .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 6px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.blog-carousel .owl-dot.active span {
  background: #ed5103;
}

@media (max-width: 767px){
.blog-title {
    font-size: 30px;
   
}
.main-heading {
    font-size: 30px;
   
}


}
@media (max-width: 991px){

.blog-title {
    font-size: 36px;
   
}

}
@media (min-width: 991px) and (max-width: 1200px) {
.blog-title {
    font-size: 36px;
    font-weight: 700;
    color: black;
} 
    
}
/* ########################################## Stories section css ################################## */
.testimonial-section {
  background: #e8effd;
  border: 1px solid #e5e1fe;
  padding: 60px 20px;
 
}
.testimonial-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
   
}
img.start-img {
    width: 43%;
    margin-left: 5px;
}

.testimonial-card {
    background: #ffffff;
    border: 1px solid #10546e;
    border-radius: 12px;
    padding: 20px;
    max-width: 350px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.user-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.user-name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.user-location {
    margin: 0;
    font-size: 14px;
    color: #888;
    font-weight: 500;
}

.testimonial-text {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 600;
}

.bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tag {
    background: #e5f3ff;
        color: #119fb7;
    padding: 5px 12px;
    font-size: 14px;
    border-radius: 999px;
    font-weight: 600;
}
.university-logo {
    /* height: 94px; */
    width: 27%;
}

@media (min-width: 767px){
.testimonial-grid {
 
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .testimonial-section {
    padding: 40px 20px;
  }
  .section-title {
    font-size: 36px;
 
}

 

  .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablet */
    gap: 20px;
  }

  .testimonial-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }

  .user-info {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
  }

  .user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
  }

  .user-name {
    font-size: 16px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .start-img {
    width: 70px;
    height: auto;
  }

  .user-location {
    font-size: 14px;
    color: #666;
    margin-top: 4px;
  }

  .testimonial-text {
    font-size: 15px;
    color: #333;
    margin-bottom: 12px;
  }

  .bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tag {
    background-color: #eef6ff;
    padding: 4px 10px;
    border-radius: 5px;
}
}
/* ################################# acordian section css ############################### */
.accordion-body {
  display: none;
  transition: all 0.3s ease;
}

.accordion-body.open {
  display: block;
}
/* Accordion FAQ styles */
.faq-enquiry-section .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}

.faq-enquiry-section .accordion-button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  font-size: 18px;
  background-color: white;
  border: none;
  box-shadow: none;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}

.faq-enquiry-section .accordion-button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.faq-enquiry-section .accordion-button::after {
  display: none;
}

.faq-enquiry-section .accordion-button::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #ff5e00;
  font-weight: bold;
}

.faq-enquiry-section .accordion-button.active::before {
  content: '−';
}

.accordion-body {
  display: none;
  font-size: 17px;
  background-color: white;
  padding: 15px 0;
  transition: all 0.3s ease;
}

.accordion-body.open {
  display: block;
}

/* acordian section css */
    p.subheading-text {
font-size: 18px;
    color: black;
       margin-bottom: 15px;
    }
.faq-enquiry-section .accordion-button {
    font-weight: 500;
    font-size: 18px;
    background-color: white;
    border: none;
    box-shadow: none;
    position: relative;
    padding-right: 35px;
    text-align: left;
        padding-left: 0px;
}
.faq-enquiry-section .accordion-button:focus {
  border: none;
  box-shadow: none;
}


.faq-enquiry-section .accordion-button::after {
  display: none;
}


.faq-enquiry-section .accordion-button::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #ff5e00;
  font-weight: bold;
}


.faq-enquiry-section .accordion-button:not(.collapsed)::before {
  content: '−';
}

.faq-enquiry-section .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}

.faq-enquiry-section .accordion-button:not(.collapsed) {
  color: #000;
 background-color: white;
}
.accordion-body {
     background-color: white;
    font-size: 17px;
}


.faq-enquiry-section .form-control {
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 10px 14px;
}

.faq-enquiry-section .form-control:focus {
  border-color: #ff5e00;
  box-shadow: 0 0 0 0.1rem rgba(255, 94, 0, 0.25);
}

.faq-enquiry-section .btn-warning {
  background-color: #ff5e00;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
}

.faq-enquiry-section .btn-warning:hover {
  background-color: #e65100;
}

.faq-enquiry-section .shadow-sm {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05) !important;
}

.panel-body {
  padding: 0 30px 15px;
  font-size: 16px;
  color: black;
  line-height: 28px;
}

.submit-btn1 {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #ed5103;
    color: #ed5103;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s, color 0.3s;
    background: white;
}

.submit-btn1:hover {
  background: #ed5103;
  color: #fff;
}
section.faq-enquiry-section {
    padding: 60px 20px;
}

.enquiry-form-box {
  background-color: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
 
  margin: 0 auto;
}

.form-text-h {
 font-size: 32px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.span-text-h {
    color: #ed5103;
}

.form-group {
  margin-bottom: 15px;
}

.form-control1 {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid black;
    border-radius: 2px;
    font-size: 16px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
   
}
.form-control1::placeholder{color:black;}

.form-control1:focus {
  border-color: #ed5205;
  outline: none;
}

.submit-btn {
    width: 100%;
    padding: 12px;
   background-color: #ed5205;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-btn:hover {
  background-color: white;
  color:black;
  border: 1px solid #ed5205;
}
.form-row {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
}

.form-col-6 {
  flex: 0 0 49%;
}


/* ############# counter section css #####################*/
.stats-section {
    background: #e8effd;
	color: #111;
	padding: 40px 20px;
}

.stat-number {
	    font-size: 45px;
	font-weight: 700;
	color: #111;
}

.stats-divider {
    height: 3px;
    background-color: red;
    opacity: 0.6;
    width: 25%;
}

.stat-desc {
	font-size: 16px;
	color: #222;
	max-width: 90%;
}
.plus-sign {
    color: #e74c3c;
}

@media (max-width: 767.98px) {
    .stat-number {
        font-size: 36px;
    }
	.stats-divider {
		width: 60%;
	}
}


/*  Responsive css customize home page*/
@media (max-width: 767px) {
      .hero-left .hero-title {
        font-size: 40px !important;
    }
.intro-text {
   
    font-size: 16px !important;
}
.service-content p {
  font-size: 16px !important;
}
.card-info p {
   font-size: 16px !important;
}


    .section-title {
        font-size: 30px !important;
        text-align: left;
    }
  .international-scholarships .hero-title {
        font-size: 30px;
  }
  
    .view-all-btn {
    font-size: 16px;
   
}
.info-list p {
    font-size: 16px;
   
}
h2.hero-title {
    font-size: 30px;
    
}
.international-scholarships {
    padding: 40px 20px;
}
section.business-problem-section {
    padding: 40px 20px;
}

}


/*  ##################################  About Page Css #######################################*/
section.img-sec-bammer-top.text-center.mt-4 {
    padding: 0px 20px;
}
.main-heading-abt {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
        color: black;
    position: relative;
    margin: 20px 0;
    text-align: left;
}
.abt-cnt-itmes {
    padding-top: 35px;
}
.inner-page-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 60px;
  position: relative;
  color: #fff;
}

.inner-page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
      background: rgb(0 0 0 / 44%);
  z-index: 1;
}

.inner-page-banner .container {
  position: relative;
  z-index: 2;
}



.breadcrumbs-area h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.breadcrumbs-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 10px;
  font-size: 16px;
  color: #fff;
}

.breadcrumbs-area ul li {
  position: relative;
}

.breadcrumbs-area ul li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  color: #ccc;
}

.breadcrumbs-area ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumbs-area ul li a:hover {
  color: #ffd700;
}

/* Responsive */
@media (max-width: 768px) {
  .inner-page-banner {
    padding: 60px 0 40px;
  }

  .breadcrumbs-area h1 {
    font-size: 28px;
  }

  .breadcrumbs-area ul {
    font-size: 14px;
  }
}

.progress-wrap-layout2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  padding: 80px 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.progress-wrap-layout2::before {
    content: "";
    position: absolute;
    inset: 0;
        background-color: rgb(25 26 26 / 80%);
    z-index: 1;
}
.progress-wrap-layout2 .container {
  position: relative;
  z-index: 2;
}

.progress-box-layout2 {
  margin-bottom: 30px;
}

.progress-box-layout2 .inner-item {
    padding: 30px 20px;
    background: rgb(46 121 218 / 57%);
    border-radius: 12px;
    transition: transform 0.3s ease;
    border: 1px solid cadetblue;
}
.progress-box-layout2 .inner-item:hover {
  transform: translateY(-5px);
}

.counting-text {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.progress-box-layout2 p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #f1f1f1;
}

/* Responsive Design */
@media (max-width: 991px) {
  .counting-text {
    font-size: 40px;
  }

  .progress-box-layout2 p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .progress-wrap-layout2 {
    padding: 60px 0;
  }

  .counting-text {
    font-size: 32px;
  }
  .progress-container-abt {
    padding: 0px 12px !important;
}
.campus-title {
    font-size: 36px;
   
    margin-top: 30px;
}
.unique-section {
    padding: 40px 20px;
   
}
.main-heading-abt {
    font-size: 36px;
    margin: 0px 0;
  
}
}


.campus-title {
   font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
        color: #ff5b09;
}
.progress-container-abt{
  /*width: 500px; */
    margin: auto;
    position: relative;
    padding: 0px 25px;
}

.campus-content-2 .line {
  display: block;
  width: 60px;
  height: 4px;
  background-color: #007bff;
  margin: 10px 0 20px;
  border-radius: 2px;
}

.campus-content-2 p {
    
    color: white;
    line-height: 1.6;
    text-align: left;
    font-weight: 600;
}


.unique-section {
  padding: 60px 20px;
 
  text-align: center;
  
}

.section-title-abt {
    font-size: 40px;
    font-weight: 700;
    color: black;
    margin-bottom: 40px;
    
}
p.step-title.abt-cntnt {
    font-size: 30px;
}
.line-abt {
    display: block;
    width: 60px;
    height: 4px;
    background-color: #ed5103;
    margin: 10px 7px 20px;
    border-radius: 2px;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 30px;
  /*justify-items: center;*/
}

.icon-item {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s;
}

.icon-item:hover {
  transform: translateY(-5px);
}

.icon-item img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.icon-item p {
  font-size: 15px;
  color: #061e20;
  line-height: 1.4;
  margin: 0;
}

/* Gallery Section */
.campus-image-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
    "img1 img2"
    "img3 img3";
  gap: 15px;
  position: relative;
}

.campus-title-2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
  grid-column: span 2;
}

.image-1 {
  grid-area: img1;
}

.image-2 {
  grid-area: img2;
}

.image-3 {
  grid-area: img3;
}

.campus-image-2 img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 991px) {
  .campus-content-2 {
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  .campus-image-2 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "img1"
      "img2"
      "img3";
  }

  .campus-title-2 {
    grid-column: auto;
    text-align: center;
  }
}


/* Text column */
.about-box-layout11 {
  padding-right: 30px;
}

.item-title {
      font-size: 45px;
    font-weight: 700;
    color: #000000;
  
    
}

.item-title span {
    color: #ed5103;
}

.sub-title {
  font-size: 18px;
  color: black;
      margin-bottom: 15px;
  font-weight: 500;
  text-align: left;
}
.about-box-layout12 {
    padding-top: 25px;
}

.about-box-layout11 p {
  font-size: 17px;
  color: black;
  line-height: 1.6;
     margin-bottom: 20px;
  text-align: left;
}

.sign-img {
  max-width: 160px;
}

/* Image column */
.about-box-layout12 .about-image {
  border-radius: 12px;

}

/* Responsive styles */
@media (max-width: 991px) {
  .about-box-layout11 {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }

  .sign-img {
    margin: 0 auto;
  }

  .about-box-layout12 {
    text-align: center;
  }
}

@media (max-width: 576px) {
      .item-title {
        font-size: 28px;
        text-align: left;
    }

  .sub-title {
    font-size: 16px;
     text-align: left;
  }
  .about-box-layout11 p {
    font-size: 16px;
    text-align: left;
}
}


/*  section story-modern*/
.about-story-modern {
  background-color: #f9fbfd;
  padding: 40px 20px;

  color: #2a2a2a;
}

.section-header1 {
  
  margin-bottom: 40px;
}


.main-heading::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #ed5103;
    margin: 10px;
    border-radius: 2px;
}

.lead-text {
  font-size: 18px;
  color: black;
  margin-top: 10px;
  line-height: 1.6;
}

.story-block {
  margin-top: 40px;
}

.sub-heading {
    font-size: 30px;
    font-weight: 700;
    color: black;
    margin-bottom: 10px;
}

.story-block p {
  font-size: 18px;
  line-height: 1.7;
  color: black;
}
span.heading-span {
    color: #1d3557;
    font-size: 22px;
}

/* Responsive */
@media (max-width: 576px) {
     .main-heading {
        font-size: 26px;
        margin-right: 8px;
    }
  .sub-heading {
    font-size: 20px;
  }

  .lead-text,
  .story-block p {
    font-size: 15px;
  }
  
  section.about-section {
    padding: 0px 20px;
}
section.img-sec-bammer-abt {
   padding: 0px 20px;
}
section.progress-wrap-layout2 {
    padding: 0px 20px;
}
.abt-cnt-itmes {
    padding-top: 5px;
}
.call-box {
   justify-content: left;
    align-items: left;
    gap: 6px;
}
}

/* ##################################################  contact us page css ########################################*/

/* ==== COMMON STYLES ==== */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* ==== CONTACT BLOCK ==== */
.contact-block {
 
 
  padding: 85px 20px;
}

.contact-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}

.contact-card {
       background: #fff;
    border: 1px solid black;
    border-radius: 16px;
    padding: 20px 25px;
    flex: 1 1 30%;
    min-width: 280px;
    transition: all 0.3s ease;
    height: 187px;
}

.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.icon-circle {
  width: 50px;
  height: 50px;
  background-color: #eaeaea;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.icon-circle i {
  font-size: 20px;
  color: #003366;
}

.contact-info h4 {
    font-size: 22px;
    /* color: #ed5103; */
    font-weight: 600;
    margin: 0 0 5px;
}

.contact-info p {
  margin: 0;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}

h2.contact-form-heading {
  font-size: 32px;
  font-weight: 600;
  color: #ed5103;
}

/* ==== NEWSLETTER SECTION ==== */
.newsletter-section {
  padding: 60px 20px;
  background: #e8f6f7;
  font-family: 'Segoe UI', sans-serif;
}

.newsletter-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}



.newsletter-text h2 {
  color: black;
  font-size: 60px;
  margin-bottom: 15px;
  font-weight: 700;
}

.newsletter-text p {
  font-size: 18px;
  color: #444;
}

.newsletter-form {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.newsletter-form input,
.newsletter-form textarea {
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  outline: none;
}

.newsletter-form textarea#message {
  resize: vertical;
  min-height: 120px;
}

.newsletter-form button {
  padding: 12px 20px;
  background-color: #40a6ab;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.newsletter-form button:hover {
  background-color: #368b90;
}

/* ==== RESPONSIVE ==== */
@media (max-width: 768px) {
  .contact-items {
    flex-direction: column;
    gap: 30px;
  }

  .contact-card {
    width: 100%;
  }

  .contact-info h4 {
    font-size: 22px;
  }

  .newsletter-content {
    flex-direction: column;
    padding: 20px;
  }

  .newsletter-text h2 {
    font-size: 36px;
  }
  .newsletter-text {
    padding: 20px 0px !important;
}


}

.newsletter-text {
    padding: 60px 0px;
}



/* #####################################                   LIsting page CSS                      #########################################*/

section.list-main-sec {
    padding: 40px 20px;
}


.pagination-container {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
}

.page-item {
  display: inline-block;
}

.page-link {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #ddd;
  color: #007bff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.page-link:hover {
  background-color: #f0f0f0;
}

.page-item.active .page-link {
    background-color: #ed5103;
    color: white;
    border-color: #ed5103;
}

.page-item.disabled .page-link {
  color: #ccc;
  pointer-events: none;
  border-color: #ddd;
}
@media (max-width: 576px) {
  .pagination {
    flex-wrap: wrap;
    gap: 4px;
  }

  .page-link {
    padding: 6px 10px;
    font-size: 14px;
  }
}

  .accordion-item {
    border-top: 1px solid #ddd;
    padding: 10px 0;
  }

  .accordion-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    cursor: pointer;
  }

  .accordion-body {
    display: none;
    padding-top: 10px;
  }

  .accordion-item.active .accordion-body {
    display: block;
  }

  .filter-sidebar {
    width: 300px;
    padding: 20px;
    background: #fff;
    border-right: 1px solid #ddd;
    float: left;
    border: 1px solid whitesmoke;
  }

  .reset-link {
    float: right;
    font-size: 14px;
    color: #777;
    text-decoration: underline;
  }

  .filter-tags {
    margin-top: 15px;
  }
.study-item-box {
    display: flex;
    gap: 12px;
}
  .tag {
    display: inline-block;
    background: #eee;
    color: #333;
    padding: 5px 10px;
    margin: 5px 5px 0 0;
    border-radius: 20px;
    font-size: 14px;
  }

  .filter-section {
    margin-top: 20px;
  }

  .checkbox-list label {
    display: block;
    margin: 10px 0;
    font-size: 15px;
  }

  .count {
    float: right;
    color: #888;
  }

  .show-more {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #c33;
    text-decoration: underline;
    font-weight: 600;
}

  .result-card {
    margin-left: 320px;
       padding: 5px 8px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    margin-bottom: 20px;
  }

  
  .course-details {
    /* flex: 1; */
    margin-left: 15px;
}
  .university-name {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .course-title {
    color: #c0185b;
    font-size: 20px;
    margin-bottom: 5px;
  }

  .location {
    color: #555;
    font-size: 14px;
  }

  .course-meta span {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    color: #666;
  }

  
.item-description {
    margin-top: 10px;
    color: #444;
    font-size: 14px;
    border-left: 2px solid whitesmoke;
    padding-left: 8px;
}

 .btn-read-more {
    color: #c0185b;
    font-size: 18px;
    white-space: nowrap;
    margin-bottom: 12px;
    align-content: end;
    font-weight: 700;
}
  .tag.fast {
    background: #e6f5e6;
    color: #0a0;
    font-size: 12px;
    padding: 3px 6px;
    margin-left: 10px;
    border-radius: 3px;
  }

.university-image {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
  .university-image-item {
    margin-bottom: 15px;
    text-align: center;
  }

  .university-image {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .university-image {
    width: 90px;
  }
}

@media (max-width: 768px) {
  .filter-sidebar {
    width: 100%;
    float: none;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
  }

  .result-card {
    margin: 0;
    padding: 15px;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .university-image-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .university-image {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
  }

  .course-details {
    margin-left: 0;
  }

  .course-title {
    font-size: 18px;
  }

  .university-name {
    font-size: 15px;
  }

  .location {
    font-size: 13px;
  }

  .course-meta span {
    font-size: 12px;
  }

  .item-description {
    font-size: 13px;
    margin-top: 8px;
  }

  .btn-read-more {
    font-size: 13px;
  }

  .study-item-box {
    flex-direction: column;
    gap: 6px;
  }

  .pagination {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
  }

  .page-link {
    font-size: 13px;
    padding: 6px 10px;
  }

  .accordion-header {
    font-size: 15px;
  }

  .checkbox-list label {
    font-size: 14px;
  }

  .tag.fast {
    font-size: 11px;
    padding: 2px 5px;
    margin-left: 6px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}




