/*section {*/
/*  padding-top: 60px;*/
/*  padding-bottom: 60px;*/
/*}*/

body {
  font-family: "Raleway", sans-serif;
}

.custom-container-p {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.marquee {
  overflow: hidden;
  background: #e1bb57;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll 30s linear infinite;
}

.marquee-content {
  white-space: nowrap;
  padding: 11px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.marquee-content a {
  color: #000;
  text-decoration: none;
  margin-right: 50px;
}

.marquee-track:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.about-text {
  font-size: 14px;
  padding-bottom: 16px;
}

.about-img {
  border-radius: 40px;
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center center;
}

.about-section h2 {
  font-size: 36px;
}

.why-choose-us {
  /*background: #f5f5f5;*/
}

.icon-box {
  width: 60px;
  height: 60px;
  /*background: #d9d9d9;*/
  border-radius: 10px;
  flex-shrink: 0;
}

.choose-box h6 {
  font-weight: 600;
}

.choose-box p {
  font-size: 14px;
}

.container-custom {
  max-width: 1400px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.program-section, .why-choose-us-section {
  /*background: #f3f3f3;*/
  /*padding: 28px 0;*/
}

.choose-row .content,
.choose-row-bottom .content {
  background-color: transparent;
}

.program-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
  margin-top: 40px;
}

.program-row {
  margin-left: -10px;
  margin-right: -10px;
}

.program-row .col-lg-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.program-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.program-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 30px;
}

.h2,
.h3,
h2,
h3 {
  text-transform: capitalize;
}

.program-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 30px;
  opacity: 0;
  transition: 0.4s;
}

.program-card:hover .program-overlay {
  opacity: 1;
}

.program-overlay h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 22px;
}

.program-overlay p {
  color: #fff;
  margin-bottom: 25px;
}

.program-btn {
  background: #a6ce39;
  color: #fff;
  padding: 12px 35px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
}

.program-btn:hover {
  background: #a6ce39;
  color: #fff;
  text-decoration: none;
}
.new-hero-banner-section {
  margin-bottom: 60px;
}
.container-custom {
  max-width: 1400px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.campus-section {
  /*background: #f3f3f3;*/
  /*padding: 30px 0;*/
}

.campus-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
}

.campus-card {
  overflow: hidden;
  border-radius: 25px;
}

.campus-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.campus-large {
  height: 420px;
}

.campus-top {
  height: 200px;
}

.campus-bottom {
  height: 200px;
}

.container-custom {
  max-width: 1350px;
  margin: auto;
  padding: 0 20px;
}

.news-section {
  /*background: #f3f3f3;*/
  padding: 30px 0;
      z-index: 1;
    position: relative;
}

/* header */

.news-header {
  margin-bottom: 40px;
}

.news-title {
  font-size: 30px;
  font-weight: 600;
}

.view-btn {
  border: 1px solid #ddd;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.view-btn:hover {
  background: #A6CE39;
  color: #fff;
}

.testimonialmodal .modal-header .close {
    margin-top: -15px;
    color: #000;
    font-size: 30px;
    margin-right: 0px;
    opacity: 0.8;
    font-weight: 400;
    background-color: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 0;
    display: inline-block;
    padding-bottom: 0px;
    position: relative;
    z-index: 100000000;
}

/* cards */

.achievement-card {
  margin: 20px;
}

.news-card, .achievement-card {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.news-card img, .achievement-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

/* overlay */

.news-overlay , .achievement-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95), transparent);
}

/* title */

.news-overlay h5 , .achievement-overlay h5{
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color:#fff;
}

/* description hidden */

.news-overlay p , .achievement-overlay p{
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color:#D4D4D4;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  font-size: 14px;
  line-height: 1.4;
}

/* hover description */

.news-card:hover .news-overlay p , .achievement-card:hover .achievement-overlay p {
  opacity: 1;
  max-height: 60px;
}

/* arrow */

.news-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color:#fff;
}

.news-card:hover .news-arrow, .achievement-card:hover .achievement-arrow{
    display: none;
}

.container-custom {
  max-width: 1350px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* section */

.testimonial-section {
  /*background: #f3f3f3;*/
  padding: 30px 0;
}

/* title */

.testimonial-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

/* cards */

.testimonial-card {
  background: #ddd;
  border-radius: 25px;
  height: 260px;
  padding: 30px;
  margin: 15px;
}

.testimonial-item {
  background: #f1f1f1;
  border-radius: 25px;
  padding: 30px;
  margin: 15px;
  min-height: 200px;
}

/* user */

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 15px;
}

.user-img {
  width: 50px;
  height: 50px;
  background: #777;
  border-radius: 50%;
}

/* text */

.testimonial-user h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.testimonial-user p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.testimonial-slider .slick-dots, .achievement-slider .slick-dots{
    position: static;
}

.testimonial-slider .slick-next {
    right: -30px;
    border-radius: 50%;
    background-color: #a6ce39;
}

.testimonial-slider .slick-prev {
    left: -30px;
    border-radius: 50%;
    background-color: #a6ce39;
}

.testimonial-slider{
    z-index: 9999;
}

.testimonial-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}

.read-more {
  color: #749617;
  text-decoration: none;
  font-weight: 600;
}

.read-more:hover {
  text-decoration: underline;
}

/* dots */

.testimonial-dots {
  bottom: -60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.testimonial-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cfcfcf;
  border: none;
  transition: 0.3s;
}

.testimonial-dots .active {
  background: #444;
  width: 14px;
  height: 14px;
}

.container-custom {
  max-width: 1350px;
  margin: auto;
  padding: 0 20px;
}

.collab-section {
  /*background: #f3f3f3;*/
  padding: 30px 0;
}

.collab-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}

/* marquee */

.logo-marquee {
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  gap: 40px;
  animation: scrollLogo 10s linear infinite;
}

.logo-track img {
  width: 150px;
  height: 120px;
  object-fit: contain;
}


        

        .happenings-main-title {
            font-size: 28px;
            font-weight: 800;
            margin-bottom: 30px;
        }

        /* SECTION ROW */
        .sections-row {
            display: flex;
            gap: 24px;
        }

        /* WHITE CARD BACKGROUND */
        .section-col {
            min-width: 0;
            background: #fff;
            padding: 20px;
            border-radius: 18px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        }

        /* HEADER */
        .section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .section-header .section-title {
            font-size: 20px;
            font-weight: 600;
        }

        /* NAV BUTTON */
        .slider-nav-btns {
            display: flex;
            gap: 8px;
            flex-shrink: 0;
        }

        .nav-btn {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: #8dc63f;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: background 0.2s;
            outline: none;
        }

        .nav-btn:hover {
            background: #6da82e;
        }

        .arrow-left,
        .arrow-right {
            display: inline-block;
            width: 8px;
            height: 8px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
        }

        .arrow-left {
            transform: rotate(-135deg);
            margin-left: 2px;
        }

        .arrow-right {
            transform: rotate(45deg);
            margin-right: 2px;
        }

        /* CARD */
        .happening-card {
            position: relative;
            height: 260px;
            border-radius: 16px;
            overflow: hidden;
            -webkit-mask-image: -webkit-radial-gradient(white, black);
            mask-image: radial-gradient(white, black);
        }

        .card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* BADGE */
        .card-badge {
            position: absolute;
            top: 12px;
            left: 12px;
            background: rgba(30, 30, 30, 0.82);
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            padding: 5px 12px;
            border-radius: 8px;
            z-index: 2;
        }

        /* OVERLAY */
        .card-overlay {
            position: absolute;
            bottom: 0;
            width: 100%;
            padding: 40px 15px 15px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
            z-index: 2;
        }

        .card-label {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.82);
            margin-bottom: 2px;
        }

        .card-name {
            font-size: 15px;
            font-weight: 700;
            color: #fff;
        }

        /* SLICK */
        .achievements-slider .slick-prev,
        .achievements-slider .slick-next, .events-slider .slick-prev,
        .events-slider .slick-next,  {
            display: none !important;
        }

        .slick-slide>div {
            padding: 0 8px;
        }

        .achievements-slider,
        .events-slider {
            margin: 0 -8px;
        }

        .slick-dots {
            bottom: -28px !important;
            /*display: none;*/
        }

        .slick-dots li button:before {
            font-size: 8px !important;
            color: #bbb !important;
            opacity: 1 !important;
        }

        .slick-dots li.slick-active button:before {
            color: #555 !important;
        }

        /* RESPONSIVE */
        @media (max-width: 991px) {
            .sections-row {
                flex-direction: column;
                gap: 40px;
            }

            .happening-card {
                height: 230px;
            }

            .slick-dots {
                display: none !important;
            }
        }

        @media (max-width: 576px) {
            .happenings-wrapper {
                padding: 0 15px;
            }

            .happenings-main-title {
                font-size: 22px;
            }

            .section-title {
                font-size: 16px;
            }

            .happening-card {
                height: 200px;
            }

            .slick-slide>div {
                padding: 0 5px;
            }

            .achievements-slider,
            .events-slider {
                margin: 0 -5px;
            }
        }

/* animation */

@keyframes scrollLogo {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* responsive */

@media (max-width: 768px) {
  .logo-track img {
    width: 120px;
    height: 100px;
  }

  .collab-title {
    font-size: 28px;
  }
  .owd-modal{
      width: 100%;
  }
}

/* responsive */

@media (max-width: 991px) {
  .testimonial-card {
    height: 240px;
  }

  .testimonial-item {
    min-height: 180px;
  }
}

@media (max-width: 768px) {
  .testimonial-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .testimonial-item {
    margin-bottom: 20px;
  }

  .carousel-inner .row {
    flex-direction: column;
  }

  .testimonial-dots {
    bottom: -40px;
  }
   .about-section h2 {
       font-size: 28px !important;
       padding-top: 0px !important;
      
  }
  .about-img {
       margin-top: 30px;
      
  }
  .section-heading-one{
      font-size: 24px !important;
  }
  .section-heading-two{
      padding-top: 30px;
      padding-bottom: 30px;
      font-size: 24px !important;
  }
  
  .testimonial-slider .slick-next {
    right: 0px;
    
}

.testimonial-slider .slick-prev {
    left: 0px;
}
}

/* responsive */

@media (max-width: 992px) {
  .news-card img, .achievement-card img {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .news-title {
    font-size: 28px;
  }
  .news-title{
font-size:24px !important;

}

  .news-card img, .achievement-card img {
    height: 280px;
  }
  .section-heading-one {
    font-size:22px !important;
    font-weight: 600;

}

  .view-btn{
display:none;
}
}

@media (max-width: 576px) {
  .news-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .news-card img, .achievement-card img {
    height: 260px;
  }
}
@media (max-width:576px){

.view-btn{
display:none;
}

}
.section-heading-one {
    font-size:30px !important;
    font-weight: 600;

}







/*latest blog section*/
.news-header{
display:flex !important;
align-items:center !important;
justify-content:space-between !important;
}

/* tablet */

@media (max-width:992px){

.news-header{
flex-wrap:wrap !important;
}

.news-header .col-6{
flex:0 0 50% !important;
max-width:50% !important;
}

.news-title{
font-size:28px !important;
}

.view-btn{
padding:8px 20px !important;
}

}

/* mobile */

@media (max-width:576px){

.news-header{
flex-direction:column !important;
align-items:flex-start !important;
gap:10px !important;
}

.news-header .col-6{
flex:0 0 100% !important;
max-width:100% !important;
text-align:left !important;
}

.news-title{
font-size:24px !important;
line-height:1.3 !important;
}

.view-btn{
display:inline-block !important;
margin-top:5px !important;
}

}
@media (max-width:576px){

.view-btn{
display:none !important;
}

}

/*campus css start from here*/
   .campus-wrapper {
            max-width: 1140px;
            margin: 0 auto;
        }

        .campus-title {
            font-size: 30px;
            font-weight: 600;
            color: #111;
            margin-bottom: 28px;
            margin-top: 30px;
        }

        
        .accordion-row {
            display: flex;
            gap: 10px;
            align-items: stretch;
            height: 320px;
        }

       
        .acc-panel {
            position: relative;
            border-radius: 18px;
            overflow: hidden;
            cursor: pointer;
            flex: 1;
            /* collapsed = equal small width */
            transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            min-width: 0;
        }

       
        .acc-panel.active {
            flex: 4;
           
        }

        
        .acc-panel img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }

        .acc-panel.active img {
            transform: scale(1.04);
        }

        
        .acc-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 40px 18px 18px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
            z-index: 2;
        }

        
        .acc-title {
            font-size: 16px;
            font-weight: 800;
            color: #fff;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            transition: font-size 0.3s ease;
        }

        .acc-sub {
            font-size: 12px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.82);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-height: 0;
            opacity: 0;
            transition: max-height 0.35s ease, opacity 0.35s ease;
        }

        
        .acc-panel.active .acc-title {
            font-size: 20px;
        }

        .acc-panel.active .acc-sub {
            max-height: 30px;
            opacity: 1;
        }

  
        .acc-arrow {
            position: absolute;
            right: 16px;
            bottom: 18px;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.25);
            backdrop-filter: blur(4px);
            border: 2px solid rgba(255, 255, 255, 0.6);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transform: scale(0.7);
            transition: opacity 0.3s ease, transform 0.3s ease;
            z-index: 3;
        }

        .acc-arrow span {
            display: inline-block;
            width: 8px;
            height: 8px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            transform: rotate(45deg);
            margin-right: 2px;
        }

        .acc-panel.active .acc-arrow {
            opacity: 1;
            transform: scale(1);
        }
  .program-section{ 
      padding:28px 0px 0px 0px;
    
}
        /* ── Responsive ── */
        @media (max-width: 768px) {
            .accordion-row {
                flex-direction: column;
                height: auto;
            }

            .acc-panel {
                flex: none;
                height: 180px;
                width: 100%;
            }

            .acc-panel.active {
                flex: none;
                height: 280px;
            }

            .acc-sub {
                max-height: 30px;
                opacity: 1;
            }

            .acc-arrow {
                opacity: 1;
                transform: scale(1);
            }
            .about-section{
            padding-top:40px !important;
        }
        .section-heading-one {
            margin-top: 25px;
            margin-bottom: 25px !important;
            font-size: 25px !important;
            
        }
        .program-title{
            padding:0px !important;
        }
        .program-section{
            padding-top:0px !important;
        }
        .campus-title{
            margin-bottom: 20px;
            font-size: 28px;
            font-weight:500 ;
        }
        .text-section-one {
            padding:0px !important;
        }
        .news-header{
            margin-bottom:0px !important;
        }
        .news-title{
            margin: 10px !important;
        }
        .collab-section{
            padding-top: 0px !important;
        }
        }
        

.program-section {
    padding-top:0px;
}
.collab-section{
    padding-top:0px ;
}
.about-img-one
{
    margin-top: 25px ;
} 
.why-choose-us-section{
    padding-top: 50px; !important
}
.text-section-one{
    margin-bottom: 15px;
}


 .choose-item{
display:flex !important;
flex-direction:column !important;
align-items:flex-start !important;
text-align:left !important;
}

/* icon spacing */

.choose-item .icon-box{
margin-bottom:10px !important;
}

/* remove side spacing */

.choose-item .content{
margin-left:0 !important;
}

/* text size clean */

.choose-item h6{
margin-bottom:5px !important;
}

.choose-item p{
margin-bottom:0 !important;
font-size:14px !important;
}



/* desktop */

.why-choose-us-section .col-lg-4{
flex:0 0 25% !important;
max-width:25% !important;
}

/* tablet */

@media (max-width:992px){

.why-choose-us-section .col-lg-4{
flex:0 0 50% !important;
max-width:50% !important;
}

}

/* mobile */

@media (max-width:576px){

.why-choose-us-section .col-lg-4{
flex:0 0 100% !important;
max-width:100% !important;
}

}


.choose-item h6{
text-transform:none !important;
font-size:18px;
line-height:24px;
margin-bottom:0;
font-weight: 800;
}

/* paragraph same */

.choose-item p{
font-size:16px;
line-height:20px;
margin-bottom:0;
}
.read-btn{
    border: 1px solid #ddd;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    background-color: #A6CE39;
    
}
.slick-dots {
    display: none !important;
}
.font-text-one {
    font-weight: 800;
    font-size: 14px;
    text-transform: none;
}
/*.read-btn:hover*/
/*{*/
/*    background: #A6CE39;*/
/*    color: #fff;*/
/*}*/



/*slider resposive*/

@media (max-width:768px){

.accordion-row{
height:auto !important;
}

.acc-panel{
height:280px !important;
margin:0 8px;
}

/* fix slick structure */

.accordion-row .slick-slide{
display:flex !important;
}

}
@media (max-width:768px){

.accordion-row{
height:auto !important;
}

.acc-panel{
height:280px !important;
margin:0 8px;
}

/* fix slick structure */

.accordion-row .slick-slide{
display:flex !important;
}

}



