@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

html {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    /* optional fallback if JS disabled */
 scroll-behavior: smooth; 

}

body {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 400;
    color: #6c757d;
    line-height: 1.6;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}



img {
    
    max-width: 100%;
    border-radius: 10px;
    
}

.rev_slider .caption,
.rev_slider .tp-caption {
    font-family: var(--font-body) !important;
}

p {
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
}

p:last-child {
    margin-bottom: 0;
}

.container,
.container-fluid {
    padding: 0 15px;
}

.row {
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: space-around;
}

.row>* {
    padding-right: 15px;
    padding-left: 15px;
    justify-content: space-between;
}

:root {
    scroll-behavior: inherit;
    --font-body: "Outfit", sans-serif;
    --primary-color: #3d76df;
    --secondary-color: #232135;
    --main-dark-color: #666;
    --bg-light-theme: #fef9f5;
    --bg-white: #FFF;
    --bg-light-gray: #fafafa;
    --shadow-primary: 0px 6px 10px 0px rgba(254, 135, 4, 0.2);
    --shadow-secondary: 0px 6px 10px 0px rgba(254, 135, 4, 0.2);
    --secondary-rgb: 35, 33, 53;
}

/*------------------------------------------*/
/*   LINK SETTINGS
/*------------------------------------------*/
a,
button[type="submit"],
input[type=text] {
    color: #6c757d;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

a:hover {
    color: #666;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

/*------------------------------------------*/
/*    Transition Effect For Different Elements
/*------------------------------------------*/
.top-bar,
.icon-box-1,
.icon-box-1 .text,
.navbar-brand {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

/*------------------------------------------*/
/*    Main Navigatio Style
/*------------------------------------------*/
.navbar-brand {
    width: 140px;
    padding: .9rem;
}

.navbar {
    padding: 0 15px;
    background: var(--bg-white);
}

.navbar-expand-md .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.6rem 0.70rem;
    border-radius: 3px;
    font-weight: 600;
    transition: all .3s;
}

.navbar-nav .active .nav-link,
.navbar-nav .active .nav-link:hover,
.navbar-nav .nav-link:hover {
    background: rgba(255, 255, 255, 0.302);
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 16px 15px;
    font-weight: 600;
    display: block !important;
}

.dropdown-menu {
    padding: 0;
    min-width: 200px;
    background: #FFF;
    margin: 0;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1) !important;
}

@media (min-width: 991px) {
    .show>.dropdown-menu {
        display: block;
    }

    .dropdown-menu.show {
        display: none;
    }
}

.dropdown-menu:after {
    position: absolute;
    top: -7px;
    left: 20px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #FFF transparent;
}

.dropdown-menu li>.dropdown-menu:after {
    display: none;
}

.dropdown-menu a,
.dropdown-menu li>a {
    font-size: 0.90rem;
    padding: 8px 15px;
    text-transform: capitalize;
    color: #565656;
    border-bottom: 1px solid #ececec;
    text-decoration: none;
    font-weight: 500;
}

.dropdown-menu li:last-child>a {
    border: none;
}

.dropdown-item.active,
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-menu>li.show>a {
    color: var(--primary-color);
    text-decoration: none;
    background-color: transparent;
}

.navbar-toggler-icon {
    background-image: url(../images/download.svg);
}

.dropdown-item-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 0.8125rem;
    min-width: 1rem;
    max-width: 1rem;
    margin-right: .5rem;
}

@media (min-width: 991px) {
    .nav-light .navbar-nav .nav-link {
        color: #FFF;
    }

    .nav-light .navbar-nav .active .nav-link,
    .nav-light .navbar-nav .active .nav-link:hover,
    .nav-light .navbar-nav .nav-item:hover>a,
    .nav-light .navbar-nav .nav-link:hover {
        background: rgba(255, 255, 255, 0.302);
        color: var(--bg-white);
    }
}

/*------------------------------------------*/
/*    Heading Style
/*------------------------------------------*/
.heading-main {
    color: var(--primary-color);
    font-family: var(--font-body);
    font-size: 3.438rem;
    line-height: 3.438rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
}

.heading-main span {
    color: rgba(6, 22, 58, 0.5);
    text-transform: uppercase;
    padding-bottom: 5px;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2rem;
}

.heading-left-border {
    color: #717171;
    padding: 0.55rem 1.2rem;
    border-left: 2px solid var(--primary-color);
    margin-bottom: 35px;
    font-weight: 600;
}

.parallax-head.heading-main span {
    color: #FFF;
}

/*------------------------------------------*/
/*    Typography
/*------------------------------------------*/


/* Header H5 */
h5.h5-xs {
    font-size: 0.875rem;
}

/* 14px */
h5.h5-sm {
    font-size: 1rem;
}

/* 16px */
h5.h5-md {
    font-size: 1rem;
}

/* 16px */
h5.h5-lg {
    font-size: 1.125rem;
}

/* 18px */
h5.h5-xl {
    font-size: 1.25rem;
}

/* 20px */

/* Header H4 */
h4.h4-xs {
    font-size: 1rem;
}

/* 16px */
h4.h4-sm {
    font-size: 1.125rem;
}

/* 18px */
h4.h4-md {
    font-size: 1.125rem;
}

/* 18px */
h4.h4-lg {
    font-size: 1.25rem;
}

/* 20px */
h4.h4-xl {
    font-size: 1.5rem;
}

/* 24px */

/* Header H3 */
h3.h3-xs {
    font-size: 1rem;
}

/* 16px */
h3.h3-sm {
    font-size: 1.125rem;
}

/* 18px */
h3.h3-md {
    font-size: 1.125rem;
}

/* 18px */
h3.h3-lg {
    font-size: 1.25rem;
}

/* 20px */
h3.h3-xl {
    font-size: 1.5rem;
}

/* 24px */

/* Header H2 */
h2.h2-xs {
    font-size: 1rem;
}

/* 16px */
h2.h2-sm {
    font-size: 1.125rem;
}

/* 18px */
h2.h2-md {
    font-size: 1.125rem;
}

/* 18px */
h2.h2-lg {
    font-size: 1.25rem;
}

/* 20px */
h2.h2-xl {
    font-size: 1.5rem;
}

/* 24px */

/* Font Weight = fw */
.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

/*------------------------------------------*/
/*    Props Images
/*------------------------------------------*/
.img-business-man {
    position: absolute;
    bottom: -100px;
    width: auto;
    left: 0;
}

.forklift-image {
    position: absolute;
    bottom: 0;
    left: -110%;
}

/*------------------------------------------*/
/*    Primary Colour
/*------------------------------------------*/
.txt-blue {
    color: var(--secondary-color);
}

.txt-orange {
    color: var(--primary-color);
}

.txt-ligt-gray {
    color: #424242;
}

.txt-white {
    color: #FFF;
}

.txt-sky-blue {
    color: #fef9f5;
}

/* ANIMATED X */
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggler .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler .icon-bar {
    background-color: #999;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* END ANIMATED X */

/*------------------------------------------*/
/*    Background Color Start
/*------------------------------------------*/
.bg-white {
    background: var(--bg-white) !important;
}

.bg-light-gray {
    background: #fff;
}

.bg-navy-blue {
    background: var(--secondary-color);
}

.bg-orange {
    background: var(--primary-color);
}

.bg-light-theme {
    background: #fafafa;
}

.bg-blue-light {
    background: #ecf2f5;
}

/*------------------------------------------*/
/*    Background Color Start
/*------------------------------------------*/
.bg-img-6 {
    background-image: url(../images/bg_6.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-img-7 {
    background-image: url(../images/bg_7.jpg);
    background-repeat: no-repeat;
    background-position: left center !important;
}

.bg-img-7 {
    background-image: url(../images/breadcrumbs_bg.jpg);
    background-repeat: no-repeat;
    background-position: left center !important;
}

.bg-img-8 {
    background-image: url(../images/bg_8.jpg);
    background-repeat: no-repeat;
    background-position: left center !important;
}

/*------------------------------------------*/
/*    Background Images
/*------------------------------------------*/
.bg-wave {
    background-image: url(../images/bg-wave.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

/*------------------------------------------*/
/*    Button Styles
/*------------------------------------------*/

.btn-close:focus {
    outline: 0;
    box-shadow: none;
}

.btn-center {
    margin-top: 70px;
    margin-bottom: -20px;
}

.btn-theme {
    color: #FFF !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.614rem 1.9rem;
    font-size: 0.875rem;
    display: inline-block;
    display: inline-flex;
    outline: none;
    border: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 2;
    align-items: center;
    position: relative;
    cursor: pointer;

    -webkit-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
    -moz-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
    box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);

    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
}

.btn-theme:before {
    background-color: rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 0;
    left: 60%;
    right: 60%;
    bottom: 0;
    opacity: 0;
    content: '';
    z-index: -2;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}

.btn-theme:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.btn-theme:focus,
.btn-theme:active {
    outline: none;
    box-shadow: none;
}

.btn-theme i,
[class*="link-"] i {
    position: relative;
    top: 1px;
    padding-left: 9px;
    line-height: inherit;

    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.btn-theme.icon-left i,
[class*="link-"].icon-left i {
    padding-right: 9px;
    padding-left: 0;
}

.btn-theme.inverse-icon-org i {
    color: var(--primary-color);
}

.btn-theme.inverse-icon-blk i {
    color: #000;
}

.btn-theme.light {
    color: #333 !important;
}

.btn-theme.no-shadow {
    box-shadow: none !important;
}

/* Links Text Start */
.link-oragne {
    color: var(--primary-color);
    font-weight: 700;
}

.link-blue {
    color: var(--secondary-color);
    font-weight: 700;
}

.link-dark {
    color: #333;
    font-weight: 700;
}

.link-light {
    color: #FFF;
    font-weight: 700;
}

.link-oragne:hover {
    color: var(--secondary-color);
}

.link-blue:hover {
    color: var(--primary-color);
}

.link-dark:hover {
    color: #000;
}

.link-light:hover {
    color: var(--primary-color);
}

.gallery-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.gallery-img:hover {
  transform: scale(1.1ba);
}


/* Links Text End */

/* Button Border Start */
.bordered {
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    background: transparent !important;
}

.bordered.bg-orange {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.bordered.bg-navy-blue {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}

.bordered.bg-light-theme {
    border-color: #f1fbff;
    color: #f1fbff;
}

.bordered.bg-white {
    border-color: #FFF;
    color: #FFF;
}

.bordered.bg-white:hover {
    border-color: #FFF;
    background: #FFF !important;
    color: #333 !important;
}

.btn-theme.icon-only i {
    padding: 0;
}

/* --- Service Card Styles --- */

.service-card {
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden; /* Ensures the image corners conform to the border-radius */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%; /* Makes all cards in a row equal height */
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.service-card-img {
    width: 100%;
    height: 220px; /* Increased from 180px */
    object-fit: cover;
    transition: transform 0.4s ease;
}

.service-card-body {
    padding: 25px;
    flex-grow: 1; /* Allows this section to grow and fill available space */
    display: flex;
    flex-direction: column;
}

.service-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a2c48; /* A modern dark blue color */
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.service-card-title i {
    color: #007bff; /* Primary theme color */
    margin-right: 12px;
    font-size: 1.5rem;
}

.service-card-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    flex-grow: 1;
}

.service-card-list li {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.service-card-list li::before {
    content: '\f058'; /* Font Awesome check-circle icon */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #28a745; /* A success green color */
    margin-right: 10px;
    margin-top: 2px;
}

/* Make the whole card a clickable link without default blue underline */
.service-card-link {
    text-decoration: none;
}

.service-card-link:hover {
    text-decoration: none;
}

/* Button Border End */

/*  Button Hover Styles */
.btn-theme:hover {
    /*background: var(--primary-color);
	color: #FFF !important;*/
    box-shadow: none;

}

/*------------------------------------------*/
/*    Accordian Style
/*------------------------------------------*/
.theme-accordian .panel-group .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.theme-accordian .panel-default>.panel-heading {
    background-color: #3973f0;
    border-radius: 0;
    padding: 0;
}

.theme-accordian .panel-heading {
    background: #47bdcc;
    padding: 0;
    border-radius: 3px;
}

.theme-accordian .panel-title>a {
    padding: 12px 15px;
    outline: 0;
    display: block;
    color: #FFF;
    text-transform: capitalize;
    outline: none;
    position: relative;
}

.theme-accordian .panel-title>a i {
    margin-right: 8px;
}

.theme-accordian .panel-body,
.theme-accordian-rounded .panel-body {
    padding: 0 0 20px 0;
    font-size: 0.827rem;
}

.panel {
    padding: 0 0 0 20px;
}

.panel,
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    background: none;
    border: none;
    box-shadow: none;
}

.theme-accordian.white {
    background: none;
}

.theme-accordian.white .panel-heading {
    background: #FFF;
}

.theme-accordian.white .panel-title>a {
    color: #343434;
}

.theme-accordian.white .panel-title>a i {
    color: #47bdcc;
}

.theme-accordian-rounded .panel-title>a i {
    text-align: center;
    margin-right: 12px;
    color: var(--primary-color);
    font-size: 0.875rem;
    position: absolute;
    left: -26px;
    top: 2px;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.theme-accordian-rounded .panel-heading {
    padding: 0 0 5px 0;

}

.panel-title {
    font-size: 1rem;
    position: relative;
}

.theme-collapse {
    padding: 0 0 0 30px;
}

.theme-collapse .toggle {
    color: #1c1c1c;
    font-size: 0.9rem;
    padding-bottom: 15px;
    text-transform: capitalize;
    position: relative;
    padding-left: 0;
    cursor: pointer;
    font-weight: 700;
}

.theme-collapse .toggle i {
    position: absolute;
    top: 3px;
    left: -34px;
    font-size: 1rem;
    color: var(--primary-color);
    transform: rotate(0deg);
    transition: all 0.15s linear;
}

.theme-collapse .toggle.arrow-down {
    color: var(--primary-color);
}

.theme-collapse .toggle.arrow-down i {
    transform: rotate(180deg);
}

.theme-collapse .content {
    padding: 0 0 15px 0;
}

.theme-collapse a {
    display: block;
    font-size: 14px;
    color: #7b7b7b;
    text-transform: capitalize;
    margin-bottom: 7px;
}

.theme-collapse a:hover {
    color: #24547f;
}

.theme-collapse a:last-child {
    margin: 0;
}

/* Right Icon With Border */
.arrow-right-border.theme-collapse {
    padding: 0;
}

.arrow-right-border.theme-collapse .toggle i {
    left: auto;
    right: 0;
}

.arrow-right-border.theme-collapse .toggle {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
    padding-right: 20px;
}

/* Right Icon With Border */
/* Accordian Style Capsules */
.capsules.theme-collapse {
    padding: 0;
}

.capsules.theme-collapse .toggle {
    background: var(--primary-color);
    margin-bottom: 15px;
    padding: 10px 10px 10px 40px;
    color: #FFF;
    font-size: 0.875rem;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.capsules.theme-collapse .toggle i {
    left: 15px;
    color: #FFF;
    transform: translateY(-50%) rotate(0deg);
    top: 50%;
}

.capsules.theme-collapse .toggle.arrow-down {
    background: var(--secondary-color);
}

.capsules.theme-collapse .toggle i {
    left: 15px;
    color: #FFF;
    transform: translateY(-50%) rotate(0deg);
    top: 50%;
}

.capsules.theme-collapse .toggle.arrow-down i {
    transform: translateY(-50%) rotate(180deg);
}

.capsules.theme-collapse .content {
    padding: 0 20px 15px 25px;
}

/* Accordian Style Capsules */

/* BS Accordian Style */
.bs-theme-accordian .accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    color: var(--bg-white);
}

.bs-theme-accordian .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.bs-theme-accordian .accordion-item:first-of-type .accordion-button,
.bs-theme-accordian .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bs-theme-accordian .accordion-item:last-of-type .accordion-button,
.bs-theme-accordian .accordion-item:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.bs-theme-accordian .accordion-item {
    border: 1px solid #dddddd;
}

.bs-theme-accordian .accordion-item:not(:first-of-type) {
    border-top: 0;
}

.bs-theme-accordian .accordion-button::after,
.bs-theme-flush .accordion-button::after {
    font-family: IcoFont !important;
    content: "\eac8";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    position: absolute;
    right: 020px;
    top: 50%;
    font-size: 1.5rem;
    transform: translateY(-50%);
}

.bs-theme-accordian .accordion-button:not(.collapsed)::after,
.bs-theme-flush .accordion-button:not(.collapsed)::after {
    content: "\eacb";
}

.bs-theme-flush .accordion-button:focus {
    box-shadow: none;
}

.bs-theme-flush .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--primary-color);
}

.bs-theme-flush .accordion-button,
.bs-theme-flush .accordion-body {
    padding: 1rem 0;
}

.bs-theme-flush .accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

/* BS Accordian Style */

/*------------------------------------------*/
/*    Tabbing Style
/*------------------------------------------*/
.theme-tabbing.nav-pills .nav-link {
    border-radius: 5.25rem;
    background: var(--secondary-color);
    color: #FFF;
    padding: .5rem 1.5rem;
    margin-right: 15px;
}

.theme-tabbing.nav-pills .nav-link.active {
    background: var(--primary-color);
    color: #FFF;
    box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
}

.theme-tabbing.nav-pills .nav-link i {
    padding-right: 6px;
}

.tab-content.theme-tabbing .tab-pane {
    padding-top: 1.25rem !important;
}

/*------------------------------------------*/
/*    Our Skills Style
/*------------------------------------------*/
.piecharts h2 {
    font-size: 45px;
    border: 0;
    line-height: 40px;
    margin-bottom: 30px;
}

.piecharts p {
    margin: 0
}

.piecharts .container {
    position: relative;
    z-index: 5;
}

.piecharts .col-md-4 {
    text-align: center;
}

.chart {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0px 0 15px 0;
    text-align: center;
}

.chart.first {
    margin-left: 0;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.percent {
    display: inline-block;
    line-height: 100px;
    z-index: 2;
    font-size: 18px;
    font-weight: 600;
    color: #59585b;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

.angular {
    margin-top: 100px;
}

.angular .chart {
    margin-top: 0;
}

.skill-name {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
    width: 100%;
    color: var(--secondary-color);
}

/*------------------------------------------*/
/*    Animated Bars Style
/*------------------------------------------*/
.skillbar-wrap {
    padding: 0 0 20px 0;
    color: #7d7d7d;
    font-weight: 500;
}

.skillbar-wrap .clearfix {
    margin-bottom: 18px;
    font-weight: 700;
    color: var(--secondary-color);
}

.skillbar-percent {
    position: absolute;
    padding: 2px 8px;
    font-size: 0.8125rem;
    background: var(--secondary-color);
    top: -35px;
    font-weight: 600;
    color: #FFF;
    right: 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
    background-color: rgba(6, 22, 58, 0.2);

    height: 2px;

    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
}

.skillbar-bar {
    height: 2px;
    width: 0px;
    background: var(--primary-color);
    margin: 10px 0 0 0;
}

.skill-bar-percent {
    color: #303030;
}

/*------------------------------------------*/
/*    Alert Style
/*------------------------------------------*/
.alert-theme {
    border: 1px solid var(--primary-color);
}

/*------------------------------------------*/
/*    Overlay Styles
/*------------------------------------------*/
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    left: 0;
    background: rgba(6, 22, 58, 0.9);
}

/*------------------------------------------*/
/*   Search Popup
/*------------------------------------------*/
/* Overlay closing cross */
.overlay .overlay-close i {
    padding: 0 !important;
    /*width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    color: #FFF;
    outline: none;
    z-index: 100;
    line-height: 80px;
    text-align: center;*/
}

.overlay form {
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 22px;
    color: #b2b2b2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay .form-inner {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay .form-inner input[type="text"] {
    box-shadow: none !important;
    border: none;
}

/* Effects */
.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay-hugeinc form {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.overlay-hugeinc form .form-inner {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc form .form-inner {
    width: 450px;
}

.overlay-hugeinc.open form .form-inner {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.overlay-hugeinc form .form-inner-div {
    padding: 0.75rem;
    background: #FFF;
    border-radius: 70px;
    min-width: 100%;
}

.overlay-hugeinc form .form-inner i.icofont-search {
    padding: 0 1rem 0 0.5rem;
}

.overlay-hugeinc form .form-inner .overlay-close {
    padding: 0 0.5rem 0 0.8rem;
}

.overlay-hugeinc.close form .form-inner {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

/*------------------------------------------*/
/*   BACKGROUND SETTINGS
/*------------------------------------------*/
.bg-scroll {
    width: 100%;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-fixed {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/*------------------------------------------*/
/*    Callout Style Start
/*------------------------------------------*/
.contact-callout {
    color: #fefefe;
}

.callout-style-1 {
    font-size: 14px;
    color: #FFF;
}

.center-text {
    padding: 0 4rem;
}

/*------------------------------------------*/
/*    Top Bottom Spacing
/*------------------------------------------*/
.wide-tb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.wide-tb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.wide-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.wide-tb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.wide-tb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.wide-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.wide-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.wide-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.wide-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}


/*------------------------------------------*/
/*    Icon Box Style
/*------------------------------------------*/

/* Box Style One */
.icon-box-1 {
    background: #071639;
    color: #FFF;
    overflow: hidden;
    position: relative;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.icon-box-1 img {
    opacity: 0.5;

    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.icon-box-1 .text {
    position: absolute;
    text-align: center;
    bottom: 25px;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
}

.icon-box-1 .text i {
    font-size: 3.5rem;
    display: block;
    margin-bottom: 0.8rem;

    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;

}

.icon-box-1:hover {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.32);
    cursor: pointer;
}

.icon-box-1:hover img {
    opacity: 0.3;

    transform: scale(1.2);

    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.icon-box-1:hover .text {
    transform: translateY(-15px);
}

.icon-box-1:hover .text i {
    padding-bottom: 7px;

    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

/* Box Style Two */
.icon-box-2 .media {
    display: flex;
}

.icon-box-2 .service-icon {
    flex-shrink: 0;
}

.icon-box-2 .service-inner-content {
    flex-grow: 1;
}

.service-icon {
    border-radius: 50%;
    margin-right: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: var(--shadow-primary);
    width: 65px;
    height: 65px;
    z-index: 101;
    text-align: center;
    font-size: 24px;
    color: var(--primary-color);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.service-inner-content {
    font-size: 14px;
    color: #6f6f6f;
    line-height: 1.571;
}

.service-inner-content h4 {
    color: var(--secondary-color);
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 15px;
}

/* Icon Box 3 */
.icon-box-3 .media {
    display: flex;
}

.icon-box-3 .service-icon {
    height: 81px;
    width: 81px;
    margin-right: 2rem;
    border-style: solid;
    border-width: 4px;
    border-color: rgba(6, 22, 58, 0.11);
    background: transparent;
    position: relative;
    z-index: 10;
    margin-top: 25px;
    border-radius: 0;
    box-shadow: none;
    flex-shrink: 0;
}

.icon-box-3 .service-inner-content {
    flex-grow: 1;
}

.icon-box-3 .service-icon:before {
    height: 81px;
    width: 81px;
    position: absolute;
    content: '';
    border-style: solid;
    border-width: 4px;
    border-color: rgba(6, 22, 58, 0.11);
    background: transparent;
    z-index: -1;
    left: -20px;
    top: -20px;
}

.icon-box-3 .service-icon i {
    height: 100%;
    font-size: 40px;
    color: var(--secondary-color);
    width: 100%;
    position: absolute;
    left: 0;
    line-height: 80px;
}

.icon-box-3.bg-light-theme .service-icon i {
    background: #fef9f5;
}

.icon-box-3[class*="bg-"] {
    background: transparent;
}

/* Icon Box 3 */

/* Icon Box 4 */
.icon-box-4 {
    text-align: center;
    background-color: #FFF;
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.05);
    padding: 2rem 1.25rem;
    position: relative;
    cursor: pointer;

    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.icon-box-4:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background: transparent;
    width: 100%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    z-index: 1;
}

.icon-box-4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background: var(--primary-color);
    width: 0;
    transition: width .3s;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease;
}

.icon-box-4:hover {
    transform: translateY(-15px);
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.2);
}

.icon-box-4:hover:before {
    width: 100%;
}

.icon-box-4 i {
    font-size: 40px;
    color: var(--secondary-color);
    margin-bottom: 15px;
    display: block;
}

/* Icon Box 4 */

/* Icon Box 5 */
.icon-box-5 {
    width: 107px;
    height: 107px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.icon-box-5 i {
    font-size: 36px;
}

/* Icon Box 5 */

/* Icon Box With Image */
.icon-box-with-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.32);

    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.icon-box-with-img:hover {
    transform: translateY(-15px);
    box-shadow: none;
}

.icon-box-with-img img {
    opacity: 0.5;

    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.icon-box-with-img .text {
    position: absolute;
    color: #FFF;
    text-align: center;
    top: 50%;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 700;
    transform: translateY(-50%);
    text-transform: uppercase;
}

/* Icon Box With Image */

/* Icon Box Six */
.icon-box-6 {
    border: 1px solid #eae9e9;
    padding: 1.25rem 1.25rem 0;
    text-align: center;
    margin-bottom: 25px;
}

.icon-box-6>i {
    font-size: 3.5rem;
    color: var(--primary-color);
    margin-bottom: 8px;
    display: block;
}

.icon-box-6>h3 {
    font-weight: 600;
    margin-bottom: 19px;
}

.icon-box-6 .btn-arrow,
.icon-box-7 .btn-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2.25rem;
    color: #FFF;
    border-radius: 50%;
    display: inline-block;
    bottom: -25px;
    position: relative;
}

.icon-box-6 .btn-arrow:hover,
.icon-box-7 .btn-arrow:hover {
    background: var(--primary-color);
    color: #FFF;
}

.icon-box-6 p {
    margin-bottom: 0;
}

/* Icon Box Six */

/* Icon Box Seven */
.icon-box-7 {
    text-align: center;
    background: var(--primary-color);
    margin-bottom: 45px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
}

.icon-box-7 img {
    opacity: 0.5;
    width: 100%;
    border-radius: 4px;
}

.icon-box-7 h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    text-align: center;
    top: 50%;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
}

.icon-box-7 .btn-arrow {
    position: absolute;
    bottom: -25px;
    background: #333;
    left: 50%;
    transform: translateX(-50%);
}

/* Icon Box Seven */



/*------------------------------------------*/
/*    Spacer For Gap
/*------------------------------------------*/
.spacer-70 {
    min-height: 70px;
}

.spacer-60 {
    min-height: 60px;
}

.spacer-50 {
    min-height: 50px;
}

.spacer-40 {
    min-height: 40px;
}

.spacer-30 {
    min-height: 30px;
}

.spacer-20 {
    min-height: 20px;
}

.spacer-10 {
    min-height: 10px;
}

/*------------------------------------------*/
/*    Background Overlay
/*------------------------------------------*/
.pos-rel {
    position: relative;
}

.bg-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
}

.bg-overlay+.container {
    position: relative;
    z-index: 99;
}

.bg-overlay.blue {
    background-color: var(--secondary-color);
}

.bg-overlay.black {
    background-color: #000;
}

.bg-overlay.white {
    background-color: #FFF;
}

.bg-overlay.opacity-30 {
    opacity: 0.3;
}

.bg-overlay.opacity-40 {
    opacity: 0.4;
}

.bg-overlay.opacity-50 {
    opacity: 0.5;
}

.bg-overlay.opacity-60 {
    opacity: 0.6;
}

.bg-overlay.opacity-70 {
    opacity: 0.7;
}

.bg-overlay.opacity-80 {
    opacity: 0.8;
}


/*------------------------------------------*/
/*    Tracking Form
/*------------------------------------------*/
.tracking {
    background: url(../images/map-bg.png) no-repeat top center;
    padding-bottom: 250px;
    display: flex;
    align-items: center;
}

.tracking .form-control::placeholder {
    color: var(--bg-white);

}

.tracking input[type="text"] {
    border-width: 0 0 1px 0;
    border-style: solid;
    font-size: 0.875rem;
    background: transparent;
    border-color: #d0d0d0;
    padding: 10px 0;
    border-radius: 0;
    box-shadow: none;
    margin-right: 1.5rem;
}

.tracking.parallax {
    background-image: url(../images/bg_5.jpg);
    background-repeat: no-repeat;
    background-position: center center !important;
    padding-bottom: 100px;
}

.tracking.parallax .form-inline {
    display: flex;
}

.tracking.parallax input[type="text"] {
    color: #FFF;
}

/*------------------------------------------*/
/*    Footer Subscribe
/*------------------------------------------*/
.footer-subscribe .flex-nowrap {
    position: relative;
}

.footer-subscribe .head {
    font-size: 0.875rem;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 700;
}

.footer-subscribe .head span {
    color: #333;
    font-size: 0.75rem;
}

.footer-subscribe input[type="text"] {
    border: 1px solid var(--main-dark-color);
    border-radius: 55px;
    font-size: 14px;
    padding: 12px 26% 12px 20px;
    background: rgb(255, 255, 255);
    width: calc(100% - 1px);
    height: auto;
    box-shadow: none !important;
}

.footer-subscribe .btn-theme {
    position: absolute;
    top: 0;
    height: calc(100% + 2px);
    right: 0;
    z-index: 99;
}

.widget-wrap .footer-subscribe {
    position: relative;
}

.widget-wrap .footer-subscribe .btn-theme {
    width: 90px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

/*------------------------------------------*/
/*    Twitter Tweets
/*------------------------------------------*/
.twitter-feed {
    background: #fafafa;
    padding: 20px;
    font-size: 0.8125rem;
}

.icon-feed {
    font-size: 60px;
    padding: 1.5rem;
}

.tweet-stream .tweet_list,
.tweet-stream .tweet_list li {
    margin: 0;
    list-style: none;
    font-size: 13px;
    line-height: 25px;
    padding: 0;
}

.tweet-stream .tweet_list li {
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.tweet-stream .tweet_list li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.tweet-stream .tweet_list li .tweet_text,
.tweet-stream .tweet_list li .tweet_time {
    display: block
}

.tweet-stream .tweet_list li .tweet_time {
    font-size: 11px;
    margin-top: 0px
}

.tweet-stream .tweet_list li .tweet_time a {
    font-weight: 400;
}

/*------------------------------------------*/
/*    Blockquotes Style 
/*------------------------------------------*/
.style-one {
    font-size: 1.25rem;
    color: #333;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}

.style-one:after {
    position: absolute;
    top: 0;
    left: -55px;
    content: "\efcd";
    font-size: 36px;
    font-family: IcoFont;
    color: rgba(6, 22, 58, 0.1);
    line-height: 0.833;
}

.style-one .blockquote-footer::before {
    display: none;
}

.style-one cite {
    font-size: 0.875rem;
    font-style: normal;
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 15px;
    display: block;
}

/*------------------------------------------*/
/*    Counter Text Animation
/*------------------------------------------*/
.counter-bg {
    background-image: url(../images/bg_1.jpg);
    background-repeat: no-repeat;
}

.counter-style-1 {
    color: #FFF;
    text-align: center;

}

.counter-style-1 i {
    font-size: 3rem;
}

.counter-style-1 span {
    font-size: 3rem;
    color: #fef9f5;
    font-weight: 700;
}

.counter-style-1.light-bg {
    color: #333333;
    background: #ffffff;
    padding: 2rem 0;
    border-bottom: 4px solid var(--secondary-color);
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.05);
}

.counter-style-1.light-bg span {
    color: var(--primary-color);
}

.counter-style-1.light-bg i {
    color: var(--secondary-color);
}

/* Clients */

/* --- Compact Clients Section --- */
.clients {
    padding: 30px 0; /* Compact vertical padding */
    background: #fff;
}

.clients .heading-main {
    text-align: center;
    font-size: 3.5rem; /* Slightly adjusted for balance */
    margin-bottom: 25px;
}

.client-category {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px; /* Softer corners */
    padding: 15px 20px; /* Tighter padding */
    margin-bottom: 20px;
    /* A clean, subtle shadow */
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.05);
}

.client-category h3 {
    background: #0a2a5e;
    color: #fff;
    display: inline-block;
    padding: 5px 14px; /* Tighter pill */
    border-radius: 999px; /* Pill shape */
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 15px; /* Less space */
}

.clients-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 25px; /* Tighter logo spacing */
    justify-content: center;
    align-items: center;
}

.clients-grid img {
    height: 38px; /* Compact logo size */
    object-fit: contain;
    /* Simple scale transition on hover */
    transition: transform 0.2s ease;
    /* No grayscale or opacity */
}

.clients-grid img:hover {
    transform: scale(1.08); /* A subtle hover effect */
}



/* ========== Map ========== */
.map-section {
  padding-block: clamp(24px, 4vw, 48px);
}

.map-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 5;  /* shorter height */
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
  background: #e9eef5;
}


.map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Overlay card */
.map-card {
  position: absolute;
  left: clamp(12px, 3vw, 24px);
  bottom: clamp(12px, 3vw, 24px);
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(120%) blur(2px);
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  border-radius: 16px;
  padding: 16px 18px;
  max-width: min(520px, 92%);
  color: #0b1b2b;
}

.map-card-title {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.map-card-line {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px;
  font-size: .95rem;
  margin: 6px 0;
  opacity: .95;
}

.map-card-line i { margin-top: 2px; }

/* Map CTA */
.btn-map {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  line-height: 1;
  background: #0a5fff;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(10,95,255,.25);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn-map:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(10,95,255,.32);
  background: #084dd1;
}

/* Small screens: lift the card for readability */
@media (max-width: 576px) {
  .map-card {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 14px;
  }
  .map-card-line { font-size: .92rem; }
}

/* Optional: reduce section padding if the clients area is immediately above the map */
.clients-section + .map-section {
  padding-top: clamp(12px, 2vw, 24px);
}


/*------------------------------------------*/
/*    Free Quote Form
/*------------------------------------------*/
::-webkit-input-placeholder {
    /* Edge */
    color: #333;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
}

::placeholder {
    color: #333;
}

.free-quote {
    background-image: url(../images/bg_2.jpg);
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: 70px;
}

.free-quote-form {
    border-radius: 7px;
    background-color: #FFF;
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.14);
    padding: 40px 20px;
    margin-bottom: -70px;
}

.rounded-field input[type="text"],
.rounded-field input[type="email"],
.rounded-field select,
.rounded-field textarea,
.rounded-field .nice-select {
    border: 1px solid #dfdfdf;
    padding: 10px 20px;
    min-height: 44px;
    font-size: 0.875rem;
    color: #333;

    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.rounded-field input[type="text"]:focus,
.rounded-field input[type="email"]:focus,
.rounded-field select:focus,
.rounded-field textarea:focus {
    box-shadow: none;
}

.rounded-field textarea:focus {
    border: 1px solid #dfdfdf;
}

.rounded-field .custom-select {
    background-position: 93% center;
}

.rounded-field textarea {
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-size: 0.875rem;
}

.free-quote-alt {
    background-image: url(../images/bg_4.jpg) !important;
}

.gray-field.rounded-field input[type="text"],
.gray-field.rounded-field input[type="email"],
.gray-field.rounded-field select,
.gray-field.rounded-field textarea,
.gray-field .nice-select {
    border-radius: 0;
    background-color: #fcfcfc;
    box-shadow: none !important;
    border: 1px solid #dfdfdf !important;
}

/*------------------------------------------*/
/*    Owl Slider Arrow
/*------------------------------------------*/
.owl-nav {
    text-align: center;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    height: 40px;
    width: 40px;
    outline: none;
    display: inline-block;
    color: #4b1616;
    font-size: 48px;
    font-family: "FontAwesome";
    line-height: 44px;
    margin: -20px 5px;

    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.owl-carousel .owl-nav button:hover,
.owl-carousel .owl-nav button:hover {
    color: var(--primary-color);
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel .owl-dots button {
    outline: none;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -25px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -25px;
}

.owl-carousel .owl-dots button span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 2px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #FFF;
    border: 2px solid #333;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    outline: none;
}

.owl-carousel .owl-dot.active span,
.owl-controls.clickable .owl-dot:hover span,
.owl-carousel .owl-dot:hover span {
    background: #FFF;
    border: 2px solid #f0738a;
}


/*------------------------------------------*/
/*    Twitter/Flickr Style
/*------------------------------------------*/
.tweet-stream .tweet_list,
.tweet-stream .tweet_list li {
    margin: 0;
    list-style: none;
    font-size: 13px;
    line-height: 25px;
    padding: 0;
}

.tweet-stream .tweet_list li {
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.tweet-stream .tweet_list li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.tweet-stream .tweet_list li .tweet_text,
.tweet-stream .tweet_list li .tweet_time {
    display: block
}

.tweet-stream .tweet_list li .tweet_time {
    font-size: 11px;
    margin-top: 0px
}

.tweet-stream .tweet_list li .tweet_time a {
    font-weight: 400;
}

.photo-thumbs {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.photo-thumbs li {
    list-style: none;
    float: left;
    margin: 3px;
    padding: 0px;
    background: #FFF;
    width: 70px;
}

.photo-thumbs li img {
    display: block;
}

.photo-thumbs li a img {
    border: none;
}

/*------------------------------------------*/
/*    List Icon Style
/*------------------------------------------*/
.icons-listing li {
    padding: 0 0 20px 35px;
    position: relative;
}

.icons-listing li i {
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
}

.icons-listing.theme-orange li i {
    color: var(--primary-color);
}

.icons-listing.theme-blue li i {
    color: #264455;
}

.icons-listing.theme-light li i {
    color: #cccccc;
}

.icons-listing.theme-dark li i {
    color: #0d0d0d;
}

.icons-listing.w-half {
    display: flex;
    flex-wrap: wrap;
}

.icons-listing.w-half li {
    flex: 1 1 50%;
}

/*------------------------------------------*/
/*    Blockquote Style
/*------------------------------------------*/
.blockquote-1 footer,
.blockquote-2 footer,
.blockquote-3 footer {
    padding: 0;
    background: none;
}

.blockquote-1 {
    border: none;
    padding: 0 0px 0 60px;
    margin: 0 0 30px 0;
    position: relative;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
    color: #323232;
}

.blockquote-1:before {
    position: absolute;
    font-size: 48px;
    font-family: 'FontAwesome';
    content: "\f10d";
    left: 0;
    top: 20px;
    color: #47bdcc;
}

.blockquote-1 footer cite {
    font-style: inherit;
    font-size: 14px;
    color: #47bdcc;
    font-family: 'Open Sans', sans-serif;
}

.blockquote-2,
.blockquote-3 {
    padding: 2rem 2rem 2rem 6rem;
}

.blockquote-2 {
    background: var(--secondary-color);
    border: none;
    position: relative;
    font-size: 1.5rem;
    color: #FFF;
    font-weight: 700;
    line-height: 1.4;
}

.blockquote-3 {
    background: #ffffff;
    border-left: 5px solid var(--primary-color);
    position: relative;
    font-size: 1.5rem;
    color: var(--secondary-color);
    font-weight: 700;
    line-height: 1.4;
}

.blockquote-2 footer cite,
.blockquote-3 footer cite {
    font-style: inherit;
    font-size: 14px;
    color: var(--primary-color);
}

.blockquote-2 footer cite {
    color: #FFF;
}

.blockquote-2 footer,
.blockquote-3 footer {
    text-align: right;
}

.blockquote-2:before,
.blockquote-3:before {
    position: absolute;
    font-size: 2.25rem;
    font-family: 'FontAwesome';
    content: "\f10d";
    left: 40px;
    top: 35px;
    color: var(--primary-color);
}

.blockquote-2:before {
    color: rgba(255, 255, 255, 0.4);
}

/*------------------------------------------*/
/*    Dropcap Style
/*------------------------------------------*/
.dropcap {
    font-size: 32px;
    margin: 0px 15px 0 0;
    color: #303030;
}

.dropcap2 {
    color: #FFFFFF;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.dropcap,
.dropcap2 {
    float: left
}

.dropcap,
.dropcap2 {
    font-weight: 700
}

.dropcap,
.dropcap2 {
    font-size: 32px
}


/*------------------------------------------*/
/*    FAQs
/*------------------------------------------*/
@media (min-width: 767.99px) {
    .faqs [class*="col-md-"] {
        margin-bottom: 30px;
    }

    .faqs [class*="col-md-"]:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

/*------------------------------------------*/
/*    Page Loader
/*------------------------------------------*/
#pageloader {
    background: #FFF;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
    color: #333;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    top: 0;
    background: var(--primary-color) url(../images/bg-wave.svg) no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.loader-item {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    width: auto;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(90deg);
    }

    35% {
        transform: rotate(90deg);
    }

    45% {
        transform: rotate(180deg);
    }

    60% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    85% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    10% {
        -webkit-transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(90deg);
    }

    35% {
        -webkit-transform: rotate(90deg);
    }

    45% {
        -webkit-transform: rotate(180deg);
    }

    60% {
        -webkit-transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    85% {
        -webkit-transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes bounce {
    0% {
        transform: scaleX(1);
    }

    10% {
        transform: scaleX(1);
    }

    20% {
        transform: scaleX(0.8);
    }

    35% {
        transform: scaleX(0.8);
    }

    45% {
        transform: scaleX(1);
    }

    60% {
        transform: scaleX(1);
    }

    75% {
        transform: scaleX(0.8);
    }

    85% {
        transform: scaleX(0.8);
    }

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

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: scaleX(1);
    }

    10% {
        -webkit-transform: scaleX(1);
    }

    20% {
        -webkit-transform: scaleX(0.8);
    }

    35% {
        -webkit-transform: scaleX(0.8);
    }

    45% {
        -webkit-transform: scaleX(1);
    }

    60% {
        -webkit-transform: scaleX(1);
    }

    75% {
        -webkit-transform: scaleX(0.8);
    }

    85% {
        -webkit-transform: scaleX(0.8);
    }

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

.loader {
    box-sizing: content-box;
    height: 40px;
    margin: 0;
    position: relative;
    width: 70px;
}

.loader:before {
    border: 2px solid #FFF;
    box-sizing: content-box;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
}

.loader .spin {
    -webkit-animation: spin 2.25s linear infinite;
    animation: spin 2.25s linear infinite;
    height: 14px;
    left: 28px;
    position: absolute;
    top: 13px;
    width: 14px;
}

.loader .spin:before {
    border: 3px solid #FFF;
    box-sizing: content-box;
    content: '';
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 14px;
}

.loader .bounce {
    -webkit-animation: bounce 2.25s linear infinite;
    animation: bounce 2.25s linear infinite;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.loader .bounce:after,
.loader .bounce:before {
    box-sizing: content-box;
    content: '';
    height: 10px;
    position: absolute;
    top: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}

.loader .bounce:before {
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    left: 0;
}

.loader .bounce:after {
    border-right: 3px solid #FFF;
    border-top: 3px solid #FFF;
    right: 0;
}

/*------------------------------------------*/
/*    Scroll To Top Style
/*------------------------------------------*/
#mkdf-back-to-top {
    display: block;
    visibility: hidden;
    position: fixed;
    right: 25px;
    bottom: 75px;
    border-radius: 50%;
    margin: 0;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    opacity: 0;
    z-index: 99;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
    -moz-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
    box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
    background-color: var(--secondary-color);
    box-sizing: border-box;
    -webkit-transition: opacity .2s ease-out, visibility .2s ease-out, color .2s ease-out, background-color .2s ease-out, right .1s ease-out;
    -moz-transition: opacity .2s ease-out, visibility .2s ease-out, color .2s ease-out, background-color .2s ease-out, right .1s ease-out;
    transition: opacity .2s ease-out, visibility .2s ease-out, color .2s ease-out, background-color .2s ease-out, right .1s ease-out;
}

#mkdf-back-to-top:hover {
    background-color: var(--primary-color);
}

#mkdf-back-to-top:hover i {
    animation: toUpFromDown 0.3s forwards;
}

#mkdf-back-to-top.on {
    opacity: 1;
    visibility: visible;
}

#mkdf-back-to-top:hover .mkdf-icon-stack {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

#mkdf-back-to-top:hover .mkdf-back-to-top-text {
    opacity: 0;
}

@keyframes toUpFromDown {
    49% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    text-indent: -9999px;
    background: url('icon_top.png') no-repeat;
    background-color: #000;
}

.scrollup.open {
    display: block;
}

/*------------------------------------------*/
/*    About Page Style
/*------------------------------------------*/
.about-bg {
    background-image: url(../images/map-bg.png);
    background-repeat: no-repeat;
    background-position: 100% -73%;
    border-radius: 5px;
    overflow: hidden;
}

.bg-with-text {
    background: url(../images/bg-text.jpg) no-repeat center right;
    background-size: cover;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    font-size: 1.125rem;
    padding: 0 1.5rem;
    font-weight: 300;
    line-height: 2;
}

.video-popup {
    padding: 11rem 0;
    margin-bottom: -100px;
    background: url(../images/popup_bg.jpg) no-repeat center center;
    text-align: center;
    overflow: hidden;
    color: #FFF;
    border-radius: 10px;
}

.video-popup .bg-overlay {
    z-index: 1;
}

.video-popup .zindex-fixed {
    z-index: 99;
}

.video-popup a {
    color: #FFF;
}

.img-icon img {
    max-width: 100px;
    border-radius: 50%;
    box-shadow: var(--shadow-primary);
    border: 5px solid #FFF;
    margin-right: 25px;
}

.img-icon h3 {
    font-size: 1.25rem;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 0;
}

.img-icon h3 span {
    display: block;
    font-size: 0.95rem;
    color: #999;
    font-weight: 400;
    padding-top: 0.2rem;
}

.bordered-img {
    box-shadow: var(--shadow-primary);
    border: 10px solid #FFF;
}
 #about-title {
    display: flex;
    align-items: center;   /* Vertically center text + logo */
    gap: 2px;             /* Space between text and logo */
    font-size: 3rem;       /* Adjust size as per your design */
    font-weight: bold;
  }

  #about-title .about-text {
    line-height: 1;        /* Better vertical rhythm */
  }

  #about-title .about-logo {
    height: 80px;          /* Adjust to match text size */
    width: auto;
    display: inline-block;
  }




/*------------------------------------------*/
/*    Client Testimonials
/*------------------------------------------*/
#home-client-testimonials {
    margin-top: -30px;
}

#home-client-testimonials .item {
    padding: 30px;
}

.client-testimonial {
    box-shadow: 0px 8px 37px 0px rgba(0, 0, 0, 0.14);
    padding: 40px 20px;
}

.client-testimonial .media {
    display: flex;
    align-items: flex-start;
}

.client-testimonial .client-testimonial {
    flex-shrink: 0;
}

.client-testimonial .client-inner-content {
    flex-grow: 1;
}

.client-testimonial-icon {
    max-width: 100px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
}

.client-testimonial-icon:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    content: "\efcd";
    font-size: 36px;
    font-family: IcoFont;
    color: #FFF;
    line-height: 0.833;
    z-index: 1;
    transform: translateX(-50%);
}

.client-testimonial-icon img {
    opacity: 0.5;
}

.client-inner-content {
    font-size: 0.875rem;
    color: rgb(159, 159, 159);
    line-height: 1.571;
}

.client-inner-content .blockquote-footer,
.client-inner-content .blockquote-footer cite {
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    color: var(--secondary-color);
    margin-top: 1rem;
    line-height: 1.375;
}

.client-testimonials-bg {
    background-image: url(../images/bg_2.jpg);
    background-repeat: no-repeat;
    padding: 3rem;
    text-align: center;
    color: #FFF;
    overflow: hidden;
}

.client-testimonials-bg .owl-carousel .owl-nav button.owl-prev,
.client-testimonials-bg .owl-carousel .owl-nav button.owl-next {
    color: #FFF;
}

.client-testimonials-bg .client-inner-content,
.client-testimonials-bg .client-inner-content .blockquote-footer,
.client-testimonials-bg .client-inner-content .blockquote-footer cite {
    color: #FFF;
}

/*------------------------------------------*/
/*    Blog Styles
/*------------------------------------------*/
.blog-warp {
    text-align: center;
    font-size: 14px;
    line-height: 1.714;
}

.blog-warp:hover img {
    opacity: 0.7;
    transform: translateY(-3px);
}

.blog-warp img {
    margin-bottom: 22px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.blog-warp h4 a {
    font-size: 1.125rem;
    color: #333;
    font-weight: 700;
    line-height: 1.2;
}

.blog-warp h4 a:hover {
    color: var(--primary-color);
}

.meta-box {
    margin-bottom: 15px;
    font-size: 0.95rem;
    font-weight: 500;
}

.meta-box span {
    margin: 0 4px;
}

.meta-box a {
    color: var(--primary-color);
}

.meta-box a:hover {
    color: var(--main-dark-color);
}

.blog-list-footer ul li {
    margin-bottom: 30px;
}

.blog-list-footer ul li:last-child {
    margin: 0;
}

.blog-list-footer .media {
    display: flex;
}

.post-thumb {
    width: 80px;
    flex-shrink: 0;
    margin-right: 25px;
}

.post-text {
    flex-grow: 1;
}

.post-text a {
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 600;
}

.post-text a:hover {
    color: #333;
}

.comment-box {
    font-weight: 500;
    font-size: 0.95rem;
}

.comment-box a {
    color: #06163a;
    font-size: 0.95rem;
}

.comment-box a:hover {
    color: var(--primary-color);
}

.comment-box span {
    padding-right: 15px;
}

.comment-box span i {
    padding-right: 5px;
}

.comment-box span:last-child {
    padding: 0;
}

/*------------------------------------------*/
/*    Blogs Pages Start
/*------------------------------------------*/
.blog-list [class*="col-"] {
    margin-bottom: 40px;
}

.sidebar-spacer {
    padding-left: 1.5rem;
}

.sidebar-secondary {
    margin-top: 40px;
}

.widget-wrap:not(:last-child) {
    margin-bottom: 60px;
}

.widget-wrap h3 {
    color: var(--secondary-color);
}

.blog-list-categories a {
    padding: 0.5rem 1.45rem;
    display: block;
    font-size: 0.875rem;
    color: var(--secondary-color);
    position: relative;
    z-index: 1;
    border-left: 1px solid #eae6e6;
    font-weight: 600;
}

.blog-list-categories a:hover {
    color: var(--primary-color);
    padding: 0.5rem 1.45rem 0.5rem 1.75rem;
}

.blog-list-categories a:after {
    position: absolute;
    width: 0;
    height: 100%;
    background: var(--primary-color);
    content: "";
    left: 0;
    top: 0;
    z-index: -1;

    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.blog-list-categories a:hover:after,
.blog-list-categories li.active a:after {
    width: 2px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

/* Blog Standard */
.blog-standard {
    margin-bottom: 70px;
}

.blog-standard:last-child {
    margin-bottom: 0;
}

.theme-pagination .page-item .page-link {
    border-radius: 3px !important;
    margin-right: 12px;
    color: #28324c;
    border-color: #ececec;
    background: #fafafa;
}

.theme-pagination .page-item.active .page-link,
.theme-pagination .page-item .page-link:hover {
    z-index: 1;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    background: #ebebeb;
    border-color: #ebebeb;
}

/* Blog Single */
.tags {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -8px;
}

.tags a {
    display: inline-block;
    color: #FFF;
    padding: 0.50rem 1.9rem;
    font-weight: 500;
    background: var(--secondary-color);
    margin: 0 10px 8px 0;

    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}

.tags a:last-child {
    margin: 0;
}

.tags a:hover {
    background: var(--primary-color);
    color: #FFF;
}

.share-this a {
    display: inline-block;
    color: #FFF;
    width: 28px;
    height: 28px;
    text-align: center;
    background: red;
    align-items: center;
    display: flex;
    margin-left: 7px;
    justify-content: center;
}

.share-this a.ff {
    background: #627aad;
}

.share-this a.tw {
    background: #4d9ed8;
}

.share-this a.ln {
    background: #2f75ae;
}

.author-box {
    border: 1px solid #ececec;
    padding: 2rem
}

.author-box .media {
    display: flex;
}

.thumb {
    width: 90px;
    flex-shrink: 0;
    margin-right: 30px;
}

.border-style {
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 10px 0;
}

.border-style h4,
.border-style small {
    font-weight: 700;
}

.commnets-reply .media {
    display: flex;
}

.commnets-reply .thumb {
    flex-shrink: 0;
}

.commnets-reply .thumb img {
    box-shadow: 0px 6px 10px 0px rgba(254, 135, 4, 0.2);
    border: 4px solid #FFF;
}

.commnets-reply .media-body {
    flex-grow: 1;
}

.commnets-reply .btn-theme {
    font-size: 0.75rem;
    margin-top: 0 !important;
    padding: 0.4rem 1.5rem;
}

/*------------------------------------------*/
/*    Contact Map Styles
/*------------------------------------------*/
.map-bg {
    position: relative;
    height: 400px;
}

.map-bg-with-contact {
    position: relative;
    padding: 100px 0;
}

.map-bg-with-contact #map-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.map-shadow {
    border-style: solid;
    border-width: 4px;
    border-color: rgb(255, 255, 255);
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 7px 46px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: -120px;
}

.map-shadow #map-holder {
    height: 350px !important;
}

.map-bg iframe,
.map-bg-with-contact #map-holder iframe {
    margin: 0;
    background: #FFF;
    padding: 0;
    height: 100%;
    width: 100%;
}

#map_extended {
    height: 100%;
    left: 0;
    line-height: inherit;
    position: relative;
    top: 0;
    width: 100%;
}

#map_extended img {
    max-width: inherit;
}

#map_extended .gm-style div {
    font: 13px/20px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#map_extended .gmap_marker address {
    width: 300px;
    margin-bottom: 0;
}

#map_extended .gmap_marker address>div {
    width: 100%;
    display: inline-block;
}

#map_extended .gmap_marker address div div {
    float: right;
    width: 70%;
}

#map_extended .gmap_marker address div div:first-child {
    width: 30%;
    float: left;
}

#map_extended .gmap_marker h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.9rem;
}

/*------------------------------------------*/
/*    Contact Page Style
/*------------------------------------------*/
.contact-details-on-map-iframe {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 99;
    background: #FFF;
    padding: 2.5rem 1.15rem;
    color: #333;
    border-radius: 3px;
    transform: translateY(-50%);
}

.contact-details-on-map {
    background: #FFF;
    position: relative;
    z-index: 9;
    box-shadow: var(--shadow-secondary);
    padding: 1.5rem;
    color: #333;
    border-radius: 3px;
    max-width: 530px;
}

.contact-details-on-map h4 {
    font-size: 16px;
    font-weight: 600;
    color: rgb(6, 22, 58);
    line-height: 1.714;
}

.contact-details-on-map p {
    color: #9b9b9b;
}

.contact-details-on-map a {
    color: rgb(6, 22, 58);
}

.contact-details-on-map i {
    color: var(--primary-color);
    font-size: 24px;
    top: 4px;
    padding-right: 10px;
    display: inline-block;
    position: relative;
}

.contact-details-on-map.standard {
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
    transform: none;
    background-color: transparent;
    box-shadow: none;
}

.contact-full-shadow {
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.06);
    padding-bottom: 250px;
}

.contact-map-bg {
    position: absolute;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
}

.contact-map-bg.option {
    left: auto;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: -1;
}

.contact-detail-shadow {
    border-radius: 8px;
    position: relative;
    z-index: 1;
    background-color: #FFF;
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.14);
    padding: 3rem;
}

.contact-detail-shadow .items {
    margin-bottom: 20px;
}

.contact-detail-shadow h4 {
    font-size: 0.875rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-weight: 700;
}

.contact-detail-shadow i {
    color: var(--primary-color);
    top: 3px;
    position: relative;
    font-size: 1.25rem;
    margin-right: 15px;
}

.contact-detail-shadow a {
    text-decoration: underline;
}

.free-quote-form.contact-page {
    margin-bottom: 0;
    margin-top: -140px;
}

.free-quote-form.contact-page .rounded-field input[type="text"],
.free-quote-form.contact-page .rounded-field input[type="email"],
.free-quote-form.contact-page .rounded-field select,
.free-quote-form.contact-page .rounded-field .nice-select,
.free-quote-form.contact-page .rounded-field textarea,
.contact-page-option.free-quote-form .rounded-field input[type="text"],
.contact-page-option.free-quote-form .rounded-field input[type="email"],
.contact-page-option.free-quote-form .rounded-field select,
.contact-page-option.free-quote-form .rounded-field textarea,
.contact-page-option.free-quote-form .rounded-field .nice-select {
    background-color: #fafafa;
}

.free-quote-form.contact-page-option .rounded-field .form-control:focus,
.free-quote-form.contact-page .rounded-field .form-control:focus {
    background-color: #fefefe;
}

.contact-detail-shadow.no-shadow {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.free-quote-form.contact-page-option {
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

/*------------------------------------------*/
/*    Request Page
/*------------------------------------------*/
.modal {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.modal-backdrop {
    background-color: var(--secondary-color);
}

.modal-backdrop.show {
    opacity: 0.7;
}

.request_pag_img {
    min-height: 400px;
}

.request_popup .form-content {
    padding: 3rem;
}

.request_popup {
    /* max-width: 1170px; */
    border-radius: 10px;
    overflow: hidden;
}

.request_popup .modal-content {
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.request_popup .close {
    position: absolute;
    opacity: 1;
    color: var(--primary-color);
    top: 8px;
    right: 15px;
    z-index: 99;
    text-shadow: none;
    font-size: 1.5rem;
    font-weight: 700;
}

.request_popup .close:hover {
    transform: rotate(360deg);
}

.request_popup .bg-img-7 {
    background-image: url(../images/bg_8.jpg);
    background-color: var(--secondary-color);
}

.center-head {
    color: #202120;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: lighter;
    margin: 10px 0 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.center-head:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    border-bottom: 1px solid #ccc;
    top: 50%;
    /* margin-top: -1px; */
    z-index: 9;
}

.center-head span {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 99;
    font-weight: 600;
}

/*------------------------------------------*/
/*    Pricing Table Style
/*------------------------------------------*/
.pricing-table {
    text-align: center;
    background: var(--bg-light-gray);
    padding: 4rem 2rem;
}

.pricing {
    position: relative;
    font-size: 2.25rem;
    font-weight: 600;
    color: var(--primary-color);
    padding: 35px 15px 0;
    display: inline-block;
}

.pricing sup {
    font-size: 50%;
    color: #232323;
    padding: 0 0 0 4px;
}

.pricing-table ul li {
    padding: 10px 0;
    font-size: 1rem;
}

.pricing-table .service-icon {
    width: 105px;
    height: 105px;
    font-size: 2.825rem;
    margin-top: 10px;
}

.best-seller {
    background: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: var(--primary-color);
    box-shadow: 0px 0px 52px 0px rgba(28, 28, 28, 0.09);
}

/*------------------------------------------*/
/*    Footer Style
/*------------------------------------------*/
.modal-open {
    padding: 0 !important;
}

footer {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.714;
}

.logo-footer {
    max-height: 100%;
    margin-bottom: 25px;
    

}

.footer-heading {
    font-size: 1.125rem;
    color: #06163a;
    line-height: 1.714;
    margin-bottom: 20px;
    font-weight: 600;
}

footer .social-icons {
    font-size: 20px;
    color: rgb(6, 22, 58);
    text-transform: uppercase;
    line-height: 1.2;
}

footer .social-icons a {
    color: var(--bg-white);
    display: inline-flex;
    background-color: var(--primary-color);
    align-items: center;
    justify-content: center;
    padding: 9px;
    border-radius: 50%;
}

footer .social-icons a:not(:last-child) {
    margin-right: 10px;
}

footer .social-icons a:hover {
    background-color: var(--secondary-color);
}

.copyright-wrap {
    margin-top: 40px;
    color: #FFF;
    font-size: 0.85rem;
    padding: 1rem 0;
}

.copyright-wrap a {
    color: var(--primary-color);
}

.copyright-wrap a:hover {
    color: var(--bg-white);
}

.copyright-wrap span {
    padding: 0 9px;
}

.copyright-wrap span#yearText {
    padding: 0;
}

.copyright-links a {
    color: #FFF;
}

.copyright-links a:hover {
    color: var(--primary-color);
}

/*------------------------------------------*/
/*    On Scroll Header Animaion
/*------------------------------------------*/
.dropdown-submenu a.dropdown-submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 991.99px) {
    .dropdown-submenu .dropdown-menu-right {
        left: auto;
        right: 100%;
    }

    .dropdown-menu.show {
        -webkit-animation: fadeIn 0.3s alternate;
        /* Safari 4.0 - 8.0 */
        animation: fadeIn 0.3s alternate;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

    .dropdown-submenu .dropdown-menu-right {
        left: auto;
        right: 100%;
    }

    .nav-item.dropdown.dropdown-mega {
        position: static;
    }

    header {
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }

    header.header-anim.fixed-top {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(63, 75, 75, 0.7);
        width: 100%;
        z-index: 11;

        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }

    header.header-anim.fixed-top .navbar-brand {
        width: 120px;
    }

    .dropdown:hover>.dropdown-menu {
        margin-top: 1rem;
    }

    .dropdown:hover>.dropdown-menu,
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;

        -webkit-animation-name: slideInDownMenu;
        -moz-animation-name: slideInDownMenu;
        -o-animation-name: slideInDownMenu;
        animation-name: slideInDownMenu;

        -webkit-animation-duration: 0.2s;
        -moz-animation-duration: 0.2s;
        -o-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    /* .navbar .dropdown-menu.fade-down{ top:10%; transform: rotateX(-75deg); transform-origin: 0% 0%; } */
    .navbar .dropdown-menu.fade-up.show {
        -webkit-animation-name: slideInDownMenu;
        -moz-animation-name: slideInDownMenu;
        -o-animation-name: slideInDownMenu;
        animation-name: slideInDownMenu;

        -webkit-animation-duration: 0.2s;
        -moz-animation-duration: 0.2s;
        -o-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes slideInDownMenu {
        0% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
            visibility: visible
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @-moz-keyframes slideInDownMenu {
        0% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
            visibility: visible
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @-o-keyframes slideInDownMenu {
        0% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
            visibility: visible
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @keyframes slideInDownMenu {
        0% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
            visibility: visible
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

}

/*---- Header Regular End ---*/
.header-fullpage {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.header-fullpage.fixed {
    background: var(--bg-white);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1009;
    box-shadow: var(--shadow-primary);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.header-fullpage.fixed .top-bar {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    border: 0;
    padding: 0;
}

.header-fullpage.fixed.top-transparent {
    padding-bottom: 0;
}

.header-one .navbar.header-fullpage.fixed {
    background-color: rgba(var(--secondary-rgb), 0.75);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 0;
    box-shadow: none;
}

.header-fullpage.fixed .navbar-brand {
    width: 120px;
    padding: 0;
}

.header-two .navbar.fixed {
    box-shadow: none;
    background-color: rgba(var(--secondary-rgb), 0.75);
}

.header-three .fixed .navbar-brand {
    /* width: 140px;*/
    padding: 1rem;
}

.header-three .navbar.fixed {
    box-shadow: none;
    background-color: rgba(var(--secondary-rgb), 0.75);
    padding-bottom: 0.7rem;
}

.header-sixth .navbar.fixed {
    box-shadow: none;
    background-color: rgba(var(--secondary-rgb), 0.75);
}

.header-fullpage.fixed.navbar-expand-md .navbar-nav .nav-item,
.header-fullpage.fixed.navbar-expand-lg .navbar-nav .nav-item {
    padding-top: 1rem;
}

/* Header Style First Home Page */
.header-one {
    position: absolute;
    width: 100%;
    z-index: 1009;
}

.header-one .top-bar {
    background: var(--bg-light-theme);
    padding: 0.5rem 0;
}

.header-one .lang-toggle a.btn {
    background: transparent;
    border: 1px solid #333;
    padding: 0.5rem 0.8rem;
}

.header-one .top-text {
    font-size: 0.95rem;
    font-weight: 600;
}

.header-one .top-text:not(:last-child) {
    margin-right: 1.5rem;
}

.header-one .top-bar [data-bs-toggle="modal"] i,
.header-two .top-bar [data-bs-toggle="modal"] i,
.header-three .top-bar [data-bs-toggle="modal"] i {
    color: var(--bg-white);
}

.header-one .top-text a {
    color: var(--primary-color);
}

.header-one .navbar {
    background: transparent;
    padding: 0.5rem 0;
}

.header-one .request-btn a#search_home {
    color: var(--bg-white);
}

.header-one .request-btn a#search_home:hover {
    color: var(--primary-color);
}

/* Header Style First Home Page */

/* Header Style Second Home Page */
.header-two .navbar {
    background: var(--secondary-color);
}

.header-two .top-text:not(:first-child) {
    margin-left: 2rem;
}

.header-two .lang-toggle a.btn {
    font-size: 1rem;
    border: 1px solid var(--secondary-color);
    padding: 0.5rem;
    display: inline-block;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.header-two .top-bar {
    padding: 0.7rem 0;
}

/* Header Style Second Home Page */

/* Header Style Third Home Page */
.header-three {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}

.header-three .navbar {
    background: transparent;
}

.header-three .navbar-brand {
    background: #fef9f5;
    width: 180px;
    display: block;
    padding: 1.5rem 1.5rem;
}

.header-three .top-bar .social-icons a {
    color: var(--bg-white);
    font-size: 1.3rem;
    margin: 0 .4rem;
    transition: all .3s;
    text-decoration: none;
}

.header-three .top-bar .social-icons a i {
    color: var(--bg-white);
}

.header-three .top-bar {
    background: transparent;
    padding-bottom: 0;
    padding-top: 10px;
}

/* Header Style Third Home Page */

/* Header Style Fourth Home Page */
.header-fourth {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1050;
}

.header-fourth .top-bar {
    color: var(--bg-white);
    background: transparent;
}

.header-fourth .top-bar .lang-toggle a.dropdown-toggle {
    color: #FFF;
}

.header-fourth .top-bar .lang-toggle a.dropdown-toggle:hover {
    color: var(--primary-color);
}

/* Header Style Fourth Home Page */

/* Header Style Sixth Home Page */
.header-sixth {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1050;

    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.header-sixth .navbar {
    background: transparent;
}

.header-sixth .request-btn a#search_home {
    color: var(--bg-white);
}

.header-sixth .request-btn a#search_home:hover {
    color: var(--primary-color);
}

/* Header Style Sixth Home Page */


/* Header With Top Bar Transparent */
.top-transparent nav {
    background: #FFF !important;
}

.navbar-expand-md .navbar-nav .nav-item,
.navbar-expand-lg .navbar-nav .nav-item {
    padding: 1rem 0.19rem;
}

.navbar-brand {
    padding: 0;
    width: 130px;
    margin: 0;
}

.navbar-nav .nav-link {
    color: rgba(6, 22, 58, 0.5);
}

.navbar-nav .active .nav-link,
.navbar-nav .active .nav-link:hover,
.navbar-nav .nav-item:hover>a,
.navbar-nav .nav-link:hover {
    background: #f4f4f4;
    color: var(--primary-color);
}

.navbar-nav .active .nav-link {
    color: var(--primary-color);
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:focus-visible,
.navbar-nav .nav-link:focus-within {
    outline: none;
    box-shadow: none;
}

.top-transparent .navbar-toggler {
    padding: 0;
    color: red;
}

.top-bar {
    color: #1f1f1f;
    font-size: 14px;
    background: #fafafa;
    padding: 0.3rem 0;
}

.top-bar i {
    color: var(--primary-color);
}

.top-bar .top-text small {
    color: rgba(6, 22, 58, 0.5);
}

.top-border .lang-toggle a.btn {
    background: var(--bg-light-gray);
}

.header-logo-top.navbar-nav .nav-link {
    color: #FFF;
}

.header-logo-top .request-btn a#search_home {
    color: #FFF;
}

/* Header With Top Bar Transparent */

/* Header With Top Bordered */
.bordered-nav .top-bar {
    padding: 1rem 0;
    background: #fef9f5;
    color: #000;
}

.bordered-nav.top-transparent nav {
    background: transparent !important;
}

.bordered-nav .navbar-brand {
    background: transparent;
    padding: 0;
}

.header-6.bordered-nav .navbar-expand-md .navbar-nav .nav-item,
.header-6.bordered-nav .navbar-expand-lg .navbar-nav .nav-item {
    padding: 1rem 0rem;
}

.bordered-nav .top-text {
    margin-right: 1.5rem;
}

.top-text small {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #06163a;
}

.bordered-nav .top-text a {
    color: var(--primary-color);
}

.top-text a:hover {
    text-decoration: underline;
}

.bordered-nav.header-fullpage.fixed .navbar-brand {
    padding: 0;
}

.bordered-nav.header-fullpage.fixed {
    padding: 0.2rem 0;
}

.bordered-nav.header-fullpage.fixed .navbar .bdr-nav {
    border-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, .2);
    padding-top: 0;
}

@media (min-width: 991.99px) {
    .bordered-nav .request-btn a#search_home {
        font-size: 1.125rem;
        color: #FFF;
        padding-right: 0;
        padding-top: 0;
    }

    .header-6.bordered-nav .request-btn a#search_home {
        padding: 1rem;
    }
}

/* Header With Top Bordered */

/*------------------------------------------*/
/*    Top Bar Right Elements
/*------------------------------------------*/

.request-btn a {
    border-radius: 4px;
    padding: 0.53rem 1rem;
    white-space: nowrap;
    color: #06163a;
    font-weight: 600;
}

.top-bar .social-icons {
    margin: 0 .5rem
}

.top-bar .social-icons a {
    color: #f1fbff;
    font-size: 1.3rem;
    margin: 0 .4rem;
    transition: all .3s;
    text-decoration: none;
}

.top-bar .social-icons a:hover {
    color: var(--primary-color);
}

.lang-toggle .dropdown-toggle {
    padding: 0.5rem 0;
}

.lang-toggle a.btn {
    background: var(--bg-white);
    font-size: 0.875rem;
    border-radius: 0;
    border-radius: 3px;
    display: flex;
    box-shadow: none;
    align-items: center;
}

.lang-toggle:hover a {
    color: var(--secondary-color);
}

.lang-toggle a.btn i {
    padding-left: 4px;
    position: relative;
    top: 1px;
}

.lang-toggle a.dropdown-toggle:after {
    display: none;
}

.lang-toggle .dropdown-menu {
    min-width: 150px;
    padding: 10px 0;
    top: 1.5rem;
}

.header-two .lang-toggle .dropdown-menu {
    top: 1.2rem;
}

.header-three .lang-toggle a.btn {
    padding: 0.5rem 0.8rem;
}

.lang-toggle .dropdown-menu a {
    padding: 0.4rem 0.9rem;
    font-weight: 500;
    border: none;
    font-size: 0.85rem;
    color: #333;
    text-transform: capitalize;
}

.lang-toggle .dropdown-menu a:hover {
    color: var(--primary-color);
}

.request-btn a#search_home {
    font-size: 1.125rem;
    color: var(--primary-color);
    padding-left: 0;
    padding-right: 0;
    margin: 0 1rem;
    align-items: center;
    display: flex;
}

/* Top Bar Right Elements */


/* Home Page Second Style */
.home-welcome {
    margin-top: -90px;
}

/* Home Page Second Style */


/*------------------------------------------*/
/*    What We Offer Section
/*------------------------------------------*/
.what-we-offer {
    background-image: url(../images/what_we_offer.jpg);
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 99;
}

/* What We Offer Section */

/*------------------------------------------*/
/*    Page Breadcrumbs Style
/*------------------------------------------*/
.breadcrumbs-page {
    background-image: url(../images/breadcrumbs_bg.jpg);
    background-repeat: no-repeat;
    padding: 7rem 0;
    background-position: center center;
}

.breadcrumbs-page .breadcrumb {
    background: transparent;
    color: #FFF;
    padding: 0;
    font-size: 0.95rem;
    font-weight: 500;
}

.breadcrumbs-page .breadcrumb a,
.breadcrumbs-page .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: #FFF;
}

.breadcrumbs-page .breadcrumb-item+.breadcrumb-item::before {
    top: 1px;
    position: relative;
}

.breadcrumbs-page h1 {
    color: #FFF;
}

.breadcrumbs-description {
    padding: 0.5rem 1.5rem;
    color: #FFF;
    border-left: 2px solid var(--primary-color);
    max-width: 50%;
    margin-top: 15px;
}

/* Page Breadcrumbs End */

/*------------------------------------------*/
/*    Video Popup Style
/*------------------------------------------*/
.video-icon {
    position: absolute;
    left: 50%;
    margin: -35px 0 0 -35px;
    top: 50%;
}

.video-box {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9990000;
    display: none;
    position: fixed;
    overflow: hidden;
    background-color: #000000;
}

.video-box iframe {
    float: left;
    width: 100%;
    height: 100%;

    -webkit-border: 0;
    -moz-border: 0;
    -o-border: 0;
    border: 0;
}

.video-box .close-video {
    top: 17px;
    left: 17px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 25px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    position: absolute;
    background-color: #59585b;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video-box .close-video:hover {
    color: #21252b;
    background-color: #ffffff;
}

/*------------------------------------------*/
/*    Footer Widgets
/*------------------------------------------*/
.footer-widget-menu ul:last-child {
    margin-bottom: 0;
}

.footer-widget-menu ul li:not(:last-child) {
    padding: 0px 0 14px 0;
}

.footer-widget-menu ul li * {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.footer-widget-menu ul li a span {
    font-weight: 500;
}

.footer-widget-menu ul li a i {
    padding: 0 10px 0 0;
    color: var(--primary-color);
    text-decoration: none !important;
}

.footer-widget-menu ul li a:hover span {
    text-decoration: none;
    color: var(--primary-color);
}

.footer-widget-menu ul li a:hover i {
    padding: 0 10px;
}

.footer-widget-contact .media {
    display: flex;
}

.footer-widget-contact .media:last-child {
    margin-bottom: 0 !important;
}

.footer-widget-contact i {
    color: #99a0a3;
    font-size: 24px;
    margin-top: 4px;
    flex-shrink: 0;
}

.footer-widget-contact a {
    color: var(--primary-color);
    font-weight: 500;
}

.footer-widget-contact a:hover {
    color: var(--main-dark-color);
}

.footer-widget-tweet i {
    color: #99a0a3;
    margin-right: 18px;
}

.footer-widget-tweet .btn-theme {
    background: var(--secondary-color);
    font-size: 13px;
    margin-top: 30px;
}

.footer-widget-tweet .btn-theme i {
    margin: 0;
    color: #FFF;
}

/*------------------------------------------*/
/*    Miscellenours
/*------------------------------------------*/
#body-content {
    overflow-y: hidden;
}

.bs-docs-grid .col-md-1 span,
.bs-docs-grid .col-md-2 span,
.bs-docs-grid .col-md-3 span,
.bs-docs-grid .col-md-4 span,
.bs-docs-grid .col-md-5 span,
.bs-docs-grid .col-md-6 span,
.bs-docs-grid .col-md-4 span,
.bs-docs-grid .col-md-8 span,
.bs-docs-grid .col-md-9 span,
.bs-docs-grid .col-md-10 span {
    background-color: #f4f4f4;
    display: block;
    line-height: 40px;
    margin-bottom: 20px;
    min-height: 40px;
    font-size: 0.775rem;
    text-align: center;
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}

.cbp-l-grid-work .cbp-item-wrapper,
.cbp-l-grid-mosaic-projects .cbp-item-wrapper {
    background: #FFF;
    padding: 10px;
    box-shadow: none;
    text-align: center;
    border: none;
}

.cbp-l-grid-work-title,
.cbp-l-grid-work-desc {
    display: none;
}

.gallery-link {
    position: absolute;
    z-index: 999;
    right: -70px;
    top: -2px;

    background: var(--primary-color);

    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;

}

.gallery-link a {
    padding: 10px 15px;
    display: inline-block;
}

.gallery-link a:hover {
    color: #000;
}

.cbp-item-wrapper:hover .gallery-link {
    right: -3px;
}

label.error {
    font-size: 12px;
    color: #F00;
    font-weight: 300;
    padding: 0;
    margin: 10px 0 0 0;
}

/* SLIDER */
.home.slider {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    display: flex;
    position: relative;
    z-index: 0;
    background: #405089;
}

.home.slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.home.slider .swiper-slide h6 {
    font-size: 1.3rem;
    font-weight: 400;
}

.home.slider .swiper-slide h2 {
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 20px;
}

.home.slider .swiper-slide h2 span {
    color: #35b2f6;
    font-family: Georgia;
}

.home.slider .swiper-slide p {
    max-width: 600px;
    display: inline-block;
    margin-bottom: 40px;
}

.home.slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.home.slider .swiper-custom-pagination {
    width: 100%;
    max-width: 1210px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    margin-top: -150px;
    display: flex;
    flex-wrap: wrap;
}

.home.slider .swiper-pagination-bullet {
    width: auto;
    height: auto;
    flex: 1;
    background: transparent;
    opacity: 0.4;
    border-radius: 0;
    padding: 15px 0;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 1;
}

.home.slider .swiper-pagination-bullet span {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    float: left;
    margin-top: 5px;
}

.home.slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary-color);
    text-align: left;
}

.nice-select {
    float: none;
    line-height: inherit;
    height: auto;
    padding: 0.661rem .75rem;
    border-radius: 0;
}

.nice-select::after {
    height: 8px;
    right: 20px;
    width: 8px;
}

.form-control:focus {
    background: #FFF;
    box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
    opacity: 0.6;
}

.b-settings-panel {
    width: 126px;
    position: fixed;
    top: 50%;
    left: -127px;
    z-index: 1040;
    padding: 15px;
    background: #efefef;
    transform: translateY(-50%);
    border-right: none;
    color: #676767;
    -webkit-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
}

.b-settings-panel:after {
    content: '';
    display: block;
    width: 2px;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: -1px;
}

.b-settings-panel.active {
    left: 0px;
}

.btn-settings {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -1px;
    left: 100%;
    background: #404347;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    text-align: center;
    font: 24px/40px 'FontAwesome';
    color: #fff;
}

.btn-settings:before {
    content: "\f1de";
}

.settings-section {
    padding: 0px;
}

.b-settings-panel span {
    vertical-align: top;
    text-align: left;
}

.b-switch {
    display: inline-block;
    width: 40px;
    height: 24px;
    position: relative;
    margin: 0 9px;
    padding: 1px;
    border-radius: 14px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: inset 0 1px 3px #f3f3f3;
}

.switch-handle {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    right: 26px;
    margin-right: -25px;
    border-radius: 50%;
    box-shadow: 0 1px 2px #c4c4c4;
    background: #42a5ec;
    cursor: pointer;
    -webkit-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out;
}

.switch-handle:before {
    content: '';
    display: block;
    margin: 7px auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

.switch-handle.active {
    right: 100%;
}

.color-list {
    padding-bottom: 0;
    font-size: 0;
    letter-spacing: -.31em;
    word-spacing: -.43em;
}

.color-list div {
    display: inline-block;
    width: 129px;
    margin: 4px;
    cursor: pointer;
}

.color-list div.active {
    opacity: 1;
    position: relative;
}

.color-list .items img {
    transition: all 0.2s ease-in-out;
    height: 37px;
}

.color-list .items.active img {
    transform: translateX(4px);
    transition: all 0.2s ease-in-out;
}

.color-list div.active::before {
    font: 16px / 30px FontAwesome;
    position: absolute;
    content: "ï€Œ";
    height: 30px;
    width: 30px;
    text-align: center;
    z-index: 100;
    color: rgb(255, 255, 255);
    top: 2px;
    left: 4px;
}

.b-settings-panel h5 {
    margin-left: 3px;
    margin-bottom: 13px;
    text-align: left;
    font-size: 13px;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

/* === News Cards – UI Upgrade === */
.section-news { --news-radius: 16px; --news-gap: 1rem; }

.news-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: var(--news-gap);
  background: #fff;
  border-radius: var(--news-radius);
  overflow: clip;
  border: 1px solid rgba(18, 24, 40, 0.08);
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}

.news-card:hover {
  transform: translateY(-2px);
  border-color: rgba(18, 24, 40, 0.14);
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.10);
}

.news-card__image { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; }
.news-card__image img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transform: scale(1.01); transition: transform .5s ease;
}
.news-card:hover .news-card__image img { transform: scale(1.05); }

.news-card__body { padding: 1rem 1rem 0; }

.news-card__meta {
  display: flex; align-items: center; gap: .5rem; margin-bottom: .5rem; color: #667085; font-size: .875rem;
}
.badge-news {
  display: inline-flex; align-items: center; gap: .4rem;
  background: linear-gradient(135deg,#E8FFE6,#E6F7FF);
  color: #0B5; /* brand-ish green/blue tint; tweak to your palette */
  border: 1px solid rgba(16, 185, 129, .2);
  font-weight: 600; font-size: .75rem; letter-spacing: .02em;
  padding: .25rem .5rem; border-radius: 999px; text-transform: uppercase;
}

.news-card__title { font-size: 1.05rem; line-height: 1.35; margin: 0 0 .35rem; }
.news-card__title a { color: #111827; text-decoration: none; }
.news-card__title a:hover { color: #0ea5e9; }

.news-card__excerpt { color: #475467; margin: 0; }

.news-card__cta {
  display: flex; align-items: center; justify-content: space-between;
  padding: .875rem 1rem; text-decoration: none;
  color: #0ea5e9; font-weight: 600; border-top: 1px solid rgba(18, 24, 40, 0.08);
}
.news-card__cta:hover { background: #f8fafc; }

.btn-news-all {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .55rem 1rem; border-radius: 999px;
  background: #0ea5e9; color: #fff; text-decoration: none; font-weight: 600;
  border: 1px solid #0ea5e9; transition: transform .15s ease, box-shadow .2s ease;
}
.btn-news-all:hover { box-shadow: 0 8px 18px rgba(14,165,233,.25); transform: translateY(-1px); }

/* Optional: tighten spacing on small screens */
@media (max-width: 575.98px) {
  .news-card__body { padding: .875rem .875rem 0; }
  .news-card__cta { padding: .75rem .875rem; }
}

/* Footer section */
.footer-section {
  background: #f8f9fb;
}

.footer-heading {
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 1rem;
  color: #0b1b2b;
}

.footer-text {
  font-size: 0.95rem;
  color: #4f5d6b;
  line-height: 1.55;
  margin-bottom: 0.75rem;
}

/* Social icons */
.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 50%;
  color: #0b1b2b;
  font-size: 0.9rem;
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.social-icons a:hover {
  background: #0a5fff;
  color: #fff;
  transform: translateY(-2px);
}

/* Recent posts list */
.blog-list-footer li {
  margin-bottom: 1rem;
}

.footer-post {
  display: flex;
  gap: 12px;
  text-decoration: none;
  align-items: flex-start;
}

.footer-post:hover .post-content h5 {
  color: #0a5fff;
}

.post-thumb img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(0,0,0,.1);
}

.post-content h5 {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 4px;
  color: #0b1b2b;
  line-height: 1.3;
}

.post-content p {
  font-size: 0.85rem;
  color: #4f5d6b;
  margin: 0;
  line-height: 1.4;
}

/* Divider before copyright */
.footer-divider {
  height: 1px;
  background: rgba(0,0,0,.06);
  margin-top: 2rem;
}

/* Copyright area */
.copyright-wrap {
  font-size: 0.85rem;
  color: #fff;
}

.copyright-links a {
  color: #fff;
  text-decoration: none;
  transition: opacity .25s ease;
}

.copyright-links a:hover {
  opacity: 0.75;
}

.copyright-links span {
  margin: 0 6px;
  color: rgba(255,255,255,.6);
}

/* --- Special section polish --- */
.section-special { /* add this class on the section if you want; otherwise these still help */
  padding-top: 48px;
  padding-bottom: 64px;
}

.heading-main { margin-bottom: 14px; }            /* tighter under the big title */
.section-lede {                                    /* optional helper for the gray paragraph */
  font-size: 1.05rem;
  color: #6b7280;
  line-height: 1.65;
  margin-bottom: 18px;
}

/* Left column spacing */
@media (min-width: 992px){
  .section-special .col-lg-6:first-child { padding-right: 48px; }
}

/* CTA buttons */
.cta-row { display: flex; gap: 12px; margin-top: 8px; }
.btn-pill { border-radius: 999px; padding: 10px 18px; }
.btn-primary { background: #0a5fff; color: #fff; border: 1px solid transparent; }
.btn-primary:hover { filter: brightness(0.96); }
.btn-ghost { background: transparent; color: #0a5fff; border: 1px solid rgba(10,95,255,.25); }
.btn-ghost:hover { background: rgba(10,95,255,.06); }

/* Right grid – consistent gaps */
.features-grid { /* add this class to the right grid container if you like */
  display: grid;
  grid-template-columns: repeat(2, minmax(260px,1fr));
  gap: 28px 40px;
}
@media (max-width: 767.98px){ .features-grid { grid-template-columns: 1fr; gap: 18px; } }

/* Card tidy-up */
.icon-box-3, .icon-box-6 { /* whichever you use there */
  background: #fff;
  border: 1px solid rgba(2, 6, 23, 0.06);
  border-radius: 14px;
  padding: 18px 18px 16px;
  box-shadow: 0 6px 24px rgba(2, 6, 23, 0.04);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

/* If you had the pale top strip via ::before, hide it for a cleaner card */
.icon-box-3::before,
.icon-box-6::before { display: none; }

/* Title line with icon badge */
.icon-box-3 h4, .icon-box-6 h3 {
  display: flex; align-items: center; gap: 10px;
  margin: 6px 0 8px; font-weight: 800;
}

.icon-box-3 .service-icon i,
.icon-box-6 i {
  width: 36px; height: 36px; border-radius: 9px;
  display: grid; place-items: center;
  background: rgba(10,95,255,.08);
  color: #0a5fff; font-size: 16px;
}

/* Body text */
.icon-box-3 p, .icon-box-6 p {
  margin: 0; color: #6b7280; line-height: 1.55;
}

/* Hover */
.icon-box-3:hover, .icon-box-6:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.08);
  border-color: rgba(2, 6, 23, 0.12);
}



/* ===== Home Header & Hero (rev A) ===== */
.bt-header {
  position: sticky; top:0; z-index:1030; backdrop-filter: saturate(140%) blur(6px);
  background: color-mix(in oklab, #ffffff 88%, transparent);
  border-bottom: 1px solid var(--bt-border);
}
.bt-header .navbar-brand img{ height:48px; width:auto }
.bt-header .nav-link{
  font-weight:600; color:rgb(57, 61, 163); padding: .8rem 1rem; border-radius: 10px;
}
.bt-header .nav-link:hover, .bt-header .nav-link:focus{ background:#f4f7ff; color:var(--bt-blue) }
.bt-header .navbar-toggler{ border:none; outline: none; box-shadow:none }

/* Premium elevated look for Hero section */
.bt-home-hero {
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f9fafb); /* clean white */
    border-radius: 24px; /* smooth rounded edges */
    padding: 20px 0;
    margin: 40px auto; /* space around it */
    max-width: 1400px; /* centered look */
}



            .bt-home-hero .bt-hero-wrap {
                display: grid;
                gap: clamp(20px, 4vw, 40px);
                grid-template-columns: 1.05fr .95fr;
                align-items: center
            }

            @media (max-width: 992px) {
                .bt-home-hero .bt-hero-wrap {
                    grid-template-columns: 1fr
                }
            }

            .bt-home-hero .bt-eyebrow {
                display: inline-flex;
                gap: .5rem;
                align-items: center;
                font-weight: 800;
                font-size: .82rem;
                color: #0a5fff;
                background: #e8f0ff;
                border: 1px solid #dbe7ff;
                border-radius: 999px;
                padding: .35rem .7rem
            }

            .bt-home-hero .bt-hero-title {
                margin: .5rem 0 .75rem;
                font-weight: 900;
                letter-spacing: -.02em;
                color: #0f172a;
                font-size: clamp(1.8rem, 1.2rem + 2.5vw, 3rem);
                line-height: 1.15
            }

            .bt-home-hero .bt-hero-sub {
                color: #334155;
                max-width: 46ch;
                margin: 0 0 10px;
                line-height: 1.55
            }

            .bt-home-hero .bt-list {
                margin: 12px 0 16px;
                padding: 0;
                list-style: none;
                display: grid;
                gap: 8px
            }

            .bt-home-hero .bt-list li {
                display: flex;
                gap: .6rem;
                align-items: flex-start;
                color: #0f172a
            }

            .bt-home-hero .bt-list i {
                color: #0a5fff;
                margin-top: .15rem
            }

            .bt-home-hero .bt-cta {
                display: flex;
                gap: .75rem;
                flex-wrap: wrap;
                margin-top: 6px
            }

            .bt-home-hero .bt-btn {
                display: inline-flex;
                align-items: center;
                gap: .55rem;
                padding: .75rem 1rem;
                border-radius: 10px;
                font-weight: 800;
                text-decoration: none;
                border: 1px solid transparent
            }

            .bt-home-hero .bt-btn--primary {
                background: #0a5fff;
                color: #fff
            }

            .bt-home-hero .bt-btn--ghost {
                background: #fff;
                border-color: #cbd5e1;
                color: #0f172a
            }

            .bt-home-hero .bt-coming {
                margin-top: 12px;
                display: flex;
                flex-wrap: wrap;
                gap: .5rem
            }

            .bt-home-hero .bt-chip {
                font-weight: 800;
                font-size: .78rem;
                color: #0a1f38;
                background: #e0f2fe;
                border: 1px solid #bae6fd;
                border-radius: 999px;
                padding: .32rem .6rem;
                display: inline-flex;
                gap: .4rem;
                align-items: center
            }

            .bt-home-hero .bt-chip i {
                color: #0284c7
            }

            .bt-home-hero .bt-chip--soon {
                background: #fff7ed;
                border-color: #fed7aa;
                color: #7c2d12
            }

            .bt-home-hero .bt-hero-media  {
                position: relative;
                border-radius: 16px;
                overflow: hidden;
                border: 1px solid #e5e9f2;
                box-shadow: 0 12px 34px rgba(2, 6, 23, .12)
            }
            .bt-video-frame {
    border-radius: 20px;
    overflow: hidden; /* keeps video corners rounded */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15),
                0 6px 15px rgba(0, 0, 0, 0.10);
    background: #fff; /* subtle card feel */
    border: 1px solid rgba(0,0,0,0.05);
}


            .bt-home-hero video {
                width: 100%;
                height: auto;
                display: block
            }



/* ---- Journey two-column layout (assumes you use .bt-journey as a grid container) ---- */


/* ======= Journey (About + Vision/Mission) ======= */



/* Layout */
.bt-journey{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:clamp(24px,4vw,48px);
  align-items:start;
}
@media (max-width: 992px){
  .bt-journey{ grid-template-columns:1fr; }
}

/* Left column polish */
.bt-journey-art{
  width:100%;
  height:auto;
  display:block;
  border-radius:14px;

  margin-bottom:14px;
}
.bt-title{
  margin:.4rem 0 .75rem;
  font-weight:900;
  letter-spacing:-.02em;
  color:#0f172a;
}
/* Founder card */
.bt-founder{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:10px;
  padding:10px 12px;
  border:1px solid rgba(2,6,23,.08);
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 22px rgba(2,6,23,.05);
}
.bt-founder img{
  width:56px;height:56px;border-radius:50%;
  object-fit:cover; flex:0 0 56px;
}
.bt-founder h3{
  margin:0; font-size:1rem; font-weight:800; color:#0f172a;
}
.bt-founder h3 span{
  display:block; font-weight:600; color:#64748b; margin-top:2px;
}

/* Milestones row (fills space nicely) */
.bt-milestones{
  list-style:none; padding:0; margin:14px 0 0;
  display:grid; grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.bt-milestones li{
  text-align:center;
  border:1px solid rgba(2,6,23,.08);
  background:#ffffff;
  border-radius:12px;
  padding:12px 10px;
  box-shadow:0 8px 22px rgba(2,6,23,.05);
}
.bt-milestones li strong{
  display:block; font-size:1.15rem; color:#0a5fff; font-weight:900;
}
.bt-milestones li small{
  display:block; color:#334155; margin-top:2px; font-weight:600;
  line-height:1.25;
}
@media (max-width: 576px){
  .bt-milestones{ grid-template-columns:1fr 1fr; }
}

/* Right column – Vision/Mission (adds subtle elevation) */
.bt-vm{ display:grid; gap:14px; }
.bt-vm__card{
  background:#fff;
  border:1px solid rgba(2,6,23,.08);
  border-radius:16px;
  padding:18px 18px 16px;
  box-shadow:0 10px 26px rgba(2,6,23,.06);
}
.bt-vm__eyebrow{
  display:inline-block;
  font-weight:800; letter-spacing:.06em; text-transform:uppercase;
  font-size:.75rem; color:#0a5fff;
  background:#eef4ff; border:1px solid #e1ebff;
  padding:.28rem .5rem; border-radius:999px; margin-bottom:8px;
}
.bt-vm__title{
  margin:0 0 6px; color:#0f172a; font-weight:900;
  font-size:clamp(1.05rem,.95rem + .4vw,1.25rem);
}
.bt-vm__text{ margin:0; color:#334155; line-height:1.6; }
.bt-vm__values{
  display:flex; flex-wrap:wrap; gap:8px; margin-top:6px;
}
.bt-vm__values .bt-chip{
  display:inline-flex; align-items:center; gap:.4rem;
  padding:.35rem .6rem; border-radius:999px; font-weight:700; font-size:.78rem;
  color:#0a1f38; background:#f0f9ff; border:1px solid #dbeafe;
}

/* ===== About Us – enhanced ===== */
.bt-about--enhanced { align-items: center }
/* Limit About Us image size */
.bt-about-media {
  max-width: 480px; /* Controls how wide the image gets */
  margin-inline: auto; /* Center if smaller than column */
}

.bt-about-media img {
  display: block;
  width: 100%;
  height: auto; /* Keep proportions */
  border-radius: var(--bt-radius);
  object-fit: cover;
}

@media (max-width: 992px) {
  .bt-about-media {
    max-width: 380px; /* Smaller on tablets */
  }
}

@media (max-width: 576px) {
  .bt-about-media {
    max-width: 100%; /* Full width on phones */
  }
}
/* ===== About Us (rev B) ===== */
.bt-section.bg-light-gray { /* give the band some breathing room */
  padding-block: clamp(48px, 8vw, 84px);
}

/* Balance columns and vertical alignment */
.bt-about.bt-about--enhanced{
  grid-template-columns: 5fr 7fr;
  column-gap: clamp(20px, 4vw, 48px);
  row-gap: clamp(18px, 4vw, 28px);
  align-items: center;
}
@media (max-width: 992px){
  .bt-about.bt-about--enhanced{ grid-template-columns: 1fr }
}

/* --- IMAGE SIDE --- */
.bt-about-media{
  align-self: center;
}
.bt-photo.bt-photo--frame{
  /* keep the visual size under control */
  max-width: 520px;
  margin-inline: auto;
  aspect-ratio: 4 / 5;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--bt-border);
  box-shadow: var(--bt-shadow-lg);
  background: #0b1324;
}

/* subtle glow frame */
.bt-photo.bt-photo--frame::before{
  content:"";
  position:absolute; inset:-18px;
  border-radius: 28px;
  background: conic-gradient(
    from 180deg at 50% 50%,
    rgba(18,71,255,.35), rgba(14,165,233,.28), rgba(255,138,76,.28), rgba(18,71,255,.35)
  );
  filter: blur(24px);
  opacity:.18;
  pointer-events:none;
}

.bt-photo.bt-photo--frame img{
  width:100%; height:100%; object-fit:cover; object-position:center 40%;
  transform: scale(1.01);
  display:block;
}

/* floating badge */
.bt-badge{
  position:absolute; left:14px; bottom:14px;
  padding:6px 10px; font-size:.82rem; font-weight:700;
  border-radius: 10px; color:#0b1324; background:#fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.16);
  border: 1px solid color-mix(in oklab, var(--bt-border) 70%, transparent);
}

/* --- COPY SIDE --- */
.bt-about-copy .heading-main{
  margin: 0 0 8px;
}
.bt-about-copy .heading-main span{
  color: var(--bt-blue);
}

/* stronger, more readable lead */
.bt-about-copy .bt-lede{
  font-size: clamp(1.02rem, .6vw + 1rem, 1.2rem);
  line-height: 1.6;
  color: color-mix(in oklab, var(--bt-ink) 92%, black);
  margin: 12px 0 10px;
}

/* paragraph contrast & spacing */
.bt-about-copy p{
  color: color-mix(in oklab, var(--bt-text) 95%, black);
  line-height: 1.7;
  margin: 8px 0 0;
}

/* --- METERS --- */
.bt-cap-list.bt-cap-list--enhanced{
  margin-top: clamp(14px, 2.4vw, 24px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, 1.8vw, 16px);
}
@media (max-width: 680px){
  .bt-cap-list.bt-cap-list--enhanced{ grid-template-columns: 1fr; }
}

.bt-cap{
  background:#fff;
  border:1px solid var(--bt-border);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: var(--bt-shadow);
  transition: transform .16s ease, box-shadow .16s ease;
}
.bt-cap:hover{
  transform: translateY(-2px);
  box-shadow: var(--bt-shadow-lg);
}
.bt-cap-head{
  display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:10px;
}
.bt-cap-head strong{
  font-weight:800; color: color-mix(in oklab, var(--bt-ink) 94%, black);
}
.bt-cap-head span{
  font-weight:800; font-variant-numeric: tabular-nums;
  color: color-mix(in oklab, var(--bt-muted) 80%, black);
}

/* thicker track + glossy fill for better legibility */
.bt-cap-track{
  position:relative; height:10px;
  border-radius: 999px; background: #eef1f5; overflow:hidden;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
}
.bt-cap-fill{
  --val: 0;
  width: calc(var(--val,0) * 1%); height:100%;
  background: linear-gradient(90deg, #3b82f6 0%, #0ea5e9 55%, #12b3ff 100%);
  border-radius: inherit;
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  transition: width .7s ease;
}


.bt-about-copy { padding-inline: clamp(8px, 1.5vw, 18px) }
.bt-about-copy .heading-main { margin-bottom: 10px }
.bt-about-copy .heading-main span { letter-spacing:.08em }
.bt-about-copy .bt-lede {
  color: var(--bt-ink);
  font-size: clamp(1rem, .35vw + .98rem, 1.125rem);
  font-weight: 600;
  line-height: 1.6;
  margin: 8px 0 6px;
}
.bt-about-copy p { color: var(--bt-text); margin: 8px 0 }
@media (max-width: 992px){
  .bt-about-copy { padding-top: 8px }
}

/* ===== About v2 (image left + floating KPI cards + bullets) ===== */
.bt-about-v2{
  display:grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(24px,5vw,56px); align-items:center;
}
@media (max-width: 992px){ .bt-about-v2{ grid-template-columns: 1fr; } }

/* Left media */
.bt-about-v2_media{ position:relative; }
.bt-about-v2_photo{
  position:relative; overflow:hidden; border-radius:24px;
  border:1px solid var(--bt-border); box-shadow: var(--bt-shadow-lg);
}
.bt-about-v2_photo img{
  display:block; width:100%; height:auto;
  aspect-ratio: 5/4; object-fit:cover; object-position:center 40%;
}
.bt-badge{
  position:absolute; left:16px; bottom:16px;
  padding:6px 10px; font-size:.82rem; font-weight:700;
  color:#0b1324; background:#fff; border-radius:10px;
  box-shadow: 0 6px 16px rgba(16,24,40,.12);
}

/* Floating KPI cards */
.bt-about-v2_card{
  position:absolute; background:#fff; border:1px solid var(--bt-border);
  border-radius:16px; padding:14px 16px; box-shadow: 0 12px 40px rgba(16,24,40,.14);
  max-width:min(340px, 78%);
}
.bt-about-v2_card--kpi{ top:18px; right:18px; }
.bt-about-v2_card--kpi2{ bottom:18px; left:18px; }
.kpi-line{ display:flex; align-items:center; gap:10px; margin-bottom:4px }
.kpi-line i{
  width:32px; height:32px; border-radius:10px; display:inline-grid; place-items:center;
  background:#eef2ff; color:var(--bt-blue);
}
.bt-about-v2_card strong{ font-weight:800; color:var(--bt-ink) }
.bt-about-v2_card p{ margin:4px 0 0; color:var(--bt-text) }

/* Right copy */
.bt-about-v2_title{
  margin:0 0 8px; font-weight:900; letter-spacing:-.02em;
  font-size: clamp(1.8rem, 2.6vw + 1rem, 3rem); color: var(--bt-ink);
}
.bt-about-v2_title .accent{
  background: linear-gradient(90deg, var(--bt-blue), #1a73ff);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.bt-about-v2_lede{
  color: var(--bt-text-strong, #394457);
  font-size: clamp(1rem, .5vw + .95rem, 1.15rem);
  margin: 8px 0 18px;
}

/* Feature bullets */
.bt-about-v2_bullets{ list-style:none; margin:0 0 22px; padding:0; display:grid; gap:12px }
.bt-about-v2_bullets li{
  display:flex; align-items:center; gap:12px; font-weight:700; color: var(--bt-ink);
  background:#fff; border:1px solid var(--bt-border); border-radius:12px;
  padding:12px 14px; box-shadow: var(--bt-shadow);
}
.bt-about-v2_bullets .icon{
  display:inline-grid; place-items:center; width:36px; height:36px; border-radius:10px;
  background:#eef2ff; color:var(--bt-blue);
}

/* Optional: match button scale */
.bt-btn--lg{ padding:.9rem 1.15rem; border-radius:12px; font-size:1rem }


/* Image frame with accent */
.bt-photo--frame{
  border: 1px solid var(--bt-border);
  border-radius: var(--bt-radius);
  overflow: hidden;
  box-shadow: var(--bt-shadow-lg);
  position: relative;
  isolation: isolate;
}
.bt-photo--frame::before{
  /* slim orange accent bar at top */
  content:""; position:absolute; inset:0 0 auto 0; height:6px;
  background: linear-gradient(90deg, var(--bt-orange), #ff8c4f);
  z-index:1;
}
.bt-photo--frame img{ display:block; width:100%; height:auto; transform: scale(1.002) }
.bt-badge{
  position:absolute; left:14px; bottom:14px;
  padding:6px 10px; font-size:.82rem; font-weight:700; border-radius: 10px;
  color:#0b1324; background:#fff; box-shadow: 0 6px 18px rgba(0,0,0,.12);
}

/* Capability meters – premium style */
.bt-cap-list--enhanced { gap: 14px }
.bt-cap{
  background:#fff; border:1px solid var(--bt-border); border-radius: 12px;
  padding: 12px 14px; box-shadow: var(--bt-shadow);
}
.bt-cap-head strong{ color: var(--bt-ink); font-weight:800 }
.bt-cap-head span{ color: var(--bt-muted); font-weight:700; font-variant-numeric: tabular-nums }
.bt-cap-track{
  position:relative; height:10px; border-radius:999px; background: #edf1f7; overflow:hidden;
}
.bt-cap-track::after{
  /* subtle glossy top */
  content:""; position:absolute; inset:0; pointer-events:none;
  background: linear-gradient(to bottom, rgba(255,255,255,.4), transparent);
  mix-blend-mode: soft-light;
}
.bt-cap-fill{
  --val: 0;
  width: calc(var(--val,0) * 1%); height:100%;
  background: linear-gradient(90deg, #3b82f6 0%, #0ea5e9 60%, #06b6d4 100%);
  border-radius:inherit; transition: width .9s cubic-bezier(.22,.61,.36,1);
  position:relative;
}
.bt-cap-fill::after{
  /* animated shimmer */
  content:""; position:absolute; top:0; bottom:0; left:-20%;
  width:20%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
  animation: btShimmer 2.4s linear infinite;
}
@keyframes btShimmer { to { transform: translateX(600%); } }

@media (prefers-reduced-motion: reduce){
  .bt-cap-fill, .bt-cap-fill::after { animation: none; transition: none }
}

/* Readability tweaks on light gray section */
.bt-section.bg-light-gray .heading-main { color: var(--bt-ink) }
.bt-section.bg-light-gray .heading-main span { color: var(--bt-blue) }


/* ===== Features (Our Goodness) — v2 ===== */
.bt-features {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
  align-items: start;
  padding: clamp(24px, 4vw, 48px) 0;
}

/* Left Column */
.bt-features .bt-left {
  grid-column: span 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

/* Right Column (cards grid) */
.bt-features .bt-right {
  grid-column: span 7;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}

@media (max-width: 992px) {
  .bt-features {
    grid-template-columns: 1fr;
  }
  .bt-features .bt-left,
  .bt-features .bt-right {
    grid-column: 1 / -1;
  }
  .bt-features .bt-right {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .bt-features .bt-right {
    grid-template-columns: 1fr;
  }
}

/* ===== Feature Card ===== */
.bt-feature-card {
  grid-column: span 6;
  position: relative;
  padding: clamp(20px, 2.2vw, 28px);
  border-radius: var(--bt-radius-sm);
  border: 1px solid transparent; /* For gradient border */
  background:
    linear-gradient(#0a1f38, #0a1f38) padding-box,
    linear-gradient(180deg, rgba(9, 16, 28, .08), rgba(9, 16, 28, 0)) border-box;
  box-shadow: var(--bt-shadow);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.bt-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--bt-shadow-lg);
  border-color: color-mix(in oklab, var(--bt-blue) 18%, transparent);
}

.bt-feature-card:focus-within {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--bt-blue) 30%, transparent);
}

/* Subtle Corner Sheen */
.bt-feature-card::after {
  content: "";
  position: absolute;
  inset: auto 10px 10px auto;
  width: 64px;
  height: 64px;
  pointer-events: none;
  background: radial-gradient(40px 40px at 100% 100%, rgba(59, 130, 246, .10), transparent 60%);
  border-bottom-right-radius: inherit;
}

/* ===== Icon ===== */
.bt-feature-card .bt-icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #eef2ff;
  color: var(--bt-blue);
  border: 1px solid rgba(59, 130, 246, .18);
  box-shadow: 0 2px 8px rgba(59, 130, 246, .12), 0 1px 0 #fff inset;
}

/* ===== Text ===== */
.bt-feature-card h4 {
  margin: 14px 0 6px;
  font-weight: 800;
  color: #f9fafb;
  letter-spacing: -0.01em;
  font-size: 1.1rem;
}

.bt-feature-card p {
  margin: 0;
  color: #aaa;
  line-height: 1.55;
  font-size: .96rem;
}

/* ===== Staggered Hover Lift ===== */
@media (hover: hover) {
  .bt-feature-card:nth-child(1):hover,
  .bt-feature-card:nth-child(3):hover {
    transform: translateY(-8px);
  }
}

/* ===== Reduced Motion ===== */
@media (prefers-reduced-motion: reduce) {
  .bt-feature-card {
    transition: none;
  }
}

/* ===== KPI Counters ===== */
.bt-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 per row */
  gap: clamp(10px,1.8vw,18px);
  background: linear-gradient(180deg,#0b1324 0%,#0a1f38 80%);
  color:#fff;
  border-radius: var(--bt-radius);
  padding: clamp(18px,3vw,28px);
}

.bt-kpi {
  text-align:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: clamp(12px,1.6vw,18px);
  background: rgba(255,255,255,.06);
}

@media (max-width: 992px) {
  .bt-kpis { grid-template-columns: repeat(2,1fr); } /* 2 per row on tablets */
}

@media (max-width: 560px) {
  .bt-kpis { grid-template-columns: 1fr; } /* 1 per row on mobile */
}

.bt-kpi i{ font-size: 1.2rem; display:inline-grid; place-items:center; width:44px; height:44px;
  border-radius:12px; background:rgba(255,255,255,.12); margin-bottom:8px }
.bt-kpi strong{ display:block; font-size: clamp(1.4rem,3.2vw,1.9rem); line-height:1.1 }
.bt-kpi span{ display:block; opacity:.9; font-size:.92rem }

/* ==== KPI Counter Panel (About page) ==== */
.bt-kpis {
  background: linear-gradient(180deg, #0b1324 0%, #0a1f38 80%);
  border-radius: var(--bt-radius, 18px);
  padding: clamp(18px, 3vw, 28px)  clamp(14px, 2.4vw, 22px);
  color: #fff;
  overflow: hidden;
}
.bt-kpi {
  text-align: center; /* or whatever alignment you use */
}

.bt-kpi strong,
.bt-kpi .bt-plus {
  font-size: 2rem;       /* match your design */
  font-weight: 700;
  display: inline-block; 
  vertical-align: baseline; /* keeps + on same line */
  line-height: 1;         /* prevents vertical shift */
}

.bt-kpi .bt-plus {
  margin-left: 2px;  /* small spacing */
}


/* make the row breathe a bit inside the panel */
.bt-kpis .row {
  row-gap: clamp(12px, 2vw, 18px);
}

/* card */
.bt-kpis .counter-style-1 {
  height: 100%;
  text-align: center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  box-shadow: 0 6px 22px rgba(0,0,0,.18);
  padding: clamp(14px, 1.8vw, 20px);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.bt-kpis .counter-style-1:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,0,0,.25);
  border-color: color-mix(in oklab, var(--bt-blue, #375dfb) 22%, transparent);
}

/* icon */
.bt-kpis .counter-style-1 p {
  margin: 0 0 6px;
}
.bt-kpis .counter-style-1 i {
  display: inline-grid;
  place-items: center;
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
  font-size: 1.1rem;
}

/* numbers */
.bt-kpis .counter-style-1 .counter,
.bt-kpis .counter-style-1 > span:first-of-type {
  font-weight: 900;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
  font-size: clamp(1.6rem, 3.6vw, 2.2rem);
  line-height: 1.1;
}

.bt-kpis .counter-style-1 > span:last-of-type {
  margin-left: 2px;
  opacity: .9;
  font-weight: 800;
}

/* label */
.bt-kpis .counter-style-1 > div {
  margin-top: 4px;
  font-size: .95rem;
  color: #e6efff;
  opacity: .95;
}

/* responsive spacing for the 2-up row at md */
@media (max-width: 991.98px) {
  .bt-kpis .spacer-30 { display: none !important; }
}


/* ===== Gallery (card grid + hover reveal) ===== */
.bt-gallery-grid{
  --col: 4;
  display:grid; gap: clamp(12px,2.2vw,20px);
  grid-template-columns: repeat(var(--col), 1fr);
}
@media (max-width: 1200px){ .bt-gallery-grid{ --col: 3 } }
@media (max-width: 768px){  .bt-gallery-grid{ --col: 2 } }
@media (max-width: 480px){  .bt-gallery-grid{ --col: 2 } }

.bt-gcard{
  position:relative; border-radius: 14px; overflow:hidden; background:#0b1324;
  box-shadow: var(--bt-shadow); border:1px solid var(--bt-border);
  transition: transform .2s ease, box-shadow .2s ease;
}
.bt-gcard:hover{ transform: translateY(-2px); box-shadow: var(--bt-shadow-lg) }
.bt-gmedia{
  aspect-ratio: 4/3; display:block; width:100%; height:auto; object-fit:cover; object-position:center;
  transition: transform .5s ease, opacity .35s ease;
}
.bt-gcard:hover .bt-gmedia{ transform: scale(1.04); opacity:.96 }

/* overlay on hover */
.bt-gcap{
  position:absolute; inset:0; display:flex; align-items:flex-end; padding:10px 12px;
  background: linear-gradient(to top, rgba(0,0,0,.55) 0%, rgba(0,0,0,0) 60%);
  color:#fff; opacity:0; transition:opacity .25s ease;
}
.bt-gcard:hover .bt-gcap{ opacity:1 }
.bt-gcap small{ display:block; font-weight:700; letter-spacing:.02em; }

/* keyboard focus for anchors */
.bt-ganchor{ display:block; outline:none; border-radius: 14px }
.bt-ganchor:focus-visible{ box-shadow: 0 0 0 3px rgba(59,130,246,.6) }

/* ===== Testimonials (card carousel) ===== */
.bt-testis .owl-stage{ display:flex }
.bt-tcard{
  height:100%; display:flex; background:#fff; border:1px solid var(--bt-border);
  border-radius:16px; box-shadow: var(--bt-shadow); padding:20px; gap:16px;
}
.bt-tavatar{
  min-width:58px; width:58px; height:58px; border-radius:50%; overflow:hidden; background:#eef1f5;
  box-shadow: 0 0 0 4px #fff, 0 1px 0 rgba(0,0,0,.04);
}
.bt-tavatar img{ width:100%; height:100%; object-fit:cover }
.bt-tcopy p{
  color: var(--bt-text); margin:0 0 8px; line-height:1.6; position:relative; padding-left:26px;
}
.bt-tcopy p:before{
  content:"“"; position:absolute; left:0; top:-8px; font-size:32px; line-height:1; color:#a6b2c6;
}
.bt-tmeta{ color: var(--bt-muted); font-weight:700 }
.bt-testis .owl-dots .owl-dot span{
  width:8px; height:8px; margin:3px; background:#c9d2e6; transition:transform .2s ease;
}
.bt-testis .owl-dots .owl-dot.active span{ transform: scale(1.3); background:#55658a }
.bt-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  backdrop-filter: saturate(140%) blur(6px);

  /* Fallback for browsers without color-mix() */
  background: #ffffffd8;

  /* Preferred modern background */
  @supports (background: color-mix(in oklab, #ffffff 88%, transparent)) {
    background: color-mix(in oklab, #ffffff 88%, transparent);
  }

  border-bottom: 1px solid var(--bt-border);
}

/* About split */
.bt-about-split{ padding: clamp(48px, 6vw, 84px) 0; }
.bt-about-grid{
  display:grid; grid-template-columns: repeat(12, minmax(0,1fr));
  gap: clamp(20px, 3vw, 40px); align-items:center;
}
.bt-about-grid .bt-copy{ grid-column: span 6; }
.bt-about-grid .bt-media{ grid-column: span 6; }
@media (max-width: 992px){
  .bt-about-grid .bt-copy, .bt-about-grid .bt-media{ grid-column: 1/-1; }
}

.bt-h2{
  font-weight: 800; letter-spacing:-.02em;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  margin: 0 0 .4rem;
  color: #111827;
}
.bt-accent{ color: var(--bt-orange); }
.bt-lede{
  font-size: clamp(1rem, .5vw + .95rem, 1.15rem);
  color: var(--bt-text-strong, #283046);
  margin: .6rem 0 1rem;
}

.bt-list{ margin: 16px 0 0; padding: 0; list-style: none; display:grid; gap: 10px; }
.bt-list li{ display:flex; align-items:center; gap:10px; color: var(--bt-text); }
.bt-list i{
  width:28px; height:28px; display:inline-grid; place-items:center;
  border-radius:8px; background:#eef2ff; color:var(--bt-blue); font-size:.9rem;
}

.bt-cta{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 18px; }
.bt-btn{
  display:inline-flex; align-items:center; gap:.5rem; border-radius:999px;
  padding: .7rem 1rem; font-weight:700; border:1px solid transparent; transition:.2s;
}
.bt-btn--primary{ background: linear-gradient(90deg, var(--bt-orange), #ff884d); color:#fff; }
.bt-btn--primary:hover{ transform: translateY(-1px); }
.bt-btn--ghost{ background:#fff; border-color: var(--bt-border); color: var(--bt-ink); }
.bt-btn--ghost:hover{ background: #f7f9fc; }

/* Media panel */
.bt-figure{
  position:relative; border-radius: var(--bt-radius);
  background: linear-gradient(180deg, #0b1324 0%, #0a1f38 80%);
  border:1px solid var(--bt-border);
  box-shadow: var(--bt-shadow-lg); overflow:hidden;
  padding: clamp(8px, 1vw, 12px);
}
.bt-figure img{
  display:block; width:100%; height:auto; border-radius: calc(var(--bt-radius) - 8px);
  object-fit: cover;
}
.bt-badge{
  position:absolute; left:14px; bottom:14px;
  background:#fff; color:#0b1324; font-weight:800; font-size:.82rem;
  padding:6px 10px; border-radius:999px; box-shadow: 0 8px 22px rgba(0,0,0,.16);
}

/* ================================
   About – split block (Bluetrans)
   ================================ */

.bt-about-split{
  padding: clamp(48px, 6vw, 84px) 0;
  background: var(--bt-surface, #ffffff);
}

.bt-about-grid{
  display: grid;
  grid-template-columns: repeat(12, minmax(0,1fr));
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
}

/* Columns */
.bt-about-grid .bt-copy{ grid-column: span 6; }
.bt-about-grid .bt-media{ grid-column: span 6; }

@media (max-width: 992px){
  .bt-about-grid .bt-copy,
  .bt-about-grid .bt-media{ grid-column: 1 / -1; }
}

/* Heading + lede */
.bt-h2{
  margin: 0 0 .5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  color: var(--bt-ink, #111827);
}
.bt-accent{ color: var(--bt-orange, #ff6a3d); }

.bt-lede{
  margin: .6rem 0 1rem;
  font-size: clamp(1rem, .5vw + .95rem, 1.15rem);
  color: var(--bt-text-strong, #283046);
  line-height: 1.55;
}

/* Body copy */
.bt-copy p{
  color: #fef9f5;
  line-height: 1.65;
  margin: .35rem 0 .35rem;
}

/* Check list */
.bt-list{
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.bt-list li{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f8f9fa;
}
.bt-list i{
  width: 28px; height: 28px;
  display: inline-grid; place-items: center;
  border-radius: 8px;
  background: #eef2ff;
  color: var(--bt-blue, #3b82f6);
  border: 1px solid color-mix(in oklab, var(--bt-blue, #3b82f6) 18%, transparent);
  font-size: .9rem;
  box-shadow: 0 2px 8px rgba(59,130,246,.12), 0 1px 0 #fff inset;
}

/* CTA buttons */
.bt-cta{
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-top: 18px;
}
.bt-btn{
  display: inline-flex; align-items: center; gap: .5rem;
  border-radius: 999px;
  padding: .72rem 1.05rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
  will-change: transform;
}
.bt-btn--primary{
  color: #fff;
  background: linear-gradient(90deg, #acd4dc);
  box-shadow: 0 8px 22px rgba(255,106,61,.28);
}
.bt-btn--primary:hover{ transform: translateY(-1px); }

.bt-btn--ghost{
  background: #fff;
  color: var(--bt-ink, #111827);
  border-color: var(--bt-border, #e5e7eb);
}
.bt-btn--ghost:hover{
  background: #f7f9fc;
  box-shadow: 0 6px 18px rgba(17,24,39,.06);
}

/* Media card */
.bt-figure{
  position: relative;
  overflow: hidden;
  padding: clamp(8px, 1vw, 12px);
  border-radius: var(--bt-radius, 18px);
  border: 1px solid var(--bt-border, #e5e7eb);
  box-shadow: var(--bt-shadow-lg, 0 16px 40px rgba(2,6,23,.12));
  background:
    linear-gradient(180deg, #0b1324 0%, #0a1f38 85%) padding-box,
    linear-gradient(180deg, rgba(9,16,28,.12), rgba(9,16,28,0)) border-box;
}
.bt-figure img{
  display: block; width: 100%; height: auto;
  border-radius: calc(var(--bt-radius, 18px) - 8px);
  object-fit: cover;
}

/* Badge on image */
.bt-badge{
  position: absolute; left: 14px; bottom: 14px;
  padding: 6px 10px;
  font-size: .82rem; font-weight: 800;
  color: #0b1324; background: #fff;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(0,0,0,.16);
}

/* Small screen niceties */
@media (max-width: 576px){
  .bt-cta .bt-btn{ flex: 1 1 auto; justify-content: center; }
}

/* === What Makes Us Special (cards) === */
.why-choose {
  --card-bg: #fff;
  --card-br: var(--bt-border, #e5e7eb);
  --card-radius: var(--bt-radius-sm, 14px);
  --card-shadow: var(--bt-shadow, 0 8px 24px rgba(15, 23, 42, .06));
}

.why-choose .heading-main {
  text-align: center;
  margin-bottom: clamp(18px, 2vw, 26px);
}
.why-choose .heading-main span {
  display: block;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .06em;
  color: var(--bt-blue, #375dfb);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.why-choose .icon-box-2 {
  height: 100%;
  border-radius: var(--card-radius);
  background: #0a1f38;
  border: 1px solid var(--card-br);
  box-shadow: var(--card-shadow);
  padding: clamp(16px, 2.2vw, 22px);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.why-choose .icon-box-2:hover {
  transform: translateY(-4px);
  box-shadow: var(--bt-shadow-lg, 0 14px 40px rgba(15, 23, 42, .10));
  border-color: color-mix(in oklab, var(--bt-blue, #375dfb) 18%, transparent);
}

.why-choose .media {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.why-choose .service-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #eef2ff;
  color: var(--bt-blue, #375dfb);
  border: 1px solid rgba(55, 93, 251, .18);
  box-shadow: 0 2px 8px rgba(55, 93, 251, .12), 0 1px 0 #fff inset;
  font-size: 1.25rem;
}

.why-choose .service-inner-content h4 {
  margin: 2px 0 6px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
}

.why-choose .service-inner-content p {
  margin: 0;
  color: #fef9f5;
  line-height: 1.6;
  font-size: 0.96rem;
}

/* nice equal spacing on mobile */
@media (max-width: 991.98px) {
  .why-choose .col-12.col-lg-4:not(:last-child) {
    margin-bottom: 16px;
  }
}

/* optional: subtle stagger lift on desktop hover */
@media (hover:hover) {
  .why-choose .col-lg-4:nth-child(2) .icon-box-2:hover { transform: translateY(-6px) }
}

/* ===== Why Choose — Premium No-Media ===== */
.bt-why--premium.bt-why--simple {
  background: linear-gradient(180deg, #f9fafb 0%, #eef2f6 100%);
  padding: clamp(40px, 5vw, 72px) 0;
}

/* Card container */
.bt-why--simple .bt-why__card {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  background: #ffffffcc;
  backdrop-filter: blur(6px);
  border-radius: 16px;
  padding: clamp(24px, 3vw, 40px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0,0,0,0.04);
}

/* Eyebrow text */
.bt-eyebrow {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #a8b2c1;
  margin-bottom: 8px;
}

/* Heading */
.bt-h2 {
  font-weight: 900;
  font-size: clamp(1.9rem, 1.4rem + 1.8vw, 2.6rem);
  margin-bottom: 12px;
  color: #3d76df;
}

/* Subtext */
.bt-sub {
  margin: 6px 0 22px;
  color: #475569;
  font-size: 1rem;
  max-width: 720px;
  margin-inline: auto;
}

/* Feature list */
.bt-why__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 0;
  list-style: none;
  text-align: left;
}
@media (max-width: 768px) {
  .bt-why__list {
    grid-template-columns: 1fr;
  }
}

.bt-why__list li {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  transition: all 0.25s ease;
}
.bt-why__list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  border-color: #3b82f6;
}

/* Icon chip */
.bt-why__list .chip {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.25);
}

/* Title & description */
.bt-why__list strong {
  font-weight: 700;
  color: #0f172a;
}
.bt-why__list small {
  display: block;
  color: #64748b;
  font-size: 0.85rem;
}

/* ===== Scoped to this section only ===== */
                .bt-journey-wrap {
                    --ink: #0f172a;
                    --muted: #64748b;
                    --ring: #e6eefc;
                    --glass: #f8fafc;
                    padding: clamp(28px, 4vw, 56px) 0;
                    background: #fff;
                }

                .bt-journey-wrap .container {
                    max-width: 1100px;
                    margin: 0 auto;
                    padding: 0 16px
                }

                /* Header */
                .bt-journey-head {
                    display: flex;
                    justify-content: space-between;
                    align-items: flex-end;
                    gap: 12px;
                    margin: 0 0 14px;
                }

                .bt-journey-eyebrow {
                    display: inline-flex;
                    gap: .5rem;
                    align-items: center;
                    font: 800 .78rem/1 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
                    letter-spacing: .08em;
                    text-transform: uppercase;
                    color: #0a5fff;
                    background: #eaf2ff;
                    border: 1px solid #d6e6ff;
                    border-radius: 999px;
                    padding: .32rem .6rem;
                }

                .bt-journey-title {
                    margin: .35rem 0 0;
                    color: var(--ink);
                    font-weight: 900;
                    letter-spacing: -.02em;
                    font-size: clamp(1.4rem, 1rem + 2vw, 2rem);
                }

                .bt-journey-sub {
                    margin: 6px 0 10px;
                    color: var(--muted);
                    font-size: .95rem
                }

                /* Frame */
                .bt-journey-frame {
                    position: relative;
                    border-radius: 16px;
                    overflow: hidden;
                    background: linear-gradient(180deg, #fcfdff, #f4f7ff);
                    border: 1px solid var(--ring);
                    box-shadow:
                        0 28px 60px rgba(2, 6, 23, .12),
                        0 10px 24px rgba(2, 6, 23, .06),
                        inset 0 1px 0 rgba(255, 255, 255, .6);
                    padding: 12px;
                }

                .bt-journey-inner {
                    position: relative;
                    border-radius: 12px;
                    overflow: hidden;
                    background: radial-gradient(1200px 260px at 80% -10%, rgba(255, 255, 255, .5), transparent 55%),
                        #fff;
                    border: 1px solid #e9eef7;
                    /* subtle “glass” sheen on top edge */
                    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
                }

                .bt-journey-img {
                    display: block;
                    width: 100%;
                    height: auto;
                    object-fit: cover;
                    /* crisp corners */
                    border-radius: 10px;
                    /* optional soft vignette */
                    mask-image: radial-gradient(120% 120% at 50% 50%, #000 70%, rgba(0, 0, 0, .8) 100%);
                }

                /* Caption bar */
                .bt-journey-caption {
                    display: flex;
                    justify-content: space-between;
                    gap: 10px;
                    flex-wrap: wrap;
                    padding: 10px 12px;
                    background: rgba(248, 250, 252, .8);
                    border-top: 1px solid #e8eef9;
                    backdrop-filter: saturate(1.2) blur(2px);
                    font-size: .9rem;
                    color: #334155;
                }

                .bt-journey-caption .kpis {
                    display: flex;
                    gap: 14px;
                    flex-wrap: wrap
                }

                .bt-journey-caption .kpi {
                    display: inline-flex;
                    align-items: center;
                    gap: .45rem;
                    padding: .28rem .5rem;
                    border: 1px solid #e5edfb;
                    border-radius: 999px;
                    background: #fff;
                    font-weight: 700;
                    color: #0a1f38;
                }

                .bt-journey-caption .kpi i {
                    color: #0a5fff
                }

                /* Lightbox hover cue (works if Lightbox2 is already included on site) */
                .bt-journey-link {
                    display: block;
                    position: relative;
                    line-height: 0;
                    border-radius: 10px;
                    overflow: hidden;
                }

                .bt-journey-link::after {
                    content: "View full size";
                    position: absolute;
                    right: 10px;
                    bottom: 10px;
                    font: 700 .78rem/1 system-ui, sans-serif;
                    color: #0a1f38;
                    background: #ffffffcc;
                    border: 1px solid #e5edfb;
                    padding: .28rem .5rem;
                    border-radius: 999px;
                    opacity: 0;
                    transform: translateY(4px);
                    transition: .25s ease;
                }

                .bt-journey-link:hover::after {
                    opacity: 1;
                    transform: translateY(0)
                }
/* ===== Team Minimal Premium ===== */
/* Section shell */
.team-min {
  padding: 60px 0;
}

.tm-title {
  font-size: 2rem;
  font-weight: 700;
  color: #366ae5;
  margin: 0 0 8px;
  text-align: center;
}

.tm-sub {
  color: #64748b;
  margin: 0 0 32px;
  text-align: center;
}

/* Subheading */
.tm-heading {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin: 12px 0 18px;
}

/* Leadership strip */
.tm-lead {
  display: grid;
  grid-template-columns: 1fr;        /* stack by default */
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
}

@media (min-width: 992px) {
  .tm-lead {
    grid-template-columns: repeat(3, 1fr);  /* three across on desktop */
  }
}

.tm-lead__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.tm-lead__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.tm-lead__avatar {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
  flex: 0 0 auto;
}

.tm-lead__meta { flex: 1 1 auto; }

.tm-lead__name {
  display: block;
  color: #0f172a;
  font-weight: 800;
  margin-bottom: 2px;
}

.tm-lead__role {
  display: block;
  color: #475569;
  font-weight: 600;
  margin-bottom: 6px;
}

.tm-lead__bio {
  color: #64748b;
  margin: 0;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 5;     /* keeps bios compact */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Core team grid: 4 per row on desktop */
.tm-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

@media (max-width: 992px) {
  .tm-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
  .tm-grid { grid-template-columns: 1fr; }
}

/* Team cards */
.tm-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.tm-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

.tm-card__avatar {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, .5);
  margin-bottom: 12px;
}

.tm-card__name {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin: 6px 0 2px;
}

.tm-card__role {
  color: #64748b;
  font-size: .95rem;
}

/* Spacing tweak between headings/sections */
.mt-20 { margin-top: 20px; }



/* Layout */
.quote-section{padding:clamp(28px,5vw,64px) 0;background:#fff;}
.quote-header{max-width:820px;margin:0 auto 18px;text-align:center}
.quote-title{margin:0 0 .4rem;color:var(--bt-ink);font-weight:900;letter-spacing:-.02em}
.quote-title span{color:var(--bt-blue)}
.quote-sub{color:var(--bt-text);margin:0 auto;max-width:760px}

.quote-grid{
  display:grid;gap:clamp(16px,3vw,28px);
  grid-template-columns: 1fr 1.2fr;align-items:start;max-width:980px;margin:24px auto 0;
}
@media (max-width: 900px){ .quote-grid{grid-template-columns:1fr} }

/* Left box */
.quote-info{
  background:#f8fafc;border:1px solid var(--bt-border);
  border-radius:14px;padding:16px 16px 14px;box-shadow:var(--bt-shadow);
}
.quote-info h3{margin:0 0 .6rem;font-weight:800;color:#0f172a}
.quote-info ul{margin:0;padding-left:18px;color:#334155;line-height:1.6}

/* Form */
.quote-form{
  background:#fff;border:1px solid var(--bt-border);border-radius:14px;
  padding:16px;box-shadow:var(--bt-shadow);
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width: 600px){ .form-row{grid-template-columns:1fr} }

.form-group{margin-bottom:10px}
.quote-form input,.quote-form textarea{
  width:100%;border:1px solid #e5e7eb;border-radius:10px;
  padding:.75rem .9rem;font:inherit;color:#0f172a;background:#fff;
  transition:border-color .15s ease, box-shadow .15s ease;
}
.quote-form input:focus,.quote-form textarea:focus{
  outline:none;border-color:color-mix(in oklab, var(--bt-blue) 30%, #e5e7eb);
  box-shadow:0 0 0 3px color-mix(in oklab, var(--bt-blue) 18%, transparent);
}

/* Button */
.quote-btn{
  display:inline-flex;gap:.55rem;align-items:center;justify-content:center;
  padding:.8rem 1.1rem;border-radius:12px;border:1px solid transparent;
  background:linear-gradient(90deg,#ff884d);
  font-weight:800;transition:filter .15s ease, transform .05s ease;
}
.quote-btn:hover{filter:brightness(1.05)}
.quote-btn:active{transform:translateY(1px)}

/* Toast */
.bt-toast{position:fixed;right:16px;bottom:16px;display:flex;flex-direction:column;gap:8px;z-index:9999}
.bt-toast__item{
  display:flex;gap:.6rem;align-items:center;max-width:min(92vw,360px);
  padding:.75rem .9rem;border-radius:12px;border:1px solid;box-shadow:var(--bt-shadow)
}
.bt-toast__item--ok{background:#ecfdf5;border-color:#10b98140;color:#065f46}
.bt-toast__item--err{background:#fef2f2;border-color:#ef444440;color:#7f1d1d}
.bt-toast__close{margin-left:auto;background:transparent;border:0;font-size:1.1rem;line-height:1;cursor:pointer}

/* a11y helper */
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

/* === Simple FAQs === */
.bt-faqs {
  padding: clamp(32px, 6vw, 72px) 0;
  background: #fff;
}

.bt-faqs .heading-main {
  text-align: center;
  margin-bottom: clamp(16px, 3vw, 28px);
}

.bt-faqs__list {
  max-width: 800px;
  margin: 0 auto;
}

.bt-faq {
  border-bottom: 1px solid var(--bt-border);
  padding: 14px 0;
}

.bt-faq:last-child {
  border-bottom: none;
}

.bt-faq summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  color: var(--bt-ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bt-faq summary::-webkit-details-marker {
  display: none;
}

.bt-faq i {
  transition: transform var(--bt-speed) var(--bt-ease);
  color: var(--bt-muted);
}

.bt-faq[open] i {
  transform: rotate(180deg);
}

.bt-faq p {
  margin: 10px 0 0;
  color: var(--bt-text);
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-section {
  font-family: var(--bt-font-sans);
}

.footer-heading {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bt-ink);
  margin-bottom: 15px;
}

.footer-text {
  font-size: 0.95rem;
  color: var(--bt-text);
  margin-bottom: 8px;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 8px;
}

.footer-links a {
  color: var(--bt-text);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-links a:hover {
  color: var(--bt-blue);
}

.footer-contact i {
  color: var(--bt-blue);
  margin-right: 8px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--bt-blue-100);
  color: var(--bt-blue);
  transition: all 0.2s ease;
}
.social-icons a:hover {
  background: var(--bt-blue);
  color: #fff;
}

.footer-divider {
  height: 1px;
  background: var(--bt-border);
  margin-top: 40px;
}
/* ===== Services: Hero (premium) ===== */
.bt-services-hero{
  position:relative; isolation:isolate;
  padding: clamp(56px, 9vw, 120px) 0;
  color:#fff;
  background:
    radial-gradient(1200px 540px at -10% 20%, rgba(59,130,246,.12), transparent 55%),
    linear-gradient(180deg, #0b1324 0%, #0a1f38 70%);
  overflow:hidden;
}
.bt-services-hero::after{
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(600px 300px at 90% 10%, rgba(255,255,255,.08), transparent 60%),
    radial-gradient(700px 320px at 15% 85%, rgba(255,255,255,.06), transparent 60%);
  pointer-events:none;
}

/* text */
.bt-services-hero .bt-eyebrow{
  display:inline-flex; align-items:center; gap:.5rem;
  font-weight:800; letter-spacing:.08em; text-transform:uppercase;
  font-size:.78rem; color:#cfe0ff;
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.20);
  padding:.38rem .7rem; border-radius:999px;
}
.bt-services-hero .bt-hero-title{
  margin:12px 0 6px; letter-spacing:-.02em;
  font-weight:900; font-size: clamp(1.9rem, 1.2rem + 3.2vw, 3.2rem);
}
.bt-services-hero .bt-hero-sub{
  color:#deecff; max-width: 70ch; margin: 0 0 14px;
  font-size: clamp(1rem, .5vw + .95rem, 1.125rem);
}

/* ctas (re‑use your bt-btn tokens) */
.bt-services-hero .bt-cta{ display:flex; gap:.8rem; flex-wrap:wrap; margin-top: 8px; }
.bt-services-hero .bt-btn--ghost{ color:#fff; border:1px solid rgba(255,255,255,.35) }
.bt-services-hero .bt-btn--ghost:hover{ background:rgba(255,255,255,.12) }
.bt-services-hero .hero-grid {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 480px);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.bt-services-hero .hero-image img {
  width: 100%;
  height: 50%;
  border-radius: var(--bt-radius-lg);
  box-shadow: var(--bt-shadow-lg);
}
/* ===== Services Intro (premium, no-CTA) ===== */
.svc-intro{
  position:relative;
  padding: clamp(40px, 6vw, 88px) 0;
  background:
    radial-gradient(900px 420px at -10% 10%, rgba(10,95,255,.06), transparent 60%),
    linear-gradient(180deg, #f7faff 0%, #f3f7ff 60%, #f7faff 100%);
  border-top: 1px solid var(--bt-border);
  border-bottom: 1px solid var(--bt-border);
}

.svc-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(20px, 4vw, 48px);
  align-items:center;
}
@media (max-width: 992px){ .svc-grid{ grid-template-columns: 1fr } }


/* Models layout inside svc-detail */
.svc-detail .svc-models{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 2.2vw, 20px);
  margin-top: 14px;
}
@media (max-width: 768px){
  .svc-detail .svc-models{ grid-template-columns: 1fr; }
}

.svc-detail .svc-model{
  border: 1px solid #e5e9f2;
  border-radius: 12px;
  padding: clamp(12px, 2vw, 16px);
  background: #fff;
  box-shadow: 0 6px 18px rgba(15,23,42,.06);
}

.svc-detail .svc-model__head{
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 8px;
}
.svc-detail .svc-model__head h4{
  margin: 0; font-weight: 800; color: #0f172a; letter-spacing: .01em;
}
.svc-detail .svc-model__tag{
  font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
  color: #0a5fff; background: #eef4ff; border: 1px solid #dbe7ff;
  padding: .28rem .5rem; border-radius: 999px;
}

.svc-detail .svc-model__list{
  margin: 0; padding-left: 1.05rem; color: #334155; line-height: 1.55;
}
.svc-detail .svc-model__list li{ margin: .25rem 0; }

/* Title styling */
.svc-title{
  margin:0 0 .6rem;
  font-weight: 900;
  letter-spacing: -.02em;
  color: var(--bt-ink);
  font-size: clamp(1.8rem, 1.1rem + 2.2vw, 2.6rem);
  line-height: 1.08;
}
.svc-title span{ color: var(--bt-blue) }
.svc-title em{
  font-style: normal;
  color: black;
  font-weight: 800;
}

/* Copy */
.svc-copy p{ 
  color: var(--bt-text);
  margin: .4rem 0 0.75rem;
  max-width: 62ch;
}
.svc-lede{
  font-size: clamp(1rem, .2vw + 1rem, 1.08rem);
  color: #21304a;
}

/* Bullets */
.svc-bullets{
  margin: clamp(14px, 2.2vw, 20px) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px 18px;
}
@media (max-width: 680px){ .svc-bullets{ grid-template-columns: 1fr } }

.svc-bullets li{
  display:flex; align-items:flex-start; gap:10px;
  background:#fff;
  border:1px solid var(--bt-border);
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: var(--bt-shadow);
  color: var(--bt-ink);
}
.svc-bullets i{
  flex:0 0 28px; height:28px; width:28px;
  display:grid; place-items:center;
  border-radius: 8px;
  background: #e8f0ff;
  color: var(--bt-blue);
  border: 1px solid rgba(10,95,255,.18);
  font-size: .9rem;
  margin-top: 2px;
}

/* Optional media pane (image/illustration) */
.svc-media{
  position:relative;
  min-height: 260px; /* keeps balance if empty */
}
.svc-media img{
  width:100%; height:auto; display:block;
  border-radius: var(--bt-radius-lg);
  box-shadow: var(--bt-shadow-lg);
}
.svc-media video {
  width: 100%;
  height: auto;
  border-radius: var(--bt-radius-lg);
  box-shadow: var(--bt-shadow-lg);
  display: block;
}

/* service card polish + badges */
/* Layout */
.svc-split{ padding:clamp(28px,4vw,56px) 0; background:#fff; }
.svc-split .container{ max-width:1140px; }
.svc-split__grid{
  display:grid; gap:clamp(16px,2.6vw,28px);
  grid-template-columns: minmax(260px, 360px) 1fr;
}
@media (max-width: 992px){
  .svc-split__grid{ grid-template-columns: 1fr; }
}

/* Left list */
.svc-list{ display:flex; flex-direction:column; gap:12px; position:sticky; top:84px; align-self:start; }
.svc-item{
  display:grid; grid-template-columns: 40px 1fr; align-items:center; gap:12px;
  background:#fff; border:1px solid var(--bt-border); border-radius:14px; padding:12px 14px;
  box-shadow:var(--bt-shadow); text-align:left; cursor:pointer;
  transition: transform .18s var(--bt-ease), box-shadow .18s var(--bt-ease), border-color .18s var(--bt-ease);
}
.svc-item i{ font-size:1.05rem; color:var(--bt-blue); display:grid; place-items:center; }
.svc-item strong{ color:var(--bt-ink); font-weight:800; display:block; }
.svc-item small{ color:var(--bt-muted); display:block; margin-top:2px; }
.svc-item:is(:hover, :focus-visible){ transform:translateY(-2px); box-shadow:var(--bt-shadow-lg); }
.svc-item.is-active{ border-color:color-mix(in oklab, var(--bt-blue) 25%, var(--bt-border)); box-shadow:var(--bt-shadow-lg); }

/* Coming soon pill */
.svc-badge{
  grid-column:1 / -1; justify-self:start;
  font-size:.7rem; font-weight:800; color:#fff; background:#111827; opacity:.9;
  padding:.22rem .5rem; border-radius:999px; margin-bottom:4px;
}

/* Right detail panel */
.svc-detail{
  background:#fff; border:1px solid var(--bt-border); border-radius:16px;
  box-shadow:var(--bt-shadow-lg);
  padding: clamp(16px, 2.6vw, 26px);
}
.svc-detail h3{ margin:0 0 6px; font-weight:900; color:var(--bt-ink); }
.svc-detail .svc-sub{ color:var(--bt-muted); margin:0 0 14px; }
.svc-detail .svc-meta{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom:12px; }
.svc-detail .chip{
  font-weight:800; font-size:.8rem; color:#0f172a; background:#eef2ff;
  border:1px solid #dbe4ff; border-radius:999px; padding:.24rem .6rem;
}
.svc-detail ul{ margin: 10px 0 16px 18px; color:var(--bt-text); }
.svc-detail li{ margin:6px 0; }

/* Media container */
.svc-media-box{ margin-top:12px; border-radius:14px; overflow:hidden; border:1px solid var(--bt-border); }
.svc-media-box img{ width:100%; height:auto; display:block; }
.svc-media-box video{
  width:100%; height:auto; display:block; aspect-ratio:16/9; object-fit:cover;
  background:#000; /* prevents any side bars peeking */
}

.svc-cards {
  display: flex;
  flex-wrap: wrap;         /* lets them wrap on smaller screens */
  gap: 1.5rem;
  margin-top: 2rem;
  justify-content: center; /* centers the row */
}

.svc-card {
  flex: 1 1 220px;         /* min width of 220px, grows as space allows */
  max-width: 260px;        /* stops cards from getting too wide */
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.svc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);
}

.svc-card i {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 1rem;
}

.svc-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.svc-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.4;
}
/* Styles for the container of the cards */
.service-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns, equal width */
    gap: 20px; /* Space between cards */
    margin-top: 40px; /* Space from the main heading above */
    text-align: center; /* Center content within the grid if needed */
    max-width: 1200px; /* Adjust as needed */
    margin-left: auto;
    margin-right: auto;
}

/* Styles for individual cards */
.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 8px; /* Slightly rounded corners */
    /* background-color: #f9f9f9; /* Light background for cards */
    /* border: 1px solid #eee; /* Light border */
}
.service-card img {
    width: 100px;   /* Adjust width as needed for your desired size */
    height: 100px;  /* Adjust height to maintain aspect ratio or make square */
    object-fit: contain; /* Ensures the whole image is visible without cropping, scales down */
    margin-bottom: 15px; /* Space between image and heading */
    border-radius: 8px; /* If you want rounded corners on the images */
    /* You might need a background if your images have transparency and you want a consistent look */
    /* background-color: #fff; */ 
    padding: 5px; /* Add some padding around the image within its space if needed */
}

.service-card i {
    font-size: 3.5em; /* Large icon size */
    color: #007bff; /* Blue color for icons, matching your brand */
    margin-bottom: 15px;
}

.service-card h3 {
    font-size: 1.2em; /* Adjust text size */
    color: #333; /* Darker text */
    margin: 0;
    line-height: 1.3;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 992px) {
    .service-cards-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on medium screens */
    }
}

@media (max-width: 576px) {
    .service-cards-grid {
        grid-template-columns: 1fr; /* 1 column on small screens */
    }
}




/* Tiny helper for section headings (optional) */
.heading-main span{ display:block; color:var(--bt-blue); font-size:.9em; font-weight:900; letter-spacing:.02em; }

/* ===== Contact Hero ===== */
.contact-hero{
  position: relative; isolation: isolate;
  padding: clamp(48px, 12vw, 120px) 0;
  color: #fff;
  background:
    radial-gradient(1200px 520px at 80% 0%, rgba(59,130,246,.18), transparent 60%),
    linear-gradient(180deg, #0b1324 0%, #0a1f38 60%, #0a1f38 100%);
  overflow: hidden;
}

/* Optional soft texture (no harsh lines) */
.contact-hero::after{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(700px 320px at 10% 90%, rgba(255,255,255,.08), transparent 60%);
  pointer-events:none;
}

.contact-hero__head{
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.contact-hero__eyebrow{
  display:inline-flex; align-items:center; gap:.5rem;
  font-weight:800; letter-spacing:.08em; text-transform:uppercase;
  font-size:.78rem; color:#cfe0ff;
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.20);
  padding:.42rem .75rem; border-radius:999px;
  margin-bottom: 10px;
}

.contact-hero__title{
  margin: 6px 0 8px;
  font-weight: 900; letter-spacing: -.02em; line-height: 1.05;
  font-size: clamp(1.8rem, 1.1rem + 3vw, 3rem);
}

.contact-hero__sub{
  margin: 0 auto;
  color:#deecff;
  max-width: 60ch;
  font-size: clamp(.98rem, .2vw + .95rem, 1.1rem);
}

/* If you use a sticky header, make anchor-jumps land nicely */
.contact-hero{ scroll-margin-top: 72px; }

/* Contact cards polish */
.contact-card{
  background:#fff; border:1px solid var(--bt-border); border-radius:14px;
  padding:16px; box-shadow: var(--bt-shadow);
}
.contact-item{
  display:flex; gap:10px; align-items:flex-start; color:var(--bt-text);
  padding:10px 0; border-bottom:1px dashed #e6eaf2;
}
.contact-item:last-child{ border-bottom:none }
.contact-item i{
  width:34px; height:34px; display:grid; place-items:center; border-radius:10px;
  background:#eef2ff; color:var(--bt-blue); flex:0 0 auto;
}

/* Form look */
.contact-form{
  background:#fff; border:1px solid var(--bt-border); border-radius:16px;
  padding:16px; box-shadow: var(--bt-shadow);
}
.bt-input{
  background:#fff; border:1px solid #e5e9f2; border-radius:10px; padding:.75rem .9rem;
}
.bt-input:focus{ outline:none; border-color: color-mix(in oklab, var(--bt-blue) 30%, #e5e9f2);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--bt-blue) 18%, transparent);
}

/* Toast */
.bt-toast{
  position: fixed; right: 16px; bottom: 16px; z-index: 1055;
  display: grid; gap: 10px; pointer-events: none;
}
.bt-toast__item{
  pointer-events: auto;
  min-width: 260px; max-width: 360px;
  background:#0f172a; color:#fff; border-radius:12px; padding:12px 14px;
  box-shadow: 0 12px 32px rgba(0,0,0,.32), 0 1px 0 rgba(255,255,255,.08) inset;
  border:1px solid rgba(255,255,255,.12);
  display:flex; gap:10px; align-items:flex-start;
  transform: translateY(10px); opacity:0; animation: btToastIn .24s var(--bt-ease) forwards;
}
.bt-toast__item--ok{ background:#0b3b22; border-color:rgba(34,197,94,.35); }
.bt-toast__item--err{ background:#3b0b0b; border-color:rgba(239,68,68,.35); }
.bt-toast__icon{
  width:34px; height:34px; display:grid; place-items:center; border-radius:10px;
  background: rgba(255,255,255,.12);
}
.bt-toast__close{
  margin-left:auto; background:transparent; border:none; color:#fff; opacity:.8; cursor:pointer;
}
@keyframes btToastIn{ to{ transform:translateY(0); opacity:1 } }
 
/* ===== App Incoming ===== */
.bt-app {
  background: #fff;
  
}

/* grid */
.bt-app .app-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(20px, 4vw, 56px);
  align-items: center;
}
@media (max-width: 992px) {
  .bt-app .app-grid { grid-template-columns: 1fr; }
  .bt-app .app-media { order: -1; } /* image on top on mobile */
}

/* eyebrow + title */
.bt-app .bt-eyebrow {
  display: inline-flex;
  gap: .5rem; align-items: center;
  font-weight: 800; font-size: .8rem; letter-spacing: .08em;
  text-transform: uppercase;
  color: #0a5fff; background: #eef4ff; border: 1px solid #e1ebff;
  padding: .35rem .6rem; border-radius: 999px;
}
.bt-app .app-title {
  margin: .6rem 0 .4rem;
  font-weight: 900; letter-spacing: -.02em; color: #0f172a;
  font-size: clamp(1.6rem, 1rem + 2.6vw, 2.4rem);
}
.bt-app .app-sub {
  color: #334155; line-height: 1.65; margin: 0 0 10px; max-width: 56ch;
}

/* list */
.bt-app .app-points {
  list-style: none; padding: 0; margin: 14px 0 14px;
  display: grid; gap: 10px;
}
.bt-app .app-points li {
  display: grid; grid-template-columns: auto 1fr; gap: .6rem 1rem;
  align-items: start;
  background: #ffffff; border: 1px solid rgba(2,6,23,.08);
  border-radius: 14px; padding: .7rem .85rem;
  box-shadow: 0 10px 26px rgba(2,6,23,.06);
}
.bt-app .tag {
  display: inline-flex; align-items: center; height: fit-content;
  font-weight: 800; font-size: .78rem; color: #0a1f38;
  background: #f0f9ff; border: 1px solid #dbeafe; border-radius: 999px;
  padding: .28rem .55rem;
}
.bt-app .li-body { color: #0f172a; }

/* ctas */
.bt-app .app-cta { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 10px; }
.bt-app .bt-btn { display: inline-flex; align-items: center; gap: .55rem; padding: .75rem 1rem;
  border-radius: 10px; font-weight: 800; text-decoration: none; border: 1px solid transparent; }
.bt-app .bt-btn--primary { background: #0a5fff; color: #fff; }
.bt-app .bt-btn--ghost { background: #fff; color: #0f172a; border-color: #cbd5e1; }
.bt-app .app-note { margin: 8px 0 0; color: #64748b; font-size: .92rem; }

/* visual */
.bt-app .app-hero {
  width: 100%; height: auto; display: block;
  border-radius: 16px;
  border: 1px solid rgba(2,6,23,.08);
  box-shadow: 0 14px 36px rgba(2,6,23,.09);
  background: #fff;
}




                /* ===== Scoped styles for ONLY this section ===== */
                .bt-about-split {
                    --ink: #0f172a;
                    /* headings */
                    --text: #334155;
                    /* body */
                    --muted: #64748b;
                    /* secondary */
                    --blue: #0a5fff;
                    /* brand blue */
                    --orange: #ff6a3d;
                    /* brand accent */
                    --border: rgba(2, 6, 23, .10);
                    --surface: #ffffff;

                    padding: clamp(28px, 4vw, 56px) 0;
                    background: #fff;
                    color: var(--text);
                }

                .bt-about-split .container {
                    max-width: 1300px;
                    margin: 0 auto;
                    padding: 0 16px
                }

                /* Eyebrow */
                .bt-about-split .bt-eyebrow {
                    display: inline-flex;
                    align-items: center;
                    gap: .5rem;
                    font-weight: 800;
                    letter-spacing: .08em;
                    text-transform: uppercase;
                    font-size: .78rem;
                    color: var(--blue);
                    background: color-mix(in oklab, var(--blue) 8%, #f1f5ff);
                    border: 1px solid color-mix(in oklab, var(--blue) 18%, #e6eeff);
                    padding: .35rem .6rem;
                    border-radius: 999px;
                    margin-left: 4px;
                }

                /* Grid */
                .bt-about-split .bt-about-grid {
                    display: grid;
                    gap: clamp(18px, 3.2vw, 32px);
                    grid-template-columns: repeat(12, minmax(0, 1fr));
                    align-items: center;
                }

                .bt-about-split .bt-copy {
                    grid-column: span 6
                }

                .bt-about-split .bt-media {
                    grid-column: span 6
                }

                @media (max-width: 992px) {

                    .bt-about-split .bt-copy,
                    .bt-about-split .bt-media {
                        grid-column: 1 / -1
                    }

                    .bt-about-split .bt-media {
                        order: -1
                    }
                }

                /* Heading */
                .bt-about-split h2 {
                    margin: .25rem 0 .6rem;
                    font-weight: 900;
                    letter-spacing: -.02em;
                    color: var(--ink);
                    font-size: clamp(1.6rem, 1.1rem + 2vw, 2.2rem);
                }

                .bt-about-split .bt-accent {
                    color: var(--blue)
                }

                /* Body copy */
                .bt-about-split .bt-lede {
                    font-size: clamp(1rem, .95rem + .4vw, 1.1rem);
                    color: var(--ink);
                    font-weight: 600;
                    margin: 10px 0 8px;
                }

                .bt-about-split p {
                    margin: 0 0 .6rem;
                    line-height: 1.65;
                    color: var(--text)
                }

                /* Bullet list */
                .bt-about-split .bt-list {
                    list-style: none;
                    padding: 0;
                    margin: clamp(12px, 2.4vw, 18px) 0 0;
                    display: grid;
                    gap: 10px;
                }

                .bt-about-split .bt-list li {
                    display: flex;
                    gap: .7rem;
                    align-items: flex-start;
                    padding: .65rem .75rem;
                    border: 1px solid var(--border);
                    background: #0a1f38;
                    border-radius: 12px;
                    box-shadow: 0 6px 18px rgba(2, 6, 23, .06);
                }

                .bt-about-split .bt-list i {
                    color: var(--blue);
                    margin-top: .05rem;
                    min-width: 18px
                }

                /* Media card */
                .bt-about-split .bt-figure {
                    position: relative;
                    margin: 0;
                    border-radius: 16px;
                    overflow: hidden;
                    border: 1px solid var(--border);
                    background: var(--surface);
                    box-shadow: 0 10px 26px rgba(2, 6, 23, .10);
                    aspect-ratio: 4 / 3;
                    /* keeps a nice shape */
                }

                .bt-about-split .bt-figure img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: center 38%;
                    display: block;
                    transform: scale(1.001);
                }

                .bt-about-split .bt-badge {
                    position: absolute;
                    left: 12px;
                    bottom: 12px;
                    background: #0b1220;
                    color: #fff;
                    font-weight: 800;
                    font-size: .8rem;
                    padding: .4rem .6rem;
                    border-radius: 10px;
                    box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
                    border: 1px solid rgba(255, 255, 255, .12);
                }

                /* Subtle media sheen */
                .bt-about-split .bt-figure::after {
                    content: "";
                    position: absolute;
                    inset: 0;
                    pointer-events: none;
                    background: radial-gradient(800px 320px at 85% -10%, rgba(255, 255, 255, .24), transparent 60%);
                    mix-blend-mode: overlay;
                }

                /* Reduced motion */
                @media (prefers-reduced-motion: reduce) {
                    .bt-about-split .bt-figure img {
                        transform: none
                    }
                }
            

/* Chatbot Styles */
.chat-toggle-button {
    position: fixed;
    bottom: 10px; /* Changed from 30px */
    right: 20px;
    background-color: #0a2a5e;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: transform 0.2s ease-out, background-color 0.2s ease;
    animation: pulseEffect 2.5s infinite cubic-bezier(0.66, 0, 0, 1);
}

.chatbot {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 350px;
    max-width: 90%;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: none; /* Hidden by default */
    flex-direction: column;
    z-index: 1000;
}

.chatbot.active {
    display: flex;
}

.chat-header {
    background: #0a2a5e;
    color: white;
    padding: 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-chat {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.chat-body {
    flex-grow: 1;
    padding: 15px;
    height: 350px;
    overflow-y: auto;
}

.chat-message {
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    max-width: 80%;
    line-height: 1.4;
}

.chat-message.user {
    background-color: #e8f0ff;
    color: #0f172a;
    align-self: flex-end;
    margin-left: auto;
}

.chat-message.bot {
    background-color: #f1f5f9;
    color: #0a2a5e;
    align-self: flex-start;
}

.chat-footer {
    display: flex;
    padding: 10px;
    border-top: 1px solid #e2e8f0;
}

#chatInput {
    flex-grow: 1;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
}

#sendBtn {
    background: #0a2a5e;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0 15px;
    margin-left: 10px;
    cursor: pointer;
}
/* --- Add these new styles for the clickable questions --- */

.quick-replies {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.quick-reply-btn {
    background-color: #fff;
    border: 1px solid #0a5fff;
    color: #0a5fff;
    border-radius: 999px; /* Pill shape */
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.quick-reply-btn:hover {
    background-color: #e8f0ff;
    transform: translateY(-2px);
}

/* privacy policy */

.policy-content {
            padding: clamp(40px, 8vw, 80px) 0;
            line-height: 1.7;
            color: #475569;
        }

        .policy-content h1,
        .policy-content h2,
        .policy-content h3 {
            color: #0f172a;
            font-weight: 800;
        }

        .policy-content h1 {
            font-size: 2.5rem;
            margin-bottom: 0.5rem;
        }

        .policy-content .effective-date {
            font-size: 0.9rem;
            color: #64748b;
            margin-bottom: 2rem;
        }

        .policy-content h3 {
            font-size: 1.25rem;
            margin-bottom: 0.5rem;
        }

        .policy-content ol {
            list-style-type: decimal;
            padding-left: 25px;
        }

        .policy-content li {
            margin-bottom: 1.75rem;
            padding-left: 10px;
        }

        .policy-content a {
            color: #0a5fff;
            text-decoration: none;
        }

        .policy-content a:hover {
            text-decoration: underline;
        }

/* ---------- [PREMIUM] Services Hero ---------- */
            .svc-hero {
                /* Subtle gradient background for depth */
                background: radial-gradient(circle, #ffffff, #f8fafc);
                padding-bottom: 75px;
                overflow: hidden;
                /* Prevents animations from showing outside bounds */
            }

            .svc-hero .hero-grid {
                display: grid;
                grid-template-columns: 1fr 1fr;
                /* Simplified for balance */
                gap: clamp(24px, 5vw, 60px);
                align-items: center;
            }

            @media (max-width: 992px) {
                .svc-hero .hero-grid {
                    grid-template-columns: 1fr;
                    gap: 48px;
                }
            }

            /* Eyebrow tag (unchanged) */
            .svc-hero .bt-eyebrow {
                display: inline-flex;
                align-items: center;
                gap: .5rem;
                font-weight: 800;
                font-size: .82rem;
                color: #0a5fff;
                background: #e8f0ff;
                border: 1px solid #dbe7ff;
                border-radius: 999px;
                padding: .35rem .7rem;
            }

            /* [PREMIUM] Title + Sub */
            .svc-hero .bt-hero-title {
                margin: .8rem 0;
                font-weight: 900;
                letter-spacing: -.025em;
                color: #0f172a;
                font-size: clamp(2.2rem, 1.4rem + 3vw, 3.4rem);
                line-height: 1.1;
                /* Subtle text gradient for a premium look */
                background: linear-gradient(180deg, #0f172a, #2b3953);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .svc-hero .bt-hero-sub {
                color: #475569;
                /* Slightly softer color for better contrast */
                line-height: 1.65;
                max-width: 60ch;
                margin: 0 0 1.5rem;
            }

            /* [PREMIUM] Service Pill Chips with hover effect */
            .svc-hero .svc-pills {
                display: flex;
                flex-wrap: wrap;
                gap: .65rem;
                margin: .6rem 0 1.5rem;
            }

            .svc-hero .svc-pill {
                display: inline-flex;
                align-items: center;
                gap: .45rem;
                font-weight: 700;
                font-size: .78rem;
                color: #0a1f38;
                background: #f8fafc;
                border: 1px solid #e2e8f0;
                border-radius: 999px;
                padding: .38rem .64rem;
                transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
            }

            .svc-hero .svc-pill:hover {
                transform: translateY(-2px);
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
            }

            .svc-hero .svc-pill i {
                color: #0a5fff;
            }

            /* [PREMIUM] Call-to-action buttons with hover effect */
            .svc-hero .bt-cta {
                display: flex;
                flex-wrap: wrap;
                gap: .75rem;
                margin-top: .5rem;
            }

            .svc-hero .bt-btn {
                display: inline-flex;
                align-items: center;
                gap: .55rem;
                padding: .8rem 1.2rem;
                /* Increased padding */
                border-radius: 12px;
                font-weight: 800;
                text-decoration: none;
                border: 1px solid transparent;
                transition: all 0.25s ease;
            }

            .svc-hero .bt-btn:hover {
                transform: translateY(-3px);
                /* Lift on hover */
                box-shadow: 0 8px 15px rgba(10, 95, 255, 0.15);
            }

            .svc-hero .bt-btn--primary {
                background: #0a5fff;
                color: #fff;
            }

            .svc-hero .bt-btn--primary:hover {
                background: #004bcc;
            }

            .svc-hero .bt-btn--ghost {
                background: #fff;
                border-color: #cbd5e1;
                color: #0f172a;
            }

            .svc-hero .bt-btn--ghost:hover {
                background: #f8fafc;
                border-color: #94a3b8;
                box-shadow: 0 8px 15px rgba(15, 23, 42, 0.08);
            }

            /* [PREMIUM] Right column cards */
            .svc-hero .hero-image {
                position: relative;
            }

            .svc-hero .service-cards-grid {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 1.25rem;
            }

            .svc-hero .service-card {
                background-color: #fff;
                border-radius: 16px;
                padding: 1.25rem;
                text-align: center;
                border: 1px solid #e2e8f0;
                position: relative;
                overflow: hidden;
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }

            .svc-hero .service-card:hover {
                transform: translateY(-8px) scale(1.02);
                box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.1);
                border-color: #c0d8ff;
            }

            .svc-hero .service-card img {
                width: 120px;
                /* Increased from 80px */
                height: 120px;
                /* Increased from 80px */
                object-fit: contain;
                margin: 0 auto 1rem;
                border-radius: 10px;
            }

            .svc-hero .service-card h3 {
                font-size: 1rem;
                font-weight: 700;
                color: #1e293b;
                margin: 0;
            }