@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
:root {
  --primary: #095faa;
  --secondary: #020202;
  --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);
}

/* Mega Menu Styles */
.navbar-nav .has-megamenu {
  position: static !important;
}

.navbar-nav .megamenu {
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px 0;
  margin-top: 0;
  border: none;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.navbar-nav .has-megamenu:hover .megamenu,
.navbar-nav .has-megamenu.show .megamenu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.megamenu-section h5 {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}

.megamenu-section h5:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: var(--primary);
}

.megamenu-section ul li {
  margin-bottom: 8px;
}

.megamenu-section ul li a {
  color: #333;
  font-size: 15px;
  transition: all 0.3s ease;
  display: block;
  padding: 5px 0;
}

.megamenu-section ul li a:hover {
  color: var(--primary);
  padding-left: 5px;
}

/* Dropdown arrow for parent items */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  border: none;
  transition: transform 0.3s ease;
}

.navbar-nav .nav-link {
  position: relative;
  padding: 10px 15px;
  font-weight: 500;
}

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

/* Show dropdown on hover */
@media (min-width: 992px) {
  .navbar-nav .has-megamenu:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  
  .dropdown-toggle:focus {
    outline: none;
  }
}
.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:linear-gradient(-180deg, rgba(22, 36, 82, 0.94) 0%, rgba(21, 22, 24, 0.94) 100%); */
     /* background: linear-gradient(90deg, #0C1D2B 0%, #4A535B 100%); */
/* background: #ccebff;
background: linear-gradient(310deg, rgba(204, 235, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); */
  overflow: hidden;
  margin-top: 110px;
  background: url('../../images/abstract-bg.png') no-repeat center center;
  background-size: cover;
}

.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: 40px;
}
.banner-btn{
   text-align: center;
  border-radius: 100px;
  background: var(--primary);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
}
.dark-gradient{
    background:linear-gradient(-180deg, rgba(22, 36, 82, 0.94) 0%, rgba(21, 22, 24, 0.94) 100%);
    background: url(../../images/banner-bg.jpg) no-repeat center center;
    background-size: cover;
  /* background: linear-gradient(90deg, #0C1D2B 0%, #4A535B 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: linear-gradient(180deg, #F8F8ED 0%, #AABECD 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: 
  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: 20px;
  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: #fff;
  
}

.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;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.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: 16px;
    font-weight: 400;
}

/* 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: linear-gradient(-180deg, rgba(22, 36, 82, 0.94) 0%, rgba(21, 22, 24, 0.94) 100%);
    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: rgb(255, 255, 255);
    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;
}

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

.banner-text {
    font-size: 1.1rem;
    color: #000;
    max-width: 600px;
    font-weight: 300;
}

.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;
    }
}
services-section .section-subtitle {
    color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .services-section .section-title {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
  }
  
  .services-section .section-title-border {
    height: 4px;
    width: 80px;
    background: var(--primary);
    margin: 0 auto 20px;
    border-radius: 2px;
  }
  
  .services-section .section-description {
    color: #666;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1.7;
  }
  
  .service-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    /* border: 1px solid rgba(0, 0, 0, 0.05); */
    position: relative;
  }
  
  .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  }
  .service-card:hover::before{
   background: #ffffff;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 1) 100%);
  opacity: 0.7;
  }
  .service-card img{
      border-radius: 20px;
  }
  .service-card::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background: #ffffff;
  /* background: linear-gradient(270deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 1) 100%); */
    border-radius: 15px;
    z-index: 0;
    transition: all 0.3s ease;
    /* opacity: 0.9; */
    
  }
  .service-card .service-icon {
    width: 80px;
    height: 80px;
    background: rgba(2, 78, 144, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
  }
  
  .service-card:hover .service-icon {
    background: var(--primary);
    transform: rotateY(180deg);
  }
  
  .service-card .service-icon i {
    font-size: 36px;
    color: var(--primary);
    transition: all 0.3s ease;
  }
  
  .service-card:hover .service-icon i {
    color: #fff;
  }
  
  .service-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
    position: relative;
    padding-bottom: 15px;
  }
  
  .service-card h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--primary);
    transition: all 0.3s ease;
  }
  
  .service-card:hover h3::after {
    width: 80px;
  }
  
  .service-card p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 15px;
  }
  
  .service-link {
    color: var(--primary);
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
  }
  
  .service-link i {
    margin-left: 5px;
    font-size: 12px;
    transition: all 0.3s ease;
  }
  
  .service-link:hover {
    color: #024e90;
    text-decoration: none;
  }
  
  .service-link:hover i {
    transform: translateX(5px);
  }
/* Bootstrap Color Overrides */
.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.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: #fff;
}

.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: inherit;
    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;
    text-transform: uppercase;
}

.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;
   
    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: 20px;
    margin-top: 0px;
    border: 1px solid #E5E5E5;
}

.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;
        margin-top: 0px;
    }
   
    .header-top{
        display: none;
    }
    header .navbar {
        padding: 10px 0;
    }

    .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(--primary);
    color: #fff;
    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: url('../../images/page-hread.jpg') no-repeat center center/cover;
    padding: 100px 0;
    position: relative;
}
.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.page-header-bg{
    position: absolute;
    /* left: 0; */
    right: 0;
    max-width: 100%;
    top: 0;
    /* width: 100%; */
    height: 100%;
}
.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(--primary);
    background: #fff;
    margin-right: 15px;
   
}

.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-title {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    color: #333;
    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;
}

.cta-thumb{
            position: absolute;
            left: 0;
            bottom: 0;
            max-width: 550px;
        }
        .blur-bg{
           background-color: var(--primary);
  backdrop-filter: blur(10px);
  padding: 30px;
    border-radius: 15px;
        }
           .blur-bg p{
            color: #fff;
            font-size: 20px;
            font-weight: 300;
           }
           .about-card{
            background: url(../../images/banner-bg.jpg) no-repeat center center;
            background-size: cover;
           }
           .support{
            background: url(../../images/support.jpg) no-repeat center center;
            background-size: cover;
            position: relative;
            border-radius: 20px;
           }
           .support::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            border-radius: 15px;
            right: 0;
             border-radius: 20px;
           }
/* Contact Info List Styling */
.contact-info-list {
  margin: 0;
  padding: 0;
}

.contact-info-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  gap: 1rem;
}

.contact-info-list li i {
  background: var(--primary);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.contact-info-list li:hover i {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.contact-info-list li div {
  flex: 1;
}

.contact-info-list li h4 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--dark);
}

.contact-info-list li p {
  margin: 0;
  color: #666;
  line-height: 1.6;
}

.contact-info-list li a {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-list li a:hover {
  color: var(--primary-dark);
}
.services-menu{
    padding: 0px;
    background: rgba(255, 255, 255, 0.755);
}
.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;
}
.blog-sidebar{
    border-radius: 20px;
}
.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    z-index: 100;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
}
.whatsapp-btn i {
    color: #fff;
}

/* Video Modal Styles */
.fancybox__container {
    z-index: 99999;
}

.fancybox__backdrop {
    background: rgba(0, 0, 0, 0.9);
}

.fancybox__toolbar {
    padding: 20px;
}

.fancybox__toolbar__items--right {
    display: flex;
    align-items: center;
}

.fancybox__toolbar__button {
    color: #fff;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.fancybox__toolbar__button:hover {
    background: transparent;
    color: var(--primary);
    opacity: 1;
}

.fancybox__content > .f-button.is-close-btn {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.fancybox__content > .f-button.is-close-btn:hover {
    background: var(--primary);
    transform: rotate(90deg);
}

/* Responsive Video */
.fancybox__content > iframe {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    max-height: 675px; /* 16:9 aspect ratio */
    border-radius: 8px;
    overflow: hidden;
}

/* Loading State */
.fancybox__spinner {
    color: var(--primary);
}

/* Body class when video is open */
body.video-modal-open {
    overflow: hidden;
}
.owl-carousel .owl-item img{
    width: 45px;
    height: 45px;
}
.testimonial-section .owl-carousel .owl-item img{
    width: 65px;
    height: 65px;
}