*,*::before,*::after{box-sizing:border-box}body{margin:0;font-family:'Poppins',system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;color:#222;background-color:#fff}img{max-width:100%;height:auto;display:block}@font-face{font-family:'Poppins';src:url(poppins.woff2) format('woff2');font-display:swap}header{background:#fff;position:relative;z-index:999}.navbar{min-height:70px;display:flex;align-items:center;justify-content:space-between;padding:10px 20px}.navbar-brand img{width:150px;height:auto}ul.navbar-nav.mx-auto{min-height:50px}.navbar-nav .nav-link{min-width:60px}.navbar-nav .nav-link.active{color:#ffcc00!important;font-weight:600}.navbar-collapse.show .nav-link.active{background:rgb(255 204 0 / .1);border-radius:5px}a.theme-btn,#submit-btn.theme-btn{min-width:150px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;text-align:center}.hero,.hero-section{min-height:600px;display:flex;align-items:center;justify-content:center;text-align:center}#booking-area{min-height:600px}#booking-area .form-group{min-height:80px;margin-bottom:1rem}#booking-area input,#booking-area select,#booking-area textarea,#booking-area button{min-height:48px;font-size:16px}#pickup_date,#pickup_time,#booking-area .form-control{width:100%;min-height:50px}.about-area.py-120{min-height:600px}.about-img{width:100%;aspect-ratio:3 / 2;overflow:hidden}.about-img img{width:100%;height:100%;object-fit:cover}.about-experience-icon{width:64px;height:64px;flex-shrink:0}
.service-area.bg.py-120{
    min-height:700px
}
.service-area img{width:100%;height:auto;aspect-ratio:4 / 3}
.service-item,.service-box{min-height:260px;display:flex;flex-direction:column}.service-item .icon,.service-box .icon{width:70px;height:70px;flex-shrink:0}.service-slider,.service-wrapper{min-height:300px}.blog-item{margin-bottom:0!important}.blog-item-img{position:relative;border-radius:8px;overflow:hidden}.blog-item-img img,.blog-item-img video{width:100%;height:100%;object-fit:cover}.video-overlay{position:absolute;inset:0;background:rgb(0 0 0 / .35);display:flex;justify-content:center;align-items:center}.play-icon{font-size:40px;color:#fff;background:rgb(0 0 0 / .6);padding:15px 18px;border-radius:50%}.owl-dots .owl-dot{width:44px;height:44px;margin:0 5px;border-radius:50%}.owl-dots .owl-dot.active{background-color:#007bff}#scroll-top{opacity:0;pointer-events:none;transform:translateZ(0)}#scroll-top.active{opacity:1;pointer-events:auto}.form-control::placeholder{color:#6c757d;opacity:1}.taxi-item p{color:#222}.header-top-social a:hover{transform:scale(1.1)}.form-control::placeholder{color:#6c757d;opacity:1}.taxi-item p{color:#222}#booking-area .form-control{min-height:50px}.choose-item-icon{width:90px;height:90px;background:var(--theme-color);color:var(--color-white);font-size:45px;border-radius:50%;margin-bottom:15px;text-align:center;display:flex;align-items:center;justify-content:center}.choose-item-icon img{width:55px;height:auto;display:block}.counter-box .icon{position:relative;text-align:center;border-radius:50%;width:120px;height:120px;color:var(--color-white);border:5px solid var(--color-white);background:var(--theme-color);z-index:1;display:flex;align-items:center;justify-content:center}.counter-box .icon img{width:70px;height:auto;display:block}.feature-icon img{width:55px;display:revert}.hero-slider,.hero-slider .owl-stage-outer,.hero-slider .owl-stage,.hero-slider .owl-item,.hero-single{width:100%}.hero-single{min-height:100vh;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;display:flex;align-items:center}img{max-width:100%;height:auto}#booking-area{min-height:520px}.about-img{width:100%;aspect-ratio:3 / 2}.about-experience-icon{width:64px;height:64px;flex-shrink:0}.preloader{position:fixed;inset:0;z-index:9999}
.service-area{
    background-color: #032D45;
}
.service-area h2{
    color:white;
}
.service-item p{
    text-align: justify;
}
/* =========================================
   SERVICES HERO
========================================= */

.services-hero {
    width: 100%;
    background: #ffffff;
    padding: 85px 20px;
    overflow: hidden;
}

.services-hero-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 60px;
}


/* =========================================
   HERO CONTENT
========================================= */

.services-hero-content {
    position: relative;
    z-index: 2;
}

.services-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 8px 17px;
    margin-bottom: 18px;

    background: color-mix(
        in srgb,
        var(--theme-color) 10%,
        white
    );

    color: var(--theme-color);

    border-radius: 30px;

    font-size: 14px;
    font-weight: 700;
}

.services-hero h1 {
    margin: 0 0 22px;

    color: #001a33;

    font-size: clamp(38px, 4.2vw, 58px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -1px;
}

.services-hero h3 {
   color:#ffd23f;
}

.services-hero-content > p {
    max-width: 650px;

    margin: 0 0 30px;

    color: #4a5568;

    font-size: 17px;
    line-height: 1.8;
}


/* =========================================
   BUTTONS
========================================= */

.services-hero-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;

    margin-bottom: 32px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 52px;
    padding: 0 24px;

    border-radius: 6px;

    font-size: 15px;
    font-weight: 700;

    text-decoration: none;

    transition:
        all 0.3s ease;
}


/* Primary Button */

.hero-btn-primary {
    background: #001a33;
    border-color: #001a33;

    color: #ffffff;

    transform: translateY(-2px);
}

.hero-btn-primary span {
    font-size: 20px;

    transition: transform 0.3s ease;
}

.hero-btn-primary:hover {
    background: #001a33;
    border-color: #001a33;

    color: #ffffff;

    transform: translateY(-2px);
}

.hero-btn-primary:hover span {
    transform: translateX(4px);
}


/* Outline Button */

.hero-btn-outline {
    background: #ffffff;
    color: var(--theme-color);

    border: 2px solid var(--theme-color);
}

.hero-btn-outline:hover {
    background: var(--theme-color);
    color: #ffffff;

    transform: translateY(-2px);
}


/* =========================================
   TRUST POINTS
========================================= */

.services-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.hero-point {
    display: flex;
    align-items: center;
    gap: 9px;

    color: #4a5568;

    font-size: 14px;
    font-weight: 600;
}

.hero-point-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    background: var(--theme-color);
    color: #ffffff;

    border-radius: 50%;

    font-size: 13px;
    font-weight: 800;
}


/* =========================================
   RIGHT IMAGE
========================================= */

.services-hero-visual {
    position: relative;
    z-index: 2;
}

.hero-image-wrapper {
    position: relative;

    width: 100%;
    max-width: 520px;

    margin-left: auto;
}

.services-hero-image {
    display: block;

    width: 100%;
    height: 500px;

    object-fit: cover;

    border-radius: 18px;

    border: 5px solid #ffffff;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.14);
}


/* =========================================
   FLOATING CARD
========================================= */

.hero-floating-card {
    position: absolute;

    left: -35px;
    bottom: 35px;

    display: flex;
    align-items: center;
    gap: 13px;

    padding: 16px 20px;

    background: #ffffff;

    border-radius: 10px;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.15);

    border-left: 4px solid var(--theme-color);
}

.floating-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    background: color-mix(
        in srgb,
        var(--theme-color) 10%,
        white
    );

    color: var(--theme-color);

    border-radius: 8px;

    font-size: 23px;
}

.floating-content strong {
    display: block;

    margin-bottom: 3px;

    color: #001a33;

    font-size: 15px;
    font-weight: 800;
}

.floating-content span {
    display: block;

    color: #4a5568;

    font-size: 12px;
    font-weight: 500;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .services-hero {
        padding: 70px 20px;
    }

    .services-hero-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .services-hero-content {
        text-align: center;
    }

    .services-hero-content > p {
        margin-left: auto;
        margin-right: auto;
    }

    .services-hero-buttons {
        justify-content: center;
    }

    .services-hero-points {
        justify-content: center;
    }

    .hero-image-wrapper {
        margin: 0 auto;
        max-width: 600px;
    }

    .services-hero-image {
        height: 430px;
    }

    .hero-floating-card {
        left: 20px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .services-hero {
        padding: 55px 16px 60px;
    }

    .services-hero-container {
        gap: 38px;
    }

    .services-hero-label {
        font-size: 12px;
        padding: 8px 14px;
    }

    .services-hero h1 {
        font-size: 34px;
        line-height: 1.18;
        letter-spacing: -0.5px;

        margin-bottom: 18px;
    }

    .services-hero-content > p {
        font-size: 15px;
        line-height: 1.7;

        margin-bottom: 25px;
    }

    .services-hero-buttons {
        flex-direction: column;

        width: 100%;
        gap: 11px;
    }

    .hero-btn {
        width: 100%;
        min-height: 50px;
    }

    .services-hero-points {
        flex-direction: column;
        align-items: flex-start;

        width: fit-content;

        margin: 0 auto;

        gap: 12px;
    }

    .hero-image-wrapper {
        width: 100%;
    }

    .services-hero-image {
        height: 330px;
        border-radius: 14px;
    }

    .hero-floating-card {
        left: 12px;
        right: 12px;
        bottom: 15px;

        padding: 12px 15px;
    }

    .floating-icon {
        width: 40px;
        height: 40px;

        font-size: 20px;
    }

    .floating-content strong {
        font-size: 14px;
    }

    .floating-content span {
        font-size: 11px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .services-hero h1 {
        font-size: 30px;
    }

    .services-hero-content > p {
        font-size: 14px;
    }

    .services-hero-image {
        height: 290px;
    }
}


/* =========================================
   WHY CHOOSE SECTION
========================================= */

.why-choose-section {
    width: 100%;
    padding: 90px 20px;
    background:white;
    box-sizing: border-box;
}

.why-choose-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 75px;

    align-items: center;
}


/* =========================================
   LEFT CONTENT
========================================= */

.why-choose-intro {
    position: relative;
    width: 100%;
}

.why-choose-label {
     display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 8px 17px;
    margin-bottom: 18px;

    background: color-mix(
        in srgb,
        var(--theme-color) 10%,
        white
    );

    color: var(--theme-color);

    border-radius: 30px;

    font-size: 14px;
    font-weight: 700;
}

.why-choose-intro h2 {
    margin: 0;

    color: #001a33;

    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.18;

    font-weight: 800;
}


/* =========================================
   LOGO
========================================= */

.why-choose-logo {
    width: 190px;
    height: 120px;

    margin-top: 35px;
    padding: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.20);

    box-sizing: border-box;
}

.why-choose-logo img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
}


/* =========================================
   BENEFITS GRID
========================================= */

.why-choose-list {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 16px;
}


/* =========================================
   BENEFIT ITEM
========================================= */

.why-item {
    position: relative;

    width: 100%;
    min-height: 125px;

    padding: 20px;

    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);

    align-items: center;

    gap: 15px;

    background: #ffffff;

    border: 1px solid #e8e8e8;
    border-radius: 12px;
 border-color: var(--theme-color);
    box-sizing: border-box;

    overflow: hidden;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


/* =========================================
   LEFT ACCENT LINE
========================================= */

.why-item::before {
    content: "";

    position: absolute;

    left: 0;
    top: 18px;
    bottom: 18px;

    width: 3px;

    background: var(--theme-color);

    border-radius: 0 5px 5px 0;

    transform: scaleY(0);
    transform-origin: center;

    transition: transform 0.3s ease;
}

.why-item:hover::before {
    transform: scaleY(1);
}


/* =========================================
   HOVER
========================================= */

.why-item:hover {
    transform: translateY(-4px);

    border-color: var(--theme-color);

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}


/* =========================================
   ICON
========================================= */

.why-item-icon {
    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: color-mix(
        in srgb,
        var(--theme-color) 12%,
        white
    );

    color: var(--theme-color);

    border-radius: 50%;

    font-size: 17px;
    font-weight: 800;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.why-item:hover .why-item-icon {
    background: var(--theme-color);
    color: #ffffff;

    transform: scale(1.05);
}


/* =========================================
   CONTENT
========================================= */

.why-item-content {
    min-width: 0;
}

.why-item-content h3 {
    margin: 0 0 7px;

    color: #032D45;

    font-size: 16px;
    line-height: 1.35;

    font-weight: 750;
}

.why-item-content p {
    margin: 0;

    color: #060606;

    font-size: 13px;
    line-height: 1.6;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .why-choose-section {
        padding: 75px 20px;
    }

    .why-choose-container {
        grid-template-columns: 1fr;
        gap: 45px;

        max-width: 950px;
    }

    .why-choose-intro {
        max-width: 700px;

        margin: 0 auto;

        text-align: center;
    }

    .why-choose-logo {
        margin: 30px auto 0;
    }

    .why-choose-list {
        width: 100%;
        max-width: 900px;

        margin: 0 auto;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .why-choose-section {
        padding: 60px 16px;
    }

    .why-choose-container {
        gap: 35px;
    }

    .why-choose-label {
        padding: 8px 15px;

        margin-bottom: 16px;

        font-size: 13px;
    }

    .why-choose-intro h2 {
        font-size: 31px;
        line-height: 1.25;
    }

    .why-choose-logo {
        width: 170px;
        height: 100px;

        margin-top: 25px;

        padding: 15px;
    }

    .why-choose-list {
        grid-template-columns: 1fr;

        gap: 13px;
    }

    .why-item {
        min-height: 105px;

        padding: 18px;

        grid-template-columns: 42px minmax(0, 1fr);

        gap: 12px;
    }

    .why-item-icon {
        width: 42px;
        height: 42px;
    }

    .why-item-content h3 {
        font-size: 16px;
    }

    .why-item-content p {
        font-size: 13px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 500px) {

    .why-choose-section {
        padding: 55px 14px;
    }

    .why-choose-intro h2 {
        font-size: 29px;
    }

    .why-choose-logo {
        width: 160px;
        height: 95px;

        margin-top: 24px;
    }

    .why-item {
        min-height: 100px;

        padding: 16px;

        grid-template-columns: 40px minmax(0, 1fr);

        gap: 11px;

        border-radius: 10px;
    }

    .why-item-icon {
        width: 40px;
        height: 40px;

        font-size: 15px;
    }

    .why-item-content h3 {
        font-size: 15px;
        line-height: 1.4;
    }

    .why-item-content p {
        font-size: 12.5px;
        line-height: 1.55;
    }
}


/* =========================================
   EXTRA SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .why-choose-section {
        padding: 50px 12px;
    }

    .why-choose-intro h2 {
        font-size: 27px;
    }

    .why-choose-label {
        font-size: 12px;

        padding: 7px 14px;
    }

    .why-choose-logo {
        width: 150px;
        height: 90px;

        padding: 13px;
    }

    .why-item {
        min-height: 95px;

        padding: 15px;

        grid-template-columns: 38px minmax(0, 1fr);

        gap: 10px;
    }

    .why-item-icon {
        width: 38px;
        height: 38px;

        font-size: 14px;
    }

    .why-item-content h3 {
        font-size: 14px;
    }

    .why-item-content p {
        font-size: 12px;
    }
}




/* =========================================
   READY TO BOOK SECTION
========================================= */

.ready-book-section {
    width: 100%;

    padding: 85px 20px;

    background: #ffffff;

    box-sizing: border-box;
}

.ready-book-container {
    width: 100%;

    max-width: 900px;

    margin: 0 auto;

    box-sizing: border-box;
}

.ready-book-content {
    width: 100%;

    text-align: center;
}


/* =========================================
   SECTION LABEL
========================================= */

.ready-book-label {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 8px 17px;

    margin-bottom: 18px;

    background: color-mix(
        in srgb,
        var(--theme-color) 10%,
        white
    );

    color: var(--theme-color);

    border: 1px solid color-mix(
        in srgb,
        var(--theme-color) 25%,
        white
    );

    border-radius: 30px;

    font-size: 14px;

    font-weight: 700;

    line-height: 1.2;

    box-sizing: border-box;
}


/* =========================================
   HEADING
========================================= */

.ready-book-content h2 {
    margin: 0 0 40px;

    color: #032D45;

    font-size: clamp(32px, 5vw, 48px);

    line-height: 1.2;

    font-weight: 800;
}


/* =========================================
   CONTACT BUTTON GRID
========================================= */

.ready-book-details {
    width: 100%;

    max-width: 750px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(
        2,
        minmax(0, 1fr)
    );

    gap: 16px;
}


/* =========================================
   CONTACT BUTTON
========================================= */

.ready-book-detail {
    position: relative;

    width: 100%;

    min-height: 60px;

    padding: 16px 22px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    background: #032D45;

    border: 1px solid #032D45;

    border-radius: 10px;

    color: #ffffff;

    text-decoration: none;

    box-sizing: border-box;

    overflow: hidden;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* =========================================
   BUTTON HOVER
========================================= */

.ready-book-detail:hover {
    background: var(--theme-color);

    border-color: var(--theme-color);

    color: #ffffff;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(3, 45, 69, 0.15);
}


/* =========================================
   BUTTON LABEL
========================================= */

.detail-label {
    color: #ffffff;

    font-size: 14px;

    font-weight: 700;

    line-height: 1.4;

    white-space: nowrap;

    transition: color 0.3s ease;
}


/* =========================================
   BUTTON VALUE
========================================= */

.detail-value {
    color: rgba(255, 255, 255, 0.85);

    font-size: 14px;

    line-height: 1.5;

    word-break: break-word;

    transition: color 0.3s ease;
}


/* =========================================
   HOVER TEXT
========================================= */

.ready-book-detail:hover .detail-label,
.ready-book-detail:hover .detail-value {
    color: #ffffff;
}


/* =========================================
   TAGLINE
========================================= */

.ready-book-tagline {
    margin: 35px 0 0;

    color: #66717d;

    font-size: 15px;

    line-height: 1.7;

    font-style: italic;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 767px) {

    .ready-book-section {
        padding: 65px 16px;
    }

    .ready-book-content h2 {
        margin-bottom: 30px;

        font-size: 32px;
    }

    .ready-book-details {
        grid-template-columns: 1fr;

        max-width: 550px;

        gap: 12px;
    }

    .ready-book-detail {
        min-height: 56px;

        padding: 14px 18px;
    }

    .ready-book-tagline {
        margin-top: 28px;

        font-size: 14px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 500px) {

    .ready-book-section {
        padding: 55px 14px;
    }

    .ready-book-label {
        padding: 7px 14px;

        margin-bottom: 15px;

        font-size: 13px;
    }

    .ready-book-content h2 {
        margin-bottom: 27px;

        font-size: 29px;

        line-height: 1.25;
    }

    .ready-book-detail {
        align-items: flex-start;

        justify-content: flex-start;

        flex-direction: column;

        gap: 3px;

        min-height: auto;

        padding: 15px 16px;

        text-align: left;
    }

    .detail-label {
        font-size: 13px;
    }

    .detail-value {
        font-size: 13px;
    }

    .ready-book-tagline {
        margin-top: 25px;

        font-size: 13px;

        line-height: 1.6;
    }
}


/* =========================================
   EXTRA SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .ready-book-section {
        padding: 50px 12px;
    }

    .ready-book-content h2 {
        font-size: 27px;
    }

    .ready-book-detail {
        padding: 14px;
    }

    .detail-label,
    .detail-value {
        font-size: 12.5px;
    }

    .ready-book-tagline {
        font-size: 12.5px;

        line-height: 1.6;
    }
}




/* =========================================
   FAQ SECTION
========================================= */

.faq-section {
    width: 100%;
    padding: 80px 20px;
    background: #032D45;
    box-sizing: border-box;
}

.faq-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}


/* =========================================
   FAQ HEADING
========================================= */

.faq-container > h2 {
    position: relative;

    margin: 0 0 45px;
    padding-left: 25px;

    color: #ffffff;

    font-size: clamp(32px, 4vw, 44px);
    line-height: 1.2;

    font-weight: 800;

    text-align: left;
}


/* Orange Vertical Line */

.faq-container > h2::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 7px;
    height: 100%;

    background: var(--theme-color);

    border-radius: 0;
}


/* =========================================
   FAQ LABEL
========================================= */

.faq-label {
    display: none;
}


/* =========================================
   FAQ ITEM
========================================= */

.faq-item {
    width: 100%;

    margin-bottom: 16px;

    background: #103F56;

    border: 1px solid rgba(255, 255, 255, 0.10);

    border-radius: 12px;

    overflow: hidden;

    box-sizing: border-box;

    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}


/* =========================================
   FAQ ITEM HOVER
========================================= */

.faq-item:hover {
    border-color: rgba(255, 255, 255, 0.18);

    background: #12435a;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}


/* =========================================
   FAQ QUESTION
========================================= */

.faq-question {
    width: 100%;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 21px 30px;

    background: transparent;

    cursor: pointer;

    box-sizing: border-box;
}


/* =========================================
   QUESTION TEXT
========================================= */

.faq-question h3 {
    margin: 0;

    color: #ffffff;

    font-size: 16px;
    line-height: 1.5;

    font-weight: 700;

    text-align: left;
}


/* =========================================
   PLUS ICON
========================================= */

.faq-toggle {
    width: 36px;
    height: 36px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border: 2px solid var(--theme-color);

    border-radius: 50%;

    background: transparent;

    color: var(--theme-color);

    font-size: 22px;
    font-weight: 500;

    line-height: 1;

    box-sizing: border-box;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


/* =========================================
   FAQ ANSWER
========================================= */

.faq-answer {
    max-height: 0;

    overflow: hidden;

    padding: 0 30px;

    background: transparent;

    transition:
        max-height 0.4s ease,
        padding 0.4s ease;
}

.faq-answer p {
    margin: 0;

    padding: 0 0 22px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 14px;
    line-height: 1.75;
}


/* =========================================
   ACTIVE FAQ
========================================= */

.faq-item.active {
    border-color: var(--theme-color);

    background: #103F56;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}


/* =========================================
   ACTIVE PLUS
========================================= */

.faq-item.active .faq-toggle {
    background: var(--theme-color);

    color: #ffffff;

    transform: rotate(45deg);
}


/* =========================================
   ACTIVE QUESTION
========================================= */

.faq-item.active .faq-question h3 {
    color: #ffffff;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .faq-section {
        padding: 70px 20px;
    }

    .faq-container {
        max-width: 850px;
    }

    .faq-container > h2 {
        margin-bottom: 38px;

        font-size: 38px;
    }

    .faq-question {
        padding: 20px 25px;
    }

    .faq-answer {
        padding-left: 25px;
        padding-right: 25px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .faq-section {
        padding: 60px 16px;
    }

    .faq-container > h2 {
        margin-bottom: 30px;

        padding-left: 20px;

        font-size: 30px;

        line-height: 1.25;
    }

    .faq-container > h2::before {
        width: 5px;
    }

    .faq-item {
        margin-bottom: 13px;

        border-radius: 10px;
    }

    .faq-question {
        padding: 18px;

        gap: 14px;
    }

    .faq-question h3 {
        font-size: 15px;

        line-height: 1.45;
    }

    .faq-toggle {
        width: 34px;
        height: 34px;

        font-size: 20px;

        border-width: 2px;
    }

    .faq-answer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .faq-answer p {
        padding-bottom: 18px;

        font-size: 13px;

        line-height: 1.7;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 500px) {

    .faq-section {
        padding: 55px 14px;
    }

    .faq-container > h2 {
        margin-bottom: 28px;

        padding-left: 17px;

        font-size: 28px;
    }

    .faq-container > h2::before {
        width: 4px;
    }

    .faq-question {
        padding: 16px;

        gap: 10px;
    }

    .faq-question h3 {
        font-size: 14px;

        line-height: 1.5;
    }

    .faq-toggle {
        width: 32px;
        height: 32px;

        font-size: 19px;
    }

    .faq-answer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .faq-answer p {
        padding-bottom: 17px;

        font-size: 12.5px;

        line-height: 1.65;
    }
}


/* =========================================
   EXTRA SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .faq-section {
        padding: 50px 12px;
    }

    .faq-container > h2 {
        font-size: 26px;

        padding-left: 15px;
    }

    .faq-container > h2::before {
        width: 4px;
    }

    .faq-question {
        padding: 15px;
    }

    .faq-question h3 {
        font-size: 13.5px;
    }

    .faq-toggle {
        width: 30px;
        height: 30px;

        font-size: 18px;
    }

    .faq-answer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .faq-answer p {
        font-size: 12px;
    }
}










/* =========================================================
   OUR SERVICES SECTION
   ========================================================= */

.service-area {
    width: 100%;
    padding: 90px 20px;
    background-color: #032D45;
    box-sizing: border-box;
}

/* Section Container */
.service-area .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

/* Section Row */
.service-area .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

/* =========================================================
   SERVICE COLUMN
   ========================================================= */

.service-area .col-lg-4,
.service-area .col-md-6,
.service-area .col-sm-6 {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

/* =========================================================
   SERVICE CARD
   ========================================================= */

.service-item {
    width: 100%;
    height: 350px;
    min-height: 350px;

    padding: 32px 28px;

    background-color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;

    display: flex;
    flex-direction: column;

    box-sizing: border-box;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

/* Card Hover */
.service-item:hover {
    transform: translateY(-6px);
    border-color: var(--theme-color);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.20);
}


/* =========================================================
   SERVICE CONTENT
   ========================================================= */

.service-content {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;

    box-sizing: border-box;
}


/* =========================================================
   SERVICE TITLE
   ========================================================= */

.service-title {
    margin: 0 0 18px;

    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;

    color: #032D45;
}

.service-title a {
    color: #032D45;
    text-decoration: none;

    transition: color 0.3s ease;
}

.service-title a:hover {
    color: var(--theme-color);
}


/* =========================================================
   SERVICE DESCRIPTION
   ========================================================= */

.service-text {
    margin: 0;

    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;

    color: #4a5568;

    text-align: justify;
}


/* =========================================================
   READ MORE AREA
   ========================================================= */

.service-arrow {
    margin-top: auto;
    padding-top: 25px;

    display: flex;
    align-items: flex-end;
}


/* =========================================================
   READ MORE BUTTON
   ========================================================= */

.service-arrow .theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 120px;

    padding: 11px 22px;

    background-color: #032D45;
    color: #ffffff;

    border: 1px solid #032D45;
    border-radius: 6px;

    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;

    text-decoration: none;

    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.service-arrow .theme-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #ffffff;

    transform: translateY(-2px);
}


/* =========================================================
   REMOVE OLD IMAGE / ICON SPACE
   ========================================================= */

/* No service images */
.service-item .service-img {
    display: none !important;
}

/* No service icons */
.service-item .service-icon {
    display: none !important;
}

.service-item img {
    display: none !important;
}


/* =========================================================
   EQUAL HEIGHT ROW
   ========================================================= */

.service-area .row {
    align-items: stretch;
}

.service-area .col-lg-4,
.service-area .col-md-6,
.service-area .col-sm-6 {
    align-items: stretch;
}

.service-area .col-lg-4 .service-item,
.service-area .col-md-6 .service-item,
.service-area .col-sm-6 .service-item {
    height: 350px;
    min-height: 350px;
}


/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1200px) {

    .service-area {
        padding: 100px 20px;
    }

    .service-area .container {
        max-width: 1200px;
    }

    .service-item {
        height: 350px;
        min-height: 350px;
        padding: 32px 28px;
    }

    .service-title {
        font-size: 21px;
    }

    .service-text {
        font-size: 14px;
        line-height: 1.75;
    }
}


/* =========================================================
   LAPTOP
   ========================================================= */

@media (max-width: 1199px) {

    .service-area {
        padding: 80px 20px;
    }

    .service-item {
        height: 360px;
        min-height: 360px;

        padding: 30px 26px;
    }

    .service-title {
        font-size: 20px;
    }

    .service-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .service-area .col-lg-4 .service-item {
        height: 360px;
        min-height: 360px;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .service-area {
        padding: 75px 18px;
    }

    .service-area .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .service-area .col-lg-4,
    .service-area .col-md-6,
    .service-area .col-sm-6 {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .service-item {
        height: 360px;
        min-height: 360px;

        padding: 28px 24px;
    }

    .service-area .col-md-6 .service-item {
        height: 360px;
        min-height: 360px;
    }

    .service-title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 16px;
    }

    .service-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .service-arrow {
        padding-top: 22px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .service-area {
        padding: 65px 15px;
    }

    .service-area .row {
        margin-left: 0;
        margin-right: 0;
    }

    .service-area .col-lg-4,
    .service-area .col-md-6,
    .service-area .col-sm-6 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .service-item {
        width: 100%;

        height: 350px;
        min-height: 350px;

        padding: 28px 22px;

        border-radius: 12px;
    }

    .service-area .col-lg-4 .service-item,
    .service-area .col-md-6 .service-item,
    .service-area .col-sm-6 .service-item {
        height: 350px;
        min-height: 350px;
    }

    .service-title {
        font-size: 19px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .service-text {
        font-size: 14px;
        line-height: 1.7;
        text-align: justify;
    }

    .service-arrow {
        padding-top: 20px;
    }

    .service-arrow .theme-btn {
        min-width: 115px;
        padding: 10px 20px;
        font-size: 13px;
    }

    .service-item:hover {
        transform: translateY(-4px);
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .service-area {
        padding: 55px 12px;
    }

    .service-area .col-lg-4,
    .service-area .col-md-6,
    .service-area .col-sm-6 {
        margin-bottom: 18px;
    }

    .service-item {
        height: 360px;
        min-height: 360px;

        padding: 26px 20px;
    }

    .service-area .col-lg-4 .service-item,
    .service-area .col-md-6 .service-item,
    .service-area .col-sm-6 .service-item {
        height: 360px;
        min-height: 360px;
    }

    .service-title {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .service-text {
        font-size: 13.5px;
        line-height: 1.7;
    }

    .service-arrow {
        padding-top: 18px;
    }
}


/* =========================================================
   VERY SMALL SCREENS
   ========================================================= */

@media (max-width: 360px) {

    .service-item {
        height: 370px;
        min-height: 370px;

        padding: 24px 18px;
    }

    .service-area .col-lg-4 .service-item,
    .service-area .col-md-6 .service-item,
    .service-area .col-sm-6 .service-item {
        height: 370px;
        min-height: 370px;
    }

    .service-title {
        font-size: 17px;
    }

    .service-text {
        font-size: 13px;
    }
}