/* custom style  */
@media (min-width: 1450px) {
    .container {
        width: 1450px !important;
    }
}

.stuck {
    background-color: white !important;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.sticky_header header.stuck .container {
    text-align: center;
}

.header-logo {
    gap: 10px;
}

.header-logo img {
    height: 60px;
    margin-right: 8px;
}


.header-nav ul {
    gap: 25px;
}

.header-nav a {
    color: #18171A;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    font-family: "Inter", sans-serif;
}

.header-contact {
    gap: 22px;
}

.header-contact-info {
    gap: 6px;
}

.header-contact-info img {
    height: 15px;
}

.header-contact-info span {
    color: #222;
    font-size: 16px;
}


.bg-footer {
    background-color: #18171A;
    font-family: "Inter", sans-serif;
}

a,
footer a:link,
footer a:visited {
    color: #30A9FF;
}

.footer-gold {
    color: #d4af37;
}

.footer-link {
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.3s;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.footer-link:hover {
    color: #d4af37;
}

.footer-contact-item {
    display: flex;
    align-items: start;
    margin-bottom: 1rem;
}

.footer-contact-icon {
    width: 20px;
    height: 20px;
    margin-right: 0.75rem;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.footer-logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 1rem;
}

.footer-company-name {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
}

.footer-learn-link {
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
}

.footer-learn-link:hover {
    text-decoration: underline;
}

.footer-section-title {
    font-size: 28px;
    font-weight: 300;
    color: #F4CB58;
    margin-bottom: 1.5rem;
}

.footer-support-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-support-list li {
    margin-bottom: 0.75rem;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
}

.font-21 {
    font-size: 21px;
}

.font-22 {
    font-size: 22px;
}

.font-23 {
    font-size: 23px;
}

section.top-banner {
    padding-top: 50px;
    min-height: 100vh;
}

.banner-heading {
    color: #006BB7;
    text-align: center;
    font-size: 34px;
    font-weight: 400;
    line-height: 46px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.course-box {
    font-family: "Inter", sans-serif;
    position: relative;
    min-height: 370px;
    border-radius: 4px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    padding: 12px 16px;
    color: #fff;
    margin-bottom: 20px;
}

.course-box.first-box {
    min-height: 483px;
}

.course-price {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}

.course-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.course-content {
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.course-content h5 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 6px;
    margin-bottom: 4px;
}

.course-content ul {
    padding-left: 24px;
    margin-bottom: 1rem;
}

.course-content li {
    margin-bottom: 0.5rem;
    font-size: 13px;
    font-weight: 300;
}

.course-content p {
    margin-bottom: 0.75rem;
    font-size: 14px;
    font-weight: 300;
}

.course-content .note {
    color: #FFF;
    line-height: 160%;
    text-transform: capitalize;
    border-radius: 12px;
    background: rgba(217, 217, 217, 0.24);
    padding: 12px;
    font-size: 12px;
    font-weight: 300;
}

.btn-register {
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    border: none;
    padding: 0.5rem 1.25rem;
    font-weight: 400;
    border-radius: 6px;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.btn-register:hover {
    background-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-secondary-action {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.52);
    color: #0089EB;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}

.btn-secondary-action:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.course-section-title {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .course-box {
        min-height: 400px;
        padding: 1.5rem;
    }

    .course-title {
        font-size: 1.25rem;
    }

    .course-price {
        font-size: 22px;
    }
}

/* Testimonials Section */
.testimonials-section {
    background-color: #ffffff;
    font-family: "Inter", sans-serif;
}

.testimonials-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.testimonials-heading .text-primary {
    color: #006BB7 !important;
}

.testimonials-heading .text-danger {
    color: #DC3545 !important;
}

.testimonials-underline {
    width: 80px;
    height: 4px;
    background-color: #FFC107;
    margin: 0 auto;
    margin-top: 0.5rem;
}

.testimonials-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #6c757d;
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-card {
    background-color: #F8F7F5;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, box-shadow 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.testimonial-avatar {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.avatar-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-quote-icon {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.quote-mark {
    font-size: 64px;
    font-weight: 700;
    color: #FFC107;
    line-height: 1;
    font-family: Georgia, serif;
}

.testimonial-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #6c757d;
    margin-bottom: 1.5rem;
    text-align: left;
    flex: 1;
}

.testimonial-name {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.25rem;
    text-align: center;
}

.testimonial-title {
    font-size: 16px;
    font-weight: 400;
    color: #FFC107;
    margin-bottom: 0;
    text-align: center;
}

@media (max-width: 768px) {
    .testimonials-heading {
        font-size: 28px;
    }

    .testimonials-description {
        font-size: 14px;
    }

    .testimonial-card {
        padding: 1.5rem 1rem;
        margin-bottom: 1.5rem;
    }

    .quote-mark {
        font-size: 48px;
    }
}


@media (max-width: 768px) {
    .header-logo img {
        height: 40px;
    }

    .header-contact-info span {
        font-size: 14px;
    }

    section.top-banner {
        padding-top: 0px;
    }

    .banner-heading {
        font-size: 24px;
        line-height: 34px;
    }

    .btn-register {
        padding: 3px 6px;
        font-size: 12px;
    }
}

.gap-3 {
    gap: 3rem !important;
}

.full_page_photo {
    height: 380px !important;
}

/* header{
    background: white !important;
} */
/* ===== MODERN PROFESSIONAL HEADER ===== */

/* Main Header - White background */
header {
    background: #ffffff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    z-index: 1050;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 18px 0 !important;
}

/* Header for non-homepage pages - half transparent, half white */
body:not(.homepage) header {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.722) 50%, rgba(255, 255, 255, 0.644) 100%) !important;
    backdrop-filter: blur(10px);
}

body:not(.homepage) header.scrolled {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.772) 50%, rgba(255, 255, 255, 0.644) 100%) !important;
}

/* Header scroll effect */
header.scrolled {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    padding: 10px 0 !important;
}

/* Navigation container - Light blue accent */
/* #mainmenu {
    background: rgba(0, 107, 183, 0.05);
    backdrop-filter: blur(5px);
    border-radius: 50px;
    padding: 10px 25px;
    border: 1px solid rgba(0, 107, 183, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin: 0;
    transition: all 0.3s ease;
} */

/* #mainmenu:hover {
    background: rgba(0, 107, 183, 0.08);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
} */

/* Navigation links */
.header-nav a {
    color: #18171A !important;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    padding: 10px 18px !important;
    margin: 0 2px;
    transition: all 0.3s ease;
    text-decoration: none;
    letter-spacing: 0.3px;
    border-radius: 25px;
    background: transparent;
}

/* Navigation hover effects */
.header-nav a:hover {
    color: #006BB7 !important;
    background: rgba(0, 107, 183, 0.08);
    transform: translateY(-1px);
}

/* Underline effect */
.header-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #006BB7, #30A9FF);
    border-radius: 2px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.header-nav a:hover::after {
    width: 70%;
}

/* Active link */
.header-nav a.active {
    color: #006BB7 !important;
    font-weight: 600;
    background: rgba(0, 107, 183, 0.1);
}

.header-nav a.active::after {
    width: 100%;
}

/* Contact Info - Fixed phone number display */
.header-contact {
    gap: 15px;
}

.header-contact-info {
    color: #18171A;
    transition: all 0.3s ease;
    padding: 10px 16px;
    border-radius: 10px;
    background: rgba(0, 107, 183, 0.05);
    border: 1px solid rgba(0, 107, 183, 0.1);
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    /* Prevents text cutting */
    white-space: nowrap;
    overflow: visible !important;
    /* Fixed: allows text to show */
}

/* Phone number specific fix */
.header-contact-info:first-child {
    background: rgba(0, 107, 183, 0.08);
    min-width: max-content;
    /* Ensures phone number is fully visible */
}

/* Email specific styling */
.header-contact-info:last-child {
    background: rgba(48, 169, 255, 0.08);
    min-width: max-content;
    /* Ensures email text is fully visible */
}

.header-contact-info:hover {
    color: #006BB7;
    background: rgba(0, 107, 183, 0.12);
    border-color: rgba(0, 107, 183, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 107, 183, 0.15);
}

.header-contact-info span {
    color: #18171A;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
    white-space: nowrap;
    text-overflow: clip !important;
    overflow: visible !important;
}

.header-contact-info:hover span {
    color: #006BB7;
}

/* Icons - Blue on white background */
.header-contact-info img {
    height: 16px;
    width: 16px;
    transition: all 0.3s ease;
    filter: brightness(0) saturate(100%) invert(24%) sepia(98%) saturate(1553%) hue-rotate(186deg) brightness(94%) contrast(101%);
}

.header-contact-info:hover img {
    transform: scale(1.15);
    filter: brightness(0) saturate(100%) invert(24%) sepia(98%) saturate(1553%) hue-rotate(186deg) brightness(94%) contrast(101%);
}

/* Phone icon animation */
.header-contact-info:first-child:hover img {
    animation: phonePulse 0.5s ease;
}

@keyframes phonePulse {

    0%,
    100% {
        transform: scale(1.15) rotate(0);
    }

    50% {
        transform: scale(1.25) rotate(5deg);
    }
}

/* Logo styling for white background */
.header-logo .brand {
    transition: all 0.3s ease;
}

.header-logo .brand:hover {
    transform: translateY(-2px);
}

.header-logo .brand img {
    height: 50px;
    transition: all 0.3s ease;
}

.header-logo .brand:hover img {
    transform: scale(1.05);
}

/* Scroll effect adjustments */
header.scrolled .header-logo .brand img {
    height: 45px;
}

header.scrolled #mainmenu {
    padding: 8px 20px;
}

header.scrolled .header-contact-info {
    padding: 8px 14px;
}

/* Responsive optimizations */
@media (max-width: 1199px) {
    .header-contact-info span {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    #mainmenu {
        padding: 8px 20px;
        border-radius: 40px;
        margin: 10px 0;
    }

    .header-nav ul {
        gap: 15px;
    }

    .header-nav a {
        padding: 8px 15px !important;
        font-size: 15px;
    }

    .header-contact {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .header-contact-info {
        padding: 8px 12px;
        flex: 0 0 auto;
    }

    .header-contact-info span {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
        gap: 15px;
    }

    #mainmenu {
        width: 100%;
        margin: 10px 0;
        border-radius: 30px;
    }

    .header-nav ul {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-nav a {
        padding: 6px 12px !important;
        font-size: 14px;
    }

    .header-contact {
        justify-content: center !important;
        width: 100%;
    }

    .header-contact-info {
        padding: 8px 12px;
        min-width: 0;
    }

    .header-contact-info span {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .header-contact {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .header-contact-info {
        padding: 6px 10px;
        font-size: 12px;
    }

    .header-contact-info span {
        font-size: 12px;
    }

    .header-contact-info img {
        height: 14px;
        width: 14px;
    }
}

.main_vid {
    z-index: 0;
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    height: 230%;
    margin-bottom: 55px;
}

.main_vid2 {
    z-index: 0;
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;

    margin-bottom: 55px;
}

/* ========== Top Bar & Dropdown Styling from Untitled-1.php ========== */
:root {
    --primary-blue: #0C63C6;
    --secondary-blue: #0a4f9e;
    --accent-orange: #f15a22;
    --accent-yellow: #fbb03b;
    --light-blue: #e6f0ff;
    --light-gray: #f8f9fa;
    --dark-gray: #333333;
    --text-color: #444444;
    --shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

.dropdown-hover {
    position: relative;
}

.dropdown-hover .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 250px;
    padding: 10px 0;
    border-radius: 8px;
    border: 1px solid #eee;
    top: 100%;
    left: 0;
    animation: fadeIn 0.3s ease;
}

.dropdown-hover:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    display: block;
    width: 100%;
}

.dropdown-menu li a {
    color: var(--text-color) !important;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f5f5f5;
}

.dropdown-menu li:last-child a {
    border-bottom: none;
}

.dropdown-menu li a:hover {
    background-color: var(--light-blue);
    color: var(--primary-blue) !important;
    padding-left: 25px;
}

.dropdown-hover::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 25px;
    display: none;
}

.dropdown-hover:hover::after {
    display: block;
}

.main-header-wrapper {
    position: sticky;
    top: 0;
    z-index: 1100;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.top-bar-section {
    background-color: #f1f5f9;
    padding: 4px 0;
    border-bottom: 1px solid #e2e8f0;
    font-size: 14px;
    position: relative;
    z-index: 1101;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.top-bar-section.scrolled {
    background-color: rgba(241, 245, 249, 0.95);
    backdrop-filter: blur(8px);
}

.top-bar-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-nav-links {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
}

.top-nav-links a {
    color: #334155 !important;
    text-decoration: none !important;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 0;
}

.top-nav-links a:hover {
    color: var(--primary-blue) !important;
}

.top-nav-links>li>a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-blue);
    transition: width 0.3s ease;
}

.top-nav-links>li:hover>a::after {
    width: 100%;
}

.top-contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-pill {
    color: #334155;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.contact-pill:hover {
    color: var(--primary-blue) !important;
}

.contact-pill i {
    font-size: 18px;
    color: var(--primary-blue);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.top-bar-section .dropdown-menu {
    border: 1px solid #f1f5f9;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    padding: 12px;
    margin-top: 15px;
    animation: fadeInUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: top center;
}

@media (max-width: 991px) {
    .top-bar-section .container {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }

    .top-nav-links {
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }
}

body:not(.homepage) header {
    margin-top: 25px;
}