@import url("https://fonts.googleapis.com/css2?family=Poppins");

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #38424d;
    overflow-x: hidden;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #38424d;
}

p {
    font-size: 1rem;
    color: #747e88;
}

/* Navbar Styles */
.navbar {
    background-color: rgba(255, 255, 255, 0.98) !important;
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.navbar.sticky {
    padding: 0.75rem 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.navbar-brand {
    padding: 0;
}

.navbar-brand .logo {
    height: 45px;
    transition: all 0.3s ease;
}

.navbar.sticky .logo {
    height: 40px;
}

.navbar-toggler {
    padding: 0.5rem;
    border: none;
}

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

.navbar-toggler i {
    color: #fbcd21;
    font-size: 1.5rem;
}

.nav-item {
    position: relative;
    margin: 0 0.25rem;
}

.nav-link {
    color: #38424d !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
    position: relative;
}

.nav-icon {
    margin-right: 6px;
    font-size: 1.1rem;
    opacity: 0.8;
}

.nav-link:hover .nav-icon,
.nav-link.active .nav-icon {
    opacity: 1;
}

.nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #fbcd21;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 80%;
}

.contact-us-btn {
    color: #fbcd21 !important;
    border: 2px solid #fbcd21;
    border-radius: 50px;
    padding: 0.5rem 1.25rem !important;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.contact-us-btn:hover {
    background: #fbcd21;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(251, 205, 33, 0.3);
}

.contact-us-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(251, 205, 33, 0.3);
}

.login-btn {
    background: linear-gradient(135deg, #fbcd21 0%, #f0b90b 100%);
    color: #38424d !important;
    border: none;
    border-radius: 50px;
    padding: 0.6rem 1.5rem !important;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(251, 205, 33, 0.3);
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.login-btn:hover {
    background: linear-gradient(135deg, #38424d 0%, #2c3339 100%);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(56, 66, 77, 0.4);
}

.login-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(251, 205, 33, 0.3);
}

.login-btn i {
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

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

@media (max-width: 991.98px) {
    .navbar-collapse {
        background: #fff;
        padding: 1rem;
        margin-top: 1rem;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .nav-item {
        margin: 0.5rem 0;
    }

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

    .contact-us-btn,
    .login-btn {
        display: block;
        text-align: center;
        margin-top: 1rem;
        width: 100%;
        justify-content: center;
    }

    .login-btn {
        padding: 0.75rem 1.5rem !important;
        font-size: 1rem;
    }
}

.header-btn {
    background: #fff;
    padding: 20px;
    padding-right: 24px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px 8px 15px rgba(251, 205, 33, 0.29);
    box-shadow: 0px 8px 15px rgba(251, 205, 33, 0.29);
    position: relative;
    margin-left: 12px;
}

.header-btn::after {
    content: "";
    position: absolute;
    left: -16px;
    top: 16px;
    width: 100%;
    height: 100%;
    border: 1px dashed #fbcd21;
    border-radius: 6px;
    z-index: -1;
}

.enrollment-card {
    background: #fff;
    padding: 20px;
    padding-right: 24px;
    border-radius: 6px;
    -webkit-box-shadow: 2px 8px 15px rgba(251, 205, 33, 0.29);
    box-shadow: 2px 8px 15px rgba(251, 205, 33, 0.29);
    position: relative;
    margin-left: 12px;
}

.enrollment-card::after {
    content: "";
    position: absolute;
    left: -16px;
    top: 16px;
    width: 100%;
    height: 100%;
    border: 1px dashed #fbcd21;
    border-radius: 6px;
    z-index: -1;
}

.navbar-light .navbar-toggler {
    border-color: #fbcd21 !important;
}

/* Removed duplicate login-btn styles - consolidated above */

.login-btn-100 {
    background-color: #fbcd21;
    color: #000 !important;
    border-radius: 6px;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    padding: 12px 12px 12px 12px;
    width: 100%;
    text-align: center;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.btn-apply {
    margin-bottom: -5px;
    background-color: #fbcd21;
    color: #27221a;
    text-transform: capitalize;
    position: relative;
    z-index: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    overflow: hidden;
    border: none;
    display: inline-block;
    padding: 16px 26px;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
}

.btn-apply:hover {
    text-decoration: none !important;
    background-color: #27221a;
    color: #fff;
}

.contact-text {
    margin-top: 6px !important;
}

.nav-link:hover,
.nav-link.active {
    font-weight: bold !important;
    color: #fbcd21 !important;
}

/* Enhanced Navbar Button Group */
.navbar-nav .nav-item:nth-last-child(2),
.navbar-nav .nav-item:nth-last-child(1) {
    position: relative;
}

.navbar-nav .nav-item:nth-last-child(2)::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 25px;
    background: #e9ecef;
    opacity: 0.5;
}

@media (max-width: 991.98px) {
    .navbar-nav .nav-item:nth-last-child(2)::before {
        display: none;
    }
}

/* Button spacing improvements */
.navbar-nav .nav-item.ms-lg-2,
.navbar-nav .nav-item.ms-lg-3 {
    margin-left: 0.75rem !important;
}

@media (max-width: 991.98px) {
    .navbar-nav .nav-item.ms-lg-2,
    .navbar-nav .nav-item.ms-lg-3 {
        margin-left: 0 !important;
    }
}

/* Footer Styles */
.footer {
    background-color: #20272a;
    color: #fff;
    font-size: 0.95rem;
}

.footer-main {
    background-color: #20272a;
}

.footer-info p {
    opacity: 0.8;
    line-height: 1.8;
}

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

.social-links a:hover {
    background: #fbcd21;
    color: #20272a;
    transform: translateY(-3px);
}

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

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

.footer-links a,
.footer-contact span {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #fbcd21;
    padding-left: 5px;
}

.footer-contact li i {
    color: #fbcd21;
    width: 20px;
}

.footer-bottom {
    background-color: #1a1f21;
    font-size: 0.9rem;
}

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

.footer-bottom-links li {
    display: inline-block;
    margin-left: 20px;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

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

/* Responsive Adjustments */
@media (max-width: 768px) {
    .navbar-brand span {
        display: none;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom-links {
        margin-top: 10px;
    }

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

.contact-us-btn {
    border: 2px solid #fbcd21;
    border-radius: 6px;
    color: #fbcd21 !important;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    padding: 12px 12px 12px 12px;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
}

.contact-us-btn:hover {
    color: #fbcd21 !important;
    background-color: #fff !important;
    text-decoration: none !important;
}

.start-now-btn {
    background-color: #fbcd21 !important;
    color: #fff !important;
    border-radius: 6px;
    justify-content: center;
    font-size: 1rem;
    font-weight: 400;
    padding: 12px 30px 12px 30px;
    text-decoration: none;
}

.start-now-btn:hover {
    color: #fbcd21 !important;
    border: 2px solid #fbcd21;
    text-decoration: none !important;
}

.main {
    min-height: 80vh !important;
}

.main-section {
    min-height: 80vh;
    margin-top: 80px;
    margin-bottom: 20px;
}

.intro-heading {
    margin-bottom: 15px;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #38424d;
    margin-top: 60px;
}

.intro-heading span {
    color: #fbcd21;
}

.intro_b {
    font-size: 35px;
    color: #38424d;
}

.intro-img {
    height: auto;
    float: right;
}

.pos-desc {
    margin-top: 90px;
}

.pos-img {
    height: 350px;
    float: right;
}

.dash-img {
    height: 350px;
    float: left;
}

.logo {
    height: 50px;
}

.logo-footer {
    height: 60px;
}

.icon {
    height: 45px;
    width: 45px;
    object-fit: contain;
}

.intro-section,
.courses-section,
.enrollment-section {
    margin-top: 100px;
    margin-bottom: 50px;
}

.intro_p {
    max-width: 570px;
    /* color: #fff; */
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}

.about-section {
    background-color: #eef9ff !important;
    padding-top: 60px;
    padding-bottom: 60px;
}

.why-choose-us-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.why-choose-us-section::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 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23f0f0f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.why-choose-us-section .container {
    position: relative;
    z-index: 2;
}

.feature-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(251, 205, 33, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(251, 205, 33, 0.1),
        transparent
    );
    transition: left 0.6s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border-color: #fbcd21;
}

.feature-card:hover::before {
    left: 100%;
}

.feature-card.featured {
    background: linear-gradient(135deg, #fbcd21 0%, #f4c430 100%);
    color: #ffffff;
    transform: scale(1.05);
}

.feature-card.featured .feature-content h4,
.feature-card.featured .feature-description,
.feature-card.featured .stat-item span,
.feature-card.featured .benefit-item span {
    color: #ffffff;
}

.feature-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
}

.feature-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fbcd21 0%, #f4c430 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 28px;
    box-shadow: 0 10px 30px rgba(251, 205, 33, 0.3);
    transition: all 0.3s ease;
}

.feature-card.featured .feature-icon {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.feature-card:hover .feature-icon {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 15px 40px rgba(251, 205, 33, 0.4);
}

.feature-number {
    font-size: 48px;
    font-weight: 700;
    color: rgba(251, 205, 33, 0.2);
    line-height: 1;
}

.feature-card.featured .feature-number {
    color: rgba(255, 255, 255, 0.3);
}

.feature-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.3;
}

.feature-description {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.feature-stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.feature-card.featured .feature-stats {
    border-color: rgba(255, 255, 255, 0.2);
}

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

.stat-item strong {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #fbcd21;
    line-height: 1;
    margin-bottom: 5px;
}

.feature-card.featured .stat-item strong {
    color: #ffffff;
}

.stat-item span {
    font-size: 14px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.feature-benefits {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.benefit-item i {
    color: #fbcd21;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.feature-card.featured .benefit-item i {
    color: #ffffff;
}

.benefit-item span {
    color: #2c3e50;
    font-size: 15px;
    font-weight: 500;
}

.achievement-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(251, 205, 33, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.achievement-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #fbcd21, #f4c430);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.achievement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    border-color: #fbcd21;
}

.achievement-card:hover::before {
    transform: scaleX(1);
}

.achievement-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(
        135deg,
        rgba(251, 205, 33, 0.1) 0%,
        rgba(251, 205, 33, 0.2) 100%
    );
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fbcd21;
    font-size: 24px;
    transition: all 0.3s ease;
}

.achievement-card:hover .achievement-icon {
    background: linear-gradient(135deg, #fbcd21 0%, #f4c430 100%);
    color: #ffffff;
    transform: scale(1.1);
}

.achievement-content h3 {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
    line-height: 1;
}

.achievement-content p {
    color: #6c757d;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0;
}

.testimonials-section .service-card {
    height: auto !important;
    transition: transform 0.3s ease;
}

.testimonials-section .service-card:hover {
    transform: translateY(-10px);
}

.cta-section .enrollment-card {
    background: linear-gradient(45deg, #eef9ff, #fff);
    border: none;
    transition: transform 0.3s ease;
}

.cta-section .enrollment-card:hover {
    transform: translateY(-5px);
}

.courses-preview-section .service-card {
    text-align: center;
    transition: all 0.3s ease;
}

.courses-preview-section .service-card:hover {
    border: 1px solid #fbcd21;
    box-shadow: 0 5px 15px rgba(251, 205, 33, 0.2);
}

.join-section {
    background-color: #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.services-section {
    margin-top: 30px;
}

.services-heading {
    margin-bottom: 15px;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fbcd21;
    margin-top: 60px;
}

.main-title {
    color: #fbcd21;
    font-weight: bold;
}

.hr-title {
    background: #dee1e4;
    /* background: #FBCD21; */
    width: 150px;
    height: 2px;
    margin: 20px auto;
    border: none;
}

.service-card {
    background-color: #ffff;
    border-radius: 10px;
    color: #8a7ea7;
    height: 400px;
}

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

.widget_nav_menu ul li {
    border: none;
}

.widget_nav_menu ul.social-icon li {
    display: inline-block;
}

.widget_nav_menu ul li:first-child {
    margin-top: 0;
}

.widget_nav_menu ul li a::before {
    content: "";
    padding: 0px;
}

.widget_nav_menu ul li a i {
    width: 34px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 12px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.widget_nav_menu ul li a i {
    margin-right: 5px !important;
}

/* Define the animation */
@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.service-card:hover {
    background-color: #fbcd21;
    color: #ffff;
    animation: bounce 0.5s;
    text-decoration: none !important;
}

.service-card:hover .services-link {
    text-decoration: none !important;
}

.service-img {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    height: 200px;
    object-fit: contain;
}

.module_title {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: bold;
    color: #38424d;
    margin-top: 20px;
}

.industries-card {
    padding: 10px;
    border-radius: 10px;
}

.industry-img {
    height: 35px;
}

.black {
    color: #38424d;
}

.green {
    color: #fbcd21;
}

.white {
    color: #fff;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.margin-top {
    margin-top: 10px;
}

.negative-margin-top {
    margin-top: -10px;
}

.tick {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.app-title {
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.app-desc {
    font-size: 31px;
}

.appstore {
    height: 72px;
    margin-top: 20px;
}

.playstore {
    height: 72px;
    margin-top: 20px;
}

.apps-img {
    transform: rotate(330deg);
}

/* Custom Scrollbar Start */

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ccc;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fbcd21;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #fbcd21;
}

/* Custom Scrollbar End

/*===================*/
/* BOUNCE OUT
/*===================*/

.bounce-out-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.bounce-out-on-hover:hover,
.bounce-out-on-hover:focus,
.bounce-out-on-hover:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.dash-section {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.app-section {
    margin-top: -5px;
    background-image: url(../images/app-bg.png);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.app-desc-section {
    margin-top: 100px;
}

.logo-app {
    margin-bottom: 50px;
}

.hide-mobi {
    display: block !important;
}

.show-mobi {
    display: none !important;
}

.margin-bottom-lg {
    margin-bottom: 30px;
}

.footer-ul {
    margin-left: -30px;
}

.footer-icon {
    height: 15px;
    width: 15px;
    object-fit: contain;
}

.intro-img-section {
    text-align: center;
}

.list-unstyled a {
    color: #fff;
    transition: all 0.3s;
    text-decoration: none;
}

.list-unstyled a:hover {
    color: #fbcd21;
    transition: all 0.3s;
}

.footer-copyright {
    background-color: #343434;
    padding: 20px;
}

.top-title {
    margin-top: 100px !important;
}

.about_quote {
    font-style: italic;
    letter-spacing: 0.1em;
}

.padding {
    padding: 10px;
}

.accordion-item .title {
    font-weight: 700;
}

.accordion .accordion-item .title:after {
    content: "\2795";
    font-size: 13px;
    color: #fbcd21 !important;
    float: right;
    margin-left: 5px;
}

.page-heading {
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../images/banner-image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px 80px 0px;
    color: #fff;
    position: relative;
    margin-bottom: 60px;
}

/* FAQ Styles */
.accordion-item {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.accordion-button {
    padding: 1.25rem;
    font-weight: 600;
    color: #38424d;
    background-color: #fff;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #fbcd21;
    background-color: #fff;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FBCD21'%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;
    color: #747e88;
    line-height: 1.6;
}

.accordion-body ul {
    padding-left: 1.25rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.accordion-body ul li {
    margin-bottom: 0.5rem;
    color: #747e88;
}

.accordion h4 {
    color: #38424d;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}

.accordion h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: #fbcd21;
    border-radius: 2px;
}

.page-heading h1 {
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.page-heading span {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    display: block;
}

/* Contact Page Styles */
.contact-item {
    padding: 40px 30px;
    background-color: #fff;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

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

.contact-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.contact-item h4 {
    color: #38424d;
    margin-bottom: 15px;
}

.contact-item p {
    color: #747e88;
    margin-bottom: 15px;
}

.contact-item a {
    color: #fbcd21;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-item a:hover {
    color: #38424d;
}

.social-section {
    background-color: #f8f9fa;
}

.social-section .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #38424d;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.social-section .social-link:hover {
    background: #fbcd21;
    color: #fff;
    transform: translateY(-3px);
}

.map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.hours-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    max-width: 500px;
    margin: 0 auto;
}

.hours-container .fw-bold {
    color: #38424d;
}

@media (max-width: 768px) {
    .contact-item {
        margin-bottom: 30px;
    }

    .social-section .social-link {
        width: 50px;
        height: 50px;
    }

    .social-section .fa-2x {
        font-size: 1.5em;
    }
}

.contacts-section {
    margin-top: 30px;
}

.contact-icon {
    color: #fbcd21;
    font-size: 48px;
    margin-bottom: 40px;
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.callback-form {
    background-color: #f7f7f7;
}

.contact-item h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.25px;
    margin-bottom: 15px;
}

.contact-item p {
    margin-bottom: 20px;
}

.contact-item a {
    font-weight: 600;
    color: #fbcd21;
    font-size: 15px;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

/* Insurance Form Styles */
.insurance-form-container {
    background: #fff;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* Step Progress Bar */
.step-progress-bar {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
}

.step-progress-bar::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #eee;
    z-index: 0;
}

.step {
    position: relative;
    z-index: 1;
    text-align: center;
}

.step-circle {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: 600;
    color: #747e88;
    transition: all 0.3s ease;
}

.step.active .step-circle {
    background: #fbcd21;
    border-color: #fbcd21;
    color: #fff;
}

.step.completed .step-circle {
    color: transparent;
    background: #fbcd21;
    border-color: #fbcd21;
    position: relative;
}

.step.completed .step-circle::after {
    content: "";
    font-family: Arial, sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    color: white !important;
}

.step.completed .step-circle span {
    opacity: 0;
}

.step-label {
    font-size: 0.85rem;
    color: #747e88;
    font-weight: 500;
}

/* Insurance Type Cards */
.insurance-type-card {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
}

.insurance-type-card:hover {
    border-color: #fbcd21;
    transform: translateY(-5px);
}

.insurance-type-card.selected {
    border-color: #fbcd21;
    background: #fff9e6;
}

.insurance-type-card i {
    color: #fbcd21;
    margin-bottom: 1rem;
}

.insurance-type-card h4 {
    color: #38424d;
    margin-bottom: 1rem;
}

.insurance-type-card p {
    color: #747e88;
    margin-bottom: 0;
    font-size: 0.9rem;
}

/* Coverage Type Cards */
.coverage-type-card {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
}

.coverage-type-card:hover {
    border-color: #fbcd21;
}

.coverage-type-card.selected {
    border-color: #fbcd21;
    background: #fff9e6;
}

.coverage-type-card h5 {
    color: #38424d;
    margin-bottom: 0.5rem;
}

.coverage-type-card p {
    color: #747e88;
    margin-bottom: 0;
    font-size: 0.9rem;
}

/* Form Elements */
.form-label {
    font-weight: 500;
    color: #38424d;
    margin-bottom: 0.5rem;
}

.form-control {
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #fbcd21;
    box-shadow: none;
}

.form-select {
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.form-select:focus {
    border-color: #fbcd21;
    box-shadow: none;
}

/* Summary Box */
.summary-box {
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #eee;
}

.summary-box h5 {
    color: #38424d;
    margin-bottom: 1.5rem;
}

.summary-item {
    font-size: 0.95rem;
}

.summary-item span:first-child {
    color: #747e88;
}

.summary-item span:last-child {
    color: #38424d;
    font-weight: 500;
}

/* Form Navigation */
.form-navigation {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.form-navigation .btn {
    min-width: 120px;
    padding: 0.75rem 1.5rem;
}

@media (max-width: 768px) {
    .step-label {
        font-size: 0.75rem;
    }

    .insurance-form-container {
        padding: 1rem;
    }

    .form-navigation {
        flex-direction: column;
    }

    .form-navigation .btn {
        width: 100%;
    }
}

.course-img {
    height: 100px;
    width: 80%;
    object-fit: contain;
}

.how-it-works-section {
    margin-right: 48px;
    margin-left: 48px;
}

.steps-cont {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 10px;
    border-radius: 100px;
    background-color: #fbcd21;
    color: #fff;
}

.steps-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.black-line {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    border-top: 3px solid black;
    width: 5%;
    margin-bottom: 10px;
}

.success-circle {
    border-radius: 200px;
    height: 100px;
    width: 100px;
    background: #000;
    margin: 0 auto;
    border: solid 5px #fccd20;
}

.success-checkmark {
    color: #fccd20;
    font-size: 100px;
    line-height: 80px;
    margin-left: -6px;
}

.success-logo {
    height: 50px;
    margin-bottom: 10px;
    width: 100%;
    object-fit: contain;
}

.logo {
    height: 50px;
}

.login-logo {
    height: 80px;
    margin-bottom: 10px;
    width: 80%;
    object-fit: contain;
}

.application-success-heading {
    color: #fccd20;
    font-weight: bold;
}

.application-success-txt {
    font-size: 20px;
    line-height: 1.8em;
}

.go-back-btn {
    background-color: #000;
    color: #fff;
}

.go-back-btn:hover {
    color: #fccd20 !important;
}

.alert-sm {
    position: relative;
    padding: 0.15rem 0.15rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 13px !important;
}

/* Enhanced Login Page Styles */
.login-card {
    transition: all 0.3s ease;
}

.login-card .card {
    border: none;
}

.login-card .card-body {
    padding: 2.5rem;
}

.login-card .form-label {
    font-weight: 500;
    color: #38424d;
}

.login-card .input-group-text {
    background: #f8f9fa;
    border: 2px solid #eee;
    border-right: none;
    color: #747e88;
}

.login-card .form-control {
    border: 2px solid #eee;
    border-left: none;
    padding: 0.75rem 1rem;
}

.login-card .form-control:focus {
    box-shadow: none;
    border-color: #eee;
}

.login-card .input-group:focus-within .input-group-text,
.login-card .input-group:focus-within .form-control {
    border-color: #fbcd21;
}

.login-card .btn-outline-secondary {
    border: 2px solid #eee;
    border-left: none;
    color: #747e88;
}

.login-card .btn-outline-secondary:hover,
.login-card .btn-outline-secondary:focus {
    background: none;
    color: #38424d;
    border-color: #eee;
    box-shadow: none;
}

.login-card .btn-primary {
    background: #fbcd21;
    border: none;
    color: #000;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

.login-card .btn-primary:hover {
    background: #38424d;
    color: #fff;
    transform: translateY(-2px);
}

.login-card .form-check-input:checked {
    background-color: #fbcd21;
    border-color: #fbcd21;
}

.login-card .invalid-feedback {
    font-size: 0.85rem;
}

.login-card a {
    color: #fbcd21;
    transition: all 0.3s ease;
}

.login-card a:hover {
    color: #38424d;
}

@media (max-width: 768px) {
    .login-card .card-body {
        padding: 1.5rem;
    }
}

.hr-sm {
    margin-top: -10px;
    margin-bottom: 6px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*Lets make it responsive*/
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .w-100-mobile {
        width: 100% !important;
    }

    .center-mobile {
        text-align: center;
    }

    .contact-us-btn {
        width: 157px !important;
    }

    .intro-heading {
        margin-top: 5px !important;
        font-size: 28px !important;
        text-align: center;
    }

    .intro-desc {
        font-size: 1.5rem !important;
        text-align: center !important;
    }

    .start-btn-cont {
        text-align: center;
    }

    .hide-mobi {
        display: none !important;
    }

    .login-btn {
        margin-top: 10px !important;
        width: 157px !important;
    }

    .btn-apply {
        padding: 4px 8px !important;
        border-radius: 6px !important;
        font-size: 16px !important;
        width: 120px;
    }

    .show-mobi {
        display: block !important;
    }

    .pos-desc {
        margin-top: 10px !important;
    }

    .pos-img-cont {
        text-align: center;
    }

    .pos-img {
        height: 260px;
        width: auto;
        object-fit: contain;
    }

    .intro-img {
        height: 260px;
        object-fit: contain;
        float: none;
    }

    .pos-intro {
        text-align: center;
    }

    .dash-img {
        height: 260px;
        object-fit: contain;
    }

    .apps-img-section {
        text-align: center;
        margin-top: 50px;
    }

    .appstore {
        height: 50px;
        margin-top: 20px;
    }

    .playstore {
        height: 50px;
        margin-top: 20px;
    }

    .apps-img {
        height: 400px;
        width: auto;
        object-fit: contain;
    }

    .app-title {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .app-desc {
        font-size: 20px;
    }

    .app-desc-section {
        margin-top: 10px;
    }

    .logo-app {
        margin-bottom: 10px !important;
    }

    .title {
        text-align: center;
        margin-top: 20px;
    }

    .single-course-section,
    .courses-section {
        text-align: center;
    }
    .main-title {
        font-size: 28px;
    }

    /* Why Choose Frena Responsive Styles */
    .why-choose-us-section {
        padding: 60px 0;
    }

    .feature-card {
        padding: 30px 20px;
        margin-bottom: 30px;
    }

    .feature-card.featured {
        transform: none;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .feature-number {
        font-size: 36px;
    }

    .feature-content h4 {
        font-size: 20px;
    }

    .feature-stats {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .stat-item strong {
        font-size: 24px;
    }

    .achievement-card {
        padding: 25px 15px;
        margin-bottom: 20px;
    }

    .achievement-content h3 {
        font-size: 28px;
    }
}

.courses-section ul,
.single-course-section ul {
    list-style-type: none;
}

.footer .container {
    text-align: center;
}

.p-footer {
    text-align: center;
    line-height: 30px;
}

.footer-ul {
    text-align: center;
}

/* Motor Insurance Section Styles */
.motor-insurance-section {
    position: relative;
    overflow: hidden;
}

.motor-insurance-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(251, 205, 33, 0.05) 0%,
        rgba(56, 66, 77, 0.05) 100%
    );
    pointer-events: none;
}

.insurance-stats {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
}

.insurance-stats h4 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.motor-insurance-section .fa-check-circle {
    margin-right: 10px;
}

/* Enhanced Courses Section Styles */
.courses-preview-section {
    /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
    padding: 80px 0;
    position: relative;
}

.courses-preview-section::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 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23fbcd21" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.course-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #e9ecef;
}

.course-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #fbcd21, #f0b90b);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.course-card:hover::before {
    transform: scaleX(1);
}

.course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.course-card.featured {
    border: 2px solid #fbcd21;
    position: relative;
}

.course-card.featured::before {
    transform: scaleX(1);
}

.course-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #fbcd21, #f0b90b);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.course-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fbcd21, #f0b90b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.course-icon i {
    font-size: 2rem;
    color: #fff;
}

.course-card:hover .course-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(251, 205, 33, 0.4);
}

.course-content h4 {
    color: #38424d;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}

.course-description {
    color: #747e88;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.course-features {
    margin-bottom: 1.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.feature-item i {
    color: #fbcd21;
    margin-right: 0.5rem;
    font-size: 0.8rem;
}

.course-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.course-duration {
    display: flex;
    align-items: center;
    color: #747e88;
    font-size: 0.9rem;
}

.course-duration i {
    margin-right: 0.5rem;
    color: #fbcd21;
}

.course-price .price {
    font-weight: 700;
    color: #38424d;
    font-size: 1.1rem;
}

.course-cta {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    transition: all 0.3s ease;
}

.cta-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .courses-preview-section {
        padding: 60px 0;
    }

    .course-card {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    .course-cta {
        padding: 2rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }

    .course-meta {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
}

/* Enhanced Hero Section Styles */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(251, 205, 33, 0.05) 0%,
        rgba(56, 66, 77, 0.05) 100%
    );
}

.hero-pattern {
    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 100 100"><defs><pattern id="hero-grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="%23fbcd21" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23hero-grid)"/></svg>');
    opacity: 0.3;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    padding: 2rem 0;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(251, 205, 33, 0.1);
    color: #fbcd21;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2rem;
    border: 1px solid rgba(251, 205, 33, 0.2);
    backdrop-filter: blur(10px);
}

.hero-badge i {
    font-size: 16px;
}

.hero-title {
    margin-bottom: 2rem;
    line-height: 1.2;
}

.hero-title-main {
    display: block;
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.hero-title-highlight {
    display: block;
    font-size: 3.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fbcd21 0%, #f0b90b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.hero-title-sub {
    display: block;
    font-size: 2rem;
    font-weight: 500;
    color: #6c757d;
}

.hero-description {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #6c757d;
    margin-bottom: 2rem;
    max-width: 90%;
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 3rem;
}

.hero-features .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #2c3e50;
}

.hero-features .feature-item i {
    color: #fbcd21;
    font-size: 18px;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #fbcd21 0%, #f0b90b 100%);
    color: #2c3e50;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(251, 205, 33, 0.4);
    color: #2c3e50;
}

.btn-hero-secondary {
    background: transparent;
    color: #2c3e50;
    font-weight: 600;
    padding: 15px 30px;
    border: 2px solid #2c3e50;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-hero-secondary:hover {
    background: #2c3e50;
    color: #ffffff;
    transform: translateY(-3px);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.hero-stats .stat-item {
    text-align: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(251, 205, 33, 0.1);
}

.hero-stats .stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #fbcd21;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.hero-stats .stat-label {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 500;
}

.hero-image-section {
    position: relative;
    padding: 2rem 0;
}

.hero-image-container {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.hero-image-bg {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(251, 205, 33, 0.1) 0%,
        rgba(251, 205, 33, 0.2) 100%
    );
    border-radius: 20px;
    z-index: 1;
}

.hero-image {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.hero-floating-card {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 3;
    animation: float 3s ease-in-out infinite;
}

.floating-card-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.floating-card-content i {
    font-size: 2rem;
    color: #fbcd21;
}

.floating-card-content h6 {
    margin: 0;
    font-weight: 600;
    color: #2c3e50;
}

.floating-card-content p {
    margin: 0;
    font-size: 0.9rem;
    color: #6c757d;
}

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

/* Enhanced About Section Styles */
.about-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(251, 205, 33, 0.02) 0%,
        rgba(56, 66, 77, 0.02) 100%
    );
    z-index: 1;
}

.about-section .container {
    position: relative;
    z-index: 2;
}

.section-header {
    margin-bottom: 2rem;
}

.section-tag {
    display: inline-block;
    background: rgba(251, 205, 33, 0.1);
    color: #fbcd21;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.section-title .highlight {
    color: #fbcd21;
}

.about-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #6c757d;
    margin-bottom: 2.5rem;
}

.about-highlights {
    margin-bottom: 2.5rem;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: rgba(251, 205, 33, 0.05);
    border-radius: 15px;
    border-left: 4px solid #fbcd21;
    transition: all 0.3s ease;
}

.highlight-item:hover {
    transform: translateX(10px);
    background: rgba(251, 205, 33, 0.1);
}

.highlight-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #fbcd21 0%, #f0b90b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    flex-shrink: 0;
}

.highlight-content h5 {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.highlight-content p {
    color: #6c757d;
    margin: 0;
    line-height: 1.5;
}

.about-stats {
    margin-bottom: 2.5rem;
}

.stat-box {
    text-align: center;
    padding: 1.5rem;
    background: rgba(251, 205, 33, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(251, 205, 33, 0.2);
}

.stat-box h4 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fbcd21;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-box p {
    color: #6c757d;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.about-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-about-primary,
.btn-about-secondary {
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-about-primary {
    background: linear-gradient(135deg, #fbcd21 0%, #f0b90b 100%);
    color: #2c3e50;
    border: none;
}

.btn-about-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(251, 205, 33, 0.3);
    color: #2c3e50;
}

.btn-about-secondary {
    background: transparent;
    color: #2c3e50;
    border: 2px solid #2c3e50;
}

.btn-about-secondary:hover {
    background: #2c3e50;
    color: #ffffff;
}

.about-image-section {
    position: relative;
}

.about-image-container {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.about-image-bg {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(251, 205, 33, 0.2) 0%,
        rgba(251, 205, 33, 0.1) 100%
    );
    border-radius: 20px;
    z-index: 1;
}

.about-image {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.about-experience-badge {
    position: absolute;
    top: -20px;
    right: -20px;
    background: linear-gradient(135deg, #fbcd21 0%, #f0b90b 100%);
    color: #2c3e50;
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(251, 205, 33, 0.3);
    z-index: 3;
}

.experience-content h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.experience-content p {
    font-weight: 600;
    margin: 0;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Enhanced Testimonials Section */
.testimonials-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.testimonials-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    z-index: 1;
}

.testimonials-overlay {
    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 100 100"><defs><pattern id="testimonial-pattern" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1" fill="%23fbcd21" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23testimonial-pattern)"/></svg>');
    z-index: 2;
}

.testimonials-section .container {
    position: relative;
    z-index: 3;
}

.testimonials-grid {
    margin-bottom: 4rem;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(251, 205, 33, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border-color: #fbcd21;
}

.testimonial-card.featured {
    background: linear-gradient(135deg, #fbcd21 0%, #f4c430 100%);
    color: #ffffff;
    transform: scale(1.05);
}

.testimonial-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 8px;
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.quote-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(
        135deg,
        rgba(251, 205, 33, 0.1) 0%,
        rgba(251, 205, 33, 0.2) 100%
    );
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fbcd21;
    font-size: 20px;
}

.testimonial-card.featured .quote-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.rating {
    display: flex;
    gap: 3px;
}

.rating i {
    color: #fbcd21;
    font-size: 16px;
}

.testimonial-card.featured .rating i {
    color: #ffffff;
}

.testimonial-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #2c3e50;
    margin: 0 0 2rem 0;
    font-style: italic;
}

.testimonial-card.featured .testimonial-content p {
    color: #ffffff;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.student-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fbcd21;
    flex-shrink: 0;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 24px;
}

.testimonial-card.featured .student-avatar {
    border-color: #ffffff;
}

.student-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.student-info h5 {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.25rem;
    font-size: 1.1rem;
}

.testimonial-card.featured .student-info h5 {
    color: #ffffff;
}

.student-info p {
    color: #6c757d;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.testimonial-card.featured .student-info p {
    color: rgba(255, 255, 255, 0.8);
}

.location {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #6c757d;
    font-size: 0.85rem;
}

.testimonial-card.featured .location {
    color: rgba(255, 255, 255, 0.8);
}

/* Testimonials Summary Statistics */
.testimonials-summary {
    background: #ffffff;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(251, 205, 33, 0.1);
    margin-bottom: 3rem;
}

.summary-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.summary-stat {
    text-align: center;
    position: relative;
}

.summary-stat::after {
    content: "";
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: rgba(251, 205, 33, 0.2);
}

.summary-stat:last-child::after {
    display: none;
}

.summary-stat-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(
        135deg,
        rgba(251, 205, 33, 0.1) 0%,
        rgba(251, 205, 33, 0.2) 100%
    );
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: #fbcd21;
    font-size: 28px;
    transition: all 0.3s ease;
}

.summary-stat:hover .summary-stat-icon {
    background: linear-gradient(135deg, #fbcd21 0%, #f4c430 100%);
    color: #ffffff;
    transform: scale(1.1);
}

.summary-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.summary-stat-label {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* Testimonials CTA Section */
.testimonials-cta {
    text-align: center;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ffffff;
    padding: 4rem 3rem;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.testimonials-cta::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 100 100"><defs><pattern id="cta-pattern" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="2" fill="%23fbcd21" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23cta-pattern)"/></svg>');
    z-index: 1;
}

.testimonials-cta .container {
    position: relative;
    z-index: 2;
}

.cta-header h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
}

.cta-header p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.btn-cta-primary,
.btn-cta-secondary {
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    min-width: 200px;
    justify-content: center;
}

.btn-cta-primary {
    background: linear-gradient(135deg, #fbcd21 0%, #f0b90b 100%);
    color: #2c3e50;
    border: none;
}

.btn-cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(251, 205, 33, 0.4);
    color: #2c3e50;
}

.btn-cta-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-cta-secondary:hover {
    background: #ffffff;
    color: #2c3e50;
    transform: translateY(-3px);
}

/* ================================
   COMPREHENSIVE MOBILE RESPONSIVE STYLES
   ================================ */

/* Extra Large screens */
@media (max-width: 1200px) {
    .hero-title-main {
        font-size: 2.2rem;
    }

    .hero-title-highlight {
        font-size: 3rem;
    }

    .hero-title-sub {
        font-size: 1.8rem;
    }

    .feature-card {
        padding: 30px 25px;
    }

    .achievement-card {
        padding: 25px 20px;
    }
}

/* Large tablets */
@media (max-width: 992px) {
    .hero-section {
        min-height: auto;
        padding: 80px 0;
    }

    .hero-title-main {
        font-size: 2rem;
    }

    .hero-title-highlight {
        font-size: 2.5rem;
    }

    .hero-title-sub {
        font-size: 1.5rem;
    }

    .hero-description {
        font-size: 1.1rem;
        max-width: 100%;
    }

    .hero-features {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .hero-actions {
        justify-content: center;
    }

    .about-section {
        padding: 80px 0;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .highlight-item {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .why-choose-us-section {
        padding: 60px 0;
    }

    .feature-card.featured {
        transform: none;
        margin-bottom: 2rem;
    }

    .courses-preview-section {
        padding: 60px 0;
    }

    .motor-insurance-section {
        padding: 60px 0 !important;
    }
}

/* Medium tablets */
@media (max-width: 768px) {
    /* Navigation */
    .navbar {
        padding: 0.5rem 0;
    }

    .navbar-brand .logo {
        height: 35px;
    }

    /* Hero Section */
    .hero-section {
        padding: 60px 0;
        text-align: center;
    }

    .hero-content {
        padding: 1rem 0;
    }

    .hero-badge {
        font-size: 12px;
        padding: 10px 20px;
    }

    .hero-title-main {
        font-size: 1.8rem;
    }

    .hero-title-highlight {
        font-size: 2.2rem;
    }

    .hero-title-sub {
        font-size: 1.3rem;
    }

    .hero-description {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .hero-features {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        margin-bottom: 2rem;
    }

    .hero-features .feature-item {
        justify-content: center;
        font-size: 14px;
    }

    .hero-actions {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        padding: 12px 25px;
        font-size: 1rem;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .hero-stats .stat-item {
        padding: 0.75rem;
    }

    .hero-stats .stat-number {
        font-size: 1.5rem;
    }

    .hero-stats .stat-label {
        font-size: 0.8rem;
    }

    .hero-image-section {
        padding: 2rem 0 0 0;
        margin-top: 2rem;
    }

    .hero-floating-card {
        position: static;
        margin-top: 1rem;
        padding: 1rem;
    }

    .floating-card-content {
        justify-content: center;
    }

    .floating-card-content i {
        font-size: 1.5rem;
    }

    /* About Section */
    .about-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 1.8rem;
        text-align: center;
    }

    .section-tag {
        font-size: 12px;
        padding: 6px 16px;
    }

    .about-description {
        font-size: 1rem;
        text-align: center;
    }

    .highlight-item {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .highlight-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .highlight-content h5 {
        font-size: 1.1rem;
    }

    .about-stats .stat-box {
        padding: 1rem;
    }

    .stat-box h4 {
        font-size: 2rem;
    }

    .about-actions {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .btn-about-primary,
    .btn-about-secondary {
        width: 100%;
        max-width: 280px;
        text-align: center;
        justify-content: center;
    }

    .about-image-section {
        margin-top: 2rem;
    }

    .about-experience-badge {
        position: static;
        margin-top: 1rem;
        align-self: center;
    }

    /* Why Choose Us Section */
    .why-choose-us-section {
        padding: 50px 0;
    }

    .feature-card {
        padding: 25px 20px;
        margin-bottom: 2rem;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .feature-number {
        font-size: 36px;
    }

    .feature-content h4 {
        font-size: 1.3rem;
    }

    .feature-description {
        font-size: 0.9rem;
    }

    .feature-stats {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .achievement-card {
        padding: 20px 15px;
        margin-bottom: 1.5rem;
    }

    .achievement-content h3 {
        font-size: 2rem;
    }

    /* Motor Insurance Section */
    .motor-insurance-section {
        padding: 50px 0 !important;
    }

    .motor-insurance-section h2 {
        font-size: 1.8rem;
        text-align: center;
    }

    .motor-insurance-section h4 {
        font-size: 1.3rem;
        text-align: center;
    }

    .motor-insurance-section p {
        text-align: center;
    }

    .motor-insurance-section .d-flex {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .motor-insurance-section .btn {
        width: 100%;
        max-width: 250px;
    }

    .insurance-stats .row {
        text-align: center;
    }

    .insurance-stats .col-4 {
        margin-bottom: 1rem;
    }

    /* Courses Section */
    .courses-preview-section {
        padding: 50px 0;
    }

    .course-card {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    .course-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 1rem;
    }

    .course-icon i {
        font-size: 1.5rem;
    }

    .course-content h4 {
        font-size: 1.2rem;
    }

    .course-description {
        font-size: 0.9rem;
    }

    .course-cta {
        padding: 2rem 1.5rem;
    }

    .course-cta h4 {
        font-size: 1.3rem;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
    }

    /* Testimonials Section */
    .testimonials-section {
        padding: 50px 0;
    }

    .testimonial-card {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .testimonial-content p {
        font-size: 1rem;
    }

    .student-avatar {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .student-info h5 {
        font-size: 0.95rem;
    }

    .student-info p {
        font-size: 0.8rem;
    }

    .location {
        font-size: 0.75rem;
    }

    .testimonials-summary {
        padding: 1.5rem;
    }

    .summary-stat-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .summary-stat-number {
        font-size: 2rem;
    }

    .summary-stat-label {
        font-size: 0.9rem;
    }

    .testimonials-cta {
        padding: 2.5rem 1.5rem;
        margin: 0 1rem;
    }

    .cta-header h3 {
        font-size: 1.8rem;
    }

    .cta-header p {
        font-size: 1rem;
    }
}

/* Small phones */
@media (max-width: 576px) {
    /* Hero Section */
    .hero-section {
        padding: 40px 0;
    }

    .hero-title-main {
        font-size: 1.5rem;
    }

    .hero-title-highlight {
        font-size: 2rem;
    }

    .hero-title-sub {
        font-size: 1.1rem;
    }

    .hero-description {
        font-size: 0.95rem;
        padding: 0 1rem;
    }

    .hero-badge {
        font-size: 11px;
        padding: 8px 16px;
    }

    .hero-features .feature-item {
        font-size: 13px;
    }

    .hero-stats {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .hero-stats .stat-item {
        padding: 0.5rem;
    }

    .hero-stats .stat-number {
        font-size: 1.3rem;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        padding: 10px 20px;
        font-size: 0.9rem;
        max-width: 250px;
    }

    /* About Section */
    .about-section {
        padding: 40px 0;
    }

    .section-title {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .about-description {
        font-size: 0.95rem;
        padding: 0 1rem;
    }

    .highlight-item {
        padding: 0.75rem;
        gap: 0.75rem;
    }

    .highlight-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .highlight-content h5 {
        font-size: 1rem;
    }

    .highlight-content p {
        font-size: 0.85rem;
    }

    .stat-box h4 {
        font-size: 1.8rem;
    }

    .btn-about-primary,
    .btn-about-secondary {
        padding: 10px 20px;
        font-size: 0.9rem;
        max-width: 220px;
    }

    /* Why Choose Us Section */
    .why-choose-us-section {
        padding: 40px 0;
    }

    .why-choose-us-section h2 {
        font-size: 1.5rem;
    }

    .why-choose-us-section .lead {
        font-size: 0.95rem;
        padding: 0 1rem;
    }

    .feature-card {
        padding: 20px 15px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .feature-number {
        font-size: 30px;
    }

    .feature-content h4 {
        font-size: 1.1rem;
    }

    .feature-description {
        font-size: 0.85rem;
    }

    .achievement-card {
        padding: 15px 10px;
    }

    .achievement-content h3 {
        font-size: 1.5rem;
    }

    .achievement-content p {
        font-size: 0.8rem;
    }

    /* Motor Insurance Section */
    .motor-insurance-section h2 {
        font-size: 1.5rem;
        padding: 0 1rem;
    }

    .motor-insurance-section h4 {
        font-size: 1.1rem;
    }

    .motor-insurance-section p {
        font-size: 0.9rem;
        padding: 0 1rem;
    }

    .motor-insurance-section .btn {
        max-width: 200px;
        padding: 8px 16px;
        font-size: 0.9rem;
    }

    .insurance-stats h4 {
        font-size: 1.3rem;
    }

    .insurance-stats small {
        font-size: 0.75rem;
    }

    /* Courses Section */
    .courses-preview-section {
        padding: 40px 0;
    }

    .courses-preview-section h2 {
        font-size: 1.5rem;
    }

    .courses-preview-section .lead {
        font-size: 0.95rem;
        padding: 0 1rem;
    }

    .course-card {
        padding: 1.25rem;
    }

    .course-icon {
        width: 50px;
        height: 50px;
    }

    .course-icon i {
        font-size: 1.3rem;
    }

    .course-content h4 {
        font-size: 1.1rem;
    }

    .course-description {
        font-size: 0.85rem;
    }

    .feature-item {
        font-size: 0.8rem;
    }

    .course-meta {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .course-cta {
        padding: 1.5rem 1rem;
    }

    .course-cta h4 {
        font-size: 1.2rem;
    }

    .course-cta p {
        font-size: 0.9rem;
        padding: 0 0.5rem;
    }

    .cta-buttons .btn {
        max-width: 220px;
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    /* Testimonials Section */
    .testimonials-section {
        padding: 40px 0;
    }

    .testimonials-section .section-title {
        font-size: 1.5rem;
    }

    .testimonials-section .section-subtitle {
        font-size: 0.95rem;
        padding: 0 1rem;
    }

    .testimonial-card {
        padding: 1.25rem;
    }

    .testimonial-content p {
        font-size: 0.9rem;
    }

    .student-avatar {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .student-info h5 {
        font-size: 0.95rem;
    }

    .student-info p {
        font-size: 0.8rem;
    }

    .location {
        font-size: 0.75rem;
    }

    .testimonials-summary {
        padding: 1rem;
        margin: 0 0.5rem 2rem 0.5rem;
    }

    .summary-stat-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .summary-stat-number {
        font-size: 1.8rem;
    }

    .summary-stat-label {
        font-size: 0.8rem;
    }

    .testimonials-cta {
        padding: 2rem 1rem;
        margin: 0 0.5rem;
    }

    .cta-header h3 {
        font-size: 1.5rem;
    }

    .cta-header p {
        font-size: 0.9rem;
    }

    .btn-cta-primary,
    .btn-cta-secondary {
        min-width: 200px;
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    /* CTA Section */
    .cta-section .enrollment-card {
        padding: 2rem 1rem !important;
        margin: 0 1rem;
    }

    .cta-section h2 {
        font-size: 1.3rem;
    }

    .cta-section p {
        font-size: 0.9rem;
    }

    .cta-section .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    /* General spacing improvements */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Text improvements */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        text-align: center;
    }

    p {
        text-align: center;
    }
}

/* Extra small phones */
@media (max-width: 480px) {
    .hero-title-main {
        font-size: 1.3rem;
    }

    .hero-title-highlight {
        font-size: 1.8rem;
    }

    .hero-title-sub {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.3rem;
    }

    .btn-hero-primary,
    .btn-hero-secondary,
    .btn-about-primary,
    .btn-about-secondary,
    .btn-cta-primary,
    .btn-cta-secondary {
        max-width: 200px;
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Landscape orientation fixes */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-section {
        min-height: auto;
        padding: 40px 0;
    }

    .hero-title {
        margin-bottom: 1rem;
    }

    .hero-features {
        margin-bottom: 1.5rem;
    }

    .hero-actions {
        margin-bottom: 1.5rem;
    }
    .hero-stats .stat-item {
        padding: 0.5rem;
    }
}

/* ==============================
   COURSES PAGE STYLES
   ============================== */

/* Courses Hero Section */
.courses-hero-section {
    margin-top: 45px;
    padding-top: 15px;
    position: relative;
    min-height: 25vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.courses-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.courses-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(251, 205, 33, 0.9) 0%,
        rgba(102, 126, 234, 0.8) 100%
    );
    z-index: 2;
}

.courses-hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(
            circle at 25% 25%,
            rgba(255, 255, 255, 0.1) 2px,
            transparent 2px
        ),
        radial-gradient(
            circle at 75% 75%,
            rgba(255, 255, 255, 0.1) 2px,
            transparent 2px
        );
    background-size: 50px 50px;
    z-index: 3;
}

.courses-hero-content {
    position: relative;
    z-index: 4;
    color: white;
}

.courses-hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
    font-size: 0.9rem;
    animation: fadeInUp 0.8s ease-out;
}

.courses-hero-badge i {
    margin-right: 0.5rem;
    color: #fbcd21;
}

.courses-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.1;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.courses-title-main {
    display: block;
    color: white;
}

.courses-title-highlight {
    display: block;
    background: linear-gradient(45deg, #fbcd21, #f39c12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.courses-hero-description {
    font-size: 1rem;
    margin-bottom: 1rem;
    opacity: 0.95;
    line-height: 1.4;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.courses-hero-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.hero-stat-item {
    text-align: center;
    position: relative;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    transition: all 0.3s ease;
    min-width: 120px;
}

.hero-stat-item:hover {
    transform: translateY(-5px) scale(1.05);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fbcd21;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.stat-label {
    font-size: 1rem;
    opacity: 0.9;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Courses Main Section */
.courses-main-section {
    padding: 5rem 0;
    background: #f8f9fa;
}

.section-header {
    margin-bottom: 4rem;
}

.section-tag {
    display: inline-block;
    background: linear-gradient(45deg, #fbcd21, #f39c12);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2d3748;
}

.section-title .highlight {
    background: linear-gradient(45deg, #fbcd21, #f39c12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 1.125rem;
    color: #718096;
    max-width: 600px;
    margin: 0 auto;
}

/* Course Cards Grid */
.courses-grid {
    margin-bottom: 5rem;
}

.modern-course-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.modern-course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.modern-course-card.featured {
    border: 3px solid #fbcd21;
    transform: scale(1.02);
}

.modern-course-card.featured:hover {
    transform: scale(1.02) translateY(-10px);
}

.course-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(45deg, #fbcd21, #f39c12);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 600;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.course-image-section {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.course-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.course-image {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    transition: transform 0.3s ease;
}

.modern-course-card:hover .course-image {
    transform: scale(1.1);
}

.course-category-badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.875rem;
    font-weight: 600;
}

/* Course Cards Grid */
.courses-grid {
    margin-bottom: 5rem;
}

.modern-course-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.modern-course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.modern-course-card.featured {
    border: 3px solid #fbcd21;
    transform: scale(1.02);
}

.modern-course-card.featured:hover {
    transform: scale(1.02) translateY(-10px);
}

.course-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(45deg, #fbcd21, #f39c12);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 600;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.course-image-section {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.course-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.course-image {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    transition: transform 0.3s ease;
}

.modern-course-card:hover .course-image {
    transform: scale(1.1);
}

.course-category-badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.875rem;
    font-weight: 600;
}

.course-content {
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.course-header-section {
    margin-bottom: 1.5rem;
}

.course-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.75rem;
}

.course-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stars {
    color: #fbcd21;
}

.rating-text {
    font-size: 0.875rem;
    color: #718096;
    font-weight: 500;
}

.course-description-section,
.course-requirements-section {
    margin-bottom: 1.5rem;
}

.description-title,
.requirements-title {
    font-size: 1rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.course-description,
.course-requirements {
    color: #718096;
    line-height: 1.6;
}

.course-description ul,
.course-requirements ul {
    padding-left: 1.25rem;
    margin: 0;
}

.course-description li,
.course-requirements li {
    margin-bottom: 0.5rem;
}

.course-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #4a5568;
    font-weight: 500;
}

.feature-item i {
    color: #fbcd21;
}

.course-footer {
    margin-top: auto;
    border-top: 1px solid #e2e8f0;
    padding-top: 1.5rem;
}

.course-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    color: #718096;
}

.duration,
.students {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.duration i,
.students i {
    color: #a0aec0;
}

.btn-enroll {
    background: linear-gradient(45deg, #fbcd21, #f39c12);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(251, 205, 33, 0.3);
}

.btn-enroll::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.6s ease;
}

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

.btn-enroll:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 35px rgba(251, 205, 33, 0.5);
    color: white;
    text-decoration: none;
    background: linear-gradient(45deg, #f39c12, #fbcd21);
}

.btn-enroll:active {
    transform: translateY(-1px) scale(0.98);
    transition: all 0.1s ease;
}

/* Info Section */
.courses-info-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 5rem 0;
    margin: 5rem 0;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.courses-info-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(
            circle at 10% 20%,
            rgba(251, 205, 33, 0.05) 0%,
            transparent 50%
        ),
        radial-gradient(
            circle at 80% 80%,
            rgba(102, 126, 234, 0.05) 0%,
            transparent 50%
        );
    pointer-events: none;
}

.info-content {
    position: relative;
    z-index: 2;
}

.info-content h3 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1.5rem;
    position: relative;
}

.info-content h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(45deg, #fbcd21, #f39c12);
    border-radius: 2px;
}

.info-content p {
    font-size: 1.125rem;
    color: #718096;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}

.info-highlights {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
    color: #4a5568;
    padding: 0.75rem;
    background: rgba(251, 205, 33, 0.05);
    border-radius: 10px;
    border-left: 4px solid #fbcd21;
    transition: all 0.3s ease;
}

.highlight-item:hover {
    background: rgba(251, 205, 33, 0.1);
    transform: translateX(5px);
}

.highlight-item i {
    color: #fbcd21;
    font-size: 1.25rem;
    flex-shrink: 0;
    background: rgba(251, 205, 33, 0.1);
    padding: 0.5rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    position: relative;
    z-index: 2;
}

.stat-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2.5rem 2rem;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(251, 205, 33, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
}

.stat-card:hover::before {
    opacity: 1;
}

.stat-icon {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.stat-card:hover .stat-icon {
    background: rgba(251, 205, 33, 0.2);
    border-color: rgba(251, 205, 33, 0.4);
    transform: scale(1.1);
}

.stat-icon i {
    font-size: 1.75rem;
    color: #fbcd21;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.stat-card h4 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

.stat-card p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

/* CTA Section */
.courses-cta-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 4rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.courses-cta-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(
            circle at 25% 25%,
            rgba(255, 255, 255, 0.1) 2px,
            transparent 2px
        ),
        radial-gradient(
            circle at 75% 75%,
            rgba(255, 255, 255, 0.1) 2px,
            transparent 2px
        );
    background-size: 50px 50px;
}

.courses-cta-content {
    position: relative;
    z-index: 2;
}

.courses-cta-content h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
}

.courses-cta-content p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.btn-cta-primary,
.btn-cta-secondary {
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.btn-cta-primary {
    background: #fbcd21;
    color: #2d3748;
    border: 2px solid #fbcd21;
}

.btn-cta-primary:hover {
    background: transparent;
    color: #fbcd21;
    transform: translateY(-2px);
    text-decoration: none;
}

.btn-cta-secondary {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}
