@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
:root {
  --primary: #21364d;
  --secondary: #a58468;
  --bs-primary: #007C94;
  --bs-primary-rgb: 0, 124, 148;
}
body{
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
img{
  max-width: 100%;
}
a{
  text-decoration: none;
}
/* .text-primary{
  color: var(--primary) !important;
} */
header{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  box-shadow: 0px 1px 3px 0px rgba(17, 17, 17, 0);
}
.main-heading{
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;

}
.section-padding{
  padding: 70px 0px;
}
.header-top{
  background: var(--primary);
  padding: 8px 0;
}
.main-banner{
  padding-top: 20px;
  position: relative;
  min-height: 70vh;
background: #D4E9EE;
background: linear-gradient(90deg,rgba(212, 233, 238, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(212, 233, 238, 1) 100%);
  overflow: hidden;
}

.shape-image {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.shape-image .shape-5 {
    max-width: 300px;
    opacity: 0.5;
    animation: shapeFloat 4s ease-in-out infinite;
}

.shape-image .shape-4 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 250px;
    opacity: 0.6;
    animation: shapeRotate 20s linear infinite;
}

@keyframes shapeFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes shapeRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Make content appear above the shape */
.main-banner .container {
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .shape-image .shape-5 {
        max-width: 200px;
        opacity: 0.3;
    }
    .shape-image .shape-4 {
        max-width: 150px;
        opacity: 0.4;
    }
}

.secondary-btn{
  background: var(--secondary);
  color: #000;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 26px;
    min-width: 160px;
    text-transform: uppercase;
    text-align: center;
}
.banner-img{
 position: absolute;
 right: 0;
 top: 0;
}
.navbar-brand img{
  max-height: 55px;
}
.banner-btn{
   text-align: center;
  border-radius: 100px;
  background: var(--secondary);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
}
.dark-gradient{
  background: #18325A;
background: linear-gradient(310deg, rgba(24, 50, 90, 1) 0%, rgba(37, 49, 77, 1) 100%);
}
.dark-gradient .card{
  /* background: rgba(255, 255, 255, 0.189); */

  padding:15px;
/* background: rgba(255, 255, 255, 0.08);  */
overflow: hidden;
border-radius: 15px;
/* outline: 1.50px rgba(255, 255, 255, 0.20) solid; */
background: #ffffff;
background: #ffffff;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.17) 100%);
}
.dark-gradient .card .card-title{
  font-weight: 500;
  font-size: 20px;

  margin-bottom: 0px;
}
.dark-gradient .card a{
  color: #fff;
}

.result-bg{
 background: #fff4e0;
background: linear-gradient(310deg, rgba(255, 244, 224, 0.84) 0%, rgba(255, 255, 255, 1) 100%);
  border-radius: 40px;
  padding: 25px;
}
.result-bg h1{
  font-size: 28px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
  font-weight: 600;
}
.result-card{
  padding: 6px;
  background: #fff;
  /*background:*/
  /*linear-gradient(180deg, white 0%, #D3F8FF 100%);*/
  border-top-left-radius: 112px;
   border-top-right-radius: 112px;
   border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    position: relative;
}
.result-card img{
  border-radius: 100%;
  margin-bottom: 8px;
}
.result-card h5{
color: #0F172A;
font-size: 16px;
 font-weight: 500;
 margin-bottom: 5px;

}
.result-card h4{
  font-size: 18px ;
  font-weight: bold;
}
.rank-badge{
  width: 45px;
  height: 45px;
  color: #000;
  text-align: center;
  border-radius: 12px;
  position: absolute;
  left: -0;
  top: 0;
background: linear-gradient(180deg, #FFB92E 0%, #FFD581 100%);
list-style: 0px;
font-size: 12px;
padding: 2px;
line-height: 30px;
}
.rank-badge span{
  font-size: 12px;
  font-weight: 600;
  line-height: 0px;
  display: block;
}

.section-title {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #1E1E1E;
  margin-bottom: 16px;
}

.sub-subtitle{
  font-size: 18px;
  color: #6A6A6A;
  margin-bottom: 0;
}

.course-card {
  background: linear-gradient(180deg, #D9F9FF 0%, #FFFFFF 45.19%, #D9F9FF 100%);
  border-radius: 20px;
  padding: 15px;

  transition: transform 0.3s ease;
}

.course-card:hover {
  transform: translateY(-5px);
}

.course-card h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  color: #1E1E1E;
  margin-bottom: 16px;
}

.course-card p {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
  margin-bottom: 24px;
}

.course-card .course-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 24px;
}

.course-btn {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  color: #1A1A1A;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #A4F2FF;
  border-radius: 25px;
  padding: 8px 24px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.course-btn:hover {
  background: rgba(255, 255, 255, 1);
  color: #1A1A1A;
  text-decoration: none;
}
.home-about{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.90) 0%, rgba(235.19, 235.19, 235.19, 0.90) 100%)
}
.about-lable{
   border-radius: 100px;
   outline: 1px #E0E5EB solid; outline-offset: -1px;
   color: #000;
   padding: 10px 20px;
   display: inline-block;
}
.about-lable img{
  max-height: 27px;
  display: inline-block;
  margin-right: 5px;

}
.home-about p{
color: #616161;
line-height: 26px;
 font-weight: 400;
}
.dark-gradient .accordion-header{
  background: none !important;

}
.dark-gradient .accordion-header .accordion-button{
  background: none !important;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 30px;
  border-radius: 0px;
    box-shadow: none;
}
.dark-gradient .accordion-item{
  background: rgba(255, 255, 255, 0.20);
   border-radius: 20px;
   overflow: hidden;
   color: #fff;
   border: none;
   margin-bottom: 10px;
}
.girl-img{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  /* max-height: 100%; */
}
.faq-section{
   background: linear-gradient(180deg, rgba(255, 255, 255, 0.90) 0%, rgba(235.19, 235.19, 235.19, 0.90) 100%)
}
.faq-section img{
border-radius: 30px;
}
.faq-section p{
  color: #616161;
 line-height: 28px;
}
/* .faq-section .accordion-header{
  background: #fff !important;
} */

.faq-section .accordion-header .accordion-button{
  background: #fff !important;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 30px;
  border-radius: 0px;
    box-shadow: none;
}
.faq-section .accordion-item{
  background: #fff;
   border-radius: 20px;
   overflow: hidden;
   color: #000;
   border: none;
   margin-bottom: 10px;
}
.testimonial-list iframe{
  border-radius: 15px;
  height: 550px;
  /* overflow: hidden; */
}

.testimonial-section {
    padding: 80px 0;
    background: #F8F9FA;
}

.testimonial-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 32px;
    margin: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-header {
    margin-bottom: 24px;
}

.testimonial-quote {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 1.625;
    color: #4A4A4A;
    font-style: italic;
}

.testimonial-footer {
    border-top: 1px solid #E5E5E5;
    padding-top: 24px;
}

.testimonial-author {
    display: flex;

    align-items: center;

}
.author-info {
  padding-left: 15px;
}
.author-info h4 {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #1E1E1E;
    margin-bottom: 4px;
}

.author-info p {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
}

.author-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-section .owl-dots {
    margin-top: 30px;
}

.testimonial-section .owl-dot span {
    background: #D9D9D9;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
}

.testimonial-section .owl-dot.active span {
    background: #1E1E1E;
}

.news-card {
  background: #F9F9FB;
  border-radius: 20px;
  padding: 15px;

  transition: transform 0.3s ease;
}

.news-card:hover {
  transform: translateY(-5px);
}

.news-card h3 {

  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  color: #1E1E1E;
  margin-bottom: 16px;
  margin-top: 16px;
}



.news-card .course-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 24px;
}
.news-badge{
  background: #15C1FA;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 14px;
}
.news-section .nav-link{
  padding: 10px 20px;
  min-width: 150px;
  color: #000;
}
.nav-pills .nav-link.active{
  background: var(--secondary);
  color: #000;
}

.footer-section {
    background: #1A1A1A;
    padding: 80px 0 0;
    color: #fff;
}

.footer-logo img {
    max-height: 60px;
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-widget h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: 'Outfit', sans-serif;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: 'Outfit', sans-serif;
}

.footer-links a:hover {
    color: #fff;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-info .icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-info .content span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}

.contact-info .content a,
.contact-info .content p {
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info .content a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    margin-top: 60px;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    text-align: center;
    font-size: 14px;
}

/* About Page Styles */
.section-tag {
    display: inline-block;
    padding: 8px 20px;
    background: var(--secondary);
    color: #000;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-hero {


    background: linear-gradient(180deg, rgba(212, 233, 238, 0.3) 0%, rgba(255, 255, 255, 1) 100%);
}

.counter-box {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.counter-box h3 {
    color: var(--primary);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.counter-box p {
    color: #666;
    margin: 0;
    font-weight: 500;
}

.experience-badge {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: var(--secondary);
    color: #000;
    padding: 20px;
    border-radius: 50%;
    text-align: center;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation: float 3s ease-in-out infinite;
}

.experience-badge .years {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.experience-badge .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

/* Vision Mission Section */
.vision-card, .mission-card {
    transition: transform 0.3s ease;
}

.vision-card:hover, .mission-card:hover {
    transform: translateY(-10px);
}

.vision-features, .mission-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vision-features li, .mission-features li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.vision-features i, .mission-features i {
    color: var(--primary);
    margin-right: 10px;
}

/* Timeline Section */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background: var(--primary);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}

.timeline-item {
    padding: 10px 40px;
    position: relative;
    width: 50%;
}

.timeline-item::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--primary);
    border: 4px solid #fff;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.left {
    left: 0;
}

.right {
    left: 50%;
}

.left::after {
    right: -10px;
}

.right::after {
    left: -10px;
}

.timeline-content {
    position: relative;
}

.year-badge {
    display: inline-block;
    padding: 5px 15px;
    background: var(--secondary);
    color: #000;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.timeline-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--primary);
    opacity: 0.3;
    font-size: 24px;
}

/* Team Section */
.team-card {
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
}

.team-image {
    position: relative;
    overflow: hidden;
}

.team-social {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.team-card:hover .team-social {
    bottom: 0;
}

.social-link {
    color: #fff;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--primary);
    color: #fff;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .timeline::after {
        left: 31px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .right {
        left: 0;
    }

    .left::after, .right::after {
        left: 21px;
    }

    .experience-badge {
        width: 90px;
        height: 90px;
        padding: 15px;
    }

    .experience-badge .years {
        font-size: 22px;
    }

    .experience-badge .text {
        font-size: 12px;
    }
}

/* CTA Section */
.cta-section {
    background: var(--primary);
    overflow: hidden;
}

.cta-section .section-tag {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.cta-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 2px, transparent 2px);
    background-size: 30px 30px;
    opacity: 0.5;
    pointer-events: none;
}

.contact-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px 30px;
    min-width: 250px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.contact-card:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.contact-card .icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
}

.contact-card .content {
    color: #fff;
}

.contact-card .label {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 5px;
}

.contact-card .value {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
}

.contact-card .value:hover {
    color: var(--secondary);
}

/* Course Banner Section */
.course-banner-section {
    /* padding: 120px 0; */
    /* background: linear-gradient(180deg, rgba(var(--primary-rgb), 0.05) 0%, rgba(255, 255, 255, 1) 100%); */
    overflow: hidden;
    background: #fff4e0;
background: linear-gradient(310deg, rgba(255, 244, 224, 0.84) 0%, rgba(255, 255, 255, 1) 100%);
}

.banner-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.banner-text {
    font-size: 1.1rem;
    color: #666;
    max-width: 500px;
}

.course-search-form {
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 500px;
}

.search-input {
    position: relative;
    padding-left: 45px;
}

.search-input svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.search-input input {
    border: none;
    outline: none;
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
}

.course-search-form .btn {
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 500;
}

.stat-item {
    text-align: center;
    background: #fff;
    padding: 15px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    min-width: 150px;
}

.stat-item h3 {
    color: var(--primary);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-item p {
    color: #666;
    margin: 0;
    font-weight: 500;
}

.banner-image {
    position: relative;
    z-index: 1;
    margin-right: -80px;
    text-align: right;


}

.banner-image img {
    max-width: 100%;
    height: auto;
    /* transform: scale(1.2); */
    /* margin-right: -10%; */
     border-radius: 50% 0px 0px 50%;
}

@media (max-width: 991px) {
    .banner-image {
        margin-right: 0;
        margin-top: 40px;
        text-align: center;
    }

    .banner-image img {
        max-width: 100%;
        transform: none;
        margin-right: 0;
    }
}

/* Adjust floating elements position */
.float-element.student-card {
    left: 5%;
}

.float-element.rating-card {
    right: 15%;
}

.float-element.course-card {
    left: 15%;
}

.float-element {
    position: absolute;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    animation: float 3s ease-in-out infinite;
}

.student-card {
    top: 20%;
    left: -10%;
}

.rating-card {
    bottom: 25%;
    right: -5%;
}

.course-card {
    bottom: 10%;
    left: 10%;
}

.float-element .icon {
    font-size: 24px;
}

.float-element .content {
    min-width: 120px;
}

.float-element .number {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: var(--primary);
}

.float-element .text {
    font-size: 14px;
    margin: 0;
    color: #666;
}

.float-element .courses {
    font-size: 12px;
    font-weight: 500;
    color: var(--primary);
    margin: 0;
}

.float-element .stars {
    color: #FFD700;
    font-size: 16px;
    margin-bottom: 5px;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* Responsive Styles */
@media (max-width: 991px) {
    .banner-title {
        font-size: 3rem;
    }

    .banner-image {
        margin-top: 50px;
    }

    .float-element {
        transform: scale(0.8);
    }

    .student-card {
        left: 0;
    }

    .rating-card {
        right: 0;
    }
}

@media (max-width: 767px) {
    .course-banner-section {
        padding: 80px 0;
    }

    .banner-title {
        font-size: 2.5rem;
    }

    .stat-item {
        min-width: auto;
    }
}

/* Bootstrap Color Overrides */
.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #006A7E !important;
    border-color: #006A7E !important;
}

.text-primary {
    color: var(--primary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    border-width: 2px;
    border-radius: 8px;
    padding: 8px 20px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,124,148,0.2);
}

/* Header Top Styles */
.header-top {
    background: var(--primary);
    padding: 8px 0;
}

.top-contact-info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.top-contact-info li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
}

.top-contact-info li i {
    font-size: 14px;
    color: var(--secondary);
}

.top-contact-info li a,
.top-contact-info li span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.top-contact-info li a:hover {
    color: var(--secondary);
}

.top-social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.top-social-links li a {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    transition: all 0.3s ease;
}

.top-social-links li a:hover {
    background: var(--secondary);
    color: var(--primary);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .top-contact-info {
        justify-content: center;
        text-align: center;
        margin-bottom: 10px;
    }

    .top-social-links {
        justify-content: center;
    }

    .header-top .col-md-8,
    .header-top .col-md-4 {
        width: 100%;
    }
}

/* Navigation Styles */
header .navbar {
    padding: 15px 0;
    transition: all 0.3s ease;
}

.navbar-brand img {
    max-height: 55px;
}

.navbar-nav .nav-item {
    position: relative;
    padding: 0 5px;
}

.navbar-nav .nav-link {
    color: #1A1A1A;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 15px !important;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    /* background: var(--primary); */
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 30px;
}

.navbar-nav .dropdown-menu {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    margin-top: 15px;
}

.dropdown-item {
    padding: 8px 25px;
    color: #1A1A1A;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--primary);
}

.nav-link.contact-btn {
    background: var(--primary);
    color: #fff;
    padding: 10px 25px !important;
    border-radius: 50px;
    margin-left: 10px;
}

.nav-link.contact-btn:hover {
    background: var(--secondary);
    color: #1A1A1A;
}

.nav-link.contact-btn::after {
    display: none;
}
.page-top-space{
  width: 100%;
  height: 138px;


}
.page-header{
  position: relative;

  background: linear-gradient(90deg, #0C1D2B 0%, #4A535B 100%)
}

/* Mobile Navigation Styles */
@media (max-width: 991px) {
    .main-banner{
        padding-top: 100px;
    }

    .header-top{
        display: none;
    }
    header .navbar {
        padding: 8px;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
        outline: none !important;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }


    .navbar-collapse {
        background: #fff;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: 15px;
    }

    .navbar-nav .nav-item {
        padding: 0;
    }

    .navbar-nav .nav-link {
        padding: 12px 20px !important;
        border-radius: 8px;
    }

    .navbar-nav .nav-link:hover {
        background: rgba(var(--bs-primary-rgb), 0.1);
    }

    .navbar-nav .nav-link::after {
        display: none;
    }

    .nav-link.contact-btn {
        margin: 10px 0 0 0;
    }

    .dropdown-menu {
        border: none;
        box-shadow: none;
        padding: 0 0 0 20px;
        margin: 0;
        background: transparent;
    }

    .dropdown-item {
        padding: 8px 15px;
    }

    .dropdown-item:hover {
        background: rgba(var(--bs-primary-rgb), 0.1);
    }
}

/* Add scrolled header state */
header.scrolled {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

header.scrolled .header-top {
    display: none;
}

header.scrolled .navbar {
    padding: 10px 0;
}

/* Courses Section Styles */
/*.courses-section {*/
/*    background: linear-gradient(180deg, rgba(212, 233, 238, 0.3) 0%, rgba(255, 255, 255, 1) 100%);*/
/*}*/

.course-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.course-features li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
}

.course-features li i {
    color: var(--primary);
    margin-right: 10px;
    font-size: 16px;
}

.course-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
  
}

.course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.course-card .course-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
}

.course-card h3 {
    color: var(--primary);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.course-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* .course-btn {
    background: var(--primary);
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
} */

.course-btn:hover {
    background: var(--secondary);
    color: #000;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .course-card {
        margin-bottom: 30px;
    }
}

/* Mission Values Styles */
.mission-values .value-item {
    padding: 20px;
    background: rgba(var(--bs-primary-rgb), 0.05);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.mission-values .value-item:hover {
    background: rgba(var(--bs-primary-rgb), 0.1);
    transform: translateX(10px);
}

.mission-values .value-item h4 {
    color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.mission-values .value-item h4 i {
    color: var(--secondary);
}

.mission-values .value-item p {
    color: #666;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

/* Course Detail Card Styles */
.course-detail-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.course-detail-card .course-image {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.course-detail-card .course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.course-detail-card:hover .course-image img {
    transform: scale(1.05);
}

.course-detail-card .course-tag {
    display: inline-block;
    padding: 6px 16px;
    background: var(--secondary);
    color: #000;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.course-detail-card h3 {
    font-size: 28px;
    font-weight: 600;
    color: #1E1E1E;
    margin-bottom: 12px;
}

.course-detail-card .lead {
    color: #666;
    font-size: 18px;
    margin-bottom: 24px;
}

.course-detail-card .course-highlights {
    background: rgba(0, 124, 148, 0.05);
    border-radius: 15px;
    padding: 24px;
}

.course-detail-card .course-highlights h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 16px;
    color: #4A4A4A;
}

.feature-list li:last-child {
    margin-bottom: 0;
}

.feature-list li i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 124, 148, 0.1);
    border-radius: 50%;
    margin-right: 12px;
    color: var(--primary);
    font-size: 12px;
}

.feature-list li .fas.fa-star {
    background: rgba(250, 176, 29, 0.1);
    color: var(--secondary);
}

.course-actions {
    display: flex;
    gap: 16px;
}

.course-actions .btn {
    padding: 12px 28px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 25px;
}

.course-actions .btn-primary {
    background: var(--primary);
    border: none;
}

.course-actions .btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}

.course-actions .btn-primary:hover,
.course-actions .btn-outline-primary:hover {
    transform: translateY(-2px);
}

.course-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    transition: all 0.3s ease;
}

.course-detail-card:hover .course-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 124, 148, 0.4) 100%);
}

/* Additional section styles */
.page-top-space {
    height: 90px;
}

.page-header {
    background: var(--primary);
    padding: 60px 0;
}

.page-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 16px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

/* Scroll Down Animation */
.scroll-down {
    position: absolute;
    bottom: 50px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: var(--primary);
    transition: all 0.3s ease;
    z-index: 10;
    opacity: 0.8;
}

.scroll-down:hover {
    color: var(--secondary);
    opacity: 1;
    transform: translateY(-5px);
}

.scroll-down span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.scroll-down .mouse {
    width: 26px;
    height: 46px;
    border: 2px solid currentColor;
    border-radius: 15px;
    position: relative;
    display: flex;
    justify-content: center;
}

.scroll-down .mouse::before {
    content: '';
    width: 4px;
    height: 8px;
    background-color: currentColor;
    border-radius: 2px;
    position: absolute;
    top: 8px;
    animation: scrollWheel 1.5s infinite;
}

@keyframes scrollWheel {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

/* Banner content positioning */
.banner-content {
    position: relative;
    padding-bottom: 60px;
}

@media (max-width: 768px) {
    .banner-image img{
        border-radius: 40px;
    }
    .scroll-down {
        display: none;
    }
    .banner-content{
        padding-bottom: 0px;
    }
    .girl-img{
        display: none
    }
}

/* Enhanced Contact Form Styles */
.contact-form-section {
    position: relative;
    overflow: hidden;
}

.contact-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/pattern.webp') center/cover;
    opacity: 0.03;
    pointer-events: none;
}

.contact-form-wrapper {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    padding: 40px;
    position: relative;
    transition: all 0.3s ease;
}

.contact-form-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.contact-info-wrapper {
    background: linear-gradient(135deg, var(--primary), #005c6f);
    border-radius: 20px;
    padding: 40px;
    color: #fff;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.contact-info-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/pattern.webp') center/cover;
    opacity: 0.1;
    pointer-events: none;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-control {
    height: 52px;
    border-radius: 12px;
    border: 2px solid #eef2f6;
    padding: 10px 15px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #f8fafc;
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(0,124,148,0.1);
    background: #fff;
}

.form-control.is-valid {
    border-color: #28a745;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

textarea.form-control {
    height: 140px;
    resize: none;
}

.form-label {
    font-weight: 500;
    margin-bottom: 8px;
    color: #2c3e50;
    font-size: 15px;
}

/* Branch Locations Section */
.branch-locations-section {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    position: relative;
}

.branch-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.branch-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.branch-map {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.branch-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    transition: all 0.3s ease;
}

.branch-details {
    padding: 25px;
    background: #fff;
}

.branch-details h3 {
    color: var(--primary);
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.branch-details p {
    margin-bottom: 10px;
    color: #64748b;
}

.branch-details p i {
    color: var(--primary);
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

/* Button Styles */
.btn-primary {
    background: var(--primary);
    border: none;
    border-radius: 12px;
    padding: 12px 30px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-primary:hover {
    background: #005c6f;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,124,148,0.2);
}

.btn-primary .spinner-border {
    margin-right: 8px;
}

/* Alert Styles */
.alert {
    border-radius: 12px;
    padding: 15px 20px;
    border: none;
    animation: slideIn 0.3s ease-out;
}

.alert-success {
    background: #dcf5e7;
    color: #0d6832;
}

.alert-danger {
    background: #fee2e2;
    color: #b91c1c;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Branch Info List */
.branch-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.branch-info-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #64748b;
}

.branch-info-list li i {
    color: var(--primary);
    width: 24px;
    margin-right: 12px;
    text-align: center;
}

.branch-info-list li a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.branch-info-list li a:hover {
    color: var(--primary);
}

.form-text {
    color: #64748b;
    font-size: 13px;
    margin-top: 5px;
}

.contact-info-wrapper ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
}

.contact-info-wrapper ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 20px;
    color: var(--secondary);
}

.contact-info-wrapper ul li h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff;
}

.contact-info-wrapper ul li p {
    margin: 0;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.contact-info-wrapper ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-wrapper ul li a:hover {
    color: var(--secondary);
}

/* Enhanced Section Title Styles */
.section-tag {
    background: var(--secondary);
    color: #000;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-title {
    color: #1e293b;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.section-subtitle {
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Hover Effect for Maps */
.branch-map {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

/* .branch-map:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,124,148,0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
} */

.branch-card:hover .branch-map:after {
    opacity: 1;
}

/* Animation for Form Submission */
@keyframes formSubmit {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}

.form-submitting {
    animation: formSubmit 1.5s ease infinite;
}



/* Fancybox Customization */
.fancybox-bg {
    background: #000;
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
}

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0,0,0,0.85) 0%,
        rgba(0,0,0,0.3) 50%,
        rgba(0,0,0,0) 100%);
    padding: 30px;
}

.fancybox-caption h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.fancybox-caption p {
    color: rgba(255,255,255,0.8);
    margin: 0;
}


/* Results Page Styles */
.achievement-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.achievement-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.achievement-icon {
    width: 80px;
    height: 80px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.achievement-icon i {
    font-size: 32px;
    color: #fff;
}

.achievement-card h3 {
    font-size: 42px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 10px;
}

.achievement-card p {
    color: #64748b;
    margin: 0;
    font-size: 16px;
}

/* Ranker Card Styles */
.results-category-title {
    color: #1e293b;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 4px solid var(--primary);
}

.ranker-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    margin: 10px;
}

.ranker-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.ranker-image {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
}

.ranker-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.rank-badge {
    position: absolute;
    top: 0;
    right: -10px;
    background: var(--secondary);
    color: #000;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #fff;
}

.ranker-info h4 {
    color: #1e293b;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.ranker-info .score {
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 5px;
}

.ranker-info .college {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}

/* Results Chart Styles */
.results-chart-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.results-chart-card h3 {
    color: #1e293b;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

/* Carousel Navigation */
.rankers-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.rankers-carousel .owl-prev,
.rankers-carousel .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--primary) !important;
    border-radius: 50% !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.rankers-carousel .owl-prev {
    left: -20px;
}

.rankers-carousel .owl-next {
    right: -20px;
}

.rankers-carousel .owl-prev:hover,
.rankers-carousel .owl-next:hover {
    background: var(--secondary) !important;
}

.rankers-carousel .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.rankers-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #e2e8f0;
    border-radius: 50%;
    margin: 0 5px;
    display: block;
    transition: all 0.3s ease;
}

.rankers-carousel .owl-dot.active span {
    background: var(--primary);
    transform: scale(1.5);
}

@media (max-width: 768px) {
    .achievement-card h3 {
        font-size: 32px;
    }

    .rankers-carousel .owl-prev {
        left: -10px;
    }

    .rankers-carousel .owl-next {
        right: -10px;
    }

    .results-category-title {
        font-size: 20px;
    }
}

/* Course Detail Page Styles */
.course-hero-section {
    position: relative;
    background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.05) 0%, rgba(255, 255, 255, 1) 100%);
    overflow: hidden;
}

.course-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(var(--primary-rgb), 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    transform: translate(30%, -30%);
    z-index: 0;
}

.course-tag {
    display: inline-block;
    padding: 8px 20px;
    background: var(--secondary);
    color: var(--primary);
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.course-stats {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.stat-item i {
    width: 40px;
    height: 40px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.course-hero-image {
    position: relative;
    z-index: 1;
}

.course-hero-image img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.course-hero-image:hover img {
    transform: translateY(-10px);
}

/* Course Structure Styles */
.course-structure .accordion-item {
    border: none;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.course-structure .accordion-button {
    padding: 20px 25px;
    font-weight: 600;
    color: var(--primary);
    background: #fff;
    border-radius: 15px !important;
}

.course-structure .accordion-button:not(.collapsed) {
    background: linear-gradient(45deg, var(--primary) 0%, #0056b3 100%);
    color: #fff;
}

.syllabus-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.syllabus-list li {
    padding: 12px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.syllabus-list li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    margin-right: 10px;
    color: var(--primary);
}

/* Methodology Cards */
.methodology-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.methodology-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.methodology-card .card-icon {
    width: 60px;
    height: 60px;
    background: rgba(var(--primary-rgb), 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.methodology-card .card-icon i {
    font-size: 24px;
    color: var(--primary);
}

.methodology-card h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--primary);
}

/* Sidebar Styling */
.course-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.course-info-list{
    padding: 0px;
    margin: 0px;
}
.course-info-list li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.course-info-list li i {
    width: 40px;
    height: 40px;
    background: rgba(var(--primary-rgb), 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: var(--primary);
}

.story-card {
    background: rgba(var(--primary-rgb), 0.05);
    border-radius: 15px;
    padding: 20px;
}

.student-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.student-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    border: 3px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Eligibility Section Styles */
.eligibility-cards {
    margin-top: 30px;
}

.eligibility-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-left: 5px solid var(--primary);
}

.eligibility-card:hover {
    transform: translateX(10px);
}

.eligibility-card h4 {
    color: var(--primary);
    font-size: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.eligibility-card h4 i {
    font-size: 24px;
    margin-right: 10px;
    color: var(--secondary);
}

.eligibility-card .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.eligibility-card .feature-list li {
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    color: #666;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.eligibility-card .feature-list li:last-child {
    border-bottom: none;
}

.eligibility-card .feature-list li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    margin-right: 10px;
    color: var(--primary);
}

/* Course Division Styles */
.course-division {
    margin-top: 30px;
}

.subject-topics {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.subject-topics li {
    padding: 12px 20px;
    background: rgba(var(--primary-rgb), 0.05);
    border-radius: 10px;
    color: #444;
    font-size: 15px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.subject-topics li:hover {
    background: rgba(var(--primary-rgb), 0.1);
    transform: translateX(5px);
}

.subject-topics li:before {
    content: '\f15c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    margin-right: 10px;
    color: var(--primary);
}

/* Course Highlights */
.highlight-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.highlight-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.highlight-card .icon {
    width: 60px;
    height: 60px;
    background: rgba(var(--primary-rgb), 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.highlight-card .icon i {
    font-size: 24px;
    color: var(--primary);
}

.highlight-card h4 {
    font-size: 18px;
    color: var(--primary);
    margin-bottom: 10px;
}

.highlight-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Modal Styling */
.modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

.modal-header {
    background: var(--primary);
    color: #fff;
    padding: 20px 30px;
    border: none;
}

.modal-header .btn-close {
    color: #fff;
    opacity: 1;
}

.modal-body {
    padding: 30px;
}

.form-label {
    font-weight: 500;
    color: #444;
}

.form-control, .form-select {
    padding: 12px 15px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control:focus, .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.1);
}

@media (max-width: 768px) {
    .course-hero-section {
        text-align: center;
    }

    .course-stats {
        justify-content: center;
    }

    .course-hero-image {
        margin-top: 40px;
    }

    .subject-topics {
        grid-template-columns: 1fr;
    }

    .methodology-card, .highlight-card {
        margin-bottom: 20px;
    }
}

/* Careers Page Styles */
.career-hero-section {
    position: relative;
    overflow: hidden;
}

.career-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(var(--primary-rgb), 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
}

.career-stats {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.career-stats .stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.career-stats .stat-item i {
    width: 40px;
    height: 40px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.job-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.job-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.job-header h3 {
    font-size: 22px;
    color: var(--primary);
    margin: 0;
}

.job-type {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

.job-type.full-time {
    background: rgba(var(--primary-rgb), 0.1);
    color: var(--primary);
}

.job-body {
    margin-bottom: 20px;
}

.job-body h4 {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
}

.job-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.job-body ul li {
    padding: 5px 0;
    color: #666;
    display: flex;
    align-items: center;
}

.job-body ul li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    margin-right: 10px;
    color: var(--primary);
}

.benefit-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
}

.benefit-card:hover {
    transform: translateY(-10px);
}

.benefit-card .icon {
    width: 70px;
    height: 70px;
    background: rgba(var(--primary-rgb), 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.benefit-card .icon i {
    font-size: 28px;
    color: var(--primary);
}

.benefit-card h4 {
    color: var(--primary);
    font-size: 20px;
    margin-bottom: 15px;
}

.benefit-card p {
    color: #666;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

.career-form .form-control {
    padding: 12px 15px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.career-form .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.1);
}

@media (max-width: 991px) {
  .job-detail-content {
    padding: 25px;
    margin-bottom: 30px;
  }

  .application-form-card {
    position: static;
  }
}

@media (max-width: 768px) {
  .job-header h2 {
    font-size: 26px;
  }

  .job-detail-content h3 {
    font-size: 20px;
  }
}

/* Downloads Page Styles */
.downloads-filter {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.downloads-filter .filter-btn {
    padding: 8px 20px;
    border: none;
    background: #f5f5f5;
    color: #333;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.downloads-filter .filter-btn:hover,
.downloads-filter .filter-btn.active {
    background: var(--primary);
    color: #fff;
}

.paper-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.paper-card:hover {
    transform: translateY(-5px);
}

.paper-icon {
    font-size: 36px;
    color: var(--primary);
    margin-bottom: 20px;
}

.paper-tag {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(0, 124, 148, 0.1);
    color: var(--primary);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 15px;
}

.paper-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1A1A1A;
}

.paper-content p {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.paper-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #666;
}

.paper-meta i {
    color: var(--primary);
    margin-right: 5px;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: var(--primary);
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.download-btn:hover {
    background: var(--secondary);
    color: #000;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .downloads-filter {
        gap: 10px;
    }

    .downloads-filter .filter-btn {
        padding: 6px 15px;
        font-size: 13px;
    }

    .paper-card {
        padding: 20px;
    }
}

/* Video Page Styles */
.video-filter .nav-link {
  padding: 10px 25px;
  margin: 0 5px;
  border-radius: 30px;
  color: #1A1A1A;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #E5E5E5;
}

.video-filter .nav-link:hover {
  background: rgba(var(--bs-primary-rgb), 0.1);
}

.video-filter .nav-link.active {
  background: var(--secondary);
  color: #1A1A1A;
  border-color: var(--secondary);
}

.video-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.video-card:hover {
  transform: translateY(-5px);
}

.video-thumbnail {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.video-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-thumbnail .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: var(--secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A1A1A;
  font-size: 24px;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.video-thumbnail .play-btn:hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

.video-info {
  padding: 20px;
}

.video-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #1A1A1A;
}

.video-category {
  display: inline-block;
  padding: 5px 12px;
  background: var(--primary);
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}

.video-duration {
  color: #666;
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
}

.video-duration i {
  margin-right: 5px;
}

#videoModal .modal-content {
  background: #1A1A1A;
  border: none;
}

#videoModal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
}

#videoModal .modal-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

#videoModal .btn-close {
  filter: invert(1);
}

#videoModal .modal-body {
  padding: 0;
}

#videoModal .ratio {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .video-filter .nav-link {
    margin-bottom: 10px;
  }

  .video-thumbnail .play-btn {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}

/* WhatsApp Chat Widget */
.whatsapp-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.whatsapp-toggle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: all 0.3s ease;
}

.whatsapp-toggle i {
  font-size: 32px;
  color: white;
}

.whatsapp-toggle:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.whatsapp-chat-box {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 300px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: none;
}

.chat-box-header {
  background: #075E54;
  color: white;
  padding: 15px 20px;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-box-header h4 {
  margin: 0;
  font-size: 16px;
}

.close-chat {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 18px;
}

.chat-box-body {
  padding: 15px;
}

.chat-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.3s ease;
}

.chat-item:hover {
  background-color: #f5f5f5;
}

.chat-item-avatar {
  width: 40px;
  height: 40px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.chat-item-avatar i {
  color: white;
  font-size: 20px;
}

.chat-item-info h5 {
  margin: 0 0 5px;
  font-size: 14px;
  color: #1a1a1a;
}

.chat-item-info p {
  margin: 0;
  font-size: 12px;
  color: #666;
}

/* Show chat box when active */
.whatsapp-chat-box.active {
  display: block;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Enhanced Blog Section Styles */
.blog-section {
    background-color: #f8f9fa;
    position: relative;
}

.blog-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.filter-btn {
    padding: 8px 20px;
    border: none;
    background: white;
    border-radius: 30px;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.filter-btn:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

.filter-btn.active {
    background: #007C94;
    color: white;
}

.blog-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.blog-image {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.1);
}

.blog-category {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 8px 16px;
    border-radius: 30px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    backdrop-filter: blur(10px);
    background: rgba(0,0,0,0.3);
}

.blog-category.success-stories { background: rgba(40, 167, 69, 0.85); }
blog-category.news { background: rgba(0, 123, 255, 0.85); }
.blog-category.education { background: rgba(255, 193, 7, 0.85); }
.blog-category.events { background: rgba(111, 66, 193, 0.85); }

.blog-content {
    padding: 25px;
}

.blog-meta {
    display: flex;
    gap: 20px;
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 15px;
}

.blog-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-content h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-content h3 a:hover {
    color: #007C94;
}

.blog-content p {
    color: #6c757d;
    margin-bottom: 20px;
    line-height: 1.6;
}

.read-more {
    color: #007C94;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.read-more:hover {
    gap: 10px;
    color: #1a44d8;
}

/* Enhanced Pagination Styles */
.pagination {
    gap: 5px;
}

.page-link {
    border: none;
    padding: 10px 18px;
    color: #333;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.page-link:hover {
    background: #f0f0f0;
    color: #007C94;
}

.page-item.active .page-link {
    background: #007C94;
    color: white;
}

/* Gallery Section Styles */
.gallery-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.gallery-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}

.filter-btn {
    padding: 12px 25px;
    border: none;
    background: #fff;
    color: #333;
    font-weight: 500;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.filter-btn:hover, .filter-btn.active {
    background: #007C94;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(45, 92, 246, 0.2);
}

.gallery-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    aspect-ratio: 4/3;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-info {
    text-align: center;
    color: #fff;
    padding: 20px;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.gallery-card:hover .gallery-info {
    transform: translateY(0);
}

.gallery-info h4 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
}

.gallery-info p {
    margin: 0;
    font-size: 14px;
    opacity: 0.8;
}

.gallery-item {
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

/* Events Section Styles */
.events-section {


}

.event-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}

.event-filter .filter-btn {
    padding: 10px 20px;
    border: none;
    background: white;
    color: #333;
    font-weight: 500;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.event-filter .filter-btn:hover,
.event-filter .filter-btn.active {
    background: var(--bs-primary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(45, 92, 246, 0.2);
}

.event-card {
    display: flex;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    margin-bottom: 25px;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.event-date {
    min-width: 120px;
    background: var(--bs-primary);
    color: white;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-date .day {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.event-date .month {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.event-date .year {
    font-size: 14px;
    opacity: 0.8;
}

.event-content {
    padding: 25px;
    flex: 1;
}

.event-type {
    display: inline-block;
    padding: 5px 12px;
    background: rgba(45, 92, 246, 0.1);
    color: var(--bs-primary);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}

.event-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

.event-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
}

.event-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.event-meta i {
    color: var(--bs-primary);
}

.event-content p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.register-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 28px;
  background: var(--secondary);
  color: #000;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  margin-bottom: 18px;
  transition: all 0.3s;
  box-shadow: 0 2px 10px rgba(45,92,246,0.10);
}

.register-btn:hover {
  background: var(--bs-primary);
  color: #fff;
  transform: translateY(-2px);
}

.event-description p {
  color: #555;
  font-size: 1.08rem;
  margin-bottom: 16px;
  line-height: 1.7;
}

.event-courses {
  background: #fff;

  margin-bottom: 24px;
}
.event-contact{

      border-radius: 15px;
  padding: 25px;
background: #e6f9ff;
background: linear-gradient(0deg, rgba(230, 249, 255, 1) 0%, rgba(250, 250, 250, 1) 46%, rgba(227, 248, 255, 1) 100%);
}

.event-contact h5, .event-courses h5 {
  color: var(--bs-primary);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.contact-list, .course-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-list li, .course-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #444;
  margin-bottom: 10px;
  font-size: 1rem;
}
.contact-list i, .course-list i {
  color: var(--bs-primary);
  font-size: 1.1em;
}
.course-list li a {
  color:  var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.course-list li a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}
 .event-detail-card {

     border-radius: 15px;
  }
  .event-meta-list{
    padding: 0px;
    margin: 0px;
  }
  .event-meta-list li{
    list-style: none;
    line-height: 38px;
  }
  .event-meta-list li i{
    display: inline-block;
    margin-right: 5px;
    color: var(--bs-primary);
  }
@media (max-width: 767px) {

  .event-meta-list {
    flex-direction: column;
    gap: 12px;
  }
  .event-contact, .event-courses {
    padding: 14px 10px 10px 10px;
  }
}

/* Event Detail Hero Banner */
.event-hero-banner {
  padding-bottom: 0;
  margin-bottom: -40px;
  background: linear-gradient(120deg, #2d5cf6 60%, #f0f4ff 100%);
}
.event-hero-img-wrap {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(45,92,246,0.10);
}
.event-hero-img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}

/* Visual Divider for Event Detail */
.event-detail-divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #2d5cf6 0%, #f0f4ff 100%);
  border-radius: 2px;
  margin: 24px 0 28px 0;
  opacity: 0.12;
}

/* Subtle section shadow */
.event-detail-section {
  box-shadow: 0 2px 24px rgba(45,92,246,0.04);
  border-radius: 18px;
}

@media (max-width: 991px) {
  .event-hero-img {
    max-height: 180px;
    border-radius: 14px;
  }
  .event-hero-img-wrap {
    border-radius: 14px;
  }
  .event-detail-section {
    border-radius: 10px;
  }
}
.video-carousel {
            max-width: 900px;
            margin: 0 auto;
            padding: 20px 0px;
        }
        .main-video {
            position: relative;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
            margin-bottom: 20px;
        }
        .main-video img {
            width: 100%;
            height: auto;
            display: block;
        }
        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            background-color: rgba(255, 0, 0, 0.8);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            opacity: 0.9;
            transition: all 0.3s ease;
        }
        .play-button:hover {
            background-color: rgba(255, 0, 0, 1);
            transform: translate(-50%, -50%) scale(1.1);
        }
        .play-button:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 30px solid white;
            margin-left: 8px;
        }
        .video-title {
            font-weight: 600;
            font-size: 22px;
            text-align: center;
            color: #fff;
            margin-bottom: 10px;
        }
        .video-description {
            text-align: center;
            color: #666;
            margin-bottom: 30px;
            padding: 0 20px;
        }
        .thumbnail-nav {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 0px;
            flex-wrap: wrap;
        }
        .thumbnail-item {
            width: 120px;
            cursor: pointer;
            border-radius: 6px;
            overflow: hidden;
            position: relative;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }
        .thumbnail-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        }
        .thumbnail-item.active {
            border-color: #dc3545;
        }
        .thumbnail-item img {
            width: 100%;
            height: auto;
            display: block;
        }
        .thumbnail-title {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
            color: white;
            padding: 8px;
            font-size: 12px;
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .carousel-control-prev, .carousel-control-next {
            width: 50px;
            height: 50px;
            background-color: rgba(0,0,0,0.3);
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
        }
        .carousel-control-prev {
            left: 20px;
        }
        .carousel-control-next {
            right: 20px;
        }
        .banner-bottom .card{
background: #fad991;
background: linear-gradient(310deg, rgb(255 235 193) 0%, rgba(255, 255, 255, 1) 100%);
 border: none;
    color: #fff;
        border-radius: 14px;
}

/* Hero Carousel Styles */
#heroCarousel {
    position: relative;
    overflow: hidden;
    margin-top: 80px; /* Adjust based on header height */
}

#heroCarousel .carousel-inner {
    /*border-radius: 15px;*/
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#heroCarousel .carousel-item {
    height: 80vh;
    min-height: 500px;
    position: relative;
}

#heroCarousel .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    /*filter: brightness(0.7);*/
    transition: transform 10s ease;
}
/* #heroCarousel .carousel-item img::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
background: linear-gradient(180deg, rgba(4, 42, 45, 0) 65.37%, var(--bs-primary)
#042A2D
 100.18%), linear-gradient(270deg, rgba(4, 42, 45, 0) 59.75%, var(--bs-primary) 100%) !important;
 background: #000;
} */
#heroCarousel .carousel-item:hover img {
    transform: scale(1.05);
}

#heroCarousel .carousel-caption {
    bottom: 30%;
    left: 10%;
    right: 10%;
    text-align: left;

    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease;
    max-width: 600px;
}

#heroCarousel .carousel-item.active .carousel-caption {
    transform: translateY(0);
    opacity: 1;
}

#heroCarousel .carousel-caption h5 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#heroCarousel .carousel-caption p {
    font-size: 1.25rem;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
}

/* Carousel Controls */
#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 20px;
    transition: all 0.3s ease;
    opacity: 0.7;
}

#heroCarousel:hover .carousel-control-prev,
#heroCarousel:hover .carousel-control-next {
    opacity: 1;
}

#heroCarousel .carousel-control-prev:hover,
#heroCarousel .carousel-control-next:hover {
    background: var(--primary);
    transform: translateY(-50%) scale(1.1);
}

/* Carousel Indicators */
#heroCarousel .carousel-indicators {
    bottom: 20px;
    margin: 0;
    justify-content: flex-start;
    left: 10%;
    right: auto;
}

#heroCarousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    border: 2px solid #fff;
    background: transparent;
    opacity: 0.7;
    transition: all 0.3s ease;
}

#heroCarousel .carousel-indicators button.active {
    background: var(--secondary);
    border-color: var(--secondary);
    transform: scale(1.2);
    opacity: 1;
}

/* Responsive Styles */
@media (max-width: 992px) {
    #heroCarousel .carousel-caption h5 {
        font-size: 2.5rem;
    }
    
    #heroCarousel .carousel-caption p {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    #heroCarousel .carousel-item {
        height: 60vh;
        min-height: 400px;
    }
    
    #heroCarousel .carousel-caption {
        bottom: 20%;
        left: 5%;
        right: 5%;
        padding: 20px;
    }
    
    #heroCarousel .carousel-caption h5 {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    
    #heroCarousel .carousel-caption p {
        font-size: 1rem;
        margin-bottom: 15px;
    }
    
    #heroCarousel .carousel-indicators {
        left: 5%;
        bottom: 10px;
    }
}

@media (max-width: 576px) {
    #heroCarousel .carousel-caption h5 {
        font-size: 1.5rem;
    }
    
    #heroCarousel .carousel-caption p {
        font-size: 0.9rem;
    }
    
    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {
        width: 40px;
        height: 40px;
    }
}

