@font-face {
    font-family: 'Lato-regular';
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: 'HaasGrotesk';
    src: url(../fonts/NHaasGroteskDSStd-55Rg.otf);
}

@font-face {
    font-family: 'HaasGroteskBold';
    src: url(../fonts/NeueHaasDisplayBold.ttf);
}

@font-face {
    font-family: 'CabinetGroteskBold';
    src: url(../fonts/CabinetGrotesk-Bold.otf);
}

.nav-link {
    font-family: 'Lato-regular';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}

.btn-contact {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 0.5rem;
    width: 207px;
    height: 56px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image-source: linear-gradient(163.66deg, #E02B2C 11.97%, rgba(0, 0, 0, 0) 79.4%);
    border-image-slice: 1;
    background: radial-gradient(80% 80% at 30% 20%, rgba(224, 43, 42, 0.05) 0%, rgba(0, 0, 0, 1) 100%);
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 18px;
    overflow: hidden;
    border-radius: 0;
}

.btn-contact-dot {
    width: 8px;
    height: 8px;
    background: #ffffff;
    display: inline-block;
    opacity: 1;
    transition: opacity 0.5s;
}

.btn-contact-text {
    color: #ffffff;
    transition: transform 0.5s;
}

.btn-contact-icon-wrapper {
    width: 40px;
    height: 40px;
    margin-left: auto;
    background: rgba(224, 43, 42, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.5s, transform 0.5s;
}

.btn-contact-icon {
    opacity: 0;
    transform: translateX(-40px);
    transition: transform 0.5s 0.35s, opacity 0.5s 0.35s;
}

.btn-contact:hover .btn-contact-dot {
    opacity: 0;
}

.btn-contact:hover .btn-contact-text {
    transform: translateX(-20px);
}

.btn-contact:hover .btn-contact-icon-wrapper {
    opacity: 1;
    transform: translateX(-8px);
}

.btn-contact:hover .btn-contact-icon {
    opacity: 1;
    transform: translateX(0);
}



.hero-bg-man-parent {
    display: flex;
    justify-content: center;
    z-index: 10;
    position: relative;
}

.hero-bg-man-parent img {
    display: block;
}

.hero-heading-secondary {
    top: 90px;
    position: relative;
    z-index: 20 !important;
    pointer-events: none;
}

.hero-heading-secondary * {
    pointer-events: auto;
}

.about-hero {
    position: relative;
    width: 100%;
}

.about-hero-img {
    width: 100%;
    height: auto;
    display: block;
}

.name-hero-section {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.about-hero-text {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    color: white;
    font-size: 56px;
    font-weight: 700;
}

.hero-section-home-link {
    font-family: "Inter", sans-serif;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    gap: 6px;
    font-weight: 400;
    text-decoration: none;

}

.about-hero-section-para {
    font-family: "Inter", sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    text-decoration: none;
}

.home-svg {
    width: 20px;
}

.button-about-hero-section {
    border: 1px solid rgba(255, 255, 255, .3);
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 100px;
    padding: 6px 11px;
    width: fit-content;
    margin: auto;
    gap: 6px;
}

.arrow-about-hero-section {
    height: 13px;
}

.about-us-body {
    background-color: rgba(0, 0, 0, 1);
}

.about-second-section-heading {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    color: white;
    font-size: 35px;
    font-weight: 600;
}

.about-second-section-para {
    font-family: "Lato", sans-serif;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    margin-bottom: 9px;
    font-weight: 400;
}

.experience-section {
    padding: 60px 0;
}

.experience-wrapper {
    max-width: 720px;
    /* keeps it close to your proportions */
    margin: 0 auto;
    position: relative;
}

.experience-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.img-top {
    margin-bottom: 16px;
}

.why-choose-text-wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* circular badge */
.experience-badge {
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #e3312a;
    border: 8px solid #050505;
    /* same as background so it looks cut out */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
}

.experience-badge-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 18px;
}

.experience-badge-inner .number {
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 6px;
}

.experience-badge-inner .label {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.3;
}

.second-section-about-us {
    margin-top: 90px;
}

.second-section-about-us .gx-5 {
    --bs-gutter-x: 5rem;
    /* columns ke darmiyan horizontal gap */
}

.btn-second-section-about-us {
    margin-top: 35px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 0.5rem;
    width: auto;
    max-width: fit-content;
    height: 56px;
    background: rgba(224, 43, 42, 1) !important;
    border: none !important;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 18px;
    border-radius: 0;
}

.height-iframe {
    height: 250px;
}

.btn-second-section-about-us:hover {
    background: rgba(224, 43, 42, 1);
}

.btn-second-section-about-us-wrapper {
    width: 40px;
    height: 40px;
    margin-left: auto;
    background: rgba(0, 0, 0, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    margin-left: -15px;
    transition: opacity 0.5s;
}

.btn-second-section-about-us:hover .btn-contact-dot {
    opacity: 0;
}

.btn-second-section-about-us:hover .btn-contact-text {
    transform: translateX(-20px);
}

.btn-second-section-about-us:hover .btn-second-section-about-us-wrapper {
    opacity: 1;

    display: flex;
}

.btn-second-section-about-us:hover .btn-contact-icon {
    opacity: 1;
    transform: translateX(0);
}

@media (min-width: 992px) and (max-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1140px;
    }
}

/* mobile: stack images and move badge below */
@media (max-width: 550px) {
    .about-hero-img {
        height: 25vh;
    }

    .experience-badge-inner .label {
        font-size: 10px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        line-height: 1.3;
    }

    .experience-badge-inner .number {
        font-size: 25px;
        font-weight: 800;
        line-height: 1;
        margin-bottom: 6px;
    }

    .experience-badge {
        position: absolute;
        width: 120px;
        height: 120px;
    }
}

/* WHO WE ARE SECTION (second section) */
.who-we-are-section {
    background: #050505;
    margin-top: 40px;
}

.who-we-are-img-wrapper {
    position: relative;
    max-width: 460px;
    margin-left: -40px;
    /* slight overlap like the design */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.who-we-are-img-wrapper img {
    width: 100%;
    display: block;
    border-radius: 6px;
}

/* main red card */
.who-we-are-card {
    background: linear-gradient(133.24deg, #320202 53.4%, rgba(0, 0, 0, 0.6) 104.73%);
    border: 1px solid;
    border-image-source: linear-gradient(133.62deg, #500605 0.96%, rgba(0, 0, 0, 0) 104.58%);
    color: #ffffff;
    padding: 0px 40px 32px;
    border-radius: 6px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.7);
}

.who-we-are-badge {
    display: inline-block;
    background: #E02B2A;
    color: #ffffff;
    padding: 10px 20px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    font-size: 15px;
    font-weight: 700;
    font-family: "Figtree", sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.08em;
}

.who-we-are-title {
    font-size: 40px;
    font-family: 'HaasGroteskBold';
    font-weight: 700;
}

.who-we-are-text {
    font-size: 16px;
    font-family: 'Lato-regular';
    margin-top: 10px;
}

/* inner dark box */
.who-we-are-inner {
    margin-top: 24px;
    background: linear-gradient(133.24deg, #120000 53.4%, rgba(0, 0, 0, 0.6) 104.73%);
    border-radius: 6px;
    align-items: center;
    padding: 24px 24px 20px;
    display: flex;
    gap: 32px;
    border: 1px solid;
    border-image-source: linear-gradient(133.62deg, #500605 0.96%, rgba(0, 0, 0, 0) 104.58%);


}

.who-we-are-inner-left {
    flex: 1.2;
}

.who-we-are-inner-right {
    flex: 0.9;
}

.inner-heading {
    font-family: 'Lato-regular';

    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 0.8px;
    line-height: 24px;
}

.who-we-are-card-second {
    max-width: 625px;
}

.inner-text {
    font-family: 'Lato-regular';
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

/* bullet list */
.who-we-are-list li {
    font-family: 'Poppins', sans-serif;
    display: flex;
    font-weight: 500;
    align-items: center;
    font-size: 16px;
    margin-bottom: 15px;
}

.check-dot {
    margin-right: 12px;
}

.line-between-section {
    width: 100%;
    height: 1px;
    margin-top: 30px;
    background: linear-gradient(90deg, #000000 0%, #E02B2A 50%, #000000 100%);
}

/* CTA button */
.who-we-are-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ff4747;
    color: #ffffff;
    padding: 10px 26px;
    border-radius: 3px;
    border: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.who-we-are-btn:hover {
    background: #ff5f5f;
    color: #ffffff;
}

.who-we-are-btn-icon img {
    width: 16px;
    height: 16px;
}

.thrid-section-about-us-part-two {
    margin-top: -535px;
}

.why-choose-us-title {
    font-family: 'HaasGroteskBold';
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-top: 70px;
}






/* responsive tweaks */
@media (min-width: 1400px) {
    .who-we-are-card-second {
        max-width: 770px;
    }

    .who-we-are-card {
        max-width: 880px;
    }
}

@media (max-width: 1400px) {
    .thrid-section-about-us-part-two {
        margin-top: -470px;
    }
}

@media (max-width: 991.98px) {
    .who-we-are-card-second {
        max-width: 100%;
    }

    .thrid-section-about-us-part-two {
        margin-top: 0px;
    }

    .who-we-are-img-wrapper {
        margin-left: 0;
        max-width: 100%;
    }

    .who-we-are-card {
        padding: 0px 22px 24px;
    }

    .about-hero-text {
        font-size: 32px;
    }


}

@media (max-width: 575.98px) {
    .who-we-are-title {
        font-size: 24px;
    }

    .who-we-are-inner {
        flex-direction: column;
        gap: 18px;
        align-items: start;
    }
}

/* Responsive styles for Second Section About Us */
@media (max-width: 768px) {
    .about-hero-text {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .second-section-about-us {
        margin-top: 50px;
    }

    .about-second-section-heading {
        font-size: 28px;
    }

    .btn-second-section-about-us {
        /* margin: 35px auto 0; */
        width: fit-content;
    }

    .second-section-about-us .gx-5 {
        --bs-gutter-x: 1.5rem;
    }

    .experience-wrapper {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .about-second-section-heading {
        font-size: 24px;
    }

    .experience-badge {
        width: 100px;
        height: 100px;
        border-width: 5px;
    }

    .experience-badge-inner .number {
        font-size: 20px;
    }

    .experience-badge-inner .label {
        font-size: 9px;
    }
}

/* Why Choose Us Section */
.why-choose-number {
    font-family: 'CabinetGroteskBold';
    font-size: 160px;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(133.24deg, #500605 53.4%, rgba(80, 6, 5, 0) 104.73%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 10px;
    /* Fallback for browsers that don't support background-clip: text */
}

/* Ensure fallback color doesn't override gradient if supported */
@supports (-webkit-background-clip: text) or (background-clip: text) {
    .why-choose-number {
        color: transparent;
    }
}

.why-choose-text {
    margin-top: -65px;
    font-family: 'Bai Jamjuree', sans-serif;
    max-width: 250px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
}

.about-us-why-choose-us {
    margin-bottom: 70px;
}



/* Contact Us Section */
.contact-us-section {
    background-color: #000000;
    color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-us-heading {
    font-family: 'HaasGroteskBold', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 1);
}

.contact-us-desc {
    font-family: 'Lato-regular', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.contact-icon-box {
    width: 48px;
    height: 48px;
    background-color: #E02B2A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    flex-shrink: 0;
}

.contact-icon-box img {
    width: 24px;
    height: 24px;
}

.contact-label {
    font-family: "Onest", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.contact-value {
    font-family: 'Lato-regular', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
}

.map-wrapper {
    border-radius: 8px;
    overflow: hidden;
    margin-top: 40px;
}

/* Contact Form */
.contact-form-wrapper {
    padding: 25px 35px;
    background: linear-gradient(133.24deg, #320202 53.4%, rgba(0, 0, 0, 0.6) 104.73%);
    border: 1px solid;
    border-image-source: linear-gradient(133.62deg, #500605 0.96%, rgba(0, 0, 0, 0) 104.58%);
    border-radius: 0px;
    height: 100%;
}

.form-heading {
    font-family: 'HaasGroteskBold', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
}

.form-label {
    font-family: 'Lato-regular', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
}

.custom-input {
    background: linear-gradient(133.24deg, #120000 53.4%, rgba(0, 0, 0, 0.6) 104.73%);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image-source: linear-gradient(157.62deg, #500605 0.96%, rgba(0, 0, 0, 0) 104.58%);
    border-image-slice: 1;
    border-radius: 4px;
    padding: 12px 16px;
    font-family: 'Lato-regular', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
}

.custom-input:focus {
    background: linear-gradient(133.24deg, #120000 53.4%, rgba(0, 0, 0, 0.6) 104.73%);
    color: rgba(255, 255, 255, 1);
    box-shadow: none;
}

.custom-input::placeholder {
    font-family: 'Lato-regular', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
}

.custom-check {
    background-color: transparent;
    border-color: #ffffff;
    border-radius: 0px !important;
    cursor: pointer;
    border-width: 1.5px !important;
}

.custom-check:checked {
    background-color: #E02B2A;
    border-color: #E02B2A;
}

.form-check-label {
    font-family: 'Lato-regular', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

.btn-submit {
    background-color: #E02B2A;
    color: #ffffff;
    font-family: 'HaasGroteskBold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #c91e1d;
    color: #ffffff;
}

.contant-btn {
    width: 100% !important;
    justify-content: center !important;
}

@media (max-width: 991px) {
    .contact-us-heading {
        font-size: 36px;
    }

    .contact-form-wrapper {
        margin-top: 10px;
    }
}

/* Footer Section */
.footer-section {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Lato-regular', sans-serif;
}

/* Newsletter */
.newsletter-wrapper {
    background: linear-gradient(100.12deg, #000000 0%, #800202 100%);
}

.newsletter-heading {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
}

.newsletter-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.newsletter-form {
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    max-width: 435px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.newsletter-input {
    border: none;
    background-color: transparent;
    color: #ffffff;
    border-radius: 0;
    height: 62px;
    margin-right: 10px;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-input:focus {
    background-color: transparent;
    color: #ffffff;
    box-shadow: none;
    border-color: #ffffff;
}

.btn-newsletter {
    background-color: #ffffff !important;
    color: #000000 !important;
    font-weight: 700;
    border-radius: 0;
    padding: 0 30px;
    white-space: nowrap;
    height: 61px;
}

.btn-newsletter:hover {
    background-color: #f0f0f0;
    color: #000000;
}

/* Main Footer */
.main-footer {
    background-image: url('/assets/images/footer-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000000;
}

.footer-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.social-icon {
    width: 40px;
    height: 40px;
    font-style: normal !important;
    border: 1.5px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s;
    font-family: 'HaasGroteskBold', sans-serif;
}

.social-icon:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.fa-greater-than {
    font-size: 10px;
}

.footer-title {
    font-family: 'HaasGroteskBold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
}

.border-top-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 24px;
}

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

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    display: flex;
    align-items: center;
}

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

.footer-contact li {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-bottom: 16px;
}

.contact-icon-circle {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Copyright */
.copyright-bar {
    background-color: #000000;
}

.newsletter-wrapper-inner {
    padding: 30px 0;
    margin: 10px 10px;
    margin-bottom: 0px;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
    border-image-slice: 1;
    border-bottom: none;


}

.main-footer-inner {
    padding: 30px 0;
    margin: -48px 10px;
    padding: 48px 0px;
    margin-bottom: 0px;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 81%);
    border-image-slice: 1;
    border-bottom: none;
    border-top: none;


}

.img-fluid-second-section-station {
    width: 100%;
}

.service-card-second {
    background: linear-gradient(133.24deg, #320202 53.4%, rgba(0, 0, 0, 0.6) 104.73%);
    border: 1px solid transparent;
    border-image-source: linear-gradient(133.62deg, #500605 0.96%, rgba(0, 0, 0, 0) 104.58%);
    border-image-slice: 1;
    padding: 20px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;


}

.service-card-second-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.service-card-second-icon-number {
    font-size: 60px;
    font-weight: 700;
    font-family: "Onest", sans-serif;
    color: rgba(224, 43, 42, 0.2);
    margin-bottom: 0px;
}

.service-card-second-text-heading {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'HaasGroteskBold';

}

.service-card-second-text {
    margin-top: auto;
    margin-bottom: auto;
}

.fire-station-operation-section {
    margin-top: 80px;
    margin-bottom: 50px;
}

.fire-station-operation-heading {
    font-family: 'HaasGroteskBold';
    color: rgba(255, 255, 255, 1);
    margin-top: 80px;
    font-size: 35px;
    text-align: center;

}

.service-card-second-text-para {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);

    font-family: 'Lato-regular', sans-serif;
}

@media (max-width: 991px) {
    .newsletter-heading {
        font-size: 26px;
    }

    .newsletter-text {
        font-size: 14px;
    }



}

@media (max-width: 550px) {
    .about-hero-section-para {
        font-size: 14px;
    }

    .hero-section-home-link {
        font-size: 14px;
    }

    .btn-newsletter {
        background-color: #ffffff !important;
        color: #000000 !important;
        font-weight: 700;
        font-size: 15px;
        border-radius: 0;
        padding: 0 19px;
        white-space: nowrap;
        height: 51px;
    }
}

/* User Reviews Section */
.reviews-section {
    background-color: #000000;
    padding: 10px 0;
    overflow: hidden;
}

.reviews-heading {
    font-family: 'HaasGroteskBold', sans-serif;
    color: #ffffff;
    font-size: 38px;
    margin-bottom: 80px;
    font-weight: 700;
}

.reviews-container {
    height: 600px;
    /* Fixed height for the visible area */
    overflow: hidden;
    position: relative;
}

.review-column-wrapper {
    height: 600px;
    overflow: hidden;
    position: relative;
}

/* Gradient Overlay for smooth fade effect at top/bottom */
.review-column-wrapper::before,
.review-column-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
    pointer-events: none;
}

.review-column-wrapper::before {
    top: 0;
    background: linear-gradient(to bottom, #000000, transparent);
}

.review-column-wrapper::after {
    bottom: 0;
    background: linear-gradient(to top, #000000, transparent);
}

.review-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
    animation: scrollVertical 30s linear infinite alternate;
    /* Alternate direction as requested */
}

.review-card {
    background: linear-gradient(133.24deg, #120000 53.4%, rgba(0, 0, 0, 0.6) 104.73%);
    border-color: transparent;
    border: 1px solid;
    border-image-source: linear-gradient(133.62deg, #500605 0.96%, rgba(0, 0, 0, 0) 104.58%);
    border-radius: 4px;
    border-image-slice: 1;
    padding: 24px;
    color: #ffffff;
    transition: transform 0.3s;
}

.review-card:hover {
    transform: translateY(-5px);
    border-color: rgba(224, 43, 42, 0.3);
}

.review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.review-name {
    font-family: 'HaasGroteskBold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.review-role {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'HaasGrotesk';
    font-weight: 400;

}

.review-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-family: 'Lato-regular';
    margin-bottom: 0;
}

/* Vertical Scrolling Animation */
@keyframes scrollVertical {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(calc(-100% + 600px));
        /* Scroll until the bottom of the list hits the bottom of the container */
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .review-role {
        font-size: 12px;
    }

    .review-text {
        font-size: 13px;
    }

    .review-avatar {
        width: 35px;
        height: 35px;
    }

    .review-name {
        font-size: 14px;
    }
}

/* Gallery Section */
.gallery-section {
    background-color: #000000;
    padding: 80px 0;
}

/* Gallery Tabs */
.gallery-tabs-wrapper {
    margin-bottom: 40px;
}

.gallery-tab {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    text-decoration: none;
    font-family: 'HaasGroteskBold', sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: transparent;
}

.gallery-tab:hover {
    border-color: #ffffff;
    color: #ffffff;
}

.gallery-tab.active {
    background-color: #E02B2A;
    border-color: #E02B2A;
    color: #ffffff;
}

/* ---------------------------
   GALLERY GRID LAYOUT
   --------------------------- */

/* Grid: 4 equal columns so 1 big (span 2) + 2 small per row */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    align-items: stretch;
}

.gallery-item {
    height: 300px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    transition: opacity 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    /* Indicates clickable (modal) */
}

/* All images fill their grid cell */
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Big + small pattern:
   We repeat pattern every 6 items:

   Items 1–3  : big (1) left, 2 small right
   Items 4–6  : 2 small left, big (6) right
   Items 7–9  : big (7) left, 2 small right
   ... etc
*/

/* Big image on the LEFT of the pattern (items 1, 7, 13, ...) */
.gallery-item:nth-child(6n + 1) {
    grid-column: span 2;
    /* spans 2 columns (twice width) */
}

/* Big image on the RIGHT of the pattern (items 6, 12, 18, ...) */
.gallery-item:nth-child(6n + 6) {
    grid-column: span 2;
}

/* You can keep using .wide if needed, but it's optional now */
.gallery-item.wide {
    /* not strictly needed; left here in case other styles rely on it */
}

/* Responsive */
@media (max-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .gallery-item:nth-child(6n + 1),
    .gallery-item:nth-child(6n + 6) {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item {
        height: 200px;
    }

    /* On small screens, big items still span 2 columns (full width) */
    .gallery-item:nth-child(6n + 1),
    .gallery-item:nth-child(6n + 6) {
        grid-column: span 2;
    }

    .gallery-tab {
        padding: 8px 16px;
        font-size: 12px;
    }
}

/* Filtering / animation helpers */
.gallery-item.hide {
    display: none;
}

.gallery-item.fade-out {
    opacity: 0;
    transform: scale(0.9);
}

.gallery-item.fade-in {
    animation: fadeIn 0.5s ease forwards;
}

.maintenance-fourth-section-heading {
    font-family: 'Lato-regular';
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Modal Styles */
.image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 900px;
    max-height: 80vh;
    object-fit: contain;
    animation: zoomIn 0.3s;
}

@keyframes zoomIn {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.close-modal:hover,
.close-modal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Equipment rental text (unchanged) */
.equipment-rental-heading {
    font-family: 'HaasGroteskBold', sans-serif;
    font-size: 35px;
    font-weight: 600;
    max-width: 890px;
    margin: auto;
    text-align: center;
    color: #ffffff;
}

.equipment-rental-para {
    font-family: 'Lato-regular';
    font-size: 16px;
    font-weight: 400;
    max-width: 890px;
    margin: auto;
    margin-top: 24px;
    text-align: center;
    color: #ffffff;
}

.equipment-rental-img {
    width: 100%;
    margin-top: 54px;
}

@media (max-width: 990px) {
    .equipment-rental-heading {
        font-size: 25px;
    }

    .equipment-rental-para {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .equipment-rental-heading {
        font-size: 20px;
    }

    .equipment-rental-para {
        font-size: 12px;
        margin-top: 15px;
    }

    .equipment-rental-img {
        width: 100%;
        margin-top: 30px;
    }
}


/* Rental Categories Section */
.rental-categories-section {
    background-color: #000;
    color: #fff;
}

.rental-tabs {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.rental-tab {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    padding: 20px 30px;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rental-tab:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.rental-tab.active {
    background-color: #D32F2F;
    /* Red color from design */
    color: #fff;
    font-weight: 700;
}

/* Arrow for active tab */
.rental-tab.active .tab-arrow {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #D32F2F;
    position: absolute;
    right: -10px;
    /* Position it outside the tab to point to content */
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

/* For mobile, adjust arrow or remove it */
@media (max-width: 991px) {
    .rental-tabs {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .rental-tab.active .tab-arrow {
        right: 50%;
        top: 100%;
        transform: translateX(50%) rotate(90deg);
        border-left: 10px solid #D32F2F;
        margin-top: -5px;
        /* Adjust overlap */
    }
}

.rental-content-wrapper {
    height: 100%;
    position: relative;
}

.rental-content {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.rental-content.active {
    opacity: 1;
}

/* Fade In Animation */
.fade-in {
    animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Custom List Icons */
.rental-content ul li i {
    color: #fff;
    font-size: 1.2rem;
}

.rental-content h3 {
    font-size: 2rem;
    line-height: 1.3;
}

.rental-content p {
    font-size: 1rem;
    line-height: 1.6;
}

.maintenance-second-section {
    border-left: 3px solid rgba(210, 30, 30, 0.6);
    height: -webkit-fill-available;
    display: inline;
    display: flex;
    margin-left: 0px;
    align-items: center;
}

.about-second-section-list {
    list-style: none;
    padding: 0;
    margin: 0;

}

.about-second-section-list li {
    font-family: 'Lato-regular';
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.about-second-section-list li::before {
    content: "";
    min-width: 18px;
    margin-right: 20px;

    min-height: 18px;
    background-image: url("/assets/svg/svg-li.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

/* ===================== FIRE AWARENESS COURSE SECTION ===================== */

.fire-course-section {
    background-color: #000000;
    padding: 80px 0;
    color: #ffffff;
    position: relative;
    z-index: 10;
}

/* Content Pane */
.course-content-pane {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.course-content-pane.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-main-title {
    font-family: 'HaasGroteskBold', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
}

.course-duration {
    font-family: 'Lato-regular', sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.course-desc {
    font-family: 'Lato-regular', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 20px;
}

.course-meta {
    margin-top: 24px;
}

.meta-item {
    font-family: 'Lato-regular', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
}

.course-sub-title {
    font-family: 'HaasGroteskBold', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 40px;
}

.course-list li {
    font-family: 'Lato-regular', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    display: flex;
    align-items: start;
}

.course-list li .dot {
    color: #ffffff;
    margin-right: 10px;
    font-size: 20px;
    line-height: 1;
}

/* Topic Blocks */
.topic-block {
    border-radius: 4px;
    overflow: hidden;
}

.topic-header {
    background: linear-gradient(90deg, #320202 0%, #000000 100%);
    padding: 12px 20px;
    font-family: 'HaasGroteskBold', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    border-left: 4px solid #E02B2A;
}

.topic-body {
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.03);
}

.topic-list li {
    font-family: 'Lato-regular', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.topic-list li i {
    color: #5bc0de;
    /* Light blue checkmark */
    font-size: 14px;
}

/* Sidebar Tabs */
.course-sidebar-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 30px;
}

.sidebar-title {
    font-family: 'HaasGroteskBold', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
}

.course-tab-item {
    font-family: 'Lato-regular', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    padding: 12px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.course-tab-item .dot {
    margin-right: 10px;
    opacity: 1;
    /* Always show dot but change color */
    color: rgba(255, 255, 255, 0.3);
    transition: color 0.3s ease;
}

.course-tab-item:hover {
    color: #ffffff;
    padding-left: 5px;
}

.course-tab-item.active {
    color: #ffffff;
    font-weight: 700;
}

.course-tab-item.active .dot {
    color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
    .course-sidebar-box {
        margin-top: 40px;
    }
}

@font-face {
    font-family: 'Lato-regular';
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: 'HaasGrotesk';
    src: url(../fonts/NHaasGroteskDSStd-55Rg.otf);
}

@font-face {
    font-family: 'inter-regular';
    src: url(../fonts/Inter-Regular.otf);
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: linear-gradient(270deg, #000000 46.17%, #000000 100%),
        linear-gradient(0deg, rgba(224, 43, 42, 0.03), rgba(224, 43, 42, 0.03));
}

/* NAVBAR */
.navbar-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000 !important;
    width: 100%;
    background: #000000 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.navbar {
    position: relative;
    z-index: 10000 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.nav-link {
    font-family: 'Lato-regular';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}

.btn-contact {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 0.5rem;
    width: 207px;
    height: 56px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image-source: linear-gradient(163.66deg, #E02B2C 11.97%, rgba(0, 0, 0, 0) 79.4%);
    border-image-slice: 1;
    background: radial-gradient(80% 80% at 30% 20%, rgba(224, 43, 42, 0.05) 0%, rgba(0, 0, 0, 1) 100%);
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 18px;
    overflow: hidden;
    border-radius: 0;
}

.btn-contact-dot {
    width: 8px;
    height: 8px;
    background: #ffffff;
    display: inline-block;
    opacity: 1;
    transition: opacity 0.5s;
}

.btn-contact-text {
    transition: transform 0.5s;
}

.btn-contact-icon-wrapper {
    width: 40px;
    height: 40px;
    margin-left: auto;
    background: rgba(224, 43, 42, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.5s, transform 0.5s;
}

.btn-contact-icon {
    opacity: 0;
    transform: translateX(-40px);
    transition: transform 0.5s 0.35s, opacity 0.5s 0.35s;
}

.btn-contact:hover .btn-contact-dot {
    opacity: 0;
}

.btn-contact:hover .btn-contact-text {
    transform: translateX(-20px);
}

.btn-contact:hover .btn-contact-icon-wrapper {
    opacity: 1;
    transform: translateX(-8px);
}

.btn-contact:hover .btn-contact-icon {
    opacity: 1;
    transform: translateX(0);
}

/* HERO */

.hero-bg-parent {
    background-image: url(/assets/images/hero-bgjpg.jpg);
    background-size: 130%;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    position: relative;
    transition: background-size 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Fire/Flame Animation Effects */
.hero-bg-parent::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to top, 
        rgba(255, 69, 0, 0.4) 0%,
        rgba(255, 140, 0, 0.3) 20%,
        rgba(255, 165, 0, 0.2) 40%,
        transparent 100%
    );
    animation: fireFlicker 2.5s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 5;
}

.hero-bg-parent::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to top, 
        rgba(255, 0, 0, 0.3) 0%,
        rgba(255, 69, 0, 0.2) 30%,
        transparent 70%
    );
    animation: fireFlicker 2s ease-in-out infinite alternate-reverse;
    pointer-events: none;
    z-index: 4;
}

/* Fire flicker animation - smoother and more natural */
@keyframes fireFlicker {
    0% {
        opacity: 0.65;
        transform: scaleY(1);
        filter: blur(4px);
    }
    25% {
        opacity: 0.75;
        transform: scaleY(1.05);
        filter: blur(5px);
    }
    50% {
        opacity: 0.7;
        transform: scaleY(0.98);
        filter: blur(4.5px);
    }
    75% {
        opacity: 0.8;
        transform: scaleY(1.03);
        filter: blur(5.5px);
    }
    100% {
        opacity: 0.68;
        transform: scaleY(1);
        filter: blur(4px);
    }
}

/* Animated flame particles */
.hero-bg-parent {
    position: relative;
}

.hero-flame-particles {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    pointer-events: none;
    z-index: 3;
    overflow: hidden;
    transform: translateZ(0);
    will-change: contents;
}

.flame-particle {
    position: absolute;
    bottom: 0;
    width: 6px;
    height: 30px;
    background: linear-gradient(to top, #ff4500 0%, #ff8c00 35%, #ffa500 65%, rgba(255, 165, 0, 0.3) 85%, transparent 100%);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    animation: flameRise 4s linear infinite;
    opacity: 0.9;
    filter: blur(0.5px);
    box-shadow: 0 0 8px rgba(255, 69, 0, 0.7), 0 0 15px rgba(255, 140, 0, 0.5);
    transform-origin: center bottom;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    will-change: transform, opacity;
}

.flame-particle:nth-child(1) {
    left: 8%;
    animation-delay: 0s;
    animation-duration: 3.5s;
}

.flame-particle:nth-child(2) {
    left: 15%;
    animation-delay: 0.3s;
    animation-duration: 4s;
}

.flame-particle:nth-child(3) {
    left: 22%;
    animation-delay: 0.6s;
    animation-duration: 3.8s;
}

.flame-particle:nth-child(4) {
    left: 30%;
    animation-delay: 0.2s;
    animation-duration: 4.2s;
}

.flame-particle:nth-child(5) {
    left: 38%;
    animation-delay: 0.8s;
    animation-duration: 3.6s;
}

.flame-particle:nth-child(6) {
    left: 45%;
    animation-delay: 0.4s;
    animation-duration: 4.1s;
}

.flame-particle:nth-child(7) {
    left: 52%;
    animation-delay: 0.1s;
    animation-duration: 3.9s;
}

.flame-particle:nth-child(8) {
    left: 60%;
    animation-delay: 0.7s;
    animation-duration: 3.7s;
}

.flame-particle:nth-child(9) {
    left: 68%;
    animation-delay: 0.5s;
    animation-duration: 4.3s;
}

.flame-particle:nth-child(10) {
    left: 75%;
    animation-delay: 0.9s;
    animation-duration: 3.5s;
}

.flame-particle:nth-child(11) {
    left: 82%;
    animation-delay: 0.2s;
    animation-duration: 4s;
}

.flame-particle:nth-child(12) {
    left: 90%;
    animation-delay: 0.6s;
    animation-duration: 3.8s;
}

.flame-particle:nth-child(13) {
    left: 12%;
    animation-delay: 1.1s;
    animation-duration: 4.1s;
}

.flame-particle:nth-child(14) {
    left: 25%;
    animation-delay: 0.4s;
    animation-duration: 3.9s;
}

.flame-particle:nth-child(15) {
    left: 42%;
    animation-delay: 0.8s;
    animation-duration: 3.7s;
}

.flame-particle:nth-child(16) {
    left: 58%;
    animation-delay: 0.3s;
    animation-duration: 4.2s;
}

.flame-particle:nth-child(17) {
    left: 72%;
    animation-delay: 0.7s;
    animation-duration: 3.6s;
}

.flame-particle:nth-child(18) {
    left: 88%;
    animation-delay: 0.5s;
    animation-duration: 4s;
}

@keyframes flameRise {
    0% {
        transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
        opacity: 0.9;
        filter: blur(0.5px);
    }
    12% {
        transform: translate3d(1px, -50px, 0) scale(1.1) rotate(1deg);
        opacity: 0.95;
        filter: blur(0.8px);
    }
    25% {
        transform: translate3d(-1px, -100px, 0) scale(1.08) rotate(-0.8deg);
        opacity: 0.88;
        filter: blur(1.2px);
    }
    37% {
        transform: translate3d(0.5px, -150px, 0) scale(1.05) rotate(0.6deg);
        opacity: 0.8;
        filter: blur(1.5px);
    }
    50% {
        transform: translate3d(-0.5px, -200px, 0) scale(1) rotate(-0.4deg);
        opacity: 0.7;
        filter: blur(2px);
    }
    62% {
        transform: translate3d(0.3px, -250px, 0) scale(0.95) rotate(0.3deg);
        opacity: 0.6;
        filter: blur(2.5px);
    }
    75% {
        transform: translate3d(-0.3px, -300px, 0) scale(0.9) rotate(-0.2deg);
        opacity: 0.5;
        filter: blur(3px);
    }
    87% {
        transform: translate3d(0, -350px, 0) scale(0.85) rotate(0deg);
        opacity: 0.35;
        filter: blur(3.5px);
    }
    100% {
        transform: translate3d(0, -450px, 0) scale(0.75) rotate(0deg);
        opacity: 0;
        filter: blur(4px);
    }
}


.hero-bg-man-parent {
    display: flex;
    justify-content: center;
    z-index: 10;
    max-width: 100%;
}

.hero-bg-man-parent img {
    display: block;
    width: 100%;
    /* max-width: 350px; */
    height: 90vh;
    object-fit: contain;
}

.hero-heading {
    top: 36vh;
    position: relative;
    z-index: 0;
    padding: 0 1rem;
}

.hero-heading-text {
    color: white !important;
    font-family: 'HaasGrotesk';
    font-weight: 600;
    font-size: clamp(2.5rem, 5vw, 83.91px);
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
    z-index: 0;
    text-shadow: 0 0 20px rgba(255, 69, 0, 0.5),
                 0 0 40px rgba(255, 140, 0, 0.3),
                 0 0 60px rgba(255, 165, 0, 0.2);
    animation: textGlow 3s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
    will-change: text-shadow;
}

@keyframes textGlow {
    0% {
        text-shadow: 0 0 20px rgba(255, 69, 0, 0.5),
                     0 0 40px rgba(255, 140, 0, 0.3),
                     0 0 60px rgba(255, 165, 0, 0.2);
    }
    50% {
        text-shadow: 0 0 25px rgba(255, 69, 0, 0.6),
                     0 0 45px rgba(255, 140, 0, 0.4),
                     0 0 65px rgba(255, 165, 0, 0.25);
    }
    100% {
        text-shadow: 0 0 30px rgba(255, 69, 0, 0.7),
                     0 0 50px rgba(255, 140, 0, 0.5),
                     0 0 70px rgba(255, 165, 0, 0.3);
    }
}

/* hero paragraph/button */

.hero-subtext {
    margin-top: 1rem;
    font-family: 'Lato-regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 550px;
    width: 100%;
    color: #FFFFFF;
    opacity: 0;
    transform: translateY(80vh);
    position: relative;
    z-index: 40;
}

.hero-cta-wrapper {
    margin-top: 1.5rem;
    opacity: 0;
    transform: translateY(80vh);
    position: relative;
    z-index: 20;
}

.hero-cta-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 0.5rem;
    height: 56px;
    border: none;
    background: #E02B2A;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    width: auto;
    overflow: hidden;
    border-radius: 0;
    cursor: pointer;
}

.hero-cta-btn:hover {
    background: #E02B2A;
    color: #ffffff;
}

.hero-cta-dot {
    width: 8px;
    height: 8px;
    background: #ffffff;
    display: inline-block;
    opacity: 1;
    transition: opacity 0.5s;
}

.hero-cta-text {
    transition: transform 0.5s;
}

.hero-cta-icon-wrapper {
    width: 40px;
    height: 40px;
    margin-left: auto;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.5s, transform 0.5s;
}

.hero-cta-icon {
    opacity: 0;
    transform: translateX(-40px);
    transition: transform 0.5s 0.35s, opacity 0.5s 0.35s;
}

.hero-cta-btn:hover .hero-cta-dot {
    opacity: 0;
}

.hero-cta-btn:hover .hero-cta-text {
    transform: translateX(-20px);
}

.hero-cta-btn:hover .hero-cta-icon-wrapper {
    opacity: 1;
    transform: translateX(-8px);
}

.hero-cta-btn:hover .hero-cta-icon {
    opacity: 1;
    transform: translateX(0);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-bg-man-parent img {
        max-width: 300px;
    }
    
    .hero-bg-parent::before,
    .hero-bg-parent::after {
        height: 100px;
    }
    
    .flame-particle {
        width: 3px;
        height: 15px;
    }
    
    @keyframes flameRise {
        0% {
            transform: translateY(0) scale(1);
            opacity: 0.7;
        }
        100% {
            transform: translateY(-200px) scale(0.8);
            opacity: 0;
        }
    }
}

/* STATS SECTION */

.stats-section {
    background: linear-gradient(270deg, #000000 46.17%, #000000 100%),
        linear-gradient(0deg, rgba(224, 43, 42, 0.03), rgba(224, 43, 42, 0.03));
    color: white;
    position: relative;
    z-index: 1;
    padding: 3rem 0;
    margin-bottom: 5rem !important;
}

.stats-parent {
    border-width: 0 3px 0 0;
    border-style: solid;
    border-image: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #D21E1E 100%) 1;
    display: flex;
    justify-content: center;
}

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

.stats-number {
    font-family: 'inter-regular';
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    color: white;
}

.stats-number span {
    font-family: 'inter-regular';
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    color: #E02B2A;
}

.stats-number .counter-value {
    color: white;
    display: inline-block;
}

.stats-number .counter-suffix {
    color: #E02B2A;
    display: inline-block;
}

.stats-name {
    font-family: 'inter-regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: white;
}

/* ABOUT US SECTION */
.about-us-heading {
    font-family: 'inter-regular';
    font-weight: 600;
    font-size: 56px;
    line-height: 66px;
    color: white;
    text-align: center;
    margin-bottom: 0;
}

.d-flex.justify-content-center.mt-5 {
    margin-bottom: 2rem !important;
    padding-bottom: 2rem;
}

/* ABOUT SECTION LAYOUT */
.about-section {
    position: relative;
    width: 100%;
}

.about-container.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.about-row {
    display: flex;
    flex-wrap: nowrap;
}

.about-media-col {
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
}

.about-media-img {
    width: 100%;
    height: 523px;
    object-fit: cover;
    display: block;
}

.about-content-col {
    flex: 0 0 0%;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    background:
        linear-gradient(270deg, #000000 46.17%, #000000 100%),
        linear-gradient(0deg, rgba(224, 43, 42, 0.03), rgba(224, 43, 42, 0.03));
    color: #ffffff;
}

.about-content-inner {
    padding: 3rem;
}

.about-content-title {
    font-family: 'HaasGrotesk', sans-serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 1rem;
    color: white;
}

.about-content-text {
    font-family: 'Lato-regular', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
}

.about-cta-wrapper {
    display: flex;
}

.about-cta-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 0.5rem;
    height: 56px;
    border: none;
    background: #E02B2A;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    overflow: hidden;
    border-radius: 0;
    cursor: pointer;
}

.about-cta-btn:hover {
    background: #E02B2A;
    color: #ffffff;
}

.about-cta-dot {
    width: 8px;
    height: 8px;
    background: #ffffff;
    display: inline-block;
    opacity: 1;
    transition: opacity 0.5s;
}

.about-cta-text {
    transition: transform 0.5s;
}

.about-cta-icon-wrapper {
    width: 40px;
    height: 40px;
    margin-left: auto;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.5s, transform 0.5s;
}

.about-cta-icon {
    opacity: 0;
    transform: translateX(-40px);
    transition: transform 0.5s 0.35s, opacity 0.5s 0.35s;
}

.about-cta-btn:hover .about-cta-dot {
    opacity: 0;
}

.about-cta-btn:hover .about-cta-text {
    transform: translateX(-20px);
}

.about-cta-btn:hover .about-cta-icon-wrapper {
    opacity: 1;
    transform: translateX(-8px);
}

.about-cta-btn:hover .about-cta-icon {
    opacity: 1;
    transform: translateX(0);
}

/* MOBILE ABOUT */
@media (max-width: 767.98px) {
    .about-section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .about-us-heading {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 2rem;
    }

    .about-row {
        flex-direction: column;
    }

    .about-media-col,
    .about-content-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        opacity: 1 !important;
    }

    .about-media-img {
        height: 300px;
    }

    .about-content-inner {
        padding: 2rem 1.5rem;
    }

    .about-cta-wrapper {
        justify-content: center;
        margin-top: 1.5rem;
    }
}

/* ================== SERVICES SECTION ================== */
.services-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    margin-top: -100vh;
    background-image: url(/assets/images/service-image-home.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 3;
    /* CHANGE FROM 2 to 3 - Higher z-index to sit on top */
    overflow: hidden;
}

.services-text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    padding: 0 1rem;
}

.services-heading {
    font-family: 'inter-regular';
    font-weight: 600;
    font-size: 56px;
    line-height: 66px;
    color: white;
    text-align: center;
}

.services-para {
    max-width: 450px;
    margin: 0 auto;
}

.services-boxes-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.services-box {
    position: absolute;
    max-width: 400px;
    width: 100%;
    height: 400px;
}

.services-box:nth-child(odd) {
    left: 5%;
    transform: translateY(100vh);
}

.services-box:nth-child(even) {
    right: 5%;
    transform: translateY(100vh);
}

.services-img-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(14px);
    border: 1px solid #FFFFFF80;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(0, 0, 0, 0.35);
}

.services-box:hover .services-img-container {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(224, 43, 42, 0.3);
}

.services-img-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.services-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

/* EXPANDING CARD */
.services-extra-card {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 330px;
    max-width: 100%;
    max-height: 90px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image-source: linear-gradient(280.66deg, #E02B2C 11.97%, rgba(0, 0, 0, 0) 79.4%);
    border-image-slice: 1;
    background: black;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 0.75rem 1rem;
    overflow: hidden;
    transition: max-height 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
    cursor: pointer;
    z-index: 3;
}

.services-extra-card:hover {
    max-height: 350px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

.services-extra-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}


.services-extra-title {
    font-family: 'Lato-regular';
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.services-extra-icon {
    width: 53px;
    height: 53px;
}

.services-extra-body {
    margin-top: 0.5rem;
    font-family: 'Lato-regular';
    font-size: 13px;
    line-height: 1.5;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.4s ease, transform 0.3s ease;
    transform: translateY(10px);
}

.services-extra-card:hover .services-extra-body {
    opacity: 1;
    max-height: 260px;
    overflow-y: auto;
    transform: translateY(0);
}

/* MOBILE SERVICES */
@media (max-width: 767.98px) {

    .services-section {
        margin-top: 2rem;
        height: 100vh;
        min-height: 600px;
        padding: 3rem 0;
        position: relative;
    }

    .services-heading {
        font-size: 36px;
        line-height: 42px;
    }

    .services-para {
        font-size: 14px;
    }

    .services-box {
        max-width: 320px;
        height: 260px;
    }

    .services-box,
    .services-box:nth-child(odd),
    .services-box:nth-child(even) {
        left: 50%;
        right: auto;
        transform: translate(-50%, 100vh);
    }

    .services-img-container {
        padding: 10px;
        border-radius: 14px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
        background: rgba(0, 0, 0, 0.6);
    }

    .services-main-img {
        height: auto;
        max-height: 260px;
        object-fit: cover;
    }

    .services-extra-card {
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        max-height: 90px;
    }

    .services-extra-card:hover {
        max-height: 260px;
    }

    .services-extra-card:hover .services-extra-body {
        max-height: 180px;
    }
}

/* MENU ICON ON IMAGE */
.services-menu-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px !important;
    height: 20px !important;
    z-index: 4;
    cursor: pointer;
    pointer-events: auto;
}

/* ================== NEW PREPARED CTA SECTION ================== */

/* ================== NEW PREPARED CTA SECTION WITH PARALLAX ================== */

.prepared-section {
    position: relative;
    width: 100%;
    height: 50vh;
    min-height: 300px;
    background-image: url(/assets/images/prepared-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* creates parallax */
    display: flex;
    align-items: center;
    color: #ffffff;
    z-index: 1;
    margin-top: -100vh;
    /* UPDATED - full overlap */
}

.prepared-heading {
    font-family: 'inter-regular';
    font-weight: 700;
    font-size: 57.43px;
    line-height: 100%;
    letter-spacing: 0;
}

.prepared-text {
    margin-top: 1rem;
    font-family: 'Lato-regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    max-width: 420px;
}

.prepared-cta-wrapper {
    margin-top: 1.5rem;
}

.prepared-cta-btn {
    margin-top: 0;
    width: auto;
    display: inline-flex;
}

/* MOBILE PREPARED SECTION */
@media (max-width: 767.98px) {
    .prepared-section {
        height: auto;
        min-height: 0;
        padding: 3rem 1.5rem;
    }

    .prepared-heading {
        font-size: 32px;
        line-height: 1.1;
    }

    .prepared-text {
        font-size: 14px;
        line-height: 1.4;
    }
}

/* ================== PROJECTS SLIDER SECTION ================== */

.projects-section {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
    background-image: url(/assets/images/Rectangle\ 2587.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    overflow: visible;
    padding: 2rem 0 5rem 0;
    margin-bottom: 4rem;
}

.projects-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(224, 43, 42, 0.25), transparent 55%);
    pointer-events: none;
}

.projects-heading {
    font-family: 'inter-regular';
    font-weight: 600;
    font-size: 56px;
    line-height: 66px;
    color: white;
    text-align: center;
    margin-bottom: 2rem;
}

/* Pagination wrapper */
.projects-pagination-wrapper {
    position: absolute;
    bottom: 50px;
    right: 40px;
    z-index: 1000;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.projects-pagination-wrapper * {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

@media (max-width: 1400px) {
    .projects-pagination-wrapper {
        bottom: 60px;
        right: 30px;
    }
}

.projects-pagination {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    width: auto !important;
    height: auto !important;
}

.projects-pagination .swiper-pagination-bullet {
    width: 30px !important;
    height: 8px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    opacity: 0.7 !important;
    margin: 0 6px !important;
    transition: width 0.25s ease, opacity 0.25s ease;
    cursor: pointer !important;
    display: inline-block !important;
    visibility: visible !important;
    pointer-events: auto !important;
    position: relative !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.projects-pagination .swiper-pagination-bullet-active {
    width: 50px !important;
    height: 8px !important;
    background: #ffffff !important;
    opacity: 1 !important;
    display: inline-block !important;
    visibility: visible !important;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.5) !important;
}

/* OPTIONAL: mobile – center bottom */
@media (max-width: 991.98px) {
    .projects-pagination-wrapper {
        position: static;
        transform: none;
        margin-top: 2rem;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
    }

    .projects-pagination {
        justify-content: center;
    }
}

/* Swiper slide & card */
.projects-swiper {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}

.projects-swiper .swiper-wrapper {
    align-items: center;
}

.projects-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 15px 10px !important;
    margin: 0 !important;
    box-sizing: border-box;
    height: auto;
}

/* card with tilt + swing animation */
/* card with tilt */
.project-card {
    border-radius: 8px;
    overflow: hidden;
    max-width: 580px;
    width: 100%;
    transform-origin: center center;
    transition: transform 1.2s ease-out;
    margin: 15px 0;
}

/* Larger cards on big screens */
@media (min-width: 992px) {
    .project-card {
        max-width: 620px;
    }
}

@media (min-width: 1200px) {
    .project-card {
        max-width: 680px;
    }
}

@media (min-width: 1400px) {
    .project-card {
        max-width: 750px;
    }
}

/* tiny phase offsets so not all swing exactly together */
.projects-swiper .swiper-slide:nth-child(2n) .project-card {
    animation-delay: 2s;
    /* REMOVE THIS */
}

.projects-swiper .swiper-slide:nth-child(3n) .project-card {
    animation-delay: 2s;
    /* REMOVE THIS */
}

@keyframes project-swing {
    0% {
        transform: rotate(-2.5deg) translateY(0);
    }

    50% {
        transform: rotate(2.5deg) translateY(-4px);
    }

    100% {
        transform: rotate(-2.5deg) translateY(0);
    }
}

.project-image-wrapper {
    width: 100%;
    height: 297px;
    /* ~572 x 297 ratio */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Larger image height on big screens */
@media (min-width: 992px) {
    .project-image-wrapper {
        height: 320px;
    }
}

@media (min-width: 1200px) {
    .project-image-wrapper {
        height: 350px;
    }
}

@media (min-width: 1400px) {
    .project-image-wrapper {
        height: 380px;
    }
}

.project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.project-content {
    padding: 1.75rem 2rem 1.75rem;
    overflow: visible;
    min-height: auto;
}

.project-tag {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: #1f1f1f;
    font-family: 'Lato-regular';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.75rem;
}

.project-title {
    font-family: 'inter-regular';
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 0.5rem;
}

.project-desc {
    font-family: 'Lato-regular';
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.85;
    margin: 0 0 1.25rem;
}

.project-status {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    font-family: 'Lato-regular';
    font-size: 11px;
    letter-spacing: 0.12em;
    ;
    text-transform: uppercase;
}

.project-status-completed {
    background: #0fae3a;
    color: #ffffff;
}

/* Projects breakpoints – show 3 with side overlap on desktop */
@media (min-width: 992px) {
    .projects-swiper {
        /* padding-inline: 80px; */
    }
}

/* On smaller screens we bring pagination down and show 1 slide */
@media (max-width: 991.98px) {
    .projects-section {
        height: auto;
        min-height: 0;
        padding: 3rem 0 4rem;
    }

    .projects-heading {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 1.5rem;
    }

    .project-card {
        max-width: 90%;
    }

    .project-content {
        padding: 1.5rem 1.25rem 1.25rem;
    }

    .projects-pagination-wrapper {
        position: static;
        transform: none;
        margin-bottom: 1.5rem;
        display: flex;
        justify-content: center;
    }

    .projects-pagination {
        flex-direction: row;
    }

    .projects-pagination .swiper-pagination-bullet {
        margin: 0 4px !important;
    }
}

@media (max-width: 767.98px) {
    .projects-heading {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 1rem;
    }

    .project-card {
        max-width: 92%;
    }

    .project-image-wrapper {
        height: 220px;
    }

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

    .project-desc {
        font-size: 13px;
    }
}

/* services  */

.what-we-offer-heading {
    font-family: 'inter-regular';
    font-weight: 700;
    font-style: Bold;
    font-size: 35px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: white;
}

/* fire and safety */

.traning-section-heading {
    font-family: 'HaasGrotesk';
    font-weight: 600;
    font-style: 65 Medium;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0%;
    text-align: center;
    color: white;
}

.traning-section-card-img {
    max-width: 377px;
    max-height: 222px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.traning-section-card-text-heading {
    font-family: 'Lato-regular';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: white;
    margin-top: 10px;
}

.traning-section-card-text-para {
    font-family: 'Lato-regular';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: white;
    margin-top: 10px;
}

/* wrapper so we can position the badge over the image */
.traning-section-card-img-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* green pill badge */
.traning-section-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #078B1F;
    padding: 5px 18px;
    border-radius: 999px;

    font-family: 'Lato-regular';
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 180%;
    text-transform: uppercase;
    letter-spacing: 0%;
    color: #FFFFFF;
}

/* Pagination wrapper */
.training-pagination-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

/* Pagination container */
.training-pagination {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Base button style */
.training-page-btn {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* Disabled / left arrow background (dark gray) */
.training-page-btn-disabled {
    background: rgba(255, 255, 255, 0.12);
    color: #C4C4C4;
    cursor: default;
}

/* Active page (red) */
.training-page-btn-active {
    background: #D21E1E;
    color: #FFFFFF;
}

/* Inactive page (transparent gray block) */
.training-page-btn-inactive {
    background: rgba(255, 255, 255, 0.12);
    color: #C4C4C4;
}

/* Next arrow (white) */
.training-page-btn-next {
    background: #FFFFFF;
    color: #C4C4C4;
}

/* Arrow buttons use slightly bigger icon look */
.training-page-arrow {
    font-size: 20px;
}

.cta-banner-section {
    position: relative;
    width: 100%;
    height: 50vh;
    min-height: 300px;
    background-image: url(/assets/images/prepared-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #ffffff;
    z-index: 1;
}

.cta-banner-heading {
    font-family: 'inter-regular';
    font-weight: 700;
    font-size: 57.43px;
    line-height: 100%;
    letter-spacing: 0;
}

.cta-banner-text {
    margin-top: 1rem;
    font-family: 'Lato-regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    max-width: 420px;
}