
.navbar-brand img{
    width: 200px;
    border-radius: 10px;
}
.navbar-brand{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.nav-link{
  color: white !important;
  font-size: 14px;
  padding: 5px 12px !important;
}
.header-area .main-nav{
    align-items: center;
}

.main-banner{
    position: relative;
}
.main-banner .hero-img{
    position: absolute;
    bottom: 15%;
    right: 0;
    width: 200px;

}
.btn-download {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 8px;
    transition: 0.3s;
    color: #fff;
    margin-right: 10px;
}

.btn-download i {
    font-size: 20px;
    margin-right: 8px;
}

.btn-branch {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #00a99d;
    color: #fff !important;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-branch i {
    font-size: 18px;
    margin-right: 8px;
}

.btn-branch:hover {
    background-color: #087770;
}

@media (max-width: 768px) {
    .btn-branch {
        font-size: 12px;
        padding: 8px 16px;
    }

    .btn-branch i {
        font-size: 16px;
        margin-right: 6px;
    }
}

.android {
    background: #00a99d;
}

.ios {
    background: #000;
}

.android:hover {
    background: #087770;
}

.ios:hover {
    background: #333;
}
.color-p{
  color: #00a99d;
}
/*
# Hero Section
--------------------------------------------------------------*/
.hero.min-height{
  min-height: 400px;
}
.hero {
  width: 100%;
  min-height: 80vh;
  padding-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero:before {
  content: "";
  background: color-mix(in srgb, #0c2826, transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.hero p {
  color: color-mix(in srgb, #eee, transparent 20%);
  margin: 10px 0 25px 0;
  font-size: 24px;
  max-width: 650px;
  text-align: center;
}

.hero .btn-get-started {
  background: #fff;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.3s;
  text-transform: uppercase;
}
.dropdown-item{
  line-height: 35px !important; 
  color: white;
}
.dropdown-item:focus, .dropdown-item:hover{
  background-color: white;
  color: black !important;
}
.dropdown-item:active{
  background-color: white;
  color: black !important;
}

.dropdown-menu {
  background: #006c64;
  opacity: 0;
  transition: .4s;
  transform: scaleY(0);
}

.dropdown-menu.show {
  transform: scaleY(1);
  opacity: 1;
}

#certificate-verification {
    padding: 60px 0;
    background-color: #ecf0f1;
}

#certificate-verification .container {
    max-width: 800px;
    margin: 0 auto;
}

#certificate-verification h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #2c3e50;
    text-align: center;
}

#certificate-verification form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#certificate-verification .form-group {
    margin-bottom: 20px;
}

#certificate-verification label {
    font-weight: 600;
    color: #2c3e50;
}

#certificate-verification input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    color: #333;
}

#certificate-verification input:focus {
    border-color: #3498db;
    outline: none;
    box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);
}

#certificate-verification button {
    width: 100%;
    padding: 12px;
    background-color: #00a99c;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#certificate-verification button:hover {
    background-color: #0b8177;
}

#result-check {
    padding: 60px 0;
    background-color: #ecf0f1;
}

#result-check .container {
    max-width: 800px;
    margin: 0 auto;
}

#result-check form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#result-check .form-group {
    margin-bottom: 20px;
}

#result-check label {
    font-weight: 600;
    color: #2c3e50;
}

#result-check input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    color: #333;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#result-check input:focus {
    border-color: #3498db;
    outline: none;
    box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);
}

#result-check button {
    width: 100%;
    padding: 12px;
    background-color: #00a99c;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#result-check button:hover {
    background-color: #0b8177;
}

/* Student Details Card */
#result-check .card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#result-check .card img {
    border: 3px solid #3498db;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

#result-check .card p {
    margin-bottom: 10px;
    font-size: 1rem;
    color: #555;
}

#result-check .card p strong {
    color: #2c3e50;
}

#result-check .badge {
    font-size: 0.9rem;
    padding: 5px 10px;
    border-radius: 5px;
}

#result-check .badge-success {
    background-color: #28a745;
}

#result-check .badge-danger {
    background-color: #dc3545;
}
/* Custom Styles for Offline Courses Page */
#offline-courses {
  background-color: #f8f9fa;
}

.course-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.course-card .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 200px;
  object-fit: cover;
}

.course-card .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
}

.course-card .card-text {
  font-size: 1rem;
  color: #555;
}

.course-card .list-group-item {
  border: none;
  padding: 4px 0;
  font-size: 0.95rem;
  color: #555;
}

.course-card .list-group-item strong {
  color: #2c3e50;
}

.course-card .btn-primary {
  background-color: #00a99c;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.course-card .btn-primary:hover {
  background-color: #0b8177;
}

/* Affiliations Section Styling */
#affiliations {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.affiliations-slider {
  margin: 0 auto;
  max-width: 1200px;
}

.affiliations-slider .slide {
  text-align: center;
  padding: 12px;
  aspect-ratio: 16/10;
  background: #eee;
  border-radius: 12px;
}

.affiliations-slider .slide img {
  height: 100% !important;
  width: auto !important;
  object-fit: contain;
  height: auto;
  margin: 0 auto;
  transition: filter 0.3s ease;
}
/* Slick Slider Dots Styling */
.slick-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slick-dots li.slick-active button {
  background-color: #00a99c;
}
/* Add margin to slides for consistent gaps */
.affiliations-slider .slick-slide {
  margin: 0 10px; /* Adjust the gap size as needed */
}

/* Remove extra padding from the slider container */
.affiliations-slider {
  padding: 0 20px; /* Adjust based on your design */
}


  .section-title {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333;
  }
  
  .section-divider {
    height: 4px;
    width: 70px;
    background: linear-gradient(to right, #007bff, #00c3ff);
    border-radius: 2px;
  }
  
  .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    font-size: 1.5rem;
    background: #00a99c;
  }
  
  .hover-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .hover-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
  }
  
  
  #academic_rules .tagline {
      font-style: italic;
      font-weight: 300;
    }
    
    #academic_rules .rule-card {
      border: none;
      border-radius: 12px;
      overflow: hidden;
      transition: all 0.3s ease;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
      height: 100%;
    }
    
    #academic_rules .rule-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    }
    
    #academic_rules .card-header h3{
        color:white;
    }
    #academic_rules .card-header {
      background-color: #00a99d;
      color: white;
      border: none;
      padding: 1.25rem;
      display: flex;
      align-items: center;
    }
    
    #academic_rules .card-header i {
      font-size: 1.75rem;
      margin-right: 1rem;
    }
    
    #academic_rules .card-body {
      padding: 1.5rem;
    }
    
    #academic_rules .rule-list {
      padding-left: 1rem;
    }
    
    #academic_rules .rule-list li {
      margin-bottom: 0.75rem;
      position: relative;
      padding-left: 1.5rem;
    }
    
    #academic_rules .rule-list li::before {
      content: "•";
      color: #00a99d;
      font-weight: bold;
      position: absolute;
      left: 0;
      top: 0;
    }
    
    #academic_rules strong {
      color: #00a99d;
    }
    @media (max-width: 768px) {
      #academic_rules .rule-card {
        margin-bottom: 1.5rem;
      }
    }
    
    
    .faq-section {
    background-color: #f8f9fa;
  }
  
  .section-title {
    color: #333;
    position: relative;
  }
  
  .section-divider {
    height: 4px;
    width: 70px;
    background: linear-gradient(to right, #0d6efd, #0dcaf0);
    border-radius: 2px;
  }
  
  .accordion-button {
    background-color: white;
    box-shadow: none;
    padding: 1.25rem;
  }
  
  .accordion-button:not(.collapsed) {
    background-color: white;
    color: #00a99d;
    box-shadow: none;
  }
  
  .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(13, 110, 253, 0.25);
  }
  
  /*.accordion-button:not(.collapsed)::after {*/
  /*  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");*/
  /*}*/
  
  .accordion-body {
    padding: 1.25rem;
    background-color: #f8f9fa;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  
  .accordion-item {
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  .accordion-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
  }
  #franchiseFAQ .text-primary{
      color: #00a99d !important;
  }
  
  @media (max-width: 768px) {
    .accordion-button {
      padding: 1rem;
    }
    
    .accordion-body {
      padding: 1rem;
    }
  }

/* Responsive Adjustments */
@media (max-width: 768px) {
  .course-card {
    margin-bottom: 20px;
  }

  .course-card .card-img-top {
    height: 150px;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }

    #result-check form {
        padding: 20px;
    }

    #result-check .card {
        text-align: center;
    }

    #result-check .card img {
        margin-bottom: 20px;
    }
}
/* Responsive Design */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }

    #certificate-verification h2 {
        font-size: 1.5rem;
    }

    #certificate-verification form {
        padding: 20px;
    }
}

@media (max-width: 995px) {
  .navbar-collapse{
    background-color: #01655d;
  }
}
@media (max-width: 768px) {
  .hero h2 {
    font-size: 25px;
  }

  .hero p {
    font-size: 16px;
  }
  .btn-download{
    font-size: 12px;
    padding: 10px;
  }
  footer{
    display: flex;
    border-radius: 0px !important;
    align-items: center;
  }
  footer p{
    line-height: initial !important;
  }
}