@font-face {
  font-family: "Bank Gothic MD";
  font-style: normal;
  font-display: swap;
  src: url(../welcome-page/BankGothicMediumBT.ttf) format("truetype")
}

:root {
    --gold: #b19777;
    --dark: #272727;
    --black: #111111;
    --text: #666666;
    --light: #f8f6f2;
    --white: #ffffff;
    --border: #eeeeee;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Didact Gothic', sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.7;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nav-link,
.soudha-btn {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    display: block;
}

span {
    color: var(--gold);
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #000;
    margin-bottom: 20px;
}

.container {
    max-width: 1200px;
}

.section-padding {
    padding: 60px 0;
    position: relative;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.section-title {
    font-size: 48px;
    line-height: 1.2;
    color: var(--dark);
    margin-bottom: 25px;
    font-family: "Oswald", sans-serif;
}

.soudha{
    font-family: "Bank Gothic MD";
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 2.0px;
    line-height: 1.2;
}

.section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: var(--gold);
    margin-top: 20px;
}

.soudha-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--gold);
    color: #fff !important;
    padding: 13px 25px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid var(--gold);
    line-height: 1;
    margin-top: 10px;
}

.soudha-btn:hover {
    background: var(--black);
    border-color: var(--black);
    color: #fff !important;
}

.soudha-btn.dark {
    background: var(--black);
    border-color: var(--black);
}

.soudha-btn.dark:hover {
    background: var(--gold);
    border-color: var(--gold);
}

.arrow {
    color: inherit !important;
    font-size: 18px;
    line-height: 1;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff !important;
    padding: 18px 0;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.navbar.scrolled,
.navbar.nav-scroll {
    padding: 11px 0;
    background: #fff !important;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
}

.logo-wrapper,
.logo {
    display: flex !important;
    align-items: center;
    opacity: 1 !important;
    visibility: visible !important;
}

.logo-img {
    width: 210px !important;
    max-width: 210px !important;
    height: auto !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
}

.navbar-nav {
    gap: 22px;
}

.navbar-nav .nav-link {
    color: #111 !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 8px 0 !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--gold) !important;
}

.navbar-toggler {
    border: 0;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler-icon i {
    color: #111;
    font-size: 24px;
}

.header {
    margin-top: 88px;
    position: relative;
    height: calc(100vh - 88px);
    min-height: 540px;
    overflow: hidden;
}

.header .owl-carousel,
.header .owl-carousel .owl-stage-outer,
.header .owl-carousel .owl-stage,
.header .owl-carousel .owl-item,
.header .item {
    height: 100%;
    min-height: 540px;
}

.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.item[data-overlay-dark] {
    position: relative;
}

.item[data-overlay-dark]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.76) 0%,
        rgba(0, 0, 0, 0.56) 44%,
        rgba(0, 0, 0, 0.18) 100%
    );
    z-index: 1;
}

.hero-static-content {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.hero-static-content .caption {
    color: #fff;
    pointer-events: auto;
}

.caption h1 {
    font-size: 76px;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 24px;
}

.caption p {
    font-size: 18px;
    color: #fff;
    max-width: 760px;
    margin-bottom: 28px;
}

.banner-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.owl-nav {
    display: block !important;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px !important;
    height: 58px !important;
    border-radius: 50% !important;
    background: rgba(17, 17, 17, 0.72) !important;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 10;
    font-size: 34px !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.owl-nav button.owl-prev {
    left: 35px;
}

.owl-nav button.owl-next {
    right: 35px;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background: var(--gold) !important;
}

.owl-dots {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.owl-dot span {
    width: 35px !important;
    height: 3px !important;
    border-radius: 0 !important;
    background: #fff !important;
    opacity: 0.6;
}

.owl-dot.active span {
    background: var(--gold) !important;
    opacity: 1;
}

.content-wrapper {
    position: relative;
    background: #fff;
    z-index: 1;
}

.content-lines-wrapper {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: -1;
}

.content-lines-inner {
    width: 1140px;
    max-width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
}

.content-lines {
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.04);
    border-right: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
}

.content-lines::before,
.content-lines::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.04);
}

.content-lines::before {
    left: 33.33%;
}

.content-lines::after {
    left: 66.66%;
}

.about {
    background: #fff;
}

.about p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text);
}

.about .bxfs {
    margin-top: -120px;
}
.about strong {
    color: var(--dark);
    font-weight: 600;
}

.about-img {
    position: relative;
    padding-left: 35px;
    padding-bottom: 35px;
}

.about-img .img {
    overflow: hidden;
}

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

.about-img:hover .img img {
    transform: scale(1.05);
}

.about-img-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--dark);
    color: #fff;
    padding: 22px 30px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 155px;
    text-align: center;
}

.about-buro {
    color: #fff;
}

.discipline-card {
    height: 100%;
    background: #fff;
    padding: 38px 32px;
    border: 1px solid var(--border);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.discipline-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: var(--gold);
    transition: width 0.35s ease;
}

.discipline-card:hover::before {
    width: 100%;
}

.discipline-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.12);
}

.icon-circle {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: var(--black);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 22px;
    transition: all 0.35s ease;
}

.discipline-card:hover .icon-circle {
    background: var(--gold);
    color: #fff;
}

.discipline-card h5 {
    color: var(--dark);
    font-size: 24px;
    margin-bottom: 14px;
    font-family: "Bank Gothic MD";
}

.discipline-card p {
    color: var(--text);
    font-size: 15px;
    line-height: 1.75;
}

.projects .item{
    position:relative;
    overflow:hidden;
    height:520px;
}

.projects .item img{
    width:100%;
    height:520px;
    object-fit:cover;
    transition:.7s;
}

.projects .item:hover img{
    transform:scale(1.08);
}

.projects .item:before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.92) 10%,
        rgba(0,0,0,.35) 55%,
        rgba(0,0,0,.10) 100%);
    z-index:1;
}

.projects .con{
    position:absolute;
    left:35px;
    right:35px;
    bottom:35px;
    z-index:2;
    transition:.45s;
}

.projects .con h6{
    display:none;
}

.projects .con h5{
    margin:0;
}

.projects .con h5 a{
    color:#fff;
    font-size:42px;
    font-family:"Oswald";
    font-weight:400;
}

.capability-text{
    max-height:0;
    opacity:0;
    overflow:hidden;
    color: #fff;
    margin-top:0;
    transition:.45s ease;
}

.projects .line{
    width:45px;
    height:2px;
    background:var(--gold);
    margin:18px 0;

    transition:.45s;
}

.projects .con>a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    border:1px solid rgba(255,255,255,.35);
    border-radius:50%;
    color:#fff;
    font-size:22px;
    transition:.35s;
}

.projects .item:hover .con{
    bottom:45px;
}

.projects .item:hover .capability-text{
    max-height:250px;
    opacity:1;
    margin-top:18px;
}

.projects .item:hover .line{
    width:90px;
}

.projects .item:hover .con>a{
    background:var(--gold);
    border-color:var(--gold);
    transform:translateX(6px);
}

.projects .owl-nav button.owl-prev,
.projects .owl-nav button.owl-next {
    top: 45%;
}

.projects .owl-nav button.owl-prev {
    left: -65px;
}

.projects .owl-nav button.owl-next {
    right: -65px;
}

.why-soudha {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.why-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.why-card {
    width: calc(33.333% - 24px);
    margin: 12px;
    min-height: 310px;
    padding: 35px 28px;
    border: 1px solid var(--border);
    background: #fff;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.why-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--dark);
    transform: translateY(100%);
    transition: transform 0.35s ease;
    z-index: 0;
}

.why-card:hover::before {
    transform: translateY(0);
}

.why-card > * {
    position: relative;
    z-index: 1;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.why-card .icon-circle {
    background: transparent;
    color: var(--gold);
    border: 1px solid rgba(177, 151, 119, 0.45);
}

.why-card:hover .icon-circle {
    background: var(--gold);
    color: #fff;
    border-color: var(--gold);
}

.why-card h5 {
    color: var(--dark);
    font-size: 22px;
    margin-bottom: 14px;
    transition: color 0.35s ease;
}

.why-card p {
    font-size: 15px;
    line-height: 1.75;
    color: var(--text);
    transition: color 0.35s ease;
}

.why-card:hover h5,
.why-card:hover p {
    color: #fff;
}

.design-built {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.design-panel {
    background: #fff;
    padding: 50px;
    border-left: 4px solid var(--gold);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
}

.design-panel p {
    font-size: 17px;
    line-height: 1.85;
    color: var(--text);
}

.design-built-img {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.design-built-img img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.design-built-img:hover img {
    transform: scale(1.05);
}

.design-tag {
    position: absolute;
    left: -25px;
    bottom: 35px;
    background: #111;
    color: #fff;
    padding: 18px 28px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.design-tag span {
    color: var(--gold);
}

.factory {
    background: #ffffff;
    color: #000;
    position: relative;
    overflow: hidden;
}

.factory .section-title {
    color: #000;
}

.factory .section-title::after {
    background: var(--gold);
}

.factory h4 {
    color: var(--gold);
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 24px;
}

.factory p {
    color: #000;
    font-size: 15px;
    line-height: 1.75;
}

.factory-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.factory-gallery img {
    width: calc(50% - 24px);
    height: 230px;
    object-fit: cover;
    margin: 12px;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.factory-gallery img:first-child {
    width: calc(100% - 24px);
    height: 340px;
}

.factory-gallery img:hover {
    transform: scale(1.03);
    opacity: 0.9;
}

.factory-points {
    margin-top: 45px;
}

.factory-point {
    display: flex;
    gap: 15px;
    color: #ddd;
    margin-top: 30px;
}

.factory-point i {
    color: var(--gold);
    font-size: 26px;
    min-width: 32px;
    margin-top: 4px;
}

.factory-point p {
    color: #000;
    font-size: 15px;
    line-height: 1.6;
}

.main-footer.dark {
    background: #ffffff;
    border-top: 1px solid #2b2b2b;
    color: #000;
    padding: 75px 0 0;
}

.footer-logo {
    width: 220px;
    background: #fff;
    padding: 8px;
    margin-bottom: 18px;
}

.main-footer h6 {
    color: var(--gold);
    font-size: 20px;
    margin-bottom: 20px;
    font-family: "Oswald", sans-serif;
}

.main-footer p,
.main-footer a {
    color: #000;
    font-size: 15px;
}

.footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.footer-socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--gold);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-socials a:hover {
    background: #fff;
    color: var(--gold);
}

.map-box iframe {
    width: 100%;
    height: 170px;
    border: 0;
    filter: grayscale(35%);
}

.sub-footer {
    margin-top: 20px;
    padding: 20px 0;
}

.sub-footer p {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.sub-footer .right {
    text-align: right;
}

@media (max-width: 1199px) {
    .navbar-nav {
        gap: 14px;
    }

    .navbar-nav .nav-link {
        font-size: 13px;
    }

    .caption h1 {
        font-size: 60px;
    }

    .projects .owl-nav button.owl-prev {
        left: 15px;
    }

    .projects .owl-nav button.owl-next {
        right: 15px;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }

    .navbar-collapse {
        background: #fff;
        margin-top: 15px;
        padding: 15px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    }

    .navbar-nav {
        gap: 4px;
    }

    .caption h1 {
        font-size: 48px;
    }

    .caption p {
        font-size: 16px;
    }

    .header .owl-carousel,
    .header .owl-carousel .owl-stage-outer,
    .header .owl-carousel .owl-stage,
    .header .owl-carousel .owl-item,
    .header .item {
        min-height: 680px;
    }

    .about-img {
        padding-left: 0;
        margin-top: 30px;
    }

    .about-img .img img,
    .design-built-img img {
        height: 420px;
    }

    .design-tag {
        left: 20px;
    }

    .design-panel {
        padding: 35px;
        margin-bottom: 30px;
    }

    .why-card {
        width: calc(50% - 24px);
    }

    .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
        width: 45px !important;
        height: 45px !important;
    }

    .owl-nav button.owl-prev {
        left: 15px;
    }

    .owl-nav button.owl-next {
        right: 15px;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 70px 0;
    }

    .section-title {
        font-size: 36px;
    }

    .logo-img {
        width: 165px !important;
    }

    .header {
        margin-top: 76px;
    }

    .header .owl-carousel,
    .header .owl-carousel .owl-stage-outer,
    .header .owl-carousel .owl-stage,
    .header .owl-carousel .owl-item,
    .header .item {
        height: auto;
        min-height: 640px;
    }

    .caption h1 {
        font-size: 40px;
    }

    .banner-actions {
        display: block;
    }

    .banner-actions .soudha-btn {
        margin-bottom: 12px;
    }

    .owl-nav {
        display: none !important;
    }

    .projects .item,
    .projects .item img {
        height: 430px;
    }

    .why-card {
        width: calc(100% - 24px);
    }

    .design-panel {
        padding: 28px;
    }

    .factory-gallery img,
    .factory-gallery img:first-child {
        width: calc(100% - 24px);
        height: 260px;
    }

    .footer-logo {
        width: 180px;
    }

    .sub-footer .right {
        text-align: left;
        margin-top: 8px;
    }
}
/* ===============================
   SAFE FIX PATCH - ADD AT END
================================ */

/* prevent right white gap */
html,
body {
    overflow-x: hidden;
    width: 100%;
}

.container {
    max-width: 1140px;
    padding-left: 24px;
    padding-right: 24px;
}

/* same spacing for all sections */
.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* fix service cards overlap only on desktop */
.about .bxfs {
    margin-top: -120px;
    position: relative;
    z-index: 5;
}

/* avoid carousel arrows going outside screen */
.owl-nav button.owl-prev {
    left: 20px !important;
}

.owl-nav button.owl-next {
    right: 20px !important;
}

.projects .owl-nav button.owl-prev {
    left: 10px !important;
}

.projects .owl-nav button.owl-next {
    right: 10px !important;
}

/* capabilities hover content */
.projects .con {
    left: 28px;
    right: 28px;
    bottom: 32px;
}

.projects .con h5 a {
    font-size: 34px;
}

/* tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 720px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .section-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .about .bxfs {
        margin-top: -55px;
    }

    .header,
    .header .owl-carousel,
    .header .owl-carousel .owl-stage-outer,
    .header .owl-carousel .owl-stage,
    .header .owl-carousel .owl-item,
    .header .item {
        height: 560px !important;
        min-height: 560px !important;
    }

    .caption h1 {
        font-size: 46px;
    }

    .caption p {
        font-size: 15px;
        max-width: 620px;
    }

    .projects .item,
    .projects .item img {
        height: 430px;
    }

    .why-card {
        width: calc(50% - 24px);
    }
}

/* mobile */
@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .navbar {
        padding: 10px 0;
    }

    .logo-img {
        width: 135px !important;
    }

    .about .bxfs {
        margin-top: 0;
    }

    .header {
        margin-top: 64px;
    }

    .header,
    .header .owl-carousel,
    .header .owl-carousel .owl-stage-outer,
    .header .owl-carousel .owl-stage,
    .header .owl-carousel .owl-item,
    .header .item {
        height: 560px !important;
        min-height: 560px !important;
    }

    .v-middle {
        align-items: flex-end;
        padding-bottom: 75px;
    }

    .caption h1 {
        font-size: 34px;
        line-height: 1.15;
    }

    .caption p {
        font-size: 13px;
        line-height: 1.6;
    }

    .header .owl-dots {
        display: block !important;
        bottom: 24px;
    }

    .projects .owl-nav {
        display: none !important;
    }

    .projects .owl-dots {
        display: block !important;
        position: static;
        margin-top: 18px;
    }

    .projects .owl-dot span {
        background: rgba(0,0,0,.35) !important;
    }

    .projects .owl-dot.active span {
        background: var(--gold) !important;
    }

    .projects .item,
    .projects .item img {
        height: 390px;
    }

    .projects .con h5 a {
        font-size: 26px;
    }

    .why-grid {
        margin: 0;
    }

    .why-card {
        width: 100%;
        margin: 0 0 22px 0;
    }

    .factory-gallery {
        margin: 0;
    }

    .factory-gallery img,
    .factory-gallery img:first-child {
        width: 100%;
        margin: 0 0 18px 0;
    }
}