/*-----------------------------------------------
    1. General Style Start
-------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

body,
html {
    height: 100%;
    margin: 0;
}

body {
    background: var(--bg-primary) none repeat scroll;
    background-position: center;
    background-size: cover;
    font-size: 17px;
    font-weight: 500;
    font-weight: normal;
    font-family: var(--body-font-family);
    color: var(--body-font-color);
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a {
    color: var(--heading-color);
}

/* a:hover {
    color: var(--primary-color);
} */

/* Theme All Transitions
------------------------------- */
a,
#mainNav,
.navbar .dropdown .dropdown-toggle::after,
.theme-btn,
button,
.owl-carousel button.owl-dot,
button {
    transition: all .5s ease-in-out;
}

.fast-transition {
    transition: all .3s ease-in-out;
}

.slow-transition {
    transition: all .7s ease-in-out;
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul {
    margin: 0;
    padding: 0;
}

a,
a>* {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

a {
    color: var(--body-font-color);
}

a:hover {
    color: var(--primary-hover-color) !important;
    text-decoration: none;
}

img::selection {
    background: transparent;
}

.page-link:focus {
    box-shadow: none;
}

.blue_primary {
    background-image: var(--blue-primary);
}

.border_primary_btn {
    background: #ffffff;
    display: inline-flex;
    height: 48px;
    padding: 14px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    /* border: 1px solid var(--primary-border); */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border: 1px solid var(--primary-border) !important;
}

.sign_in_btn {
    position: relative;
    padding: 4px 18px;
    border-radius: 7px;
    border: 2px solid #0855fe;
    color: #39364e;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

/* The animated background layer */
.sign_in_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #0855fe;
    z-index: -1;
    transition: width 0.4s ease;
}

/* On hover – fill from left to right */
.sign_in_btn:hover::before {
    width: 100%;
}

/* Change text color when filled */
.sign_in_btn:hover {
    color: #fff !important;
}

.bg-primary,
.btn-bg-color {
    background-color: #339fcd;
}

.sign_in_btn.bg-primary {
    position: relative;
    padding: 4px 18px;
    border-radius: 7px;
    border: 2px solid #0855fe;
    color: #fff;
    background-color: #0855fe;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease, border-color 0.3s ease;
}

/* Left-to-right bright overlay */
.sign_in_btn.bg-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(to right, #4c8dff, #0855fe);
    z-index: -1;
    transition: width 0.4s ease;
}

/* Hover — bright fill moves left to right */
.sign_in_btn.bg-primary:hover::before {
    width: 100%;
}

.sign_in_btn.bg-primary {
    position: relative;
    padding: 4px 18px;
    border-radius: 7px;
    border: 2px solid #0855fe;
    color: #fff;
    background-color: #0855fe;
    overflow: hidden;
    z-index: 0;
    /* important: base layer */
    transition: color 0.3s ease, border-color 0.3s ease;
}

/* Light blue overlay — slides left to right */
.sign_in_btn.bg-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #4c9fff;
    /* lighter blue overlay */
    z-index: -1;
    /* sits above base but below text */
    transition: width 0.4s ease;
}

/* Adjust stacking context for overlay visibility */
.sign_in_btn.bg-primary span,
.sign_in_btn.bg-primary i {
    position: relative;
    z-index: 2;
}

/* On hover — overlay expands left → right */
.sign_in_btn.bg-primary:hover::before {
    width: 100%;
}

/* Keep text and border consistent */
.sign_in_btn.bg-primary:hover {
    color: #fff !important;
    border-color: #4c9fff !important;
    background-color: #0097b8 !important;
}

@media (max-width: 991px) {
    .sign_up_btn.bg-primary {
        display: none !important;
    }

    .sign_up_btn {
        display: none !important;
    }
}

#mainNav.sticky .bg-primary {
    color: white !important;
}

.hover-primary {
    transition: 0s;
}

.hover-primary:hover {
    background-image: var(--bg-primary) !important;
    color: #ffffff !important;
}

.primary_btn {
    display: inline-flex;
    height: 48px;
    padding: 14px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    border: none;
    color: #F6F6F8;
    background-image: var(--bg-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;

    &:hover {
        color: #ffffff !important;
    }
}

.link_btn {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    position: relative;
}

.primary_underline {
    text-decoration: underline;
    color: var(--blue);
}

.link_btn::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/frontend/assets/img/right_arrow.svg");
    background-size: contain;
    margin-left: 12px;
    margin-bottom: -6px;
}


& .bg_blur {
    position: absolute;
    width: 300px;
    height: 515px;
    border-radius: 581px;
    background: #EAF3F8;
    filter: blur(80.5px);
}

.cursor_pointer {
    cursor: pointer;
}

.jcbi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.top_arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    transform: rotate(-45deg);
    border-radius: 5px;
    background: #FFF;
    right: 9px;
    top: -3px;
}

.custom-dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529 !important;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
}

textarea {
    min-height: 120px !important;
    height: auto !important;
    border-radius: 13px !important;
}

label {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}

/*------------------------------------------
  2. Typography
-------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0;
    color: var(--heading-color);
    font-style: normal;
}

h1 {
    font-weight: 600;
    font-size: 80px;
    line-height: 90px;
}

h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
}

h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
}

h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
}

h6 {
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
}

.big-para {
    font-size: 18px;
    line-height: 25px;
}

p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: var(--body-font-color);
}

figure {
    margin: 0 0 0;
}

/*--------------------------------
  2.1 Theme Color
-----------------------------------*/
:root {
    --blue: #118BCA;
    --green: #2EBEBE;
    --white: #F6F6F8;
    --black: #06040A;
    --bg-light-primary: #E1F0F8;
    --navbar-bg: #fff;
    --navbar-bg-dark: #fff;

    --primary-border: #0F89CA;
    --shadow: rgba(0, 0, 0, 0.08) 0px 4px 20px;

    --footer-bg: #160E4D;
    --footer-bg-dark: #fff;
    --footer-text-color: #ffffffcc;

    --white-color: #fff;
    --black-color: #000;

    --bg-primary: linear-gradient(#0F89CA, #2EBEBE);
    --blue-primary: linear-gradient(180deg, #118CCA 0%, #0073AD 100%);

    --bg-primary-dark: #1F2246;
    --bg-secondary: #FAFAFA;
    --bg-secondary-dark: #fff;

    --status-btn-bg: #F5F5F5;
    --status-btn-bg-dark: #24282C;

    --text-gradient-color: linear-gradient(90deg, #2E42F7 11.99%, #FF9243 90.21%);

    --heading-color: #1F2246;
    --heading-color-dark: #fff;
    --body-font-color: #4C4E6B;
    --body-font-color-dark: #fff;

    --border-color: #0000001a;
    --border-color-dark: rgba(255, 255, 255, 0.1);
    --border-color-2: #EDEDED;

    /* --primary-color: #3686FC; */
    /* --primary-hover-color: #0066D9; */

    --theme-btn-outline-font-color: #1F2246;

    /* --blue-color: #3686FC; */
    --blue-color-transparent: #E9F2FF;

    /* --secondary-color: #4831DB; */
    --secondary-hover-color: #4831DB;

    --red-color: #FF3D3D;
    --danger-color: #FF3D3D;
    --red-color-hover: #dc3545;

    --yellow-color: #FBBF37;
    --orange-color: #FF794D;
    --orange-color-transparent: rgba(255, 121, 77, 0.08);

    --green-color: #4FBF67;
    --green-color-hover: #0d943a;
    --green-color-transparent: rgba(30, 189, 83, 0.08);

    --body-font-family: 'Inter', sans-serif;

}

.color-heading {
    color: var(--heading-color);
}

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

.primary-color {
    background: var(--bg-primary);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.primary-color:hover {
    color: var(--primary-hover-color) !important;
}

.secondary-color {
    color: var(--secondary-color);
}

/*--------------------------------
  2.3 Theme padding, margin
-----------------------------------*/

.p-30 {
    padding: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-15 {
    padding-bottom: 15px;
}

.p-20 {
    padding: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.p-25 {
    padding: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pt-20 {
    padding-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.me-25 {
    margin-right: 25px;
}

.ms-25 {
    margin-left: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mr-15 {
    margin-right: 15px;
}

.radius-95 {
    border-radius: 95px;
}

.radius-3 {
    border-radius: 3px;
}

.radius-4 {
    border-radius: 4px;
}

.radius-5 {
    border-radius: 5px;
}

.radius-8 {
    border-radius: 8px;
}

.radius-10 {
    border-radius: 10px;
}

.radius-12 {
    border-radius: 12px;
}

.radius-15 {
    border-radius: 15px;
}

.radius-20 {
    border-radius: 20px;
}

.radius-50 {
    border-radius: 50%;
}

.radius-t-r-0 {
    border-top-right-radius: 0 !important;
}

.radius-t-l-0 {
    border-top-left-radius: 0 !important;
}

.radius-b-r-0 {
    border-bottom-right-radius: 0 !important;
}

.radius-b-l-0 {
    border-bottom-left-radius: 0 !important;
}

/*--------------------------------
  2.3 Theme Font Family, Font Size
-----------------------------------*/
.font-normal {
    font-weight: 400;
}

.font-bold {
    font-weight: 700;
}

.font-semi-bold {
    font-weight: 600;
}

.font-medium {
    font-weight: 500;
}

.font-24 {
    font-size: 24px;
    line-height: 31px;
}

.font-20 {
    font-size: 20px;
    line-height: 31px;
}

.font-22 {
    font-size: 22px;
    line-height: 30px;
}

.font-18 {
    font-size: 18px;
    line-height: 150%;
}

.font-17 {
    font-size: 17px;
}

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

.font-15 {
    font-size: 15px;
    line-height: 23px;
}

.font-14 {
    font-size: 14px;
}

.font-13 {
    font-size: 13px;
    line-height: 18px;
}

.font-12 {
    font-size: 12px;
    line-height: 160%;
}

.font-11 {
    font-size: 11px;
    line-height: 12px;
}

/*--------------------------------
 2.4 Template Default CSS
-----------------------------------*/
section {
    position: relative;
}

.section-title {
    width: 70%;
    margin: 0 auto 55px;
    text-align: center;
}

.section-sub-heading {
    font-size: 18px;
    line-height: 28px;
    margin-top: 19px;
}

.section-tag-heading {
    margin-bottom: 16px;
}

.cursor {
    cursor: pointer;
}

.fit-image {
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

/* Avatar CSS */
.avatar-md {
    height: 3.8rem;
    width: 3.8rem;
}

.avatar-xl {
    height: 5.5rem;
    width: 5.5rem;
}

/* Avatar CSS */

/*--------------------------------
 2.5 Template Common CSS
-----------------------------------*/

/*Pagination CSS*/
.pagination {
    margin-top: 25px;
}

.pagination li {
    margin-right: 14px;
    border-radius: 3px;
}

.page-item.active .page-link {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.page-item .page-link .iconify {
    font-size: 19px;
    color: #52526C;
}

.pagination .page-link {
    color: var(--gray-color);
    font-size: 15px;
    line-height: 16px;
    background-color: #fff;
    height: 45px;
    width: 45px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
    border-radius: 3px;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0 6px 21px rgba(21, 3, 89, 0.08);
}

/*------------------------------------------
  2.Typography
-------------------------------------------*/

/*--------------------------------------------
  3. Button Style
---------------------------------------------*/
.section-btn {
    margin-top: 42px;
}

.btn {
    padding: 4px 25px;
}

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

button {
    background-color: transparent;
}

button:focus {
    outline: 0;
}


/*-------------------------------------------
  6. Navbar Area CSS
-------------------------------------------*/
.container {
    padding: 0;
}

.menu-section-area {
    position: absolute;
    width: 100%;
    padding: 0;
    z-index: 1000;
    overflow-x: visible;

    .dropdown {
        position: relative;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #ffffff;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 100;
        border-radius: 10px;
        overflow: hidden;

        & li {
            margin-right: 0 !important;
        }
    }

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        transition: 0s !important;
    }

    .dropdown-content a:hover {
        background-image: var(--bg-primary);
        color: #ffffff !important;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .mobile_nav {
        display: none;

        @media (max-width: 1220px) {
            display: block;
        }

        @media (max-width: 375px) {
            .mobile_number {
                font-size: 13px;
            }
        }
    }

    .desktop_nav {
        display: flex;
        justify-content: space-between;

        @media (max-width: 1220px) {
            display: none;
        }
    }

    /* The side navigation menu */

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.4s;

        @media (max-width: 1220px) {
            .border_primary_btn {
                padding: 14px 20px;
                font-size: 14px;
            }

            .primary_btn {
                font-size: 14px;
            }
        }
    }

    /* Position and style the close button (top right corner) */

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    #mySidenav .nav-item {
        margin-bottom: 10px;
    }

    & .link_underline {
        position: relative;
    }

    & .link_underline {
        background-image: var(--bg-primary);
        background-size: 0 2px, auto;
        background-repeat: no-repeat;
        background-position: center bottom;
        transition: all .2s ease-out;
        padding-bottom: 3px;
    }

    & .link_underline:hover {
        background-size: 100% 2px, auto;

        & a {
            background: var(--bg-primary) !important;
            background-clip: text !important;
            -webkit-background-clip: text !important;
            -webkit-text-fill-color: transparent !important;
        }
    }

    & .active_link {
        ;
        background-image: var(--bg-primary);
        background-size: 100% 2px, auto;
        background-repeat: no-repeat;
        background-position: center bottom;
        transition: all .2s ease-out;
        padding-bottom: 3px;

        & a {
            background: var(--bg-primary);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    }

    & #mainNav.sticky .dropbtn:hover {
        color: rgb(0, 0, 0) !important;
    }

    .dropbtn:hover {
        color: rgb(255, 255, 255) !important;
    }
}

/* Main Menu Start */
.navbar-nav-middle {
    justify-content: center;
    /* padding-left: 70px; */
}

.navbar-nav-right {
    justify-content: flex-end;
}

.navbar {
    padding: 0;

    @media (max-width: 768px) {
        & .site_logo {
            width: 130px !important;
        }
    }
}

.header_menu li {
    margin-right: 15px;

    & a {
        color: #ffffff;
        font-size: 15px;
        font-weight: 500;
    }
}

.li_mr_15 li {
    margin-right: 15px;
}

.phone_number {
    display: flex;
    /* width: 160px; */
    height: 36px;
    padding: 14px 20px 14px 5px;
    justify-content: center;
    align-items: center;
    margin-right: 0 !important;

    & a {
        color: #ffffff;
        font-size: 15px;
        font-weight: 500;
        text-decoration-line: underline;
    }
}

#mainNav {
    position: absolute;
    display: flex !important;
    transition: all ease .6s;
    /* background: var(--navbar-bg); */
    padding: 0 0;
    align-items: center;
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

#mainNav.sticky {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 95px;
    top: 0;
    background-color: var(--navbar-bg);
    padding: 0 0px;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

/* 
#mainNav.sticky a {
    color: #000000 !important;
} */

.border_primary_btn {
    border: none;
}

#mainNav.sticky .navbar-nav .nav-item .nav-link {
    padding: 10px 0 10px 0;
    margin-right: 36px;
}

#mainNav .navbar-brand {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 0;
    height: 100%;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    padding: 10px 0 10px 0;
    margin-right: 33px;
    position: relative;
    color: var(--navbar-font-color);
    display: flex;
    transition: ease all .5s;
    position: relative;
}

#mainNav .navbar-nav .nav-item .nav-link span {
    display: inline-block;
}

#mainNav .navbar-nav .nav-item .nav-link span:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
    transition: opacity 0.3s ease, width 0.3s ease;
    -ms-transition: opacity 0.3s ease, width 0.3s ease;
    position: relative;
    top: 0px;
}

#mainNav .navbar-nav .nav-item .nav-link:hover span:after,
#mainNav .navbar-nav .nav-item .nav-link.active span:after {
    width: 100%;
}

#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link.active {
    color: var(--primary-color) !important;
}

.navbar-nav-right .theme-btn-outline {
    /* padding: 15px 40px!important;
    border-radius: 174px; */
}

.navbar-nav-right .login-menu-item .nav-link {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}

/*---- Dropdown Menu CSS ----*/
.dropdown-item.active,
.dropdown-item:active {
    color: var(--heading-color);
    /* background-color: #F0FCEC; */
}

.navbar .dropdown .dropdown-toggle:after {
    display: none;
}

.navbar .dropdown-menu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 1.7rem;
    color: var(--para-color);
}

.dropdown-toggle {
    display: flex;
    align-items: center;
}

#mainNav .navbar-nav .nav-item .nav-link svg {
    height: 25px;
    width: 27px;
    padding-top: 2px;
}

#mainNav .navbar-nav .dropdown-menu a,
.dropdown-item {
    color: var(--navbar-font-color) !important;
    padding: 8px 20px 8px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.dropdown button {
    color: var(--navbar-font-color);
    font-weight: 500;
}

.navbar .dropdown-menu .dropdown-toggle::after {
    color: var(--para-color);
}

#mainNav .navbar-nav .dropdown-menu a,
#mainNav .navbar-nav .dropdown-menu a h6,
.navbar .dropdown-menu .dropdown-toggle::after {
    transition: ease all .5s;
}

#mainNav .navbar-nav .dropdown-menu a:hover,
#mainNav .navbar-nav .dropdown-menu a:hover h6,
.navbar .dropdown-menu .dropdown-toggle:hover::after {
    color: var(--primary-color);
    background-color: transparent;
}

/* Mode Change Dark or Light Start*/
body.light .dark-logo {
    display: none;
}

body.dark .light-logo {
    display: none;
}

.mode-change .header-item .iconify {
    width: 34px;
    height: 34px;
}

/* Mode Change Dark or Light End */

/*Multilevel Dropdown Menu CSS Start*/
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    /* New */
    .navbar-expand-lg .offcanvas .offcanvas-body {
        align-items: center;
    }

    .navbar-brand.desktop-navbar-brand {
        display: inline-block !important;
    }

    .navbar-brand.mobile-navbar-brand {
        display: none !important;
    }

    .navbar-right-mobile .language-dropdown,
    .navbar-right-mobile .mode-change,
    .navbar-right-mobile .user-dropdown {
        display: none !important;
    }

    /* New */
    .navbar-nav .dropdown-menu {
        position: absolute !important;
        border-radius: 0;
        border: 1px solid var(--border-color);
    }

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: block;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: 100%;
        top: 10px;
    }

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

    .dropdown-menu>li:hover {
        background-color: transparent;
    }

    .dropdown-menu>li:hover>.submenu {
        visibility: visible;
        opacity: 1;
        top: -7px;
    }

    /* Show Dropdown Menu on Hover instead Click Start */
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px);
        transition: .2s ease-in;
    }

    .navbar .nav-item:hover>.dropdown-menu {
        display: block;
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
        transition: .3s ease-out;
        border-radius: 8px;
    }

    .top-menu-item .nav-item .dropdown-menu {
        transform: translateY(20px);
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: .2s ease-in;
    }

    .top-menu-item .nav-item:hover>.dropdown-menu {
        transform: scaleY(1);
        display: block;
        opacity: 1;
        visibility: visible;
        transition: .3s ease-out;
        z-index: 9999;
    }

    .navbar .nav-item .dropdown-menu,
    .top-menu-item .nav-item .dropdown-menu {
        margin-top: 0;
        box-shadow: 0px 10px 29px rgba(202, 202, 202, 0.25);
        border: 0;
        border-radius: 0;
        padding: 18px 0;
    }

    /* Show Dropdown Menu on Hover instead Click End */
}

/*Menu Mobile Responsive CSS Start*/
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

/* Mobile Menu CSS Start */
@media only screen and (max-width: 1199px) {

    .navbar-nav-middle {
        /* padding-left: 20px; */
    }

    .navbar-nav-right .theme-btn-outline {
        /* height: 50px;
        padding: 10px 27px!important;
        font-size: 16px; */
    }
}

/* Mobile Menu CSS End */

/*Menu Mobile Responsive CSS End*/

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */

@media only screen and (max-width: 1675px) {

    #mainNav .navbar-nav .nav-item .nav-link,
    #mainNav.sticky .navbar-nav .nav-item .nav-link {
        margin-right: 25px;
    }

    .language-dropdown,
    .mode-change {
        /* margin-right: 25px; */
    }

    .navbar-nav-right .theme-btn-outline {
        /* height: 48px;
        padding: 15px 25px!important; */
    }

    #mainNav .navbar-nav .nav-item .nav-link,
    .navbar-nav-right .login-menu-item .nav-link {
        font-size: 16px !important;
    }

    .theme-btn,
    .theme-btn-outline,
    .theme-btn-purple,
    .theme-btn-green,
    .theme-btn-red,
    .edit-btn,
    .theme-btn-back {
        font-size: 16px;
        padding: 22px 30px !important;
    }
}

@media only screen and (max-width: 1399px) {

    #mainNav .navbar-brand img,
    .offcanvas-header img {
        height: 30px;
    }

    .language-dropdown,
    .mode-change,
    .login-menu-item .nav-link,
    .user-dropdown {
        margin-right: 12px !important;
    }

    .language-dropdown .avatar-md,
    .user-dropdown .avatar-md,
    .dropdown-item .avatar-xs {
        height: 1.2rem;
        width: 1.2rem;
    }

    .mode-change .header-item .iconify {
        width: 26px;
        height: 26px;
    }

    #mainNav .navbar-nav .nav-item .nav-link,
    #mainNav.sticky .navbar-nav .nav-item .nav-link {
        margin-right: 22px;
    }

    .navbar-nav-right .theme-btn-outline {
        /* height: 50px;
        padding: 17px 28px!important;
        font-size: 15px; */
    }
}

@media only screen and (max-width: 1360px) {
    .navbar-nav-right .theme-btn-outline {
        /* height: 48px;
        padding: 14px 23px!important;
        font-size: 14px; */
    }
}

@media only screen and (max-width: 1199px) {

    #mainNav .navbar-brand img,
    .footer-about img {
        /* height: 28px; */
    }
}

@media (max-width: 991px) {

    #mainNav,
    #mainNav.sticky {
        height: 60px;
    }

    .offcanvas-header .btn-close {
        box-shadow: none;
    }

    .navbar-brand.desktop-navbar-brand {
        display: none !important;
    }

    .navbar-brand.mobile-navbar-brand {
        display: flex !important;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 8px 0 8px 0;
        line-height: 23px;
        color: var(--black-color);
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }

    #mainNav .navbar-nav .nav-item .nav-link:hover,
    #mainNav .navbar-nav .nav-item .nav-link.active {
        color: var(--primary-color) !important;
    }

    .navbar-nav-right .theme-btn-outline {
        border: 1px solid var(--primary-color);
        color: var(--theme-btn-outline-font-color) !important;
        /* margin-top: 10px; */
    }

    .navbar-nav-right .theme-btn-outline:hover {
        /* border: 1px solid var(--secondary-color); */
        background-color: var(--primary-color);
        color: var(--white-color) !important;
        /* margin-top: 20px; */
    }

    #mainNav .navbar-toggler {
        padding: .25rem 0;
        border: none;
        color: var(--body-font-color);
    }

}

/* ============ small devices .end// ============ */
/*Multilevel Dropdown Menu CSS End*/

/*-------------------------------------------
  6. Navbar Area CSS End
-------------------------------------------*/

/*-------------------------------------------
  16. FAQS Area Start
-------------------------------------------*/
.faq-floating-bg-img {
    bottom: -227px;
    left: 0;
    width: 100%;
    max-height: 100%;
}

/* Accordion CSS Start */
.accordion-button {
    background-color: var(--bg-primary);
    padding: 24px 43px 24px 30px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    /* letter-spacing: -0.04em; */
}

.accordion-button::after {
    position: absolute;
    right: 19px;
}

.accordion-button:not(.collapsed) {
    color: var(--heading-color);
    background-color: var(--bg-primary);
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-body {
    padding: 0 30px 19px;
    margin: 0;
    color: var(--body-font-color);
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-item {
    background-color: var(--bg-primary);
    border: 1px solid var(--border-color);
    padding: 5px 0;
    margin-bottom: 25px;
}

.accordion-button.collapsed {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.accordion-item {
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    transition: box-shadow 0.3s ease;
}

.accordion-button {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Accordion CSS End */

/* FAQ Area Floating img Start */
.faq-floating-img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    margin-top: -58px;
}

.faq-accordion-wrap::after {
    position: absolute;
    width: 307px;
    height: 280px;

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    background: var(--primary-color);
    filter: blur(116.444px);
    content: "";
    z-index: -1;
}

/* FAQ Area Floating img End */

/*-------------------------------------------
  16. FAQS Area End
-------------------------------------------*/

/*-------------------------------------------
  17. Footer Area Start
-------------------------------------------*/
.footer-area {
    background: #FCFEFF;

    & .footer_bg {
        text-align: center;
        margin-bottom: -1.7px;
        margin-top: -130px;

        @media (max-width: 1000px) {
            margin-top: 0;
        }
    }

    & .ready_text {
        color: #000000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;

        @media (max-width: 350px) {
            font-size: 13px;
        }
    }

    & .footer_submit_btn {
        display: inline-flex;
        padding: 18px 30px;
        height: 48px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #ffffff;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        border-radius: 14px;
        background: var(--blue);

        &:hover {
            color: #ffffff !important;
        }

        @media (max-width: 425px) {
            padding: 18px 13px;
            font-size: 14px;
        }
    }

    & ul {
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 11px;
        margin-bottom: 20px;

        & .company {
            color: #000000;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 140%;
            /* 22.4px */
        }

        & .social_icon {
            color: #000000;
            font-size: 16px;
            font-style: normal;
            font-weight: 500 !important;
            line-height: 180%;
        }

        & h2 {
            color: #000000;
            font-size: 22px;
            font-style: normal;
            font-weight: 700;
            line-height: 140%;
        }

        & li {
            color: #000000;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 180%;

            & a {
                color: #000000;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 180%;
            }
        }

        .email_sent {
            display: flex;

            & input {
                border-bottom: 1px solid var(--blue);
            }
        }
    }

    & .bottom_footer {
        height: 65px;
        display: flex;
        align-items: center;

        @media (max-width: 425px) {
            height: 100px;
        }

        & .term_condition {
            display: inline-flex;
            padding: 1px 66px 0px 0px;
            align-items: flex-start;
            gap: 39.071px;

            @media (max-width: 425px) {
                padding: 0;
            }

            & a {
                color: #ffffff;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 180%;

                @media (max-width: 390px) {
                    font-size: 14px;
                }
            }
        }
    }

    & .term_condition {
        & a:hover {
            color: #ffffff !important;
        }
    }
}

/*-------------------------------------------
  17. Footer Area End
-------------------------------------------*/

/*-------------------------------------------
   TODO  Unlock level   Start
-------------------------------------------*/

& .unlock_level {
    height: 349px;
    background-image: var(--blue-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-direction: column;

    & .unlock_badge {
        display: inline-flex;
        padding: 10px 15px;
        align-items: center;
        gap: 10px;
        border-radius: 20px;
        background: rgba(225, 240, 248, 0.19);
        font-size: 14px;
        color: #ffffff;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

    & h2 {
        color: #ffffff;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;

        @media (max-width: 568px) {
            font-size: 26px;
        }
    }

    & p {
        max-width: 523px;
        height: 95px;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        text-align: center;
    }

}


@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.animation-btn {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    padding: 2px;
    z-index: 1;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;

    &::before {
        content: '';
        position: absolute;
        z-index: -2;
        left: -50%;
        top: -50%;
        width: 200%;
        height: 200%;
        background-repeat: no-repeat;
        background-size: 50% 50%, 50% 50%;
        background-position: 0 0, 100% 0, 100% 100%, 0 100%;
        background-image: linear-gradient(#ffffff00, #ffffff00), linear-gradient(#ffffff00, #ffffff00), linear-gradient(#ffffff00, #ffffff00), linear-gradient(#ffffff, #ffffff00);
        animation: rotate 4s linear infinite;
    }

    &::after {
        content: '';
        position: absolute;
        left: 6px;
        top: 6px;
        width: calc(100% - 12px);
        height: calc(100% - 12px);
        border-radius: 10px;
    }
}

.themebtn {
    background: #E1F0F8;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f4efc", endColorstr="#8a3efc", GradientType=1);
    color: #000000;
    padding: 0 30px !important;
    height: 70px;
    line-height: 72px;
    font-size: 22px;
    border-radius: 15px !important;
    outline: none !important;
    position: relative;
    font-weight: 700 !important;
    display: block;
}


/*-------------------------------------------
   TODO  Unlock level   End
-------------------------------------------*/

/*-------------------------------------------
   TODO  Find Service City  Start
-------------------------------------------*/
.find-service-city {
    display: flex;
    background: #d9d9d936;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    gap: 25px;

    & h2 {
        color: var(--black);
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;

        @media (max-width: 568px) {
            font-size: 26px;
        }
    }

    & .search_bar {
        max-width: 488.863px;
        height: 55px;
        border-radius: 40px;
        border: 1px solid var(--blue);
        background: #ffffff;
        overflow: hidden;
        position: relative;

        & input {
            width: 100%;
            height: 55px;
            padding-left: 20px;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            color: var(--black);
            padding-bottom: 4px;
        }

        & button {
            background-image: var(--bg-primary);
            position: absolute;
            right: 10px;
            top: 6px;
            border: 0;
            border-radius: 50%;
            width: 40px;
            height: 40px;
        }
    }

    .all_properties {
        .service-tabs {
            background-color: rgb(128 128 128 / 11%);
            width: 100%;
            overflow-y: hidden;
            display: flex;

            & .nav-link {
                width: max-content;
                padding: 12px 16px;
            }

            & .active {
                background-image: var(--bg-primary);
                color: #ffffff;
                font-size: 18px;
                font-style: normal;
                font-weight: 700;
            }
        }
    }

    .tab-pane {
        & .country_list {
            flex-wrap: wrap;
            display: flex;

            & .list-item {
                width: 20%;
                position: unset !important;
                padding: 0 !important;

                @media (max-width: 1024px) {
                    width: 100%;
                }

                & a {
                    font-size: 14px !important;
                    font-style: normal;
                    font-weight: 400;
                    color: var(--black) !important;
                }
            }
        }
    }

}

/*-------------------------------------------
   TODO  Find Service City   End
-------------------------------------------*/

/*-------------------------------------------
   TODO  Social sidebar   Start
-------------------------------------------*/
.social {
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 1000;

    & .social-link {
        padding: 10px;
        border-bottom: 1px solid #d5d5d5;
        background-color: #ffffff;

        & img {
            width: 24px;
            transition: .3s;

            &:hover {
                transform: scale(1.2);
            }
        }
    }

    @media (max-width: 768px) {
        display: none;
    }
}

/*-------------------------------------------
   TODO  Social sidebar   End
-------------------------------------------*/

/* testimonial  */

.testimonial-section {
    position: relative;
    background: linear-gradient(90deg, #5EBCEB 13%, #006092 86%);
    color: white;
    padding: 60px 20px 100px;
    clip-path: polygon(0 60px, 50% 0, 600% 100%, 0% 100%);
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
}

.testimonial-section h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #fff;
}

.testimonial-section p.description {
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
}

.testimonial-section .slider-wrapper {
    position: relative;
    max-width: 1096px;
    margin: 0 auto;
}

.testimonial-section .slider-container {
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.testimonial-section .testimonial-cards {
    display: flex;
    gap: 20px;
    will-change: transform;
}

.testimonial-section .card {
    background: #fff;
    color: #333;
    border-radius: 12px;
    width: 350px;
    /* ✅ fixed width */
    display: flex;
    flex-direction: row;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    padding: 9px;
    gap: 15px;
}

.testimonial-section .card img {
    width: 120px;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

.testimonial-section .card-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.testimonial-section .stars {
    color: #f5a623;
    font-size: 11px;
}

.testimonial-section .author {
    font-weight: 600;
    font-size: 0.95rem;
    margin-top: auto;
}

.testimonial-section .role {
    font-size: 0.8rem;
    color: #666;
}

.testimonial-section .testimonial-text {
    font-size: 15px;
    line-height: 1.4;
    color: #000000;
    padding: 10px 0;
}

.testimonial-section .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #1678b3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    z-index: 5;
}

.testimonial-section .arrow:hover {
    background: #fff;
}

.testimonial-section .arrow.left {
    left: -60px;
}

.testimonial-section .arrow.right {
    right: -60px;
}

.testimonial-section .google-rating {
    text-align: center;
    margin-top: 40px;
    background: #fff;
    color: #333;
    display: inline-flex;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-section .google-rating img {
    width: 150px;
    margin: 0 auto 5px;
}

@media (max-width: 768px) {
    .testimonial-section .card {
        width: 334px;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .testimonial-section .card img {
        margin-bottom: 10px;
    }

    .testimonial-section .arrow.left {
        left: -9px;
    }

    .testimonial-section .arrow.right {
        right: -9px;
    }

    .testimonial-section .ratings-row {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .testimonial-section .rating-card {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .testimonial-section .slider-container {
        overflow: hidden;
    }

    .testimonial-section h2 {
        font-size: 27px;
    }

    .testimonial-section .google-rating {
        padding: 15px 13px;
    }

    .testimonial-section {
        padding: 60px 20px 37px;
    }
}


/* our refer section css starts  */

.refer {
    text-align: center;
}

.refer-section {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 5%;
    align-items: center;
    gap: 30px;
}




.image {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.image img {
    width: 100%;
}



/* RIGHT SIDE */
.right {
    flex: 1 1 45%;
    text-align: left;
}

.right h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.right h2 {
    color: #2E8BC0 !important;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.right p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.right ul {
    list-style: none;
    margin-bottom: 25px;
}

.right ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    /* space for logo */
    background: url(../images/our-refer/dot.png) no-repeat left center;
    /* logo on left */
    background-size: 28px 28px;
    /* size of logo */
    list-style: none;
    /* remove default bullets */
}


.join {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.form-container {
    display: flex;
    max-width: 400px;
}

.form-container input[type="email"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 5px 0 0 5px;
}

.form-container button {
    background: #2E8BC0;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 900px) {
    .refer-section {
        flex-direction: column;
        text-align: center;
    }

    .blue-shape {
        display: none;
    }
}

.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.custom-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #007bff;
    /* Bootstrap blue */
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

/* blog style  */
/* Blog Section Scoped Styles */
.blog-section-card {
    border: none;
    border-radius: .75rem;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    transition: transform .3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.blog-section-card:hover {
    transform: translateY(-4px);
}

.blog-section-card img {
    width: 100%;
    height: 180px;
}

.blog-section-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 14px;
}

.blog-section-badge {
    background: #e7f4ff;
    color: #2196f3;
    font-size: .8rem;
    padding: .35rem .75rem;
    border-radius: 10px 0px;
    font-weight: 500;
    width: 177px;
    text-align: center;
}

.blog-section-title {
    font-weight: 700;
    /* bold */
}

.blog-section-readmore {
    background: #2196f3;
    color: #fff;
    border: none;
    border-radius: 1.5rem;
    padding: .4rem 1rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    width: 120px;
    margin: auto auto 0 auto;
    text-align: center;
    margin-top: auto;
}

.blog-section-readmore:hover {
    background: #1976d2;
    color: #fff !important;
}

.blog-section-viewall {
    background: #2196f3;
    color: #fff;
    border: none;
    border-radius: .5rem;
    padding: .6rem 2rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}

.blog-section-viewall:hover {
    background: #1976d2;
    color: #fff;
}

@media (max-width: 991px) {
    .blog-section h2 {
        font-size: 26px !important;
    }
}

/* nriway vs others section css  */
.comparison-section {
    background-color: white;
    border-radius: 0.5rem;
    padding: 1.5rem 1.25rem;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
}

.comparison-section h2 {
    color: var(--black);
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2rem;
    text-align: center;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.comparison-table th,
.comparison-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
    border: 1px solid #e5e7eb;
}

.comparison-table th {
    background-color: #358EC6;
    font-weight: 600;
    color: #f3f3f3;
    height: 100px;
    text-align: center;
}

/* Alternating row colors */
.comparison-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
    /* White for odd rows */
}

.comparison-table tbody tr:nth-child(even) {
    background-color: #eaecef;
    /* Light gray for even rows */
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.nb-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #3b82f6;
}

.nb-logo img {
    width: 20px;
    height: 20px;
}

.tick-icon,
.cross-icon {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) {
    .comparison-table {
        display: block;
        overflow-x: auto;
    }

    .comparison-section {
        padding: 1rem;
    }

    .comparison-section h2 {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {

    .comparison-table th,
    .comparison-table td {
        padding: 0.75rem 0.5rem;
        font-size: 0.875rem;
    }
}

.section-padding {
    padding-top: 30px
}

/* about section home page style  */

.about-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.about-text h2 {
    font-size: 28px;
    margin-bottom: 12px;
}

.about-text p {
    color: #333;
    line-height: 1.6;
    margin-bottom: 18px;
    font-size: 16px;
}

.about-text .btn {
    background: #2196f3;
    color: #fff;
    padding: 10px 18px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
}

.about-text .btn:hover {
    background: #1976d2;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

/* Play button overlay */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #2196f3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(33, 150, 243, 0.25);
}

.play-button::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    display: block;
}

.play-button:hover {
    background: #1976d2;
}

@media (max-width: 768px) {
    .about-text h2 {
        font-size: 22px;
    }
}

/* discover cities  */

.discover_cities {

    & .swiper-button-prev,
    .swiper-button-next {
        background-color: white;
        height: 50px;
        width: 50px;
        border-radius: 50px;
        /* z-index: 1000; */
        box-shadow: 10px 40px 80px 0px rgba(45, 51, 81, 0.10) !important;

        &:after {
            font-size: 25px !important;
        }

        @media (max-width: 1024px) {
            position: unset !important;

            &:after {
                font-size: 15px !important;
            }
        }

        @media (max-width: 1024px) {
            width: 35px;
            height: 35px;
        }
    }

    & .swiper-button-next {
        right: -60px;
        top: 42%;
    }

    & .swiper-button-prev {
        left: -60px;
        top: 42%;
    }
}

@media (max-width: 1024px) {
    .mobile_slider_btn {
        margin-top: 36px;
        display: flex;
        justify-content: center;

        & .swiper-button-prev {
            margin-right: 10px;
        }
    }
}

.refer {
    & h2 {
        color: var(--black);
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
    }
}

/* === PROPERTY SELL SECTION === */
.property-sell-section .property-thumbnail {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    cursor: pointer;
    background: #000;
    border-radius: .5rem;
    height: 400px;
}

.property-sell-section .property-thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

/* === PLAY BUTTON === */
.property-sell-section .property-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
    text-decoration: none;
}

.property-sell-section .property-thumbnail:hover .property-play-btn {
    background: rgba(0, 123, 255, 1);
}

.property-sell-section .property-play-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
}

/* === SOUND BUTTON === */
.property-sell-section .property-sound-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: #2196f3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: background .3s ease;
}

.property-sell-section .property-sound-btn:hover {
    background: #1976d2;
}

.property-sell-section .property-sound-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .property-sell-section .property-thumbnail {
        height: auto;
    }

    .property-sell-section .property-play-btn {
        width: 65px;
        height: 65px;
    }

    .property-sell-section .property-play-icon {
        width: 35px;
        height: 35px;
    }

    .property-sell-section .property-sound-btn {
        width: 40px;
        height: 40px;
    }

    .property-sell-section .property-sound-icon {
        width: 18px;
        height: 18px;
    }
}

/* === PULSE ANIMATION === */
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.15);
        opacity: 0.75;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

/* blogs  */
.blog-section-card {
    border: none;
    border-radius: .75rem;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    transition: transform .3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.blog-section-card:hover {
    transform: translateY(-4px);
}

.blog-section-card img {
    width: 100%;
    height: 180px;
}

.blog-section-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 14px;
}

.blog-section-badge {
    background: #e7f4ff;
    color: #2196f3;
    font-size: .8rem;
    padding: .35rem .75rem;
    border-radius: 10px 0px;
    font-weight: 500;
    width: 200px;
}

.blog-section-title {
    font-weight: 700;
    /* bold */
}

.blog-section-readmore {
    background: #2196f3;
    color: #fff;
    border: none;
    border-radius: 1.5rem;
    padding: .4rem 1rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    width: 120px;
    margin: auto auto 0 auto;
    text-align: center;
    margin-top: auto;
}

.blog-section-readmore:hover {
    background: #1976d2;
    color: #fff !important;
}

.blog-section-viewall {
    background: #2196f3;
    color: #fff;
    border: none;
    border-radius: .5rem;
    padding: .6rem 2rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}

.blog-section-viewall:hover {
    background: #1976d2;
    color: #fff;
}

.blog-section {
    & h2 {
        color: var(--black);
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-align: center;
        margin-bottom: 2rem;
    }
}

/* find the city in you city  */

/* Wrapper */
.city-services-section {
    border-radius: 8px;
    padding: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(231, 244, 250, 1) 35%);
    max-width: 1000px;
    margin: 40px auto;
    border-top: 4px solid #358ec6;
    border-bottom: 4px solid #358ec6;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Title */
.city-services-title {
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
}

/* Divider */
.city-services-divider {
    width: 150px;
    height: 3px;
    background: #0d6efd;
    margin: 0 auto 30px;
}

/* Buttons */
.city-service-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 10px;
    border: 2px solid #0d6efd;
    color: #000;
    transition: 0.3s;
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.city-service-btn:hover {
    background: #d1e3ff;
    color: #000;
    border: 2px solid #0d6efd;
}

/* Subheadings */
.city-services-subtitle {
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}

/* property in pune  */
.pune-property-section h2 {
    color: var(--black);
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-align: left;
    margin-bottom: 2rem;
}

.pune-property-text {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    color: #000000;
    max-width: 900px;
    margin: 0 0 1.5rem 0;
}

.pune-property-actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.pune-property-content {
    padding: 35px;
}

/* benefits  */

.benefits {
    box-shadow: 0 1px 20px rgba(0, 123, 255, 0.2);
    padding: 20px 20px 40px 20px;
    border-radius: 10px;
}

.benefits-section {
    padding: 60px 0;
    background: #fff;
}

.benefit-card {
    border-radius: 16px;
    padding: 30px 65px 20px 65px;
    text-align: center;
    background: #fff;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    /* center the card */
}

.benefit-card:hover {
    box-shadow: 0 30px 50px rgba(0, 123, 255, 0.1);
    transform: translateY(-5px);
}

.benefit-icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.benefit-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.benefit-text {
    color: #000;
    font-size: 1rem;
}


.benefit-section {
    & h2 {
        color: var(--black) !important;
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-align: center;
        margin-bottom: 2rem;
    }
}


/* css for property  */
/* ✅ Mobile view: reduce padding */
@media (max-width: 767px) {
    .job-request-section {
        padding: 30px 0px !important;
    }
}

.job-request-section {
    padding: 131px 0;
}

.job-request-title {
    color: #007dc5;
    font-weight: 600;
    margin-bottom: 40px;
}

.accordion-button {
    background: #fff;
    border-radius: 10px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    color: #007dc5;
}

.accordion-button:not(.collapsed) {
    background-color: #e3f4ff;
    /* box-shadow: 0 4px 10px rgba(0, 125, 197, 0.3); */
}

.accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 20px;
}

.help-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.help-box h5 {
    color: #007dc5;
    font-weight: 600;
    margin-bottom: 10px;
}

.help-box p,
.help-box a {
    margin: 0;
}

.help-icon {
    color: #007dc5;
    width: 25px;
}

.chat-btn {
    background-color: #007dc5;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 18px;
    margin-top: 15px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.chat-btn:hover {
    background-color: #005b91;
}

.process-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 51px;
    border-radius: 10px;
    padding: 16px 15px;
}

.process-step {
    text-align: center;
    position: relative;
}

.process-step::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #007dc5;
    font-size: 18px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.process-step:last-child::after {
    content: none;
}

@media (max-width: 767px) {
    .process-flow {
        gap: 15px;
    }

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

.form-label {
    font-weight: 500;
    color: #333;
}

.btn-option {
    border: 1px solid #d3e6f5;
    background: #fff;
    color: #007dc5;
    border-radius: 12px;
    padding: 10px 20px;
    font-weight: 500;
    transition: all 0.25s ease;
    box-shadow: 0 1px 2px rgba(0, 125, 197, 0.1);
}

.btn-option.active,
.btn-option:hover {
    background: #009fe3;
    color: #fff;
    border-color: #009fe3;
    box-shadow: 0 3px 6px rgba(0, 159, 227, 0.25);
}

.option-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* 
    .option-group .form-check-input {
        display: none;
    }

    .option-group .form-radio-label {
        border: 1px solid #009fe3;
        border-radius: 6px;
        padding: 8px 16px;
        cursor: pointer;
        background-color: #fff;
        color: #000;
        transition: all 0.2s ease;
        font-size: 14px;
        text-align: center;
    }

    .option-group .form-radio-label:hover {
        background-color: #e6f0ff;
    }

    .option-group .form-check-input:checked + .form-radio-label {
        background-color: #009fe3;
        color: #fff;
        border-color: #009fe3;
    } */

.required::after {
    content: "*";
    color: red;
    margin-left: 4px;
}

select.form-select,
input.form-control {
    border-radius: 10px;
    border: 1px solid #cde3f5;
    padding: 10px 15px;
}

.btn-submit {
    background: #009fe3;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: #007dc5;
}

/* Accordion Card Opening Effect */
.accordion-item {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

/* .accordion-card-open {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
} */

.accordion-card-open .accordion-button {
    border-radius: 15px 15px 0 0 !important;
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    /* border-bottom: 2px solid #d1e9f9; */
}

.accordion-body.card-appear {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
    border-radius: 0 0 12px 12px;
}

.accordion-collapse {
    transition: all 0.3s ease;
}

.card-appear {
    animation: cardSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes cardSlideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.accordion-card-open .accordion-body {
    background: #fff;
    border-radius: 0 0 15px 15px;
    padding: 30px;
}

.form-blue-container {
    background: #c5e6f6b5;
    border-radius: 12px;
    padding: 25px;
    margin: 0;
}

.form-blue-container form {
    background: transparent;
    margin: 0;
}

.accordion-button i {
    background: #009fe3;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 18px;
    box-shadow: 0 4px 8px rgba(0, 159, 227, 0.25);
}

.accordion-button {
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    transition: all 0.3s ease;
}

/* .accordion-button:not(.collapsed) {
    color: #007dc5;
    background-color: #f0f9ff;
} */

.accordion-card-open .accordion-collapse {
    border-radius: 0 0 15px 15px;
    overflow: visible;
}

.accordion-item:hover .accordion-button.collapsed {
    background: #f8fcff;
    transform: translateX(2px);
}

.process-step i {
    background-color: #009fe3;
    color: #fff;
    border-radius: 50%;
    padding: 15px;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(0, 159, 227, 0.3);
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.form-blue-container .form-label {
    color: #333;
    font-weight: 500;
    margin-bottom: 8px;
}

.form-blue-container .form-select,
.form-blue-container .form-control {
    background: #fff;
    border: 1px solid #cde3f5;
}

.form-blue-container .btn-option {
    background: rgb(207, 215, 218);
    color: #737171;
    border: 1px solid #a79d9d;
    border-radius: 11px;
    padding: 5px 36px;
    font-weight: 500;
    transition: all 0.25s ease;
}

/* Hover should look same as active for better UX */
.form-blue-container .btn-option:hover,
.form-blue-container .btn-option.active {
    background: rgb(202, 228, 240);
    /* active */
    color: black;
    border: 1px solid #90c2e0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.form-blue-container .btn-submit {
    margin-top: 20px;
}

.form-blue-container .mb-3 {
    margin-bottom: 1.25rem !important;
}

/* cart summary in property page css  */
/* Cart Summary V2 - E-commerce Style */
.cart-summary-v2 {
    width: 100%;
}

.cart-summary-v2__container {
    width: 100%;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    border: 1px solid #e5e7eb;
}

.cart-summary-v2__header {
    background: white;
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
}

.cart-summary-v2__title {
    color: #1f2937;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0;
}

.cart-summary-v2__content {
    background-color: white;
    padding: 7px;
    border: 1px solid #d4caca;
}

.cart-summary-v2__breakdown {
    background-color: white;
    padding: 0;
    border-radius: 0;
    margin-bottom: 13px;
}

.cart-summary-v2__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    font-size: 15px;
}

.cart-summary-v2__row:last-child {
    margin-bottom: 0;
    padding-top: 7px;
    /* border-top: 2px solid #e5e7eb; */
}

.cart-summary-v2__label {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}

.cart-summary-v2__label-light {
    color: #565b64;
    font-weight: 400;
}

.cart-summary-v2__label--bold {
    font-weight: 600;
    font-size: 16px;
    color: #1f2937;
}

.cart-summary-v2__value {
    color: #1f2937;
    font-weight: 500;
}

.for-spacing {
    padding: 13px !important;
}

.cart-summary-v2__value--bold {
    font-weight: 700;
    font-size: 18px;
    color: #1f2937;
}

.cart-summary-v2__divider {
    height: 1px;
    background-color: #656c79;
    margin: 5px 0;
}

.cart-summary-v2__divider--dotted {
    height: 2px;
    background-image: radial-gradient(circle, #040404 1px, transparent 2px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    border: none;
    margin: 5px 0;
}

.cart-summary-v2__row--total {
    margin-top: 0;
}

.cart-summary-v2__due-box {
    background: #e0a51a30;
    border: 1px solid #e68128;
    border-radius: 8px;
    padding: 5px 3px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.cart-summary-v2__due-row {
    display: flex;
    justify-content: space-between;
    /* 🔹 Keep title and amount side by side */
    align-items: center;
}


.cart-summary-v2__due-title {
    color: #0284c7;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
}

.cart-summary-v2__due-amount {
    color: #0284c7;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
    margin-left: auto;
    padding-left: 15px;
}

.cart-summary-v2__due-subtitle {
    color: #2b2c2d;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    background: #f9fafb;
    border: 1px solid #9a9ea7;
    border-radius: 6px;
    padding: 5px 9px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.cart-summary-v2__savings {
    background: #f0fdf4;
    color: #16a34a;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 16px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #62a87b;
}

.cart-summary-v2__btn-pay {
    width: 100%;
    background: #f7d118;
    color: #1f2937;
    border: none;
    border-radius: 8px;
    padding: 11px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 9px;
    text-transform: none;
    letter-spacing: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.cart-summary-v2__btn-pay:hover {
    background: #ca8a04;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cart-summary-v2__security {
    text-align: center;
}

.cart-summary-v2__security-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #f9fafb;
    border-radius: 6px;
}

.cart-summary-v2__security-icon {
    width: 40px;
    height: 40px;
    color: #059669;
    flex-shrink: 0;
}

.cart-summary-v2__security-text {
    text-align: left;
}

.cart-summary-v2__security-main {
    color: #1f2937;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
}

.cart-summary-v2__security-sub {
    color: #6b7280;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 2px;
}

.cart-summary-v2__separator {
    height: 1.3px;
    background-color: #929db2;
    margin: 8px 0;
}

.cart-summary-v2__payment {
    text-align: center;
    margin-bottom: 20px;
}

.cart-summary-v2__payment-title {
    color: #111112;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cart-summary-v2__payment-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.cart-summary-v2__payment-logo {
    height: 29px;
    width: auto;
    max-width: 57px;
    transition: opacity 0.2s;
}

.cart-summary-v2__payment-logo:hover {
    opacity: 1;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .cart-summary-v2__container {
        border-radius: 8px;
    }
}

@media (max-width: 768px) {
    .cart-summary-v2__container {
        border-radius: 6px;
    }

    .cart-summary-v2__header {
        padding: 16px 20px;
    }

    .cart-summary-v2__title {
        font-size: 18px;
    }

    .cart-summary-v2__content {
        padding: 20px;
    }

    .cart-summary-v2__row {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .cart-summary-v2__label--bold {
        font-size: 15px;
    }

    .cart-summary-v2__value--bold {
        font-size: 16px;
    }

    .cart-summary-v2__due-box {
        padding: 12px 16px;
        gap: 10px;
    }

    .cart-summary-v2__due-title {
        font-size: 14px;
    }

    .cart-summary-v2__due-amount {
        font-size: 22px;
    }

    .cart-summary-v2__due-subtitle {
        font-size: 11px;
    }

    .cart-summary-v2__savings {
        font-size: 13px;
        padding: 10px 14px;
    }

    .cart-summary-v2__btn-pay {
        padding: 14px;
        font-size: 15px;
    }

    .cart-summary-v2__security-badge {
        padding: 10px 14px;
        gap: 8px;
    }

    .cart-summary-v2__security-icon {
        width: 36px;
        height: 36px;
    }

    .cart-summary-v2__security-main {
        font-size: 12px;
    }

    .cart-summary-v2__security-sub {
        font-size: 10px;
    }

    .cart-summary-v2__payment-title {
        font-size: 12px;
    }

    .cart-summary-v2__payment-icons {
        gap: 10px;
    }

    .cart-summary-v2__payment-logo {
        height: 24px;
    }

    .cart-summary-v2__clients {
        font-size: 11px;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .cart-summary-v2__header {
        padding: 14px 16px;
    }

    .cart-summary-v2__title {
        font-size: 16px;
    }

    .cart-summary-v2__content {
        padding: 8px;
    }

    .cart-summary-v2__row {
        font-size: 13px;
        margin-bottom: 12px;
        flex-wrap: wrap;
    }

    .cart-summary-v2__label {
        flex: 1;
        min-width: 60%;
    }

    .cart-summary-v2__value {
        text-align: right;
    }

    .cart-summary-v2__label--bold {
        font-size: 14px;
    }

    .cart-summary-v2__value--bold {
        font-size: 15px;
    }

    .cart-summary-v2__due-box {
        padding: 10px 14px;
        gap: 8px;
        flex-direction: column;
    }

    .cart-summary-v2__due-title {
        font-size: 18px;
    }

    .cart-summary-v2__due-amount {
        font-size: 20px;
        margin-left: 0;
    }

    .cart-summary-v2__due-subtitle {
        font-size: 16px;
    }

    .cart-summary-v2__savings {
        font-size: 14px;
        padding: 10px 12px;
    }

    .cart-summary-v2__btn-pay {
        padding: 14px;
        font-size: 14px;
        font-weight: 600;
    }

    .cart-summary-v2__security-badge {
        padding: 10px 12px;
        gap: 8px;
        flex-direction: column;
        text-align: center;
    }

    .cart-summary-v2__security-icon {
        width: 32px;
        height: 32px;
    }

    .cart-summary-v2__security-text {
        text-align: center;
    }

    .cart-summary-v2__security-main {
        font-size: 11px;
    }

    .cart-summary-v2__security-sub {
        font-size: 9px;
    }

    .cart-summary-v2__separator {
        margin: 16px 0;
    }

    .cart-summary-v2__payment-title {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .cart-summary-v2__payment-icons {
        gap: 8px;
    }

    .cart-summary-v2__payment-logo {
        height: 20px;
        max-width: 40px;
    }

    .cart-summary-v2__clients {
        font-size: 10px;
        padding: 10px;
    }
}

@media (max-width: 360px) {
    .cart-summary-v2__content {
        padding: 5px;
    }

    .cart-summary-v2__row {
        font-size: 12px;
    }

    .cart-summary-v2__due-box {
        padding: 3px 5px;
        gap: 6px;
    }

    .cart-summary-v2__due-title {
        font-size: 12px;
    }

    .cart-summary-v2__due-amount {
        font-size: 18px;
    }

    .cart-summary-v2__due-subtitle {
        font-size: 15px;
    }

    .cart-summary-v2__btn-pay {
        padding: 12px;
        font-size: 13px;
    }

    .cart-summary-v2__payment-logo {
        height: 18px;
        max-width: 35px;
    }
}

/* My Cart Page Styles */
.mycart-page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    background-color: #f0f4f8;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Top Bar */
.mycart-top-bar {
    background: linear-gradient(135deg, #00a8cc 0%, #0097b8 100%);
    padding: 15px 20px;
    margin-bottom: 30px;
}

.mycart-top-bar__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.mycart-top-bar__left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mycart-sort-label {
    color: white;
    font-weight: 600;
    margin: 0;
}

.mycart-sort-select {
    background-color: white;
    border: none;
    border-radius: 4px;
    padding: 8px 35px 8px 12px;
    color: #2c3e50;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    min-width: 180px;
}

.mycart-top-bar__right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mycart-search-input {
    background-color: white;
    border: none;
    border-radius: 4px;
    padding: 8px 15px;
    color: #2c3e50;
    min-width: 200px;
}

.mycart-search-input::placeholder {
    color: #95a5a6;
}

.mycart-search-btn {
    background-color: white;
    color: #00a8cc;
    border: none;
    border-radius: 4px;
    padding: 8px 20px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.mycart-search-btn:hover {
    background-color: #f8f9fa;
    transform: translateY(-1px);
}

/* Breadcrumb */
.mycart-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.mycart-breadcrumb__link {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.mycart-breadcrumb__link:hover {
    color: #00a8cc;
}

.mycart-breadcrumb__separator {
    color: #7f8c8d;
    margin: 0 4px;
}

.mycart-breadcrumb__current {
    color: #7f8c8d;
    font-weight: 500;
}

/* Page Title */
.mycart-page-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 2px 0;
    padding: 30px 20px;
}

/* Order Card */
.mycart-order-card {
    background-color: white;
    border: 1px solid #dfe4ea;
    border-radius: 10px;
    margin: 0 20px 30px 20px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Order Header */
.mycart-order-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 25px;
    border-bottom: 1px solid #dfe4ea;
    flex-wrap: wrap;
    gap: 15px;
}

.mycart-order-header__left,
.mycart-order-header__right {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mycart-order-id {
    color: #00a8cc;
    font-weight: 700;
    font-size: 16px;
}

.mycart-order-date {
    color: #2c3e50;
    font-size: 13px;
    font-weight: 400;
}

.mycart-order-status-label {
    color: #2c3e50;
    font-weight: 600;
    font-size: 14px;
}

.mycart-order-update {
    color: #2c3e50;
    font-size: 13px;
    font-weight: 400;
}

/* Order Item */
.mycart-order-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    flex-wrap: wrap;
}

.mycart-order-item__image {
    flex-shrink: 0;
}

.mycart-order-item__img {
    width: 130px;
    height: 95px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #dfe4ea;
}

.mycart-order-item__details {
    flex: 1;
    min-width: 200px;
}

.mycart-order-item__title {
    color: #2c3e50;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.mycart-order-item__subtitle {
    color: #7f8c8d;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.mycart-order-item__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.mycart-btn-service,
.mycart-btn-view {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.mycart-btn-service {
    background: linear-gradient(135deg, #00a8cc 0%, #0097b8 100%);
    color: white;
}

.mycart-btn-service:hover {
    background: linear-gradient(135deg, #0097b8 0%, #008299 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 168, 204, 0.3);
}

.mycart-btn-view {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
}

.mycart-btn-view:hover {
    background: linear-gradient(135deg, #2980b9 0%, #21618c 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .mycart-top-bar__content {
        flex-direction: column;
        align-items: stretch;
    }

    .mycart-top-bar__left,
    .mycart-top-bar__right {
        width: 100%;
    }

    .mycart-sort-select,
    .mycart-search-input {
        width: 100%;
    }

    .mycart-order-header {
        flex-direction: column;
    }

    .mycart-order-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .mycart-order-item__actions {
        width: 100%;
    }

    .mycart-btn-service,
    .mycart-btn-view {
        flex: 1;
    }
}

@media (max-width: 480px) {
    .mycart-order-item__actions {
        flex-direction: column;
    }

    .mycart-btn-service,
    .mycart-btn-view {
        width: 100%;
    }
}

/* discound pop up css  */

/* Modal Background */
.discount-modal {
    display: none;
    position: fixed;
    z-index: 999;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

/* Modal Box with Blue Gradient Background */
.discount-modal-content {
    border-radius: 20px;
    text-align: center;
    padding: 60px 40px 50px;
    color: #fff;
    width: 90%;
    max-width: 680px;
    min-height: 450px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Blue gradient background matching the image */
    background: linear-gradient(180deg, #0099ff 0%, #0066ff 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Remove the dark overlay since we want bright blue */
.discount-modal-content::before {
    display: none;
}

/* Ensure content is visible */
.discount-modal-content>* {
    position: relative;
    z-index: 1;
}

/* Title - Large and Bold */
.discount-modal-content h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    letter-spacing: -0.5px;
}

/* Description */
.discount-modal-content p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 35px;
    color: white;
    font-weight: 400;
    opacity: 0.98;
}

/* Discount Box - Rounded White Container */
.discount-price-box {
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    border-radius: 60px;
    padding: 25px 80px;
    display: inline-block;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    position: relative;
}

.discount-label {
    display: block;
    font-size: 15px;
    color: #00cc66;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
    background: #e6f9f0;
    padding: 6px 20px;
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.discount-amount {
    font-size: 52px;
    font-weight: 900;
    margin: 0;
    color: #0099ff;
    letter-spacing: -1px;
}

/* Claim Button - Green Gradient */
.claim-btn {
    background: linear-gradient(90deg, #00cc66, #00b359);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 18px 50px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 204, 102, 0.4);
    text-transform: capitalize;
}

.claim-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 204, 102, 0.5);
    background: linear-gradient(90deg, #00b359, #00cc66);
}

.claim-btn:active {
    transform: translateY(-1px);
}

/* Close Button */
.close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.25);
    border: none;
    color: white;
    font-size: 28px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    line-height: 1;
}

.close-modal:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(90deg);
}

.modal-header {
    margin-bottom: 15px;
}

.modal-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 640px) {
    .discount-modal-content {
        padding: 50px 30px 40px;
        min-height: 420px;
        max-width: 95%;
    }

    .discount-modal-content h2 {
        font-size: 36px;
    }

    .discount-modal-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .discount-price-box {
        padding: 25px 60px;
    }

    .discount-amount {
        font-size: 42px;
    }

    .claim-btn {
        padding: 16px 40px;
        font-size: 16px;
    }
}

@media (max-width: 480px.) {
    .discount-modal-content {
        padding: 40px 25px 35px;
        min-height: 400px;
    }

    .discount-modal-content h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .discount-modal-content p {
        font-size: 15px;
    }

    .discount-price-box {
        padding: 22px 50px;
    }

    .discount-label {
        font-size: 13px;
        padding: 5px 16px;
        top: -13px;
        /* 👈 Add this line */
        width: 145px;
    }

    .discount-amount {
        font-size: 36px;
    }

    .claim-btn {
        padding: 14px 35px;
        font-size: 15px;
    }

    .close-modal {
        width: 35px;
        height: 35px;
        font-size: 24px;
        top: 15px;
        right: 15px;
    }
}

/* Ensure navbar stays sticky */
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    /* keep above all sections */
    transition: all 0.3s ease;
}

/* Optional shadow effect when scrolled */
.sticky-header.scrolled {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.form-overlay-spinner {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 10;
    border-radius: 8px;
    font-size: 14px;
}

/* for dropdown styles  */

/* Common styling for all Select2 boxes */
.select2-container .select2-selection--single {
    background-color: #f9f9fb !important;
    border: 1px solid #4291f1 !important;
    /* light blue border */
    border-radius: 8px !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out !important;
}

/* Text inside the select */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555 !important;
    font-size: 15px !important;
    font-family: 'Segoe UI', sans-serif !important;
    padding-left: 12px !important;
}

/* Dropdown arrow styling */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important;
    border-width: 6px 5px 0 5px !important;
    margin-top: 4px !important;
}

/* Hover & Focus effects */
.select2-container--default .select2-selection--single:hover {
    border-color: #7fb3ff !important;
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #5a9eff !important;
    box-shadow: 0 0 0 3px rgba(90, 158, 255, 0.25) !important;
    outline: none !important;
}

/* Dropdown list styling */
.select2-container--default .select2-results__option {
    padding: 8px 12px !important;
    font-size: 14px !important;
}

.select2-container--default .select2-results__option--highlighted {
    background-color: #e6f0ff !important;
    color: #000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 27% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #847a7a !important;
    font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #847a7a;
    font-weight: 500;
}

/* === Base Select2 Input === */
.select2-container .select2-selection--single {
    background-color: #f9f9fb !important;
    border: 1px solid #b3d4fc !important;
    /* Light blue border */
    border-radius: 8px !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    transition: all 0.2s ease-in-out !important;
}

/* Text inside the input (selected value or placeholder) */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    font-size: 15px !important;
    font-family: 'Segoe UI', sans-serif !important;
    padding-left: 12px !important;
}

/* Dropdown arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent !important;
    border-width: 6px 5px 0 5px !important;
    margin-top: 4px !important;
}

/* Hover and focus states */
.select2-container--default .select2-selection--single:hover {
    border-color: #7fb3ff !important;
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #5a9eff !important;
    box-shadow: 0 0 0 3px rgba(90, 158, 255, 0.25) !important;
}

/* === Dropdown (open list) === */
.select2-container--open .select2-dropdown {
    border: 1px solid #b3d4fc !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08) !important;
    background-color: #fff !important;
    overflow: hidden !important;
}

/* Options inside dropdown */
.select2-container--default .select2-results__option {
    padding: 10px 14px !important;
    font-size: 14px !important;
    color: #333 !important;
    background-color: #fff !important;
    transition: background-color 0.2s ease-in-out !important;
}

/* Hovered/Highlighted option */
.select2-container--default .select2-results__option--highlighted {
    background-color: #e8f2ff !important;
    color: #000 !important;
}

/* Selected option (after click) */
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #d9ebff !important;
    color: #000 !important;
    font-weight: 500 !important;
}

/* Placeholder (before selection) */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #888 !important;
}

/* Dropdown scrollbar styling */
.select2-results__options::-webkit-scrollbar {
    width: 6px !important;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #c2dafc !important;
    border-radius: 4px !important;
}

.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

/* Sticky header links */
#mainNav.sticky a {
    color: #000000 !important;
    /* all links in sticky header */
}

#mainNav.sticky a:hover {
    color: #000 !important;
}

/* Sticky header dropdown links */
#mainNav.sticky .dropdown-content a {
    color: #000000 !important;
    /* default color inside dropdown */
}

/* Hover for sticky header dropdown links */
#mainNav.sticky .dropdown-content a:hover {
    color: #ffffff !important;
}

@media (max-width: 767px) {
    .mycart-section {
        padding-top: 20px !important;
    }

    .mycart-top-bar__content {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .mycart-top-bar__left,
    .mycart-top-bar__right {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .mycart-search-input {
        width: 100%;
        margin-bottom: 10px;
    }

    .mycart-search-btn {
        width: 100%;
    }
}

.myorder-topbar-section {
    position: sticky;
    top: 0;
    z-index: 1030;
    /* higher than most headers */
    background: #fff;
}

.myorder-topbar-section .fa-whatsapp {
    font-size: 25px !important;
}

/* Responsive adjustments */
.myorder-topbar-section .container-fluid {
    flex-wrap: wrap;
}

.myorder-topbar-section .site_logo {
    height: 31px;
}

@media (max-width: 992px) {
    .myorder-topbar-section .container-fluid {
        justify-content: center !important;
        text-align: center;
        gap: 10px;
    }

    .myorder-topbar-section .d-flex.flex-wrap {
        justify-content: center;
    }

    .myorder-topbar-section .btn {
        padding: 6px 14px;
        font-size: 14px;
    }

    .myorder-topbar-section .border-start {
        border: none !important;
        padding-left: 0 !important;
    }
}

.login_btn:hover {
    color: white !important;
    box-shadow: none !important;
    transform: none !important;
    cursor: pointer !important;
    background-color: #07aaff !important;
}

.login-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* pushes h2 left, button right */
}


.navbar.transparent-header .icon-white path {
    fill: #fff !important;
}

.dropdown-item {
    color: #000000;
}

.navbar.sticky .icon-black path {
    fill: #000 !important;
}

#mySidenav .icon {
    display: none !important;
}

.ceo-welcome-wrapper {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}

.ceo-welcome-section {
    position: relative;
    background-color: #f5f5f5;
    padding: 60px 20px;
    overflow: hidden;
    min-height: 400px;
}

.ceo-welcome-bg-shape-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 380px;
    background: linear-gradient(135deg, #0099ff 0%, #0077cc 100%);
    border-radius: 0 0 200px 0;
    z-index: 1;
}

.ceo-welcome-bg-shape-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #00ccff 0%, #0099ff 100%);
    border-radius: 200px 0 0 0;
    z-index: 1;
}

.ceo-welcome-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
    z-index: 2;
    flex-wrap: wrap;
}

.ceo-welcome-image-wrapper {
    flex: 0 0 auto;
    position: relative;
}

.ceo-welcome-image-card {
    background: white;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
}

.ceo-welcome-image {
    width: 280px;
    height: 320px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.ceo-welcome-content {
    flex: 1;
    min-width: 300px;
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 3;
}

.ceo-welcome-title {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    line-height: 1.2;
}


.ceo-welcome-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
}

.ceo-welcome-text {
    line-height: 1.8;
    color: #000000;
    margin: 0 0 30px 0;
    text-align: justify;
}

.ceo-welcome-signature {
    margin-top: 20px;
}

.ceo-welcome-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #171616;
    margin: 0 0 5px 0;
    line-height: 0.5;
}

.ceo-welcome-position {
    font-size: 13px;
    color: #6d6a6a;
    margin: 0;
    font-weight: 600;
}

/* Spacing between multiple sections */
.ceo-welcome-section+.ceo-welcome-section {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .ceo-welcome-container {
        flex-direction: column;
        gap: 30px;
    }

    .ceo-welcome-image-wrapper {
        margin: 0 auto;
    }

    .ceo-welcome-content {
        padding: 30px 25px;
    }

    .ceo-welcome-title,
    .ceo-welcome-subtitle {
        font-size: 1.8rem;
    }

    .ceo-welcome-bg-shape-left {
        width: 200px;
        height: 280px;
    }

    .ceo-welcome-bg-shape-right {
        width: 150px;
        height: 150px;
    }
}


.vision-mission-wrapper {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}

.vision-mission-main-section {
    padding: 20px 20px;
    background-color: #fff;
}

.vision-mission-main-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 50px 0;
}

.vision-mission-content-box {
    margin: 0 auto;
    background: linear-gradient(135deg, #e8eef5 0%, #d8dfe8 100%);
    border-radius: 12px;
    padding: 60px 40px;
}

.vision-mission-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 0 auto;
}

.vision-mission-card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 25px;
    position: relative;
}

.vision-mission-card-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 104%;
    background-color: rgb(255 255 255 / 75%);
}

.vision-mission-icon-circle {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

.vision-mission-icon-circle::before {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    border: 3px solid rgba(70, 130, 180, 0.2);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vision-mission-icon-svg {
    width: 55px;
    height: 55px;
    fill: none;
    stroke: #4682b4;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vision-mission-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vision-mission-card-text {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin: 0;
}

@media (max-width: 992px) {
    .vision-mission-grid-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .vision-mission-card-item {
        padding: 20px 15px;
    }

    .vision-mission-content-box {
        padding: 40px 20px;
    }

    .vision-mission-main-title {
        font-size: 2rem;
    }

    .vision-mission-icon-circle {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .vision-mission-icon-circle::before {
        width: 90px;
        height: 90px;
    }

    .vision-mission-icon-svg {
        width: 45px;
        height: 45px;
    }

    .vision-mission-card-title {
        font-size: 1.1rem;
    }

    .vision-mission-card-text {
        font-size: 0.75rem;
    }
}

@media (max-width: 576px) {
    .vision-mission-main-section {
        padding: 40px 10px;
    }

    .vision-mission-content-box {
        padding: 30px 15px;
    }

    .vision-mission-main-title {
        font-size: 1.5rem;
        margin-bottom: 35px;
    }

    .vision-mission-grid-container {
        gap: 10px;
    }

    .vision-mission-card-item {
        padding: 20px 10px;
    }

    .vision-mission-card-item:not(:last-child)::after {
        display: none;
    }

    .vision-mission-icon-circle {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .vision-mission-icon-circle::before {
        width: 80px;
        height: 80px;
        border-width: 2px;
    }

    .vision-mission-icon-svg {
        width: 38px;
        height: 38px;
    }

    .vision-mission-card-title {
        font-size: 0.95rem;
        margin-bottom: 10px;
    }

    .vision-mission-card-text {
        font-size: 0.65rem;
        line-height: 1.5;
    }
}

/* Horizontal infinite scroll */
#image-track {
    display: flex;
    gap: 4vmin;
    width: max-content;
    animation: scrollImages 30s linear infinite;
}

#image-track .image {
    width: 40vmin;
    height: 56vmin;
    object-fit: cover;
    border-radius: 10px;
}

/* Animation for continuous loop */
@keyframes scrollImages {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}



#our-values {
    padding: 80px 0;
    background: #fff;
}

#our-values .values-title {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

#our-values .values-desc {
    color: #555;
    font-size: 16px;
    max-width: 750px;
    margin: 0 auto 50px;
    line-height: 1.8;
}

#our-values .values-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

#our-values .values-card {
    background: #f6f6f8;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    padding: 35px 25px;
    text-align: center;
    max-width: 350px;
    flex: 1 1 300px;
    transition: 0.3s ease-in-out;
}

#our-values .values-card:hover {
    background: #fff;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px);
}

#our-values .values-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 20px;
}

#our-values .values-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

#our-values .values-card p {
    font-size: 17px;
    color: #444;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    #our-values {
        padding: 60px 15px;
    }

    #our-values .values-desc {
        margin-bottom: 30px;
    }

    #our-values .values-card {
        max-width: 100%;
    }
}

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

.story-gallery {
    display: flex;
    flex-direction: column;
    gap: 1px;
    height: 100%;
}

.story-gallery-top {
    display: flex;
    gap: 18px;
}

.px-38 {
    padding-left: 38px;
    padding-right: 38px;
}

.story-img-lg {
    width: 100%;
    height: 211px;
    border-radius: 16px;
    object-fit: cover;
    background: #f6fafd;
}

.story-img-sm {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    background: #f6fafd;
}

.story-gallery-bottom {
    display: flex;
    gap: 18px;
    margin-top: 18px;
}

.square-img {
    flex: 1 0 0;
}

.rect-img {
    flex: 2 0 0;
}

.story-title {
    font-size: 40px;
    font-weight: 700;
    color: #182048;
    margin-bottom: 10px;
}

.story-desc {
    color: #545968;
    font-size: 17px;
    margin-bottom: 22px;
    /* line-height: 1.7; */
    letter-spacing: 0.02em;
    text-align: justify;
}

@media (max-width: 991px) {
    .story-section {
        padding: 32px 0;
    }

    .story-gallery {
        gap: 12px;
    }

    .story-gallery-top,
    .story-gallery-bottom {
        gap: 12px;
    }

    .story-img-lg {
        height: 187px;
    }

    .story-img-sm {
        height: 240px;
    }

    .story-title {
        font-size: 30px;
        font-weight: 700;
        color: #0a0a0a;
        margin-bottom: 19px;
    }

    .story-desc {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .story-gallery {
        flex-direction: column;
        gap: 8px;
    }

    .story-gallery-top,
    .story-gallery-bottom {
        flex-direction: column;
        gap: 8px;
    }

    .story-img-lg,
    .story-img-sm {
        width: 100%;
    }
}

a:hover {
    color: white !important;
}

#mainNav.sticky .custom-dropdown-item:hover {
    color: white !important;
}

.btn:hover {
    color: white !important;
}


/* ===== Contact Help Section ===== */
.contact-help {
    background: #009fe3;
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
}

.contact-help__text {
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-help__title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}

.contact-help__buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: nowrap;
}

/* ===== Buttons ===== */
.contact-btn {
    border-radius: 40px;
    padding: 10px 20px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-btn {
    background: linear-gradient(90deg, #25d366, #20c05a);
    color: #fff;
    border: none;
}

.call-btn {
    background: #fff;
    color: #000;
    border: none;
}

.whatsapp-btn:hover {
    background: linear-gradient(90deg, #20c05a, #25d366);
}

.call-btn:hover {
    background: #f9fafb;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    color: black !important;
}

/* ===== Responsive Design ===== */

/* Tablets */
@media (max-width: 992px) {
    .contact-help {
        padding: 13px 15px;
    }

    .contact-help__buttons {
        gap: 10px;
        flex-wrap: wrap;
    }

    .contact-btn {
        font-size: 14px;
        padding: 8px 16px;
    }
}

/* Mobiles */
@media (max-width: 576px) {
    .contact-help__buttons {
        flex-direction: column;
        align-items: center;
    }

    .contact-btn {
        width: 90%;
        justify-content: center;
    }
}

.green-up-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #28a745;
    /* green */
    transform: rotate(0deg);
    margin-left: 4px;
}

.phone-inline {
    display: flex;
    align-items: center;
    gap: 15px;
    /* space between numbers */
    flex-wrap: wrap;
    /* ensures responsiveness */
}

.phone-inline p {
    margin: 0;
    display: flex;
    align-items: center;
}

.help-icon {
    margin-right: 6px;
    color: #007bff;
    /* optional: match your theme color */
}

.trust-payment-section {
    max-width: 100%;
    margin: 0 auto;
}

.company-info-badge {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 20px;
    position: relative;
}

.company-info-badge__border {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #4CAF50;
    border-radius: 8px 0 0 8px;
}

.company-info-badge__content {
    padding-left: 12px;
}

.company-info-badge__text {
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
}

.secure-checkout-box {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 8px 20px;
    margin-bottom: 10px;
}

.secure-checkout-box__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.secure-checkout-box__lock-icon {
    width: 32px;
    height: 32px;
    background: #4CAF50;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.secure-checkout-box__title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    flex: 1;
    min-width: 180px;
}

.secure-checkout-box__badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #4CAF50;
    padding: 6px 12px;
    border-radius: 20px;
    flex-shrink: 0;
}

.secure-checkout-box__badge-text {
    color: white;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.secure-checkout-box__payment-methods {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    border-top: 1px solid #f0f0f0;
}


.payment-method-icon:hover {
    transform: scale(1.05);
}

.trust-payment-section {
    max-width: 100%;
    margin: 0 auto;
}

.company-info-badge {
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 11px;
    position: relative;
}

.company-info-badge__border {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #4CAF50;
    border-radius: 8px 0 0 8px;
}

.company-info-badge__content {
    padding-left: 0px;
}

.company-info-badge__text {
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
}

.secure-checkout-box {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 8px 22px;
    margin-bottom: 20px;
}

.secure-checkout-box__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    gap: 12px;
}

.secure-checkout-box__left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.secure-checkout-box__lock-icon {
    width: 30px;
    height: 30px;
    background: #4CAF50;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.secure-checkout-box__title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.secure-checkout-box__secure-img {
    width: 140px;
    height: auto;
    object-fit: contain;
    margin-left: auto;
}

@media (max-width: 768px) {
    .secure-checkout-box__secure-img {
        width: 120px;
    }

    .secure-checkout-box__title {
        font-size: 13px;
        min-width: 156px;
    }

    .secure-checkout-box__left {
        gap: 4px;
    }

    .company-info-badge {
        padding: 9px 15px;
    }

    .quote-box {
        margin-bottom: 0px;
    }

    .happy-clients-banner {
        gap: 0px;
    }
}

@media (max-width: 480px) {
    .secure-checkout-box__secure-img {
        width: 100px;
    }

    .secure-checkout-box__title {
        font-size: 13px;
    }
}

.secure-checkout-box__badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #4CAF50;
    padding: 5px 14px;
    border-radius: 20px;
    flex-shrink: 0;
}

.secure-checkout-box__badge-text {
    color: white;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.secure-checkout-box__payment-methods {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    border-top: 1px solid #f0f0f0;
}

.payment-method-icon:hover {
    transform: scale(1.08);
}

.happy-clients-banner {
    background: linear-gradient(135deg, #e3f2fd 0%, #f0f7ff 100%);
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.happy-clients-banner__avatars {
    display: flex;
    align-items: center;
}

.avatar-circle {
    width: 56px;
    height: 44px;
    margin-left: -8px;
    overflow: hidden;
}

.avatar-circle:first-child {
    margin-left: 0;
}

.avatar-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.happy-clients-banner__text {
    margin: 0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.happy-clients-banner__highlight {
    color: #1976d2;
    font-weight: 600;
}

.ratings-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 18px;
}

.rating-card {
    background: #fff;
    border: 1.5px solid #e8e8e8;
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    width: fit-content;
    /* adjusts size to image */
    margin: 0 auto;
    /* centers horizontally */
}

.rating-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.rating-card__img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.trust-badges-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 18px;
}

.trust-badge-item {
    border-radius: 8px;
    padding: 6px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.trust-badge-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.trust-badge-item__img {
    max-width: 100%;
    height: auto;
    max-height: 74px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .secure-checkout-box__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .secure-checkout-box__badge {
        align-self: flex-start;
    }

    .secure-checkout-box__payment-methods {
        gap: 8px;
        flex-wrap: wrap;
    }


    .ratings-row {
        grid-template-columns: 1fr;
    }

    .trust-badges-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .company-info-badge__text {
        font-size: 12px;
    }

    .happy-clients-banner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .secure-checkout-box {
        padding: 6px 16px;
    }

    /* ✅ Show all 4 badges side-by-side */
    .trust-badges-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
        align-items: center;
        justify-content: center;
        margin-top: 2px;
    }

    .trust-badge-item {
        padding: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .trust-badge-item__img {
        max-height: 35px;
        width: auto;
    }

    .secure-checkout-box__payment-methods {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap !important;
        width: 100%;
        gap: 0;
    }

    .secure-checkout-box__payment-methods img {
        width: 23%;
        /* fits 4 icons in one row */
        max-height: 32px;
        object-fit: contain;
        flex-shrink: 0;
        /* prevents shrinking distortion */
    }
}

.offices-wrapper {
    background: linear-gradient(180deg, #f8f9ff 0%, #ffffff 100%);
    padding: 33px 0;
    position: relative;
    overflow: hidden;
}

.offices-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.offices-section {
    position: relative;
    z-index: 1;
}

/* Background Decorations */
.offices-bg-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.offices-bg-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.08;
}

.offices-bg-circle--1 {
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    top: -250px;
    right: -250px;
    animation: float 20s ease-in-out infinite;
}

.offices-bg-circle--2 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    bottom: -150px;
    left: -150px;
    animation: float 15s ease-in-out infinite reverse;
}

.offices-bg-circle--3 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: float 25s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(180deg);
    }
}

/* Header */
.offices-section__header {
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

.offices-section__header-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    animation: badge-pulse 2s ease-in-out infinite;
}

@keyframes badge-pulse {

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

    50% {
        transform: scale(1.05);
    }
}

.offices-section__title {
    font-size: 38px;
    font-weight: 600;
    background: linear-gradient(135deg, #1a1a1a 0%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 12px 0;
    letter-spacing: -1px;
}

.offices-section__subtitle {
    font-size: 18px;
    color: #666;
    margin: 0;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Tabs */
.offices-section__tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 17px;
}

.office-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: white;
    border: 2px solid #e8e8e8;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.office-tab:hover {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.office-tab--active {
    background: linear-gradient(135deg, #118cc9 0%, #2ab8bf 100%);
    color: white;
    border-color: transparent;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
}

.office-tab__icon {
    flex-shrink: 0;
}

.office-tab__count {
    background: rgba(255, 255, 255, 0.3);
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
}

/* Grid */
.offices-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
}

/* Office Cards */
.office-card {
    background: white;
    border: 2px solid #b0e6e7;
    border-radius: 24px;
    padding: 22px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.office-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.office-card--featured::before {
    background: linear-gradient(90deg, #ffd700 0%, #ffed4e 100%);
}

.office-card:hover {
    border-color: #667eea;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.2);
    transform: translateY(-8px);
}

.office-card:hover::before {
    transform: scaleX(1);
}

/* Shine Effect */
.office-card__shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    pointer-events: none;
}

.office-card:hover .office-card__shine {
    left: 100%;
}

/* Card Header */
.office-card__header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
}

.office-card__icon-wrapper {
    position: relative;
    flex-shrink: 0;
}

.office-card__icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
    position: relative;
    z-index: 1;
}

.office-card__icon--secondary {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    box-shadow: 0 8px 20px rgba(240, 147, 251, 0.3);
}

.office-card__icon--tertiary {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    box-shadow: 0 8px 20px rgba(79, 172, 254, 0.3);
}

/* Pulse Animation */
.office-card__pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    opacity: 0.6;
    animation: pulse 2s ease-out infinite;
}

.office-card__pulse--secondary {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.office-card__pulse--tertiary {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.office-card__header-content {
    flex: 1;
}

.office-card__city {
    font-size: 26px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
}

.office-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
    color: #2d3436;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(253, 203, 110, 0.4);
}

.office-card__status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #10b981;
    font-weight: 600;
}

.office-card__status-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    animation: blink 2s ease-in-out infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

/* Card Content */
.office-card__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
}

.office-card__info {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.office-card__info-icon-wrapper {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f0f4ff 0%, #e8edff 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.office-card:hover .office-card__info-icon-wrapper {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.office-card__info-icon {
    color: #667eea;
    transition: all 0.3s ease;
}

.office-card:hover .office-card__info-icon {
    color: white;
}

.office-card__info-content {
    flex: 1;
}

.office-card__info-label {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

.office-card__address {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.office-card__phone {
    font-size: 16px;
    font-weight: 600;
    color: #667eea;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.csr-initiatives-section {
    margin: 0 auto;
    padding: 60px 40px;
    background-color: #ffffff;
}

.csr-initiatives-header {
    text-align: center;
    margin-bottom: 50px;
}


.csr-initiatives-description {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.csr-initiatives-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.csr-initiative-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.csr-initiatives-title {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.csr-initiative-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.csr-initiative-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.csr-initiative-heading {
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.csr-initiative-text {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}


@media (max-width: 992px) {
    .csr-initiatives-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .csr-initiatives-section {
        padding: 40px 20px;
    }

    .csr-initiatives-title {
        font-size: 28px;
    }

    .csr-initiatives-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* @media (max-width: 110vw) {
  .secure-checkout-box__title {
    font-size: 15px;
  }

.payment-method-icon {
        height: 17px;
    }
} */

/* Base — applies to all smaller (100%) screens */
.payment-method-icon {
    height: 22px;
    width: auto;
    object-fit: contain;
    filter: grayscale(0);
    transition: transform 0.2s ease;
}

/* For wider (110%) screens only */
@media (min-width: 1100px) {
    .secure-checkout-box__title {
        font-size: 15px;
    }

    .payment-method-icon {
        height: 17px;
    }
}

.csr-more-btn {
    background: #00AEEF;
    color: #fff;
    border: none;
    padding: 6px 40px;
    border-radius: 20px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.csr-more-btn:hover {
    background: #008ec4;
}

.csr-card-btn-wrapper {
    text-align: center;
    margin-top: 23px;
    /* pushes the button to the bottom */
}

.pune-property-section {
    padding: 60px 0;
}

.pune-property-content {
    position: relative;
}

.pune-text-wrapper {

    margin: 0 auto;
    position: relative;
}

.pune-property-text {
    color: #333;
    line-height: 1.7;
    text-align: justify;
    max-height: 150px;
    /* Show limited height initially */
    overflow: hidden;
    margin-bottom: 0;
    transition: max-height 0.4s ease;
}

.fade-overlay {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 90%);
    pointer-events: none;
    transition: opacity 0.3s ease;
    border-radius: 19px;
}

.pune-property-text-wrapper.expanded .fade-overlay {
    opacity: 0;
    pointer-events: none;
}

.pune-property-text {
    max-width: 12000px;
    margin: 0 auto;
    position: relative;
    line-height: 1.7;
    color: #444;
}

.pune-property-actions {
    margin-top: 20px;
}

.read-more-btn {
    border: none;
    background: none;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
}

.btn-city:hover {
    background: #0d6efd !important;
    color: #000;
    border: 2px solid #0d6efd !important;
}

@media (max-width: 767px) {
    .accordion-card-open .accordion-body {
        padding: 2px !important;
    }

    .form-blue-container {
        padding: 11px !important;
    }

    .pune-property-section h2,
    .pune-property-section h3,
    .pune-property-section h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .pune-property-section {
        padding: 0px;
    }

    .pune-property-content {
        padding: 18px;
    }

    .section-title {
        font-size: 25px !important;
        margin-bottom: 14px;
    }

    .section-wrapper {
        padding: 13px 16px !important;
    }

    .footer-cta-section {
        flex-direction: column !important;
        align-items: flex-end !important;
    }

    .footer-cta-section {
        flex-direction: column !important;
        align-items: flex-end !important;
    }

    .footer-cta-section .d-flex.align-items-center {
        justify-content: flex-end !important;
        width: 100%;
        margin-top: 10px;
    }

    .refer h2 {
        font-size: 23px;
    }

    /* menu responsive changes css  */

    .li_mr_15 li {
        margin-right: 0px;
    }

    .sign_in_btn.bg-primary {
        font-size: 14px;
        padding: 4px;
    }

    .sign_in_btn {
        font-size: 14px;
        padding: 4px;
    }

    .mobile_nav {
        background: white;
    }

    .phone_number a {
        color: black;
        text-decoration: none;
    }

    .sidenav {
        left: 0;
    }

    .service-include-section h2 {
        font-size: 24px !important;
    }
}


@media (max-width: 390px) {
    .phone_number a {
        font-size: 13px;
    }

    .sign_in_btn.bg-primary {
        font-size: 13px !important;
    }
}

@media (max-width: 576px) {
    .timeline-icon-end i {
        margin-top: -2px !important;
    }

    .timeline-icon-start i {
        margin-top: -10px !important;
    }
}

footer a:hover {
    color: #000 !important;
}

/* Validation resolve  */
#contact_number {
    width: 60%;
    min-width: 50%;
}

/* forgot password  */
@media (max-width: 500px) {
    .login_btn {
        padding: 18px 10px !important;
        height: 35px !important;
        font-size: 15px;
        width: 100% !important;
        max-width: 150px !important;
          font-size: 17px;
    }

    .forgot-label a {
        font-size: 14px;
    }

    .dash-btn-mob{
        font-size: 14px !important;
        height: 33px !important;
        padding: 6px 6px !important;
        border-radius: 10px;
    }

}

.tooltip-icon {
    font-size: 18px;
    color: #0d6efd;
    cursor: pointer;
    align-items: revert;
    padding: 6px 12px;
}

.tooltip-icon {
    font-size: 14px;
    color: #0d6efd;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.tooltip-btn {
    background: transparent;
    border: 0;
    padding: 4px;
    margin: 0;
    line-height: 1;
    margin-top: -7px;
}

