html {
    font-size: 20px;
}
body {
    font-size: 20px;
    color: #010101;
    background-color: #fff;
    font-weight: 400;
    width: 100%;
    overflow-x: hidden;
    height: 100%;
    margin: 0;
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a,
a:hover,
a:visited,
a:focus {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    outline: 0 !important;
}
p {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 1rem;
}

/* header */
.main-header {
    padding: 20px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 100;
}
.main-top-content .container,
.main-header .container {
    max-width: 1880px;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.top-container {
    padding: 0 50px !important;
}

.main-header-row {
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.main-header-top {
    color: #0b164b;
    font-weight: 500;
    font-size: 20px;
    justify-content: flex-end;
    padding-bottom: 10px;
}
.user-badge-header {
    display: inline-block;
    position: relative;
}
.user-badge-header > span {
    cursor: pointer;
}
.user-badge-header::after {
    display: inline-block;
    margin-left: 4px;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    vertical-align: middle;
}
.user-badge-header:hover .user-badge-menu {
    display: block;
}
.user-badge-menu {
    font-size: 16px;
    font-weight: 400;
    padding: 20px 15px;
    width: 200px;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    background-color: #fff;
    -moz-box-shadow: 0 5px 5px 0 rgba(68, 68, 68, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(68, 68, 68, 0.1);
    box-shadow: 0 5px 5px 0 rgba(68, 68, 68, 0.1);
}
.user-badge-header:hover .user-badge-menu {
    display: block;
}
.user-badge-menu a {
    display: block;
    padding: 5px 0;
}
.main-header-row {
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.m-h-left {
    align-items: center;
}
.main-navbar {
    margin: 0;
    padding-left: 40px;
}
.main-navbar > li {
    list-style: none;
    padding: 6px 12px;
}
.main-navbar > li > a {
    font-size: 20px;
    color: #0b164b;
    font-weight: 600;
}
.main-navbar > li.has-megamenu > a {
    padding-right: 24px;
    position: relative;
    display: inline-block;
}
.main-navbar > li.has-megamenu > a::before {
    content: "";
    display: none;
    position: absolute;
    background-color: transparent;
    height: 40px;
    top: 100%;
    width: 100%;
}
.main-navbar > li.has-megamenu:hover > a::before {
    display: block;
}
.main-navbar > li.has-megamenu > a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    background: url(../images/chevron-down-icon.svg) no-repeat center;
    background-size: contain;
    width: 15px;
    height: 15px;
}
.main-navbar > li > .megamenu-wrap {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #fff;
}
.main-navbar > li:hover > .megamenu-wrap {
    display: block;
}
.main-navbar .megamenu-wrap ul {
    padding-left: 0;
}
.main-navbar .megamenu-wrap li {
    list-style: none;
    padding-bottom: 5px;
}
.main-navbar .megamenu-wrap li a {
    font-size: 14px;
    font-weight: 400;
    color: #0b164b;
}
div#main-mobile-menu.main-mob-menu #sidebar a.nav-link {
    font-size: 18px;
    font-weight: 600;
}
.megamenu-wrap {
    display: none;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 40px 0;
}
.main-navbar > li > .megamenu-wrap {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #fff;
}
.main-navbar > li:hover > .megamenu-wrap {
    display: block;
}
.menu-title {
    color: #0b164b;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}
.main-navbar .megamenu-wrap ul {
    padding-left: 0;
}
.main-navbar .megamenu-wrap li {
    list-style: none;
    padding-bottom: 5px;
}
.main-navbar .megamenu-wrap li a {
    font-size: 14px;
    font-weight: 400;
    color: #0b164b;
}
.megamenu-row {
    margin-left: -10px;
    margin-right: -10px;
}
.megamenu-row > div {
    padding: 0 10px;
}
.col-megamenu img {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: auto;
    padding: 3px;
}
.list-unstyled > li > a:hover,
.col-megamenu .menu-title > a:hover {
    color: #0ddcfe;
}
.list-unstyled {
    list-style: none;
}
.sc-submenu {
    display: none;
    position: relative;
    padding-top: 12px;
}
.sc-submenu ul {
    padding-left: 0;
}
.sc-submenu ul li {
    margin-bottom: 12px;
}
.sc-submenu ul li a {
    font-size: 16px;
    color: #0b164b;
}
img {
    max-width: 100%;
    height: auto;
}
.btn-start-here {
    color: #ffffff !important;
    text-decoration: none;
    cursor: pointer;
    outline: 0 !important;
    background: #ff8303 !important;
    border: 1px solid #ff8303 !important;
}

.btn-start-here:hover {
    background: #fff !important;
    color: #ff8303 !important;
}
.main-navbar > li.has-megamenu > a {
    padding-right: 24px;
    position: relative;
    display: inline-block;
}
.main-navbar > li > a {
    font-size: 20px;
    color: #0b164b;
    font-weight: 600;
}
.btn {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    padding: 16px 50px;
    background-color: #00b5e2;
    border-radius: 6px;
    display: inline-block;
    border: 0;
    text-align: center;
}
.mob-hamburger {
    position: relative;
    justify-content: flex-end;
}
@media all and (min-width: 981px) {
    .main-mob-menu,
    .mob-hamburger {
        display: none;
    }
}
.mob-hamburger .mob-menu-trigger {
    width: 40px;
    height: 33px;
    background-image: none;
}
div#main-mobile-menu.main-mob-menu {
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    opacity: 0;
    right: -110%;
    z-index: -1;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    height: 100vh;
    overflow-y: auto;
}
div#main-mobile-menu.main-mob-menu.opened {
    opacity: 1;
    right: 0;
    z-index: 9999999;
}
.mob-hamburger .mob-menu-trigger {
    width: 40px;
    height: 33px;
    background-image: none;
}
div#main-mobile-menu.main-mob-menu .mobile-navbar {
    padding: 20px;
}
div#main-mobile-menu.main-mob-menu .mobile-navbar .dropdown-toggle::after {
    display: none;
}
div#main-mobile-menu.main-mob-menu .mobile-navbar li.nav-item {
    position: relative;
    padding: 6px;
    border-bottom: 1px solid #eee;
    padding-right: 0;
    list-style: none;
    display: block;
    position: relative;
}
div#main-mobile-menu.main-mob-menu .mobile-navbar li.nav-item.has-megamenu {
    padding-right: 30px;
}
div#main-mobile-menu.main-mob-menu .mobile-navbar li.nav-item > a {
    font-size: 18px;
    font-weight: 600;
    padding: 6px 0;
    display: inline-block;
}
div#main-mobile-menu.main-mob-menu .mobile-navbar li.nav-item:last-child {
    border-bottom: 0;
}
div#main-mobile-menu.main-mob-menu .mobile-navbar li.nav-item span.menu-plus {
    position: absolute;
    right: 0;
    top: 13px;
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-top: 0;
    right: 6px;
}
div#main-mobile-menu.main-mob-menu
    .mobile-navbar
    li.nav-item
    span.menu-plus::after,
div#main-mobile-menu.main-mob-menu
    .mobile-navbar
    li.nav-item
    span.menu-plus::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #172153;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
div#main-mobile-menu.main-mob-menu
    .mobile-navbar
    li.nav-item
    span.menu-plus::after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
div#main-mobile-menu.main-mob-menu
    .mobile-navbar
    li.nav-item.opened
    span.menu-plus::before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
div#main-mobile-menu.main-mob-menu #sidebar a.nav-link {
    font-size: 18px;
    font-weight: 600;
}
div#main-mobile-menu.main-mob-menu .main-mob-menu-close {
    position: absolute;
    width: 27px;
    height: 27px;
    background: none;
    margin-right: 0;
    display: block;
    float: right;
    cursor: pointer;
    right: 16px;
    top: 25px;
}
div#main-mobile-menu.main-mob-menu a.main-mob-menu-close::after,
div#main-mobile-menu.main-mob-menu a.main-mob-menu-close::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #0b164b;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
div#main-mobile-menu.main-mob-menu a.main-mob-menu-close::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.sc-submenu {
    display: none;
    position: relative;
    padding-top: 12px;
}
.main-mob-menu .navbar-brand {
    display: inline-block;
    max-width: 140px;
    padding-top: 27px;
    padding-left: 15px;
}
div#main-mobile-menu.main-mob-menu h6.title a {
    font-weight: 400;
    color: #0b164b;
}
.mob-hamburger .mob-menu-trigger {
    width: 40px;
    height: 33px;
    background-image: none;
}
.main-mob-menu .navbar-brand {
    display: inline-block;
    max-width: 140px;
    padding-top: 27px;
    padding-left: 15px;
}
div#main-mobile-menu.main-mob-menu .mobile-navbar {
    padding: 20px;
}
div#main-mobile-menu.main-mob-menu .mobile-navbar .dropdown-toggle::after {
    display: none;
}
div#main-mobile-menu.main-mob-menu .mobile-navbar li.nav-item {
    position: relative;
    padding: 6px;
    border-bottom: 1px solid #eee;
    padding-right: 0;
    list-style: none;
    display: block;
    position: relative;
}
div#main-mobile-menu.main-mob-menu .mobile-navbar li.nav-item.has-megamenu {
    padding-right: 30px;
}
div#main-mobile-menu.main-mob-menu .mobile-navbar li.nav-item > a {
    font-size: 18px;
    font-weight: 600;
    padding: 6px 0;
    display: inline-block;
}
div#main-mobile-menu.main-mob-menu .mobile-navbar li.nav-item:last-child {
    border-bottom: 0;
}
div#main-mobile-menu.main-mob-menu .mobile-navbar li.nav-item span.menu-plus {
    position: absolute;
    right: 0;
    top: 13px;
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-top: 0;
    right: 6px;
}
div#main-mobile-menu.main-mob-menu
    .mobile-navbar
    li.nav-item
    span.menu-plus::after,
div#main-mobile-menu.main-mob-menu
    .mobile-navbar
    li.nav-item
    span.menu-plus::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #172153;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
div#main-mobile-menu.main-mob-menu
    .mobile-navbar
    li.nav-item
    span.menu-plus::after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
div#main-mobile-menu.main-mob-menu
    .mobile-navbar
    li.nav-item.opened
    span.menu-plus::before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
div#main-mobile-menu.main-mob-menu #sidebar a.nav-link {
    font-size: 18px;
    font-weight: 600;
}
div#main-mobile-menu.main-mob-menu .main-mob-menu-close {
    position: absolute;
    width: 27px;
    height: 27px;
    background: none;
    margin-right: 0;
    display: block;
    float: right;
    cursor: pointer;
    right: 16px;
    top: 25px;
}
div#main-mobile-menu.main-mob-menu a.main-mob-menu-close::after,
div#main-mobile-menu.main-mob-menu a.main-mob-menu-close::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #0b164b;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
div#main-mobile-menu.main-mob-menu a.main-mob-menu-close::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.sc-submenu {
    display: none;
    position: relative;
    padding-top: 12px;
}
.main-mob-menu .navbar-brand {
    display: inline-block;
    max-width: 140px;
    padding-top: 27px;
    padding-left: 15px;
}
div#main-mobile-menu.main-mob-menu h6.title a {
    font-weight: 400;
    color: #0b164b;
}
.h-h-cont {
    font-size: 20px;
    text-align: center;
    padding-top: 22px;
    font-weight: 500;
    line-height: 1.65em;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Utility classes needed for menu */
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.container {
    width: 100%;
    max-width: 1550px;
    padding: 0 90px;
    margin: 0 auto;
}
.m-h-right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.m-h-logo {
    display: inline-block;
}
.m-h-logo img {
    max-height: 50px;
}
.cont {
    display: flex;
    align-items: center;
    gap: 10px;
}
.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

div#main-mobile-menu.main-mob-menu h6.title a {
    font-weight: 400;
    color: #0b164b;
}
.list-unstyled {
    list-style: none;
}
.sc-submenu ul {
    padding-left: 0;
}
.sc-submenu ul li {
    margin-bottom: 12px;
}
.sc-submenu ul li a {
    font-size: 16px;
    color: #0b164b;
}
@media all and (min-width: 981px) {
    .main-mob-menu,
    .mob-hamburger {
        display: none;
    }
}
.home-testimonial {
    background-color: #f6f2f1;
}
.home-section-pad {
    padding: 85px 0;
}
.home-testi-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 35px;
    padding-top: 0;
    margin-top: 40px;
}
.home-testi-author-img {
    height: 80px;
}
.home-testi-author-img img {
    display: inline-block;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    border-radius: 50%;
    max-width: 100px;
}
.home-testi-cont {
    min-height: 155px !important;
    padding-bottom: 20px !important;
    line-height: 1.5em !important;
    font-size: 16px !important;
}

.home-testi-name {
    font-size: 18px !important;
    font-weight: 600;
    color: #0b164b;
    padding-bottom: 8px;
}

.home-testi-author {
    background: url({{asset("frontend_assets/index_2025/images/test-icon.png")}}) no-repeat center right;
}

.home-testi-name {
    font-size: 25px;
    font-weight: 600;
    color: #0b164b;
    padding-bottom: 8px;
}
.home-testi-box .home-testi-rating img {
    width: auto;
    display: inline-block;
}
.owl-dots {
    margin-top: 40px;
    text-align: center;
}
.owl-dots .owl-dot {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: #b4b4b4 !important;
    display: inline-block;
    margin: 0 8px;
}
.owl-dots .owl-dot.active {
    background-color: #043056 !important;
}
#testimonial-slider {
    margin-bottom: 40px;
}
.size-2,
h2 {
    font-size: 32px !important;
    font-weight: 700;
    line-height: 1em;
}
.home-dark-blue {
    color: #0b164b;
}
.main-title-wrap {
    padding-bottom: 30px !important;
}
.btn.btn-dark {
    background-color: #172154;
}
.btn.btn-dark:hover {
    background-color: #00b5e2;
}
.full-width {
    width: 100%;
}
.text-center {
    text-align: center;
}
/* Footer CSS from index_2025 */
.main-footer {
    background-color: #172154;
    color: #fff;
    padding: 45px 0;
}
.main-footer .container {
    max-width: 1820px;
}
.foot-col {
    width: 20%;
    font-size: 16px;
}
.footer-full-width {
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #2b3358;
    color: #4e5e5b;
    font-size: 14px;
    font-weight: 300;
}
.footer-logo {
    width: 183px;
    height: auto;
    margin-left: 10%;
    max-width: 80%;
}
.font-b {
    font-weight: 700;
}
.color-white {
    color: #fff;
}
.foot-col p {
    margin-bottom: 10px;
}
.foot-col a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
}
.foot-col a:hover {
    color: #0ddcfe;
}
.foot-social {
    padding-top: 5px;
}
.foot-social a {
    display: inline-block;
    margin-right: 10px;
}
.footer-row {
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 0;
}
.twitter-bg {
    background-color: #ffffff;
    border-color: #fff;
    border-radius: 50%;
}

:root {
    --sc-blue-dark: #003a63;
    --sc-blue: #007bc7;
    --sc-blue-light: #00a9e0;
    --sc-bg-light: #f8fafc;
    --sc-bg-cream: #f6f1e7;
    --sc-text-dark: #333333;
    --sc-orange: #ff9f1c;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Top review bar */
.top-review-bar {
    background-color: var(--sc-blue-dark);
    color: #ffffff;
    font-size: 0.85rem;
    padding: 0.5rem 0;
}

.top-review-bar .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.top-review-bar .expertise-badge {
    background-color: var(--sc-blue-light);
    border: 2px solid var(--sc-blue-dark);
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.top-review-bar .star {
    color: #ffdd55;
    margin-right: 0.3rem;
}

.top-review-bar span {
    opacity: 0.95;
}

/* Hero section */
.hero-wrapper {
    background-image: url("/homepage_assets/1 Homepage/Desktop/1 Main Banner/Homepage main banner-desktop.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0 4rem;
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.hero-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 58, 99, 0.1);
}

.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.hero-left {
    flex: 1;
    position: relative;
}

.hero-tablet-container {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.hero-tablet {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    transform: rotate(-8deg);
}

.hero-tablet img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.hero-tag {
    position: absolute;
    top: -12px;
    left: -12px;
    background-color: var(--sc-blue-light);
    border: 2px solid var(--sc-blue-dark);
    color: #ffffff;
    padding: 0.5rem 0.9rem;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.hero-right {
    flex: 1;
}

.hero-right-panel {
    position: relative;
    background: var(--sc-blue-light);
    padding: 3rem 2.5rem;
    border-radius: 32px;
    color: #ffffff;
    overflow: hidden;
    max-width: 550px;
}

.hero-right-panel::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    top: -200px;
    right: -140px;
}

.hero-right-panel::after {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    top: -120px;
    right: -40px;
}

.hero-heading {
    font-weight: 800;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 1;
}

.hero-subheading {
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.hero-cta-btn {
    margin-top: 1.6rem;
    background-color: var(--sc-blue-dark);
    border-radius: 999px;
    border: none;
    padding: 0.85rem 2.5rem;
    font-weight: 800;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffffff;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: background-color 0.3s;
}

.hero-cta-btn:hover {
    background-color: #002a4a;
    color: #ffffff;
}

/* Logos row */
.as-seen-on {
    background-color: var(--sc-blue-dark);
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.as-seen-on span {
    color: #ffffff;
}

.as-seen-on .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.logo-strip {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.logo-strip img {
    max-height: 25px;
    opacity: 0.9;
    transition: opacity 0.3s;
    filter: brightness(0) invert(1);
}

.logo-strip img:hover {
    opacity: 1;
}

/* Section common */
.section-main {
    padding: 4rem 0;
}

.section-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 0.7rem;
    text-align: center;
    color: var(--sc-blue-dark);
}

.section-subtitle {
    font-size: 18px;
    color: var(--sc-blue-dark);
    margin: 0 auto 3rem;
    text-align: center;
    line-height: 1.7;
    font-weight: 500;
}

/* Pricing cards section */
.pricing-card {
    background-color: #ffffff;
    border-radius: 22px;
    box-shadow: 0 10px 38px rgba(0, 0, 0, 0.08);
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: visible;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.pricing-card-header {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-align: center;
    background-color: var(--sc-blue-light);
    padding: 12px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.pricing-card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.pricing-card-subtitle {
    font-size: 18px;
    color: var(--sc-blue-dark);
    margin-bottom: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.pricing-media {
    height: 140px;
    background-color: transparent;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    overflow: hidden;
    flex-shrink: 0;
}

.pricing-media img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.pricing-description {
    font-size: 16px;
    color: var(--sc-blue-dark);
    margin-bottom: 1.2rem;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    min-height: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#preserve {
    padding: 0 70px; /* top-bottom = 0, left-right = 30px */
}

.pricing-description .desc-first {
    color: var(--sc-blue-light);
    display: block;
    margin-bottom: 0.5rem;
}

.pricing-button-wrapper {
    flex-shrink: 0;
    margin-bottom: 1.5rem;
}

.pricing-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-size: 0.9rem;
    color: #555555;
    flex-grow: 1;
}

.pricing-list li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 2rem;
    line-height: 1.6;
    min-height: 1.6rem;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
}
.pricing-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    width: 20px;
    height: 20px;
    background-color: #d0d5df;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex-shrink: 0;
}

.deal-text {
    color: #fff;
    padding-right: 8px;
    font-size: 16px;
    padding-top: 8px;
}

.btn-pricing {
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 10px !important;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    margin-bottom: 0;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-outline-dark-blue {
    color: #ffffff;
    background-color: var(--sc-blue-dark);
    border-color: var(--sc-blue-dark);
}

.btn-outline-dark-blue:hover {
    background-color: #022f4f;
    border-color: #022f4f;
    color: #ffffff;
}

.btn-sc-orange {
    background-color: var(--sc-orange);
    color: #e88a0f;
    border: none;
    color: #ffffff;
}

.btn-sc-orange:hover {
    background-color: #e88a0f;
    color: #ffffff;
}

.btn-outline-blue-hollow {
    color: var(--sc-blue-dark);
    border: 2px solid var(--sc-blue-dark);
    background-color: transparent;
}

.btn-outline-blue-hollow:hover {
    background-color: var(--sc-blue-dark);
    color: #ffffff;
}

.badge-popular {
    position: absolute;
    top: -28px;
    left: 0px;
    background-color: var(--sc-orange);
    color: #ffffff;
    padding: 6px 9px 20px 9px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 4px 12px rgba(255, 159, 28, 0.4);
    z-index: -1;
}

.badge-best-value {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ffdd55;
    color: var(--sc-blue-dark);
    padding: 0.4rem 0.8rem;
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* What sets us apart */
.apart-section {
    padding: 0;
    background-color: #f6f1e7;
}

.apart-section img {
    width: 100%;
    height: auto;
    display: block;
}

/* Video section */
.video-section {
    background: linear-gradient(to bottom, #ffffff 50%, #003058 50%);
    padding: 4rem 0;
    position: relative;
}

.video-section .container {
    position: relative;
    z-index: 1;
}

.video-wrapper {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 2;
}

.video-wrapper img {
    width: 100%;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.3s;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button span {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 18px solid var(--sc-blue-dark);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 4px;
}

/* What we digitize */
.digitize-section {
    background-color: #06335d;
    color: #ffffff;
    text-align: center;
    padding-bottom: 120px;
}

.digitize-section .section-title {
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.digitize-subtext {
    font-size: 1rem;
    max-width: 700px;
    margin: 0 auto 3rem;
    opacity: 0.95;
    line-height: 1.7;
}

.digitize-card {
    background-color: #f5f7fb;
    border-radius: 18px;
    padding: 0.2rem 1.2rem;
    text-align: center;
    color: #222;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.digitize-card img {
    display: block; /* remove inline spacing */
    width: 80%; /* adjust size as needed */
    height: auto;
    margin: 0 auto;
}

.digitize-card-link {
    display: block;
    text-align: center;
    margin-top: 1rem; /* spacing between image and link */
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
}

.digitize-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.digitize-card img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
}

.digitize-card-title {
    font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.5rem;
    color: var(--sc-blue-dark);
}

.digitize-card-link {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--sc-blue-dark);
    display: inline-block;
    margin-top: 1rem;
}

.digitize-card-link:hover {
    color: var(--sc-blue-light);
}

/* Testimonials */
.testimonials-section {
    background-color: #ffffff;
    padding: 4rem 0 5rem;
}

.testimonial-card {
    background-color: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.08);
    padding: 2rem 1.8rem 1.8rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s, box-shadow 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e1e7f0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-right: 0.9rem;
    color: var(--sc-blue-dark);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-name {
    font-weight: 800;
    font-size: 0.95rem;
    color: var(--sc-blue-dark);
}

.testimonial-rating {
    font-size: 0.85rem;
    color: var(--sc-orange);
    margin-top: 0.2rem;
}

.testimonial-text {
    font-size: 0.92rem;
    color: #555555;
    margin-bottom: 1.2rem;
    line-height: 1.7;
    flex-grow: 1;
}

.testimonial-quote {
    font-size: 3rem;
    color: #d4d7dd;
    align-self: flex-end;
    line-height: 1;
}

.testimonial-dots {
    margin-top: 2rem;
    text-align: center;
}

.testimonial-dots span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d0d5df;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.testimonial-dots span.active {
    background-color: var(--sc-blue-dark);
    width: 24px;
    border-radius: 999px;
}

.btn-read-more {
    display: inline-block;
    margin-top: 2.5rem;
    padding: 0.75rem 3rem;
    border-radius: 999px;
    border: none;
    background-color: var(--sc-blue-dark);
    color: #ffffff;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 800;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-read-more:hover {
    background-color: #022a48;
    color: #ffffff;
}

/* Footer */
.footer {
    background-color: var(--sc-blue-dark);
    color: #ffffff;
    padding: 3rem 0 2rem;
}

.footer-logo {
    font-size: 3rem;
    font-weight: 800;
    color: var(--sc-blue-light);
    margin-bottom: 2rem;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-column h4 {
    font-weight: 800;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    color: var(--sc-blue-light);
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 0.5rem;
}

.footer-column ul li a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: var(--sc-blue-light);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: background-color 0.3s;
}

.footer-social a:hover {
    background-color: var(--sc-blue-light);
}

.footer-legal {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    transition: color 0.3s;
}

.footer-legal a:hover {
    color: #ffffff;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .hero-content {
        flex-direction: column;
        gap: 2rem;
    }

    .hero-wrapper {
        min-height: auto;
        padding: 2.5rem 0 3rem;
    }

    .hero-right-panel {
        max-width: 100%;
    }

    .section-main {
        padding: 3rem 0;
    }

    .digitize-section {
        padding: 3rem 0;
    }

    .video-section {
        padding: 3rem 0;
    }
}

@media (max-width: 767.98px) {
    .hero-inner {
        padding: 0 1rem;
    }

    .hero-right-panel {
        padding: 2rem 1.8rem;
    }

    .hero-subheading {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .section-main {
        padding: 2.5rem 0;
    }

    .pricing-card {
        padding: 2rem 1.5rem 1.5rem;
    }

    .as-seen-on .container {
        flex-direction: column;
        gap: 1rem;
    }

    .logo-strip {
        justify-content: center;
    }
}
.main-top-content .flip-clock-wrapper {
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    height: 50px;
    width: auto;
}
.flip-clock-dot {
    background-color: #fff;
}
.main-top-content .flip-clock-divider .flip-clock-label {
    top: 28px;
    right: -50px;
    color: #fff;
    position: relative;
    visibility: hidden;
}
.main-top-content .flip-clock-divider {
    height: 50px;
    margin-top: 5px;
}
.main-top-content .flip-clock-wrapper ul {
    height: 24px;
    line-height: 24px;
    border-radius: 0;
    margin: 5px 0;
    font-size: 16px;
    width: 30px;
}
.main-top-content .flip-clock-wrapper ul {
    height: 25px;
    line-height: 35px;
}
.main-top-content .flip-clock-wrapper ul li a div div.inn {
    font-size: 16px;
    line-height: 24px;
    color: #172153;
    text-shadow: none;
}
.flip-clock-wrapper ul li a div {
    width: 90% !important;
}
.main-top-content .flip-clock-wrapper ul li {
    line-height: normal;
}

.main-top-content {
    background-color: #172154;
}
.main-top-row {
    justify-content: space-between;
    align-items: center;
}
.deal-col {
    justify-content: flex-end;
}
.main-top-text {
    color: #fff;
    font-size: 18px;
}

.main-top-content .flip-clock-wrapper {
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    height: 50px;
    width: auto;
}
.flip-clock-dot {
    background-color: #fff;
}
.main-top-content .flip-clock-divider .flip-clock-label {
    top: 28px;
    right: -50px;
    color: #fff;
    position: relative;
    visibility: hidden;
}
.main-top-content .flip-clock-divider {
    height: 50px;
    margin-top: 5px;
}
.main-top-content .flip-clock-wrapper ul {
    height: 24px;
    line-height: 24px;
    border-radius: 0;
    margin: 5px 0;
    font-size: 16px;
    width: 30px;
}
.main-top-content .flip-clock-wrapper ul {
    height: 25px;
    line-height: 35px;
}
.main-top-content .flip-clock-wrapper ul li a div div.inn {
    font-size: 16px;
    line-height: 24px;
    color: #172153;
    text-shadow: none;
}
.flip-clock-wrapper ul li a div {
    width: 90% !important;
}
.main-top-content .flip-clock-wrapper ul li {
    line-height: normal;
}

.flip-clock-dot.top {
    top: 16px !important;
}
.flip-clock-dot.bottom {
    bottom: 40px !important;
}
.flip-clock-dot {
    width: 5px !important;
    height: 5px !important;
}
.flip-clock-wrapper ul li a div div.inn {
    background-color: #fff !important;
}
.flip-clock-wrapper ul li a div {
    width: 90% !important;
}

/* start icon */
.stars-img {
    height: 17px;
    width: auto;
    vertical-align: middle;
    margin-bottom: 1px;
}

/* footer */
.main-footer {
    background-color: #172154;
    color: #fff;
    padding: 45px 0;
}
.main-footer .container {
    max-width: 1820px;
}

.footer-row {
    padding: 40px 0;
}

.foot-col {
    width: 20%;
    font-size: 16px;
}
.main-footer .container {
    padding: 0 40px !important;
}

.btn-free-kit {
    background-color: #00baee;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    padding: 10px 28px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-free-kit:hover {
    background-color: #03a9f4;
    color: #fff !important;
}

.owl-item .banner-img,
.owl-item .mob-slide-img {
    width: 100%;
    height: auto;
}
.mob-slide-img {
    display: none;
}

.main-navbar > li > .megamenu-wrap {
    top: 99% !important;
    width: 100%;
}

.pricing-description {
    min-height: 80px; /* Adjust based on your needs */
    display: flex;
    flex-direction: column;
}
.main-header {
    padding: 20px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 100;
}
.main-top-content .container,
.main-header .container {
    max-width: 1880px;
}

.main-header-row {
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.main-header-top {
    color: #0b164b;
    font-weight: 500;
    font-size: 20px;
    justify-content: flex-end;
    padding-bottom: 10px;
}

.cursor-p {
    cursor: pointer;
}

/* Hide carousel on desktop */
.mobile-review-carousel {
    display: none !important;
}

.flip-clock-wrapper .days .flip-clock-label::after {
    content: "Days";
    visibility: visible;
    position: absolute;
    top: 0;
    right: 35px;
}
.flip-clock-wrapper .minutes .flip-clock-label::after {
    content: "Min";
    visibility: visible;
    position: absolute;
    top: 0;
    right: 35px;
}
.flip-clock-wrapper .seconds .flip-clock-label::after {
    content: "Sec";
    visibility: visible;
    position: absolute;
    top: 0;
    right: 40px;
}

.flip-clock-wrapper .hours .flip-clock-label::after {
    content: "Hrs";
    visibility: visible;
    position: absolute;
    top: 0;
    right: 25px;
}

@media all and (min-width: 981px) {
    .main-top-content .flip-clock-wrapper ul li a div div.inn {
        font-size: 16px !important;
        line-height: 25px !important;
    }

    .main-top-content .flip-clock-wrapper ul {
        height: 25px;
        line-height: 35px;
    }

    .main-top-content .flip-clock-divider .flip-clock-label {
        top: 25px !important;
    }
}
.flip-clock-wrapper .days .flip-clock-label::after {
    content: "Days";
    visibility: visible;
    position: absolute;
    top: 0;
    right: 35px;
}
.flip-clock-wrapper .minutes .flip-clock-label::after {
    content: "Min";
    visibility: visible;
    position: absolute;
    top: 0;
    right: 35px;
}
.flip-clock-wrapper .seconds .flip-clock-label::after {
    content: "Sec";
    visibility: visible;
    position: absolute;
    top: 0;
    right: 40px;
}
.flip-clock-wrapper .hours .flip-clock-label::after {
    content: "Hrs";
    visibility: visible;
    position: absolute;
    top: 0;
    right: 25px;
}
.main-top-content .flip-clock-wrapper {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    height: 50px;
    width: auto;
}
.flip-clock-dot {
    background-color: #fff;
}
.main-top-content .flip-clock-divider .flip-clock-label {
    top: 28px;
    right: -50px;
    color: #fff;
    position: relative;
    visibility: hidden;
}
.main-top-content .flip-clock-divider {
    height: 50px;
    margin-top: 5px;
}
.main-top-content .flip-clock-wrapper ul {
    height: 24px;
    line-height: 24px;
    border-radius: 0;
    margin: 5px 0;
    font-size: 16px;
    width: 30px;
}
.main-top-content .flip-clock-wrapper ul {
    height: 25px;
    line-height: 35px;
}
.main-top-content .flip-clock-wrapper ul li a div div.inn {
    font-size: 16px;
    line-height: 24px;
    color: #172153;
    text-shadow: none;
}
.flip-clock-wrapper ul li a div {
    width: 90% !important;
}
.main-top-content .flip-clock-wrapper ul li {
    line-height: normal;
}

.flip-clock-dot.top {
    top: 16px !important;
}
.flip-clock-dot.bottom {
    bottom: 40px !important;
}
.flip-clock-dot {
    width: 5px !important;
    height: 5px !important;
}
.flip-clock-wrapper ul li a div div.inn {
    background-color: #fff !important;
}
.flip-clock-wrapper ul li a div {
    width: 90% !important;
}
.deal-col {
    justify-content: flex-end;
}
.deal-text {
    color: #fff;
    padding-right: 8px;
    font-size: 16px;
    padding-top: 8px;
}
/* ================================
   HOME SLIDER — NAVIGATION BUTTONS
   ================================ */

#home-slider {
    position: relative;
}

/* NAV CONTAINER */
#home-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);

    display: flex;
    justify-content: space-between;

    pointer-events: none; /* only buttons receive events */
    z-index: 9999;
    opacity: 0.8;
}

/* NAV BUTTON BASE STYLE */
#home-slider .owl-nav button {
    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    border: none;
    outline: none;

    cursor: pointer !important;
    pointer-events: auto; /* important — allow clicking */

    z-index: 10000;

    transition: opacity 0.15s ease;
}

#home-slider .owl-nav button:hover {
    opacity: 1;
}

/* ================================
   PREVIOUS BUTTON
   ================================ */
#home-slider .owl-nav button.owl-prev {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
    position: absolute;
    left: 30px;
}

/* ================================
   NEXT BUTTON
   ================================ */
#home-slider .owl-nav button.owl-next {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
    position: absolute;
    right: 30px;
}

/* ================================
   ENSURE SLIDE DOESN'T COVER BUTTONS
   ================================ */
#home-slider .owl-stage-outer,
#home-slider .home-slide-item,
#home-slider .banner-img,
#home-slider .mob-slide-img {
    z-index: 1;
    position: relative;
}
.main-head-container{
    padding: 0 50px;
}