:root {
    --primary: #292b77;
    --primary-dark: #20215d;
    --dark: #171717;
    --white: #ffffff;
    --text: #1d1d1d;
    --muted: #626262;
    --light-bg: #fafafa;
    --shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    --radius: 18px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body{
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: var(--white);
   
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}

p{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.nav-link,
.btn{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

img {
    max-width: 100%;
}

.section-padding {
    padding: 75px 0;
}

/* Navbar */

.site-header {
    padding: 16px 0;
    background: var(--white);
    position: relative;
    z-index: 99;
}

.custom-navbar {
    padding: 0;
}

.brand-logo {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-menu-wrapper {
    background: var(--primary);
    border-radius: 50px;
    padding: 8px 22px;
    width: 100%;
}

.custom-navbar .navbar-nav {
    justify-content: flex-end;
    width: 100%;
    gap: 5px;
}

.custom-navbar .nav-link {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    padding: 9px 13px !important;
}

.custom-navbar .nav-link.active,
.custom-navbar .nav-link:hover {
    color: var(--white);
    font-weight: 700;
}

.whatsapp-nav-item {
    margin-left: 10px;
}

.whatsapp-btn {
    background: var(--white);
    color: var(--primary);
    border-radius: 8px;
    padding: 8px 17px;
    font-size: 15px;
    font-weight: 600;
}

.whatsapp-btn:hover {
    background: #eeeeee;
    color: var(--primary-dark);
}

.custom-toggler {
    border: 0;
    color: var(--primary);
    font-size: 30px;
    box-shadow: none !important;
}

/* Hero */

.primary-btn {
    background: var(--primary) !important;
    color: var(--white) !important;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 20px;
}

.primary-btn:hover {
    background: var(--primary-dark) !important;
    color: var(--white);
}

/* About */

.about-main-image {
    width: 100%;
    height: 400px;
    object-fit: contain;
    margin-bottom: 22px;
}

.about-left-content h5 {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 16px;
}

.about-left-content p {

    color: #404040;
    line-height: 1.65;
}

.section-tag {
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 18px;
}

.about-right-content h2 {
    font-size: 55px;
    margin-bottom: 30px;
}

.about-small-image {
    width: 78%;
    height: 300px;
    object-fit: contain;
}

/* Services */

.services-section {
    background: var(--primary);
}

.section-title-light {
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 28px;
}

.service-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.service-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.service-card-content {
    padding: 18px;
}

.service-card h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-card p {
   
    line-height: 1.55;
    color: #333;
    margin: 0;
}

/* Testimonials */

.testimonials-section {
    background: #ffffff;
}

.section-title-dark {
    font-size: 40px;
   
    margin-bottom: 25px;
}

.review-platforms {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 18px;
}

.platform-card {
    background: var(--white);
    box-shadow: var(--shadow);
    border-radius: 9px;
    padding: 11px 18px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.platform-card strong {
    color: #f6a800;
    letter-spacing: 1px;
}

.google-text {
    color: #4285f4;
    font-size: 22px;
    font-weight: 800;
}

.facebook-text {
    color: #1877f2;
    font-size: 22px;
    font-weight: 800;
}

.trustpilot-text {
    color: #00b67a;
    font-size: 20px;
}

.testimonial-card {
    border: 1px solid #eeeeee;
    border-radius: 14px;
    padding: 22px;
    box-shadow: var(--shadow);
    height: 100%;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
    font-size: 15px;
}

.user-icon {
    width: 30px;
    height: 30px;
    color: var(--white);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pink-icon {
    background: #e91e63;
}

.purple-icon {
    background: #8d32db;
}

.gray-icon {
    background: #7c8793;
}

.testimonial-card p {
    
    line-height: 1.6;
    margin: 0;
    color: #333;
}

/* Gallery */

.gallery-section {
    padding: 45px 0 30px;
    background:#D4AF37;
}

.gallery-card {
    background: var(--white);
    border-radius: 7px;
    padding: 5px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.gallery-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 4px;
}

/* Footer */

.site-footer {
    background: #181818;
    color: var(--white);
    padding: 55px 0 20px;
}

.footer-widget h4 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #d7d7d7;
    text-decoration: none;
  
}

.footer-links a:hover {
    color: var(--white);
}

.footer-widget p {
    color: #d7d7d7;

    line-height: 1.8;
}

.footer-widget strong {
    color: var(--white);
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--white);
    background: var(--primary);
    font-size: 17px;
}

.footer-bottom {
    border-top: 1px solid #4d4d4d;
    margin-top: 35px;
    padding-top: 18px;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #bdbdbd;
    font-size: 13px;
}

/* Responsive */

@media (max-width: 991px) {
    .navbar-menu-wrapper {
        margin-top: 14px;
        border-radius: 16px;
        padding: 14px;
    }

    .custom-navbar .navbar-nav {
        align-items: flex-start !important;
    }

    .whatsapp-nav-item {
        margin: 10px 0 0;
        width: 100%;
    }

    .whatsapp-btn {
        width: 100%;
    }

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-image-wrapper {
        min-height: 380px;
    }

    .hero-student {
        max-height: 380px;
    }

    .about-small-image {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 55px 0;
    }

   
    .hero-content h1 {
        font-size: 32px;
    }

    .hero-image-wrapper {
        min-height: 350px;
    }

    .hero-student {
        max-height: 350px;
    }

    .hero-stats {
        right: 0;
        top: 40px;
    }

    .stat-card {
        width: 100px;
        padding: 10px 6px;
    }

    .stat-card strong {
        font-size: 24px;
    }

    .info-strip {
        padding: 30px 25px;
    }

    .about-right-content h2 {
        font-size: 30px;
    }

    .gallery-card img {
        height: 145px;
    }
}

@media (max-width: 450px) {
    .brand-logo {
        width: 52px;
        height: 52px;
        min-width: 52px;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .hero-image-wrapper {
        min-height: 300px;
    }

    .hero-student {
        max-height: 300px;
    }

    .hero-stats {
        gap: 8px;
    }

    .stat-card {
        width: 82px;
        border-radius: 8px;
    }

    .stat-card strong {
        font-size: 20px;
    }

    .stat-card span {
        font-size: 11px;
    }

    .primary-btn {
        font-size: 14px;
        padding: 10px 14px;
    }

    .service-image {
        height: 160px;
    }
}