/* -------------------- TABLET / DESKTOP 1275PX -------------------- *//* -------------------- TABLET / DESKTOP 1275PX -------------------- */
/* -------------------- TABLET / DESKTOP 1275PX -------------------- *//* -------------------- TABLET / DESKTOP 1275PX -------------------- */
/* -------------------- TABLET / DESKTOP 1275PX -------------------- *//* -------------------- TABLET / DESKTOP 1275PX -------------------- */
/* -------------------- TABLET / DESKTOP 1275PX -------------------- *//* -------------------- TABLET / DESKTOP 1275PX -------------------- */
/* -------------------- TABLET / DESKTOP 1275PX -------------------- *//* -------------------- TABLET / DESKTOP 1275PX -------------------- */

@media screen and (max-width: 1275px) {

    /* ---------- NAVBAR ---------- */

    .navwrapper {
        height: 80px;
        padding: 0 20px;
        box-sizing: border-box;
        justify-content: flex-start;
    }

    .navlogo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
    }

    .navlogo img {
        max-width: 190px;
        height: auto;
    }

    .hamburger {
        display: block;
        font-size: 24px;
        color: #fff;
        cursor: pointer;
        z-index: 1001;
    }

    .navmenu {
        width: auto;
    }

    .navmenu > ul {
        flex-direction: column;
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        box-sizing: border-box;

        background-color: #0D0B0A;

        padding: 20px 20px 40px;
        margin: 0;

        gap: 0;

        overflow-y: auto;
        overflow-x: hidden;

        transition: left 0.3s ease;
        z-index: 999;
    }

    .navmenu > ul.active {
        left: 0;
    }

    .navmenu > ul > li {
        width: 100%;
        margin: 0;
        font-size: 20px;
    }

    .navmenu > ul > li > a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 12px 15px;
        line-height: 30px;
    }

    .dropdown-links {
        position: static;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent;
        padding: 0 0 0 20px;
        margin: 0;
        gap: 0;
        opacity: 1;
        pointer-events: auto;
        display: flex;
        flex-direction: column;
    }

    .dropdown-links a {
        width: 100%;
        box-sizing: border-box;
        padding: 6px 10px;
        line-height: 28px !important;
        font-size: 16px;
    }


    /* ---------- HERO ---------- */

    .hero-container {
        width: 100%;
        min-height: 600px;
        height: auto;

        box-sizing: border-box;

        padding: 80px 30px;

        overflow: hidden;
    }

    .hero {
        width: 50%;
        box-sizing: border-box;

        padding: 20px;
    }

    .hero h1 {
        font-size: 48px;
        line-height: 1.1;
    }

    .hero p {
        font-size: 18px;
        line-height: 1.5;
    }


    /* ---------- COMPANY SECTION ---------- */

    .section-dark {
        padding: 70px 30px;
    }

    .section h2 {
        font-size: 48px;
    }

    .section p {
        font-size: 19px;
        line-height: 1.65;
    }


    /* ---------- FOOTER ---------- */

    .footer-columns {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .footer-payments i {
        margin-left: 0;
        margin-right: 10px;
    }
}


/* -------------------- TABLET 1000PX -------------------- *//* -------------------- TABLET 1000PX -------------------- *//* -------------------- TABLET 1000PX -------------------- */
/* -------------------- TABLET 1000PX -------------------- *//* -------------------- TABLET 1000PX -------------------- *//* -------------------- TABLET 1000PX -------------------- */
/* -------------------- TABLET 1000PX -------------------- *//* -------------------- TABLET 1000PX -------------------- *//* -------------------- TABLET 1000PX -------------------- */
/* -------------------- TABLET 1000PX -------------------- *//* -------------------- TABLET 1000PX -------------------- *//* -------------------- TABLET 1000PX -------------------- */
/* -------------------- TABLET 1000PX -------------------- *//* -------------------- TABLET 1000PX -------------------- *//* -------------------- TABLET 1000PX -------------------- */

@media screen and (max-width: 1000px) {

    .services-section {
        padding: 75px 25px;
    }

    .services-heading {
        margin-bottom: 40px;
    }

    .services-heading h2 {
        font-size: 42px;
    }

    .services-heading p {
        font-size: 17px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .service-card {
        min-height: 290px;
        padding: 28px;
    }

    .why-section {
        padding: 75px 25px;
    }

    .why-section .section-heading {
        margin-bottom: 40px;
    }

    .why-section .section-heading h2 {
        font-size: 42px;
    }

    .why-section .section-heading p {
        font-size: 17px;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .feature {
        min-height: 230px;
        padding: 28px;
    }

    /* HOW SECTION *//* HOW SECTION *//* HOW SECTION */
    .how-section {
        padding: 75px 25px;
    }

    .how-section .section-heading {
        margin-bottom: 45px;
    }

    .how-section .section-heading h2 {
        font-size: 42px;
    }

    .how-section .section-heading p {
        font-size: 17px;
    }

    .steps-grid {
        gap: 15px;
    }

    .step {
        padding: 0 15px;
    }

    .step h3 {
        font-size: 21px;
    }

    /* SERVICE AREA SECTION *//* SERVICE AREA SECTION *//* SERVICE AREA SECTION */
    .area-section {
        padding: 75px 25px;
    }

    .area-content {
        gap: 45px;
    }

    .area-text h2 {
        font-size: 38px;
    }

    .area-text > p {
        font-size: 16px;
    }

    .area-list {
        gap: 12px;
    }

    .area-map {
        min-height: 380px;
    }

    .area-map-content {
        width: 80%;
        padding: 30px;
    }

    /* ABOUT US PAGE HERO */
    .about-hero {
        padding: 75px 25px;
    }

    .about-hero-container {
        gap: 40px;
    }

    .about-hero-content h1 {
        font-size: 50px;
    }

    .about-hero-content p {
        font-size: 17px;
    }

    .about-hero-image {
        height: 430px;
    }

    /* -------------------------------------------------------- MEET THE TEAM -------------------------------------------------------------------- */
    .team-section {
        padding: 75px 25px;
    }

    .team-section .section-heading {
        margin-bottom: 40px;
    }

    .team-section .section-heading h2 {
        font-size: 42px;
    }

    .team-section .section-heading p {
        font-size: 17px;
    }

    .team-grid {
        max-width: 850px;
        gap: 20px;
    }

    .team-image {
        height: 350px;
    }

    .team-info {
        padding: 25px 22px 28px;
    }

    .team-info h3 {
        font-size: 22px;
    }

    .team-info p {
        font-size: 15px;
    }

    /*----------------------------------------------------------------- OUR STORY --------------------------------------------------------------------------------- */
    .story-section {
        padding: 80px 25px;
    }

    .story-container {
        gap: 50px;
    }

    .story-image {
        height: 520px;
    }

    .story-content h2 {
        font-size: 40px;
    }

    .story-intro {
        font-size: 18px;
    }

    .story-content > p:not(.story-intro) {
        font-size: 15px;
    }

    /* --------------------------------------------------------------- CONTACT US SECTION ------------------------------------------------------------------------ */
    .contact-hero {
        padding: 75px 25px;
    }

    .contact-hero h1 {
        font-size: 46px;
    }

    .contact-map {
        height: 400px;
    }

    .contact-info-section {
        padding: 75px 25px;
    }

    .contact-info-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .contact-socials {
        padding-left: 30px;
    }

    .contact-details h2,
    .contact-socials h2 {
        font-size: 34px;
    }

    .contact-form-section {
        padding: 75px 25px;
    }
}

/* -------------------- TABLET 900px -------------------- *//* -------------------- TABLET 900px -------------------- *//* -------------------- TABLET 900px -------------------- */
/* -------------------- TABLET 900px -------------------- *//* -------------------- TABLET 900px -------------------- *//* -------------------- TABLET 900px -------------------- */
/* -------------------- TABLET 900px -------------------- *//* -------------------- TABLET 900px -------------------- *//* -------------------- TABLET 900px -------------------- */
/* -------------------- TABLET 900px -------------------- *//* -------------------- TABLET 900px -------------------- *//* -------------------- TABLET 900px -------------------- */
/* -------------------- TABLET 900px -------------------- *//* -------------------- TABLET 900px -------------------- *//* -------------------- TABLET 900px -------------------- */

@media screen and (max-width: 900px) {

    /* ---------- HERO ---------- */

    .hero-container {
        display: block;

        min-height: auto;

        padding: 70px 25px;
    }

    .hero {
        width: 100%;
        max-width: 750px;

        margin: 0 auto;

        padding: 20px 0;

        box-sizing: border-box;
    }

    .hero h1 {
        font-size: 46px;
    }

    .hero p {
        font-size: 19px;
    }


    /* ---------- COMPANY SECTION ---------- */

    .section-dark {
        padding: 55px 25px;
    }

    .section-content {
        gap: 40px;
    }

    .section-text h2 {
        font-size: 40px;
    }

    .section-text p {
        font-size: 17px;
    }

    .section-image {
        flex: 0 0 40%;
    }

    .section-image img {
        height: 280px;
    }
}

/* -------------------- 800px -------------------- *//* -------------------- 800px -------------------- *//* -------------------- 800px -------------------- */
/* -------------------- 800px -------------------- *//* -------------------- 800px -------------------- *//* -------------------- 800px -------------------- */
/* -------------------- 800px -------------------- *//* -------------------- 800px -------------------- *//* -------------------- 800px -------------------- */
/* -------------------- 800px -------------------- *//* -------------------- 800px -------------------- *//* -------------------- 800px -------------------- */
/* -------------------- 800px -------------------- *//* -------------------- 800px -------------------- *//* -------------------- 800px -------------------- */

@media screen and (max-width: 800px) {

    .contact-hero {
        padding: 65px 20px;
    }

    .contact-hero h1 {
        font-size: 40px;
    }

    .contact-hero p {
        font-size: 17px;
    }

    .contact-map {
        height: 350px;
    }

    .contact-info-section {
        padding: 65px 20px;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .contact-details h2,
    .contact-socials h2 {
        font-size: 34px;
    }

    .contact-socials {
        padding-left: 0;
        padding-top: 45px;
        border-left: 0;
        border-top: 1px solid #e5e5e5;
    }

    .contact-form-section {
        padding: 65px 20px;
    }

    .contact-form-heading {
        margin-bottom: 35px;
    }

    .contact-form-heading h2 {
        font-size: 36px;
    }

    .contact-form {
        padding: 30px;
    }
}

/* -------------------- 750px -------------------- *//* -------------------- 750px -------------------- *//* -------------------- 750px -------------------- */
/* -------------------- 750px -------------------- *//* -------------------- 750px -------------------- *//* -------------------- 750px -------------------- */
/* -------------------- 750px -------------------- *//* -------------------- 750px -------------------- *//* -------------------- 750px -------------------- */
/* -------------------- 750px -------------------- *//* -------------------- 750px -------------------- *//* -------------------- 750px -------------------- */
/* -------------------- 750px -------------------- *//* -------------------- 750px -------------------- *//* -------------------- 750px -------------------- */

@media screen and (max-width: 750px) {

    .area-section {
        padding: 65px 20px;
    }

    .area-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

    .area-text .section-label {
        text-align: center;
    }

    .area-text h2 {
        font-size: 38px;
    }

    .area-text > p {
        font-size: 16px;
    }

    .area-list {
        max-width: 500px;
        margin: 28px auto 30px;
        text-align: left;
    }

    .area-button {
        margin: 0 auto;
    }

    .area-map {
        min-height: 350px;
    }

    .area-map-content {
        width: 80%;
    }

    .final-cta {
        padding: 80px 25px;
    }

    .final-cta h2 {
        font-size: 42px;
    }

    .final-cta p {
        font-size: 17px;
    }

    /* --------------------- ABOUT US PAGE HERO --------------------------- */
    .about-hero {
        padding: 65px 20px;
    }

    .about-hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        min-height: 0;
    }

    .about-hero-content {
        max-width: 100%;
        text-align: center;
    }

    .about-hero-label {
        font-size: 12px;
    }

    .about-hero-content h1 {
        font-size: 46px;
    }

    .about-hero-content p {
        max-width: 600px;
        margin: 0 auto;
        font-size: 16px;
    }

    .about-hero-buttons {
        justify-content: center;
    }

    .about-hero-image {
        height: 400px;
    }

    /* -------------------------------------------------- MEET THE TEAM SECTION ------------------------------------------------------- */
    .team-section {
        padding: 65px 20px;
    }

    .team-section .section {
        width: 100%;
        max-width: 100%;
    }

    .team-section .section-heading {
        width: 100%;
        margin-bottom: 35px;
    }

    .team-section .section-heading h2 {
        font-size: 36px;
    }

    .team-section .section-heading p {
        font-size: 16px;
        line-height: 1.6;
    }

    .team-grid {
        width: 100%;
        max-width: 600px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .team-card {
        width: 100%;
        transform: none;
    }

    .team-card:hover {
        transform: translateY(-4px);
    }

    .team-image {
        height: 380px;
    }

    .team-info {
        padding: 27px 22px 30px;
    }

    .team-info h3 {
        font-size: 22px;
    }

    .team-info p {
        max-width: 500px;
        margin: 0 auto;
        font-size: 15px;
    }    .team-section {
        padding: 65px 20px;
    }

    .team-section .section {
        width: 100%;
        max-width: 100%;
    }

    .team-section .section-heading {
        width: 100%;
        margin-bottom: 35px;
    }

    .team-section .section-heading h2 {
        font-size: 36px;
    }

    .team-section .section-heading p {
        font-size: 16px;
        line-height: 1.6;
    }

    .team-grid {
        width: 100%;
        max-width: 600px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .team-card {
        width: 100%;
        transform: none;
    }

    .team-card:hover {
        transform: translateY(-4px);
    }

    .team-image {
        height: 380px;
    }

    .team-info {
        padding: 27px 22px 30px;
    }

    .team-info h3 {
        font-size: 22px;
    }

    .team-info p {
        max-width: 500px;
        margin: 0 auto;
        font-size: 15px;
    }

    /* ------------------------------------------------------------------------------------- OUR STORY SECTION ------------------------------------------------------------------------- */
    .story-section {
        padding: 70px 20px;
    }

    .story-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .story-image {
        height: 450px;
    }

    .story-image-accent {
        top: 12px;
        left: 12px;
    }

    .story-content h2 {
        font-size: 36px;
    }

    .story-intro {
        font-size: 18px;
    }

    .story-content > p:not(.story-intro) {
        font-size: 15px;
        line-height: 1.7;
    }
}

/* -------------------- 650px -------------------- *//* -------------------- 650px -------------------- *//* -------------------- 650px -------------------- */
/* -------------------- 650px -------------------- *//* -------------------- 650px -------------------- *//* -------------------- 650px -------------------- */
/* -------------------- 650px -------------------- *//* -------------------- 650px -------------------- *//* -------------------- 650px -------------------- */
/* -------------------- 650px -------------------- *//* -------------------- 650px -------------------- *//* -------------------- 650px -------------------- */
/* -------------------- 650px -------------------- *//* -------------------- 650px -------------------- *//* -------------------- 650px -------------------- */

@media screen and (max-width: 650px) {

    .section-dark {
        padding: 50px 20px;
    }

    .section-content {
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
    }

    .section-text {
        max-width: 100%;
        text-align: left;
    }

    .section-text h2 {
        font-size: 36px;
        line-height: 1.15;
        margin-bottom: 18px;
    }

    .section-text p {
        font-size: 17px;
        line-height: 1.65;
    }

    .section-image {
        width: 100%;
        flex: none;
    }

    .section-image img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        border-radius: 8px;
    }

    .section-btn {
        width: 100%;
        max-width: 280px;
        box-sizing: border-box;
        text-align: center;
    }

    .services-section {
        width: 100%;
        padding: 60px 20px;
        overflow: hidden;
    }
    
    .services-container {
        width: 100%;
        max-width: 100%;
    }
    
    .services-heading {
        width: 100%;
        margin-bottom: 35px;
    }
    
    .services-heading h2 {
        font-size: 36px;
    } 
    
    .services-heading p {
        font-size: 16px;
        line-height: 1.6;
    } 
    
    .services-grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 18px;
    }
    
    .service-card {
        width: 100%;
        min-height: 0;
        padding: 28px 22px;
        transform: none;
    }
    
    .service-card:hover {
        transform: translateY(-4px);
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .service-card h3 {
        font-size: 21px;
    }
    
    .service-card p {
        font-size: 16px;
    }
    
    .services-footer {
        margin-top: 35px;
    }
    
    .services-button {
        max-width: 100%;
    }

        .why-section {
        padding: 60px 20px;
        overflow: hidden;
    }

    .why-section .section {
        width: 100%;
        max-width: 100%;
    }

    .why-section .section-heading {
        width: 100%;
        margin-bottom: 35px;
    }

    .why-section .section-heading h2 {
        font-size: 36px;
    }

    .why-section .section-heading p {
        font-size: 16px;
        line-height: 1.6;
    }

    .features-grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .feature {
        width: 100%;
        min-height: 0;
        padding: 28px 22px;
        transform: none;
    }

    .feature:hover {
        transform: translateY(-4px);
    }

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

    .feature h3 {
        font-size: 21px;
    }

    .feature p {
        font-size: 15px;
    }

    /* HOW SECTION *//* HOW SECTION *//* HOW SECTION */
    .how-section {
        padding: 60px 20px;
        overflow: hidden;
    }

    .how-section .section {
        width: 100%;
        max-width: 100%;
    }

    .how-section .section-heading {
        width: 100%;
        margin-bottom: 40px;
    }

    .how-section .section-heading h2 {
        font-size: 36px;
    }

    .how-section .section-heading p {
        font-size: 16px;
        line-height: 1.6;
    }

    .steps-grid {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .steps-grid::before {
        display: none;
    }

    .step {
        width: 100%;
        padding: 0;
    }

    .step-number {
        margin-bottom: 18px;
    }

    .step-icon {
        margin-bottom: 16px;
    }

    .step h3 {
        font-size: 21px;
    }

    .step p {
        max-width: 450px;
        margin: 0 auto;
        font-size: 15px;
    }

    .how-footer {
        margin-top: 40px;
    }

    .how-button {
        padding: 12px 22px;
    }
}

/* -------------------- 600px -------------------- *//* -------------------- 600px -------------------- *//* -------------------- 600px -------------------- */
/* -------------------- 600px -------------------- *//* -------------------- 600px -------------------- *//* -------------------- 600px -------------------- */
/* -------------------- 600px -------------------- *//* -------------------- 600px -------------------- *//* -------------------- 600px -------------------- */
/* -------------------- 600px -------------------- *//* -------------------- 600px -------------------- *//* -------------------- 600px -------------------- */
/* -------------------- 600px -------------------- *//* -------------------- 600px -------------------- *//* -------------------- 600px -------------------- */

@media screen and (max-width: 600px) {

    /* ---------- GLOBAL MOBILE SAFETY ---------- */

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }


    /* ---------- NAVBAR ---------- */

    .navwrapper {
        width: 100%;
        height: 70px;
        padding: 0 15px;
        overflow: hidden;
    }

    .navlogo img {
        max-width: 165px;
    }

    .hamburger {
        font-size: 22px;
    }

    .navmenu > ul {
        top: 70px;
        height: calc(100vh - 70px);
        padding: 15px;
        overflow-x: hidden;
    }

    .navmenu > ul > li {
        width: 100%;
    }

    .navmenu > ul > li > a {
        font-size: 18px;
        padding: 10px 12px;
    }

    .dropdown-links {
        width: 100%;
        padding-left: 15px;
    }

    .dropdown-links a {
        font-size: 15px;
        padding: 5px 8px;
    }


    /* ---------- HERO ---------- */

    .hero-container {
        width: 100%;
        max-width: 100%;

        padding: 60px 20px;

        min-height: 0;

        overflow: hidden;
    }

    .hero {
        width: 100%;
        max-width: 100%;

        padding: 15px 0;

        margin: 0;

        align-items: flex-start;
    }

    .hero h1 {
        width: 100%;

        font-size: 40px;
        line-height: 1.1;

        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .hero p {
        width: 100%;

        font-size: 17px;
        line-height: 1.6;

        overflow-wrap: break-word;
    }


    /* ---------- HERO BUTTONS ---------- */

    .hero-btn {
        width: 100%;

        display: flex;
        flex-direction: column;

        gap: 12px;

        margin-top: 15px;
    }

    .hero-btn a {
        width: 100%;
        max-width: 300px;

        box-sizing: border-box;

        text-align: center;

        padding: 12px 20px;
    }


    /* ---------- COMPANY SECTION ---------- */

    .section-dark {
        width: 100%;
        max-width: 100%;

        padding: 55px 20px;

        overflow: hidden;
    }

    .section {
        width: 100%;
        max-width: 100%;

        margin: 0 auto;

        text-align: center;
    }

    .section h2 {
        width: 100%;

        margin-bottom: 20px;

        font-size: 36px;
        line-height: 1.15;

        overflow-wrap: break-word;
    }

    .section p {
        width: 100%;

        font-size: 17px;
        line-height: 1.7;

        overflow-wrap: break-word;
    }


    /* ---------- FOOTER ---------- */

    .site-footer {
        width: 100%;
        box-sizing: border-box;

        padding: 50px 20px 25px;

        overflow: hidden;
    }

    .footer-columns {
        width: 100%;

        gap: 35px;
    }

    .footer-column {
        width: 100%;
    }

    .footer-bottom {
        width: 100%;

        text-align: center;
    }

    .footer-bottom p {
        font-size: 13px;
        line-height: 1.5;
    }

    .footer-payments {
        width: 100%;
        text-align: center;
    }

    .footer-payments i {
        margin: 0 5px;
        font-size: 25px;
    }

    .final-cta {
        padding: 70px 20px;
        overflow: hidden;
    }

    .final-cta h2 {
        font-size: 36px;
    }

    .final-cta p {
        font-size: 16px;
        line-height: 1.6;
    }

    .final-cta-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .final-cta-button {
        width: 100%;
        max-width: 280px;
        box-sizing: border-box;
    }

    /* ------------------------ CONTACT PAGE SECTION ------------------------ */

    .contact-hero {
        padding: 55px 20px;
    }

    .contact-hero h1 {
        font-size: 34px;
        line-height: 1.15;
    }

    .contact-hero p {
        font-size: 16px;
        line-height: 1.6;
    }

    .contact-map {
        height: 300px;
    }

    .contact-info-section {
        padding: 55px 20px;
    }

    .contact-info-grid {
        width: 100%;
        gap: 45px;
    }

    .contact-details,
    .contact-socials {
        width: 100%;
        min-width: 0;
    }

    .contact-details h2,
    .contact-socials h2 {
        font-size: 31px;
        line-height: 1.2;
    }

    .contact-intro,
    .contact-socials > p {
        font-size: 15px;
        line-height: 1.65;
    }

    .contact-detail {
        width: 100%;
        min-width: 0;
    }

    .contact-detail-content {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .contact-detail-content p {
        font-size: 15px;
        overflow-wrap: anywhere;
    }

    .contact-detail-content a {
        overflow-wrap: anywhere;
    }

    .contact-social {
        width: 100%;
        box-sizing: border-box;
    }

    .contact-social span {
        min-width: 0;
    }

    .contact-form-section {
        padding: 55px 20px;
    }

    .contact-form-section .section {
        width: 100%;
    }

    .contact-form-heading {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact-form-heading h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .contact-form-heading p {
        font-size: 15px;
        line-height: 1.6;
    }

    .contact-form {
        width: 100%;
        padding: 25px 20px;
        box-sizing: border-box;
    }

    .contact-form-row {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-group {
        width: 100%;
        min-width: 0;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .form-group textarea {
        min-height: 170px;
    }

    .contact-form-submit {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .contact-form-submit button {
        width: 100%;
        min-width: 0;
    }

    .contact-form-submit p {
        width: 100%;
        text-align: center;
        font-size: 12px;
    }
}

/* -------------------- 500px -------------------- *//* -------------------- 500px -------------------- *//* -------------------- 500px -------------------- */
/* -------------------- 500px -------------------- *//* -------------------- 500px -------------------- *//* -------------------- 500px -------------------- */
/* -------------------- 500px -------------------- *//* -------------------- 500px -------------------- *//* -------------------- 500px -------------------- */
/* -------------------- 500px -------------------- *//* -------------------- 500px -------------------- *//* -------------------- 500px -------------------- */
/* -------------------- 500px -------------------- *//* -------------------- 500px -------------------- *//* -------------------- 500px -------------------- */

@media screen and (max-width: 500px) {

    .area-section {
        padding: 60px 20px;
        overflow: hidden;
    }

    .area-content {
        width: 100%;
        gap: 35px;
    }

    .area-text h2 {
        font-size: 34px;
    }

    .area-text > p {
        font-size: 15px;
        line-height: 1.6;
    }

    .area-list {
        grid-template-columns: 1fr;
        gap: 12px;
        width: fit-content;
        max-width: 100%;
        margin: 25px auto 30px;
    }

    .area-item {
        font-size: 15px;
    }

    .area-map {
        min-height: 320px;
    }

    .area-map-content {
        width: calc(100% - 40px);
        padding: 28px 20px;
    }

    .area-map-content h3 {
        font-size: 25px;
    }

    .area-map-content p {
        font-size: 14px;
    }

    .area-map::before {
        width: 275px;
        height: 275px;
    }

    .area-map::after {
        width: 375px;
        height: 375px;
    }
    /* ----------------- ABOUT US PAGE HERO ---------------------------- */
    .about-hero {
        padding: 55px 20px;
        overflow: hidden;
    }

    .about-hero-container {
        width: 100%;
        gap: 30px;
    }

    .about-hero-content h1 {
        font-size: 40px;
    }

    .about-hero-content p {
        font-size: 15px;
        line-height: 1.6;
    }

    .about-hero-buttons {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .about-hero-button {
        width: 100%;
        max-width: 280px;
        box-sizing: border-box;
    }

    .about-hero-image {
        width: 100%;
        height: 350px;
    }

    .about-hero-badge {
        left: 15px;
        bottom: 15px;
        padding: 13px 16px;
    }

    .about-hero-badge strong {
        font-size: 15px;
    }

    .about-hero-badge span {
        font-size: 12px;
    }

    /* --------------------------------------------------------------------- MEET THE TEAM ----------------------------------------------------------------- */
    .team-section {
        padding: 60px 20px;
        overflow: hidden;
    }

    .team-section .section-heading h2 {
        font-size: 34px;
    }

    .team-section .section-heading p {
        font-size: 15px;
        line-height: 1.6;
    }

    .team-grid {
        gap: 18px;
    }

    .team-image {
        height: 350px;
    }

    .team-info {
        padding: 25px 20px 28px;
    }

    .team-info h3 {
        font-size: 21px;
    }

    .team-info p {
        font-size: 15px;
    }

    /* ------------------------------------------------------------------------------ OUR STORY SECTION ------------------------------------------------------------------------- */
    .story-section {
        padding: 60px 20px;
    }

    .story-container {
        gap: 40px;
    }

    .story-image {
        height: 380px;
    }

    .story-image-accent {
        top: 10px;
        left: 10px;
    }

    .story-content h2 {
        font-size: 33px;
    }

    .story-intro {
        font-size: 17px;
    }

    .story-content > p:not(.story-intro) {
        font-size: 15px;
    }

    .story-highlight {
        margin-top: 28px;
        padding-top: 22px;
    }
}



/* -------------------- 400px -------------------- *//* -------------------- 400px -------------------- *//* -------------------- 400px -------------------- */
/* -------------------- 400px -------------------- *//* -------------------- 400px -------------------- *//* -------------------- 400px -------------------- */
/* -------------------- 400px -------------------- *//* -------------------- 400px -------------------- *//* -------------------- 400px -------------------- */
/* -------------------- 400px -------------------- *//* -------------------- 400px -------------------- *//* -------------------- 400px -------------------- */
/* -------------------- 400px -------------------- *//* -------------------- 400px -------------------- *//* -------------------- 400px -------------------- */

@media screen and (max-width: 400px) {

    .contact-hero {
        padding: 50px 15px;
    }

    .contact-hero h1 {
        font-size: 30px;
    }

    .contact-hero p {
        font-size: 15px;
    }

    .contact-map {
        height: 275px;
    }

    .contact-info-section {
        padding: 50px 15px;
    }

    .contact-details h2,
    .contact-socials h2 {
        font-size: 28px;
    }

    .contact-detail-icon {
        width: 45px;
        height: 45px;
        margin-right: 12px;
    }

    .contact-detail-content p {
        font-size: 14px;
    }

    .contact-form-section {
        padding: 50px 15px;
    }

    .contact-form {
        padding: 22px 17px;
    }

    .contact-form-heading h2 {
        font-size: 29px;
    }

    .contact-form-heading p {
        font-size: 14px;
    }

    .form-group label {
        font-size: 13px;
    }

    .form-group input,
    .form-group select {
        height: 50px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 14px;
    }
}


/* -------------------- SMALL PHONES 380px -------------------- *//* -------------------- SMALL PHONES 380px -------------------- *//* -------------------- SMALL PHONES 380px -------------------- */
/* -------------------- SMALL PHONES 380px -------------------- *//* -------------------- SMALL PHONES 380px -------------------- *//* -------------------- SMALL PHONES 380px -------------------- */
/* -------------------- SMALL PHONES 380px -------------------- *//* -------------------- SMALL PHONES 380px -------------------- *//* -------------------- SMALL PHONES 380px -------------------- */
/* -------------------- SMALL PHONES 380px -------------------- *//* -------------------- SMALL PHONES 380px -------------------- *//* -------------------- SMALL PHONES 380px -------------------- */
/* -------------------- SMALL PHONES 380px -------------------- *//* -------------------- SMALL PHONES 380px -------------------- *//* -------------------- SMALL PHONES 380px -------------------- */

@media screen and (max-width: 380px) {

    .navlogo img {
        max-width: 145px;
    }

    .hero-container {
        padding: 50px 15px;
    }

    .hero h1 {
        font-size: 34px;
    }

    .hero p {
        font-size: 16px;
    }

    .section-dark {
        padding: 45px 15px;
    }

    .section-text h2 {
        font-size: 32px;
    }

    .section-text p {
        font-size: 16px;
    }

    .section-image img {
        height: 210px;
    }

    .services-section { 
        padding: 50px 15px;
    }

    .services-heading h2 {
        font-size: 32px;
    }

    .services-heading p {
        font-size: 15px;
    }

    .service-card {
        padding: 25px 18px;
    }
    
    .service-card h3 {
        font-size: 20px;
    }
    
    .service-card p {
        font-size: 15px;
    }

    .why-section {
        padding: 50px 15px;
    }

    .why-section .section-heading h2 {
        font-size: 32px;
    }

    .why-section .section-heading p {
        font-size: 15px;
    }

    .feature {
        padding: 25px 18px;
    }

    .feature h3 {
        font-size: 20px;
    }

    .feature p {
        font-size: 15px;
    }

    /* HOW SECTION *//* HOW SECTION *//* HOW SECTION */
    .how-section {
        padding: 50px 15px;
    }

    .how-section .section-heading h2 {
        font-size: 32px;
    }

    .how-section .section-heading p {
        font-size: 15px;
    }

    .step-number {
        width: 55px;
        height: 55px;
    }

    .step-icon {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }

    .step h3 {
        font-size: 20px;
    }

    .step p {
        font-size: 15px;
    }

    /* SERVICE AREA SECTION *//* SERVICE AREA SECTION *//* SERVICE AREA SECTION */
    .area-section {
        padding: 50px 15px;
    }

    .area-text h2 {
        font-size: 31px;
    }

    .area-text > p {
        font-size: 15px;
    }

    .area-map {
        min-height: 300px;
    }

    .area-map-content {
        width: calc(100% - 30px);
        padding: 25px 18px;
    }

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

    .area-map-content h3 {
        font-size: 23px;
    }

    .final-cta {
        padding: 60px 15px;
    }

    .final-cta h2 {
        font-size: 32px;
    }

    .final-cta p {
        font-size: 15px;
    }
    /* ------------------------- ABOUT US HERO SECTION -------------------------------------- */
    .about-hero {
        padding: 50px 15px;
    }

    .about-hero-content h1 {
        font-size: 35px;
    }

    .about-hero-label {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .about-hero-image {
        height: 300px;
    }

    /*------------------------------------------------------ MEET THE TEAM SECTION ---------------------------------------------------------------- */
    .team-section {
        padding: 50px 15px;
    }

    .team-section .section-heading h2 {
        font-size: 31px;
    }

    .team-section .section-heading p {
        font-size: 15px;
    }

    .team-grid {
        gap: 18px;
    }

    .team-image {
        height: 300px;
    }

    .team-info {
        padding: 23px 18px 25px;
    }

    .team-info h3 {
        font-size: 20px;
    }

    .team-info p {
        font-size: 14px;
    }

    /*------------------------------------------------------------------------ OUR STORY SECTION ---------------------------------------------------------------------------- */
    .story-section {
        padding: 50px 15px;
    }

    .story-image {
        height: 320px;
    }

    .story-content h2 {
        font-size: 30px;
    }

    .story-intro {
        font-size: 16px;
    }

    .story-content > p:not(.story-intro) {
        font-size: 14px;
    }

    .story-highlight p {
        font-size: 14px;
    }

    /* --------------------------------------------------------------------------------- CONTACT US SECTION ----------------------------------------------------------------------------- */
    .contact-hero {
        padding: 50px 15px;
    }

    .contact-hero h1 {
        font-size: 31px;
    }

    .contact-map {
        height: 300px;
    }

    .contact-info-section {
        padding: 50px 15px;
    }

    .contact-form-section {
        padding: 50px 15px;
    }

    .contact-form {
        padding: 22px 17px;
    }
}