
.navbar-brand img{
    width: 180px;
    max-width: 180px;
    border-radius: 10px;
    height: auto;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 8px 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    object-fit: contain;
}
.navbar-brand{
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin-right: 20px;
}
.navbar-brand:hover img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: scale(1.03);
}
.nav-link{
  color: white !important;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px !important;
  transition: all 0.3s ease;
  border-radius: 6px;
}
.header-area .main-nav{
    align-items: center;
}

/* Top Bar Styling */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 8px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid rgba(255, 107, 157, 0.3);
}

.top-bar-date-time {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.top-bar-date-time i {
  color: var(--brand-primary);
  font-size: 14px;
  margin-right: 5px;
}

.top-bar-date-time span {
  margin-right: 15px;
}

.top-bar-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  gap: 5px;
}

.btn-text-mobile {
  display: none;
}

.btn-text-desktop {
  display: inline;
}

.top-btn i {
  font-size: 14px;
  margin-right: 6px;
}

.btn-franchise-top {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #000 !important;
  border: 1px solid #FFD700;
}

.btn-franchise-top:hover {
  background: linear-gradient(135deg, #FFA500 0%, #FF8C00 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.5);
  color: #000 !important;
}

.btn-internship-top {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff !important;
  border: 1px solid #667eea;
}

.btn-internship-top:hover {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.5);
  color: #fff !important;
}

.btn-branch-top {
  background: var(--brand-gradient);
  color: #fff !important;
  border: 1px solid transparent;
}

.btn-branch-top:hover {
  background: var(--brand-gradient-reverse);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 157, 0.5);
  color: #fff !important;
}

/* Fixed Header Styling - Pink & Yellow Brand Colors */
.header-area {
  position: fixed !important;
  top: 45px !important;
  left: 0;
  right: 0;
  z-index: 1000 !important;
  background: var(--brand-gradient) !important;
  backdrop-filter: blur(10px);
  padding: 10px 0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(255, 107, 157, 0.4);
}

.header-area.header-sticky {
  background: linear-gradient(135deg, #FF1493 0%, #FFA500 100%) !important;
  padding: 6px 0;
  box-shadow: 0 4px 15px rgba(255, 107, 157, 0.5);
  top: 45px !important;
}

.header-area.header-sticky .navbar-brand img {
  width: 150px;
  padding: 6px 10px;
}

.header-area .navbar {
  padding: 0 15px;
}

.header-area .navbar .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}

.header-area .navbar-nav {
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
  margin-left: auto;
}

.header-area .navbar-toggler {
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 6px 10px;
  border-radius: 6px;
  min-width: 44px;
  min-height: 44px;
  display: none; /* Hide on desktop by default */
  align-items: center;
  justify-content: center;
}

.header-area .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.header-area .navbar-toggler:active {
  background: rgba(255, 255, 255, 0.1);
}

.header-area .nav-link:hover {
  color: var(--brand-secondary) !important;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  transition: all 0.3s ease;
}

.main-banner{
    position: relative;
}
.main-banner .hero-img{
    position: absolute;
    bottom: 15%;
    right: 0;
    width: 200px;

}
.btn-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 50px;
    transition: all 0.3s ease;
    color: #fff;
    margin: 8px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 1.2s ease-out;
}

.btn-download::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-download:hover::before {
    width: 300px;
    height: 300px;
}

.btn-download i {
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.btn-download:hover i {
    transform: scale(1.1);
}

.btn-download span {
    position: relative;
    z-index: 1;
}

.btn-download:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Apply For Franchise Button - Unique Style */
.btn-franchise {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 25px;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000 !important;
    transition: all 0.3s ease;
    border: 2px solid #FFD700;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 10px;
}

.btn-franchise::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.btn-franchise:hover::before {
    left: 100%;
}

.btn-franchise i {
    font-size: 18px;
    margin-right: 8px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.btn-franchise:hover {
    background: linear-gradient(135deg, #FFA500 0%, #FF8C00 100%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
    border-color: #FFA500;
}

.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: var(--brand-gradient);
    color: #fff !important;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 5px rgba(255, 107, 157, 0.3);
}

.btn-branch i {
    font-size: 18px;
    margin-right: 8px;
}

.btn-branch:hover {
    background: var(--brand-gradient-reverse);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 157, 0.5);
}

/* Apply For Internship Button - Professional Style */
.btn-internship {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 25px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff !important;
    transition: all 0.3s ease;
    border: 2px solid #667eea;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 10px;
}

.btn-internship::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.btn-internship:hover::before {
    left: 100%;
}

.btn-internship i {
    font-size: 18px;
    margin-right: 8px;
    animation: pulse 2s infinite;
}

.btn-internship:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
    border-color: #764ba2;
}

/* Header Navigation Optimization */
.header-area .navbar-nav {
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.nav-buttons {
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.nav-buttons .nav-link {
    white-space: nowrap;
    margin: 0;
}

/* Button Group Styling */
.nav-buttons-group {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 10px;
}

/* Top Bar Responsive */
@media (max-width: 991px) {
    .top-bar {
        padding: 8px 0;
    }
    
    .top-bar .container {
        padding: 0 15px;
    }
    
    .top-bar .row {
        margin: 0;
    }
    
    .top-bar-date-time {
        font-size: 11px;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .top-bar-date-time i {
        font-size: 12px;
        margin-right: 3px;
    }
    
    .top-bar-date-time span {
        margin-right: 10px;
        display: inline-block;
    }
    
    .top-bar-buttons {
        justify-content: center;
        gap: 6px;
        flex-wrap: wrap;
    }
    
    .top-btn {
        font-size: 10px;
        padding: 6px 10px;
        min-height: 32px;
    }
    
    .top-btn i {
        font-size: 11px;
        margin-right: 4px;
    }
    
    .header-area {
        top: 55px !important;
    }
    
    .header-area.header-sticky {
        top: 55px !important;
    }
}

@media (max-width: 768px) {
    .top-bar {
        padding: 5px 0;
    }
    
    .top-bar .container {
        padding: 0 10px;
    }
    
    /* Hide date/time on mobile */
    .top-bar-date-time {
        display: none !important;
    }
    
    .top-bar .row {
        justify-content: center;
    }
    
    .top-bar .col-md-6:first-child {
        display: none;
    }
    
    .top-bar .col-md-6:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .top-bar-buttons {
        flex-direction: row;
        gap: 5px;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .top-btn {
        flex: 1;
        min-width: calc(33.333% - 4px);
        max-width: calc(33.333% - 4px);
        font-size: 8px;
        padding: 6px 4px;
        min-height: 36px;
        text-align: center;
        white-space: normal;
        line-height: 1.2;
        flex-direction: column;
        gap: 2px;
    }
    
    .top-btn i {
        font-size: 12px;
        margin-right: 0;
        margin-bottom: 0;
        display: inline-block;
    }
    
    .btn-text-desktop {
        display: none;
    }
    
    .btn-text-mobile {
        display: inline;
        font-size: 8px;
    }
    
    .header-area {
        top: 50px !important;
    }
    
    .header-area.header-sticky {
        top: 50px !important;
    }
    
    .hero-slider {
        padding-top: 120px;
    }
}

@media (max-width: 576px) {
    .top-bar {
        padding: 4px 0;
    }
    
    /* Ensure date/time is hidden */
    .top-bar-date-time {
        display: none !important;
    }
    
    .top-bar-buttons {
        gap: 4px;
    }
    
    .top-btn {
        font-size: 7px;
        padding: 5px 3px;
        min-height: 34px;
        min-width: calc(33.333% - 3px);
        max-width: calc(33.333% - 3px);
    }
    
    .top-btn i {
        font-size: 11px;
        margin-right: 0;
        margin-bottom: 0;
    }
    
    .btn-text-mobile {
        font-size: 7px;
    }
    
    .header-area {
        top: 45px !important;
    }
    
    .header-area.header-sticky {
        top: 45px !important;
    }
    
    .hero-slider {
        padding-top: 110px;
        min-height: 55vh;
    }
    
    .hero-slider .carousel {
        height: 55vh;
        min-height: 450px;
    }
    
    .hero-slide .container {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    
    .hero-title {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 1.3;
    }
    
    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    
    .hero-slider .carousel-control-prev,
    .hero-slider .carousel-control-next {
        width: 35px;
        height: 35px;
    }
    
    .hero-slider .carousel-control-prev {
        left: 5px;
    }
    
    .hero-slider .carousel-control-next {
        right: 5px;
    }
    
    .hero-slider .carousel-indicators {
        bottom: 15px;
    }
    
    .hero-slider .carousel-indicators button {
        width: 8px;
        height: 8px;
        margin: 0 2px;
    }
    
    .hero-slider .carousel-indicators button.active {
        width: 20px;
    }
    
    .btn-download {
        font-size: 12px;
        padding: 8px 16px;
        margin: 4px;
        width: 100%;
        max-width: 250px;
    }
}

/* Responsive Header Optimization */
@media (max-width: 991px) {
    .header-area {
        padding: 8px 0;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }
    
    .header-area .navbar {
        padding: 0 10px;
    }
    
    .header-area .navbar .container-fluid {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .navbar-brand {
        flex-shrink: 0;
        margin-right: 10px;
    }
    
    .navbar-brand img {
        width: 160px !important;
        padding: 6px 10px;
        max-width: 100%;
        height: auto;
    }
    
    .header-area.header-sticky .navbar-brand img {
        width: 150px !important;
        padding: 5px 8px;
    }
    
    /* Show navbar toggler on mobile */
    .header-area .navbar-toggler {
        display: flex !important;
        padding: 6px 10px;
        font-size: 18px;
        border-width: 2px;
        border-color: rgba(255, 255, 255, 0.7);
        background: rgba(255, 255, 255, 0.1);
        order: 2;
    }
    
    .header-area .navbar-toggler:focus {
        box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
    }
    
    .header-area .navbar-toggler-icon {
        width: 1.3em;
        height: 1.3em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    
    .header-area .navbar-collapse {
        margin-top: 15px;
        padding: 15px;
        background: rgba(0, 0, 0, 0.85) !important;
        backdrop-filter: blur(15px);
        border-radius: 10px;
        border: 2px solid rgba(255, 107, 157, 0.3);
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
    }
    
    .header-area .navbar-nav {
        padding: 10px 0;
        gap: 5px;
        width: 100%;
    }
    
    .header-area .nav-item {
        width: 100%;
    }
    
    .header-area .nav-link {
        padding: 14px 18px !important;
        font-size: 15px;
        font-weight: 600;
        width: 100%;
        border-radius: 8px;
        margin-bottom: 5px;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        touch-action: manipulation;
        background: rgba(255, 107, 157, 0.15) !important;
        color: #fff !important;
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease;
    }
    
    .header-area .nav-link:hover,
    .header-area .nav-link:focus,
    .header-area .nav-link.active {
        background: rgba(255, 107, 157, 0.3) !important;
        color: #fff !important;
        transform: translateX(5px);
        border-color: rgba(255, 107, 157, 0.5);
        box-shadow: 0 3px 10px rgba(255, 107, 157, 0.3);
    }
    
    .header-area .nav-link.dropdown-toggle::after {
        margin-left: auto;
        border-top-color: #fff;
        border-width: 0.3em 0.3em 0;
    }
    
    .header-area .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin-top: 8px;
        margin-bottom: 10px;
        background: rgba(0, 0, 0, 0.6) !important;
        backdrop-filter: blur(15px);
        border: 2px solid rgba(255, 107, 157, 0.3);
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
        padding: 10px;
    }
    
    .header-area .dropdown-item {
        padding: 12px 20px;
        color: #fff !important;
        font-size: 14px;
        font-weight: 500;
        border-radius: 6px;
        margin: 4px 0;
        min-height: 46px;
        display: flex;
        align-items: center;
        touch-action: manipulation;
        transition: all 0.3s ease;
        background: rgba(255, 107, 157, 0.1) !important;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .header-area .dropdown-item:hover,
    .header-area .dropdown-item:active,
    .header-area .dropdown-item:focus {
        background: rgba(255, 107, 157, 0.3) !important;
        color: #fff !important;
        transform: translateX(5px);
        border-color: rgba(255, 107, 157, 0.5);
        box-shadow: 0 3px 10px rgba(255, 107, 157, 0.3);
    }
    
    .nav-buttons,
    .nav-buttons-group {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        flex-direction: column;
    }
    
    .btn-franchise,
    .btn-internship,
    .btn-branch {
        width: 100%;
        margin: 5px 0;
        justify-content: center;
    }
    
    .nav-buttons-group {
        gap: 8px;
    }
}

@media (max-width: 768px) {
    .header-area {
        padding: 6px 0;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }
    
    .header-area .navbar {
        padding: 0 8px;
    }
    
    .navbar-brand {
        margin-right: 8px;
    }
    
    .navbar-brand img {
        width: 150px !important;
        padding: 6px 10px;
        max-width: 100%;
    }
    
    .header-area.header-sticky .navbar-brand img {
        width: 140px !important;
        padding: 5px 8px;
    }
    
    .header-area .navbar-toggler {
        display: flex !important;
        padding: 5px 8px;
        font-size: 16px;
        min-width: 40px;
        min-height: 40px;
    }
    
    .header-area .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }
    
    .header-area .navbar-collapse {
        margin-top: 12px;
        padding: 12px;
        background: rgba(0, 0, 0, 0.9) !important;
        border-radius: 10px;
        border: 2px solid rgba(255, 107, 157, 0.4);
    }
    
    .header-area .nav-link {
        padding: 12px 15px !important;
        font-size: 14px;
        font-weight: 600;
        min-height: 48px;
        background: rgba(255, 107, 157, 0.2) !important;
    }
    
    .header-area .nav-link:hover,
    .header-area .nav-link:focus {
        background: rgba(255, 107, 157, 0.35) !important;
    }
    
    .header-area .dropdown-menu {
        margin-top: 6px;
        padding: 8px;
        background: rgba(0, 0, 0, 0.7) !important;
        border: 2px solid rgba(255, 107, 157, 0.4);
    }
    
    .header-area .dropdown-item {
        padding: 11px 18px;
        font-size: 13px;
        font-weight: 500;
        min-height: 44px;
        background: rgba(255, 107, 157, 0.15) !important;
    }
    
    .header-area .dropdown-item:hover,
    .header-area .dropdown-item:active,
    .header-area .dropdown-item:focus {
        background: rgba(255, 107, 157, 0.35) !important;
    }
}

@media (max-width: 576px) {
    .header-area {
        padding: 5px 0;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    }
    
    .header-area .navbar {
        padding: 0 5px;
    }
    
    .navbar-brand {
        margin-right: 5px;
    }
    
    .navbar-brand img {
        width: 140px !important;
        padding: 5px 8px;
        max-width: 100%;
    }
    
    .header-area.header-sticky .navbar-brand img {
        width: 130px !important;
        padding: 4px 6px;
    }
    
    .header-area .navbar-toggler {
        display: flex !important;
        padding: 4px 6px;
        font-size: 14px;
        min-width: 38px;
        min-height: 38px;
    }
    
    .header-area .navbar-toggler-icon {
        width: 1.1em;
        height: 1.1em;
    }
    
    .header-area .navbar-collapse {
        margin-top: 10px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.95) !important;
        border: 2px solid rgba(255, 107, 157, 0.5);
    }
    
    .header-area .nav-link {
        padding: 12px 15px !important;
        font-size: 13px;
        font-weight: 600;
        min-height: 46px;
        background: rgba(255, 107, 157, 0.2) !important;
    }
    
    .header-area .nav-link:hover,
    .header-area .nav-link:focus {
        background: rgba(255, 107, 157, 0.4) !important;
    }
    
    .header-area .dropdown-menu {
        margin-top: 5px;
        padding: 8px;
        background: rgba(0, 0, 0, 0.8) !important;
        border: 2px solid rgba(255, 107, 157, 0.5);
    }
    
    .header-area .dropdown-item {
        padding: 11px 15px;
        font-size: 12px;
        font-weight: 500;
        min-height: 42px;
        background: rgba(255, 107, 157, 0.15) !important;
    }
    
    .header-area .dropdown-item:hover,
    .header-area .dropdown-item:active,
    .header-area .dropdown-item:focus {
        background: rgba(255, 107, 157, 0.4) !important;
    }
}

@media (max-width: 768px) {
    .btn-franchise,
    .btn-internship {
        font-size: 11px;
        padding: 10px 18px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .btn-franchise i,
    .btn-internship i {
        font-size: 14px;
        margin-right: 5px;
    }

    .btn-branch {
        font-size: 12px;
        padding: 8px 16px;
    }

    .btn-branch i {
        font-size: 16px;
        margin-right: 6px;
    }
}

.android {
    background: var(--brand-primary);
}

.ios {
    background: var(--brand-secondary);
}

.android:hover {
    background: var(--brand-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 157, 0.4);
}

.ios:hover {
    background: var(--brand-secondary-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}
.color-p{
  color: var(--brand-primary);
}

/* ============================================
   BRAND COLOR SCHEME - Logo Color Combination
   Primary: Pink & Yellow
   Pink: #FF6B9D / #FF69B4 (Hot Pink)
   Yellow: #FFD700 / #FFC107 (Golden Yellow)
   ============================================ */

/* Global Brand Color Variables - Pink & Yellow */
:root {
  --brand-primary: #FF6B9D;        /* Primary Pink */
  --brand-primary-dark: #FF1493;  /* Deep Pink */
  --brand-primary-light: #FFB6C1; /* Light Pink */
  --brand-secondary: #FFD700;     /* Golden Yellow */
  --brand-secondary-dark: #FFA500; /* Orange Yellow */
  --brand-secondary-light: #FFF44F; /* Light Yellow */
  --brand-gradient: linear-gradient(135deg, #FF6B9D 0%, #FFD700 100%);
  --brand-gradient-reverse: linear-gradient(135deg, #FFD700 0%, #FF6B9D 100%);
}

/* Links and Anchors */
a {
  color: var(--brand-primary);
  transition: color 0.3s ease;
}

a:hover {
  color: var(--brand-primary-dark);
}

/* Buttons - Pink & Yellow Brand Colors */
.orange-button,
.btn-primary,
button[type="submit"],
input[type="submit"] {
  background: var(--brand-gradient) !important;
  border-color: var(--brand-primary) !important;
  color: #fff !important;
  transition: all 0.3s ease;
  font-weight: 600;
}

.orange-button:hover,
.btn-primary:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  background: var(--brand-gradient-reverse) !important;
  border-color: var(--brand-primary-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 157, 0.5);
}

/* Service Items - Pink & Yellow Brand Colors */
.service-item {
  transition: all 0.3s ease;
  border-radius: 10px;
  padding: 20px;
}

.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(255, 107, 157, 0.3);
}

.service-item .icon {
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.1) 0%, rgba(255, 215, 0, 0.1) 100%);
  border-radius: 50%;
  padding: 20px;
  display: inline-block;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.service-item:hover .icon {
  background: var(--brand-gradient);
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(255, 107, 157, 0.4);
}

.service-item h4 {
  color: var(--brand-primary);
  transition: color 0.3s ease;
}

.service-item:hover h4 {
  color: var(--brand-primary-dark);
}

/* Section Headings - Brand Colors */
.section-heading h6 {
  color: var(--brand-primary) !important;
}

.section-heading h2 em {
  color: var(--brand-primary) !important;
}

/* Contact Form - Pink & Yellow Brand Colors */
.contact-us-content input:focus,
.contact-us-content textarea:focus {
  border-color: var(--brand-primary) !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 157, 0.3) !important;
}

/* ============================================
   COMPLETE FOOTER REDESIGN - MODERN & PROFESSIONAL
   ============================================ */
.main-footer {
  background: linear-gradient(180deg, #0a0e27 0%, #1a1f3a 50%, #0f1419 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.3);
}

.main-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--brand-gradient);
  z-index: 1;
}

.main-footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(255, 107, 157, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 193, 7, 0.1) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.footer-top {
  padding: 80px 0 60px;
  background: transparent;
  position: relative;
  z-index: 1;
}

.footer-widget {
  margin-bottom: 30px;
  position: relative;
  height: 100%;
}

.footer-widget:last-child {
  margin-bottom: 0;
}

/* Ensure proper spacing between columns */
.footer-top .row > [class*="col-"] {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .footer-top .row > [class*="col-"] {
    margin-bottom: 0;
  }
}

.footer-logo {
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

.footer-logo img {
  max-width: 200px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.footer-logo::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: var(--brand-gradient);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 0;
}

.footer-logo:hover::after {
  width: 120%;
  height: 120%;
  opacity: 0.2;
}

.footer-logo:hover img {
  transform: scale(1.08) translateY(-3px);
  filter: brightness(0) invert(1) drop-shadow(0 5px 20px rgba(255, 107, 157, 0.6));
}

.footer-about {
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 30px;
  text-align: left;
  position: relative;
  padding-left: 20px;
  border-left: 3px solid var(--brand-primary);
  transition: all 0.3s ease;
}

.footer-about:hover {
  color: rgba(255, 255, 255, 0.95);
  border-left-color: var(--brand-secondary);
}

.footer-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 28px;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: var(--brand-gradient);
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(255, 107, 157, 0.4);
}

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

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

.footer-links li {
  margin-bottom: 10px;
  transition: all 0.2s ease;
}

.footer-links li:hover {
  transform: translateX(3px);
}

.footer-links li a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px 0;
  position: relative;
  border-radius: 5px;
}

.footer-links li a span {
  flex: 1;
}

.footer-links li a::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: var(--brand-gradient);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.footer-links li a i {
  font-size: 14px;
  color: var(--brand-primary);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(255, 107, 157, 0.1);
  border-radius: 50%;
  flex-shrink: 0;
}

.footer-links li a:hover {
  color: #fff;
  transform: translateX(8px);
  padding-left: 5px;
}

.footer-links li a:hover::before {
  width: 4px;
}

.footer-links li a:hover i {
  transform: scale(1.15) rotate(5deg);
  color: var(--brand-secondary);
  background: var(--brand-gradient);
  box-shadow: 0 3px 10px rgba(255, 107, 157, 0.4);
}

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

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

.footer-contact li,
.contact-item {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  transition: all 0.3s ease;
}

.footer-contact li:hover,
.contact-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 107, 157, 0.3);
  transform: translateX(5px);
}

.footer-contact li i,
.contact-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 107, 157, 0.15);
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.footer-contact li i {
  font-size: 18px;
  color: var(--brand-primary);
}

.contact-icon i {
  font-size: 18px;
  color: var(--brand-primary);
}

.footer-contact li:hover i,
.contact-item:hover .contact-icon {
  background: var(--brand-gradient);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 4px 12px rgba(255, 107, 157, 0.4);
}

.footer-contact li span,
.footer-contact li a,
.contact-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

.contact-value {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-contact li span,
.footer-contact li a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.8;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-contact li a:hover,
.contact-value:hover {
  color: var(--brand-secondary);
  text-decoration: none;
}

.footer-social h5,
.social-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-social h5 i,
.social-title i {
  color: var(--brand-primary);
  font-size: 16px;
}

.footer-social h5::after,
.social-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--brand-gradient);
  border-radius: 2px;
}

.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.social-links li {
  margin: 0;
}

.social-links li a,
.social-link {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: visible;
}

.social-links li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: var(--brand-gradient);
  border-radius: 50%;
  transition: transform 0.4s ease;
  z-index: 0;
}

.social-links li a i {
  font-size: 20px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.social-links li a:hover {
  border-color: transparent;
  transform: translateY(-8px) scale(1.1);
  box-shadow: 0 8px 20px rgba(255, 107, 157, 0.5);
}

.social-links li a:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

.social-links li a:hover i {
  transform: rotate(360deg) scale(1.2);
}

/* Social Media Specific Colors */
.social-links li a[aria-label="Facebook"]:hover {
  box-shadow: 0 8px 20px rgba(59, 89, 152, 0.5);
}

.social-links li a[aria-label="Twitter"]:hover {
  box-shadow: 0 8px 20px rgba(29, 161, 242, 0.5);
}

.social-links li a[aria-label="Instagram"]:hover {
  box-shadow: 0 8px 20px rgba(225, 48, 108, 0.5);
}

.social-links li a[aria-label="LinkedIn"]:hover {
  box-shadow: 0 8px 20px rgba(0, 119, 181, 0.5);
}

.social-links li a[aria-label="YouTube"]:hover {
  box-shadow: 0 8px 20px rgba(255, 0, 0, 0.5);
}

.footer-bottom {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
  backdrop-filter: blur(10px);
  margin-top: 20px;
}

/* Footer Bottom Inline - Inside Footer Top */
.footer-bottom-inline {
  margin-top: 50px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.footer-bottom-inline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: var(--brand-gradient);
  border-radius: 0 0 3px 3px;
  box-shadow: 0 2px 8px rgba(255, 107, 157, 0.4);
}

.footer-bottom-inline .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 100%;
}

.footer-bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    var(--brand-primary) 20%, 
    var(--brand-secondary) 50%, 
    var(--brand-primary) 80%, 
    transparent 100%);
  opacity: 0.8;
}

.footer-bottom::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, 
    rgba(255, 107, 157, 0.03) 0%, 
    transparent 50%);
  pointer-events: none;
}

.copyright-wrapper {
  position: relative;
  z-index: 1;
}

/* Copyright styles are now defined in footer-bottom-content section */

.footer-bottom-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.footer-link-item {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 8px 14px;
  border-radius: 8px;
  position: relative;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-link-item i {
  font-size: 12px;
  color: var(--brand-primary);
  transition: all 0.3s ease;
}

.footer-link-item::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1px;
  background: var(--brand-gradient);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.footer-link-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 107, 157, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 157, 0.2);
  text-decoration: none;
}

.footer-link-item:hover::before {
  opacity: 1;
}

.footer-link-item:hover i {
  color: var(--brand-secondary);
  transform: scale(1.2);
}

.link-separator {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 4px;
  display: inline-block;
}

.designer-separator {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.15);
  margin: 0 12px;
  display: inline-block;
}

.footer-bottom-links .designer {
  margin-left: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom-links .designer i {
  font-size: 11px;
  color: var(--brand-primary);
  opacity: 0.7;
}

.footer-bottom-links .designer a {
  color: var(--brand-primary);
  font-weight: 600;
  padding: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.footer-bottom-links .designer a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--brand-gradient);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.footer-bottom-links .designer a:hover {
  color: var(--brand-secondary);
  background: transparent;
  text-decoration: none;
}

.footer-bottom-links .designer a:hover::after {
  width: 100%;
}

/* ============================================
   FOOTER RESPONSIVE DESIGN
   ============================================ */

/* Tablet Devices (991px and below) */
@media (max-width: 991px) {
  .main-footer {
    margin-top: 60px;
  }
  
  .footer-top {
    padding: 60px 0 45px;
  }
  
  .footer-widget {
    margin-bottom: 40px;
  }
  
  .company-info {
    padding-right: 0;
  }
  
  .footer-logo-wrapper {
    text-align: center;
  }
  
  .footer-logo {
    margin-bottom: 20px;
  }
  
  .footer-logo img {
    max-width: 180px;
  }
  
  .logo-badge {
    justify-content: center;
    margin: 15px auto 0;
    display: flex;
  }
  
  .footer-about {
    font-size: 14px;
    text-align: center;
    padding-left: 0;
    border-left: none;
    border-top: 3px solid var(--brand-primary);
    padding-top: 20px;
    margin-top: 20px;
  }
  
  .footer-title {
    font-size: 18px;
    margin-bottom: 20px;
    justify-content: center;
  }
  
  .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .footer-links {
    text-align: center;
  }
  
  .footer-links li {
    margin-bottom: 10px;
  }
  
  .footer-links li a {
    font-size: 14px;
    padding: 8px 0;
    justify-content: center;
  }
  
  .footer-links li a::before {
    display: none;
  }
  
  .footer-links li a:hover {
    transform: translateX(0);
    padding-left: 0;
  }
  
  .footer-contact {
    text-align: center;
  }
  
  .footer-contact li,
  .contact-item {
    margin-bottom: 18px;
    padding: 12px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .footer-contact li i,
  .contact-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .contact-details {
    align-items: center;
  }
  
  .contact-label {
    text-align: center;
  }
  
  .footer-contact li span,
  .footer-contact li a,
  .contact-value {
    font-size: 14px;
    text-align: center;
  }
  
  .footer-social {
    text-align: center;
  }
  
  .footer-social h5,
  .social-title {
    font-size: 16px;
    margin-bottom: 15px;
    justify-content: center;
  }
  
  .footer-social h5::after,
  .social-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .social-links {
    justify-content: center;
    gap: 12px;
  }
  
  .social-links li a,
  .social-link {
    width: 45px;
    height: 45px;
  }
  
  .social-links li a i {
    font-size: 18px;
  }
}

/* Mobile Devices (768px and below) */
@media (max-width: 768px) {
  .main-footer {
    margin-top: 50px;
  }
  
  .footer-top {
    padding: 50px 0 40px;
  }
  
  .footer-widget {
    margin-bottom: 35px;
  }
  
  .footer-logo img {
    max-width: 160px;
  }
  
  .logo-badge {
    font-size: 11px;
    padding: 6px 14px;
  }
  
  .footer-about {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 25px;
    padding-top: 15px;
    margin-top: 15px;
  }
  
  .footer-title {
    font-size: 17px;
    margin-bottom: 18px;
  }
  
  .footer-title i {
    font-size: 16px;
  }
  
  .footer-links li {
    margin-bottom: 8px;
  }
  
  .footer-links li a {
    font-size: 13px;
    padding: 7px 0;
  }
  
  .footer-links li a i {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }
  
  .footer-contact li,
  .contact-item {
    margin-bottom: 15px;
    padding: 15px 10px;
  }
  
  .footer-contact li i,
  .contact-icon {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
  
  .contact-label {
    font-size: 10px;
  }
  
  .footer-contact li span,
  .footer-contact li a,
  .contact-value {
    font-size: 13px;
  }
  
  .footer-social h5,
  .social-title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  
  .social-links {
    gap: 10px;
  }
  
  .social-links li a,
  .social-link {
    width: 42px;
    height: 42px;
  }
  
  .social-links li a i {
    font-size: 16px;
  }
}

/* Small Mobile Devices (576px and below) */
@media (max-width: 576px) {
  .main-footer {
    margin-top: 40px;
  }
  
  .footer-top {
    padding: 40px 0 35px;
  }
  
  .footer-widget {
    margin-bottom: 30px;
  }
  
  .footer-logo-wrapper {
    margin-bottom: 20px;
  }
  
  .footer-logo {
    margin-bottom: 15px;
  }
  
  .footer-logo img {
    max-width: 140px;
  }
  
  .logo-badge {
    font-size: 10px;
    padding: 5px 12px;
    margin-top: 8px;
    width: 100%;
    justify-content: center;
  }
  
  .logo-badge i {
    font-size: 12px;
  }
  
  .footer-about {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 20px;
    padding-top: 12px;
    margin-top: 12px;
    border-top-width: 2px;
    text-align: center;
  }
  
  .footer-title {
    font-size: 16px;
    margin-bottom: 15px;
    justify-content: center;
  }
  
  .footer-title i {
    font-size: 14px;
  }
  
  .footer-links li {
    margin-bottom: 6px;
  }
  
  .footer-links li:hover {
    transform: translateX(0);
  }
  
  .footer-links li a {
    font-size: 12px;
    padding: 6px 0;
    justify-content: center;
  }
  
  .footer-links li a i {
    width: 16px;
    height: 16px;
    font-size: 11px;
  }
  
  .footer-contact li,
  .contact-item {
    margin-bottom: 12px;
    padding: 12px 8px;
  }
  
  .footer-contact li i,
  .contact-icon {
    width: 35px;
    height: 35px;
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .contact-label {
    font-size: 9px;
  }
  
  .footer-contact li span,
  .footer-contact li a,
  .contact-value {
    font-size: 12px;
    line-height: 1.5;
  }
  
  .footer-social h5,
  .social-title {
    font-size: 14px;
    margin-bottom: 10px;
    justify-content: center;
  }
  
  .social-links {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .social-links li a,
  .social-link {
    width: 38px;
    height: 38px;
  }
  
  .social-links li a i {
    font-size: 15px;
  }
  
  .social-tooltip {
    font-size: 10px;
    padding: 4px 8px;
  }
  
  .footer-bottom-inline {
    margin-top: 30px;
    padding: 20px 0;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
  
  .copyright-section {
    min-width: auto;
    width: 100%;
  }
  
  .copyright {
    font-size: 12px;
    line-height: 1.6;
    justify-content: center;
    text-align: center;
  }
  
  .copyright i {
    font-size: 11px;
  }
  
  .footer-designer {
    width: 100%;
    text-align: center;
  }
  
  .designer-text {
    font-size: 11px;
    padding: 6px 14px;
  }
  
  .designer-text i {
    font-size: 11px;
  }
  
  .footer-bottom-inline::before {
    width: 80px;
  }
}

/* Extra Small Devices (480px and below) */
@media (max-width: 480px) {
  .footer-top {
    padding: 35px 0 30px;
  }
  
  .footer-logo img {
    max-width: 120px;
  }
  
  .logo-badge {
    font-size: 9px;
    padding: 4px 10px;
  }
  
  .footer-about {
    font-size: 11px;
  }
  
  .footer-title {
    font-size: 15px;
  }
  
  .footer-links li a {
    font-size: 11px;
  }
  
  .footer-contact li,
  .contact-item {
    padding: 10px 6px;
  }
  
  .footer-contact li i,
  .contact-icon {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  
  .contact-value {
    font-size: 11px;
  }
  
  .social-links li a,
  .social-link {
    width: 35px;
    height: 35px;
  }
  
  .social-links li a i {
    font-size: 14px;
  }
}

/* ============================================
   FOOTER REDESIGN - UNIFIED STYLES
   ============================================ */

/* Footer Logo Wrapper */
.footer-logo-wrapper {
  margin-bottom: 25px;
  position: relative;
}

.footer-logo-wrapper .footer-logo {
  margin-bottom: 15px;
}

.logo-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 107, 157, 0.15);
  border: 1px solid rgba(255, 107, 157, 0.3);
  border-radius: 25px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 10px;
  transition: all 0.3s ease;
}

.logo-badge i {
  color: var(--brand-primary);
  font-size: 14px;
}

.logo-badge:hover {
  background: rgba(255, 107, 157, 0.25);
  border-color: var(--brand-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 157, 0.3);
}

/* Company Info Widget */
.company-info {
  padding-right: 0;
}

/* Footer Container and Row Alignment - Fix Blank Space */
.footer-top .container {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/* Ensure row fills container properly */
.footer-top .row {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

/* Remove extra padding from company info that causes blank space */
@media (min-width: 992px) {
  .company-info {
    padding-right: 0;
  }
  
  /* Ensure columns fill the full width */
  .footer-top .row > .col-lg-4 {
    width: 33.333333%;
  }
  
  .footer-top .row > .col-lg-2 {
    width: 16.666667%;
  }
  
  .footer-top .row > .col-lg-3 {
    width: 25%;
  }
}

/* Social Tooltip */
.social-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  margin-bottom: 8px;
  z-index: 10;
}

.social-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
}

.social-link:hover .social-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}



.social-title i {
  color: var(--brand-primary);
  font-size: 16px;
}

/* Social Links with Tooltips */
.social-link {
  position: relative;
}

.social-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  margin-bottom: 8px;
}

.social-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
}

.social-link:hover .social-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Footer Bottom Content */
.footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.copyright-section {
  flex: 1;
  min-width: 280px;
}

.copyright {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  margin: 0;
  text-align: left;
  line-height: 1.7;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-weight: 400;
}

.copyright i {
  color: var(--brand-primary);
  font-size: 13px;
  opacity: 0.9;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.6;
  }
}

.copyright strong {
  color: #fff;
  font-weight: 600;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  transition: all 0.3s ease;
}

.copyright strong:hover {
  filter: brightness(1.2);
}

.footer-links-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.footer-designer {
  flex-shrink: 0;
  position: relative;
}

.designer-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.designer-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 107, 157, 0.1), transparent);
  transition: left 0.5s ease;
}

.designer-text:hover::before {
  left: 100%;
}

.designer-text:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 107, 157, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 157, 0.2);
}

.designer-text i {
  color: var(--brand-primary);
  font-size: 13px;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.designer-text:hover i {
  transform: rotate(15deg) scale(1.1);
  color: var(--brand-secondary);
}

.designer-text a {
  color: var(--brand-primary);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.designer-text a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--brand-gradient);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.designer-text a:hover {
  color: var(--brand-secondary);
}

.designer-text a:hover::after {
  width: 100%;
}

@media (max-width: 768px) {
  .logo-badge {
    font-size: 11px;
    padding: 6px 12px;
  }
  
  .contact-item {
    padding: 12px;
  }
  
  .contact-icon {
    width: 40px;
    height: 40px;
  }
  
  .contact-icon i {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .footer-logo-wrapper {
    text-align: center;
  }
  
  .logo-badge {
    justify-content: center;
    width: 100%;
  }
  
  .contact-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .contact-icon {
    margin-bottom: 8px;
  }
  
  .footer-bottom {
    padding: 20px 0;
    margin-top: 10px;
  }
  
  .footer-bottom-inline {
    margin-top: 25px;
    padding: 18px 0;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
  
  .copyright-section {
    min-width: auto;
    width: 100%;
  }
  
  .copyright {
    font-size: 11px;
    line-height: 1.5;
    justify-content: center;
    text-align: center;
  }
  
  .copyright i {
    font-size: 10px;
  }
  
  .footer-designer {
    width: 100%;
    text-align: center;
  }
  
  .designer-text {
    font-size: 10px;
    padding: 5px 12px;
  }
  
  .designer-text i {
    font-size: 10px;
  }
  
  .footer-bottom-inline::before {
    width: 70px;
  }
}
  
  .footer-about {
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .footer-title {
    font-size: 17px;
    margin-bottom: 18px;
  }
  
  .footer-links li {
    margin-bottom: 10px;
  }
  
  .footer-links li a {
    font-size: 13px;
  }
  
  .footer-contact li {
    margin-bottom: 15px;
  }
  
  .footer-contact li i {
    font-size: 16px;
  }
  
  .footer-contact li span,
  .footer-contact li a {
    font-size: 13px;
  }
  
  .footer-social h5 {
    font-size: 15px;
    margin-bottom: 12px;
  }
  
  .social-links {
    gap: 10px;
  }
  
  .social-links li a {
    width: 38px;
    height: 38px;
  }
  
  .social-links li a i {
    font-size: 15px;
  }
  
  .footer-bottom-inline {
    margin-top: 30px;
    padding-top: 18px;
  }
  
  .footer-bottom-content {
    gap: 10px;
  }
  
  .copyright {
    font-size: 12px;
    line-height: 1.6;
  }
  
  .copyright i {
    font-size: 11px;
  }
  
  .designer-text {
    font-size: 10px;
  }
  
  .designer-text i {
    font-size: 10px;
  }
  
  .footer-bottom-inline::before {
    width: 60px;
  }
}

@media (max-width: 576px) {
  .footer-top {
    padding: 35px 0 25px;
  }
  
  .footer-logo {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .footer-logo img {
    max-width: 120px;
  }
  
  .footer-about {
    font-size: 13px;
    text-align: center;
  }
  
  .footer-title {
    font-size: 16px;
    text-align: center;
  }
  
  .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .footer-links {
    text-align: center;
  }
  
  .footer-links li a {
    justify-content: center;
    font-size: 13px;
  }
  
  .footer-contact {
    text-align: center;
  }
  
  .footer-contact li {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .footer-contact li i {
    margin-top: 0;
  }
  
  .footer-social {
    text-align: center;
  }
  
  .social-links {
    justify-content: center;
  }
  
  .copyright {
    font-size: 12px;
    text-align: center;
  }
  
  .footer-bottom-links {
    font-size: 12px;
    flex-direction: column;
    gap: 5px;
  }
  
  .footer-bottom-links span {
    display: none;
  }
  
  .footer-bottom-links .designer {
    margin-top: 5px;
  }
}

/* Accordion - Pink & Yellow Brand Colors */
.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.1) 0%, rgba(255, 215, 0, 0.1) 100%);
  color: var(--brand-primary);
}

.accordion-button:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 0.25rem rgba(255, 107, 157, 0.3);
}

/* Counter Section - Pink & Yellow Brand Colors */
.counter h2 {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Dropdown Menu - Pink & Yellow Brand Colors */
.dropdown-menu {
  background: var(--brand-gradient) !important;
  border: none;
  box-shadow: 0 4px 15px rgba(255, 107, 157, 0.3);
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}

/* Cards - Brand Colors */
.card {
  border: none;
  transition: all 0.3s ease;
}

.card:hover {
  box-shadow: 0 8px 20px rgba(0, 169, 157, 0.15);
  transform: translateY(-3px);
}

.card-header {
  background: var(--brand-gradient);
  color: #fff;
}

/* Badges - Pink & Yellow Brand Colors */
.badge-primary,
.badge-success {
  background: var(--brand-gradient);
  color: #fff;
}

/* Text Colors - Brand */
.text-primary,
.text-brand {
  color: var(--brand-primary) !important;
}

/* Background Colors - Pink & Yellow */
.bg-primary,
.bg-brand {
  background: var(--brand-gradient) !important;
}

.bg-primary-dark {
  background: linear-gradient(135deg, var(--brand-primary-dark) 0%, var(--brand-secondary-dark) 100%) !important;
}

/* Border Colors - Brand */
.border-primary {
  border-color: var(--brand-primary) !important;
}

/* Selection - Pink & Yellow Brand Colors */
::selection {
  background: var(--brand-secondary);
  color: var(--brand-primary-dark);
}

::-moz-selection {
  background: var(--brand-secondary);
  color: var(--brand-primary-dark);
}

/* Fun Facts Section - Pink & Yellow Brand Colors */
.fun-facts {
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.05) 0%, rgba(255, 215, 0, 0.05) 100%);
}

/* Services Section - Brand Colors */
.services {
  background-color: #fff;
}

.services .service-item .main-content {
  background-color: #f8f9fa;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.services .service-item:hover .main-content {
  border-color: var(--brand-primary);
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.02) 0%, rgba(255, 215, 0, 0.02) 100%);
}

/* About Section - Pink & Yellow Brand Colors */
.about-us {
  background-color: #fff;
}

.about-us .accordion {
  background: var(--brand-gradient);
}

/* Contact Section - Pink & Yellow Brand Colors */
.contact-us {
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.05) 0%, rgba(255, 215, 0, 0.05) 100%);
}

.contact-us .contact-us-content {
  background: var(--brand-gradient);
}

/* Form Inputs - Pink & Yellow Brand Colors */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border-color: var(--brand-primary) !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 157, 0.3) !important;
  outline: none;
}

/* Social Icons - Pink & Yellow Brand Colors */
.social-icons a {
  color: var(--brand-primary);
  transition: all 0.3s ease;
}

.social-icons a:hover {
  color: var(--brand-secondary);
  transform: translateY(-3px) scale(1.2);
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

/* Navigation Active States - Brand Colors */
.nav-link.active {
  color: var(--brand-primary) !important;
}

/* Scrollbar - Pink & Yellow Brand Colors (Webkit browsers) */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--brand-gradient);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--brand-gradient-reverse);
}

/* Loading/Spinner - Brand Colors */
.spinner-border-primary {
  border-color: var(--brand-primary);
  border-right-color: transparent;
}

/* Progress Bars - Pink & Yellow Brand Colors */
.progress-bar {
  background: var(--brand-gradient);
}

/* Alerts - Pink & Yellow Brand Colors */
.alert-primary {
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.1) 0%, rgba(255, 215, 0, 0.1) 100%);
  border-color: var(--brand-primary);
  color: var(--brand-primary-dark);
}

/* Tables - Pink & Yellow Brand Colors */
.table thead th {
  background: var(--brand-gradient);
  color: #fff;
  border-color: var(--brand-primary-dark);
}

.table-hover tbody tr:hover {
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.05) 0%, rgba(255, 215, 0, 0.05) 100%);
}

/* Pagination - Pink & Yellow Brand Colors */
.page-link {
  color: var(--brand-primary);
}

.page-link:hover {
  color: var(--brand-primary-dark);
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.1) 0%, rgba(255, 215, 0, 0.1) 100%);
}

.page-item.active .page-link {
  background: var(--brand-gradient);
  border-color: var(--brand-primary);
}

/* Breadcrumbs - Brand Colors */
.breadcrumb-item.active {
  color: var(--brand-primary);
}

.breadcrumb-item a {
  color: var(--brand-primary);
}

.breadcrumb-item a:hover {
  color: var(--brand-primary-dark);
}
/*
# 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 Slider Section
--------------------------------------------------------------*/
.hero-slider {
  width: 100%;
  min-height: 80vh;
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding-top: 120px;
}

.hero-slider .carousel {
  height: 80vh;
  min-height: 600px;
}

.hero-slider .carousel-inner {
  height: 100%;
}

.hero-slider .carousel-item {
  height: 100%;
  transition: transform 0.6s ease-in-out;
}

.hero-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-slide .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: 0;
  padding-bottom: 50px;
}

.hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.hero-title {
  font-size: 56px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 25px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
  line-height: 1.2;
  letter-spacing: -0.5px;
  animation: fadeInUp 0.8s ease-out;
}

.hero-subtitle {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 35px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.7;
  font-weight: 400;
  animation: fadeInUp 1s ease-out;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

/* Carousel Controls - Pink & Yellow Brand Colors */
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
  width: 50px;
  height: 50px;
  background: var(--brand-gradient);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.9;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.hero-slider .carousel-control-prev {
  left: 20px;
}

.hero-slider .carousel-control-next {
  right: 20px;
}

.hero-slider .carousel-control-prev:hover,
.hero-slider .carousel-control-next:hover {
  opacity: 1;
  background: var(--brand-gradient-reverse);
  border-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 15px rgba(255, 107, 157, 0.6);
}

.hero-slider .carousel-control-prev-icon,
.hero-slider .carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

/* Carousel Indicators */
.hero-slider .carousel-indicators {
  bottom: 30px;
  margin-bottom: 0;
}

.hero-slider .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #fff;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.hero-slider .carousel-indicators button.active {
  background: var(--brand-gradient);
  border-color: var(--brand-primary);
  width: 30px;
  border-radius: 15px;
}

/* Fade Animation */
.hero-slider .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.hero-slider .carousel-fade .carousel-item.active,
.hero-slider .carousel-fade .carousel-item-next.carousel-item-start,
.hero-slider .carousel-fade .carousel-item-prev.carousel-item-end {
  opacity: 1;
}

.hero-slider .carousel-fade .active.carousel-item-start,
.hero-slider .carousel-fade .active.carousel-item-end {
  opacity: 0;
}

.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;
      font-weight: 600;
    }
    
    /* Declaration Box Styling */
    .declaration-box {
      background: linear-gradient(135deg, rgba(255, 107, 157, 0.1) 0%, rgba(255, 215, 0, 0.1) 100%);
      border: 2px solid rgba(255, 107, 157, 0.3);
      border-radius: 15px;
      padding: 40px;
      text-align: center;
      position: relative;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      margin-top: 30px;
    }
    
    .declaration-icon {
      width: 80px;
      height: 80px;
      background: var(--brand-gradient);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      box-shadow: 0 5px 15px rgba(255, 107, 157, 0.3);
    }
    
    .declaration-icon i {
      font-size: 35px;
      color: #fff;
    }
    
    .declaration-title {
      font-size: 28px;
      font-weight: 700;
      color: var(--brand-primary);
      margin-bottom: 20px;
      position: relative;
      display: inline-block;
    }
    
    .declaration-title::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background: var(--brand-gradient);
      border-radius: 2px;
    }
    
    .declaration-text {
      font-size: 18px;
      line-height: 1.8;
      color: #555;
      margin: 0;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }
    
    .declaration-text strong {
      color: var(--brand-primary);
      font-weight: 700;
    }
    
    @media (max-width: 768px) {
      #academic_rules .rule-card {
        margin-bottom: 1.5rem;
      }
      
      .declaration-box {
        padding: 30px 20px;
      }
      
      .declaration-icon {
        width: 70px;
        height: 70px;
      }
      
      .declaration-icon i {
        font-size: 30px;
      }
      
      .declaration-title {
        font-size: 24px;
      }
      
      .declaration-text {
        font-size: 16px;
      }
    }
    
    @media (max-width: 576px) {
      .declaration-box {
        padding: 25px 15px;
      }
      
      .declaration-icon {
        width: 60px;
        height: 60px;
      }
      
      .declaration-icon i {
        font-size: 25px;
      }
      
      .declaration-title {
        font-size: 20px;
      }
      
      .declaration-text {
        font-size: 15px;
      }
    }

/* Bank Details Section Styling */
.bank-details-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
}

.bank-details-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--brand-gradient);
}

/* Bank Header */
.bank-header-content {
  position: relative;
}

.bank-icon-wrapper {
  width: 100px;
  height: 100px;
  background: var(--brand-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  box-shadow: 0 10px 30px rgba(255, 107, 157, 0.3);
  animation: float 3s ease-in-out infinite;
}

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

.bank-icon-wrapper i {
  font-size: 45px;
  color: #fff;
}

.bank-main-title {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.bank-main-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--brand-gradient);
  border-radius: 2px;
}

.bank-info-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.1) 0%, rgba(255, 215, 0, 0.1) 100%);
  padding: 10px 20px;
  border-radius: 25px;
  border: 2px solid rgba(255, 107, 157, 0.3);
  margin-top: 20px;
  font-weight: 600;
  color: var(--brand-primary);
}

.bank-info-badge i {
  font-size: 18px;
}

/* Bank Card Enhanced */
.bank-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.4s ease;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bank-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(255, 107, 157, 0.3);
}

.bank-card-header {
  background: var(--brand-gradient);
  color: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
}

.bank-card-header i {
  font-size: 20px;
}

.bank-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f8f9fa;
  flex: 1;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bank-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: all 0.4s ease;
  cursor: pointer;
}

.bank-card:hover .bank-image {
  transform: scale(1.05);
}

.image-overlay-bank {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  transition: all 0.4s ease;
  backdrop-filter: blur(5px);
}

.bank-card:hover .image-overlay-bank {
  opacity: 1;
}

.zoom-btn,
.download-btn {
  background: var(--brand-gradient);
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  font-size: 14px;
  box-shadow: 0 5px 15px rgba(255, 107, 157, 0.3);
}

.zoom-btn:hover,
.download-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 107, 157, 0.5);
}

.zoom-btn i,
.download-btn i {
  font-size: 16px;
}

.bank-card-footer {
  background: #f8f9fa;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
  border-top: 1px solid #e9ecef;
}

.bank-card-footer i {
  color: var(--brand-primary);
}

/* Info Cards */
.info-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 107, 157, 0.2);
}

.info-icon {
  width: 70px;
  height: 70px;
  background: var(--brand-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 5px 15px rgba(255, 107, 157, 0.3);
}

.info-icon i {
  font-size: 30px;
  color: #fff;
}

.info-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
}

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

/* Image Modal */
.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal-content {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
  animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}

.modal-close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(10px);
}

.modal-close:hover {
  background: rgba(255, 107, 157, 0.8);
  transform: rotate(90deg);
}

/* Bank Notice Box */
.bank-notice-box {
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.08) 0%, rgba(255, 215, 0, 0.08) 100%);
  border: 2px solid rgba(255, 107, 157, 0.3);
  border-radius: 15px;
  padding: 40px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.bank-notice-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--brand-gradient);
}

.notice-icon {
  width: 70px;
  height: 70px;
  background: var(--brand-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(255, 107, 157, 0.3);
  animation: pulse 2s infinite;
}

.notice-icon i {
  font-size: 35px;
  color: #fff;
}

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

.notice-content {
  flex: 1;
}

.notice-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.notice-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--brand-gradient);
  border-radius: 2px;
}

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

.notice-list li {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

.notice-list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand-primary);
  font-size: 18px;
}

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

/* Bank Details Responsive */
@media (max-width: 991px) {
  .bank-details-section {
    padding: 60px 0;
  }
  
  .bank-icon-wrapper {
    width: 80px;
    height: 80px;
  }
  
  .bank-icon-wrapper i {
    font-size: 35px;
  }
  
  .bank-main-title {
    font-size: 30px;
  }
  
  .bank-image-wrapper {
    min-height: 350px;
  }
  
  .image-overlay-bank {
    flex-direction: column;
    gap: 10px;
  }
  
  .zoom-btn,
  .download-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
  
  .bank-notice-box {
    flex-direction: column;
    padding: 30px;
    gap: 20px;
  }
  
  .notice-icon {
    width: 60px;
    height: 60px;
  }
  
  .notice-icon i {
    font-size: 30px;
  }
  
  .notice-title {
    font-size: 22px;
  }
  
  .notice-list li {
    font-size: 15px;
  }
  
  .info-card {
    padding: 25px;
  }
  
  .info-icon {
    width: 60px;
    height: 60px;
  }
  
  .info-icon i {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .bank-details-section {
    padding: 50px 0;
  }
  
  .bank-icon-wrapper {
    width: 70px;
    height: 70px;
  }
  
  .bank-icon-wrapper i {
    font-size: 30px;
  }
  
  .bank-main-title {
    font-size: 26px;
  }
  
  .bank-card {
    margin-bottom: 20px;
  }
  
  .bank-image-wrapper {
    min-height: 300px;
  }
  
  .zoom-btn,
  .download-btn {
    padding: 8px 14px;
    font-size: 12px;
  }
  
  .bank-notice-box {
    padding: 25px 20px;
  }
  
  .notice-icon {
    width: 55px;
    height: 55px;
  }
  
  .notice-icon i {
    font-size: 28px;
  }
  
  .notice-title {
    font-size: 20px;
  }
  
  .notice-list li {
    font-size: 14px;
    padding-left: 25px;
  }
  
  .info-card {
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .modal-close {
    top: 20px;
    right: 20px;
    font-size: 40px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 576px) {
  .bank-details-section {
    padding: 40px 0;
  }
  
  .bank-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  
  .bank-icon-wrapper i {
    font-size: 25px;
  }
  
  .bank-main-title {
    font-size: 22px;
  }
  
  .bank-info-badge {
    padding: 8px 16px;
    font-size: 13px;
  }
  
  .bank-card-header {
    padding: 12px 15px;
    font-size: 14px;
  }
  
  .bank-image-wrapper {
    min-height: 250px;
  }
  
  .zoom-btn,
  .download-btn {
    padding: 8px 12px;
    font-size: 11px;
  }
  
  .bank-notice-box {
    padding: 20px 15px;
  }
  
  .notice-icon {
    width: 50px;
    height: 50px;
  }
  
  .notice-icon i {
    font-size: 24px;
  }
  
  .notice-title {
    font-size: 18px;
  }
  
  .notice-list li {
    font-size: 13px;
    padding-left: 22px;
    margin-bottom: 12px;
  }
  
  .info-card {
    padding: 20px 15px;
  }
  
  .info-icon {
    width: 50px;
    height: 50px;
  }
  
  .info-icon i {
    font-size: 20px;
  }
  
  .info-card h4 {
    font-size: 18px;
  }
  
  .info-card p {
    font-size: 14px;
  }
  
  .modal-close {
    top: 15px;
    right: 15px;
    font-size: 35px;
    width: 35px;
    height: 35px;
  }
  
  .modal-content {
    max-width: 95%;
    max-height: 85%;
  }
    }
    
    
    .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;
  }
  
  /* Hero Slider Responsive */
  .hero-slider {
    min-height: 60vh;
    padding-top: 120px;
  }
  
  .hero-slider .carousel {
    height: 60vh;
    min-height: 500px;
  }
  
  .hero-slide .container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  
  .hero-content {
    padding: 0 15px;
  }
  
  .hero-title {
    font-size: 32px;
    margin-bottom: 18px;
    line-height: 1.3;
  }
  
  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.6;
  }
  
  .hero-slider .carousel-control-prev,
  .hero-slider .carousel-control-next {
    width: 40px;
    height: 40px;
  }
  
  .hero-slider .carousel-control-prev {
    left: 10px;
  }
  
  .hero-slider .carousel-control-next {
    right: 10px;
  }
  
  .hero-slider .carousel-indicators {
    bottom: 20px;
  }
  
  .hero-slider .carousel-indicators button {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
  
  .hero-slider .carousel-indicators button.active {
    width: 25px;
  }
  
  .btn-download {
    font-size: 13px;
    padding: 10px 20px;
    margin: 5px;
  }
  
  /* Header Responsive */
  .header-area {
    padding: 8px 0;
  }
  
  .header-area .navbar-brand {
    margin-right: 10px;
  }
  
  .header-area .navbar-brand img {
    width: 140px;
    padding: 6px 10px;
  }
  
  .header-area.header-sticky .navbar-brand img {
    width: 120px;
    padding: 5px 8px;
  }
  
  .nav-link {
    font-size: 13px;
    padding: 6px 10px !important;
  }
  
  .header-area .navbar {
    padding: 0 10px;
  }
}

/* Subscription Box Giveaway Popup Styles */
.subscription-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease-in-out;
}

.subscription-popup-overlay.show {
  display: flex;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.subscription-popup-container {
  position: relative;
  background: transparent;
  border-radius: 20px;
  padding: 20px;
  max-width: 800px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: none;
  animation: slideUp 0.4s ease-out;
}

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

.subscription-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  line-height: 1;
  padding: 0;
}

.subscription-popup-close:hover {
  background: #333;
  transform: rotate(90deg);
}

.subscription-popup-close span {
  display: block;
  line-height: 1;
}

.subscription-popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.subscription-popup-image-only {
  width: 100%;
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.subscription-popup-image-only img {
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 10px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.subscription-popup-image {
  width: 180px;
  height: 180px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-image-message {
  padding: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.subscription-popup-image svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.subscription-popup-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.subscription-popup-text {
  flex: 1;
  text-align: left;
}

.subscription-popup-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #fff;
  text-align: left;
}

.subscription-popup-title strong {
  font-weight: 700;
  font-size: 36px;
}

.subscription-popup-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #fff;
}

.subscription-popup-description strong {
  font-weight: 600;
  display: block;
  margin-top: 5px;
}

.subscription-popup-arrow {
  width: 40px;
  height: 40px;
  margin: 15px 0;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.subscription-popup-arrow svg {
  width: 100%;
  height: 100%;
}

.subscription-popup-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.subscription-popup-input {
  width: 100%;
  padding: 15px 20px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.subscription-popup-input:focus {
  outline: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.subscription-popup-input::placeholder {
  color: #999;
}

.subscription-popup-submit {
  width: 100%;
  padding: 15px 30px;
  background: #ff69b4;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 105, 180, 0.3);
}

.subscription-popup-submit:hover {
  background: #ff1493;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 105, 180, 0.4);
}

.subscription-popup-submit:active {
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
  .subscription-popup-container {
    padding: 15px;
    width: 95%;
  }

  .subscription-popup-image-only {
    max-width: 100%;
  }

  .subscription-popup-image-only img {
    max-height: 75vh;
  }
}

@media (max-width: 480px) {
  .subscription-popup-container {
    padding: 10px;
  }

  .subscription-popup-image-only img {
    max-height: 70vh;
  }
}

/* Certificates Section Styles */
.certificates-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.certificates-slider {
  padding: 40px 0 60px 0;
  position: relative;
}

.certificate-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}

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

.certificate-image {
  padding: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  flex: 1;
}

.certificate-image img {
  max-width: 100%;
  max-height: 280px;
  width: 100%;
  object-fit: contain;
  border-radius: 5px;
}

.certificate-caption {
  padding: 15px 20px;
  background: linear-gradient(135deg, #20b2aa 0%, #17a2b8 100%);
  color: #fff;
  text-align: center;
}

.certificate-caption h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

/* Certificates Slider Navigation */
.certificates-slider .swiper-button-next,
.certificates-slider .swiper-button-prev {
  color: #20b2aa;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.certificates-slider .swiper-button-next:after,
.certificates-slider .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.certificates-slider .swiper-pagination-bullet {
  background: #20b2aa;
  opacity: 0.5;
}

.certificates-slider .swiper-pagination-bullet-active {
  background: #20b2aa;
  opacity: 1;
}

/* Affiliations Section Styles */
.affiliations-section {
  padding: 80px 0;
  background: #fff;
}

.affiliations-slider {
  padding: 40px 0 60px 0;
  position: relative;
}

.affiliation-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid #f0f0f0;
  margin: 0 10px;
}

.affiliation-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: #20b2aa;
}

.affiliation-logo {
  padding: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  flex: 1;
}

.affiliation-logo img {
  max-width: 100%;
  max-height: 150px;
  width: 100%;
  object-fit: contain;
  filter: grayscale(0%);
  transition: all 0.3s ease;
}

.affiliation-item:hover .affiliation-logo img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.affiliation-name {
  padding: 15px 20px;
  background: #f8f9fa;
  text-align: center;
  border-top: 2px solid #e9ecef;
}

.affiliation-name h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

/* Affiliations Slider Navigation */
.affiliations-slider .swiper-button-next,
.affiliations-slider .swiper-button-prev {
  color: #20b2aa;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.affiliations-slider .swiper-button-next:after,
.affiliations-slider .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.affiliations-slider .swiper-pagination-bullet {
  background: #20b2aa;
  opacity: 0.5;
}

.affiliations-slider .swiper-pagination-bullet-active {
  background: #20b2aa;
  opacity: 1;
}

/* Placement Partners Section Styles */
.placement-partners-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.placement-partners-slider {
  padding: 40px 0 60px 0;
  position: relative;
  overflow: hidden;
}

.placement-partners-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.placement-partner-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid #f0f0f0;
  margin: 0 10px;
}

.placement-partner-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: #20b2aa;
}

.placement-partner-logo {
  padding: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  flex: 1;
}

.placement-partner-logo img {
  max-width: 100%;
  max-height: 150px;
  width: 100%;
  object-fit: contain;
  filter: grayscale(0%);
  transition: all 0.3s ease;
}

.placement-partner-item:hover .placement-partner-logo img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.placement-partner-name {
  padding: 15px 20px;
  background: #f8f9fa;
  text-align: center;
  border-top: 2px solid #e9ecef;
}

.placement-partner-name h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

/* Placement Partners Slider Navigation */
.placement-partners-slider .swiper-button-next,
.placement-partners-slider .swiper-button-prev {
  color: #20b2aa;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.placement-partners-slider .swiper-button-next:after,
.placement-partners-slider .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.placement-partners-slider .swiper-pagination-bullet {
  background: #20b2aa;
  opacity: 0.5;
}

.placement-partners-slider .swiper-pagination-bullet-active {
  background: #20b2aa;
  opacity: 1;
}

/* Expert Team Section Styles */
.expert-team-section {
  padding: 80px 0;
  background: #fff;
}

.expert-team-section .team-member {
  margin-bottom: 30px;
}

.expert-team-section .team-member-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.expert-team-section .team-member-image img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #f1f0fe;
  transition: all 0.3s ease;
}

.expert-team-section .team-member:hover .team-member-image img {
  border-color: #00a99c;
  transform: scale(1.05);
}

.expert-team-section .team-member .main-content {
  border-radius: 25px;
  padding: 30px 20px;
  background-color: #f1f0fe;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.expert-team-section .team-member:hover .main-content {
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.expert-team-section .team-member .main-content span.category {
  color: #00a99c;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.expert-team-section .team-member .main-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 15px;
  color: #333;
}

.expert-team-section .team-member .main-content ul.social-icons {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.expert-team-section .team-member .main-content ul.social-icons li {
  display: inline-block;
  margin: 0;
}

.expert-team-section .team-member .main-content ul.social-icons li a {
  background-color: #fff;
  color: #00a99c;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.expert-team-section .team-member .main-content ul.social-icons li a:hover {
  background-color: #00a99c;
  color: #fff;
  transform: translateY(-3px);
}

/* Responsive Design for Certificates and Affiliations */
@media (max-width: 768px) {
  .certificates-section,
  .affiliations-section,
  .placement-partners-section,
  .expert-team-section {
    padding: 50px 0;
  }

  .expert-team-section .team-member-image img {
    width: 150px;
    height: 150px;
  }

  .expert-team-section .team-member .main-content {
    padding: 25px 15px;
  }
}

/* Study Materials Section Styles */
.study-materials-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.study-material-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid #f0f0f0;
}

.study-material-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-color: #20b2aa;
}

.material-preview {
  width: 100%;
  height: 200px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.pdf-preview,
.file-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.pdf-preview i,
.file-preview i {
  font-size: 60px;
  color: #dc3545;
  margin-bottom: 10px;
}

.file-preview i {
  color: #6c757d;
}

.file-type-badge {
  background: #20b2aa;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.image-preview {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.study-material-card:hover .image-preview img {
  transform: scale(1.1);
}

.material-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.material-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.4;
}

.material-category {
  display: inline-block;
  background: #e9ecef;
  color: #6c757d;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}

.material-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  flex: 1;
}

.btn-download-material {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #20b2aa 0%, #00a99c 100%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
}

.btn-download-material:hover {
  background: linear-gradient(135deg, #00a99c 0%, #20b2aa 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(32, 178, 170, 0.3);
}

.btn-download-material i {
  font-size: 16px;
}

/* Responsive Design for Study Materials */
@media (max-width: 768px) {
  .study-materials-section {
    padding: 50px 0;
  }

  .material-preview {
    height: 180px;
  }

  .material-content {
    padding: 15px;
  }

  .material-title {
    font-size: 16px;
  }

  .certificates-slider,
  .affiliations-slider,
  .placement-partners-slider {
    padding: 30px 0 50px 0;
  }

  .certificate-image,
  .affiliation-logo,
  .placement-partner-logo {
    min-height: 200px;
  }

  .certificate-image img {
    max-height: 200px;
  }

  .affiliation-logo img,
  .placement-partner-logo img {
    max-height: 120px;
  }

  .certificates-slider .swiper-button-next,
  .certificates-slider .swiper-button-prev,
  .affiliations-slider .swiper-button-next,
  .affiliations-slider .swiper-button-prev,
  .placement-partners-slider .swiper-button-next,
  .placement-partners-slider .swiper-button-prev {
    display: none;
  }
}

/* Success Stories Section Styles */
.success-stories-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.success-stories-slider {
  padding: 40px 0 60px 0;
  position: relative;
}

.success-story-item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}

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

.story-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

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

.success-story-item:hover .story-image img {
  transform: scale(1.1);
}

.story-content {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.story-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.3;
}

.story-author {
  color: #20b2aa;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.story-author i {
  font-size: 12px;
}

.story-text {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}

.story-read-more {
  background: linear-gradient(135deg, #20b2aa 0%, #17a2b8 100%);
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.story-read-more:hover {
  background: linear-gradient(135deg, #17a2b8 0%, #20b2aa 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(32, 178, 170, 0.3);
}

/* Success Stories Slider Navigation */
.success-stories-slider .swiper-button-next,
.success-stories-slider .swiper-button-prev {
  color: #20b2aa;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.success-stories-slider .swiper-button-next:after,
.success-stories-slider .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.success-stories-slider .swiper-pagination-bullet {
  background: #20b2aa;
  opacity: 0.5;
}

.success-stories-slider .swiper-pagination-bullet-active {
  background: #20b2aa;
  opacity: 1;
}

/* Story Modal Styles */
.story-modal-image {
  text-align: center;
  margin-bottom: 20px;
}

.story-modal-image img {
  max-width: 100%;
  max-height: 300px;
  border-radius: 10px;
  object-fit: contain;
}

.story-modal-author {
  color: #20b2aa;
  font-weight: 600;
  font-size: 16px;
}

.story-modal-text {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  white-space: pre-wrap;
}

/* Responsive Design for Success Stories */
@media (max-width: 768px) {
  .success-stories-section {
    padding: 50px 0;
  }

  .success-stories-slider {
    padding: 30px 0 50px 0;
  }

  .story-image {
    height: 200px;
  }

  .story-content {
    padding: 20px;
  }

  .story-title {
    font-size: 18px;
  }

  .success-stories-slider .swiper-button-next,
  .success-stories-slider .swiper-button-prev {
    display: none;
  }
}

/* Testimonials Section Styles - Same as Success Stories */
.testimonials-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.testimonials-slider {
  padding: 40px 0 60px 0;
  position: relative;
}

.testimonial-item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}

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

.testimonial-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

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

.testimonial-item:hover .testimonial-image img {
  transform: scale(1.1);
}

.testimonial-content {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.testimonial-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.3;
}

.testimonial-course {
  color: #20b2aa;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.testimonial-course i {
  font-size: 12px;
}

.testimonial-text {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}

.testimonial-read-more {
  background: linear-gradient(135deg, #20b2aa 0%, #17a2b8 100%);
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.testimonial-read-more:hover {
  background: linear-gradient(135deg, #17a2b8 0%, #20b2aa 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(32, 178, 170, 0.3);
}

/* Testimonials Slider Navigation */
.testimonials-slider .swiper-button-next,
.testimonials-slider .swiper-button-prev {
  color: #20b2aa;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.testimonials-slider .swiper-button-next:after,
.testimonials-slider .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.testimonials-slider .swiper-pagination-bullet {
  background: #20b2aa;
  opacity: 0.5;
}

.testimonials-slider .swiper-pagination-bullet-active {
  background: #20b2aa;
  opacity: 1;
}

/* Testimonial Modal Styles */
.testimonial-modal-image {
  text-align: center;
  margin-bottom: 20px;
}

.testimonial-modal-image img {
  max-width: 100%;
  max-height: 300px;
  border-radius: 10px;
  object-fit: contain;
}

.testimonial-modal-course {
  color: #20b2aa;
  font-weight: 600;
  font-size: 16px;
}

.testimonial-modal-text {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  white-space: pre-wrap;
}

/* Responsive Design for Testimonials */
@media (max-width: 768px) {
  .testimonials-section {
    padding: 50px 0;
  }

  .testimonials-slider {
    padding: 30px 0 50px 0;
  }

  .testimonial-image {
    height: 200px;
  }

  .testimonial-content {
    padding: 20px;
  }

  .testimonial-title {
    font-size: 18px;
  }

  .testimonials-slider .swiper-button-next,
  .testimonials-slider .swiper-button-prev {
    display: none;
  }
}

/* Franchise Page Styles */
.franchise-hero {
  position: relative;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 120px 0 80px 0;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.franchise-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.franchise-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.franchise-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.franchise-hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.franchise-hero-badge i {
  color: #FFD700;
  margin-right: 8px;
}

.franchise-hero-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.franchise-hero-subtitle {
  font-size: 20px;
  margin-bottom: 40px;
  opacity: 0.95;
}

.franchise-hero-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 42px;
  font-weight: 800;
  color: #FFD700;
  line-height: 1;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 16px;
  opacity: 0.9;
  font-weight: 500;
}

/* Franchise Benefits Section */
.franchise-benefits {
  background: #fff;
  padding: 80px 0;
}

.benefit-card {
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 2px solid transparent;
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-color: #667eea;
}

.benefit-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
}

.benefit-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

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

/* Franchise Apply Section */
.franchise-apply {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 80px 0;
}

.franchise-info-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  height: 100%;
  position: sticky;
  top: 100px;
  max-width: 100%;
}

.info-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  padding-bottom: 0;
  border-bottom: none;
}

.info-icon-circle {
  width: 40px;
  height: 40px;
  background: #6B46C1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
  flex-shrink: 0;
}

.info-card-header h3 {
  font-size: 24px;
  font-weight: 700;
  color: #6B46C1;
  margin: 0;
}

.info-card-content {
  margin-bottom: 30px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  transition: none;
}

.info-item:hover {
  background: transparent;
  transform: none;
}

.info-icon-square {
  width: 48px;
  height: 48px;
  background: #6B46C1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-right: 15px;
  flex-shrink: 0;
}

.info-icon {
  width: 48px;
  height: 48px;
  background: #6B46C1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-right: 15px;
  flex-shrink: 0;
}

.info-details {
  flex: 1;
}

.info-details h5 {
  font-size: 14px;
  font-weight: 600;
  color: #6B46C1;
  margin-bottom: 8px;
  text-transform: none;
  letter-spacing: 0;
}

.info-details a,
.info-details p {
  font-size: 15px;
  font-weight: 400;
  color: #6B7280;
  margin: 0;
  text-decoration: none;
  line-height: 1.6;
}

.info-details a:hover {
  color: #6B46C1;
}

.info-card-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #E5E7EB;
}

.social-icon {
  width: 40px;
  height: 40px;
  background: #6B46C1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #5B21B6;
  transform: translateY(-2px);
  color: #fff;
}

.info-card-features {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 15px;
  padding: 30px;
  color: #fff;
}

.info-card-features h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.info-card-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-card-features ul li {
  padding: 10px 0;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.info-card-features ul li i {
  color: #FFD700;
  margin-right: 12px;
  font-size: 16px;
}

/* Franchise Form Card */
.franchise-form-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.form-card-header {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f0f0f0;
}

.form-card-header h3 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.form-card-header p {
  color: #666;
  font-size: 15px;
  margin: 0;
}

.franchise-form .form-group {
  margin-bottom: 25px;
}

.franchise-form label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  font-size: 14px;
}

.franchise-form label i {
  color: #667eea;
  margin-right: 8px;
  width: 20px;
}

.franchise-form .required {
  color: #e74c3c;
}

.franchise-form .form-control {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.franchise-form .form-control:focus {
  outline: none;
  border-color: #667eea;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.franchise-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.btn-franchise-submit {
  width: 100%;
  padding: 16px 30px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-franchise-submit:hover {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.btn-franchise-submit i {
  font-size: 18px;
}

.btn-franchise-submit:active {
  transform: translateY(0);
}

/* Responsive Design for Franchise Page */
@media (max-width: 992px) {
  .franchise-info-card {
    position: static;
    margin-bottom: 30px;
  }

  .franchise-hero-title {
    font-size: 36px;
  }

  .franchise-hero-stats {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .franchise-hero {
    padding: 80px 0 60px 0;
    min-height: 400px;
  }

  .franchise-hero-title {
    font-size: 28px;
  }

  .franchise-hero-subtitle {
    font-size: 16px;
  }

  .franchise-hero-stats {
    gap: 30px;
  }

  .stat-number {
    font-size: 32px;
  }

  .stat-label {
    font-size: 14px;
  }

  .franchise-benefits,
  .franchise-apply {
    padding: 50px 0;
  }

  .franchise-info-card {
    padding: 30px 20px;
  }

  .info-card-header h3 {
    font-size: 20px;
  }

  .info-icon-circle {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .info-icon-square {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .info-details h5 {
    font-size: 13px;
  }

  .info-details a,
  .info-details p {
    font-size: 14px;
  }

  .social-icon {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .franchise-info-card,
  .franchise-form-card {
    padding: 30px 20px;
  }

  .benefit-card {
    padding: 30px 20px;
  }
}

/* ============================================
   PROFESSIONAL HOME PAGE ENHANCEMENTS
   ============================================ */

/* Enhanced Services Section */
.services {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand-primary), transparent);
}

.services .service-item {
  position: relative;
  margin-top: 30px;
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.services .service-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 107, 157, 0.1), transparent);
  transition: left 0.5s ease;
}

.services .service-item:hover::before {
  left: 100%;
}

.services .service-item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 40px rgba(255, 107, 157, 0.25);
  border-color: var(--brand-primary);
}

.services .service-item .icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.1) 0%, rgba(255, 215, 0, 0.1) 100%);
  border-radius: 50%;
  margin-bottom: 25px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.services .service-item:hover .icon {
  background: var(--brand-gradient);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 25px rgba(255, 107, 157, 0.4);
}

.services .service-item .icon img {
  max-width: 70px;
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.services .service-item:hover .icon img {
  transform: scale(1.1);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.services .service-item .main-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.services .service-item h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 15px;
  transition: color 0.3s ease;
  position: relative;
  padding-bottom: 15px;
}

.services .service-item h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: var(--brand-gradient);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.services .service-item:hover h4::after {
  width: 80px;
}

.services .service-item:hover h4 {
  color: var(--brand-primary-dark);
}

.services .service-item p {
  color: #666;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 0;
  transition: color 0.3s ease;
}

.services .service-item:hover p {
  color: #555;
}

/* Enhanced About Section */
.about-us {
  padding: 100px 0;
  background: #fff;
  position: relative;
}

.about-us .section-heading {
  margin-bottom: 50px;
}

.about-us .section-heading h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--brand-primary);
  margin-bottom: 10px;
}

.about-us .section-heading h2 {
  font-size: 42px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.about-us .section-heading h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--brand-gradient);
  border-radius: 2px;
}

.about-us .section-heading p {
  font-size: 17px;
  line-height: 1.8;
  color: #666;
  max-width: 800px;
}

.about-content {
  font-size: 16px;
  line-height: 1.9;
  color: #555;
}

.about-content p {
  margin-bottom: 20px;
  text-align: justify;
}

.about-content p:last-child {
  margin-bottom: 0;
}

.about-content strong {
  color: var(--brand-primary);
  font-weight: 600;
}

.about-us .accordion {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.about-us .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.about-us .accordion-item:hover {
  box-shadow: 0 5px 20px rgba(255, 107, 157, 0.15);
  transform: translateX(5px);
}

.about-us .accordion-button {
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.05) 0%, rgba(255, 215, 0, 0.05) 100%);
  color: #2c3e50;
  font-weight: 600;
  font-size: 18px;
  padding: 20px 25px;
  border: none;
  transition: all 0.3s ease;
}

.about-us .accordion-button:not(.collapsed) {
  background: var(--brand-gradient);
  color: #fff;
  box-shadow: 0 4px 15px rgba(255, 107, 157, 0.3);
}

.about-us .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 107, 157, 0.25);
}

.about-us .accordion-body {
  padding: 25px;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  background: #fff;
}

/* Enhanced Fun Facts Section */
.fun-facts {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
  position: relative;
  overflow: hidden;
}

.fun-facts::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.05" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,138.7C960,139,1056,117,1152,106.7C1248,96,1344,96,1392,96L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
  background-size: cover;
  opacity: 0.3;
}

.fun-facts .counter {
  text-align: center;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.fun-facts .counter::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  transition: transform 0.6s ease;
  transform: scale(0);
}

.fun-facts .counter:hover::before {
  transform: scale(1);
}

.fun-facts .counter:hover {
  transform: translateY(-10px) scale(1.05);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.fun-facts .counter h2 {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.fun-facts .counter p {
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

/* Notice Bar Styling */
.notice-bar-wrapper {
  position: relative;
  z-index: 999;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.5s ease;
}

.notice-carousel {
  position: relative;
  width: 100%;
}

.notice-item {
  padding: 15px 0;
  display: none;
  animation: slideDown 0.5s ease-out;
  transition: all 0.3s ease;
}

.notice-item.active {
  display: block;
  animation: slideDown 0.5s ease-out;
}

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

.notice-content {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
}

.notice-content i {
  font-size: 18px;
  animation: noticePulse 2s infinite;
  flex-shrink: 0;
}

@keyframes noticePulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

.notice-text {
  flex: 1;
  line-height: 1.6;
}

.notice-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 16px;
  border: 2px solid currentColor;
  border-radius: 25px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.notice-link:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(5px);
}

/* Notice Control Buttons */
.notice-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  font-size: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.notice-control:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.notice-control:active {
  transform: translateY(-50%) scale(0.95);
}

.notice-control:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

.notice-prev {
  left: 15px;
}

.notice-next {
  right: 15px;
}

/* Notice Bar Responsive */
@media (max-width: 768px) {
  .notice-item {
    padding: 12px 0;
  }
  
  .notice-content {
    font-size: 13px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .notice-content i {
    font-size: 16px;
  }
  
  .notice-link {
    font-size: 12px;
    padding: 6px 12px;
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }
  
  .notice-control {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  
  .notice-prev {
    left: 10px;
  }
  
  .notice-next {
    right: 10px;
  }
}

/* Why Choose Us Section */
.why-choose-us {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
}

.why-choose-us .section-heading {
  margin-bottom: 60px;
}

.why-choose-us .section-heading h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--brand-primary);
  margin-bottom: 10px;
}

.why-choose-us .section-heading h2 {
  font-size: 42px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.why-choose-us .section-heading h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--brand-gradient);
  border-radius: 2px;
}

.why-choose-us .section-heading p.lead {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  margin-top: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.why-choose-item {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.why-choose-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--brand-gradient);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.why-choose-item:hover::before {
  transform: scaleX(1);
}

.why-choose-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(255, 107, 157, 0.2);
}

.why-choose-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.1) 0%, rgba(255, 215, 0, 0.1) 100%);
  border-radius: 50%;
  margin-bottom: 20px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.why-choose-item:hover .why-choose-icon {
  background: var(--brand-gradient);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 25px rgba(255, 107, 157, 0.4);
}

.why-choose-icon i {
  font-size: 32px;
  color: var(--brand-primary);
  transition: all 0.4s ease;
}

.why-choose-item:hover .why-choose-icon i {
  color: #fff;
  transform: scale(1.1);
}

.why-choose-content {
  flex: 1;
  position: relative;
  z-index: 1;
}

.why-choose-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.why-choose-item:hover .why-choose-content h4 {
  color: var(--brand-primary);
}

.why-choose-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 12px;
  text-align: justify;
}

.why-choose-content p:last-child {
  margin-bottom: 0;
}

.why-choose-content strong {
  color: var(--brand-primary);
  font-weight: 600;
}

/* Why Choose Us Responsive */
@media (max-width: 991px) {
  .why-choose-us {
    padding: 80px 0;
  }
  
  .why-choose-us .section-heading h2 {
    font-size: 32px;
  }
  
  .why-choose-us .section-heading p.lead {
    font-size: 16px;
  }
  
  .why-choose-item {
    padding: 25px;
    margin-bottom: 20px;
  }
  
  .why-choose-content h4 {
    font-size: 20px;
  }
  
  .why-choose-content p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .why-choose-us {
    padding: 60px 0;
  }
  
  .why-choose-us .section-heading h2 {
    font-size: 28px;
  }
  
  .why-choose-icon {
    width: 60px;
    height: 60px;
  }
  
  .why-choose-icon i {
    font-size: 28px;
  }
  
  .why-choose-content h4 {
    font-size: 18px;
  }
}

/* Enhanced Contact Section */
.contact-us {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

/* Google Maps Section Styling */
.map-section-header {
  margin-bottom: 40px;
}

.map-title {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.map-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--brand-gradient);
  border-radius: 2px;
}

.map-subtitle {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  margin-bottom: 0;
}

.map-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.map-container:hover {
  box-shadow: 0 15px 50px rgba(255, 107, 157, 0.3);
  transform: translateY(-5px);
}

.map-wrapper {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #f8f9fa;
  border: 5px solid #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.google-map-iframe {
  width: 100%;
  height: 450px;
  border: none;
  display: block;
  border-radius: 15px;
  transition: all 0.4s ease;
}

.map-container:hover .google-map-iframe {
  transform: scale(1.02);
}

.map-overlay {
  position: absolute;
  top: 20px;
  right: 20px;
  pointer-events: none;
  z-index: 10;
}

.map-pin {
  width: 60px;
  height: 60px;
  background: var(--brand-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(255, 107, 157, 0.4);
  animation: mapPinPulse 2s infinite;
  border: 4px solid #fff;
}

.map-pin i {
  font-size: 28px;
  color: #fff;
}

@keyframes mapPinPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 5px 20px rgba(255, 107, 157, 0.4);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(255, 107, 157, 0.6);
  }
}

/* Map Section Responsive */
@media (max-width: 991px) {
  .map-title {
    font-size: 28px;
  }
  
  .map-subtitle {
    font-size: 15px;
  }
  
  .google-map-iframe {
    height: 400px;
  }
  
  .map-pin {
    width: 50px;
    height: 50px;
  }
  
  .map-pin i {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .contact-us {
    padding: 80px 0;
  }
  
  .map-section-header {
    margin-bottom: 30px;
  }
  
  .map-title {
    font-size: 24px;
  }
  
  .map-subtitle {
    font-size: 14px;
  }
  
  .map-wrapper {
    border-width: 3px;
  }
  
  .google-map-iframe {
    height: 350px;
  }
  
  .map-overlay {
    top: 15px;
    right: 15px;
  }
  
  .map-pin {
    width: 45px;
    height: 45px;
  }
  
  .map-pin i {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .contact-us {
    padding: 60px 0;
  }
  
  .map-section-header {
    margin-bottom: 25px;
  }
  
  .map-title {
    font-size: 20px;
  }
  
  .map-subtitle {
    font-size: 13px;
  }
  
  .map-wrapper {
    border-width: 2px;
    border-radius: 15px;
  }
  
  .google-map-iframe {
    height: 300px;
    border-radius: 12px;
  }
  
  .map-overlay {
    top: 10px;
    right: 10px;
  }
  
  .map-pin {
    width: 40px;
    height: 40px;
    border-width: 3px;
  }
  
  .map-pin i {
    font-size: 18px;
  }
}

.contact-us .section-heading h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--brand-primary);
  margin-bottom: 10px;
}

.contact-us .section-heading h2 {
  font-size: 42px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
}

.contact-us .section-heading p {
  font-size: 17px;
  line-height: 1.8;
  color: #666;
}

.contact-us-content input,
.contact-us-content textarea {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: #fff;
}

.contact-us-content input:focus,
.contact-us-content textarea:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 0.2rem rgba(255, 107, 157, 0.25);
  outline: none;
}

.contact-us-content .orange-button {
  background: var(--brand-gradient);
  border: none;
  border-radius: 50px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 157, 0.3);
}

.contact-us-content .orange-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 107, 157, 0.4);
}

/* Responsive Enhancements */
@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
  }
  
  .hero-subtitle {
    font-size: 18px;
  }
  
  .btn-download {
    font-size: 14px;
    padding: 12px 24px;
    margin: 5px;
  }
  
  .services .service-item {
    padding: 30px 20px;
  }
  
  .fun-facts .counter h2 {
    font-size: 36px;
  }
  
  .about-us .section-heading h2,
  .contact-us .section-heading h2 {
    font-size: 32px;
  }
}

/* Chairman Message Section - Professional & Unique Design */
.chairman-message-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
}

.chairman-message-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--brand-gradient);
}

.chairman-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
}

.chairman-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--brand-gradient);
}

.chairman-header {
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.05) 0%, rgba(255, 215, 0, 0.05) 100%);
  padding: 50px 40px 40px;
  text-align: center;
  position: relative;
  border-bottom: 2px solid rgba(255, 107, 157, 0.1);
}

.chairman-image-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.chairman-image-frame {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  border: 6px solid #fff;
  box-shadow: 0 10px 30px rgba(255, 107, 157, 0.3);
  transition: all 0.4s ease;
}

.chairman-image-frame:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(255, 107, 157, 0.4);
}

.chairman-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.1) 0%, rgba(255, 215, 0, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.chairman-image-frame:hover .image-overlay {
  opacity: 1;
}

.chairman-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: var(--brand-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(255, 107, 157, 0.4);
  border: 4px solid #fff;
  animation: pulse 2s infinite;
}

.chairman-badge i {
  color: #fff;
  font-size: 20px;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 5px 15px rgba(255, 107, 157, 0.4);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(255, 107, 157, 0.6);
  }
}

.chairman-info {
  margin-top: 20px;
}

.chairman-name {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}

.chairman-name::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--brand-gradient);
  border-radius: 2px;
}

.chairman-designation {
  font-size: 20px;
  font-weight: 600;
  color: var(--brand-primary);
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.chairman-institute {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  margin: 0;
}

.chairman-message-content {
  padding: 50px 40px;
}

.message-greeting {
  position: relative;
  margin-bottom: 30px;
}

.quote-icon {
  font-size: 60px;
  color: rgba(255, 107, 157, 0.2);
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: 0;
}

.greeting-text {
  font-size: 22px;
  font-weight: 600;
  color: var(--brand-primary);
  margin: 0;
  position: relative;
  z-index: 1;
  padding-left: 40px;
}

.message-body {
  position: relative;
  z-index: 1;
}

.message-body p {
  font-size: 17px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 20px;
  text-align: justify;
}

.message-body p strong {
  color: var(--brand-primary);
  font-weight: 600;
}

.highlight-box {
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.08) 0%, rgba(255, 215, 0, 0.08) 100%);
  border-left: 5px solid var(--brand-primary);
  border-radius: 10px;
  padding: 25px 30px;
  margin: 30px 0;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: all 0.3s ease;
}

.highlight-box:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(255, 107, 157, 0.15);
}

.highlight-icon {
  width: 50px;
  height: 50px;
  background: var(--brand-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(255, 107, 157, 0.3);
}

.highlight-icon i {
  color: #fff;
  font-size: 22px;
}

.highlight-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.closing-message {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  font-style: italic;
  text-align: center;
  margin: 30px 0 !important;
  padding: 20px;
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.05) 0%, rgba(255, 215, 0, 0.05) 100%);
  border-radius: 10px;
}

.chairman-signature {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px solid rgba(255, 107, 157, 0.2);
  text-align: right;
}

.signature-line {
  width: 200px;
  height: 2px;
  background: var(--brand-gradient);
  margin: 0 0 20px auto;
  border-radius: 2px;
}

.signature-details {
  text-align: right;
}

.signature-name {
  font-size: 22px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 5px;
}

.signature-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--brand-primary);
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.signature-institute {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  margin: 0;
}

/* Chairman Message Responsive */
@media (max-width: 991px) {
  .chairman-header {
    padding: 40px 30px 30px;
  }
  
  .chairman-image-frame {
    width: 180px;
    height: 180px;
  }
  
  .chairman-name {
    font-size: 28px;
  }
  
  .chairman-designation {
    font-size: 18px;
  }
  
  .chairman-message-content {
    padding: 40px 30px;
  }
  
  .message-body p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .chairman-message-section {
    padding: 60px 0;
  }
  
  .chairman-header {
    padding: 30px 20px 25px;
  }
  
  .chairman-image-frame {
    width: 150px;
    height: 150px;
    border-width: 4px;
  }
  
  .chairman-badge {
    width: 40px;
    height: 40px;
    bottom: 5px;
    right: 5px;
  }
  
  .chairman-badge i {
    font-size: 16px;
  }
  
  .chairman-name {
    font-size: 24px;
  }
  
  .chairman-designation {
    font-size: 16px;
  }
  
  .chairman-institute {
    font-size: 14px;
  }
  
  .chairman-message-content {
    padding: 30px 20px;
  }
  
  .greeting-text {
    font-size: 20px;
    padding-left: 30px;
  }
  
  .quote-icon {
    font-size: 50px;
    top: -15px;
    left: -5px;
  }
  
  .message-body p {
    font-size: 15px;
  }
  
  .highlight-box {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
  }
  
  .highlight-icon {
    width: 45px;
    height: 45px;
  }
  
  .highlight-icon i {
    font-size: 20px;
  }
  
  .closing-message {
    font-size: 16px;
    padding: 15px;
  }
  
  .chairman-signature {
    margin-top: 40px;
    padding-top: 25px;
  }
  
  .signature-name {
    font-size: 20px;
  }
  
  .signature-title {
    font-size: 16px;
  }
  
  .signature-institute {
    font-size: 14px;
  }
}

/* Vision & Mission Section - Professional Design */
.vision-mission-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
}

.vision-mission-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--brand-gradient);
}

.vm-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  margin-bottom: 40px;
}

.vm-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--brand-gradient);
}

.mission-card::before {
  background: linear-gradient(135deg, #ff6b9d 0%, #ffd700 100%);
}

.vision-card::before {
  background: linear-gradient(135deg, #ffd700 0%, #ff6b9d 100%);
}

.vm-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(255, 107, 157, 0.2);
}

.vm-header {
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.05) 0%, rgba(255, 215, 0, 0.05) 100%);
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 2px solid rgba(255, 107, 157, 0.1);
}

.vm-icon-wrapper {
  flex-shrink: 0;
}

.vm-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.mission-icon {
  background: linear-gradient(135deg, #ff6b9d 0%, #ff8fb3 100%);
}

.vision-icon {
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
}

.vm-icon::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.vm-icon i {
  font-size: 45px;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.vm-card:hover .vm-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 15px 40px rgba(255, 107, 157, 0.3);
}

.vm-title-section {
  flex: 1;
}

.vm-title {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
  position: relative;
}

.vm-underline {
  width: 80px;
  height: 4px;
  background: var(--brand-gradient);
  border-radius: 2px;
  margin-top: 10px;
}

.vm-content {
  padding: 40px;
}

.vm-intro {
  font-size: 18px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 25px;
  text-align: justify;
}

.vm-intro strong {
  color: var(--brand-primary);
  font-weight: 600;
}

.vm-goals-section {
  margin: 40px 0;
  padding: 30px;
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.03) 0%, rgba(255, 215, 0, 0.03) 100%);
  border-radius: 15px;
  border-left: 5px solid var(--brand-primary);
}

.vm-goals-title {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
}

.vm-goals-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 30px;
  background: var(--brand-gradient);
  border-radius: 3px;
}

.goal-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.goal-item:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 25px rgba(255, 107, 157, 0.2);
}

.goal-number {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: var(--brand-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 5px 15px rgba(255, 107, 157, 0.3);
  position: relative;
  z-index: 1;
}

.goal-content {
  flex: 1;
}

.goal-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 0;
  text-align: justify;
}

.goal-content p strong {
  color: var(--brand-primary);
  font-weight: 600;
}

.vm-closing {
  margin-top: 40px;
  padding: 25px 30px;
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.08) 0%, rgba(255, 215, 0, 0.08) 100%);
  border-radius: 12px;
  border-left: 5px solid var(--brand-primary);
  position: relative;
}

.vm-closing::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 80px;
  color: rgba(255, 107, 157, 0.2);
  font-family: Georgia, serif;
  line-height: 1;
}

.vm-closing p {
  font-size: 18px;
  line-height: 1.9;
  color: #2c3e50;
  font-weight: 500;
  margin: 0;
  text-align: justify;
  position: relative;
  z-index: 1;
}

.vm-closing p strong {
  color: var(--brand-primary);
  font-weight: 700;
}

/* Vision & Mission Responsive */
@media (max-width: 991px) {
  .vm-header {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }
  
  .vm-icon {
    width: 80px;
    height: 80px;
  }
  
  .vm-icon i {
    font-size: 35px;
  }
  
  .vm-title {
    font-size: 30px;
  }
  
  .vm-content {
    padding: 30px;
  }
  
  .vm-intro {
    font-size: 17px;
  }
  
  .vm-goals-section {
    padding: 25px;
  }
  
  .vm-goals-title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .vision-mission-section {
    padding: 60px 0;
  }
  
  .vm-header {
    padding: 25px 20px;
  }
  
  .vm-icon {
    width: 70px;
    height: 70px;
  }
  
  .vm-icon i {
    font-size: 30px;
  }
  
  .vm-title {
    font-size: 26px;
  }
  
  .vm-content {
    padding: 25px 20px;
  }
  
  .vm-intro {
    font-size: 16px;
  }
  
  .vm-goals-section {
    padding: 20px;
    margin: 30px 0;
  }
  
  .vm-goals-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .goal-item {
    flex-direction: column;
    padding: 15px;
    gap: 15px;
  }
  
  .goal-number {
    width: 45px;
    height: 45px;
    min-width: 45px;
    font-size: 20px;
  }
  
  .goal-content p {
    font-size: 15px;
  }
  
  .vm-closing {
    padding: 20px;
    margin-top: 30px;
  }
  
  .vm-closing p {
    font-size: 16px;
  }
  
  .vm-closing::before {
    font-size: 60px;
    top: -5px;
    left: 15px;
  }
}

/* ============================================
   COMPREHENSIVE HOME PAGE RESPONSIVE DESIGN
   ============================================ */

/* Services Section Responsive */
@media (max-width: 991px) {
  .services {
    padding: 60px 0;
  }
  
  .services .service-item {
    margin-bottom: 30px;
  }
  
  .services .service-item .icon {
    width: 100px;
    height: 100px;
  }
  
  .services .service-item .icon img {
    max-width: 60px;
  }
  
  .services .service-item h4 {
    font-size: 22px;
  }
  
  .services .service-item p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .services {
    padding: 50px 0;
  }
  
  .section-heading h6 {
    font-size: 12px;
  }
  
  .section-heading h2 {
    font-size: 28px;
  }
  
  .services .service-item {
    padding: 25px 20px;
    margin-bottom: 25px;
  }
  
  .services .service-item .icon {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
  }
  
  .services .service-item .icon img {
    max-width: 55px;
  }
  
  .services .service-item h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  
  .services .service-item p {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media (max-width: 576px) {
  .services {
    padding: 40px 0;
  }
  
  .section-heading {
    margin-bottom: 30px;
  }
  
  .section-heading h6 {
    font-size: 11px;
    letter-spacing: 1px;
  }
  
  .section-heading h2 {
    font-size: 24px;
  }
  
  .section-heading p {
    font-size: 14px;
  }
  
  .services .service-item {
    padding: 20px 15px;
  }
  
  .services .service-item .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }
  
  .services .service-item .icon img {
    max-width: 50px;
  }
  
  .services .service-item h4 {
    font-size: 18px;
  }
  
  .services .service-item p {
    font-size: 13px;
  }
}

/* About Us Section Responsive */
@media (max-width: 991px) {
  .about-us {
    padding: 80px 0;
  }
  
  .about-us .section-heading {
    margin-bottom: 40px;
  }
  
  .about-content p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .about-us {
    padding: 60px 0;
  }
  
  .about-us .accordion {
    margin-bottom: 30px;
  }
  
  .about-us .accordion-button {
    font-size: 16px;
    padding: 15px 20px;
  }
  
  .about-us .accordion-body {
    font-size: 14px;
    padding: 20px;
  }
  
  .about-content {
    font-size: 15px;
  }
  
  .about-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .about-us {
    padding: 50px 0;
  }
  
  .about-us .accordion-button {
    font-size: 14px;
    padding: 12px 15px;
  }
  
  .about-us .accordion-body {
    font-size: 13px;
    padding: 15px;
  }
  
  .about-content p {
    font-size: 13px;
    margin-bottom: 12px;
  }
}

/* Why Choose Us Section Responsive */
@media (max-width: 991px) {
  .why-choose-us {
    padding: 80px 0;
  }
  
  .why-choose-item {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .why-choose-us {
    padding: 60px 0;
  }
  
  .why-choose-item {
    padding: 25px;
    margin-bottom: 20px;
  }
  
  .why-choose-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  
  .why-choose-icon i {
    font-size: 28px;
  }
  
  .why-choose-content h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  
  .why-choose-content p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .why-choose-us {
    padding: 50px 0;
  }
  
  .why-choose-us .section-heading h2 {
    font-size: 24px;
  }
  
  .why-choose-us .section-heading p.lead {
    font-size: 14px;
  }
  
  .why-choose-item {
    padding: 20px;
  }
  
  .why-choose-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 12px;
  }
  
  .why-choose-icon i {
    font-size: 24px;
  }
  
  .why-choose-content h4 {
    font-size: 18px;
  }
  
  .why-choose-content p {
    font-size: 13px;
  }
}

/* Fun Facts Section Responsive */
@media (max-width: 991px) {
  .fun-facts {
    padding: 60px 0;
  }
  
  .fun-facts .counter h2 {
    font-size: 40px;
  }
  
  .fun-facts .counter p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .fun-facts {
    padding: 50px 0;
  }
  
  .fun-facts .counter {
    margin-bottom: 30px;
  }
  
  .fun-facts .counter h2 {
    font-size: 36px;
  }
  
  .fun-facts .counter p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .fun-facts {
    padding: 40px 0;
  }
  
  .fun-facts .counter {
    margin-bottom: 25px;
    padding: 20px;
  }
  
  .fun-facts .counter h2 {
    font-size: 32px;
  }
  
  .fun-facts .counter p {
    font-size: 13px;
  }
}

/* Certificates Section Responsive */
@media (max-width: 991px) {
  .certificates-section {
    padding: 60px 0;
  }
  
  .certificate-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .certificates-section {
    padding: 50px 0;
  }
  
  .certificates-slider {
    padding: 30px 0 50px 0;
  }
  
  .certificate-item {
    margin-bottom: 15px;
  }
  
  .certificate-caption h5 {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .certificates-section {
    padding: 40px 0;
  }
  
  .certificates-slider {
    padding: 25px 0 40px 0;
  }
  
  .certificate-caption h5 {
    font-size: 13px;
  }
}

/* Affiliations Section Responsive */
@media (max-width: 991px) {
  .affiliations-section {
    padding: 60px 0;
  }
  
  .affiliation-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .affiliations-section {
    padding: 50px 0;
  }
  
  .affiliations-slider {
    padding: 30px 0 50px 0;
  }
  
  .affiliation-logo {
    min-height: 150px;
    padding: 20px;
  }
  
  .affiliation-logo img {
    max-height: 120px;
  }
  
  .affiliation-name {
    padding: 12px 15px;
  }
  
  .affiliation-name h5 {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .affiliations-section {
    padding: 40px 0;
  }
  
  .affiliations-slider {
    padding: 25px 0 40px 0;
  }
  
  .affiliation-logo {
    min-height: 120px;
    padding: 15px;
  }
  
  .affiliation-logo img {
    max-height: 100px;
  }
  
  .affiliation-name h5 {
    font-size: 13px;
  }
}

/* Success Stories Section Responsive */
@media (max-width: 991px) {
  .success-stories-section {
    padding: 60px 0;
  }
  
  .story-card {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .success-stories-section {
    padding: 50px 0;
  }
  
  .success-stories-slider {
    padding: 30px 0 50px 0;
  }
  
  .story-card {
    margin-bottom: 20px;
    padding: 20px;
  }
  
  .story-card h4 {
    font-size: 18px;
  }
  
  .story-card .story-author {
    font-size: 14px;
  }
  
  .story-card .story-text {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .success-stories-section {
    padding: 40px 0;
  }
  
  .success-stories-slider {
    padding: 25px 0 40px 0;
  }
  
  .story-card {
    padding: 15px;
  }
  
  .story-card h4 {
    font-size: 16px;
  }
  
  .story-card .story-author {
    font-size: 13px;
  }
  
  .story-card .story-text {
    font-size: 12px;
  }
}

/* Contact Section Responsive */
@media (max-width: 991px) {
  .contact-us {
    padding: 80px 0;
  }
  
  .contact-us .section-heading h2 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .contact-us {
    padding: 60px 0;
  }
  
  .contact-us .section-heading {
    margin-bottom: 40px;
  }
  
  .contact-us .section-heading h2 {
    font-size: 28px;
  }
  
  .contact-us .section-heading p {
    font-size: 15px;
  }
  
  .contact-us-content {
    margin-top: 30px;
  }
  
  .contact-us-content input,
  .contact-us-content textarea {
    font-size: 14px;
    padding: 12px 15px;
  }
  
  .orange-button {
    font-size: 14px;
    padding: 12px 25px;
  }
  
  .map-title {
    font-size: 24px;
  }
  
  .map-subtitle {
    font-size: 14px;
  }
  
  .google-map-iframe {
    height: 350px;
  }
}

@media (max-width: 576px) {
  .contact-us {
    padding: 50px 0;
  }
  
  .contact-us .section-heading h2 {
    font-size: 24px;
  }
  
  .contact-us .section-heading p {
    font-size: 14px;
  }
  
  .contact-us-content input,
  .contact-us-content textarea {
    font-size: 13px;
    padding: 10px 12px;
  }
  
  .orange-button {
    font-size: 13px;
    padding: 10px 20px;
  }
  
  .map-title {
    font-size: 20px;
  }
  
  .map-subtitle {
    font-size: 13px;
  }
  
  .google-map-iframe {
    height: 300px;
  }
  
  .map-pin {
    width: 35px;
    height: 35px;
  }
  
  .map-pin i {
    font-size: 16px;
  }
}

/* Notice Bar Responsive */
@media (max-width: 768px) {
  .notice-bar-wrapper {
    margin-top: 50px;
  }
  
  .notice-item {
    padding: 10px 0;
  }
  
  .notice-content {
    font-size: 12px;
    gap: 8px;
  }
  
  .notice-content i {
    font-size: 14px;
  }
  
  .notice-text {
    font-size: 12px;
  }
  
  .notice-link {
    font-size: 11px;
    padding: 5px 10px;
  }
  
  .notice-control {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  
  .notice-prev {
    left: 5px;
  }
  
  .notice-next {
    right: 5px;
  }
}

@media (max-width: 576px) {
  .notice-bar-wrapper {
    margin-top: 45px;
  }
  
  .notice-item {
    padding: 8px 0;
  }
  
  .notice-content {
    font-size: 11px;
    flex-direction: column;
    gap: 5px;
  }
  
  .notice-content i {
    font-size: 12px;
  }
  
  .notice-text {
    font-size: 11px;
  }
  
  .notice-link {
    font-size: 10px;
    padding: 4px 8px;
    width: 100%;
    justify-content: center;
    margin-top: 5px;
  }
  
  .notice-control {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }
}

/* General Section Responsive Improvements */
@media (max-width: 991px) {
  .section {
    padding: 60px 0;
  }
  
  .section-heading {
    margin-bottom: 40px;
  }
  
  .section-heading h6 {
    font-size: 13px;
  }
  
  .section-heading h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
  
  .section-heading {
    margin-bottom: 35px;
  }
  
  .section-heading h6 {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  
  .section-heading h2 {
    font-size: 28px;
  }
  
  .section-heading p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .section {
    padding: 40px 0;
  }
  
  .section-heading {
    margin-bottom: 30px;
  }
  
  .section-heading h6 {
    font-size: 11px;
    letter-spacing: 1px;
  }
  
  .section-heading h2 {
    font-size: 24px;
  }
  
  .section-heading p {
    font-size: 14px;
  }
}

/* Button Responsive */
@media (max-width: 768px) {
  .btn-download {
    font-size: 13px;
    padding: 10px 20px;
    margin: 5px;
  }
  
  .btn-download i {
    font-size: 16px;
    margin-right: 6px;
  }
}

@media (max-width: 576px) {
  .btn-download {
    font-size: 12px;
    padding: 8px 16px;
    margin: 4px;
    width: 100%;
    max-width: 250px;
  }
  
  .btn-download i {
    font-size: 14px;
    margin-right: 5px;
  }
  
  .d-flex.flex-wrap {
    flex-direction: column;
    align-items: center;
  }
}

/* Container Responsive */
@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 576px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Row and Column Spacing */
@media (max-width: 768px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 576px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  
  .row > * {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* ============================================
   WHATSAPP FLOATING BUTTON
   ============================================ */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: pulse-whatsapp 2s infinite;
  overflow: visible;
}

.whatsapp-float i {
  color: #fff;
  font-size: 32px;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  background: #20BA5A;
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
  text-decoration: none;
}

.whatsapp-float:hover i {
  transform: rotate(15deg) scale(1.1);
}

.whatsapp-tooltip {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.whatsapp-tooltip::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.9);
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  right: 75px;
}

@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  50% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4), 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* WhatsApp Button Responsive */
@media (max-width: 768px) {
  .whatsapp-float {
    width: 55px;
    height: 55px;
    bottom: 15px;
    right: 15px;
  }
  
  .whatsapp-float i {
    font-size: 28px;
  }
  
  .whatsapp-tooltip {
    font-size: 12px;
    padding: 6px 10px;
    right: 65px;
  }
  
  .whatsapp-float:hover .whatsapp-tooltip {
    right: 70px;
  }
}

@media (max-width: 576px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
  
  .whatsapp-float i {
    font-size: 26px;
  }
  
  .whatsapp-tooltip {
    font-size: 11px;
    padding: 5px 8px;
    right: 60px;
    display: none; /* Hide tooltip on very small screens */
  }
  
  .whatsapp-float:hover .whatsapp-tooltip {
    display: none;
  }
}

@media (max-width: 480px) {
  .whatsapp-float {
    width: 48px;
    height: 48px;
    bottom: 12px;
    right: 12px;
  }
  
  .whatsapp-float i {
    font-size: 24px;
  }
}