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

@font-face {
    font-family: "Kaivalya";
    src: url("../fonts/Kaivalya.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

h1,
h,
h3,
h4,
h5,
h6 {
    font-family: "Kaivalya", serif;
}

body,
p,
a,
li,
span,
button,
input,
textarea,
label {
    font-family: "Gotham", sans-serif;
}

:root {
    --bs-light: #e1d7cb; /* Nude Linen */
    --bs-dark: #0d0f12; /* Midnight Black */
    --bs-warning: ##270308; /* Dark Burgundy */
    --bs-success: #37432b; /* Deep Olive */

    --bs-light-rgb: 216, 208, 197;
    --bs-dark-rgb: 13, 15, 18;
    --bs-warning-rgb: 58, 1, 8;
    --bs-success-rgb: 55, 67, 43;
}
.btn {
    border-radius: 999px;
    padding: 0.65rem 1.25rem;
    font-weight: 500;
    transition: all 0.25s ease;
}
.btn-warning {
    background-color: #3a0108;
    border-color: #3a0108;
    color: #f5f1ea;
}

.btn-success {
    background-color: #37432b;
    border-color: #37432b;
    color: #f5f1ea;
}

.bg-light {
    background-color: #d8d0c5 !important;
    color: #1a1a1a !important;
}

.bg-dark {
    background-color: #0d0f12 !important;
    color: #f5f1ea !important;
}

.btn-outline-light {
    color: #d8d0c5 !important;
    border-color: #d8d0c5 !important;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active {
    background-color: #d8d0c5;
    border-color: #d8d0c5;
    color: #1a1a1a;
}

.btn-outline-dark {
    color: #0d0f12;
    border-color: #0d0f12;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active {
    background-color: #0d0f12;
    border-color: #0d0f12;
    color: #f5f1ea;
}

.btn-outline-warning {
    color: #3a0108;
    border-color: #3a0108;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active {
    background-color: #3a0108;
    border-color: #3a0108;
    color: #f5f1ea;
}

.btn-outline-success {
    color: #37432b;
    border-color: #37432b;
}
.text-success {
    color: #37432b !important;
}
.text-light {
    color: #f5f1ea !important;
}
.text-warning {
    color: #3a0108 !important;
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
    background-color: #37432b;
    border-color: #37432b;
    color: #f5f1ea;
}
h1,
h2,
h3 {
    font-family: "KAIVALYA", Cinzel, "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    background: #faf9f6;
    color: var(--text);
    transition: background 0.05s linear;
    overflow-x: hidden;
}

/* ── Fixed HUD ── */
.hud {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 1.2rem 2.5rem; */
    background: rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.hud-logo {
    font-family: "KAIVALYA", "Bebas Neue", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.12em;
    color: #fff;
}

.hud-color {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
}

.hud-swatch {
    /* width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.6);
      transition: background 0.15s; */
}

/* ── Progress bar ── */
.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: rgba(255, 255, 255, 0.75);
    z-index: 200;
    transition: width 0.05s linear;
}

/* ── Sections ── */
section {
    min-height: var(--section-h);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 7rem 2rem 4rem; */
    position: relative;
}

.section-index {
    font-family: "KAIVALYA", "Bebas Neue", sans-serif;
    font-size: clamp(6rem, 18vw, 14rem);
    line-height: 1;
    color: rgba(255, 255, 255, 0.12);
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    user-select: none;
    pointer-events: none;
}

.card {
    max-width: 640px;
    text-align: center;
    /* padding: 3rem 3.5rem; */
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 20px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.card-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 1.2rem;
    background: rgba(255, 255, 255, 0.15);
    /* padding: 0.3rem 0.85rem; */
    border-radius: 100px;
}

.card h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.4rem, 6vw, 4rem);
    letter-spacing: 0.06em;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 1rem;
}

.card p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
}

/* ── Divider ── */
.palette-strip {
    display: flex;
    width: 100%;
    height: 6px;
}

.palette-strip span {
    flex: 1;
    background: var(--c, #fff);
    opacity: 0.01;
}

/* ── Scroll hint ── */
.scroll-hint {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    z-index: 100;
    transition: opacity 0.4s;
}

.scroll-hint.hidden {
    opacity: 0;
    pointer-events: none;
}

.scroll-arrow {
    width: 24px;
    height: 24px;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    transform: rotate(45deg);
    animation: bounce 1.4s ease-in-out infinite;
}
header .navbar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    /* background-color: #f5f1ea !important; */
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.09); */
}
@keyframes bounce {
    0%,
    100% {
        transform: rotate(45deg) translateY(0);
    }

    50% {
        transform: rotate(45deg) translateY(5px);
    }
}
/* ───────── RESET ───────── */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden;
}

/* ───────── NAVBAR FIX ───────── */
.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.navbar {
    /* background: rgba(0, 0, 0, 0.5); */
    /* semi transparent */
    /* backdrop-filter: blur(10px); */
    z-index: 2000;
}

/* Ensure toggle icon is visible */
.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    filter: invert(1);
    /* makes icon white */
}

/* ───────── SECTION + VIDEO FIX ───────── */
section {
    position: relative;
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.main-title {
    position: relative;
    z-index: 1;
    left: 0;
    /* bottom: 0; */
    color: wheat;
    width: 25%;
    padding: 50px;
    filter: blur(0.4px);
}
.main-title-head {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    color: wheat;
    width: 25%;
    padding: 50px;
    filter: blur(0.4px);
}
/* VIDEO AS BACKGROUND */
section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    /* KEY FIX */
}

/* ───────── CONTENT CARD ───────── */
.card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    padding: 30px;
    border-radius: 20px;
    color: white;
    max-width: 500px;
    z-index: 2;
}

.card h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.card p {
    font-size: 1rem;
    opacity: 0.8;
}

/* ───────── SECTION INDEX ───────── */
.section-index {
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 2rem;
    color: white;
    opacity: 0.6;
}

/* ───────── PALETTE STRIP ───────── */
.palette-strip {
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    z-index: 3000;
}

/* ───────── PROGRESS BAR ───────── */
.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    width: 0%;
    background: white;
    z-index: 4000;
}

/* ───────── HUD COLOR ───────── */
.hud-color {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 3000;
}

.hud-swatch {
    /* width: 40px;
            height: 40px;
            border-radius: 50%; */
    /* background: red; */
}

/* ───────── SCROLL HINT ───────── */
.scroll-hint {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: white;
    font-size: 14px;
    z-index: 3000;
    text-transform: uppercase;
}

.scroll-arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    margin: auto;
    margin-bottom: 5px;
}

/* ───────── VIDEO WRAP FIX ───────── */
.video-wrap {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    overflow: hidden;
    display: none;
}

.custom-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-1 {
    height: 100vh;
    position: relative;
    /* top: 60px; */
}
.section-1 .row nav {
    backdrop-filter: blur(10px);
    z-index: 2000;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    border-bottom: 0.5px solid wheat !important;
}
.section-blog .row nav {
    backdrop-filter: blur(10px);
    z-index: 2000;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    border-bottom: 0.5px solid wheat !important;
}
.section-1 .row nav .breadcrumb li {
    color: #d8d0c5;
    padding: 1px;
}
.section-1 .row nav .breadcrumb li::before {
    color: #fff9f6;
    padding: 1px;
}
.section-1 .row nav .breadcrumb li::after {
    color: #fff9f6;
    padding: 1px;
}
.section-1 .row nav .breadcrumb li a {
    color: #fff9f6;
    text-decoration: none;
}
.nav-link {
    font-family: Gotham !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #faf9f6 !important;
}
.digital-first {
    font-family: "DM Sans";
    font-weight: 100 !important;
    font-size: 45px !important;
    line-height: 58.93px !important;
    letter-spacing: -4% !important;
    text-transform: uppercase !important;
    color: #37432b !important;
    border-left: 5px solid #270308;
    padding-left: 55px;
    position: relative;
    left: -2.5px;
}
.digital-first span {
    font-family: "KAIVALYA", sans-serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 58.93px;
    letter-spacing: -4%;
    text-transform: uppercase;
}
.logo-slider {
    overflow: hidden;
    position: relative;
}
.abouty {
    height: fit-content;
    border-left: 1px solid #270308;
    padding-bottom: 43px;
}
.logo-track-homepage {
    display: flex;
    gap: 60px;
    animation: scroll 20s linear infinite;
}

.logo-track-homepage img {
    height: 150px;
    opacity: 0.6;
}

.logo-track-homepage img:hover {
    opacity: 1;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.video-overlay {
    background: #00000080;
    width: 100%;
    height: 100%;
}
.carousel img {
    border-radius: 16px;
    object-fit: cover;
}

.btn-lg {
    padding: 12px 28px;
}

.display-3 {
    line-height: 1.1;
}

.display-3 span:nth-child(2) {
    opacity: 0.6;
}

.btn-lg {
    padding: 12px 28px;
    border-radius: 30px;
}
.btn-lg {
    padding: 12px 28px;
}

section.bg-light {
    border-radius: 20px;
}

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

.card {
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.badge {
    font-size: 11px;
    letter-spacing: 1px;
}
section p {
    line-height: 1.7;
}

.btn {
    transition: 0.3s;
}

.btn:hover {
    transform: translateY(-2px);
}
footer a:hover {
    opacity: 0.7;
}

footer input {
    border-radius: 30px;
}

footer button {
    border-radius: 30px;
}
.card {
    background: rgba(255, 255, 255, 0);
}
.view_all_work {
    /* font-family: Gotham;
    font-weight: 300;
    font-style: Light;
    font-size: 45px;
    line-height: 58.93px;
    letter-spacing: -4%;
    text-transform: uppercase; */
    /* height: 50vh !important; */
}
/* .view_all_work:hover,
.view_all_work-active {
  background-color: #faf9f6;
  transition: all 0.3s ease-in-out;
}
.recent_work:hover,
.our_purpose:hover,
.recent_work-active,
.our_purpose-active {
  background-color: #3a0108;
  transition: all 0.3s ease-in-out;
}
.section-services:hover,
.news:hover,
.section-services-active,
.news-active {
  background-color: #37432b;
  transition: all 0.3s ease-in-out;
} */
.bg-green {
    background: #37432be1 !important;
    border-radius: 15px;
}
.bg-red {
    background: #3a0108e1 !important;
    border-radius: 15px;
}

.bg-green:hover {
    background: #37432b !important;
}
.bg-red:hover {
    background-color: #3a0108 !important;
}
.filter-btn:hover {
    background-color: #000 !important;
    color: #fff !important;
    transition: all;
}
.navbar-nav .nav-link {
    margin: 0 10px;
}
svg {
    width: 100%;
    max-width: 400px;
}

.portfolio-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
}

.portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.portfolio-card:hover img {
    transform: scale(1.08);
}

/* Overlay */
.portfolio-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    opacity: 0;
    transition: 0.4s ease;
}

.portfolio-card:hover .overlay {
    opacity: 1;
}

.overlay h5 {
    font-weight: 600;
}

/* Button polish */
.btn {
    transition: 0.3s ease;
}

.btn:hover {
    transform: translateY(-3px);
}

.portfolio-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
}

.portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.portfolio-card:hover img {
    transform: scale(1.08);
}

/* Overlay */
.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transition: 0.4s ease;
}

.portfolio-card:hover .overlay {
    opacity: 1;
}
.logo-slider {
    overflow: hidden;

    position: relative;
}

.logo-track {
    display: flex;
    gap: 60px;
    animation: scroll 5s linear infinite;
    align-items: center;
}

.logo-track img {
    height: 40px;
    opacity: 0.7;
    transition: 0.3s;
}

.logo-track img:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

blockquote {
    line-height: 1.6;
    font-weight: 500;
    color: #212529;
}

blockquote::before {
    content: "“";
    font-size: 60px;
    color: #dee2e6;
    display: block;
    margin-bottom: -20px;
}

blockquote::after {
    content: "”";
    font-size: 60px;
    color: #dee2e6;
    display: block;
    margin-top: -20px;
}

.award-card {
    background: #fff;
    border-radius: 16px;
    transition: 0.3s ease;
    border: 1px solid #eee;
}

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

.award-logo {
    height: 50px;
    object-fit: contain;
}

section p {
    font-weight: 500;
    color: #212529;
}

.btn {
    padding: 12px 28px;
    transition: 0.3s ease;
}

.btn:hover {
    transform: translateY(-3px);
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #0d0f12 !important;
    background: transparent !important;
}

.nav-item:hover a {
    /* border-bottom: #000 solid 2px; */
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}
.nav-item a {
    border-bottom: transparent solid 2px;
    padding: 10px 20px;
}
.btn-work {
    border-radius: 30px;
    padding: 10px 30px;
}
.btn-work:hover {
    background-color: #fff !important;
    color: #000 !important;
    border: 2px solid #000 !important;
    transform: rotateX("35deg");
    transition: all 0.1s ease-in-out;
}
.btn-active {
    background-color: #fff !important;
    color: #000 !important;
    border: 2px solid #000 !important;
    transition: all 0.1s ease-in-out;
}

.custom-slider-wrapper {
    width: 100%;
    overflow: hidden;
}

.custom-slider {
}

.custom-slider-track {
    display: flex;
    /* gap: 20px; */
    transition: transform 0.6s ease;
    /* will-change: transform; */
}

.slide-card {
    flex: 0 0 auto;
    width: fit-content;
}

.slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.8;
}
.slider-img:hover {
    opacity: 1;
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.prev-btn {
    left: 10px;
    display: none;
}

.next-btn {
    right: 10px;
    display: none;
}

@media (max-width: 991px) {
    .slide-card {
        width: 220px;
    }

    .slider-img {
        height: 200px !important;
    }
}

@media (max-width: 576px) {
    .slide-card {
        width: 180px;
    }

    .slider-img {
        height: 150px;
    }

    .slider-btn {
        width: 38px;
        height: 38px;
    }
}

.bg-red-service {
    background: #3a0108e1 !important;
}
.bg-green-service {
    background: #37432be1 !important;
}

.marquee-slider .item {
    height: 220px;
    /* background: #dc3545; */
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.marquee-slider .item h4 {
    margin: 0;
    font-size: 32px;
}

.marquee-slider .owl-stage {
    display: flex;
    align-items: center;
}

.marquee-slider .owl-stage-outer {
    overflow: hidden;
}
.recognition-card {
    background-color: rgba(255, 255, 255, 0.16);
    border-radius: 16px;
}
.recognition-card:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

/* Simple CSS for the hover effect on media */
.hover-overlay.transition {
    transition: opacity 0.3s ease-in-out;
}

.media a:hover .hover-overlay {
    opacity: 1 !important;
}

.contact-title {
    font-family: "Bodoni Moda", serif;
    font-weight: 400;
    font-size: clamp(3rem, 8vw, 7rem);
    line-height: 1;
    letter-spacing: 0;
}
.contact-breadcrumb {
    font-family: "Bodoni Moda", serif;
    font-weight: 400;
}
.contact-breadcrumb li,
.contact-breadcrumb a {
    text-decoration: none;
    color: #000 !important;
    font-weight: 900 !important;
    font-size: 15px !important;
}

.mapouter {
    position: relative;
    text-align: right;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
}

.gmap_canvas iframe {
    width: 100%;
    height: 100%;
}

.mapouter a {
    display: block;
    font-size: 0.85em;
    text-align: center;
    padding: 5px 0;
    color: #6c757d;
    text-decoration: none;
}

.gme-generated-link {
    display: none !important;
}

/* Last Update  */
:root {
    --bs-light: #d8d0c5;
    --bs-dark: #0d0f12;
    --bs-warning: #3a0108;
    --bs-success: #37432b;

    --bs-light-rgb: 216, 208, 197;
    --bs-dark-rgb: 13, 15, 18;
    --bs-warning-rgb: 58, 1, 8;
    --bs-success-rgb: 55, 67, 43;

    --brand-ivory: #f5f1ea;
    --brand-text: #1a1a1a;
}

body {
    background: #faf9f6;
    color: var(--brand-text);
    font-family: "DM Sans", sans-serif;
}

.navbar-home {
    background: rgba(13, 15, 18, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.navbar-home .navbar-brand,
.navbar-home .nav-link {
    color: #171c11 !important;
}

.navbar-inner {
    /* background-color: #d8d0c54e !important; */
}

.navbar-inner .navbar-brand,
.navbar-inner .nav-link {
    color: #0d0f12 !important;
}

.navbar-toggler {
    border: none;
}

.navbar-home .navbar-toggler-icon {
    filter: invert(1);
}

.navbar-inner .navbar-toggler-icon {
    filter: invert(1);
}

.dropdown-menu {
    background-color: #f5f1ea4f !important;
    border: 0px solid rgba(13, 15, 18, 0.08);
    margin-left: 1.5rem;
    /* border-radius: 14px; */
}

.dropdown-item {
    color: #0d0f12;
}

.dropdown-item:hover a,
.dropdown-item:focus {
    /* background-color: #37432b !important; */
    color: #f5f1ea !important;
    font-weight: 800 !important;
}

.btn {
    border-radius: 999px;
    padding: 0.75rem 1.4rem;
    font-weight: 500;
    transition: all 0.25s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-warning {
    background-color: #3a0108;
    border-color: #3a0108;
    color: #f5f1ea;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background-color: #52030d !important;
    border-color: #52030d !important;
    color: #f5f1ea !important;
}

.btn-success {
    background-color: #37432b;
    border-color: #37432b;
    color: #f5f1ea;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #445336 !important;
    border-color: #445336 !important;
    color: #f5f1ea !important;
}

.btn-dark {
    background-color: #0d0f12;
    border-color: #0d0f12;
    color: #f5f1ea;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    background-color: #181b20 !important;
    border-color: #181b20 !important;
    color: #f5f1ea !important;
}

.btn-outline-light {
    color: #d8d0c5;
    border-color: #d8d0c5;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active {
    background-color: #d8d0c5 !important;
    border-color: #d8d0c5 !important;
    color: #1a1a1a !important;
}

.btn-outline-dark {
    color: #0d0f12;
    border-color: #0d0f12;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active {
    background-color: #0d0f12 !important;
    border-color: #0d0f12 !important;
    color: #f5f1ea !important;
}

.btn-outline-warning {
    color: #3a0108;
    border-color: #3a0108;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active {
    background-color: #3a0108 !important;
    border-color: #3a0108 !important;
    color: #f5f1ea !important;
}

.btn-outline-success {
    color: #37432b;
    border-color: #37432b;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
    background-color: #37432b !important;
    border-color: #37432b !important;
    color: #f5f1ea !important;
}

.bg-light {
    background-color: #d8d0c5 !important;
    color: #1a1a1a !important;
}

.bg-dark {
    background-color: #0d0f12 !important;
    color: #f5f1ea !important;
}

.bg-success {
    background-color: #37432b !important;
    color: #f5f1ea !important;
}

.bg-warning {
    background-color: #3a0108 !important;
    color: #f5f1ea !important;
}

.footer-link {
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer-link:hover {
    opacity: 0.7;
}

.footer-light .footer-link,
.footer-light .text-muted,
.footer-light h6,
.footer-light p,
.footer-light a {
    color: #0d0f12 !important;
}

.footer-light .text-muted {
    color: rgba(13, 15, 18, 0.65) !important;
}

.alert-danger {
    background-color: #3a0108;
    border-color: #3a0108;
    color: #f5f1ea;
}

.alert-success {
    background-color: #37432b;
    border-color: #37432b;
    color: #f5f1ea;
}
.footer-dark .footer-link,
.footer-dark .text-muted,
.footer-dark h6,
.footer-dark p,
.footer-dark a {
    color: #f5f1ea !important;
}
#get-started {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 3000;
}
#get-started .btn {
    border-radius: 30px;
    padding: 12px 28px;
}
#get-started .btn:hover {
    background-color: #f5f1ea !important;
    color: #0d0f12 !important;
    transition: all 0.3s ease-in-out;
}
.drop-link:hover {
    background-color: transparent !important;
}
.drop-link:hover a {
    /* color: #f5f1ea !important; */
    /* background-color: #0d0f12 !important; */
    font-weight: 800 !important;
    color: #37432b !important;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 480px) {
    #subscribe {
        margin-top: 15px;
    }

    .work_header {
        display: flex !important;
        flex-direction: column;
    }
}
.service-image {
    height: 450px;
}
.service-image2 {
    height: 406px;
}
@media (max-width: 768px) {
    #subscribe {
        margin-top: 15px;
    }
    .work_header {
        display: flex !important;
        flex-direction: column;
    }
}

@media (max-width: 990px) {
    .work_header {
        display: flex !important;
        flex-direction: column;
    }
}

.btn-more-about {
    position: absolute;
    left: 40px;
    font-size: 15px;
    font-family: "Gotham", sans-serif;
    width: 193px;
    height: 40px;
}
.footer-section {
    min-height: 540px;

    background-color: #51151b;
    color: #f1ded5;
    position: relative;
    overflow: hidden;
    padding: 5px 48px 0;
    overflow: hidden;
}
.footer-section .row {
    width: 100%;
}
.footer-section .logo-bg {
    position: absolute;
    bottom: -13%;
    left: -12%;
    width: 35%;
    filter: blur(27px);
}
.footer-section .footer-contact {
    width: 100% !important;
    border-bottom: 0.5px solid rgba(241, 222, 213, 0.25) !important;
}
.footer-bg {
    content: "GAZTEC";
    font-size: 250px;
    letter-spacing: -15px;
    color: rgba(245, 235, 218, 0.9);
    /* filter: blur(4px); */
    opacity: 0.9;
    pointer-events: none;
    line-height: 1;
    font-family: kaivalya;
    text-transform: uppercase;
    text-align: center;
    font-size: 2130%;
}
.footer-bg .copy {
    display: inline;
    font-size: 0.3em;
    position: absolute;
    left: 41%;
}
.fix-text {
    font-family: KAIVALYA;
    font-weight: 400;
    font-size: 55px;
    line-height: 56.32px;
    letter-spacing: -4%;
    text-transform: uppercase;
    width: 57% !important;
}
.fix-title {
    font-family: Gotham, sans-serif;
    font-weight: lighter;
    font-size: 20px;
    line-height: 56.32px;
    letter-spacing: -4%;
    text-transform: uppercase;
}
.service-title1 {
    font-family: "KAIVALYA", "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 55px;
    line-height: 88px;
    letter-spacing: -4%;
    text-transform: uppercase;
}

.service-title {
    font-family: KAIVALYA;
    font-weight: 400;
    font-size: 79px;
    line-height: 88px;
    letter-spacing: -4%;
    text-transform: uppercase;
}
.service-card-img {
    height: 410px !important;
    width: 350px;
    border-radius: 0px;
    border: none;
}
.body-bg {
    position: fixed;
    top: -60px;
    right: -29%;
    opacity: 0.55;
    filter: blur(27px);
}
.based-text {
    font-family: sans-serif;
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 25.83px;
    letter-spacing: -4%;
    text-transform: uppercase;
}
.service-para {
    font-family: sans-serif;
    font-weight: 300 !important;
    font-size: 22px;
    line-height: 28.27px;
    letter-spacing: -4%;
    text-transform: uppercase;
}
.small-title {
    font-size: 11px;
    letter-spacing: 1px;
    opacity: 0.65;
    text-transform: uppercase;
}

/* .main-title {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 28px;
} */

.contact-btn {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    border-radius: 30px;
    padding: 6px 20px;
    font-size: 11px;
    text-decoration: none;
}

.line {
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    margin-bottom: 32px;
}

.logo {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
.logo img,
.logo-image {
    height: 30px;
    object-fit: contain;
}
.desc {
    max-width: 330px;
    font-family: Gotham;
    font-weight: 300;
    font-style: Light;
    font-size: 15px;
    line-height: 21px;
    color: #e1ded5;
    letter-spacing: -3%;

    opacity: 0.75;
}

.socials a {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #f5ddd5;
    text-decoration: none;
    margin-right: 12px;
    font-size: 13px;
}

.footer-heading {
    font-size: 11px;
    opacity: 0.45;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.footer-link,
.company-text {
    font-size: 11px;
    color: #e1d7cb;
    opacity: 0.75;
    text-decoration: none;
    display: block;
    margin-bottom: 11px;
}

.newsletter-title {
    font-size: 12px;
    line-height: 1.1;
    margin-top: 22px;
    text-transform: uppercase;
    font-family: "KAIVALYA", "Bebas Neue", sans-serif;
}

.email-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 7px;
    font-size: 11px;
    opacity: 0.55;
    display: flex;
    justify-content: space-between;
    max-width: 185px;
}

@media (max-width: 768px) {
    .footer-section {
        padding: 30px 24px;
    }

    .footer-section::after {
        font-size: 120px;
        bottom: -45px;
    }

    .main-title {
        font-size: 28px;
        width: 100% !important;
        padding: 0;
    }
    .footer-section .logo-bg {
        position: absolute;
        bottom: 0%;
        left: -33%;
        width: 100%;
        filter: blur(27px);
    }
    .footer-bg {
        content: "GAZTEC";
        font-size: 250px;
        letter-spacing: -15px;
        color: rgba(245, 235, 218, 0.9);
        /* filter: blur(4px); */
        opacity: 0.9;
        pointer-events: none;
        line-height: 1;
        font-family: kaivalya;
        text-transform: uppercase;
        text-align: center;
        font-size: 587%;
    }
    .footer-bg .copy {
        display: inline;
        font-size: 0.3em;
        position: absolute;
        left: 41%;
    }
    .service-grid img {
        height: 100% !important;
    }
    .service-image {
        height: 100% !important;
    }
}
/*Last Edit */
.btn-pill {
    border: 1px solid #263325;
    border-radius: 30px;
    padding: 3px 26px;
    font-size: 18px;
    color: #263325;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "DM Sans";
}

.gallery-section {
    background: #e9e5dc;
    padding-bottom: 70px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 8px;
}

.gallery-grid a {
    text-decoration: none;
    text-transform: uppercase;
    color: #e1d7cb;
    font-family: "Gotham", sans-serif;
}

.left-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.img-box {
    background: #111;
    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.big-img {
    grid-column: span 2;
    height: 300px;
}

.stack {
    display: grid;
    gap: 8px;
}

.stack .img-box {
    height: 145px;
}

.wide-img {
    height: 298px;
}

.right-img {
    height: 300px;
}

.tag-center {
    text-align: center;
    margin-top: 18px;
}

.mission-section {
    padding: 30px 0 110px;
}

.mission-label {
    font-size: 10px;
    letter-spacing: 1px;
    color: #8a5959;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.mission-img {
    width: 511px;
    max-width: 597px;
    height: 381px;
    object-fit: cover;
    box-shadow: -12px 17px 10px rgba(0, 0, 0, 0.5);
}

.mission-title {
    font-size: clamp(48px, 7vw, 76px);
    line-height: 0.85;
    letter-spacing: -4px;
    font-weight: 500;
    margin-bottom: 22px;
    color: #33462f;
}

.mission-text {
    max-width: 679px;
    font-size: 15px;
    line-height: 1.6;
    color: #6f7064;
    margin-bottom: 17px;
    text-transform: none;
    font-family: "DM Sans";
    font-weight: 400;
    letter-spacing: 0.4px;
}

.news-section {
    padding: 0 0 60px;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid rgba(38, 51, 37, 0.2);
    padding-bottom: 20px;
    margin-bottom: 0;
}

.news-header h2 {
    font-size: 34px;
    line-height: 0.85;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

.news-row {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 60px;
    border-bottom: 1px solid rgba(38, 51, 37, 0.18);
    padding: 26px 0;
    align-items: center;
}

.news-row.reverse {
    grid-template-columns: 1fr 1.25fr;
}

.news-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.news-content p {
    font-size: 11px;
    line-height: 1.45;
    max-width: 460px;
    color: #6f7064;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.news-date {
    font-size: 8px;
    text-transform: uppercase;
}

.news-img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .gallery-grid,
    .left-grid,
    .news-row,
    .news-row.reverse {
        grid-template-columns: 1fr;
    }

    .big-img {
        grid-column: span 1;
        height: 220px;
    }

    .right-img,
    .wide-img {
        height: 240px;
    }

    .mission-section {
        text-align: center;
        padding-bottom: 70px;
    }

    .mission-img {
        margin-bottom: 35px;
    }

    .mission-text {
        margin-left: auto;
        margin-right: auto;
    }

    .news-header h2 {
        font-size: 28px;
    }
}

/*Animation*/

/* CARD HOVER EFFECT */
.img-box,
.news-img,
.small-left,
.big-right {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* Overlay starting from bottom-right */
.img-box::before,
.news-img::before,
.small-left::before,
.big-right::before {
    content: "";
    position: absolute;
    bottom: -100%;
    right: -100%;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(12px);
    border-radius: 50%;
    transition: all 0.7s ease;
    z-index: 1;
}

/* Expand to cover card */
.img-box:hover::before,
.news-img:hover::before,
.small-left:hover::before,
.big-right:hover::before {
    width: 250%;
    height: 250%;
    bottom: -50%;
    right: -50%;
    border-radius: 0;
}

/* Hover text */
.hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    color: white;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.2s;
    text-transform: uppercase;
}
.hover-text a {
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    /* border: 1px solid #fff; */
    padding: 6px 20px;
    /* border-radius: 30px; */
    transition: all 0.3s ease-in-out;
}

/* Show text on hover */
.img-box:hover .hover-text,
.small-left:hover .hover-text,
.big-right:hover .hover-text,
.news-img:hover .hover-text {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
/* Sticky */
.section-services {
    /* background: #2d3d25; */
    min-height: 100dvh;
}

.scroll-slider {
    position: sticky;
    top: 120px;
    height: 620px;
    overflow: hidden;
    border-radius: 24px;
}

.scroll-slide {
    position: absolute;
    inset: 0;
    transform: translateY(100%);
    opacity: 0;
    transition:
        transform 0.8s ease,
        opacity 0.8s ease;
}

.scroll-slide.active {
    transform: translateY(0);
    opacity: 1;
    z-index: 2;
}

.scroll-slide.prev {
    transform: translateY(-100%);
    opacity: 0;
    z-index: 1;
}

.scroll-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Menu Toggle */
/* @media (max-width: 991px) { */
#navbarContent {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: #757a66;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(25deg);
    opacity: 0;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform-origin: top right;
}

#navbarContent.show {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

#navbarContent .navbar-nav {
    text-align: center;
    gap: 25px;
}

#navbarContent .nav-link {
    color: #fff !important;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateY(40px) scale(0.7);
    transition: 0.4s ease;
    font-family: "KAIVALYA", "Bebas Neue", sans-serif !important;
}

#navbarContent.show .nav-link {
    opacity: 1;
    transform: translateY(0) scale(1);
}

#navbarContent.show .nav-item:nth-child(1) .nav-link {
    transition-delay: 0.15s;
}

#navbarContent.show .nav-item:nth-child(2) .nav-link {
    transition-delay: 0.25s;
}

#navbarContent.show .nav-item:nth-child(3) .nav-link {
    transition-delay: 0.35s;
}

#navbarContent.show .nav-item:nth-child(4) .nav-link {
    transition-delay: 0.45s;
}

#navbarContent.show .nav-item:nth-child(5) .nav-link {
    transition-delay: 0.55s;
}

.navbar-toggler {
    z-index: 10000;
    position: relative;
}

#navbarContent .dropdown-menu {
    background: transparent;
    border: none;
    text-align: center;
}

#navbarContent .dropdown-item {
    color: #ddd;
    font-size: 22px;
}
/* } */

#navbarContent::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, white, transparent 70%);
    filter: blur(40px);
    opacity: 0.35;
    animation: crazyGlow 4s infinite alternate ease-in-out;
}

@keyframes crazyGlow {
    from {
        transform: translate(-120px, -100px) scale(1);
    }
    to {
        transform: translate(120px, 100px) scale(1.4);
    }
}
