@import url('https://fonts.googleapis.com/css2?family=Teachers:ital,wght@0,400..800;1,400..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

:root {
    --primary-color: #7a161a;
    /* Main Heart Red */
    --secondary-color: #03045E;
    /* Deep navy */
    --accent-color: #90DBF4;
    /* Soft cyan / highlight */
    --text-color: #1F1F1F;
    /* Dark text */
    --light-bg: #F4FBFF;
    /* Light background */
}



body {
    color: var(--text-color);
}

h1,
h2,
h3 {
    color: var(--secondary-color);
}

.icon,
.bx-check-circle {
    color: var(--primary-color);
}

.section-light {
    background: var(--light-bg);
}

.btn-primary {
    background-color: #7a161a;
}

/* -----------------------
SCROLLBAR CSS
--------------------------*/

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 7px;
}

::selection {
    background-color: var(--primary-color);
    color: #ffffff;
}

body {
    font-family: "Teachers", sans-serif;
    /* background: radial-gradient(circle, #cceeff 0%, white 100%); */
    background-color: #ffffff;
}

a {
    text-decoration: none;
    outline: none;
    color: var(--primary-color);
}

ul {
    list-style: none;
}

p {
    font-weight: 300;
}

/* -----------------------
BACK TO TOP BUTTON CSS
--------------------------*/
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 15px;
    background-color: #000b14;
    color: white;
    border: 1px solid #5a5a5a4a;
    border-radius: 5px;
    display: none;
    cursor: pointer;
    z-index: 1000;
    transition: .3s;
}

.back-to-top i {
    font-size: 20px;
}

.back-to-top:hover {
    background-color: var(--primary-color);
}



/* -----------------------
HEADER CSS
--------------------------*/

header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
}

.header-topbar {
    position: relative;
    padding: 10px 0 0;
    border-bottom: 1px solid rgba(228, 235, 241, 0.07);
}

/* -----------------------
NAVBAR CSS
--------------------------*/
#mainNavbar {
    transition: top 0.3s ease-in-out;
    z-index: 1030;
    background-color: #FFF;
}

.navbar-brand {
    color: var(--text-color);
}

.navbar-brand:hover {
    color: var(--primary-color);
}

.nav-link {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--primary-color);
}

.nav-link:hover {
    border-bottom: 1px solid #242424;
    color: var(--primary-color);
}

.navbar-nav .nav-link.show {
    color: var(--primary-color);
}

.navbar-nav .nav-link.active {
    color: var(--primary-color);
}

.nav-item {
    padding: 0 10px;
}

.nav-item .active {
    border-bottom: 1px solid #242424;
    border-radius: 3px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.5px var(--primary-color);
    border-radius: 0;
}

.bx-menu {
    color: var(--text-color);
}

.navbar-toggler {
    border: 0;
}

.con-btn {
    display: flex;
    padding: 2px;
    border-radius: 3px;
    overflow: hidden;
    transition: 0.3s ease all;
}

.con-btn:hover {
    transform: scale(0.9);
}

.con-btn a {
    color: var(--text-color);
    line-height: unset;
    background: transparent;
    padding: 8px 1.5rem;
    font-weight: 500;
    border-radius: 2px;
    border: 1px solid var(--primary-color);
}

/* -----------------------
BANNER CSS
--------------------------*/
section.banner-bg {
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.content {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.content h6,
i {
    color: #7a161a;
}

.heading h1 {
    font-size: 60px;
    font-weight: 900;
    color: #000;
}

.heading h1 span {
    color: var(--primary-color);
}

.heading h4 {
    color: var(--text-color);
    margin-top: 15px;
}

.point {
    padding: 25px 0;
}

.point ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}

.point li {
    font-size: 18px;
    color: var(--text-color);
}

.btn-1 a {
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    background-color: var(--primary-color);
    transition: 0.5s;
    display: inline-block;
    font-weight: 600;
}

.btn-1 a:hover {
    color: #FFF;
    background-color: var(--text-color);
}


/* -----------------------
ABOUT CSS
--------------------------*/
.about-bg {
    /* background: linear-gradient(135deg, rgba(122, 22, 26, 0.05), rgba(232, 154, 154, 0.05)); */
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(122, 22, 26, 0.1);
    color: var(--primary-color);
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 20px;
}

.about-con h4 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.about-con h4 span {
    color: var(--secondary-color);
}

.about-con p {
    color: var(--text-color);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.about-features li {
    background: rgba(122, 22, 26, 0.08);
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 0.95rem;
    color: var(--text-color);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.about-features li:hover {
    background: rgba(122, 22, 26, 0.2);
    transform: translateX(5px);
}

.about-img img {
    border-radius: 12px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.about-cta .btn-primary {
    background: var(--primary-color);
    color: #fff;
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: 600;
    transition: 0.3s;
}

.about-cta .btn-primary:hover {
    background: #e89a9a;
    transform: translateY(-2px);
}

.about-cta .btn-secondary {
    background: var(--accent-color);
    color: #03045E;
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: 600;
    transition: 0.3s;
}

.about-cta .btn-secondary:hover {
    background: #90f0ff;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .about-con h4 {
        font-size: 1.5rem;
    }

    .about-con p {
        font-size: 0.95rem;
    }
}

.about-bg {
    /* background-color: #f9f9f9; */
}

.about-con h4 {
    font-size: 36px;
    color: var(--text-color);
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
    font-weight: 700;
}

.about-con h4::after {
    content: "";
    display: block;
    height: 3px;
    background: var(--primary-color);
    width: 0;
    margin: 10px auto 0;
    animation: underlineGrow 1s ease-out forwards;
}

@keyframes underlineGrow {
    from {
        width: 0;
    }

    to {
        width: 120px;
    }
}

.about-con h4 span {
    color: var(--primary-color);
}

.about-con p {
    color: var(--text-color);
    font-size: 18px;
    line-height: 1.6;
}

.about-con ul {
    padding: 0;
    margin-top: 15px;
    list-style: none;
}

.about-con li {
    font-size: 18px;
    color: var(--text-color);
    padding: 6px 0;
}

.about-img img {
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.about-img img:hover {
    transform: scale(1.03);
}

.about-img {
    padding: 15px;
}


/* -----------------------
EXPERTIES CSS
--------------------------*/
.card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 7px;
    padding: 25px 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.card h2::after {
    display: block;
    margin-top: 0.5em;
    content: '';
    border-bottom: 1px solid #0000004a;
}

.card h2 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 17px;
}

.card p {
    color: 000;
    line-height: 1.6;
}

.button {
    margin-top: 1.5rem;
    padding: 0.8rem 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 30px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.terms-section {
    margin-top: 90px;
}

.policy-section {
    margin-top: 90px;
}

.contact-section {
    /* margin-top: 50px; */
}

.testimonial-contact- {
    background: linear-gradient(358deg, #ffffff, lightblue);
}

.testimonial-contact-section .testimonial-item {
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.testimonial-contact-section .testimonial-name {
    font-weight: 600;
    margin-top: 15px;
    color: var(--primary-color);
}

.testimonial-contact-section .testimonial-role {
    font-size: 14px;
    color: #777;
}

.testimonial-contact-section .testimonial-text {
    font-style: italic;
    font-size: 1rem;
    color: #333;
}

.footer {
    background-color: #111;
    font-size: 14px;
}

.footer a {
    text-decoration: none;
}

.carousel-indicators {
    margin-bottom: 0rem;
}


/* -----------------------
TESTONMIALS CSS
--------------------------*/
.sec-pad {
    padding: 60px 0 0;
    margin: 50px 0;
}

.contact-sec {
    align-items: center;
    display: flex;
}

.contact-sec .contact-ul li,
.contact-ul b {
    font-size: 20px;
    margin: 10px 0;
}

.contact-sec .contact-ul i {
    font-size: 18px;
    padding: 10px;
    margin-right: 10px;
    border-radius: 50%;
}

.contact-detail span {
    width: 400px;
    display: flex;
    justify-content: center;
}

.contact-detail span a {
    font-size: 20px;
    padding: 6px 12px;
    border-radius: 50%;
    margin: 0px 5px;
}

.inptFld {
    width: 100%;
    height: 40px;
    border: 0;
    margin: 0 0 20px;
    border-radius: 3px;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
}

.inptFld:focus {
    outline: 1px solid var(--primary-color);
}

.contFrm textarea {
    height: 75px;
    padding-top: 5px;
}

.inptBtn {
    height: 50px;
    border: 0;
    background: #7a161a;
    font-size: 14px;
    color: #000;
    margin: auto;
    letter-spacing: 1px;
    cursor: pointer;
    width: 100%;
    max-width: 150px;
}

@media (max-width: 991px) {
    .sec-pad {
        padding: 20px 0 0px;
    }

    .contact-sec .contact-ul li,
    .contact-ul b {
        font-size: 16px;
    }

    .contact-sec .contact-ul i {
        font-size: 14px;
        padding: 6px;
        margin-right: 6px;
    }

    .inptFld {
        height: 40px;
        margin: 0 0 10px;
        padding: 0 14px;
        font-size: 14px;
    }
}

.logo {
    width: 100px;
}

.contact-section {
    /* background: linear-gradient(135deg, #f8fffd, #eefaf7); */
}

.badge {
    background: #7a161a;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
}

.trust-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 14px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.trust-box i {
    font-size: 24px;
    color: #7a161a;
}

.contact-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.contact-ul li {
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.contact-ul i {
    color: #7a161a;
    margin-right: 8px;
}

.btn-theme {
    background: #7a161a;
    color: #fff;
    border-radius: 30px;
    padding: 12px;
    border: none;
}

.btn-theme:hover {
    background: #fff;
    color: #7a161a;
    border: 1px solid #7a161a;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: #7a16191f;
    border-color: #7a161a;
    outline: 0;
    box-shadow: 0 0 0 .15rem #7a161957;
}

/* Services Section */
.services-section {
    background: #fef4f559;
}

/* Service Card */
.service-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 22px;
    height: 100%;
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}

/* Icon Circle */
.service-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #EEF2FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon i {
    font-size: 28px;
    color: var(--primary-color);
}

/* Title */
.service-card h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0B2C4D;
}

/* Text */
.service-card p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #2E2E2E;
}

/* Hover Effect */
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(58, 122, 254, 0.18);
}

.service-card:hover .service-icon {
    background: var(--primary-color);
}

.service-card:hover .service-icon i {
    color: #ffffff;
}

.footer-flex-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* space between left & right */
    position: relative;
}

/* Center copyright text horizontally */
.footer-center-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    white-space: nowrap;
}

/* Links stay on right */
.footer-links {
    margin-left: auto;
    /* push to right */
}

.footer-links a {
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.breadcrumb {
    /* background-color: #f8f9fa; */
    /* light gray */
    padding: 0.5rem 1rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    color: #212529;
    /* dark text */
}

.breadcrumb a {
    /* color: #0d6efd; */
    /* Bootstrap primary blue */
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb-container {
    margin-top: 70px;
    background: linear-gradient(90deg, #c2949661, #c29496);
}

.features-container {
    /* max-width: 900px; */
    margin: 0 auto;
}

.feature-card {
    background: #fff;
    padding: 1.5rem 2rem;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    font-size: 3rem;
    color: #29b573;
    /* Accent color */
    flex-shrink: 0;
}

.feature-text h5 {
    margin: 0 0 0.5rem;
    font-weight: 700;
    font-size: 1.3rem;
    color: #222;
}

.feature-text p {
    margin: 0;
    font-size: 1rem;
    color: #666;
    line-height: 1.4;
}

.hero-section {
    padding: 110px 0 90px;
    background: linear-gradient(135deg, #f79b9e30, #ffffff);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f79b9e47;
    color: #7a161a;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero-title span {
    color: #7a161a;
}

.hero-subtitle {
    font-size: 1.05rem;
    color: #555;
    max-width: 600px;
}

.hero-points {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
}

.hero-points li {
    font-size: 0.95rem;
    color: #333;
}

.hero-points i {
    color: #7a161a;
    margin-right: 6px;
}

.btn-primary {
    background: #7a161a;
    color: #fff;
    padding: 14px 34px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: 0.3s ease;
}

.btn-primary:hover {
    background: #249b8a;
    color: #fff;
}

/* 
.hero-visual {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7a161a, #63ccbc);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.hero-visual i {
    font-size: 130px;
    color: #ffffff;
} */
.hero-visual {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: linear-gradient(rgba(122, 22, 26, 0.6), rgba(216, 106, 106, 0.6));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    overflow: hidden;
    /* important for circular crop */
}

.hero-visual img {
    width: auto;
    height: 460px;
    object-fit: contain;
}

/* Responsive: stack vertically on small screens */
@media (max-width: 767px) {
    .feature-card {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem 1rem;
    }

    .feature-icon {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
}

/* -----------------------
MEDIA QUERY // Small devices (landscape phones, 576px and up)
--------------------------*/
@media (max-width: 576px) {
    .header-topbar {
        display: none;
    }

    section.banner-bg {
        min-height: 400px;
        padding: 80px 0 0;
    }

    .heading h1 {
        font-size: 35px;
    }

    .heading h4 {
        font-size: 15px;
    }

    .social-icons {
        display: none;
    }

    .point ul {
        flex-direction: column;
    }

    .about-img img {
        width: 300px;
    }

    ol,
    ul {
        padding-left: 0;
    }

    .sec-pad {
        padding: 20px 40px;
    }
}

/* -----------------------
MEDIA QUERY // Medium devices (tablets, 768px and up)
--------------------------*/
@media only screen and (min-width: 426px) and (max-width: 768px) {}