@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,600,700|Montserrat:900,700");

/* Ensure full height for html and body */
html, body {
    margin: 0;
    padding: 0;
    width: 100%; /* Ensure full width */
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #6F8BA4;
    font-weight: 400;
}

.main-content {
    flex: 1;
    padding: 20px;
    width: 100%; /* Ensure full width */
    padding-top: 100px;
}

.footer {
    padding: 10px;
    background: #011E45;
    text-align: center;
    color: #fff;
    width: 100%;
}

/* Navbar and Dropdown styles */
.navbar-nav .dropdown-menu {
    width: auto;
    min-width: 250px; /* Adjust this value if necessary */
    margin-top: 0; /* Ensure it connects to the parent item */
    padding: 0px;
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: none; /* Hide dropdown by default */
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.row > .col-md-6 {
    display: flex;
}

.support-card .card-body {
    height: auto;
    overflow-y: visible;
}


.card-body {
    flex: 1;
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        display: block;
        transition: all 0.45s ease 0s;
    }
}

.navbar-nav .dropdown-item {
    padding: 0.8rem 1.5rem;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap; /* Prevent text from wrapping */
}

.navbar-nav .dropdown-item:hover {
    background: #FF715B;
    color: #fff;
}

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

/* Responsive Styles */
@media (max-width: 992px) {
    #navbar {
        background: #011E45;
    }

    #navbar.nav-text-white .nav-link {
        color: #fff;
    }

    #navbar.nav-text-white .mobile-logo {
        display: block;
    }

    #navbar.nav-text-white .hidden-logo {
        display: none;
    }

    .navbar-toggler {
        color: #fff;
    }

    .dropdown-menu {
        display: none;
        width: 100%;
        text-align: center;
    }

    .dropdown-menu.show {
        display: block !important;
        visibility: visible;
        opacity: 1;
    }

    .header-padding {
        padding: 0px 30px;
    }

    .banner {
        background: #fff !important;
    }

    .case-timeline-dot, .case-timeline-divider {
        display: none;
    }

    .testimonial-wrap {
        margin-left: 0px;
    }

    .blog-thumb {
        width: 100%;
        float: none;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .blog-thumb img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #navbar {
        background: #011E45;
    }

    #navbar.nav-text-white .nav-link {
        color: #fff;
    }

    .navbar-toggler {
        color: #fff;
    }

    .dropdown-menu {
        display: none;
        width: 100%;
        text-align: center;
    }

    .dropdown-menu.show {
        display: block !important;
        visibility: visible;
        opacity: 1;
    }

    #navbar.nav-text-white .mobile-logo {
        display: block;
    }

    #navbar.nav-text-white .hidden-logo {
        display: none;
    }

    .header-padding {
        padding: 0px 30px;
    }

    .banner .block h1 {
        font-size: 56px;
        line-height: 70px;
    }

    .banner {
        background: #fff !important;
    }
}

@media (max-width: 480px) {
    #navbar {
        background: #011E45;
    }

    #navbar.nav-text-white .nav-link {
        color: #fff;
    }

    #navbar.nav-text-white .mobile-logo {
        display: block;
    }

    #navbar.nav-text-white .hidden-logo {
        display: none;
    }

    .navbar-toggler {
        color: #fff;
    }

    .dropdown-menu {
        display: none;
        width: 100%;
        text-align: center;
    }

    .dropdown-menu.show {
        display: block !important;
        visibility: visible;
        opacity: 1;
    }

    h2, .h2 {
        font-size: 1.3rem;
        line-height: 36px;
    }

    .header-padding {
        padding: 0px 30px;
    }

    .banner .block h1 {
        font-size: 38px;
        line-height: 50px;
    }

    .banner {
        padding: 126px 0 151px 0;
        background: #fff !important;
    }

    .case-timeline-dot, .case-timeline-divider {
        display: none;
    }

    .testimonial-wrap {
        margin-left: 0px;
    }

    .blog-thumb {
        width: 100%;
        float: none;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .blog-thumb img {
        width: 100%;
    }
}

@media (max-width: 400px) {
    #navbar {
        background: #011E45;
    }

    #navbar.nav-text-white .nav-link {
        color: #fff;
    }

    #navbar.nav-text-white .mobile-logo {
        display: block;
    }

    #navbar.nav-text-white .hidden-logo {
        display: none;
    }

    .navbar-toggler {
        color: #fff;
    }

    .dropdown-menu {
        display: none;
        width: 100%;
        text-align: center;
    }

    .dropdown-menu.show {
        display: block !important;
        visibility: visible;
        opacity: 1;
    }

    h2, .h2 {
        font-size: 1.3rem;
        font-weight: 600;
        line-height: 36px;
    }

    .header-padding {
        padding: 0px 30px;
    }

    .banner .block h1 {
        font-size: 28px;
        line-height: 40px;
    }

    .banner {
        padding: 126px 0 151px 0;
        background: #fff !important;
    }

    .case-timeline-dot, .case-timeline-divider {
        display: none;
    }

    .testimonial-wrap {
        margin-left: 0px;
    }

    .blog-thumb {
        width: 100%;
        float: none;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .blog-thumb img {
        width: 100%;
    }
}

/* Ensure the dropdown items fit within the menu */
.navbar-nav .dropdown-item {
    padding: 0.8rem 1.5rem;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap; /* Prevent text from wrapping */
}

.navbar-nav .dropdown-item:hover {
    background: #FF715B;
    color: #fff;
}

ul.dropdown-menu li {
    padding-left: 0px !important;
}

/* Remove default caret icon from dropdown toggle */
.dropdown-toggle::after {
    display: none;
}

#navbar.nav-text-white .mobile-logo {
    display: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #011E45;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 44px;
}

h3, .h3 {
    font-size: 1.5rem;
}

h4, .h4 {
    font-size: 1.3rem;
    line-height: 30px;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

p {
    line-height: 30px;
}

.navbar-toggle .icon-bar {
    background: #FF715B;
}

input[type=email], input[type=password], input[type=text], input[type=tel] {
    box-shadow: none;
    height: 45px;
    outline: none;
    font-size: 14px;
}

input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus {
    box-shadow: none;
    border: 1px solid #FF715B;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #FF715B;
}

.py-7 {
    padding: 7rem 0px;
}

.btn {
    display: inline-block;
    font-size: 14px;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 0.7rem 2rem;
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: all 0.35s ease;
}

.btn.btn-icon i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

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

.btn-main {
    background: #FF715B;
    color: #fff;
    border-color: #FF715B;
}

.btn-main:hover {
    color: #FF715B;
    background: transparent;
}

.btn-main-2 {
    background: #FF715B;
    color: #fff;
    border-color: #FF715B;
}

.btn-main-2:hover {
    color: #FF715B;
    background: transparent;
    border-color: #FF715B;
}

.btn-solid-border {
    border: 2px solid #FF715B;
    background: transparent;
    color: #111;
}

.btn-solid-border:hover {
    border: 2px solid #FF715B;
    color: #fff;
    background: #FF715B;
}

.btn-transparent {
    background: transparent;
    color: #111;
    border-color: #6F8BA4;
}

.btn-transparent:hover {
    background: #6F8BA4;
    color: #fff;
}

.btn-white {
    background: #fff;
    border-color: #fff;
    color: #111;
}

.btn-white:hover {
    background: #FF715B;
    color: #fff;
    border-color: #FF715B;
}

.btn-solid-white {
    border-color: #fff;
    color: #fff;
}

.btn-solid-white:hover {
    background: #fff;
    color: #111;
}

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

.btn-round-full {
    border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

.bg-gray {
    background: #eff0f3;
}

.bg-primary {
    background: #FF715B;
}

.bg-primary-dark {
    background: #ff4528;
}

.bg-primary-darker {
    background: #f42100;
}

.bg-dark {
    background: #111;
}

.bg-gradient {
    background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
    background-repeat: repeat-x;
}

.section {
    padding: 30px 0;
}

.section-sm {
    padding: 15px 0;
}

.section-title {
    margin-bottom: 70px;
}

.section-title .title {
    font-size: 50px;
    line-height: 50px;
}

.section-title p {
    color: #666;
    font-family: "Montserrat", sans-serif;
}

.subtitle {
    color: #FF715B;
    font-size: 14px;
    letter-spacing: 1px;
}

.overly {
    position: relative;
}

.overly:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
}

.overly-2 {
    position: relative;
}

.overly-2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

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

.text-md {
    font-size: 2.25rem;
}

.text-lg {
    font-size: 3.75rem;
}

.no-spacing {
    letter-spacing: 0px;
}

/* Links */
a {
    color: #111;
    text-decoration: none;
}

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

a:focus {
    outline: none;
}

.content-title {
    font-size: 40px;
    line-height: 50px;
}

.page-title {
    padding: 170px 0px 20px 0px;
    position: relative;
}

.page-title .block h1 {
    color: #fff;
}

.page-title .block p {
    color: #fff;
}

.page-title .breadcumb-nav {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus, .slick-slide a {
    outline: none;
}

#wrapper-work {
    overflow: hidden;
    padding-top: 100px;
}

#wrapper-work ul li {
    width: 50%;
    float: left;
    position: relative;
}

#wrapper-work ul li img {
    width: 100%;
    height: 100%;
}

#wrapper-work ul li .items-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding-left: 44px;
    padding-top: 140px;
}

#wrapper-work ul li .items-text h2 {
    padding-bottom: 28px;
    padding-top: 75px;
    position: relative;
}

#wrapper-work ul li .items-text h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 3px;
    background: #fff;
}

#wrapper-work ul li .items-text p {
    padding-top: 30px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    padding-right: 80px;
}

/*--
  features-work Start
--*/
#features-work {
    padding-top: 50px;
    padding-bottom: 75px;
}

#features-work .block ul li {
    width: 19%;
    text-align: center;
    display: inline-block;
    padding: 40px 0px;
}

.header-padding {
    padding: 0px 80px;
}

.navigation {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99999;
}

.navigation .btn {
    box-shadow: none;
}

#navbar {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #011E45;
}

#navbar .nav-link {
    padding-left: 26px;
    font-weight: 500;
    color: #fff;
    font-family: "Rubik", sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    transition: all 0.25s ease;
}

#navbar.nav-text-white .nav-link {
    color: #fff;
}

#navbar.nav-text-white .navbar-brand {
    color: #fff;
}

.navbar-brand {
    font-weight: 600;
    color: #FF715B;
}

/* Full-width section */
.full-width-section {
    width: 100%;
    background-color: #FF715B; /* brand-orange */
    color: #fff;
}

.full-width-section .container-fluid {
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.full-width-section h1 {
    font-size: 2.5rem; /* H1 size */
    margin-bottom: 1rem;
}

.full-width-section h2 {
    font-size: 4rem; /* Very large font for B2C and B2B Commerce */
    margin: 0;
}

.full-width-section p {
    font-size: 1rem; /* Normal font size */
    margin-top: 1rem;
}

.full-width-section img {
    width: 100%;
    height: auto;
}

/* Full-width section */
.full-width-title-only-section {
    width: 100%;
    background-color: #FF715B; /* brand-orange */
    color: #fff;
    padding-left: 50px;
}

.full-width-title-only-section .container-fluid {
    display: flex;
    align-items: center;
}

.full-width-title-only-section h1 {
    font-size: 2.5rem; /* H1 size */
    text-align: center;
    vertical-align: center;
}

.full-width-title-only-section h2 {
    font-size: 4rem; /* Very large font for B2C and B2B Commerce */
    margin: 0;
    padding-top: 20px;
}

.service-block img {
    width: 100%;
    height: auto;
}

.service-block h4 {
    margin-top: 15px;
}

/* Partner Logos Section */
.partner-logos {
    background-color: #f8f9fa; /* Light gray background */
    padding: 20px 0; /* Padding for spacing */
}

.partner-logos .logo-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px; /* Set height for the blocks */
}

.partner-logos img {
    max-height: 80px; /* Set maximum height for logos */
    width: auto; /* Maintain aspect ratio */
    margin: 0 auto; /* Center the logo */
}

@media (max-width: 991.98px) {
    .full-width-section .container-fluid {
        flex-direction: column;
    }

    .full-width-section .col-md-6 {
        text-align: center;
    }
}

/* Contact Us Button */
.contact-us-button .btn-contact {
    display: inline-block;
    background-color: #FF715B; /* brand-orange */
    color: #fff;
    padding: 15px 30px;
    font-size: 1.5rem;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.contact-us-button .btn-contact:hover {
    background-color: #e64a19; /* Darker shade of orange */
    color: #fff;
}

.process-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    position: relative;
}

.process-content {
    text-align: center;
    padding: 20px;
    z-index: 1;
}

.about-content {
    text-align: left;
    padding: 20px;
    z-index: 1;
}

/* Custom list style with arrows */
ul.arrow-list {
    list-style: none; /* Remove default list style */
    padding: 0;
}

ul.arrow-list li {
    position: relative;
    padding-left: 20px; /* Space for the arrow */
}

ul.arrow-list li::before {
    content: '→'; /* Unicode arrow symbol */
    position: absolute;
    left: 0;
    color: #FF715B; /* Arrow color */
}

.process-image img {
    width: 100%;
    height: auto;
    z-index: 1;
}

.process-row {
    margin-bottom: 30px; /* Add margin between rows */
}

.bg-brand-blue {
    background-color: #011E45;
    color: #fff;
    position: relative;
}

.bg-white {
    background-color: #fff;
    color: #011E45;
    position: relative;
}

@media (max-width: 991.98px) {
    .process-item {
        flex-direction: column;
    }

    .process-content,
    .process-image img {
        width: 100%;
    }

    .full-width-section .container-fluid {
        flex-direction: column;
    }

    .full-width-section .col-md-6 {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .process-item {
        flex-direction: row;
    }

    .process-item:nth-child(even) .process-content {
        order: 1;
    }

    .process-item:nth-child(even) .process-image {
        order: 2;
    }
}

.footer a {
    color: #FF724F;
}

.footer .copyright {
    font-weight: 600;
}

.brand-orange {
    color: #FF724F;
}

.brand-blue {
    color: #011E45;
}

@media (max-width: 1200px) {
    .banner {
        background: #fff !important;
    }
}

.card {
    border: 2px solid #000;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.card-header {
    background-color: #011E45;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px;
}

.card-body {
    padding: 15px;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    text-align: left;
}

.card-footer {
    padding: 10px 15px;
    background-color: #f7f7f7;
    border-top: 2px solid #000;
}

.card-footer .btn {
    background-color: #FF715B;
    border-color: #FF715B;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.card-footer .btn:hover {
    background-color: #e06452;
    border-color: #e06452;
}

.support-card .card-body {
    height: 275px;
    overflow-y: auto;
}

.support-card .card-body .disaster-recovery {
    height: 375px;
    overflow-y: auto;
}

.tutorial-label {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fd7e14; /* brand orange */
    color: #00274d; /* brand navy/dark blue */
    padding: 0.4rem 0.75rem;
    font-weight: bold;
    font-size: 0.75rem;
    border-bottom-left-radius: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    z-index: 10;
    border: 2px solid white;
}

.tutorial-label svg {
    width: 16px;
    height: 16px;
    fill: #00274d;
}

/* Collin & Company design layer */
:root {
    --commerce-ink: #07111f;
    --commerce-navy: #011f44;
    --commerce-blue: #011f44;
    --commerce-coral: #ff715b;
    --commerce-coral-dark: #df5844;
    --commerce-coral-soft: rgba(255, 113, 91, 0.16);
    --commerce-cream: #f7f3ea;
    --commerce-paper: #ffffff;
    --commerce-muted: #6f7d8f;
    --commerce-line: rgba(7, 17, 31, 0.1);
    --commerce-shadow: 0 24px 70px rgba(7, 17, 31, 0.16);
}

.commerce-body {
    background: var(--commerce-cream);
    color: var(--commerce-ink);
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
}

.commerce-body h1,
.commerce-body h2,
.commerce-body h3,
.commerce-body h4,
.commerce-brand-text {
    font-family: "Space Grotesk", "Inter", Arial, sans-serif;
    color: var(--commerce-ink);
    font-weight: 700;
    letter-spacing: -0.04em;
}

.commerce-body p {
    color: var(--commerce-muted);
}

.commerce-body .row > .col-md-6 {
    display: block;
}

.commerce-main {
    width: 100%;
    padding: 144px 0 0;
}

.commerce-navbar {
    min-height: 144px;
    background: rgba(1, 31, 68, 0.94);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 16px 50px rgba(7, 17, 31, 0.18);
}

.commerce-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #fff;
    text-decoration: none;
}

.commerce-brand:hover {
    color: #fff;
    text-decoration: none;
}

.commerce-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: var(--commerce-coral);
    color: #fff;
    font-weight: 900;
    letter-spacing: -0.08em;
}

.commerce-brand-text {
    color: #fff;
    font-size: 1.2rem;
}

.commerce-header-logo {
    display: block;
    width: auto;
    max-width: 690px;
    max-height: 144px;
    object-fit: contain;
}

.commerce-footer-logo {
    display: block;
    width: auto;
    max-width: 260px;
    max-height: 86px;
    object-fit: contain;
}

.commerce-navbar .nav-link {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
    font-size: 0.86rem;
    letter-spacing: 0.04em;
    margin: 0 0.35rem;
    text-transform: uppercase;
}

.commerce-navbar .nav-link:hover,
.commerce-navbar .nav-link:focus {
    color: var(--commerce-coral);
}

.commerce-thoughts-nav-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
}

.commerce-nav-new-callout {
    display: inline-flex;
    align-items: center;
    margin-top: 0.24rem;
    padding: 0.16rem 0.42rem;
    border-radius: 999px;
    background: var(--commerce-coral);
    color: #fff;
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(255, 113, 91, 0.32);
}

.commerce-navbar .navbar-toggler {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    padding: 0.55rem 0.75rem;
}

.commerce-navbar .navbar-nav .dropdown-menu,
.commerce-dropdown {
    min-width: 280px;
    padding: 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: #101c30;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.commerce-navbar .dropdown-item {
    color: rgba(255, 255, 255, 0.84);
    border-radius: 14px;
    padding: 0.85rem 1rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.commerce-navbar .dropdown-item:hover,
.commerce-navbar .dropdown-item:focus {
    background: var(--commerce-coral-soft);
    color: #fff;
}

.btn-commerce-nav,
.btn-commerce-primary,
.btn-commerce-dark,
.btn-commerce-light,
.btn-commerce-outline,
.btn-commerce-outline-dark {
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: -0.02em;
    border-width: 1px;
    box-shadow: none;
}

.btn-commerce-nav,
.btn-commerce-primary {
    background: var(--commerce-coral);
    border-color: transparent;
    color: #fff;
}

.btn-commerce-nav {
    padding: 0.7rem 1.15rem;
    font-size: 0.86rem;
}

.btn-commerce-primary {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}

.btn-commerce-nav:hover,
.btn-commerce-primary:hover {
    background: var(--commerce-coral-dark);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(255, 113, 91, 0.28);
}

.btn-commerce-outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.06);
}

.btn-commerce-outline:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.12);
}

.btn-commerce-outline-dark {
    color: var(--commerce-ink);
    border-color: rgba(7, 17, 31, 0.22);
    background: transparent;
}

.btn-commerce-outline-dark:hover,
.btn-commerce-dark {
    color: #fff;
    background: var(--commerce-ink);
    border-color: var(--commerce-ink);
}

.btn-commerce-light {
    color: var(--commerce-ink);
    background: #fff;
    border-color: #fff;
}

.commerce-hero,
.commerce-page-hero,
.commerce-article-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 14%, rgba(255, 113, 91, 0.2), transparent 28%),
        radial-gradient(circle at 22% 20%, rgba(255, 113, 91, 0.12), transparent 30%),
        linear-gradient(135deg, #011f44 0%, #082b58 52%, #011f44 100%);
    color: #fff;
}

.commerce-hero {
    padding: 3.5rem 0 2.5rem;
}

.commerce-page-hero.compact,
.commerce-article-hero {
    padding: 2.75rem 0 2.25rem;
}

.commerce-hero h1,
.commerce-page-hero h1,
.commerce-article-hero h1,
.commerce-dark-band h2,
.commerce-cta-band h2 {
    color: #fff;
}

.commerce-hero h1,
.commerce-page-hero h1,
.commerce-article-hero h1 {
    max-width: 980px;
    font-size: clamp(3rem, 6vw, 6.5rem);
    line-height: 0.92;
    margin-bottom: 1.6rem;
}

.commerce-page-hero h1,
.commerce-article-hero h1 {
    font-size: clamp(2.7rem, 5vw, 5.2rem);
}

.commerce-hero p,
.commerce-page-hero p,
.commerce-article-hero p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.14rem;
}

.commerce-hero-copy,
.commerce-page-hero p,
.commerce-article-hero p {
    max-width: 760px;
}

.commerce-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--commerce-coral);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.commerce-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.commerce-proof-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 3rem;
    max-width: 760px;
}

.commerce-proof-row div,
.commerce-contact-points div {
    padding: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
}

.commerce-proof-row strong,
.commerce-contact-points strong {
    display: block;
    color: #fff;
    font-size: 1.1rem;
}

.commerce-proof-row span,
.commerce-contact-points span {
    display: block;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.88rem;
}

.commerce-hero-panel,
.commerce-platform-card,
.commerce-form-card {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: var(--commerce-shadow);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.commerce-hero-panel,
.commerce-platform-card {
    padding: 1.25rem;
}

.panel-topline,
.commerce-platform-card span {
    color: var(--commerce-coral);
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.commerce-metric-card,
.commerce-platform-card div {
    margin-top: 1rem;
    padding: 1.2rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.1);
}

.commerce-metric-card.featured {
    background: linear-gradient(135deg, rgba(255, 113, 91, 0.24), rgba(255, 255, 255, 0.08));
}

.commerce-metric-card span,
.commerce-metric-card strong,
.commerce-platform-card strong {
    display: block;
}

.commerce-metric-card span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 800;
}

.commerce-metric-card strong,
.commerce-platform-card strong {
    margin-top: 0.45rem;
    color: #fff;
    font-size: 1.12rem;
    line-height: 1.3;
}

.commerce-panel-footer {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.92rem;
}

.commerce-platform-card img {
    display: block;
    max-height: 130px;
    margin: 0 auto;
    padding: 1rem;
    border-radius: 24px;
    background: #fff;
}

.commerce-platform-link {
    display: inline-block;
    margin-top: 1rem;
    color: var(--commerce-coral);
    font-weight: 800;
}

.commerce-platform-link:hover {
    color: #fff;
}

.commerce-logo-strip {
    padding: 2rem 0;
    background: #fff;
    border-bottom: 1px solid var(--commerce-line);
}

.commerce-logo-strip p {
    margin-bottom: 1.4rem;
    text-align: center;
    color: var(--commerce-muted);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.commerce-logo-strip img {
    max-height: 78px;
    object-fit: contain;
    filter: grayscale(0.1);
}

.commerce-section,
.commerce-split-section,
.commerce-article-section {
    padding: 5rem 0;
}

.section-heading {
    max-width: 820px;
    margin-bottom: 3rem;
}

.section-heading h2,
.commerce-split-section h2,
.blog-index-section h2 {
    font-size: clamp(2.2rem, 4vw, 4.2rem);
    line-height: 1;
}

.section-heading p,
.commerce-split-section p {
    font-size: 1.05rem;
}

.commerce-card,
.commerce-blog-card,
.commerce-empty-state {
    border: 1px solid var(--commerce-line);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(7, 17, 31, 0.08);
}

.commerce-card {
    padding: 2rem;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.commerce-card:hover,
.commerce-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 70px rgba(7, 17, 31, 0.14);
}

.commerce-card-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 1.2rem;
    border-radius: 16px;
    background: var(--commerce-navy);
    color: var(--commerce-coral);
    font-weight: 900;
}

.commerce-card h3,
.commerce-blog-card h3 {
    font-size: 1.45rem;
    margin-bottom: 0.85rem;
}

.commerce-card p,
.commerce-blog-card p {
    margin-bottom: 0;
}

.partner-card {
    text-align: center;
}

.partner-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    border: 1px solid var(--commerce-line);
    border-radius: 24px;
    background: #fff;
}

.partner-logo-wrap img {
    max-width: 100%;
    max-height: 95px;
    object-fit: contain;
}

.partner-logo-wrap span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 24px;
    background: var(--commerce-navy);
    color: var(--commerce-coral);
    font-family: "Space Grotesk", "Inter", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
}

.commerce-split-section {
    background: #fff;
}

.commerce-timeline {
    border-left: 1px solid rgba(7, 17, 31, 0.12);
    padding-left: 1.2rem;
}

.commerce-timeline-item {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 1rem;
    padding: 1.4rem 0;
    border-bottom: 1px solid var(--commerce-line);
}

.commerce-timeline-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: var(--commerce-coral);
    color: #fff;
    font-weight: 900;
}

.commerce-timeline-item h3 {
    margin-bottom: 0.3rem;
}

.commerce-dark-band,
.commerce-cta-band {
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 113, 91, 0.2), transparent 30%),
        linear-gradient(135deg, #011f44, #07111f);
    color: #fff;
}

.commerce-dark-band p,
.commerce-cta-band p {
    color: rgba(255, 255, 255, 0.74);
}

.commerce-mini-card {
    padding: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 800;
}

.commerce-cta-band {
    padding: 5rem 0;
}

.commerce-cta-band h2 {
    max-width: 820px;
    margin: 0 auto 1rem;
    font-size: clamp(2.3rem, 5vw, 4.8rem);
    line-height: 0.98;
}

.commerce-cta-band p {
    max-width: 720px;
    margin: 0 auto 2rem;
    font-size: 1.12rem;
}

.commerce-blog-card {
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.commerce-blog-image-wrap {
    position: relative;
    min-height: 220px;
    background: linear-gradient(135deg, var(--commerce-ink), var(--commerce-blue));
}

.commerce-blog-card img,
.commerce-article-image {
    width: 100%;
    object-fit: cover;
}

.commerce-blog-card img {
    height: 235px;
    display: block;
}

.commerce-blog-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 235px;
    color: var(--commerce-coral);
    font-family: "Space Grotesk", "Inter", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
}

.commerce-blog-badges {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.commerce-blog-badges span,
.commerce-article-meta span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--commerce-ink);
    padding: 0.35rem 0.7rem;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.commerce-blog-card-body {
    padding: 1.6rem;
}

.commerce-blog-meta {
    margin-bottom: 0.7rem;
    color: var(--commerce-muted);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.commerce-blog-card h3 a,
.commerce-read-link {
    color: var(--commerce-ink);
}

.commerce-blog-card h3 a:hover,
.commerce-read-link:hover {
    color: var(--commerce-blue);
    text-decoration: none;
}

.commerce-read-link {
    display: inline-block;
    margin-top: 1.2rem;
    font-weight: 900;
}

.commerce-series-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.commerce-series-filter-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--commerce-line);
    border-radius: 999px;
    padding: 0.5rem 0.85rem;
    background: #fff;
    color: var(--commerce-ink);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.commerce-series-filter-pill.active,
.commerce-series-filter-pill:hover {
    background: var(--commerce-navy);
    color: #fff;
    text-decoration: none;
}

.commerce-series-card {
    display: flex;
    flex-direction: column;
}

.commerce-series-card .commerce-blog-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.commerce-series-flag {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    min-width: 128px;
    border-radius: 0 0 24px 0;
    padding: 0.9rem 1.2rem;
    background: var(--commerce-coral);
    color: #fff;
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    box-shadow: 0 16px 32px rgba(7, 17, 31, 0.22);
    text-transform: uppercase;
}

.commerce-series-explore {
    align-self: flex-end;
    border: 0;
    border-radius: 999px;
    margin-top: auto;
    padding: 0.72rem 1.05rem;
    background: var(--commerce-blue);
    color: #fff;
    box-shadow: 0 12px 28px rgba(1, 31, 68, 0.18);
    cursor: pointer;
    letter-spacing: 0.02em;
}

.commerce-series-explore:hover {
    background: #07111f;
    color: #fff;
    text-decoration: none;
}

.commerce-series-modal .modal-content {
    border: 0;
    border-radius: 28px;
    overflow: hidden;
}

.commerce-series-modal-item {
    display: grid;
    grid-template-columns: 42px 72px minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--commerce-line);
    color: var(--commerce-ink);
    font-weight: 800;
}

.commerce-series-modal-item:last-child {
    border-bottom: 0;
}

.commerce-series-modal-item:hover {
    color: var(--commerce-blue);
    text-decoration: none;
}

.commerce-series-modal-item.coming-soon,
.commerce-in-series-item.coming-soon {
    color: var(--commerce-muted);
    cursor: default;
}

.commerce-series-modal-item.coming-soon:hover,
.commerce-in-series-item.coming-soon:hover {
    color: var(--commerce-muted);
    text-decoration: none;
}

.commerce-series-modal-item img,
.commerce-series-modal-placeholder {
    width: 72px;
    height: 50px;
    border-radius: 12px;
}

.commerce-series-modal-item img {
    object-fit: cover;
}

.commerce-series-modal-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--commerce-navy);
    color: var(--commerce-coral);
    font-size: 0.8rem;
    font-weight: 900;
}

.commerce-series-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: var(--commerce-navy);
    color: var(--commerce-coral);
    font-weight: 900;
}

.commerce-in-series-box {
    margin-top: 3rem;
    padding: 1.5rem;
    border: 1px solid var(--commerce-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(7, 17, 31, 0.08);
}

.commerce-series-heading-row h2 {
    margin-bottom: 1rem;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.commerce-in-series-list {
    display: grid;
    gap: 0.75rem;
}

.commerce-in-series-item {
    display: grid;
    grid-template-columns: 92px 78px minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.9rem;
    padding: 0.75rem;
    border: 1px solid var(--commerce-line);
    border-radius: 18px;
    color: var(--commerce-ink);
}

.commerce-in-series-item:hover,
.commerce-in-series-item.active {
    border-color: rgba(255, 113, 91, 0.55);
    background: #fff7f4;
    color: var(--commerce-ink);
    text-decoration: none;
}

.commerce-in-series-item.coming-soon:hover {
    border-color: var(--commerce-line);
    background: #fff;
    color: var(--commerce-muted);
}

.commerce-in-series-label {
    color: var(--commerce-coral);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.commerce-in-series-item img,
.commerce-in-series-placeholder {
    width: 78px;
    height: 52px;
    border-radius: 14px;
    object-fit: cover;
}

.commerce-in-series-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--commerce-navy);
    color: var(--commerce-coral);
    font-weight: 900;
}

.commerce-in-series-title {
    font-weight: 900;
}

.commerce-series-coming-soon-banner {
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-width: 128px;
    border-radius: 14px;
    padding: 0.45rem 1rem;
    background: var(--commerce-navy);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.commerce-series-coming-soon-banner small {
    margin-top: 0.2rem;
    font-size: 0.66rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-transform: none;
}

.commerce-empty-state {
    padding: 3rem;
}

.commerce-track-card .commerce-check-list {
    margin: 1.4rem 0 0;
    padding: 0;
    list-style: none;
}

.commerce-check-list li {
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--commerce-line);
    color: var(--commerce-ink);
    font-weight: 700;
}

.commerce-check-list li:before {
    content: "";
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    margin-right: 0.6rem;
    border-radius: 999px;
    background: var(--commerce-coral);
}

.about-panel h2 {
    color: #fff;
    margin-top: 1rem;
}

.commerce-contact-points {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
    max-width: 720px;
}

.commerce-form-card {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.96);
}

.commerce-form-card label {
    color: var(--commerce-ink);
    font-weight: 900;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.commerce-form-card .form-control {
    min-height: 52px;
    border: 1px solid rgba(7, 17, 31, 0.14);
    border-radius: 16px;
    background: #fff;
    color: var(--commerce-ink);
    font-weight: 600;
}

.commerce-form-card textarea.form-control {
    min-height: 150px;
}

.commerce-form-card .form-control:focus {
    border-color: var(--commerce-coral);
    box-shadow: 0 0 0 0.2rem rgba(255, 113, 91, 0.16);
}

.commerce-article-hero .commerce-article-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 1.5rem;
}

.commerce-article-image {
    max-height: 520px;
    margin-bottom: 2rem;
    border-radius: 34px;
    box-shadow: var(--commerce-shadow);
}

.commerce-article-body {
    padding: 3rem;
    border-radius: 34px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(7, 17, 31, 0.08);
}

.commerce-article-body h1,
.commerce-article-body h2,
.commerce-article-body h3,
.commerce-article-body h4 {
    margin-top: 2rem;
}

.commerce-article-body p,
.commerce-article-body li {
    color: #3f4d5d;
    font-size: 1.05rem;
    line-height: 1.8;
}

.commerce-article-body a {
    color: var(--commerce-blue);
    font-weight: 800;
}

.commerce-article-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: space-between;
    margin-top: 2rem;
}

.commerce-footer {
    padding: 4.5rem 0 2rem;
    background: #011f44;
    color: rgba(255, 255, 255, 0.7);
}

.commerce-footer h4 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1.2rem;
}

.commerce-footer p,
.commerce-footer .footer-btm {
    color: rgba(255, 255, 255, 0.68);
}

.commerce-footer a {
    color: rgba(255, 255, 255, 0.76);
    font-weight: 700;
}

.commerce-footer a:hover {
    color: var(--commerce-coral);
    text-decoration: none;
}

.commerce-footer .btn-commerce-light {
    color: var(--commerce-coral);
}

.commerce-footer .btn-commerce-light:hover {
    background: var(--commerce-coral);
    border-color: var(--commerce-coral);
    color: #fff;
}

.commerce-footer .footer-menu li {
    margin-bottom: 0.65rem;
}

.footer-btm {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {
    .commerce-navbar .navbar-collapse {
        padding: 1rem 0 1.25rem;
    }

    .commerce-navbar .nav-link {
        margin: 0.15rem 0;
        padding: 0.8rem 0;
    }

    .commerce-thoughts-nav-link {
        align-items: flex-start;
    }

    .commerce-navbar .navbar-nav .dropdown-menu,
    .commerce-dropdown {
        width: 100%;
        min-width: 0;
        text-align: left;
    }

    .btn-commerce-nav {
        display: block;
        margin-top: 0.75rem;
    }

    .commerce-hero,
    .commerce-page-hero.compact,
    .commerce-article-hero {
        padding: 2.25rem 0 1.75rem;
    }

    .commerce-proof-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .commerce-brand-text {
        font-size: 1rem;
    }

    .commerce-brand-mark {
        width: 38px;
        height: 38px;
    }

    .commerce-header-logo {
        max-width: 360px;
        max-height: 92px;
    }

    .commerce-hero-actions,
    .commerce-article-footer {
        display: grid;
    }

    .commerce-card,
    .commerce-form-card,
    .commerce-article-body,
    .commerce-empty-state {
        padding: 1.35rem;
        border-radius: 24px;
    }

    .commerce-section,
    .commerce-split-section,
    .commerce-article-section {
        padding: 3.5rem 0;
    }
}
