/*-----------------------------------------------------------------------------------
  1.  Base
  2.  Header
  3.  Content
    3a.  About Page
    3b.  Services Page
    3c.  Blog Page
    3d.  Contact Page
  4.  Footer
-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*  1. Base
/*-----------------------------------------------------------------------------------*/

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

body {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote {
    margin: 1em 0;
    border-left: 10px solid #0B60A9;
    padding-left: 12px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.1em;
}

table th {
    background: #ddd;
    font-weight: bold;
}

table td,
table th {
    padding: 8px;
    border: 1px solid #bbb;
    text-align: left;
}

dt {
    font-weight: bold;
}

pre {
    white-space: pre;
    word-wrap: normal;
    overflow-x: scroll;
    line-height: 1.3;
    margin: 1em 0;
}

figure {
    max-width: 100%;
    height: auto;
}

*::-moz-selection {
    background: #000;
    color: #fff;
}

*::selection {
    background: #000;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

label {
    display: block;
    color: #333333;
    font-size: 15px;
    text-transform: uppercase;
}

input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: none;
}

textarea {
    width: 100%;
    padding: 0 15px;
    border: none;
}

input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: none;
    outline: 0;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    color: #333333;
}

a {
    color: #0B60A9;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    color: #08487e;
    text-decoration: none;
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

.nomargin-bottom {
    margin-bottom: 0 !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

#status {
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
}

a.button-normal {
    background-color: #0B60A9;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px 30px;
    margin-top: 20px;
    display: inline-block;
}

a.button-normal:hover {
    background-color: #08487e;
}

a.button-normal.white {
    background-color: #ffffff;
    color: #333333;
}

a.button-normal.white:hover {
    background-color: #0B60A9;
    color: #ffffff;
}

a.button-normal.with-icon {
    position: relative;
    padding: 10px 67px 10px 30px;
}

a.button-normal.with-icon .icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 48px;
    font-size: 20px;
    padding: 0 6px 0 10px;
    background-color: #08487e;
}

a.button-normal.with-icon-left {
    position: relative;
    padding: 10px 30px 10px 67px;
}

a.button-normal.with-icon-left .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 48px;
    font-size: 20px;
    padding: 0 6px 0 10px;
    background-color: #08487e;
}


/*-----------------------------------------------------------------------------------*/
/*  2. Header
/*-----------------------------------------------------------------------------------*/

#header {
    position: relative;
    z-index: 1000;
}


/* Top Header */

.top-header {
    background: #ffffff;
    padding: 30px 15px;
    margin-top: 40px;
}

.top-header .logo img {
    margin-top: 5px;
}

.top-header ul {
    float: right;
    margin: 0;
    padding: 0;
}

.top-header ul li {
    display: inline-block;
    margin: 0 10px;
}

.top-header ul li.last {
    margin-right: 0;
}

.top-header ul li i {
    float: left;
    margin-right: 10px;
    padding: 10px 10px;
    background-color: #0B60A9;
    color: #ffffff;
    font-size: 24px;
}

.top-header ul li p {
    float: right;
    overflow: hidden;
    margin: 0;
}

.top-header ul li p span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
}

.top-header ul li p span.heading {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

body.home-page .main-menu {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

@media (min-width: 993px) {
    body.home-page #header,
    body.has-page-title #header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    .site-header {
        background: transparent;
    }

    body.home-page #slider.home-slider {
        margin-top: 0 !important;
    }

    body.has-page-title .page-title {
        margin-top: 0 !important;
        min-height: 560px !important;
    }

    body.home-page #slider.home-slider,
    body.home-page #slider.home-slider .flexslider,
    body.home-page #slider.home-slider .flex-viewport,
    body.home-page #slider.home-slider .slides,
    body.home-page #slider.home-slider .slide-item {
        min-height: 820px !important;
    }

    body.home-page .home-slider .caption-wrap {
        top: 48%;
        margin-top: 100px;
    }
}


/* Main Menu */

.main-menu {
    position: relative;
    height: 50px;
    background: #0B60A9;
    width: auto;
}

.main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.main-menu > ul {
    position: relative;
    display: inline-block;
    z-index: 500;
    float: left;
    padding: 0 15px;
}

.main-menu:after,
.main-menu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.main-menu.align-right > ul > li {
    float: right;
}

.main-menu.align-center ul {
    text-align: center;
}

.main-menu.align-center ul ul {
    text-align: left;
}

.main-menu > ul > li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}

.main-menu > ul > #menu-button {
    display: none;
}

.main-menu ul li a {
    display: block;
    text-decoration: none;
}

.main-menu > ul > li > a {
    font-size: 15px;
    font-weight: 700;
    padding: 18px 15px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -ms-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}

.main-menu > ul > li:hover > a {
    opacity: 0.7;
}

.main-menu li.has-sub::after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.main-menu ul ul {
    position: absolute;
    left: -9999px;
    top: 70px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, top .25s ease;
    -moz-transition: opacity .3s ease, top .25s ease;
    -ms-transition: opacity .3s ease, top .25s ease;
    -o-transition: opacity .3s ease, top .25s ease;
    transition: opacity .3s ease, top .25s ease;
    z-index: 1000;
}

.main-menu ul ul ul {
    top: 37px;
    padding-left: 5px;
}

.main-menu ul ul li {
    position: relative;
}

.main-menu > ul > li:hover > ul {
    left: auto;
    top: 50px;
    opacity: 1;
}

.main-menu.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
    opacity: 1;
}

.main-menu ul ul li:hover > ul {
    left: 170px;
    top: 0;
    opacity: 1;
}

.main-menu.align-right ul ul li:hover > ul {
    left: auto;
    right: 170px;
    top: 0;
    opacity: 1;
    padding-right: 5px;
}

.main-menu ul ul li a {
    width: 160px;
    border-bottom: 1px solid #08487e;
    padding: 15px 15px;
    font-size: 14px;
    color: #ffffff;
    background: #0B60A9;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.main-menu.align-right ul ul li a {
    text-align: right;
}

.main-menu ul ul li:hover > a {
    background: #08487e;
}

.main-menu ul ul li:last-child > a,
.main-menu ul ul li.last > a {
    border-bottom: 0;
}

/* Mobile Menu*/

#slide-buttons {
    background: none;
    display: none;
    border: none;
    font-size: 34px;
    line-height: 26px;
    position: relative;
    top: 6px;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#slide-buttons:hover,
.c-menu__close:hover {
    opacity: 0.7;
}

.c-menu {
    position: fixed;
    z-index: 3000;
    background-image: url(../img/menu-mobile-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.c-menu--slide-right {
    width: 100%;
    height: 100%;
}

@media all and (min-width: 320px) {
    .c-menu--slide-right {
        width: 300px;
    }
}
.c-menu .search-input {
    position: relative;
    padding: 15px 30px;
}

.c-menu .search-input button {
    position: absolute;
    right: 35px;
    top: 23px;
    background: none;
    border: none;
}

ul.slide-menu-items {
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: left;
}

ul.slide-menu-items li  {
    cursor: pointer;
}

ul.slide-menu-items li a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    display: inline-block;
    padding: 5px 15px;
}

ul.slide-menu-items li ul {
    padding-left: 10px;
}

ul.slide-menu-items li ul li a {
    font-size: 13px;
}

ul.slide-menu-items li.active a,
ul.slide-menu-items li a:hover {
    opacity: 0.6;
}

ul.slide-menu-items li.has-sub {
    position: relative;
}

ul.slide-menu-items li.has-sub:after {
    font-family: "logistics" !important;
    content: "\70";
    position: absolute;
    right: 15px;
    top: 2px;
    color: #ffffff;
    font-size: 20px;
}

ul.slide-menu-items li.has-sub.open:after {
    font-family: "logistics" !important;
    content: "\6f";
    position: absolute;
    right: 15px;
    top: 2px;
    color: #ffffff;
    font-size: 20px;
}

ul.slide-menu-items li.has-sub > ul {
    display: none;
}

.c-menu--slide-right .c-menu__close {
    padding: 5px;
}

.c-menu--slide-right {
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

@media all and (min-width: 320px) {
    .c-menu--slide-right {
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px);
    }
}

.c-menu--slide-right.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.c-menu__close {
    color: #fff;
    background-color: transparent;
    font-size: 34px;
    line-height: 26px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.c-menu__close:focus {
    outline: none;
}

.slide-overlay {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    pointer-events: none;
}

.slide-overlay.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: auto;
}

.c-menu .info {
    position: relative;
    z-index: 5000;
    padding: 40px 30px 0;
}

.c-menu .info ul {
    padding: 0;
    border: 1px solid #ffffff;
    padding: 15px 15px;
}

.c-menu .info ul li {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.c-menu .info ul li.last, 
.c-menu .info ul li p {
    margin: 0;
}

.c-menu .info ul li p span {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.c-menu .info ul li p span.heading {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

/* Search Bar */
/* Right section container */
.main-menu .right-section {
    position: relative;
    float: right;
    display: flex; /* Use flexbox for better alignment */
    align-items: center; /* Vertically center buttons */
    height: 50px; /* Match your header height */
}

/* LOGIN Button (White background, blue text, no border) */
.right-section .quote-link.login-btn a {
    height: 50px;
    color: #08487e !important; /* Your dark blue text */
    background-color: rgb(180, 180, 180) !important; /* White background */
    padding: 12px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
}

/* LOGIN Hover effect (slightly darker background) */
.right-section .quote-link.login-btn a:hover {
    background-color: #f0f0f0 !important;
}

/* REGISTER Button (Your blue background) */
.right-section .quote-link.register-btn a {
    height: 50px;
    color: white !important;
    background-color: #08487e !important; /* Your existing blue */
    padding: 12px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
}

/* REGISTER Hover effect (darker blue) */
.right-section .quote-link.register-btn a:hover {
    background-color: #063a6a !important;
}

/* Divider styling (matches your theme) */
.right-section .divider {
    color: #08487e; /* Blue to match your theme */
    margin: 0 5px; /* Spacing between buttons */
    font-weight: 700;
    font-size: 15px;
    opacity: 0.5; /* Slightly transparent */
}

/* Remove old search styles (no longer needed) */
.right-section .search,
.right-section .search-input {
    display: none;
}
/* Header Style 2 */
.header-style-2 .top-header {
    margin-top: 0;
}
.header-style-2 .navigation {
    background-color: #0B60A9;
    height: 50px;
}
.header-style-2 .main-menu > ul {
    padding: 0;
}
.header-style-2 .main-menu > ul > li:first-child > a {
    padding-left: 0;
}

/* Customer Notice Board */
.wt-notice-board {
    clear: both;
    background: #ffffff;
    border-top: 1px solid rgba(11, 96, 169, 0.12);
    border-bottom: 1px solid rgba(11, 96, 169, 0.12);
    box-shadow: 0 12px 24px rgba(8, 72, 126, 0.08);
    position: relative;
    z-index: 5;
}

.wt-notice-inner {
    display: flex;
    align-items: stretch;
    gap: 0;
    min-height: 58px;
}

.wt-notice-label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    padding: 0 18px;
    background: #f7941d;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.wt-notice-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.wt-notice-item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(11, 96, 169, 0.08);
}

.wt-notice-item:last-child {
    border-bottom: 0;
}

.wt-notice-icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(11, 96, 169, 0.09);
    color: #0B60A9;
}

.wt-notice-copy {
    flex: 1;
    min-width: 0;
}

.wt-notice-copy strong {
    display: block;
    color: #0B60A9;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 3px;
}

.wt-notice-copy span {
    display: block;
    color: #333333;
    font-size: 14px;
    line-height: 1.35;
}

.wt-notice-action {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 14px;
    background: #0B60A9;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.wt-notice-action:hover,
.wt-notice-action:focus {
    background: #08487e;
    color: #ffffff;
}

@media (max-width: 767px) {
    .wt-notice-board {
        box-shadow: none;
    }

    .wt-notice-inner,
    .wt-notice-item {
        display: block;
    }

    .wt-notice-label {
        min-width: 0;
        min-height: 36px;
    }

    .wt-notice-item {
        padding: 14px 15px;
    }

    .wt-notice-icon {
        display: none;
    }

    .wt-notice-action {
        margin-top: 10px;
        width: 100%;
    }
}
/* Mobile Buttons Container */
.mobile-buttons {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: transparent; /* Match your menu background */
}

/* Login Button */
.mobile-login {
    color: #08487e;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 8px 15px;
    border-radius: 4px;
    background: #ffffff;
}

/* Register Button */
.mobile-register {
    background: #08487e;
    color: white;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
}

/* Divider */
.mobile-divider {
    color: rgba(8, 72, 126, 0.3);
    font-weight: bold;
}

/*-----------------------------------------------------------------------------------*/
/*  3. Content
/*-----------------------------------------------------------------------------------*/

.wrapper {
    padding: 100px 0;
}

.bg-color {
    background-color: #f6f6f6;
}

.section-title h2 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 80px;
}

.section-title h2:after {
    content: '';
    position: absolute;
    background-color: #0B60A9;
    width: 100px;
    height: 4px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
}

.with-bg .section-title h2 {
    color: #ffffff;
}

.with-bg .section-title h2:after {
    background-color: #ffffff;
}

h3.title {
    text-transform: uppercase;
}

h3.title:after {
    content: '';
    background-color: #0B60A9;
    width: 75px;
    height: 2px;
    margin-top: 15px;
    display: block;
}

h4.title {
    text-transform: uppercase;
}


/* Page Title */

.page-title {
    position: relative;
    z-index: 100;
    background-size: cover;
    background-position: center center;
}

.page-title .row {
    margin-left: 0;
    margin-right: 0;
}

.page-title .title-wrap {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 10%;
}

.page-title .title-wrap h1 {
    color: #ffffff;
    text-transform: uppercase;
}

.page-title .title-wrap h1:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 75px;
    border-top: 3px solid #ffffff;
}

.page-title .title-wrap .breadcrumbs p {
    color: #ffffff;
}

.page-title .title-wrap .breadcrumbs span {
    margin: 0 10px;
}

.page-title .title-wrap .breadcrumbs span.arrow {
    margin: 0;
    position: relative;
    top: 3px;
    font-size: 16px;
}


/* Home Slider */

.home-slider {
    display: inline-block;
    float: left;
    width: 100%;
}

.home-slider li {
    background-size: cover;
    background-position: center center;
}

.home-slider .caption-wrap {
    position: absolute;
    top: 45%;
    width: 35%;
    z-index: 100;
}

.home-slider .caption-wrap h1 {
    color: #ffffff;
    text-transform: uppercase;
}

.home-slider .caption-wrap p {
    color: #ffffff;
    font-size: 20px;
}

.home-slider .caption-wrap h1:after {
    content: '';
    background-color: #ffffff;
    width: 100px;
    height: 4px;
    margin-top: 25px;
    display: block;
}

.home-slider .flex-direction-nav .flex-next,
.home-slider .flex-direction-nav .flex-prev {
    opacity: 1;
    width: 75px;
    height: 115px;
}

.home-slider .flex-direction-nav .flex-next:hover,
.home-slider .flex-direction-nav .flex-prev:hover {
    opacity: 0.7;
}

.home-slider .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next {
    right: 30px;
}

.home-slider .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
    left: 30px;
}

.home-slider .flex-direction-nav a:before {
    font-family: "logistics";
    font-size: 75px;
    color: #ffffff;
}

.home-slider .flex-direction-nav a.flex-next:before {
    content: "\62";
}

.home-slider .flex-direction-nav a.flex-prev:before {
    content: "\61";
}


/* Services */

.services {
    background-image: url(../img/content/services-bg.jpg);
    background-size: cover;
    background-position: center center;
    padding-bottom: 90px;
    display: inline-block;
    width: 100%;
}

.services .email-quote {
    background-color: #0B60A9;
    position: relative;
    top: 0;
    z-index: 500;
    padding: 30px 60px;
    margin-bottom: 40px;
}

.services .email-quote h4 {
    display: inline-block;
    float: left;
    margin: 10px 30px 0px 0px;
    color: #ffffff;
    text-transform: uppercase;
}

.services .email-quote form {
    overflow: hidden;
}

.services .email-quote input.col-md-6 {
    width: 50%;
}

.services .email-quote select {
    height: 40px;
    border: none;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    display: inline;
    width: 62%;
    float: left;
}

.services .email-quote button {
    background-color: #08487e;
    color: #ffffff;
    border: none;
    height: 40px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-left: 15px;
}

.services .services-wrap {
    position: relative;
    z-index: 500;
}

.services .services-content {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 400px;
}

.services .services-content .services-image {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
}

.services .services-text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 0 15%;
    z-index: 500;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.services .item .services-text {
    opacity: 0;
}

.services .active .item .services-text {
    opacity: 1;
}

.services .services-text h3.title {
    text-transform: uppercase;
    color: #ffffff;
}

.services .services-text h3.title:after {
    content: '';
    background-color: #ffffff;
    width: 75px;
    height: 4px;
    display: block;
    margin: 15px auto
}

.services .services-text p {
    font-size: 16px;
    color: #ffffff;
}

.services .item .services-content .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
}

.services .active .item .services-content .overlay {
    background-color: rgba(0, 0, 0, 0.65);
}

.services .services-wrap-carousel .owl-prev,
.services .services-wrap-carousel .owl-next {
    background: transparent !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.services .services-wrap-carousel .owl-prev {
    left: 0;
}

.services .services-wrap-carousel .owl-next {
    right: 0;
}

.services .services-wrap-carousel .owl-prev i,
.services .services-wrap-carousel .owl-next i {
    font-size: 60px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.services .services-wrap-carousel i:hover {
    opacity: 0.6;
}

/* Features */

.features.wrapper {
    padding: 100px 0 60px 0;
}

.features-item {
    position: relative;
    overflow: hidden;
    padding: 20px 20px 20px 150px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
}

.features-item .icon-wrap {
    background-color: #0B60A9;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0px 35px;
}

.features-item .icon-wrap i {
    font-size: 60px;
    color: #ffffff;
    line-height: 165px;
}


/* Services Calculator */

.services-calculator-wrap {
    position: relative;
}

.services-calculator .intro-section {
    padding-top: 100px;
}

.services-calculator .intro-section p {
    font-size: 16px;
}

.services-calculator .intro-section .image {
    position: absolute;
    max-width: 550px;
}

.services-calculator .intro-section .image img {
    transform: translate(-5%, 12%);
}

.services-calculator .form-section form {
    background-color: #0B60A9;
    padding: 100px 40px;
}

.services-calculator .form-section form p.intro {
    color: #ffffff;
}

.services-calculator .form-section form label {
    display: inline-block;
    min-width: 140px;
    color: #ffffff;
}
.services-calculator .form-section select {
    width: 100%;
    height: 40px;
    border: none;
    margin-bottom: 30px;
    padding: 0 10px;
    cursor: pointer;
}
.services-calculator .form-section p.extra-services {
    width: 50%;
    display: inline-block;
}
.services-calculator .form-section p.extra-services span,
.services-calculator .form-section p.fragile span {
    width: 100%;
    display: block;
}
.services-calculator .form-section p.extra-services span label,
.services-calculator .form-section p.fragile span label {
    font-size: 13px;
}
.services-calculator .form-section p.extra-services span input,
.services-calculator .form-section p.fragile span input {
    width: 20px;
    height: 17px;
    position: relative;
    top: 5px;
}
.services-calculator .form-section p.fragile {
    width: 50%;
    float: right;
}
.services-calculator .form-section p.fragile span label {
    min-width: 50px;
}
#totalPrice {
    background-color: #08487e;
    padding: 10px 15px;
    margin-top: 30px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}


/* Testimonial */

.testimonial {
    background-image: url(../img/content/testimonial-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative; /* Needed for the overlay positioning */
}

.testimonial::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(10, 20, 30, 0.6); /* Black with 50% opacity */
    z-index: 1;
}

/* Make sure your testimonial content has higher z-index */
.testimonial > * {
    position: relative;
    z-index: 2;
}

.testimonial .owl-carousel .owl-stage-outer {
    padding-bottom: 100px;
}

.testimonial-item {
    position: relative;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url(../img/content/quote.png);
    background-repeat: no-repeat;
    background-position: 30px 85%;
    padding: 30px 30px 70px 30px;
}

.testimonial-item p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
}

.testimonial-item .client-info {
    position: absolute;
    right: 15px;
    bottom: -50px;
    background-color: #ffffff;
    padding: 15px 20px;
}

.testimonial-item .client-info img {
    width: auto;
    float: left;
    margin-right: 15px;
}

.testimonial-item .client-info .client-details {
    float: right;
    overflow: hidden;
    margin-top: 15px;
}

.testimonial-item .client-info .client-details h3 {
    font-size: 18px;
    margin: 0;
}

.testimonial-item .client-info .client-details p {
    font-size: 16px;
    color: #333333;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}


/* Our Partner */

.our-partner {
    margin-top: 80px;
}

.partner-logo img {
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.partner-logo img:hover {
    opacity: 0.5;
}


/* Latest Post */

.latest-post .post-thumb {
    position: relative;
    margin-bottom: 20px;
}

.latest-post .post-thumb .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(11, 96, 169, 0.8) url(../img/plus.svg) no-repeat;
    background-position: center center;
    background-size: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}

.latest-post .post-thumb:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.latest-post .post-content .date {
    float: left;
    margin-right: 15px;
    background-color: #0B60A9;
    padding: 10px;
}

.latest-post .post-content .date span {
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: block;
    color: #ffffff;
}

.latest-post .post-content .content-wrap {
    overflow: hidden;
}

.latest-post .post-content .content-wrap h4 {
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 5px;
}

.latest-post .post-content .content-wrap .meta {
    margin-bottom: 20px;
}

.latest-post .post-content .content-wrap .meta span {
    margin-right: 20px;
}

.latest-post .post-content .content-wrap .meta span.last {
    margin-right: 0;
}

.latest-post .post-content .content-wrap .meta span i {
    color: #0B60A9;
    margin-right: 5px;
}

.latest-post .post-content .content-wrap p {
    font-size: 16px;
}

.latest-post .owl-theme .owl-controls .owl-nav [class*=owl-],
.team .owl-theme .owl-controls .owl-nav [class*=owl-] {
    top: 15%;
    position: absolute;
    background: none;
    color: #0B60A9;
    font-size: 52px;
}

.latest-post .owl-theme .owl-controls .owl-nav [class*=owl-]:hover,
.team .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    color: #08487e;
}

.latest-post .owl-prev,
.team .owl-prev {
    left: -7%;
}

.latest-post .owl-next,
.team .owl-next {
    right: -7%;
}


/* Counter Number */

.counter-section {
    background-image: url(../img/content/counter-bg.jpg);
    background-size: cover;
    background-position: center center;
}

.counter-section h2 {
    color: #0B60A9;
}

.counter-section h2:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 50px;
    border-top: 2px solid #0B60A9;
}

.counter-section p {
    color: #ffffff;
}

.counter-section p.heading {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}


/*-----------------------------------------------------------------------------------*/
/*  3a. About Page
/*-----------------------------------------------------------------------------------*/

/* ===================================================
   About – revamped wt-about-* components
=================================================== */
.wt-about-section {
    padding: 76px 0 84px;
    background: #fff;
}

/* ── Who We Are row ── */
.wt-about-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 68px;
    align-items: center;
    margin-bottom: 76px;
}

.wt-about-kicker {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #0B60A9;
    margin-bottom: 16px;
    padding-left: 28px;
    position: relative;
}

.wt-about-kicker::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background: #0B60A9;
    border-radius: 2px;
}

.wt-about-text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1a2b3c;
    line-height: 1.25;
    margin: 0 0 22px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.wt-about-text p {
    font-size: 15px;
    color: #5a6c7d;
    line-height: 1.78;
    margin-bottom: 14px;
}

/* Stats */
.wt-about-stats {
    display: flex;
    gap: 36px;
    margin: 28px 0 32px;
    padding: 22px 0;
    border-top: 1px solid #e8eef4;
    border-bottom: 1px solid #e8eef4;
}

.wt-about-stat {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.wt-about-stat-num {
    font-size: 34px;
    font-weight: 700;
    color: #0B60A9;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}

.wt-about-stat-label {
    font-size: 11px;
    color: #7a90a4;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}

/* CTA button */
.wt-about-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 26px;
    background: #0B60A9;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
}

.wt-about-cta:hover {
    background: #094a82;
    box-shadow: 0 8px 24px rgba(11, 96, 169, 0.28);
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
}

.wt-about-cta i {
    font-size: 12px;
    transition: transform 0.2s;
}

.wt-about-cta:hover i {
    transform: translateX(3px);
}

/* Media / image column */
.wt-about-media {
    position: relative;
}

.wt-about-slides {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wt-about-slides .slide-item {
    display: none;
}

.wt-about-slides .slide-item:first-child {
    display: block;
}

.wt-about-media .slide-item img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    display: block;
}

/* ── Mission / Vision / Values cards ── */
.wt-about-mvv {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.wt-about-mvv-card {
    background: #fff;
    border: 1px solid #e8eef4;
    border-top: 4px solid #0B60A9;
    border-radius: 12px;
    padding: 32px 28px 30px;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wt-about-mvv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 44px rgba(11, 96, 169, 0.14);
}

.wt-about-mvv-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #e8f1fb 0%, #d0e5f7 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.wt-about-mvv-icon svg {
    width: 26px;
    height: 26px;
    stroke: #0B60A9;
    fill: none;
}

.wt-about-mvv-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1a2b3c;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 12px;
}

.wt-about-mvv-card p {
    font-size: 14.5px;
    color: #5a6c7d;
    line-height: 1.72;
    margin: 0;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .wt-about-row {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 52px;
    }

    .wt-about-mvv {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .wt-about-section {
        padding: 48px 0 56px;
    }

    .wt-about-text h2 {
        font-size: 24px;
    }

    .wt-about-stats {
        gap: 24px;
    }

    .wt-about-stat-num {
        font-size: 28px;
    }

    .wt-about-mvv {
        grid-template-columns: 1fr;
    }
}


/* Company Profile (legacy — kept for other pages that may reference) */

.company-slider {
    position: relative;
}

.company-slider img {
    width: 100%;
}

.company-slider .flex-direction-nav {
    display: none;
}

.company-slider .flex-control-nav {
    bottom: 0;
    left: 0;
}

.company-slider .flex-control-paging li a {
    background: #ffffff;
}

.company-slider .flex-control-paging li a.flex-active {
    background: #0B60A9;
}

.company-vision {
    display: inline-block;
    margin-top: 100px;
}

.company-vision img {
    margin-bottom: 30px;
}

.company-vision h4 {
    text-transform: uppercase;
}


/* Team */

.team-photo {
    position: relative;
    overflow: hidden;
}

.team-photo .team-details {
    position: absolute;
    bottom: -40px;
    width: 100%;
    padding: 20px;
    background-color: #0B60A9;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.team-photo:hover .team-details {
    background-color: #08487e;
    bottom: 0;
}

.team-photo .team-details h4 {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

.team-photo .team-details p {
    color: #ffffff;
    font-size: 16px;
}

.team-photo .team-details ul {
    padding: 0;
    margin: 0;
}

.team-photo .team-details ul li {
    display: inline-block;
    margin-right: 15px;
}

.team-photo .team-details ul li a {
    color: #ffffff;
    font-size: 16px;
}

.team .owl-theme .owl-controls .owl-nav [class*=owl-] {
    top: 35%;
}


/*-----------------------------------------------------------------------------------*/
/*  3b. Services Page
/*-----------------------------------------------------------------------------------*/

/* ===================================================
   Services page – revamped wt-services-* components
=================================================== */

/* Page section wrapper */
.wt-services-page-section {
    padding: 72px 0 60px;
    background: #fff;
}

/* Section heading (reuses wt-about-kicker) */
.wt-svc-page-head {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 48px;
}

.wt-svc-page-head h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a2b3c;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin: 0 0 14px;
    line-height: 1.2;
}

.wt-svc-page-head p {
    font-size: 15px;
    color: #5a6c7d;
    line-height: 1.7;
    margin: 0;
}

/* How It Works process strip */
.wt-svc-process {
    margin-top: 72px;
    padding-top: 64px;
    border-top: 1px solid #e8eef4;
}

.wt-svc-process .wt-svc-page-head {
    margin-bottom: 44px;
}

.wt-svc-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
}

.wt-svc-step {
    flex: 1;
    max-width: 260px;
    text-align: center;
    padding: 0 16px;
}

.wt-svc-step-num {
    width: 56px;
    height: 56px;
    background: #0B60A9;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    box-shadow: 0 6px 20px rgba(11, 96, 169, 0.3);
}

.wt-svc-step h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a2b3c;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 10px;
}

.wt-svc-step p {
    font-size: 14px;
    color: #5a6c7d;
    line-height: 1.65;
    margin: 0;
}

.wt-svc-step-connector {
    flex-shrink: 0;
    padding-top: 18px;
    color: #c4d4e4;
}

.wt-svc-step-connector svg {
    width: 28px;
    height: 28px;
}

/* CTA Banner */
.wt-svc-cta-banner {
    background: linear-gradient(135deg, #082d52 0%, #0B60A9 60%, #1a7fd4 100%);
    padding: 72px 0 80px;
}

.wt-svc-cta-inner {
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
}

.wt-svc-cta-banner h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin: 0 0 16px;
    line-height: 1.2;
}

.wt-svc-cta-banner p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.65;
    margin: 0 0 36px;
}

.wt-svc-cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.wt-svc-cta-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s, box-shadow 0.2s, transform 0.15s, border-color 0.2s;
}

.wt-svc-cta-primary {
    background: #fff;
    color: #0B60A9;
    border: 2px solid #fff;
}

.wt-svc-cta-primary:hover {
    background: #e8f1fb;
    border-color: #e8f1fb;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    text-decoration: none;
    color: #0B60A9;
}

.wt-svc-cta-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.55);
}

.wt-svc-cta-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .wt-svc-steps {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .wt-svc-step {
        max-width: 100%;
        padding: 0 24px 28px;
    }

    .wt-svc-step-connector {
        padding-top: 0;
        padding-bottom: 8px;
        transform: rotate(90deg);
    }

    .wt-svc-cta-banner {
        padding: 52px 0 60px;
    }

    .wt-svc-cta-banner h2 {
        font-size: 24px;
    }
}

/* ===================================================
   Single Service pages (self-shopping, shop-for-me, come-and-collect)
=================================================== */
.wt-single-svc-section {
    padding: 68px 0 72px;
    background: #fff;
}

/* Two-column grid: main + sidebar */
.wt-single-svc-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 52px;
    align-items: flex-start;
}

/* Hero image */
.wt-single-svc-hero {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    display: block;
    object-fit: cover;
    max-height: 380px;
}

/* Title */
.wt-single-svc-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a2b3c;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin: 0 0 20px;
    line-height: 1.2;
}

/* Body text */
.wt-single-svc-text p {
    font-size: 15px;
    color: #5a6c7d;
    line-height: 1.78;
    margin-bottom: 14px;
}

.wt-single-svc-text a {
    color: #0B60A9;
    font-weight: 600;
}

/* Feature cards grid */
.wt-single-svc-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid #e8eef4;
}

.wt-single-svc-feat-card {
    background: #fff;
    border: 1px solid #e8eef4;
    border-top: 3px solid #0B60A9;
    border-radius: 10px;
    padding: 22px 18px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.22s, box-shadow 0.22s;
}

.wt-single-svc-feat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(11, 96, 169, 0.12);
}

.wt-single-svc-feat-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #e8f1fb, #d0e5f7);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.wt-single-svc-feat-icon i {
    font-size: 22px;
    color: #0B60A9;
    line-height: 1;
}

.wt-single-svc-feat-card h4 {
    font-size: 13px;
    font-weight: 700;
    color: #1a2b3c;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 8px;
}

.wt-single-svc-feat-card p {
    font-size: 13px;
    color: #5a6c7d;
    line-height: 1.65;
    margin: 0;
}

.wt-single-svc-feat-card p a {
    color: #0B60A9;
    font-weight: 600;
}

/* Sidebar */
.wt-single-svc-sidebar-card {
    background: #fff;
    border: 1px solid #e8eef4;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    margin-bottom: 22px;
}

.wt-single-svc-sidebar-head {
    background: #0B60A9;
    color: #fff;
    padding: 13px 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Montserrat', sans-serif;
}

.wt-single-svc-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wt-single-svc-sidebar-list li {
    border-bottom: 1px solid #f0f4f8;
}

.wt-single-svc-sidebar-list li:last-child {
    border-bottom: none;
}

.wt-single-svc-sidebar-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
    font-size: 14px;
    color: #34495e;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.wt-single-svc-sidebar-list li a::after {
    content: '→';
    font-size: 13px;
    color: #c4d4e4;
    transition: color 0.15s, transform 0.15s;
}

.wt-single-svc-sidebar-list li a:hover {
    background: #f4f9ff;
    color: #0B60A9;
    text-decoration: none;
}

.wt-single-svc-sidebar-list li a:hover::after {
    color: #0B60A9;
}

.wt-single-svc-sidebar-list li a.wt-svc-active {
    background: #f0f6ff;
    color: #0B60A9;
    font-weight: 700;
}

.wt-single-svc-sidebar-list li a.wt-svc-active::after {
    color: #0B60A9;
}

/* Responsive */
@media (max-width: 900px) {
    .wt-single-svc-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .wt-single-svc-features {
        grid-template-columns: 1fr 1fr;
    }

    .wt-single-svc-sidebar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .wt-single-svc-sidebar-card {
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {
    .wt-single-svc-section {
        padding: 44px 0 52px;
    }

    .wt-single-svc-title {
        font-size: 22px;
    }

    .wt-single-svc-features {
        grid-template-columns: 1fr;
    }

    .wt-single-svc-sidebar {
        grid-template-columns: 1fr;
    }
}

/* Legacy .services-page rules (kept for single-service pages) */

.services-page .services-content {
    margin-bottom: 40px;
}

.services-page .services-text {
    position: relative;
    background-color: #ffffff;
    padding: 30px 30px 80px;
}

.services-page .services-text a.button-normal {
    position: absolute;
    right: 0;
    bottom: 0;
}

.services-page .services-thumb {
    position: relative;
}

.services-page .services-thumb .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(11, 96, 169, 0.8) url(../img/plus.svg) no-repeat;
    background-position: center center;
    background-size: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}

.services-page .services-thumb:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}


/* Single Services */

.single-services-wrap img {
    width: 100%;
    margin-bottom: 40px;
}

.single-services-wrap .features-wrap {
    margin-top: 60px;
}

.single-services-wrap .features-item {
    padding: 20px 20px 20px 60px;
}

.single-services-wrap .features-item .icon-wrap {
    padding: 0px 15px;
    background-color: transparent;
}

.single-services-wrap .features-item .icon-wrap i {
    font-size: 32px;
    color: #0B60A9;
    line-height: 70px;
}

.contact-us-banner {
    margin-top: 80px;
}

.contact-us-banner h1 {
    text-transform: uppercase;
}


/* Sidebar */

.sidebar {
    padding-left: 30px;
}

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

.sidebar .widget.last {
    margin-bottom: 0;
}

.sidebar .widget ul {
    padding: 0;
}

.sidebar .widget ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e3e3e3;
}

.sidebar .widget ul li a {
    font-size: 16px;
    color: #333333;
    width: 100%;
    display: block;
    position: relative;
    left: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.sidebar .widget ul li a:hover {
    color: #0B60A9;
    left: 10px;
}

.sidebar .widget.pdf-download {
    background-color: #0B60A9;
    padding: 20px;
}

.sidebar .widget.pdf-download h4 {
    color: #ffffff
}

.sidebar .widget.pdf-download ul li {
    border-bottom: 1px solid #004D90;
}

.sidebar .widget.pdf-download ul li a {
    color: #ffffff;
}

.sidebar .widget.pdf-download ul li a span {
    margin-right: 5px;
}


/*-----------------------------------------------------------------------------------*/
/*  3c. Blog Page
/*-----------------------------------------------------------------------------------*/

.blog .post {
    display: inline-block;
}

.blog .post-item {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.blog .post-thumb {
    position: relative;
}

.blog .post-thumb .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(11, 96, 169, 0.8) url(../img/plus.svg) no-repeat;
    background-position: center center;
    background-size: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}

.blog .post-thumb:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.blog .post-item .post-thumb img {
    width: 100%;
    margin-bottom: 30px;
}

.blog .post-item a.post-title {
    color: #333333;
}

.blog .post-item h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.blog .post-item h3:hover {
    color: #0B60A9;
}

.blog .post-item .meta {
    margin-bottom: 20px;
}

.blog .post-item .meta span {
    margin-right: 20px;
}

.blog .post-item .meta span.last {
    margin-right: 0;
}

.blog .post-item .meta span i {
    color: #0B60A9;
    margin-right: 5px;
}
.blog .pagination {
    margin: 0;
}
.pagination span.active {
    font-size: 16px;
    color: #ffffff;
    background-color: #0B60A9;
    border: 1px solid #0B60A9;
    width: 35px;
    height: 35px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    margin: 0px 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pagination span a {
    font-size: 16px;
    background-color: #ececec;
    border: 1px solid #cacaca;
    width: 35px;
    height: 35px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    margin: 0px 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pagination span a:hover {
    background-color: #0B60A9;
    border: 1px solid #0B60A9;
    color: #ffffff;
}
.pagination span.last a {
    margin-right: 0;
}

/* Sidebar */

.sidebar .recent-post .post-item {
    margin-bottom: 20px;
}

.sidebar .recent-post .post-thumb {
    float: left;
    width: 60px;
    margin-right: 15px;
}

.sidebar .recent-post .post-thumb img {
    margin: 0;
}

.sidebar .recent-post .overlay {
    background-size: 16px;
}

.sidebar .recent-post .post-content h4 {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #333333;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sidebar .recent-post .post-content h4:hover {
    color: #0B60A9;
}

.sidebar .recent-post .post-content .meta {
    margin: 0;
}

.sidebar .tags a {
    display: inline-block;
    background-color: #0B60A9;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 5px;
    margin-right: 5px;
    margin-bottom: 9px;
}

.sidebar .tags a:hover {
    background-color: #08487e;
}


/* Single Post */

.single-post .post .post-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.share {
    margin-top: 60px;
}

.share span {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 700;
}

.share ul {
    padding: 0;
}

.share ul li {
    display: inline-block;
    margin-right: 10px;
}

.share ul li a {
    font-size: 16px;
    background-color: #ececec;
    border: 1px solid #cacaca;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.share ul li a:hover {
    background-color: #0B60A9;
    border: 1px solid #0B60A9;
    color: #ffffff;
}


/*-----------------------------------------------------------------------------------*/
/*  3d. Contact Page
/*-----------------------------------------------------------------------------------*/

.contact-page .address,
.contact-page .hours {
    background-color: #0B60A9;
    padding: 20px;
}

.contact-page .hours {
    margin-top: 30px;
}

.contact-page .address h4,
.contact-page .hours h4,
.contact-page .address p,
.contact-page .hours p {
    color: #ffffff;
}

.contact-page .address p,
.contact-page .hours p {
    margin: 0;
}

.contact-page .hours p span {
    font-weight: 700;
}

.map {
    position: relative;
    z-index: -1;
}

.map iframe {
    border: 0;
    width: 100%;
    height: 400px;
    display: inherit;
}

/* ===================================================
   Contact page – new wt-contact-* design
=================================================== */

.wt-contact-section {
    padding: 68px 0 72px;
    background: #fff;
}

/* Section heading */
.wt-contact-head {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 56px;
}

.wt-contact-head h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1a2b3c;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 6px 0 14px;
}

.wt-contact-head p {
    font-size: 15px;
    color: #5a6c7d;
    line-height: 1.75;
    margin: 0;
}

/* Two-column layout: info (35%) | form (65%) */
.wt-contact-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 52px;
    align-items: flex-start;
}

/* ── Info column ── */
.wt-contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border: 1px solid #e8eef4;
    border-radius: 12px;
    padding: 20px 22px;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}

.wt-contact-info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(11, 96, 169, 0.1);
}

.wt-contact-info-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #e8f1fb, #d0e5f7);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wt-contact-info-icon svg {
    width: 20px;
    height: 20px;
    stroke: #0B60A9;
}

.wt-contact-info-body h4 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #1a2b3c;
    margin: 0 0 5px;
    font-family: 'Montserrat', sans-serif;
}

.wt-contact-info-body p {
    font-size: 14px;
    color: #5a6c7d;
    line-height: 1.6;
    margin: 0;
}

.wt-contact-info-body a {
    color: #0B60A9;
    font-weight: 600;
    text-decoration: none;
}

.wt-contact-info-body a:hover {
    text-decoration: underline;
}

.wt-contact-note {
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
    color: #6d7f8f;
}

.wt-contact-whatsapp-card {
    border-color: #d9f0e2;
    background: linear-gradient(180deg, #ffffff 0%, #f7fcf9 100%);
}

.wt-contact-whatsapp-icon {
    background: linear-gradient(135deg, #e3f8eb, #c9efd7);
}

.wt-contact-whatsapp-icon svg {
    stroke: #128C4A;
}

.wt-contact-whatsapp-card .wt-contact-info-body a {
    color: #128C4A;
}

/* Hours card */
.wt-contact-hours-card {
    background: #0B60A9;
    border-radius: 12px;
    padding: 22px 22px 20px;
    margin-top: 4px;
    box-shadow: 0 8px 28px rgba(11, 96, 169, 0.22);
}

.wt-contact-hours-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.wt-contact-hours-head svg {
    width: 20px;
    height: 20px;
    stroke: rgba(255, 255, 255, 0.85);
    flex-shrink: 0;
}

.wt-contact-hours-head span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.wt-contact-hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wt-contact-hours-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13.5px;
}

.wt-contact-hours-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.wt-contact-hours-list li span {
    color: rgba(255, 255, 255, 0.75);
}

.wt-contact-hours-list li strong {
    color: #fff;
    font-weight: 700;
}

/* ── Form column ── */
.wt-contact-form-wrap {
    background: #fff;
    border: 1px solid #e8eef4;
    border-radius: 16px;
    padding: 40px 40px 36px;
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.06);
}

.wt-contact-form-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a2b3c;
    margin: 0 0 28px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.wt-contact-form .wt-contact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.wt-contact-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.wt-contact-row .wt-contact-field {
    margin-bottom: 0;
}

.wt-contact-field label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #1a2b3c;
    margin-bottom: 7px;
    font-family: 'Montserrat', sans-serif;
}

.wt-req {
    color: #e05252;
}

.wt-contact-form input,
.wt-contact-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #dde5ef;
    border-radius: 8px;
    font-size: 14px;
    color: #1a2b3c;
    background: #fafcff;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
}

.wt-contact-form input::placeholder,
.wt-contact-form textarea::placeholder {
    color: #aab7c4;
}

.wt-contact-form input:focus,
.wt-contact-form textarea:focus {
    border-color: #0B60A9;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(11, 96, 169, 0.1);
}

.wt-contact-form textarea {
    resize: vertical;
    min-height: 140px;
}

.wt-contact-submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #0B60A9, #0a4f8e);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.wt-contact-submit svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
}

.wt-contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(11, 96, 169, 0.35);
}

/* Map */
.wt-contact-map {
    position: relative;
    z-index: 0;
}

.wt-contact-map iframe {
    border: 0;
    width: 100%;
    height: 420px;
    display: block;
}

/* Responsive */
@media (max-width: 900px) {
    .wt-contact-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .wt-contact-form-wrap {
        padding: 28px 24px 24px;
    }
}

@media (max-width: 600px) {
    .wt-contact-section {
        padding: 44px 0 52px;
    }

    .wt-contact-head h2 {
        font-size: 22px;
    }

    .wt-contact-form .wt-contact-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .wt-contact-form .wt-contact-row .wt-contact-field {
        margin-bottom: 20px;
    }

    .wt-contact-submit {
        width: 100%;
        justify-content: center;
    }
}


/* ===================================================
   Thank-you / confirmation page
=================================================== */

.wt-ty-section {
    padding: 80px 0 96px;
    background: linear-gradient(160deg, #f4f9ff 0%, #eef4fc 100%);
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
}

.wt-ty-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 24px 72px rgba(11, 96, 169, 0.1);
    padding: 64px 56px 56px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

/* Animated success icon */
.wt-ty-icon-wrap {
    position: relative;
    width: 88px;
    height: 88px;
    margin: 0 auto 28px;
}

.wt-ty-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    animation: wt-ty-pop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@keyframes wt-ty-pop {
    0%   { transform: scale(0); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.wt-ty-check {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    animation: wt-ty-pop 0.5s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.wt-ty-check-circle {
    stroke: #2e7d32;
    stroke-width: 2;
    opacity: 0.25;
}

.wt-ty-check-path {
    stroke: #2e7d32;
    stroke-width: 3.5;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: wt-ty-draw 0.45s 0.5s ease forwards;
}

@keyframes wt-ty-draw {
    to { stroke-dashoffset: 0; }
}

/* Heading & body copy */
.wt-ty-heading {
    font-size: 28px;
    font-weight: 700;
    color: #1a2b3c;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 8px 0 18px;
    line-height: 1.2;
}

.wt-ty-sub {
    font-size: 15.5px;
    color: #5a6c7d;
    line-height: 1.75;
    max-width: 520px;
    margin: 0 auto 36px;
}

.wt-ty-sub strong {
    color: #1a2b3c;
}

/* "What happens next" steps */
.wt-ty-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #f4f9ff;
    border: 1px solid #dce8f5;
    border-radius: 12px;
    padding: 22px 24px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.wt-ty-step {
    flex: 1;
    min-width: 120px;
    max-width: 160px;
    text-align: center;
}

.wt-ty-step-num {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #0B60A9, #0a4f8e);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.wt-ty-step p {
    font-size: 12.5px;
    color: #5a6c7d;
    line-height: 1.5;
    margin: 0;
}

.wt-ty-step-arrow {
    flex-shrink: 0;
    color: #b0c4d8;
}

.wt-ty-step-arrow svg {
    width: 20px;
    height: 20px;
    display: block;
}

/* Urgent contact nudge */
.wt-ty-urgent {
    font-size: 14px;
    color: #7a8c9e;
    margin-bottom: 36px;
}

.wt-ty-urgent a {
    color: #0B60A9;
    font-weight: 700;
    text-decoration: none;
}

.wt-ty-urgent a:hover {
    text-decoration: underline;
}

/* Action buttons */
.wt-ty-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.wt-ty-btn-primary {
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    background: linear-gradient(135deg, #0B60A9, #0a4f8e);
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.wt-ty-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(11, 96, 169, 0.35);
    color: #fff;
    text-decoration: none;
}

.wt-ty-btn-outline {
    display: inline-flex;
    align-items: center;
    padding: 13px 28px;
    border: 2px solid #0B60A9;
    color: #0B60A9;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.wt-ty-btn-outline:hover {
    background: #0B60A9;
    color: #fff;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 640px) {
    .wt-ty-section {
        padding: 48px 0 64px;
        min-height: auto;
        align-items: flex-start;
    }

    .wt-ty-card {
        padding: 40px 24px 36px;
        border-radius: 14px;
    }

    .wt-ty-heading {
        font-size: 22px;
    }

    .wt-ty-steps {
        flex-direction: column;
        gap: 8px;
    }

    .wt-ty-step-arrow {
        transform: rotate(90deg);
    }

    .wt-ty-step {
        max-width: 100%;
    }

    .wt-ty-actions {
        flex-direction: column;
        gap: 12px;
    }

    .wt-ty-btn-primary,
    .wt-ty-btn-outline {
        width: 100%;
        justify-content: center;
    }
}


/*-----------------------------------------------------------------------------------*/
/*  4. Footer
/*-----------------------------------------------------------------------------------*/

#footer {
    background-image: url(../img/footer-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 100px 0 300px 0;
}


/* Widget Footer */

.widget-footer p {
    color: #ffffff;
}

.widget-footer h4.title {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.widget-footer h4.title:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 50px;
    border-top: 2px solid #ffffff;
}

.widget-footer .footer-content h4 {
    color: #ffffff;
    margin-bottom: 10px;
}


/* Widget Footer - Short Desc */

#footer .widget-footer .short-desc img {
    margin-bottom: 30px;
}


/* Widget Footer - Recent Post */

.widget-footer .recent-post .post-item {
    padding: 15px 0;
}

.widget-footer .recent-post .post-item:first-child {
    padding-top: 0;
}

.widget-footer .recent-post .post-item:last-child {
    border-bottom: none;
}

.widget-footer .recent-post .post-item .post-thumb {
    float: left;
    margin-right: 15px;
    position: relative;
}

.widget-footer .recent-post .post-item .post-thumb .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(11, 96, 169, 0.8) url(../img/plus.svg) no-repeat;
    background-position: center center;
    background-size: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}

.widget-footer .recent-post .post-item .post-thumb:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.widget-footer .recent-post .post-item .post-content {
    overflow: hidden;
}

.widget-footer .recent-post .post-item .post-content h4 {
    text-transform: capitalize;
    font-size: 16px;
}

.widget-footer .recent-post .post-item .post-content span.date {
    color: #ffffff;
    font-size: 12px;
    font-style: italic;
}


/* Widget Footer - Contact */

.widget-footer .contact-section {
    padding: 15px 0;
}

.widget-footer .contact-section:first-child {
    padding-top: 0;
}

.widget-footer .contact-section:last-child {
    border-bottom: none;
}

.widget-footer .contact-section h4 {
    font-size: 16px;
}

.widget-footer .contact-section p {
    margin: 0;
}


/* Copyright */

.copyright {
    background-color: rgba(1, 47, 84, 0.8);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 60px 0;
}

.copyright .social-icon ul {
    padding: 0;
    margin-bottom: 30px;
}

.copyright .social-icon ul li {
    display: inline-block;
    margin: 0 20px;
}

.copyright .social-icon ul li a {
    color: #ffffff;
    font-size: 24px;
}

.copyright .social-icon ul li a:hover {
    opacity: 0.5;
}

.copyright p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.1em;
}

/* Tracking Widget Styles */
.tracking-box-container {
    width: 75%;
    margin: 30px auto;
    position: relative;
    top: -50px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
}

.tracking-tabs {
    display: flex;
    background: #08487e;
    position: relative;
    z-index: 2500; /* Above hidden overlays (2000), below mobile menu (3000) */
}

.tab-btn {
    flex: 1;
    padding: 15px 0;
    background: transparent;
    border: none;
    color: white;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0.2);
    position: relative;
    z-index: 1;
}

.tab-btn:hover {
    background: rgba(255,255,255,0.1);
}

.tab-btn.active {
    background: rgba(255,255,255,0.2);
    border-bottom: 3px solid #f2f3f3;
}

.tab-content {
    padding: 25px;
    position: relative;
    z-index: 2500; /* Ensure tab panes are tappable above overlays */
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/* Request Quote Form */
.single-line-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.single-line-form input {
    flex: 2;
    min-width: 200px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.single-line-form select {
    flex: 1.5;
    min-width: 200px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

/* Tracking Form */
.tracking-form label {
    display: block;
    margin-bottom: 8px;
    color: #555;
    font-weight: 600;
}

.location-fields {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.from-field, .to-field {
    flex: 1;
}

.from-field input, .to-field input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

/* Calculator Form */
.form-row {
    margin-bottom: 20px;
}

.form-row label {
    display: block;
    margin-bottom: 8px;
    color: #555;
    font-weight: 600;
}

.form-row select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.checkbox-section {
    margin: 25px 0;
}

.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.checkboxes label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: normal;
    cursor: pointer;
}

.fragile-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 15px 0;
}

.fragile-section label:first-child {
    font-weight: 600;
    color: #555;
}

.price-display {
    background: #f8f9fa;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #08487e;
    border-radius: 4px;
    margin: 25px 0;
}

.intro {
    color: #666;
    font-style: italic;
    margin-bottom: 20px;
}

/* Common Submit Button */
.submit-btn {
    width: 100%;
    padding: 14px;
    background: #08487e;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #063a6a;
}

/* Responsive Design */
@media (max-width: 768px) {
    .tracking-box-container {
        width: 90%;
    }
    
    .single-line-form {
        flex-wrap: wrap;
    }
    
    .single-line-form input,
    .single-line-form select,
    .single-line-form .submit-btn {
        flex: 1 1 100%;
    }
    
    .location-fields {
        flex-direction: column;
        gap: 15px;
    }
}
.logo-image {
    max-width: 200px;  /* Adjust this value as needed */
    height: auto;
    width: 100%;  /* Makes it responsive */
}
#preloader #status img {
    width: 8vw;  /* 10% of viewport width */
    height: 8vw;  /* Maintains square aspect ratio */
    max-width: 90px;  /* Prevents it from getting too big */
    max-height: 90px;
    object-fit: contain;
}
.footer-link {
    color: white !important;
    font-weight: bold !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.footer-link:hover {
    opacity: 0.8;
    text-decoration: underline !important;
}
/* Quote Form Styles */
.detailed-quote-form {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1px;
    box-sizing: border-box;
    overflow-x: hidden;
}

.form-row {
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    max-width: 100%;
    box-sizing: border-box;
}

.form-row.double {
    display: flex;
    gap: 15px;
}

.form-group {
    flex: 1;
    max-width: 100%;
    box-sizing: border-box;
    min-width: 0; /* Prevents flex items from overflowing */
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.form-group textarea {
    min-height: 80px;
    resize: vertical;
}

.items-section {
    margin: 20px 0;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
}

.item-header {
    display: flex;
    background-color: #f5f5f5;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
}

.header-field {
    flex: 3;
    padding: 0 5px;
}

.header-field:last-child {
    flex: 1;
    text-align: center;
}

.item-row {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #eee;
    align-items: center;
}

.item-field {
    flex: 3;
    padding: 0 5px;
}

.item-field:last-child {
    flex: 1;
    text-align: center;
}

.item-field input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.upload-btn {
    display: inline-block;
    padding: 8px 12px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.upload-btn:hover {
    background-color: #e0e0e0;
}

.add-item-btn {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #f8f8f8;
    border: 1px dashed #ccc;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    margin: 10px 0;
    transition: all 0.3s;
}

.add-item-btn:hover {
    background-color: #f0f0f0;
    border-color: #999;
}

.submit-btn {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #2c3e50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #1a252f;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .form-row.double {
        flex-direction: column;
    }
    
    .item-header,
    .item-row {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .header-field,
    .item-field {
        width: 100%;
        margin-bottom: 5px;
    }
}

/* Tracking Tab - Complete Styles */
#tracking-tab {
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.tracking-heading {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 24px;
}

/* Input & Button Styling */
.tracking-input-section {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.tracking-input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #2c3e50!important;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.tracking-input:focus {
    border-color: #2c3e50;
    box-shadow: 0 0 0 2px rgba(44, 62, 80, 0.1);
    outline: none;
}

.track-now-btn {
    padding: 12px 25px;
    background-color: #2c3e50;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.track-now-btn:hover {
    background-color: #1a252f;
}

/* Pricing & Lead Times Section */
#pricing-leadtimes {
    padding: 60px 0;
    background: #fff;
}

.pricing-title {
    color: #2c3e50;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.pricing-subtitle {
    color: #666;
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
    font-style: italic;
}

.table-heading {
    color: #2c3e50;
    font-size: 22px;
    margin: 30px 0 20px;
    font-weight: 600;
}

.table-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 40px 0;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.pricing-table th {
    background-color: #f5f5f5;
    color: #2c3e50;
    font-weight: 600;
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
}

.pricing-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    vertical-align: top;
}

.pricing-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Responsive Tables */
@media (max-width: 768px) {
    .pricing-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .table-responsive {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    
    .pricing-title {
        font-size: 24px;
    }
    
    .table-heading {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .pricing-table th,
    .pricing-table td {
        padding: 8px 10px;
        font-size: 14px;
    }
    
    .pricing-table {
        white-space: normal;
    }
    
    .pricing-table td {
        word-break: break-word;
    }
}
/* Terms and Conditions Styles */
#terms-conditions {
    padding: 60px 0;
    background: #fff;
    line-height: 1.6;
    color: #333;
}

.terms-title {
    color: #2c3e50;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.terms-updated {
    color: #666;
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
    font-style: italic;
}

.terms-section {
    margin-bottom: 40px;
}

.section-title {
    color: #2c3e50;
    font-size: 24px;
    margin: 30px 0 20px;
    font-weight: 600;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

.terms-definitions,
.terms-list {
    margin-left: 20px;
}

.terms-definitions li,
.terms-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.terms-definitions li:before,
.terms-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2c3e50;
    font-weight: bold;
}

.sublist {
    margin-left: 20px;
    margin-top: 10px;
}

.sublist li {
    margin-bottom: 8px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .terms-title {
        font-size: 28px;
    }
    
    .section-title {
        font-size: 22px;
    }
    
    #terms-conditions {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .terms-title {
        font-size: 24px;
    }
    
    .section-title {
        font-size: 20px;
    }
    
    .terms-definitions li,
    .terms-list li {
        font-size: 15px;
    }
}
/* Prohibited Items Section Styles */
#prohibited-items {
    padding: 60px 0;
    background: #f9f9f9;
    line-height: 1.6;
}

.section-title {
    color: #2c3e50;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

.prohibited-notice {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-left: 4px solid #2c3e50;
}

.prohibited-list-container {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.prohibited-list {
    column-count: 3;
    column-gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.prohibited-list li {
    padding: 8px 0 8px 25px;
    position: relative;
    break-inside: avoid;
    page-break-inside: avoid;
}

.prohibited-list li:before {
    content: "—";
    position: absolute;
    left: 0;
    color: #e74c3c;
}

.important-note {
    background: #f8d7da;
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 30px;
    border-left: 4px solid #e74c3c;
}

.china-restrictions {
    margin-bottom: 30px;
    padding: 24px;
    border: 1px solid #d5e0ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.china-restrictions-head {
    max-width: 820px;
    margin-bottom: 18px;
}

.china-restrictions-head span {
    display: block;
    margin-bottom: 6px;
    color: #0B60A9;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.china-restrictions-head h3 {
    margin: 0 0 8px;
    color: #1a2b3c;
    font-size: 24px;
}

.china-restrictions-head p,
.china-restrictions-note {
    margin: 0;
    color: #5a6c7d;
}

.china-restrictions-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.china-restrictions-grid article {
    border: 1px solid #d5e0ec;
    border-radius: 8px;
    padding: 16px;
    background: #f8fbff;
}

.china-restrictions-grid article.is-prohibited {
    border-color: #f0c2c2;
    background: #fff8f8;
}

.china-restrictions-grid h4 {
    margin: 0 0 10px;
    color: #1a2b3c;
    font-size: 15px;
    font-weight: 700;
}

.china-restrictions-grid ul {
    margin: 0;
    padding-left: 18px;
}

.china-restrictions-grid li {
    margin-bottom: 7px;
    color: #34495e;
}

.china-restrictions-note {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #e7edf3;
}

.china-restrictions-download {
    display: inline-block;
    margin-top: 14px;
    color: #0B60A9;
    font-size: 13px;
    font-weight: 700;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .prohibited-list {
        column-count: 2;
    }

    .china-restrictions-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .wt-calc-special-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .wt-calc-special-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    #prohibited-items {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .prohibited-list {
        column-count: 1;
    }
    
    .prohibited-list li {
        padding-left: 20px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 22px;
    }
    
    .prohibited-notice,
    .china-restrictions,
    .prohibited-list-container,
    .important-note {
        padding: 15px;
    }
}
/* FAQ Section Styles */
#faq {
    padding: 80px 0;
    background: #fff;
}

.section-title {
    color: #2c3e50;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 20px 25px;
    text-align: left;
    background: #f8f9fa;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question span {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
}

.faq-icon {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
}

.faq-question:hover {
    background: #f0f3f5;
}

.faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: #fff;
}

.faq-answer p, .faq-answer ul {
    margin-bottom: 15px;
}

.faq-answer ul {
    padding-left: 20px;
}

.faq-answer li {
    margin-bottom: 8px;
}

.faq-item.active .faq-answer {
    padding: 20px 25px;
    max-height: 1000px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

/* Responsive Styles */
@media (max-width: 768px) {
    #faq {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .faq-question {
        padding: 15px 20px;
    }
    
    .faq-question span {
        font-size: 16px;
    }
    
    .faq-answer {
        padding: 0 20px;
    }
    
    .faq-item.active .faq-answer {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 24px;
    }
    
    .faq-question {
        padding: 12px 15px;
    }
}
/* Services Image Styling */
.services-thumb {
    position: relative;
    overflow: hidden;
    height: 250px; /* Fixed height for all images */
    width: 100%;
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images cover the area without distortion */
    transition: transform 0.3s ease;
}

.services-thumb:hover .service-image {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 62, 80, 0.3); /* Semi-transparent overlay */
    transition: background 0.3s ease;
}

.services-thumb:hover .overlay {
    background: rgba(44, 62, 80, 0.5); /* Darker overlay on hover */
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .services-thumb {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .services-thumb {
        height: 180px;
    }
}

@media (max-width: 576px) {
    .services-thumb {
        height: 220px;
    }
    
    .item {
        margin-bottom: 30px;
    }
}
/* Mobile Responsive Styles */
@media (max-width: 768px) {
    /* General Tab Container - Show on mobile with proper styling */
    .tracking-box-container {
        width: 95%;
        margin: 20px auto;
        top: 0 !important;
        position: relative;
    }
    
    /* Tab Navigation */
    .tracking-tabs {
        display: flex;
        flex-wrap: nowrap;
    }
    
    .tab-btn {
        flex: 1;
        padding: 12px 8px;
        font-size: 14px;
        min-width: 0;
        white-space: nowrap;
    }
    
    /* Tab Content */
    .tab-content {
        padding: 15px;
        display: block !important;
    }
    
    .tab-pane {
        display: none;
    }
    
    .tab-pane.active {
        display: block !important;
    }
    
    /* Quote Form */
    .detailed-quote-form {
        padding: 15px;
    }
    
    .form-row.double {
        flex-direction: column;
    }
    
    .form-group {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .items-section {
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
        width: 100%;
    }
    
    .item-header, .item-row {
        min-width: 650px; /* Allows horizontal scrolling within items-section only */
    }
    
    .item-field {
        padding: 8px;
    }
    
    .item-field input {
        width: 100%;
        min-width: 120px;
    }
    
    /* Tracking Form */
    .tracking-form {
        padding: 15px;
    }
    
    .tracking-input-section {
        flex-direction: column;
    }
    
    .tracking-input {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .track-now-btn {
        width: 100%;
    }
    
    .timeline-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .timeline-marker {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    /* Shipping Calculator */
    #calculator-tab .form-row.double {
        flex-direction: column;
    }
    
    .styled-select {
        width: 100%;
    }
    
    .checkbox-grid {
        grid-template-columns: 1fr;
    }
    
    .price-summary {
        padding: 15px;
    }
    
    .price-row, .price-total {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .price-row span, .price-total span {
        margin-bottom: 5px;
    }
    
    /* General Button Styles */
    .submit-btn, .calculate-btn, .add-item-btn, .track-now-btn {
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }
    
    /* Services Section */
    .services-wrap-carousel .item {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* Additional Mobile Optimizations */
@media (max-width: 480px) {
    .item-header, .item-row {
        min-width: 600px; /* Reduced width for very small screens */
    }
    
    .tracking-heading {
        font-size: 18px;
    }
    
    .timeline-status, .timeline-date {
        font-size: 14px;
    }
    
    .section-title h2 {
        font-size: 22px;
    }
    
    .services-text h3.title {
        font-size: 18px;
    }
    
    .services-text p {
        font-size: 14px;
    }
}

/* Input and Select Elements */
input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px !important; /* Larger font for mobile */
    min-height: 44px; /* Better touch target */
}

.styled-select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
}

/* Fix for iOS zooming on input focus */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select:focus, textarea:focus, input:focus {
        font-size: 16px !important;
    }
}
/* Tracking Form */
.tracking-form {
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
}

.tracking-heading {
  text-align: center;
  color: #27ae60;
  margin-bottom: 25px;
  font-size: 22px;
}

/* Input Section */
.tracking-input-section {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.tracking-input {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
}

.track-now-btn {
  padding: 12px 20px;
  background: #3498db;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.track-now-btn:hover {
  background: #2980b9;
}
/* Tracking Form */
.tracking-form {
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
}

.tracking-heading {
  text-align: center;
  color: #27ae60;
  margin-bottom: 25px;
  font-size: 22px;
}

/* Input Section */
.tracking-input-section {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.tracking-input {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
}

.track-now-btn {
  padding: 12px 20px;
  background: #3498db;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.track-now-btn:hover {
  background: #2980b9;
}

/* Progress Tracker */
.progress-tracker {
  position: relative;
  padding-left: 40px;
}

.progress-line {
  position: absolute;
  left: 19px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #e1e8ed;
  border-radius: 2px;
}

.progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #27ae60;
  border-radius: 2px;
  transition: height 0.5s ease;
}

.progress-steps {
  position: relative;
}

.step {
  position: relative;
  padding-bottom: 30px;
  min-height: 40px;
}

.step-marker {
  position: absolute;
  left: -40px;
  top: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-marker::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  border: 3px solid #e1e8ed;
  box-sizing: border-box;
}

.step.completed .step-marker::before {
  background: #27ae60;
  border-color: #27ae60;
}

.step.active .step-marker::before {
  background: #3498db;
  border-color: #3498db;
}

.checkmark {
  width: 16px;
  height: 16px;
  position: absolute;
  color: white;
}

.step-info {
  padding-left: 10px;
}

.step-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.step-date {
  color: #7f8c8d;
  font-size: 14px;
}

.step.completed .step-title,
.step.completed .step-date {
  color: #27ae60;
}

.step.active .step-title,
.step.active .step-date {
  color: #3498db;
  font-weight: 600;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .tracking-form {
    padding: 15px;
  }
  
  .tracking-input-section {
    flex-direction: column;
  }
  
  .track-now-btn {
    width: 100%;
    padding: 14px;
  }
  
  .progress-tracker {
    padding-left: 36px;
  }
  
  .progress-line {
    left: 17px;
    width: 3px;
  }
  
  .step-marker {
    left: -36px;
    width: 36px;
  }
  
  .step-marker::before {
    width: 18px;
    height: 18px;
  }
}
/* Base Styles */
.calculator-form {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.intro {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
  font-style: italic;
}

/* Form Grid Layout */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-group select,
.form-group input {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  background: #fff;
  transition: all 0.3s;
}

.form-group select:focus,
.form-group input:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

/* Additional Services */
.services-section {
  margin: 25px 0;
  padding: 20px;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e1e8ed;
}

.section-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2c3e50;
}

.services-inline {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
}

.service-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  user-select: none;
}

.service-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #3498db;
  border-radius: 4px;
  transition: all 0.2s;
}

.service-checkbox:hover .checkmark {
  background-color: #f0f8ff;
}

.service-checkbox input:checked ~ .checkmark {
  background-color: #3498db;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.service-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.service-label {
  font-weight: 500;
  font-size: 15px;
  color: #333;
}

/* Price Summary */
.price-summary {
  background: #f8fafc;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
  border: 1px solid #e1e8ed;
}

.price-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.price-line.total {
  border-top: 1px solid #e1e8ed;
  padding-top: 10px;
  margin-top: 10px;
  font-weight: bold;
}

.price-label {
  color: #555;
  font-size: 15px;
}

.price-value {
  color: #2c3e50;
  font-weight: 600;
  min-width: 100px;
  text-align: right;
}

/* Button */
.submit-btn {
  width: 100%;
  padding: 14px;
  background: #3498db;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.submit-btn:hover {
  background: #2980b9;
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.note {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .calculator-form {
    padding: 0 10px;
  }
  
  .form-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .form-group label {
    font-size: 13px;
  }
  
  .form-group select,
  .form-group input {
    padding: 14px 12px;
    font-size: 16px; /* Prevents zoom on iOS */
  }
  
  .services-section {
    padding: 15px;
    margin: 20px 0;
  }
  
  .section-title {
    font-size: 15px;
  }
  
  .services-inline {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .service-label {
    font-size: 14px;
  }
  
  .price-summary {
    padding: 15px;
  }
  
  .price-line {
    flex-direction: column;
    gap: 5px;
  }
  
  .price-label,
  .price-value {
    font-size: 14px;
    text-align: left;
  }
  
  .price-line.total {
    border-top: 2px solid #e1e8ed;
    padding-top: 15px;
    margin-top: 15px;
  }
  
  .submit-btn {
    padding: 16px;
    font-size: 16px;
  }
  
  .intro {
    font-size: 13px;
  }
}
.logo img {
    max-width: 100%;
    height: auto;
    width: 300px; /* default for desktop */
}

/* Responsive: On screens smaller than 768px */
@media (max-width: 767px) {
    .logo img {
        width: 200px; /* or any smaller size that fits your design */
    }
}
/* Register Form Styling */
.register-form-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin: 30px 0;
}

.system-notice {
    background: #f8fafc;
    border-left: 3px solid #3498db;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.notice-icon {
    color: #3498db;
    font-size: 24px;
    margin-bottom: 10px;
}

.system-notice h3 {
    color: #2c3e50;
    margin: 0 0 10px;
    font-size: 18px;
}

.system-notice p {
    color: #7f8c8d;
    margin: 0;
    font-size: 14px;
}

.form-row {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s;
}

.form-control:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
    outline: none;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 14px;
}

.btn-primary {
    background: #3498db;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.notice {
    color: #95a5a6;
    font-size: 13px;
    margin-top: 15px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .register-form-wrapper {
        padding: 25px;
    }
    
    .form-row {
        margin-bottom: 0;
    }
    
    .form-group {
        width: 100%;
        margin-bottom: 20px;
    }

    .wt-reg-shell {
        padding: 0 4px;
    }

    .wt-reg-phone-row {
        flex-direction: column;
    }

    .wt-reg-dial {
        max-width: 100%;
    }
}
}

/* ========== Willtaker: Registration + Mailboxes ========== */
.wt-reg-page {
    padding-bottom: 60px;
    background: linear-gradient(180deg, #f4f7fb 0%, #eef2f7 100%);
}

.wt-reg-shell {
    max-width: 720px;
}

.wt-reg-lead {
    font-size: 15px;
    color: #5a6c7d;
    margin: 0 0 24px;
    line-height: 1.5;
}

.wt-reg-form .wt-reg-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(11, 96, 169, 0.08);
    border: 1px solid rgba(11, 96, 169, 0.12);
    padding: 28px 28px 24px;
    margin-bottom: 20px;
}

.wt-reg-card-muted {
    background: #fafbfd;
    border: 1px solid #e1e8ed;
    box-shadow: none;
}

.wt-reg-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid #0B60A9;
}

.wt-reg-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0B60A9;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}

.wt-reg-card-title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #1a2b3c;
    letter-spacing: -0.02em;
}

.wt-reg-hint {
    font-size: 13px;
    color: #6b7c8d;
    margin: -8px 0 18px;
    line-height: 1.45;
}

.wt-reg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 20px;
}

.wt-reg-grid-tight {
    margin-top: 8px;
}

.wt-reg-field-full {
    grid-column: 1 / -1;
}

.wt-reg-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #2c3e50;
    text-transform: none;
}

.wt-reg-input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #cfd8e3;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fff;
}

.wt-reg-input:focus {
    outline: none;
    border-color: #0B60A9;
    box-shadow: 0 0 0 3px rgba(11, 96, 169, 0.15);
}

.wt-reg-phone-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.wt-reg-dial {
    flex: 0 0 auto;
    min-width: 160px;
    max-width: 220px;
}

.wt-reg-phone-num {
    flex: 1;
    min-width: 140px;
}

.wt-reg-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-top: 18px;
    padding: 14px 16px;
    background: #f0f5fa;
    border-radius: 8px;
    border: 1px solid #dbe6f0;
}

.wt-reg-inline-label {
    display: inline !important;
    margin: 0 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #34495e !important;
    line-height: 1.4 !important;
    cursor: pointer;
}

.wt-reg-submit {
    width: 100%;
    margin-top: 20px;
    padding: 16px 24px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #0B60A9 0%, #0a508d 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(11, 96, 169, 0.35);
}

.wt-reg-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(11, 96, 169, 0.4);
}

.wt-reg-aside {
    position: sticky;
    top: 100px;
}

.wt-reg-aside-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8eef4;
}

.wt-reg-aside-img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 200px;
    object-fit: cover;
}

.wt-reg-aside-title {
    margin: 20px 24px 8px;
    font-size: 20px;
    color: #0B60A9;
    font-weight: 700;
}

.wt-reg-aside-text {
    margin: 0 24px 16px;
    font-size: 14px;
    color: #5a6c7d;
    line-height: 1.55;
}

.wt-reg-aside-list {
    margin: 0 24px 24px;
    padding-left: 18px;
    font-size: 14px;
    color: #34495e;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .wt-reg-aside {
        position: static;
        margin-top: 32px;
    }

    .wt-reg-grid {
        grid-template-columns: 1fr;
    }
}

/* Mailboxes page */
.wt-mb-hero {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 36px;
    padding-top: 10px;
}

.wt-mb-hero h2 {
    font-size: 28px;
    color: #1a2b3c;
    margin: 0 0 12px;
    font-weight: 700;
}

.wt-mb-hero p {
    font-size: 15px;
    color: #5a6c7d;
    line-height: 1.55;
    margin: 0;
}

.wt-mb-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.wt-mb-tab {
    padding: 12px 28px;
    border-radius: 999px;
    border: 2px solid #cfd8e3;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #34495e;
    cursor: pointer;
    transition: all 0.2s;
}

.wt-mb-tab:hover {
    border-color: #0B60A9;
    color: #0B60A9;
}

.wt-mb-tab.wt-mb-tab-active {
    background: #0B60A9;
    border-color: #0B60A9;
    color: #fff;
    box-shadow: 0 4px 14px rgba(11, 96, 169, 0.3);
}

.wt-mb-panel {
    display: none;
}

.wt-mb-panel.wt-mb-panel-active {
    display: block !important;
}

.wt-mb-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.wt-mb-card {
    background: #fff;
    border-radius: 12px;
    border-left: 4px solid #0B60A9;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.07);
    padding: 24px 22px 22px;
    position: relative;
    border: 1px solid #e8eef4;
    border-left-width: 4px;
}

.wt-mb-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.wt-mb-card-flag {
    font-size: 28px;
    line-height: 1;
}

.wt-mb-card h3 {
    margin: 0;
    font-size: 18px;
    color: #0B60A9;
    font-weight: 700;
}

.wt-mb-copy {
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 6px;
    border: 1px solid #0B60A9;
    background: #fff;
    color: #0B60A9;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    flex-shrink: 0;
}

.wt-mb-copy:hover {
    background: #0B60A9;
    color: #fff;
}

.wt-mb-card-body {
    font-size: 14px;
    color: #34495e;
    line-height: 1.65;
}

.wt-mb-card-body p {
    margin: 0 0 8px;
}

.wt-mb-card-body strong {
    color: #1a2b3c;
}

.wt-mb-lang-switch {
    display: inline-flex;
    gap: 6px;
    padding: 4px;
    margin-bottom: 12px;
    border: 1px solid #d5e0ec;
    border-radius: 999px;
    background: #f8fbff;
}

.wt-mb-lang-btn {
    border: none;
    border-radius: 999px;
    padding: 5px 12px;
    background: transparent;
    color: #5a6c7d;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.wt-mb-lang-btn.wt-mb-lang-active {
    background: #0B60A9;
    color: #fff;
}

.wt-mb-lang-note {
    margin-top: 10px !important;
    color: #7a90a4;
    font-size: 12.5px;
}

.wt-mb-callout {
    margin: 32px 0 28px;
    padding: 20px 24px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(11, 96, 169, 0.08) 0%, rgba(11, 96, 169, 0.02) 100%);
    border: 1px solid rgba(11, 96, 169, 0.2);
    font-size: 15px;
    color: #2c3e50;
    line-height: 1.55;
}

.wt-mb-callout strong {
    color: #0B60A9;
}

.wt-mb-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 8px;
}

.wt-mb-benefit {
    background: #fff;
    border-radius: 10px;
    padding: 22px 20px;
    border: 1px solid #e8eef4;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s;
}

.wt-mb-benefit:hover {
    box-shadow: 0 6px 20px rgba(11, 96, 169, 0.12);
}

.wt-mb-benefit-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(11, 96, 169, 0.12);
    color: #0B60A9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 12px;
}

.wt-mb-benefit h4 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #1a2b3c;
}

.wt-mb-benefit p {
    margin: 0;
    font-size: 13px;
    color: #5a6c7d;
    line-height: 1.5;
}

section#mailboxes.wt-mb-section {
    padding-bottom: 80px;
    background: linear-gradient(180deg, #f4f7fb 0%, #fff 40%);
}

/* ===================================================
   Home – Our Services card grid
=================================================== */
.wt-svc-header {
    padding: 52px 0 36px;
}

.wt-svc-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.wt-svc-header h2:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #fff;
    margin: 14px auto 0;
    border-radius: 2px;
}

.wt-svc-header p {
    font-size: 16px;
    color: rgba(255,255,255,0.82);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
}

.wt-svc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    padding-bottom: 60px;
}

.wt-svc-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-top: 4px solid transparent;
}

.wt-svc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(11, 96, 169, 0.2);
    border-top-color: #0B60A9;
}

.wt-svc-img {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center center;
    background-color: #d0e4f5;
    flex-shrink: 0;
}

.wt-svc-body {
    padding: 26px 24px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.wt-svc-icon-wrap {
    width: 48px;
    height: 48px;
    background: #0B60A9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.wt-svc-icon-wrap i {
    font-size: 24px;
    color: #fff;
    line-height: 1;
}

.wt-svc-body h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a2b3c;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.wt-svc-body p {
    font-size: 15px;
    color: #5a6c7d;
    line-height: 1.6;
    margin: 0 0 20px;
    flex: 1;
}

.wt-svc-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #0B60A9;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: gap 0.2s, color 0.2s;
    margin-top: auto;
}

.wt-svc-link:hover {
    color: #094a82;
    gap: 10px;
    text-decoration: none;
}

.wt-svc-link i {
    font-size: 12px;
    transition: transform 0.2s;
}

.wt-svc-link:hover i {
    transform: translateX(3px);
}

@media (max-width: 900px) {
    .wt-svc-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .wt-svc-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-bottom: 40px;
    }

    .wt-svc-header {
        padding: 36px 0 24px;
    }

    .wt-svc-header h2 {
        font-size: 26px;
    }

    .wt-svc-img {
        height: 190px;
    }
}

/* ===================================================
   Home – Shipping Calculator (revamped)
=================================================== */
.wt-home-calc-section {
    padding: 68px 0 76px;
    background: linear-gradient(135deg, #082d52 0%, #0B60A9 65%, #1a7fd4 100%);
    position: relative;
}

/* Section heading */
.wt-calc-head {
    text-align: center;
    margin-bottom: 44px;
}

.wt-calc-kicker {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    padding: 5px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.wt-calc-head h2 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    line-height: 1.15;
}

.wt-calc-head p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.78);
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.65;
}

/* Card shell */
.wt-home-calc-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
    border: none;
    padding: 0;
}

/* Two-panel body */
.wt-calc-body {
    display: grid;
    grid-template-columns: 1fr 300px;
}

/* ── Left: inputs ── */
.wt-calc-inputs {
    padding: 36px 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* Route row: FROM → TO */
.wt-calc-route {
    display: grid;
    grid-template-columns: 1fr 36px 1fr;
    align-items: end;
    gap: 0;
}

/* Bootstrap's .form-group adds margin-bottom:15px — kill it inside route
   so the select boxes and arrow share the same bottom edge */
.wt-calc-route .form-group {
    margin-bottom: 0;
}

.wt-calc-route-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: end;
    padding: 13px 0;
    border: 1.5px solid transparent;
    color: #94aec4;
}

.wt-calc-route-arrow svg {
    width: 20px;
    height: 20px;
}

/* Meta row: City + Weight (flex so hidden city lets weight expand) */
.wt-calc-meta {
    display: flex;
    gap: 16px;
}

.wt-calc-meta .form-group {
    flex: 1;
}

.wt-calc-meta #paymentOptionField {
    flex: 1.25;
}

/* Weight input with blue KG badge */
.wt-calc-weight-wrap {
    position: relative;
    display: flex;
}

.wt-calc-weight-wrap input {
    padding-right: 52px !important;
    width: 100%;
}

.wt-calc-weight-unit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 13px;
    background: #0B60A9;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    border-radius: 0 8px 8px 0;
    pointer-events: none;
    letter-spacing: 0.07em;
}

/* Field labels & inputs */
.wt-calc-inputs .form-group {
    display: flex;
    flex-direction: column;
}

.wt-calc-inputs .form-group label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #7a90a4;
    margin-bottom: 7px;
}

.wt-calc-meta .form-group label {
    display: flex;
    align-items: flex-end;
    min-height: 22px;
    white-space: nowrap;
}

.wt-calc-meta #paymentOptionField label {
    letter-spacing: 0.075em;
}

.wt-calc-inputs .form-group select,
.wt-calc-inputs .form-group input[type="number"] {
    padding: 13px 16px;
    border: 1.5px solid #d5e0ec;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #1a2b3c;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}

.wt-calc-inputs .form-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230B60A9' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
}

.wt-calc-inputs .form-group select:focus,
.wt-calc-inputs .form-group input[type="number"]:focus {
    outline: none;
    border-color: #0B60A9;
    box-shadow: 0 0 0 3px rgba(11, 96, 169, 0.12);
}

/* Add-ons: chip-style toggle pills */
.wt-calc-addons-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #7a90a4;
    margin: 0 0 10px;
}

.wt-calc-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.wt-calc-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: 1.5px solid #d5e0ec;
    border-radius: 999px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #34495e;
    background: #fff;
    transition: background 0.18s, border-color 0.18s, color 0.18s;
    user-select: none;
    -webkit-user-select: none;
}

.wt-calc-chip input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.wt-calc-chip:hover {
    border-color: #0B60A9;
    color: #0B60A9;
}

.wt-calc-chip.wt-chip-on {
    background: #0B60A9;
    border-color: #0B60A9;
    color: #fff;
}

.wt-calc-chip.wt-chip-on:hover {
    background: #094a82;
    border-color: #094a82;
    color: #fff;
}

.wt-calc-info {
    border: 1px solid #d5e0ec;
    border-radius: 8px;
    background: #f8fbff;
    padding: 14px 16px;
    color: #34495e;
}

.wt-calc-info-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.wt-calc-info-head span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #0B60A9;
}

.wt-calc-info p,
.wt-calc-route-text {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
}

.wt-calc-transit-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    color: #34495e;
}

.wt-calc-transit-list li {
    position: relative;
    margin: 3px 0;
    padding-left: 16px;
}

.wt-calc-transit-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0B60A9;
}

.wt-calc-transit-list strong {
    color: #1a2b3c;
}

.wt-calc-special-note {
    margin-top: 8px !important;
    color: #5a6c7d;
}

.wt-calc-special-panel {
    border: 1px solid #d5e0ec;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    padding: 16px;
    color: #34495e;
    box-shadow: 0 8px 22px rgba(11, 96, 169, 0.06);
}

.wt-calc-special-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.wt-calc-special-head span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #0B60A9;
}

.wt-calc-special-head strong {
    color: #1a2b3c;
    font-size: 14px;
}

.wt-calc-special-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.wt-calc-special-grid article {
    display: flex;
    flex-direction: column;
    min-height: 160px;
    padding: 14px;
    border: 1px solid #d5e0ec;
    border-radius: 8px;
    background: #fff;
}

.wt-calc-special-grid h4 {
    margin: 0 0 7px;
    color: #1a2b3c;
    font-size: 15px;
    font-weight: 700;
}

.wt-calc-special-grid p {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.55;
}

.wt-calc-special-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-height: 34px;
    margin-top: auto;
    padding: 7px 12px;
    border: 1px solid #0B60A9;
    border-radius: 999px;
    color: #0B60A9;
    font-size: 12px;
    font-weight: 700;
}

.wt-calc-special-grid a:hover {
    background: #0B60A9;
    color: #fff;
    text-decoration: none;
}

.wt-calc-guide-btn {
    border: 1px solid #0B60A9;
    border-radius: 999px;
    background: #fff;
    color: #0B60A9;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.wt-calc-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.wt-calc-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 23, 38, 0.58);
}

.wt-calc-modal-panel {
    position: relative;
    z-index: 1;
    width: min(720px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 22px 70px rgba(10, 23, 38, 0.32);
    padding: 26px;
}

.wt-calc-modal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.wt-calc-modal-kicker {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #0B60A9;
}

.wt-calc-modal-head h3 {
    margin: 0;
    color: #1a2b3c;
    font-size: 24px;
}

.wt-calc-modal-close {
    width: 34px;
    height: 34px;
    border: 1px solid #d5e0ec;
    border-radius: 50%;
    background: #fff;
    color: #1a2b3c;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.wt-calc-guide-grid {
    display: grid;
    gap: 12px;
}

.wt-calc-guide-grid strong {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    color: #1a2b3c;
}

.wt-calc-modal-panel a {
    display: inline-block;
    margin-top: 18px;
    color: #0B60A9;
    font-size: 13px;
    font-weight: 700;
}

.wt-prohibited-hover {
    position: relative;
    display: inline-block;
    color: #0B60A9;
    font-weight: 700;
    cursor: help;
}

.wt-prohibited-popover {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%);
    z-index: 20;
    width: min(320px, 82vw);
    padding: 14px 16px;
    border: 1px solid #d5e0ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(10, 23, 38, 0.18);
    color: #34495e;
    line-height: 1.45;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
}

.wt-prohibited-popover strong {
    display: block;
    margin-bottom: 6px;
    color: #1a2b3c;
}

.wt-prohibited-popover span {
    display: block;
    font-weight: 400;
}

.wt-prohibited-hover:hover .wt-prohibited-popover,
.wt-prohibited-hover:focus .wt-prohibited-popover,
.wt-prohibited-hover:focus-within .wt-prohibited-popover {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

/* Error message */
#errorMessage {
    background: #fff5f5;
    border-left: 4px solid #e53e3e;
    border-radius: 0 6px 6px 0;
    padding: 11px 14px;
    font-size: 13px;
    color: #c0392b;
    line-height: 1.5;
}

/* Calculate button */
.wt-calc-btn {
    width: 100%;
    padding: 16px;
    background: #0B60A9;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
    margin-top: auto;
}

.wt-calc-btn:hover {
    background: #094a82;
    box-shadow: 0 8px 28px rgba(11, 96, 169, 0.38);
    transform: translateY(-2px);
}

/* ── Right: results panel ── */
.wt-calc-results-panel {
    background: #f0f6ff;
    border-left: 1px solid #d5e0ec;
    padding: 36px 26px 28px;
    display: flex;
    flex-direction: column;
}

.wt-calc-results-title {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #7a90a4;
    margin: 0 0 28px;
}

.wt-calc-result-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 16px;
}

.wt-calc-result-label {
    font-size: 14px;
    color: #5a6c7d;
}

.wt-calc-result-val {
    font-size: 16px;
    font-weight: 700;
    color: #1a2b3c;
    font-family: 'Montserrat', sans-serif;
}

.wt-calc-result-divider {
    height: 1px;
    background: #c8d8ea;
    margin: 8px 0 20px;
}

.wt-calc-result-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0;
}

.wt-calc-result-total .wt-calc-result-label {
    font-size: 15px;
    font-weight: 700;
    color: #1a2b3c;
}

.wt-calc-result-total .wt-calc-result-val {
    font-size: 28px;
    line-height: 1;
    color: #0B60A9;
}

/* Prohibited note appended by JS to #calculator-tab */
#calculator-tab > p.note {
    padding: 16px 32px 20px;
    font-size: 13px;
    color: #5a6c7d;
    border-top: 1px solid #e8eef4;
    margin: 0;
    line-height: 1.65;
    background: #fff;
}

#calculator-tab > p.note a {
    color: #0B60A9;
    font-weight: 600;
}

/* largeShipmentNote lives in results panel */
.wt-calc-results-panel .note {
    font-size: 12.5px;
    color: #c0392b;
    line-height: 1.5;
    margin-top: 16px;
}

/* ── Responsive ── */
@media (max-width: 860px) {
    .wt-calc-body {
        grid-template-columns: 1fr;
    }

    .wt-calc-results-panel {
        border-left: none;
        border-top: 1px solid #d5e0ec;
        padding: 24px 28px;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0 24px;
    }

    .wt-calc-results-title {
        width: 100%;
        margin-bottom: 16px;
    }

    .wt-calc-result-row {
        flex: 1;
        min-width: 120px;
        flex-direction: column;
        gap: 2px;
        margin-bottom: 12px;
    }

    .wt-calc-result-total {
        width: 100%;
        padding-top: 12px;
        border-top: 1px solid #c8d8ea;
        margin-top: 4px;
    }
}

@media (max-width: 600px) {
    .wt-home-calc-section {
        padding: 44px 0 52px;
    }

    .wt-calc-head h2 {
        font-size: 26px;
    }

    .wt-calc-inputs {
        padding: 24px 18px 20px;
        gap: 18px;
    }

    .wt-calc-route {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .wt-calc-route-arrow {
        display: none;
    }

    .wt-calc-meta {
        flex-direction: column;
        gap: 14px;
    }

    .wt-calc-results-panel {
        padding: 20px 18px;
        flex-direction: column;
    }

    .wt-calc-result-row {
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
    }

    #calculator-tab > p.note {
        padding: 14px 18px 18px;
    }
}

/* Mobile-specific styles (only activates on small screens) */
@media only screen and (max-width: 767px) {
    .quote-form {
        display: none; /* Hide desktop form */
    }
    
    .mobile-quote-form {
        display: block !important; /* Show mobile form */
    }
    
    /* Mobile form styling */
    .mobile-items-section {
        margin: 20px 0;
    }
    
    .mobile-item-row {
        border: 1px solid #eee;
        border-radius: 5px;
        padding: 15px;
        margin-bottom: 15px;
        background: #f9f9f9;
    }
    
    .mobile-item-group {
        margin-bottom: 10px;
    }
    
    .mobile-item-group label {
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
        color: #555;
    }
    
    .mobile-item-group input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 4px;
    }
    
    .mobile-item-fields {
        display: flex;
        gap: 10px;
        margin: 10px 0;
    }
    
    .mobile-item-fields > div {
        flex: 1;
    }
    
    .mobile-item-fields input {
        width: 100%;
    }
    
    .mobile-upload {
        margin-top: 10px;
    }
}

/* Desktop - ensure original form stays visible */
@media only screen and (min-width: 768px) {
    .mobile-quote-form {
        display: none !important;
    }
    
    .quote-form {
        display: block !important;
    }
}
/* Mobile Styles */
@media (max-width: 768px) {
    .desktop-quote-form {
        display: none !important;
    }
    /* FAQ Accordion Styles */
.faq-accordion {
    max-width: 800px;
    margin: 20px auto;
    font-family: 'Lato', sans-serif;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #e8e8e8;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background: #fff;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.active {
    max-height: 500px; /* Adjust based on content size */
    padding: 15px;
}

.faq-icon {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .faq-question {
        font-size: 16px;
        padding: 12px;
    }
    .faq-answer {
        font-size: 14px;
    }
    .faq-icon {
        font-size: 18px;
    }
}
/* Mobile Menu Info Section - White Text */
#c-menu--slide-right .info,
#c-menu--slide-right .info p,
#c-menu--slide-right .info span,
#c-menu--slide-right .info a {
    color: #ffffff !important;
}
.prohibited-notice {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-left: 4px solid #ffc107;
    font-size: 14px;
  }
  
  .prohibited-notice .notice-text {
    margin: 0;
    color: #6c757d;
  }
  
  .note {
    margin-top: 10px;
    font-size: 13px;
    color: #dc3545;
  }
  /* Thank You Section Styles */
#thank-you {
    padding: 100px 0;
    text-align: center;
    background: #fff;
}

.thank-you-icon {
    margin-bottom: 30px;
    margin-top: 40px;
    color: #4CAF50;
}

.thank-you-icon i {
    font-size: 80px;
}

.thank-you-content {
    margin: 30px 0;
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}

.thank-you-content a {
    color: #2a6496;
    text-decoration: none;
}

.thank-you-content a:hover {
    text-decoration: underline;
}

.action-buttons {
    margin-top: 40px;
}

.action-buttons .button-normal,
.action-buttons .button-outline {
    margin: 0 10px;
    padding: 12px 30px;
    display: inline-block;
    margin-bottom: 20px!important;
}

.section-title {
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 700;
 } 

/* Global responsive fixes for all pages */

iframe, table, img, video {

    max-width: 100%;

    height: auto;

}



.map iframe {

    width: 100%;

    height: 450px;

    border: 0;

}



/* Ensure table containers scroll on mobile */

.table-responsive {

    width: 100%;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;

}



/* Fix for contact page map */

.map {

    width: 100%;

    overflow: hidden;

}



/* Ensure pricing table doesn't break layout */

.pricing-table {

    width: 100%;

    max-width: 100%;

}
