/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 26 Jun 2026, 11:54:36 pm
    Author     : sahib
*/

body {
    font-family: 'Inter', sans-serif!important;
    color: #111;
    overflow-x: hidden;
}
.fs-8  {
    font-size: 8px !important;
}
.fs-9  {
    font-size: 9px !important;
}
.fs-10 {
    font-size: 10px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-17 {
    font-size: 17px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-19 {
    font-size: 19px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-21 {
    font-size: 21px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-23 {
    font-size: 23px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-25 {
    font-size: 25px !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-27 {
    font-size: 27px !important;
}
.fs-28 {
    font-size: 28px !important;
}
.fs-29 {
    font-size: 29px !important;
}
.fs-30 {
    font-size: 30px !important;
}

/* ── NAVBAR ── */
.navbar-brand span {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    color: #C0392B;
    letter-spacing: 0.04em;
}
.navbar-brand small {
    display: block;
    font-size: 0.82rem;
    letter-spacing: 0.18em;
    color: #C0392B;
    font-weight: 500;
}
.nav-link {
    font-size: 1rem;
    color: #111 !important;
    /*font-weight: 500;*/
    border-bottom: 2px solid transparent;
    padding-left: 0 !important;
    transition: 0.3s ease;
    padding-right: 0 !important;
}
.nav-link:hover {
    transition: 0.3s ease;
    border-bottom: 2px solid #c0392b;
}
.nav-link.active {
    transition: 0.3s ease;
    border-bottom: 2px solid #c0392b;
    font-weight: 500;
}
.nav-item + .nav-item::before {
    content: '|';
    color: #999;
    font-size: 0.75rem;
    padding: 0 6px;
}
.btn-get-in-touch {
    background: #C0392B;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    border-radius: 50px;
    padding: 7px 20px;
    border: none;
    white-space: nowrap;
}
.btn-get-in-touch:hover {
    background: #a93226;
    color: #fff;
}
.font-shoulder {
    font-family: "Big Shoulders", sans-serif;
}
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* prevents distortion, crops to fill */
    object-position: center;
}
.hero-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    /*max-width: 900px;*/
    padding-left: 1rem;
    padding-right: 1rem;
}
.hero-tag {
    /*font-family: 'JetBrains Mono', monospace;*/
    font-size: clamp(0.7rem, 1.5vw, 0.9rem);
    letter-spacing: 2px;
    text-shadow:1px 1px 15px #000000f2;
    margin-bottom: 1rem;
    /*opacity: 0.85;*/
}
.hero-title {
    font-size: clamp(2rem, 6vw, 4.5rem);
    font-weight: 800;
    text-shadow:1px 1px 15px #000000f2;
    color: #fff;
    line-height: 1.1;
    /*text-transform: uppercase;*/
    letter-spacing: -0.01em;
}
@media (max-width: 576px) {
    .hero-title br {
        display: none;
    }
    .hero-title {
        font-size: clamp(1.25rem, 8vw, 1.75rem);
    }
}
@media (min-width: 577px) and (max-width: 991px) {
    .hero-section {
        min-height: 80vh;
        min-height: 80dvh;
    }
}
.hero-subtitle {
    font-size: 16px;
    letter-spacing: 5px;
    text-shadow:1px 1px 15px #000000f2;
    color: #fff;
    /*opacity: 0.8;*/
    margin-top: 14px;
    text-transform: uppercase;
}
.scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    font-size: 0.68rem;
    color: #fff;
    opacity: 0.7;
    letter-spacing: 0.1em;
    text-decoration: none;
}

/* ── INTRO ── */
.intro-text {
    font-size: clamp(0.95rem, 2vw, 2rem);
    color: #333;
    /*line-height: 1.7;*/
    text-align: center;
}
.intro-text strong {
    font-weight: 700;
    color: #111;
}

/* ── SERVICES ── */
.section-heading {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}
.section-heading strong {
    font-weight: 800;
}
.more-details-link {
    font-size: 0.8rem;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.more-details-link .arrow-icon {
    width: 28px;
    height: 28px;
    background: #C0392B;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.9rem;
}
.more-details-link:hover {
    color: #C0392B;
}

.service-card {
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
    /*min-height: 461px;*/
    cursor: pointer;
    transition: box-shadow 0.2s;
    box-shadow: 1px 3px 18px 5px rgb(0 0 0 / 23%);
}
.service-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.service-card-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}
.service-card-label {
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    justify-content: center;
    position: absolute;
    top: 0px;
    color: white;
    width: 100%;
    height: 100%;
    font-size: calc(2vw - -7px);
    text-shadow: 2px 2px 23px black;
    /* opacity: 0.7; */
    background: #00000085;
    transition: 0.3s ease;
}
.service-card-label:hover {
    transition: 0.3s ease;
    opacity: 1;
    background: #00000030;
}

/* ── STATS ── */
.stats-section {
    background: #fff;
}
.stat-number {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2.4rem, 6vw, 4rem);
    font-weight: 800;
    text-align: center;
    color: #111;
    line-height: 1;
}
.stat-label {
    font-size: 0.78rem;
    color: #555;
    font-weight: 500;
    margin-top: 4px;
    text-align: center;
}
.stat-arrow {
    font-size: 2.8rem;
    color: #111;
    font-weight: 300;
}

/* ── CLIENTS ── */
.clients-heading {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.4rem, 3.5vw, 2.2rem);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.clients-heading strong {
    font-weight: 800;
}
.client-logo-cell {
    border: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 13px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #111;
    min-height: 72px;
    text-align: center;
}
.client-logo-cell img {
    transition:0.3s ease;
    cursor: pointer;
}
.client-logo-cell:hover img {
    transform: scale(1.2);
    transition:0.3s ease;
}
.client-logo-cell.clinique {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
}
.client-logo-cell.dior {
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 0.3em;
}

/* ── FOOTER ── */
.footer-main {
    background: #111;
    color: #fff;
}
.footer-brand {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #C0392B;
    letter-spacing: 0.05em;
}
.footer-brand small {
    display: block;
    font-size: 0.5rem;
    letter-spacing: 0.2em;
    color: #C0392B;
    margin-top: -2px;
}
.footer-tagline {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-top: 28px;
}
.footer-email-form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #555;
    padding-bottom: 6px;
    margin-top: 18px;
    max-width: 240px;
}
.footer-email-form input {
    background: transparent;
    border: none;
    outline: none;
    color: #aaa;
    font-size: 0.78rem;
    flex: 1;
}
.footer-email-form input::placeholder {
    color: #666;
}
.footer-email-form button {
    background: transparent;
    border: none;
    color: #C0392B;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 0 4px;
}

.footer-col-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 6px;
}
.footer-links li a {
    font-size: 0.74rem;
    color: #999;
    text-decoration: none;
    transition: color 0.15s;
}
.footer-links li a:hover {
    color: #fff;
}

.footer-address {
    font-size: 0.74rem;
    color: #999;
    line-height: 1.6;
}
.footer-social a {
    color: #aaa;
    font-size:20px;
    margin-right: 5px;
    text-decoration: none;
}
.footer-social a:hover {
    color: #fff;
}
.btn-lets-start {
    border: 1px solid #555;
    border-radius: 50px;
    padding: 10px 28px;
    color: #fff;
    background: transparent;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
}
.btn-lets-start:hover {
    background: #C0392B;
    border-color: #C0392B;
    color: #fff;
}

.footer-bottom {
    background: #0a0a0a;
    border-top: 1px solid #222;
}
.footer-bottom-text {
    font-size: 0.7rem;
    color: #666;
}
.footer-bottom-text a {
    color: #C0392B;
    text-decoration: none;
}
.footer-bottom-links a {
    font-size: 0.7rem;
    color: #666;
    text-decoration: none;
    margin-left: 16px;
}
.footer-bottom-links a:hover {
    color: #aaa;
}

/* ── DIVIDER ── */
hr.section-divider {
    border: none;
    border-top: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
    .hero-section {
        min-height: 320px;
    }
    .service-card {
        min-height: 160px;
    }
    .service-card-img {
        height: 160px;
    }
    .stat-arrow {
        display: none;
    }
    .footer-email-form {
        max-width: 100%;
    }
    .nav-item + .nav-item::before {
        display: none;
    }
}
@media (max-width:992px) {
    .nav-item + .nav-item::before {
        display:none;
    }
}
#navMenu .nav-item {
    display: flex;
    align-items: center;
}
/* ── EVENTS / BLOG ── */
.events-section {
    background: #fff;
}
.events-heading {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.8rem, 5vw, 3rem);
    font-weight: 800;
    color: #C0392B;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}
.event-card {
    background: #fff;
    border: none;
}
.event-card-img-wrap {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f7f7f7;
    border-radius: 18px;
}
.event-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.event-card:hover .event-card-img-wrap img {
    transform: scale(1.04);
}
.event-date {
    font-size: 0.72rem;
    color: #888;
    margin-top: 12px;
    margin-bottom: 6px;
    font-weight: 400;
}
.event-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    font-weight: 600;
    color: #111;
    line-height: 1.4;
}

/* Pagination */
.blog-pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 600;
    border: 1px solid #ddd;
    color: #111;
    background: #fff;
    margin: 0 3px;
    padding: 0;
    transition: all 0.15s;
}
.blog-pagination .page-item.active .page-link {
    background: #111;
    border-color: #111;
    color: #fff;
}
.blog-pagination .page-item .page-link:hover:not(.active) {
    background: #f2f2f2;
}
.blog-pagination .page-item.arrow .page-link {
    font-size: 1rem;
    color: #555;
}
.gridding {
    display:grid;
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width:992px) {
    .gridding {
        grid-template-columns: repeat(3, 1fr)!important;
    }
    .client-logo-cell img {
        width:150px;
    }
}
@media (max-width:768px) {
    .gridding {
        grid-template-columns: repeat(2, 1fr)!important;
    }
    .client-logo-cell img {
        width:120px;
    }
}
/* ── TESTIMONIALS ── */
.testimonials-section {
    background: #fff;
    padding: 60px 0;
}
.testimonials-eyebrow {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 8px;
}
.testimonials-heading {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.4rem, 3.5vw, 2rem);
    font-weight: 700;
    color: #111;
    margin-bottom: 40px;
}

/* Cards */
.testi-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    padding: 32px 28px 24px;
    height: 275px;
    display: flex;
    flex-direction: column;
}
.testi-quote-wrap {
    position: absolute;
    opacity: 0.1;
    top: 0px;
    left: 0;
    z-index: 1;
}
.testi-quote-wrap svg {
    width: 80px;
    height: 80px;
    fill: #C0392B;
}
.testi-text {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    font-style: italic;
    z-index: 2;
    color: #444;
    line-height: 1.75;
    flex: 1;
    margin-bottom: 24px;
}
.testi-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f0f0f0;
    padding-top: 16px;
}
.testi-client-name {
    font-size: 0.75rem;
    font-weight: 700;
    color: #111;
}
.testi-client-company {
    font-size: 0.68rem;
    color: #888;
    margin-top: 3px;
}
.testi-brand-logo {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #c0392b;
    width:20px;
    transition: 0.3s ease;
}
.owl-theme .owl-dots span {
    transition: 0.3s ease;
}
/* ── STATS BAR ── */
.stats-bar {
    background: #fff;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 28px 0;
}
.stat-item {
    display: flex;
    align-items: center;
    gap: 14px;
}
.stat-icon {
    width: 44px;
    height: 44px;
    border: 1.5px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #444;
}
.stat-icon svg {
    width: 20px;
    height: 20px;
    stroke: #444;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.stat-value {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    line-height: 1;
}
.stat-label {
    font-size: 0.7rem;
    color: #888;
    margin-top: 3px;
    font-weight: 400;
}

/* ── OUR WORK ── */
.our-work-section {
    background: #111;
    padding: 48px 0 56px;
}
.our-work-eyebrow {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 6px;
}
.our-work-heading {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.view-all-link {
    font-size: 0.78rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}
.view-all-link:hover {
    color: #C0392B;
}

/* Project Cards */
.project-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    background: #222;
}
.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    opacity: 0.75;
    object-position: left top;
}
.project-card:hover img {
    transform: scale(1.06);
    opacity: 0.6;
}
.project-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.1) 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}
.project-name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(0.8rem, 2vw, 1.2rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 5px;
}
.project-link {
    font-size: 0.7rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0.85;
}
.project-link:hover {
    color: #C0392B;
    opacity: 1;
}

/* Grid layout inside carousel */
.work-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 200px 200px;
    gap: 8px;
}
.work-grid .project-card:first-child {
    grid-row: 1 / 3;
}

/* Owl custom dots */
.our-work-section .owl-dots {
    margin-top: 24px;
    text-align: center;
}
.our-work-section .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #555;
    margin: 0 4px;
    display: block;
    transition: all 0.25s;
}
.our-work-section .owl-dot.active span {
    background: #C0392B;
    width: 24px;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .project-card-overlay {
        padding:10px!important;
    }
    .work-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 160px 160px 160px;
    }
    .work-grid .project-card:first-child {
        grid-column: 1 / 3;
        grid-row: 1;
    }
    .stat-item {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}
/* ── INDUSTRIES WE SERVE ── */
.industries-section {
    background: #fff;
    padding: 56px 0;
    border-top: 1px solid #e8e8e8;
}
.industries-eyebrow {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 32px;
}
.industry-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}
.industry-label {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4;
    color: black;
}
.industry-item:hover .industry-label {
    color: #111;
}
.industry-item .industry-icon-wrap img {
    transition: 0.3s ease;
}
.industry-item:hover .industry-icon-wrap img {
    transition: 0.3s ease;
    transform: scale(1.2);
}
.grid-column {
    display:grid;
    grid-template-columns: repeat(8, 1fr);
}
@media (max-width:1024px) {
    .grid-column {
        grid-template-columns: repeat(4, 1fr);
        gap:20px;
    }
}
@media (max-width: 575px) {
    .grid-column {
        grid-template-columns: repeat(2, 1fr);
        gap:20px;
    }
    .industry-icon-wrap {
        width: 50px;
        height: 50px;
    }
    .industry-icon-wrap svg {
        width: 22px;
        height: 22px;
    }
    .industry-label {
        font-size: 0.65rem;
    }
}
.header-section-events {
    background: url(../images/events.jpg);
    background-position: center center;
    background-size: cover;
}
.header-section-product {
    background: url(../images/product.png);
    background-position: center center;
    background-size: cover;
}
.header-section-contact {
    background: url(../images/contact.png);
    background-position: center center;
    background-size: cover;
}
.header-section-leads {
    background: url(../images/lead.png);
    background-position: top center;
    background-size: cover;
}
.text-event {
    color:white;
    text-align: center;
    letter-spacing: 15px;
    font-weight: bold;
    text-shadow: 0 0 BLACK;
}
.lead-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 47%);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.lead-modal-overlay.open {
  display: flex;
}
.lead-modal-box {
  background: #272727;
  border: 1px solid #7a7a7a;
  border-radius: 12px;
  width: 90%;
  max-width: 480px;
  padding: 36px 32px 28px;
  position: relative;
  z-index: 10000;
  animation: modalIn 0.25s ease;
}
@keyframes modalIn {
  from { transform: scale(0.93); opacity: 0; }
  to   { transform: scale(1);   opacity: 1; }
}
.lead-modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  background: transparent;
  border: none;
  color: #888;
  font-size: 1.3rem;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}
.lead-modal-close:hover {
  color: #fff;
}
.lead-modal-eyebrow {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C0392B;
  margin-bottom: 6px;
}
.lead-modal-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 28px;
}
.lead-modal-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 0;
  color: #fff;
  font-size: 0.82rem;
  padding: 10px 0;
  width: 100%;
  outline: none;
  margin-bottom: 6px;
  transition: border-color 0.2s;
  font-family: 'Inter', sans-serif;
}
.lead-modal-input::placeholder {
  color: #555;
  font-size: 0.78rem;
}
.lead-modal-input:focus {
  border-bottom-color: #C0392B;
}
.lead-modal-field {
  margin-bottom: 20px;
}
.lead-modal-field small {
  font-size: 0.68rem;
  color: #C0392B;
  display: none;
  margin-top: 4px;
}
.lead-modal-field.error small {
  display: block;
}
.lead-modal-field.error .lead-modal-input {
  border-bottom-color: #C0392B;
}
textarea.lead-modal-input {
  resize: none;
  min-height: 80px;
}
.lead-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #222;
}
.btn-modal-cancel {
  background: transparent;
  border: 1px solid #333;
  border-radius: 50px;
  color: #888;
  font-size: 0.76rem;
  font-weight: 600;
  padding: 9px 22px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'Inter', sans-serif;
}
.btn-modal-cancel:hover {
  border-color: #555;
  color: #fff;
}
.btn-modal-submit {
  background: #C0392B;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 9px 26px;
  cursor: pointer;
  transition: background 0.2s;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.04em;
}
.btn-modal-submit:hover {
  background: #a93226;
}
.lead-modal-msg {
  font-size: 0.75rem;
  margin-top: 10px;
  text-align: center;
  min-height: 18px;
}
.icon-chat {
    position:fixed;
    bottom: 15px;
    right: 15px;
    border-radius: 30px;
    z-index: 9;
}