﻿body {
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #555;
    background-color: #fff;
    line-height: 1.7;
    font-size: clamp(19px, 1vw + 16px, 23px);
}

html {
    width: 100%;
    height: 100%;
    /* Native smooth scroll for anchor links */
    scroll-behavior: smooth;
    /* For Bootstrap 5 ScrollSpy - scroll offset for fixed navbar */
    scroll-padding-top: 80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h1 {
    font-size: clamp(40px, 3vw + 24px, 56px);
}

h2 {
    font-size: clamp(32px, 2vw + 20px, 42px);
}

h3 {
    font-size: clamp(26px, 1.5vw + 18px, 34px);
}

h4 {
    font-size: clamp(22px, 1vw + 16px, 28px);
}

h5 {
    font-size: clamp(20px, 1vw + 14px, 24px);
}

h6 {
    font-size: clamp(18px, 1vw + 12px, 20px);
}

p {
    margin: 0 0 25px;
    font-size: 1.15em;
    line-height: 1.8em;
}

p.lead {
    font-weight: 600;
}

a {
    color: #2C5282;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1E3A8A;
}

a:active {
    color: #1a365d;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);

}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand {
    height: 40px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 1em;
}

.navbar-brand h1 {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
    /* Ensure it sits next to logo */
    vertical-align: middle;
    margin: 0;
}

/* Mobile navbar - prevent text truncation and hamburger overlap */
@media (max-width: 991.98px) {
    .navbar>.container {
        flex-wrap: nowrap;
    }

    .navbar-brand {
        max-width: calc(100% - 70px);
        /* Leave space for hamburger button */
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        overflow: hidden;
    }

    .navbar-brand h1 {
        font-size: 14px;
        line-height: 1.3;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .navbar-logo-default,
    .navbar-logo-scroll {
        height: 24px;
        flex-shrink: 0;
        min-width: 24px;
    }
}

/* Extra small devices - further reduce text size */
@media (max-width: 380px) {
    .navbar-brand h1 {
        font-size: 12px;
    }

    .navbar-logo-default,
    .navbar-logo-scroll {
        height: 20px;
        min-width: 20px;
        margin-right: 6px;
    }
}

.navbar-logo-default,
.navbar-logo-scroll {
    height: 30px;
    /* Fit within navbar */
    width: auto;
    margin-right: 10px;
    vertical-align: middle;
}

/* Default State (Transparent navbar) */
.navbar-logo-default {
    display: inline-block;
}

.navbar-logo-scroll {
    display: none;
}

/* Scrolled State (Black navbar) */
.navbar-custom.top-nav-collapse .navbar-logo-default {
    display: none;
}

.navbar-custom.top-nav-collapse .navbar-logo-scroll {
    display: inline-block;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav,
.navbar-nav {
    background-color: rgba(255, 255, 255, .4);
    padding-left: 0 !important;
    padding-right: 35px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    list-style: none !important;
}

.navbar-custom.top-nav-collapse .nav.navbar-nav,
.navbar-custom.top-nav-collapse .navbar-nav {
    background-color: rgba(0, 0, 0, 0);
}


.navbar-custom ul.nav li a,
.navbar-custom .navbar-nav .nav-link {
    font-size: 14px;
    letter-spacing: 1px;
    color: #444;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-custom.top-nav-collapse ul.nav li a,
.navbar-custom.top-nav-collapse .navbar-nav .nav-link {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
    border-radius: 0;
}

.navbar-custom ul.nav ul.dropdown-menu li {
    border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child {
    border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
    padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
    background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
    color: #666;
}

.navbar-custom .nav li a,
.navbar-custom .navbar-nav .nav-link {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active,
.navbar-custom .navbar-nav .nav-link:hover,
.navbar-custom .navbar-nav .nav-link:focus,
.navbar-custom .navbar-nav .nav-link.active {
    outline: 0;
    background-color: rgba(255, 255, 255, .2);
}

/*.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
*/
.navbar-toggle,
.navbar-toggler {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-toggle:focus,
.navbar-toggle:active,
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
    box-shadow: none;
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background: #ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin {
    0% {
        transform: translate(-10px, 0px);
    }

    25% {
        transform: translate(10px, 10px);
    }

    50% {
        transform: translate(10px, -10px);
    }

    75% {
        transform: translate(-10px, -10px);
    }

    100% {
        transform: translate(-10px, 10px);
    }
}


@keyframes shadowSpin {
    0% {
        box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
    }

    25% {
        box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
    }

    50% {
        box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
    }

    75% {
        box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
    }

    100% {
        box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
    }
}

#load {
    z-index: 9999;
    background-color: #FF4136;
    opacity: 0.75;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin: -5px auto 0 auto;
    left: 0;
    right: 0;
    border-radius: 0px;
    border: 5px solid #FF4136;
    box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
    animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
    margin-top: 10px;
}

/* margins */
.marginbot-0 {
    margin-bottom: 0 !important;
}

.marginbot-10 {
    margin-bottom: 10px !important;
}

.marginbot-20 {
    margin-bottom: 20px !important;
}

.marginbot-30 {
    margin-bottom: 30px !important;
}

.marginbot-40 {
    margin-bottom: 40px !important;
}

.marginbot-50 {
    margin-bottom: 50px !important;
}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 120px;
    padding-bottom: 120px;
    display: block;
    position: relative;
    z-index: 120;
}


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

.section-heading i {
    margin-bottom: 20px;
}

.section-heading {
    font-size: 16px;
}

/* --- section bg var --- */

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #f8f8f8;
}

.bg-dark {
    background: #575757;
}

/* --- section color var --- */

.text-light {
    color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

#intro.intro {
    padding: 18% 0 0 0;
}

.intro .slogan {
    text-align: center;

}

.intro .page-scroll {
    text-align: center;
}

.intro .page-scroll {
    text-align: center;
}

.intro .slogan h2 {
    color: #FFF;
    text-shadow: none;
    font-size: 35px;
    line-height: 60px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    border-width: 0px;
    border-color: #000;
    border-style: none;
    text-shadow: -1px 0 1px #000;
}

.intro .slogan h3 {
    font-size: 28px;
    color: #fff;
    text-shadow: -1px 1px 1px #000;
}



.intro .slogan h4 {
    color: #fff;
    text-shadow: -1px 1px 1px #000;
}


/* ===========================
--- Footer
============================ */

footer {
    background: #2C5282;
    color: #fff;
    padding: 0;
    position: relative;
}

.main-footer {
    padding: 80px 0 40px;
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-widget h3 {
    color: #fff;
    font-size: 1.25em;
    margin-bottom: 25px;
    text-transform: none;
}

.footer-widget h4 {
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 15px;
    display: inline-block;
}

.footer-widget p {
    font-size: 0.9em;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

/* Footer: make any links match footer text color (override global link color) */
.footer-widget a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.footer-widget a:hover {
    color: #fff;
}


.footer-links {
    list-style: none;
    padding: 0 !important;
}

.footer-links li {
    padding: 0;
    margin-bottom: 12px;
    font-size: 0.9em !important;
}

.footer-links li a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: all 0.3s ease;
}

.license-text {
    font-size: 0.85em;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-links li a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-email {
    /* display: inline-block; */
    word-break: break-all;
    /* max-width: 100%; */
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    font-size: 0.85em;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-credits {
    font-size: 0.8em !important;
}

.footer-credits a {
    color: rgba(255, 255, 255, 0.9);
}

.footer-logo {
    /* Option 1: Full width (100%) - currently active */
    /* max-width: 100%; */

    /* Option 2: Medium width (80%) - uncomment to try */
    max-width: 80%;

    /* Option 3: Original compact size */
    /* max-width: 120px; */

    height: auto;
    margin-bottom: 15px;
    display: block;
}

.totop-wrapper {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.totop-wrapper .btn-circle {
    margin-top: 0;
}

@media (max-width: 767px) {
    .main-footer {
        padding: 60px 0 20px;
        text-align: center;
    }

    .footer-widget h4:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .totop-wrapper {
        top: -35px;
    }
}

@media (max-width: 480px) {
    .totop-wrapper {
        top: -20px;
    }
}

/* ==========================
Parallax
============================= */

/* ===========================
--- Elements
============================ */

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i {
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    transition-property: transform;
    transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
    height: 500px;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

/* Media queries */

@media(min-width:767px) {

    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }

    .intro {
        height: 100%;
        padding: 0;
    }

    .intro {
        height: 100%;
        padding: 0;
    }
}

@media (max-width:480px) {

    .navbar-custom .nav.navbar-nav {
        background-color: rgba(255, 255, 255, .4);
    }

    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }

    .page-scroll a.btn-circle {
        width: 40px;
        height: 40px;
        margin-top: 10px;
        padding: 7px 0;
        border: 2px solid #fff;
        border-radius: 50%;
        font-size: 20px;
    }

}


form div {
    margin-bottom: 15px;
}

.content {
    width: 80%;
    margin: 0 auto;
}

input[type=text],
input[type=email],
textarea {
    font-size: 16px;
    width: 100%;
    font-family: 'Lato', sans-serif;
    border: 1px solid #ddd;
    padding: 12px;
    display: block;
    border-radius: 4px;
    box-shadow: none;
    transition: border-color 0.3s ease;
}

.alert-info {
    overflow-wrap: break-word;
    word-break: break-all;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    border-color: #3EA9DB;
    outline: none;
}

input[type=radio] {
    margin: 0 5px 0 0;
}

textarea {
    overflow: auto;
}

.hide {
    display: none;
}

licustom.plusimageapply {
    font-size: 25px;
    display: list-item;
    list-style-type: disc;
}


/* List */
.hide {
    display: none;
}

li {
    padding-left: 1.5em;
    position: relative;
    font-size: 1.15em;
    /* Match paragraph font size */
    margin-bottom: 10px;
    /* Add spacing between items */
}

/* Ensure nested list items don't double-scale but maintain size */
li li {
    font-size: 1em;
}

/* Icon when the collapsible content is shown */

/* Modern Accordion Cards */
.accordion-container {
    max-width: 900px;
    margin: 0 auto;
}

.accordion-container .no-bullets>li {
    padding: 0;
    margin-bottom: 20px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    list-style: none;
    /* Reset custom bullets */
}

.accordion-container .no-bullets>li:after {
    display: none;
    /* Hide old icon indicator */
}

.accordion-container .no-bullets>li>a {
    padding: 20px 30px;
    font-size: 1.3em !important;
    font-weight: 700;
    color: #444;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #fcfcfc;
    transition: background 0.3s ease;
}

.accordion-container .no-bullets>li>a:hover {
    background: #f8f8f8;
    color: #28c3ab;
}

.accordion-container .accordion-icon {
    font-size: 1.2em;
    color: #ccc;
    transition: transform 0.3s ease, color 0.3s ease;
}

.accordion-container li:not(.collapsed) .accordion-icon {
    transform: rotate(180deg);
    color: #28c3ab;
}

.accordion-container li:not(.collapsed) {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-color: #28c3ab;
}

.accordion-container .collapse,
.accordion-container .collapsing {
    background: #fff;
}

.accordion-container .collapse p,
.accordion-container .collapsing p {
    padding: 25px 35px 5px;
    margin-bottom: 15px;
    font-size: 1.05em;
    color: #666;
}

.accordion-container .collapse ul,
.accordion-container .collapsing ul {
    padding: 0 35px 30px 60px;
}

.accordion-container .collapse li,
.accordion-container .collapsing li {
    font-size: 0.95em;
    margin-bottom: 8px;
    color: #555;
    padding-left: 0;
}

@media (max-width: 767px) {
    .accordion-container .no-bullets>li>a {
        padding: 15px 20px;
        font-size: 1.15em !important;
    }

    .accordion-container .collapse p,
    .accordion-container .collapse ul {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Why Us Highlights */
.why-us-overview .highlight-box {
    padding: 30px 20px;
    background: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #eee;
}

.why-us-overview .highlight-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-color: #28c3ab;
}

.why-us-overview .highlight-box i {
    color: #28c3ab;
    margin-bottom: 20px;
}

.why-us-overview .highlight-box h4 {
    font-size: 1.25em;
    margin-bottom: 15px;
    color: #333;
}

.why-us-overview .highlight-box p {
    font-size: 0.95em;
    line-height: 1.6;
    margin-bottom: 0;
    color: #777;
}

@media (max-width: 991px) {
    .why-us-overview .col-sm-6 {
        margin-bottom: 30px;
    }
}

/* Trust Bar */
.trust-bar {
    background: #fdfdfd;
    padding: 40px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-left: 0;
    margin-right: 0;
}

.trust-item {
    padding: 15px 5px;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.trust-item:hover {
    background: rgba(40, 195, 171, 0.05);
    transform: translateY(-3px);
}

.trust-number {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    color: #28c3ab;
    line-height: 1.2;
    margin-bottom: 5px;
}

.trust-label {
    display: block;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888;
    font-weight: 700;
}

@media (max-width: 767px) {
    .trust-item {
        margin-bottom: 20px;
    }

    .trust-bar {
        padding: 20px 0;
    }
}

/* Process Timeline */
.process-timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1000px;
    margin: 40px auto 60px;
    padding-top: 20px;
}

.process-timeline:after {
    content: '';
    position: absolute;
    top: 55px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #eee;
    z-index: 1;
}

.timeline-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}

.step-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    border: 2px solid #28c3ab;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    color: #28c3ab;
    transition: all 0.3s ease;
}

.timeline-step:hover .step-icon {
    background: #28c3ab;
    color: #fff;
    transform: scale(1.1);
}

.timeline-step h4 {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #333;
    font-family: Montserrat, sans-serif;
}

.timeline-step p {
    font-size: 0.9em;
    line-height: 1.5;
    color: #777;
    margin-bottom: 0;
    padding: 0 10px;
}

.section-title h3 {
    font-size: 24px;
    color: #444;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.section-title h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #28c3ab;
}

/* Section CTA */
.section-cta {
    margin-top: 80px;
    padding: 60px 40px;
    background: #fbfbfb;
    border: 1px dashed #ddd;
    border-radius: 12px;
}

.section-cta h4 {
    font-size: 1.6em;
    color: #333;
    margin-bottom: 30px;
    text-transform: none;
    /* Make it feel more conversational */
}

@media (max-width: 767px) {
    .process-timeline {
        flex-direction: column;
        align-items: center;
    }

    .process-timeline:after {
        display: none;
    }

    .timeline-step {
        margin-bottom: 40px;
        width: 100%;
    }

    .why-us-cta {
        padding: 40px 20px;
        margin-top: 40px;
    }
}

/* Service Card Grid */
.service-grid {
    margin-top: 40px;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
    height: 100%;
    margin-bottom: 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-color: #28c3ab;
}

.service-card-header {
    padding: 40px 30px 20px;
    text-align: center;
    background: #fdfdfd;
    border-bottom: 1px solid #f9f9f9;
}

.service-card-header i {
    font-size: 3em;
    color: #28c3ab;
    margin-bottom: 20px;
    display: block;
}

.service-card-header h3 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
}

.service-card-header p {
    font-size: 0.95em;
    color: #777;
    line-height: 1.6;
    margin-bottom: 0;
}

.service-card-body {
    padding: 10px 0;
}

.card-action {
    padding: 20px 30px 30px;
    border-top: 1px solid #f9f9f9;
}


.btn-skin {
    color: #fff;
    background-color: #28c3ab;
    border-color: #28c3ab;
    border-radius: 50px;
    font-weight: 700;
    padding: 10px 20px;
    transition: all 0.3s ease;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
    color: #fff;
    background-color: #22a691;
    border-color: #209e8a;
}

.btn-cta {
    color: #fff;
    background-color: #D97706;
    border-color: #D97706;
    border-radius: 50px;
    font-weight: 700;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.btn-cta:hover,
.btn-cta:focus {
    color: #fff;
    background-color: #B45309;
    border-color: #92400E;
}

.btn-cta:active,
.btn-cta.active {
    color: #fff !important;
    background-color: #92400E !important;
    border-color: #78350F !important;
    box-shadow: none !important;
    transform: translateY(1px);
}

.btn-outline-primary {
    border: 2px solid #28c3ab;
    color: #28c3ab;
    background: transparent;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: #28c3ab;
    color: #fff;
    border-color: #28c3ab;
}

.btn-outline-primary:active {
    background: #1e9280 !important;
    color: #fff !important;
    border-color: #1e9280 !important;
    box-shadow: none !important;
    transform: translateY(1px);
}

.btn-outline-primary i {
    transition: transform 0.3s ease;
}

.btn-outline-primary[aria-expanded="true"] i {
    transform: rotate(180deg);
}

/* Internal Specifics */
.internal-steps {
    padding: 30px;
}

.step-num {
    font-size: 1.4em;
    font-weight: 700;
    color: #28c3ab;
    margin-right: 20px;
    font-family: Montserrat, sans-serif;
    opacity: 0.5;
    min-width: 35px;
}

.step-text {
    font-size: 1.05em;
    color: #555;
    line-height: 1.6;
}

.phased-content {
    background: #f9f9f9;
    border-top: 1px solid #eee;
    padding: 30px;
}

.phase-group {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.phase-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.phase-group h5 {
    font-size: 1.1em;
    color: #28c3ab;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.phase-group ul {
    list-style: none;
    padding-left: 0 !important;
}

.service-card .phase-group li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 0.95em;
    color: #666;
    list-style: none !important;
}

.service-card .phase-group li:before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #28c3ab;
    font-size: 0.9em;
    top: 2px;
}

@media (max-width: 767px) {
    .service-card-header {
        padding: 30px 20px;
    }

    .internal-steps,
    .phased-content {
        padding: 20px;
    }
}

/* About Section Enhancement */
.about-values {
    margin-top: 40px;
}

.value-card {
    padding: 30px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-bottom-color: #28c3ab;
}

.value-card i {
    font-size: 2.5em;
    color: #28c3ab;
    margin-bottom: 20px;
}

.value-card h4 {
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
}

.value-card p {
    font-size: 0.95em;
    color: #777;
    line-height: 1.6;
}

/* Staff Profile Card */
.staff-profile-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    margin-top: 30px;
}

.staff-image-wrapper {
    padding: 30px;
}

.staff-image-wrapper img {
    border-radius: 8px;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.staff-info {
    padding: 40px 40px 40px 0;
}

.staff-info h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 700;
    color: #333;
}

.staff-title {
    display: block;
    color: #28c3ab;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.staff-info p {
    color: #666;
    line-height: 1.7;
    font-size: 1.05em;
    margin-bottom: 15px;
}

.staff-qualifications {
    margin-top: 10px;
    font-weight: 700;
    color: #333 !important;
}

.staff-qualifications i {
    color: #28c3ab;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .staff-info {
        padding: 20px 30px 40px;
        text-align: center;
    }

    .staff-image-wrapper {
        padding: 30px 30px 10px;
    }

    .value-card {
        padding: 25px 15px;
    }
}

/* Contact Us Enhancement */
.contact-grid {
    margin-top: 40px;
}

.contact-card {
    background: #fff;
    padding: 50px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    height: calc(100% - 30px);
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: #28c3ab;
}

.contact-card i {
    font-size: 3em;
    color: #28c3ab;
    margin-bottom: 25px;
    display: block;
}

.contact-card h4 {
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-card p {
    font-size: 1.05em;
    color: #777;
    line-height: 1.7;
    margin-bottom: 20px;
}

.contact-link {
    color: #444;
    text-decoration: none;
    transition: color 0.3s ease;
    word-wrap: break-word;
    word-break: break-all;
    display: inline-block;
    max-width: 100%;
}

.contact-link:hover {
    color: #28c3ab;
    text-decoration: none;
}

@media (max-width: 767px) {
    .contact-card {
        padding: 35px 20px;
    }
}

/* Native Reveal Animations - Disabled (Content visible by default) */
.reveal {
    opacity: 1;
    transform: none;
    will-change: auto;
}

.reveal.active {
    opacity: 1;
    transform: none;
}

.reveal-fade {
    opacity: 1;
    will-change: auto;
}

.reveal-fade.active {
    opacity: 1;
}



.delay-300 {
    transition-delay: 0.3s;
}

.delay-400 {
    transition-delay: 0.4s;
}

.delay-500 {
    transition-delay: 0.5s;
}