:root {
    /* palette approximated from the references */
    --bg-dark: #1b1612;
    --text-light: #ece6df;
    --muted: #968b83;
    --cream: #e9e3db;
    --text-dark: #2e2721;
    --card-blue: #3b4b5c;
    --card-olive: #606951;
    --card-orange: #c96433;
    --radius: 14px;
    --faq-bg: #0e0e0e;
    --faq-text: #ffffff;
    --faq-muted: #c7c7c7;
    --faq-border: #3a3a3a;
}


@font-face {
    font-family: "helve";
    src: url("../fonts/HelveticaNeueBold.woff");
}

@font-face {
    font-family: "helve-regu";
    src: url("../fonts/HelveticaNeueBold.woff");
}
a {text-decoration: none;}
html,
body {
    overflow-x: hidden;
    /* scroll-behavior: smooth */
    font-family: "helve-regu";
}

body {
    font-family: "helve-regu";
}

.container-fluid.px-5 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "helve" !important;
}

.brand-mark>img {
    filter: brightness(0.01) invert(1);
}

.hero-nav.sticky .brand-mark>img {
    filter: none;
}

.hero-nav.sticky {
    background: #fff;
}

/* HERO */
.hero {
    background: var(--bg-dark);
    color: var(--text-light);
    min-height: 88vh;
    display: flex;
    flex-direction: column;
}

.lead {
    font-size: 26px !important;
}

.hero-nav {
    /* padding-block: 10px; */
    min-height: 90px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 70px !important;
    position: fixed;
    width: 100%;
    background: #1b1612;
    z-index: 10;
    transition: all .5s ease-in-out;
}

.hero-nav.sticky {
    box-shadow: 1px 0px 1px 1px #dfdbd866;
    min-height: 70px;
}

.sticky .btn.btn-cta {
    padding: .2rem 1.3rem;
    min-height: 45px;
}

.brand-mark {
    font-weight: 700;
    letter-spacing: .2px;
}

.hero-main {
    padding-top: calc(7.5rem + 90px) !important;
}

.nav-links a {
    color: #dfdbd8;
    text-decoration: none;
    margin-inline: 20px;
    font-weight: 100;
    font-size: 1.25rem;
}

.nav-links a:hover {
    color: var(--text-light);
}

.btn-cta {
    background: #dfdbd8;
    color: #1b1612;
    border-radius: 999px;
    font-weight: 600;
    padding: .2rem 1.7rem;
    border: 0;
    font-size: 18px;
    min-height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;

    transition: all .5s ease-in-out;
}

.btn-cta:hover {
    background: #f1ece6;
    color: #191410;
}

.hero-main {
    padding-top: 5rem;
    padding-bottom: 4rem;
}

.lead-slash {
    color: var(--muted);
    font-weight: 800;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    margin-right: .4rem;
}

.hero-title {
    letter-spacing: -0.19688rem;
    line-height: 5.625rem;
    font-size: 5.8rem;
    color: #dfdbd8;
    font-weight: 400;
    margin-bottom: 4rem;
}

.lead-slash {
    position: relative;
    min-width: 52px;
    min-height: 100px;
    display: inline-flex;
}

.lead-slash:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../images/side-Logo.svg);
    background-repeat: no-repeat;
    background-size: 2.5rem;
    transform: translate(20px, 20px);
}

.hero-sub {
    color: var(--muted);
    max-width: 900px;
    margin-inline: auto;
    font-size: 28px;
}

/* LIGHT SECTION */
.section-light {
    background: #dfdbd8;
    color: var(--text-dark);
    padding-top: 4.5rem;
}

.clients-label {
    color: #7f746a;
    font-weight: 600;
    font-size: .95rem;
}

.logo-pill {
    color: #3b332d;
    opacity: .85;
    font-weight: 700;
    letter-spacing: .2px;
}

/* SERVICES CARDS */
.service-card {
    border-radius: var(--radius);
    color: #f7f3ee;
    padding: 1.75rem;
    height: 100%;
    min-height: 570px;
}

.service-card h3 {
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: .5rem;
    font-size: 30px;
}

.service-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-list li {
    padding-block: .65rem;
    border-bottom: 1px solid rgba(255, 255, 255, .28);
    font-weight: 500;
    font-size: 20px;
    color: #dfdbd8;
}

.service-list li:last-child {
    border-bottom: 0;
}


/* step Box Styling START  */
/* vertical center line across all steps */
.timeline {
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 50%;
    /* transform: translateX(-47%); */
    width: 3px;
    height: 75%;
    background: #bbbbbb;
    opacity: .9;
    z-index: -2;
    top: 14%;
    left: 0;
    right: 0;
    margin: 1px auto;
    transform: translateX(0px);
}

/* step rows */
.step {
    position: relative;
    padding-block: clamp(2.5rem, 4vw, 4.5rem);
}

/* number badges that sit on the center line */
.number-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #DFDBDB;
    color: var(--fg);
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 1.5rem;
    box-shadow: 0 0 0 10px rgba(59, 59, 59, .35);
}

.step h3 {
    font-size: clamp(2rem, 3.5vw, 3.25rem);
    font-weight: 700;
    letter-spacing: .2px;
}

.step p {
    color: var(--muted);
    font-size: 28px;
    line-height: 38px;
    margin-top: 1rem;
}

/* Images */
.step-img {
    max-height: 350px;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .55));
    display: table;
    margin: 0 auto;
}

/* Our Process header */
.process-intro h2 {
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.process-intro small {
    color: var(--muted);
    letter-spacing: 1px;
    font-size: 26px;
}


/* package START  */
/* Section wrapper placed at bottom of page */
.services-section {
    padding: 4rem 0 6rem;
    background: #1b1612;
    color: #DFDBDB;
}

/* .services-section .nav-tabs {
    border-bottom-color: #1b1612 !important;
} */
.portfolio-sec .nav-link.active {
    background: #1b1612 !important;
    color: #fff !important;
}

.services-title {
    letter-spacing: .06em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.25rem;
}

.service-card {
    background: #DFDBDB;
    border-radius: var(--radius);
    padding: 2rem;
    height: 100%;
    color: #1b1612;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.6) inset,
        0 10px 30px rgba(0, 0, 0, 0.25);
}

.service-chip {
    display: inline-block;
    padding: .4rem .9rem;
    border-radius: 999px;
    background: #1c1c1c;
    color: #f1f1f1;
    font-size: .9rem;
    font-weight: 600;
}

.service-sub {
    font-weight: 800;
    letter-spacing: .02em;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.service-desc {
    color: var(--muted);
    line-height: 1.3rem;
    font-size: 16px;
}

.service-price-label {
    margin-top: 1.25rem;
    letter-spacing: .1em;
    font-weight: 700;
    color: #222;
    font-size: .95rem;
}

.service-price {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: .02em;
    margin-bottom: 1rem;
}

.service-btn {
    background: #1b1612;
    color: #DFDBDB;
    border-radius: 999px;
    padding: .8rem 1.25rem;
    font-weight: 700;
    letter-spacing: .04em;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto;
    display: table;
    top: 20px;
    min-width: 200px;
    margin-bottom: -67px;
    border: 1px solid #dfdbdb;
}

/* Card spacing on small screens */
.services-grid>[class*="col"] {
    margin-bottom: 1.5rem;
}

/* package END  */



/* New Section START  */
/* Section 1: Testimonial */
.section-partnerships {
    background: #dfdbd8;
    color: var(--ink);
}

.section-partnerships h2 {
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    font-size: clamp(1.75rem, 1.2rem + 2.2vw, 3rem);
}

.quote {
    color: #2b2b2b;
    font-size: 1.8rem;
}

.quote mark {
    background: var(--accent);
    padding: .15rem .25rem;
    border-radius: .25rem;
}

.quote-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

.chatbtn {
    background-color: #dfdbd8 !important;
    color: #1b1612 !important;
    min-width: 150px;
    border: 1px solid #000;
}

.avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #eef2f6;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: var(--ink);
    font-size: 30px;
}

.person small {
    color: var(--muted);
    font-size: 20px;
    font-weight: 400;
}

/* Owl nav styled as circular buttons */
.testimonial-carousel .owl-nav {
    position: absolute;
    right: .25rem;
    bottom: 0rem;
    display: flex;
    gap: .5rem;
}

.testimonial-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffffb3 !important;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    display: grid;
    place-items: center;
    line-height: 1;
    font-size: 28px !important;
    color: #333 !important;
    transition: .2s ease, transform .2s ease;
}

.testimonial-carousel .owl-nav button:hover {
    background: #fff !important;
    transform: translateY(-1px);
}

.testimonial-carousel .owl-dots {
    display: none;
}

/* Section 2: CTA with slanted image */
.section-cta {
    background: var(--bg-soft);
    color: var(--ink);
    overflow: hidden;
}

.cta-title {
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
    font-size: clamp(2rem, 1.2rem + 4vw, 5rem);
}

.cta-btn {
    background: #1b1612;
    color: #DFDBDB;
    border-radius: 999px;
    padding: .8rem 1.4rem;
    font-weight: 700;
    font-size: .95rem;
}

.cta-btn:hover {
    background: #1a1a1a;
    color: #DFDBDB;
}

.slanted-wrap {
    min-height: 420px;
    position: relative;
}

.slanted {
    position: absolute;
    inset: 0;
    clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
    overflow: hidden;
}

.slanted img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
}

@media (max-width: 991.98px) {
    .owl-nav {
        position: static;
        margin-top: .5rem;
        justify-content: flex-end;
    }

    .slanted-wrap {
        min-height: 300px;
    }

    .slanted {
        clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
    }
}

/* New Section END  */
.cta-section {
    background-color: #1b1612;
    padding: 7.5rem 0rem 3.2rem;
    color: #DFDBDB;
}

.logo {
    font-weight: 800;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #DFDBDB;
    text-decoration: none;
    line-height: 1;
}

.logo .slash {
    display: inline-block;
    width: 6px;
    height: 28px;
    background-color: var(--fg);
    transform: skew(-12deg);
    border-radius: 1px;
    margin-right: .125rem;
}

.logo span {
    font-size: 1.75rem;
}

.eyebrow {
    color: var(--muted);
    font-size: clamp(1.25rem, 2.6vw, 2.25rem);
    line-height: 1.2;
    margin-top: 3.6rem;
    font-weight: 400;
}

.headline {
    font-weight: 800;
    font-size: 36px;
    line-height: 1.1;
    margin-top: .25rem;
}

.email-link {
    display: inline-block;
    color: #DFDBDB;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    font-size: 36px;
    font-weight: 700;
    margin: 4rem 0;
}

.email-link:hover,
.email-link:focus {
    border-color: var(--fg);
    text-decoration: none;
}

.locations-label {
    color: var(--muted);
    font-size: 28px;
    /* margin-top: clamp(2.5rem, 5vw, 4rem); */
}

.locations.mb-0 {
    display: flex;
    gap: 20px;
    align-items: center;
}

.locations {
    font-size: 28px;
    font-weight: 400;
    margin-top: .25rem;
}

.locations .dot {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background-color: var(--fg);
    border-radius: 50%;
    margin: 0 .6rem .15rem;
    opacity: .9;
}

.address {
    color: #DFDBDB;
    font-size: 12px;
    margin-top: 0 !important;
}

hr.divider {
    border: 0;
    border-top: 1px solid var(--divider);
    margin-top: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 1rem;
    opacity: 1;
}

.legal {
    color: var(--muted);
    font-size: 12px;
}

.legal a {
    color: #DFDBDB;
    text-decoration: none;
    opacity: .9;
}

.legal a:hover,
.legal a:focus {
    text-decoration: underline;
}




/* PortFolio START  */
.an-portfolio-section {
    text-align: center;
    padding: 100px 0px;
}

.an-portfolio-section .an-heading-wrap {
    margin-bottom: 50px;
}

.an-portfolio-slider {
    margin-bottom: 30px;
}

.an-portfolio-slider img {
    width: 100%;
    border-radius: 20px;
}

.an-portfolio-slider figure {
    margin-bottom: 20px;
}

.an-portfolio-slider .item {
    height: auto;
    padding: 10px;
    transition: 0.5s;
}

.an-portfolio-slider .item:nth-child(odd) {
    animation: port1 5s linear infinite;
}

@keyframes port1 {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.an-portfolio-slider .item:nth-child(even) {
    animation: port2 5s linear infinite;
}

@keyframes port2 {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.an-portfolio-slider .slick-list {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.an-process-section {
    padding-bottom: 100px;
}

.an-process-section .container {
    position: relative;
}

.an-process-section .row {
    margin-top: 70px;
    margin-bottom: 30px;
}

.an-process-section .row>div:nth-child(2) {
    margin-top: 30px;
}

.an-process-section .row>div:nth-child(3) {
    margin-top: 100px;
}

.an-process-section .row>div:nth-child(4) {
    margin-top: 120px;
}

.an-process-item span {
    display: block;
    margin: auto;
    width: max-content;
    font-size: 70px;
    font-family: 'Archivo Black';
    margin-bottom: 120px;
}

.an-process-section svg.an-process-line {
    position: absolute;
    width: 100%;
    top: -40px;
    z-index: -1;
}

.an-process-section .row>div:nth-child(2) .an-process-item span {
    margin-bottom: 140px;
}

.an-process-section .row>div:nth-child(4) .an-process-item span {
    margin-bottom: 140px;
}

.an-process-item h3 {
    font-size: 18px;
}

.an-process-item {
    padding: 0px 20px;
}

.an-process-item svg {
    margin-bottom: 20px;
}

.an-process-item b {
    position: absolute;
    width: 45px;
    height: 45px;
    background: white;
    border: 3px solid #fff100;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.an-process-item b::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #101522;
    border-radius: 100%;
}

.an-process-section .row>div:nth-child(1) b {
    top: 160px;
    left: 160px;
}

.an-process-section .row>div:nth-child(2) b {
    top: 100px;
    left: 160px;
}

.an-process-section .row>div:nth-child(3) b {
    top: 100px;
    left: 160px;
}

.an-process-section .row>div:nth-child(4) b {
    top: 100px;
    left: 160px;
}

.an-process-section svg.an-process-line path {
    fill: none;
    stroke: #fff100;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: dash1 6s linear infinite;
    opacity: 1;
}

@keyframes dash1 {
    0% {
        stroke-dashoffset: -2000;
    }

    20% {
        stroke-dashoffset: 0;
    }

    80% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 2000;
    }
}

.an-why-Webblerss-section .row {
    align-items: center;
}



.an-portfolio-slider .item:nth-child(odd) {
    animation: port1 5s linear infinite;
}

@keyframes port1 {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.an-portfolio-slider .item:nth-child(even) {
    animation: port2 5s linear infinite;
}

@keyframes port2 {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(20px);
    }

    100% {
        transform: translatey(0px);
    }
}

/* PortFolio END  */
/* Dropdown Parent */
.custom-dropdown {
    position: relative;
    display: inline-block;
}

/* Main Link */
.custom-dropdown-link {
    display: block;
    text-decoration: none;
}

/* Dropdown Menu */
.custom-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: #ffffff82;
    backdrop-filter: blur(5px);
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);

    /* Hide by default */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
    border-radius: 8px;
    overflow: hidden;
}

/* Menu Items */
.custom-dropdown-menu li {
    border-bottom: 1px solid #eee;
}

.custom-dropdown-menu li:last-child {
    border-bottom: none;
}

.custom-dropdown-menu li a {
    display: block;
    padding: 12px 15px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
    margin-inline: 0;
    font-size: 16px;
}

.custom-dropdown-menu li a:hover {
    background: #f5f5f5;
    color: #000000;
}

/* CTA STYLING START  */


.cta-new-sec {
    padding: 80px 0;
    position: relative !important;
    background: linear-gradient(to bottom, #000000 0, #5c5c5c 100%);
    overflow: hidden
}

.cta-new-sec-head h1 {
    color: #fff;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
    font-size: clamp(2rem, 1.2rem + 4vw, 5rem);
    text-align: center;
}

.shape {
    position: absolute
}

.shape-a3 {
    top: 0;
    right: 0
}

.shape-a4 {
    top: -150px;
    right: 20%
}

.shape-a2 {
    bottom: -30px;
    right: 0
}

.cta-new-sec-head p {
    /* font-size: 17px; */
    text-align: center;
    color: #fff
}

.cta-new-sec-btn-list,
.cta-new-sec-btns {
    text-align: center;
    margin-top: 30px
}


.cta-new-sec-btn-list ul {
    display: flex;
    justify-content: center;
    gap: 50px
}

.cta-new-sec-head span {
    color: #bd1128
}



/* Show Dropdown on Hover */
.custom-dropdown:hover .custom-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* faq section START  */
.faq-section {
    padding-block: clamp(3rem, 6vw, 6rem);
    background: var(--faq-bg);
    color: var(--faq-text);
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #ffffff00 !important;
}

.faq-title {
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1;
    font-size: clamp(2.25rem, 8vw, 5rem);
}

p {
    font-size: 1.4rem;
}

/* Accordion styling */
.accordion .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--faq-border);
}

.accordion-button {
    background: transparent;
    color: var(--faq-text);
    font-weight: 700;
    font-size: clamp(1.125rem, 2.2vw, 2.125rem);
    padding-left: 3rem;
    /* space for the + icon */
    box-shadow: none !important;
}

.client-heading {
    margin-bottom: 3.5rem !important;
    font-size: 28px;
    color: #2d1a0b;
}

.addgap {
    display: flex;
    gap: 2.5rem;
    flex-direction: column;
}

button.nav-link,
button.nav-link:hover {
    color: #DFDBDB;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    min-height: 250px;
    max-height: 250px;
    overflow: auto;
}

.list-unstyled>li>i {
    color: #1b1612;
}

.list-unstyled::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.list-unstyled::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

ul#myTab {
    justify-content: center;
}

.list-unstyled::-webkit-scrollbar-thumb {
    background-color: #1b1612;
    border: 2px solid #555555;
}


.list-unstyled>li {
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    color: #555;
}

.accordion-button:hover {
    color: var(--faq-text);
}

/* Remove default chevron */
.accordion-button::after {
    display: none;
}

/* Custom + / Ã¢â‚¬â€œ indicator before question */
.accordion-button {
    position: relative;
}

.accordion-button::before {
    content: "+";
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.75rem;
    line-height: 1;
    color: var(--faq-text);
    transition: transform .2s ease, opacity .2s ease;
}

.accordion-button:not(.collapsed)::before {
    content: "-";
    transform: translateY(-50%);
}

.accordion-body {
    color: var(--faq-muted);
    font-size: 1.3rem;
    padding-top: 0;
    padding-left: 3rem;
    padding-bottom: 1.25rem;
}

/* Align the divider visually like in the reference */
.faq-rail {
    max-width: 980px;
}

span.dotfooter {
    min-height: 10px;
    min-width: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 10px;
    max-height: 10px;
    background: #ffffff;
    border-radius: 100px;
}

.actions {
    border-top: 1px solid #eee;
    padding-top: 15px;
    display: flex;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

small.calltoactn {
    display: block;
    margin-bottom: 10px;
}

.actions a {
    min-width: inherit;
    margin: 0;
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid;
    text-decoration: none;
}

.copy ul li a,
section.packages a.action-no.clearfix.pur {
    color: #000 !important;
}

.actions:after {
    content: "";
    position: absolute;
    height: 80%;
    width: 2px;
    background: #eeeeee;
    top: calc(80% - 50%);
    left: calc(50% - 1px);
}

/* faq section END  */

.hero-form-card {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 3rem 2rem;
    position: relative;
}

.form-icon {
    position: absolute;
    top: -60px;
    right: 30px;
}

.slash-icon {
    font-size: 5rem;
    color: var(--color-white);
    font-weight: 700;
}

.form-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.hero-form .form-control {
    background-color: #00000000;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--color-white);
    padding: 1rem 1rem;
    border-radius: 0;
    color: #fff;
}

.thank-banner,
.privacy-policy-sec {
    padding: 100px 0;
    font-size: 14px;
}

.thank-banner .inr-bnr-txt {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

section.form-sec {
    margin-top: 100px;
}

.thank-banner .inr-bnr-txt p,
.privacy-policy-sec p {
    font-size: 16px;
}

.hero-nav.sticky .nav-links a {
    color: #434343;
}


.hero-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hero-form .form-control:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: var(--color-white);
    color: var(--color-white);
    box-shadow: none;
}

.form-note {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.hero-form .btn-light {
    border-radius: 30px;
    padding: 0.75rem 2rem;
    font-weight: 500;
}

.text-italic a {
    text-decoration: none;
    border-bottom: 1px solid #919191;
}

.text-italic,
.text-italic a {
    font-style: italic;
    color: #919191;
    font-weight: 300;
}

button.btn-close.btn-close-white {
    z-index: 8;
}

.innerbanner {
    min-height: unset !important;
}



.portfolioBox {
    min-height: 350px;
    max-height: 350px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 2px #ccc;
}

.portfolioBox a {
    display: block;
    width: 100%;
    height: 100%;
}

.portfolioBox img {
    width: 100%;
    height: auto;
    min-height: 500px;
    /* image taller than box */
    object-fit: cover;
    transition: transform 6s ease;
    display: block;
}

/* Smooth image scroll down */
.portfolioBox:hover img {
    transform: translateY(calc(-100% + 350px));
}

/* Responsive tweaks: collapse the line and center content on smaller screens */
@media (max-width: 991.98px) {
    .timeline::before {
        left: 8px;
        transform: none;
    }

    .number-badge {
        left: 8px;
        transform: translateY(-50%);
        width: 64px;
        height: 64px;
        font-size: 1.25rem;
    }

    .step .content {
        padding-left: 88px;
    }

    /* room for the badge */
}

@media (max-width: 575.98px) {
    .number-badge {
        width: 56px;
        height: 56px;
        font-size: 1.1rem;
    }

    .step .content {
        padding-left: 72px;
    }
}

/* step Box Styling END  */