
@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1550px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1550px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1600px;
    }
}
/* ==============================
   Responsive CSS
================================= */
@media (max-width: 1400px) {
.hero-service{
    width: max-content;
}
.services-section,
.about-section{
    padding: 50px 0px;
}
.why-choose-section{
    padding: 120px 0px;
}
.journey-section{
    padding: 50px 0 40px;
}
.blog-section,
.faq-section{
    padding: 40px 0 50px;
}
.blog-card__image{
    height: 300px;
}
}
@media (max-width: 1366px) {
 .hero-banner__title{
    font-size: 55px;
    line-height: 65px;
 }

}

@media (max-width: 1199px) {
    .faq-section {
        padding: 65px 0;
    }

    .faq-section__wrapper {
        gap: 45px;
    }

    .faq-section__intro {
        flex-basis: calc(40% - 22px);
    }
     .services-section {
        padding: 70px 0;
    }

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

    .service-card {
        padding: 22px 20px;
    }
     .about-section {
        padding: 60px 0;
    }

    .about-section__wrapper {
        gap: 40px;
    }

    .about-section__image {
        flex-basis: 42%;
        max-width: 42%;
    }


    .section-title {
        font-size: 30px;
        line-height: 1;
    }

    .about-section__description {
        font-size: 16px;
    }

    .site-header .navbar-nav {
        gap: 4px;
    }

    .site-header .nav-link {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

    .header-call-btn {
        width: 140px;
    }
    .hero-banner__inner {
        min-height: 650px;
    }

    .hero-banner__content {
        width: 50%;
        padding-top: 75px;
    }

    .hero-banner__title {
        font-size: 42px;
        line-height: 50px;
    }

    .hero-banner__description {
        font-size: 15px;
    }

    .hero-banner__features {
        gap: 30px;
    }

    .hero-services {
        gap: 12px;
    }

    .hero-service {
        padding: 20px 8px;
    }
      .why-choose-section {
        padding: 75px 0;
    }

    .why-choose-section__heading {
        margin-bottom: 40px;
        max-width: 100%;
    }
    .section-description{
        max-width: 100%;
    }

    .why-card {
        padding: 21px 18px;
    }
       .journey-section {
        padding: 70px 0 60px;
    }

    .journey-section__heading {
        margin-bottom: 55px;
    }

    .journey-steps {
        gap: 25px;
    }

    .journey-step__content {
        max-width: 200px;
    }
}
@media (max-width: 1024px) {
 .blog-card__image {
        height: 275px;
    }
    .talk-section__title{
        font-size: 35px;
    }

}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {
    
    .hero-banner__image::before{
         content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
     background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    z-index: 1;
    pointer-events: none;
}
.hero-banner .hero-btn--secondary{
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}
   .hero-banner__description,
   .hero-feature span,
   .hero-feature strong,
   .hero-banner__title span{
    color: var(--white);
   } 
    .hero-banner{
        /* margin-top: 72px; */
    }
    .faq-section {
        padding: 60px 0;
    }

    .faq-section__wrapper {
        gap: 35px;
    }

    .faq-section__intro {
        flex-basis: calc(42% - 18px);
    }

    .faq-item .accordion-button {
        /* font-size: 14px; */
    }

    .faq-item .accordion-body {
        font-size: 14px;
    }
     .journey-section {
        padding: 60px 0;
    }

    .journey-section__heading {
        margin-bottom: 50px;
    }

    .journey-steps {
        gap: 20px;
    }

    .journey-steps::before {
        left: 8%;
        right: 8%;
    }

    .journey-step__number {
        width: 52px;
        height: 52px;
    }

    .journey-step__title {
        /* font-size: 14px; */
    }

    .journey-step__description {
        /* font-size: 11px; */
    }
    .services-section {
        padding: 60px 0;
    }

    .services-section__heading {
        margin-bottom: 35px;
    }

    .section-title {
        font-size: 30px;
    }

    .service-card {
        flex: 0 0 calc((100% - 18px) / 2);

        min-height: 220px;
    }

    .services-section__list {
        gap: 18px;
    }
    /* .hero-banner__inner {
        min-height: auto;
        display: flex;
        flex-direction: column;
    } */

    /* Image becomes normal element */

    .hero-banner__image {
        /* position: relative; */

        order: 1;

        width: 100%;
        height: 100%;
        /* height: 480px; */
    }
    .hero-banner__inner{
        display: flex;
        align-items: end;
    }
    /* .hero-banner__image::before {
        width: 50%;
        background: linear-gradient(
            90deg,
            rgba(255,255,255,0.9),
            rgba(255,255,255,0)
        );
    } */
.hero-banner__content{
    height: auto;
}
    /* Content */

    .hero-banner__container {
        order: 2;
        height: auto;
    }

    .hero-banner__content {
        width: 100%;
        max-width: 650px;

        padding: 50px 0 40px;
    }

    .hero-banner__title {
        font-size: 40px;
    }

    /* Services */

    .hero-services {
        position: relative;

        order: 3;

        /* left: auto;
        bottom: auto; */

        width: 100%;

        padding: 0 20px 30px;

        /* transform: none;

        overflow-x: auto;
        justify-content: flex-start; */

        /* scrollbar-width: thin; */
        flex-wrap: wrap;
    }

    .hero-service {
        flex: 0 0 30%;
    }

    .footer-brand {
        width: 100%;
        max-width: 100%;
    }
.footer-description{
    max-width: 100%;
}
    .footer-links {
        flex: 1 1 40%;
    }

    .footer-main {
        gap: 35px 50px;
    }
     .talk-section {
        padding: 25px 0;
    }

    .talk-section__inner {
        flex-wrap: wrap;
    }

    .talk-section__content {
        flex: 0 0 100%;
    }

    .talk-section__actions {
        flex: 0 0 100%;
    }

    .talk-section__title {
        font-size: 28px;
    }
     .site-header .navbar {
        min-height: 72px;
        padding: 12px 0;
    }

    .site-header .container {
        min-height: auto;
    }

    .site-logo {
        width: 105px;
    }

    /* Mobile Toggle */

  
     .navbar-toggler {
    width: 42px;
    height: 40px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 1px solid var(--primary-color);
    border-radius: 8px;

    background-color: var(--white);

    box-shadow: none !important;
    outline: none !important;
}

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


/* Remove Bootstrap default icon */
.navbar-toggler-icon {
    width: 20px;
    height: 16px;

    display: block;

    background-image: none !important;

    position: relative;
}


/* Hamburger lines */
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    position: absolute;

    left: 0;

    width: 20px;
    height: 2px;

    background-color: var(--primary-color);

    border-radius: 2px;
}

.navbar-toggler-icon::before {
    top: 2px;

    box-shadow: 0 6px 0 var(--primary-color),
                0 12px 0 var(--primary-color);
}

.navbar-toggler-icon::after {
    display: none;
}

    /* Mobile Menu */
.site-header{
    background: rgba(255, 255, 255, 1);
}
    .navbar-collapse {
        padding-top: 20px;
    }

    .site-header .navbar-nav {
        align-items: stretch !important;
        gap: 0;
    }

    .site-header .nav-link {
        padding: 12px 5px !important;
        font-size: 15px;
        border-bottom: 1px solid #eeeeee;
    }

    .site-header .dropdown-menu {
        box-shadow: none;
        background: #f8ffff;
    }

    /* Call Button */

    .site-header .nav-item:last-child {
        margin-left: 0 !important;
    }

    .header-call-btn {
        width: 100%;
        height: 46px;
    }
      .about-section {
        padding: 55px 0;
    }

    .about-section__wrapper {
        align-items: center;
        gap: 30px;
    }

    .about-section__image {
        flex: 0 0 43%;
        max-width: 43%;
    }

    .about-section__image img {
        height: 380px;
    }

    .section-title {
        font-size: 27px;
    }

    .about-section__description {
        margin-top: 14px;
        /* font-size: 13px; */
        line-height: 1.5;
    }

    .about-section__list {
        gap: 9px;
        margin-bottom: 20px;
    }

    .about-section__list li {
        /* font-size: 12px; */
    }
     .why-choose-section {
        padding: 65px 0;

        /*
         * Keep parallax on larger tablets
         */
        background-attachment: fixed;
    }

    .why-choose-section__heading {
        max-width: 600px;
    }

    .why-card {
        flex: 0 0 calc((100% - 18px) / 2);

        min-height: 150px;
    }

    .why-choose-section__cards {
        gap: 18px;
    }
    .mob-services-view{
    display: block;
    margin-top: 15px;
}
.desktop-services-view.d-flex{
    display: none !important;
}
.enquiry-widget__form {
        width: 320px;
        right: 52px;
    }

    .enquiry-widget__tab {
        width: 44px;
    }
    .enquiry-card__header h3{
        font-size: 20px;
    }
     .enquiry-form{
        height: 175px;
        overflow-y: auto;
    }
     .enquiry-widget {
        z-index: 9999;
     }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {
     .faq-section {
        padding: 50px 0;
    }

    .faq-section__wrapper {
        flex-direction: column;
        gap: 35px;
    }

    .faq-section__intro {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .faq-section__content {
        flex: 0 0 100%;
        width: 100%;
    }

    .faq-item .accordion-button {
        min-height: 52px;

        padding: 0 15px;

        /* font-size: 13px; */
    }

    .faq-item .accordion-body {
        padding: 0 15px 16px;

        /* font-size: 12px; */
    }

    .faq-view-more {
        margin-top: 14px;
    }
     .journey-section {
        padding: 50px 0;
    }

    .journey-section__heading {
        margin-bottom: 35px;
    }

    .journey-steps {
        flex-direction: column;
        gap: 28px;
    }

    /*
       Change the horizontal dotted line
       into a vertical line.
    */
    .journey-steps::before {
        top: 25px;
        bottom: 25px;
        left: 26px;
        right: auto;

        width: 2px;
        height: auto;

        border-top: 0;
        border-left: 2px dotted var(--primary-color);
    }

    .journey-step {
        display: flex;
        align-items: flex-start;

        gap: 18px;
    }

    .journey-step__number {
        flex: 0 0 52px;

        width: 52px;
        height: 52px;

        margin-bottom: 0;
    }

    .journey-step__content {
        max-width: none;

        padding-top: 4px;
    }

    .journey-step__title {
        /* font-size: 15px; */
    }

    .journey-step__description {
        /* font-size: 13px; */
    }

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

    .services-section__heading {
        margin-bottom: 30px;
    }

    .section-description {
        /* font-size: 14px; */
    }

    .services-section__list {
        gap: 15px;
    }

    .service-card {
        flex: 0 0 100%;

        min-height: 210px;

        padding: 22px 20px;
    }

    .services-section::before {
        display: none;
    }

    .site-footer {
        padding: 40px 0 20px;
    }

    .footer-main {
        flex-direction: column;
        gap: 35px;
    }

    .footer-brand,
    .footer-links {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .footer-logo img {
        width: 140px;
    }

    .footer-description {
        max-width: 100%;
    }

    .footer-bottom {
        margin-top: 35px;
    }

    .footer-line::before {
        width: 45%;
    }
     .about-section {
        padding: 45px 0;
    }

    .about-section__wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
    }

    .about-section__image {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-section__image img {
        width: 100%;
        height: 400px;
    }

    .about-section__content {
        width: 100%;
    }

    .section-title {
        font-size: 30px;
        line-height: 1.15;
    }

    .about-section__description {
        max-width: 100%;
        /* font-size: 14px; */
        line-height: 1.6;
    }

    .about-section__list li {
        /* font-size: 13px; */
    }
    .why-choose-section {
        padding: 55px 0;

        /*
         * Fixed backgrounds can cause issues
         * on mobile browsers.
         */
        background-attachment: scroll;
        background-position: center center;
    }

    .why-choose-section__heading {
        margin-bottom: 30px;
    }

    .why-choose-section__cards {
        flex-direction: column;
        gap: 15px;
    }

    .why-card {
        flex: 0 0 100%;
        width: 100%;

        min-height: auto;

        padding: 20px;
    }
     .enquiry-widget {
        top: auto;
        right: 15px;
        bottom: 20px;
        transform: none;
    }
   


    /* Floating button becomes circular */

    .enquiry-widget__tab {
        position: relative;

        width: 52px;
        height: 52px;

        border-radius: 50%;

        padding: 0;

        flex-direction: column;

        transform: none;
    }

    .enquiry-widget__tab span {
        writing-mode: initial;
        transform: none;

        font-size: 8px;
    }

    .enquiry-widget__tab i {
        font-size: 13px;
    }


    /* Form opens above button */

    .enquiry-widget__form {
        position: fixed;

        right: 15px;
        bottom: 82px;
        top: auto;

        width: min(340px, calc(100vw - 30px));

        transform: none;
    }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575.98px) {
    
.faq-section {
        padding: 40px 0;
    }

    .faq-section__wrapper {
        gap: 30px;
    }

    .faq-item {
        border-radius: 12px !important;
    }

    .faq-item .accordion-button {
        min-height: 50px;

        padding: 0 13px;

        /* font-size: 12px; */
    }

    .faq-item .accordion-button::after {
        width: 22px;
        height: 22px;

        flex-basis: 22px;

        font-size: 14px;
    }

    .faq-item .accordion-body {
        padding: 0 13px 15px;

        /* font-size: 11px; */
    }

    .faq-view-more {
        font-size: 9px;
    }
    .journey-section {
        padding: 40px 0;
    }

    .journey-section__heading {
        margin-bottom: 30px;
    }

    .journey-steps {
        gap: 24px;
    }

    .journey-step {
        gap: 15px;
    }

    .journey-step__number {
        flex-basis: 48px;

        width: 48px;
        height: 48px;
    }

    .journey-step__number span {
        font-size: 16px;
    }

    .journey-step__title {
        /* font-size: 14px; */
    }

    .journey-step__description {
        /* font-size: 11px; */
    }
      .services-section {
        padding: 40px 0;
    }

    .services-section__heading {
        margin-bottom: 25px;
    }

    .service-card {
        min-height: 200px;
        padding: 20px 18px;
    }

    .service-card__title {
        /* font-size: 15px; */
    }

    .service-card__description {
        /* font-size: 14px; */
        max-width: 100%;
    }

     .hero-banner__image {
        height: auto;
    }

    /* .hero-banner__image::before {
        width: 100%;
        height: 50%;

        background: linear-gradient(
            180deg,
            rgba(255,255,255,0.25),
            rgba(255,255,255,0)
        );
    } */
    header{
        height: 78px !important;
    }
    .hero-banner__content {
        padding: 35px 15px 30px;
    }

    .hero-banner__title {
        font-size: 28px;
        line-height: 1.1;
        letter-spacing: -0.5px;
    }

    .hero-banner__description {
        font-size: 14px;
        line-height: 1.5;
    }

    .hero-banner__buttons {
        flex-direction: row;
        align-items: stretch;
        margin-bottom: 30px;
    }

    .hero-btn {
        width: 100%;
        /* font-size: 13px; */
    }

    .hero-banner__features {
        justify-content: space-between;
        gap: 15px;
    }

    .hero-feature strong {
        font-size: 18px;
    }

    .hero-feature span {
        font-size: 10px;
    }

    .hero-services {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero-service {
        flex: 0 0 48%;
        min-height: 60px;
        padding: 10px 8px;
    }
    .hero-service span{
        font-size: 14px;
        font-weight: 600;
    }

    .footer-main {
        gap: 30px;
    }

    .footer-menu {
        gap: 11px;
    }

    .footer-title {
        margin-bottom: 15px;
    }
     .talk-section {
        padding: 25px 0;
    }

    .talk-section__title {
        font-size: 24px;
        line-height: 1.2;
    }

    .talk-section__actions {
        flex-direction: column;
        align-items: stretch !important;
        gap: 10px;
    }

    .talk-btn--call,
    .talk-btn--email {
        width: 100%;
    }
     .about-section {
        padding: 30px 0;
    }

    .about-section__wrapper {
        gap: 25px;
    }

    .about-section__image img {
        height: 330px;
        border-radius: 12px;
    }

    .section-label {
        margin-bottom: 12px;
    }

    .section-title {
        font-size: 25px;
    }
    .blog-section__header{
        flex-direction: column;
    }
    .blog-section__heading{
        margin-bottom: 15px;
    }
    .about-section__description {
        /* font-size: 13px; */
    }

    .about-section__list {
        gap: 10px;
    }

    .about-section__list li {
        align-items: flex-start;
        /* font-size: 14px; */
    }

    .about-check {
        margin-top: 1px;
    }
     .why-choose-section {
        padding: 45px 0;
    }

    .why-choose-section__heading {
        margin-bottom: 25px;
    }

    .why-card {
        padding: 18px;
    }

    .why-card__title {
        /* font-size: 16px; */
    }

    .why-card__description {
        /* font-size: 12px; */
    }
        .blog-section, .faq-section {
        padding: 30px 0 30px;
    }
      .enquiry-widget {
        right: 12px;
        bottom: 15px;
    }

    .enquiry-widget__tab {
        width: 48px;
        height: 48px;
    }

    .enquiry-widget__form {
        right: 12px;
        bottom: 75px;

        width: calc(100vw - 24px);
    }

    .enquiry-card__header {
        padding: 14px;
    }

    .enquiry-form {
        padding: 7px 12px 12px;
    }
    .enquiry-widget__tab span{
        display: none;
    }
    .enquiry-widget__tab i{
        font-size: 20px;
    }
    .enquiry-widget__tab i{
            transform: rotate(0deg);
    }
    .enquiry-form{
        height: auto;
    }
    .blog-section .align-items-end{
        align-items: flex-start !important;
    }
    .elementor-986 .elementor-element.elementor-element-fc71648 .elementor-heading-title{
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .elementor-element-9769873 .elementor-column{
        width: auto !important;
    }
    p.blog-card__description{
        font-size: 16px !important;
    }
}