@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {
    font-family: "DM Sans", sans-serif;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-size: 14px;
    padding-top: 0px;
    overflow-x: hidden !important;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: 400ms;
}

img {
    max-width: 100%;
}

input,
button {
    outline: none;
    box-shadow: none;
}

.colorOrange {
    color: rgb(244, 109, 107) !important;
}

.owl-carousel .owl-item img {
    width: auto;
}

.mobile {
    display: none !important;
}

.text-end {
    text-align: right;
}

.navbar-brand a {
    outline: none;
    box-shadow: none;
    /* background: #f07829; */
    /* padding: 10px; */
    /* border-radius: 15px; */
    position: relative;
}

section {
    padding: 60px 0px;
}

.padding-top {
    padding-top: 100px;
}

.sectionHeading h2 {
    font-size: 50px;
    color: #2c2c2c;
    font-weight: 700;
    margin: 10px 0px 25px;
}

.sectionHeading h2 i {
    color: #f07829;
    font-style: normal;
}

.sectionHeading h2 span {
    position: relative;
    z-index: 1;
}

.sectionHeading h2 span:after {
    content: "";
    position: absolute;
    left: -20px;
    top: -9px;
    height: 85px;
    width: 85px;
    background-color: #f07829;
    border-radius: 50%;
    z-index: -1;
}

.formSec .sectionHeading h2 span:after {
    background: #2c2c2c;
}

.sectionHeading h4 {
    color: rgb(123, 123, 123);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.sectionHeading h3 {
    font-size: 18px;
    font-weight: 400;
    color: rgb(103, 116, 137);
    line-height: 1.4;
}

.sectionHeading p span {
    display: inline-flex;
    padding: 10px 25px;
    border: 2px solid rgb(227, 232, 239);
    font-size: 14px;
    font-weight: 500;
    color: rgb(255 255 255);
    border-radius: 30px;
}

.para {
    font-size: 16px;
    color: rgb(255 255 255);
    font-weight: 400;
}

header.mainHeader ul.navbar-nav.m-auto {
    position: relative;
    left: 10%;
}

.listInline {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    gap: 10px;
}

.unorderList {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.gap20 {
    gap: 20px;
}

header.mainHeader {
    position: fixed;
    left: 0px;
    top: 40px;
    width: 100%;
    z-index: 99999;
    transform: translateY(0px);
    transition: 500ms;
}

.mainHeader.fixedHeader {
    transform: translateY(-40px);
    transition: 500ms;
    background: #ffffff;
    box-shadow: 0 0 10px #0000003d;
}

.navbar-brand.p-0.desktop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.navbar-brand img {
    width: 100px;
    padding: 0;
    border-radius: 15px;
    display: block;
    height: auto;
    transition: all 500ms ease;
    margin-left: 14px;
}

.mainHeader.fixedHeader .navbar-brand img {
    bottom: -70px;
    /* min-width: 70px; */
    transition: all 500ms ease;
}

nav#mainNav .container {
    background: transparent;
    padding: 6px 20px;
    border-radius: 20px;
}

nav#mainNav .nav-item>a {
    font-size: 18px;
    color: rgb(0 0 0);
    font-weight: 400;
    padding: 10px 5px;
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center;
    font-family: "Barlow Condensed", sans-serif;
}

nav#mainNav .nav-item>a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #f07829;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: 500ms;
}

nav#mainNav .nav-item>a:hover::after {
    width: 100%;
    transition: 500ms;
}

nav#mainNav .nav-item>a:hover {
    color: rgb(2, 165, 255);
}

header.mainHeader .container {
    background: rgb(255 255 255) !important;
}

img.logoScrollBottom {
    display: none;
}

nav#mainNav .nav-item {
    padding: 0px 15px;
}

.dropmenu {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgb(255, 255, 255);
}

.dropmenuWrp {
    position: absolute;
    left: 0px;
    top: 100%;
    background: rgb(249 249 249);
    min-width: 210px;
    padding: 0px 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.18) 4px 10px 10px;
    display: none;
    list-style: none;
    border-radius: 0px;
}

.dropmenu>i {
    color: #000;
}

.dropmenuWrp li a {
    display: block;
    padding: 7px 10px;
    color: rgb(0, 0, 0);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    border-bottom: solid 1px #cccccc5e;
}

.dropmenu:hover .dropmenuWrp {
    display: block;
}

nav#mainNav .nav-item>a:hover,
.dropmenu:hover>a {
    color: #f07829;
}

.dropmenuWrp li a:hover {
    background: rgb(240 120 41);
    color: rgb(255, 255, 255);
}

.dropmenuToggle {
    position: absolute;
    right: 0px;
    top: 19px;
    color: rgb(255, 255, 255);
}

.cursor {
    display: inline-block;
    animation: 0.7s ease 0s infinite normal none running blink;
    font-weight: 300;
}

@keyframes blink {

    0%,
    50% {
        opacity: 1;
    }

    51%,
    100% {
        opacity: 0;
    }
}

.whiteBg {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
    border-radius: 10px;
}

.lineBtn,
.colorBtn,
.whiteBtn,
.greyBtn {
    display: inline-flex;
    padding: 8px 25px;
    background: #ef7828;
    position: relative;
    z-index: 1;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    font-size: 14px;
    border: 1px solid transparent;
    font-weight: 500;
    color: rgb(255 255 255) !important;
    border-radius: 50px !important;
}

.colorBtn:hover {
    background: transparent;
    border: 1px solid #f07829;
    color: #f07829 !important;
}

.lineBtn {
    background: transparent;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255) !important;
}

.whiteBtn {
    background: #fff;
    color: #f07829 !important;
}

.blackBtn:hover {
    background: transparent;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255) !important;
}

.colorBtn svg,
.whiteLineBtn svg,
.blackBtn svg,
.colorBtn svg {
    width: 16px;
    height: 16px;
    position: relative;
    left: 0px;
    transition: 500ms;
}

.greyBtn {
    background: rgb(234, 236, 253);
    text-transform: none;
    border: none;
    font-size: 12px;
    color: rgb(97, 97, 103) !important;
    outline: none !important;
}

.btn-style-three {
    position: relative;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background-color: #f07829;
    transition: all 0.3s ease;
}

.btn-style-three {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
}

.btn-style-three:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: #000;
}

.btn-style-three:hover:before {
    top: -40%;
}

.btn-style-three .text-one {
    position: relative;
    display: block;
    color: #ffffff;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: translateY(0%);
    z-index: 1;
}

.btn-style-three .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-three:hover .text-one {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    transition: all 0.3s ease;
}

.btn-style-three:hover .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.3s ease;
}

.btn-style-three:hover .text-two {
    color: #ffffff;
}

.banner {
    padding: 15px 0px 20px;
}

.banner {
    background: url("../images/banner.png") left top / cover;
    border-radius: 0px;
    position: relative;
    min-height: calc(100vh);
    display: flex;
    align-items: center;
    width: 100%;
}

.blackOverlay {
    background: #0000009e;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

.banner h1 {
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 50px;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.banner h1 {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.banner h1 span {
    color: transparent;
    font-weight: 800;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
}

.banner h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.bannerContent {
    max-width: 70%;
    /* margin: 0 auto; */
}

.formSec .container {
    background: #f07829;
    padding: 50px 50px;
    border-radius: 20px;
    box-shadow: 0px 7px 10px #00000038;
    max-width: 1150px;
}

.formSec1 .container {
    background: #f07829;
    padding: 50px 50px;
    border-radius: 20px;
    box-shadow: 0px 7px 10px #00000038;
    max-width: 1150px;
}

.formSec1 {
    /* padding: 0; */
    /* margin-top: -150px; */
    position: relative;
}

.formSec {
    padding: 0;
    margin-top: -150px;
    position: relative;
}

.form-group .form-control {
    border: none;
    font-size: 14px;
    outline: none;
    box-shadow: 0px 4px 6px #00000038;
    padding: 8px 10px;
    resize: none;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 15px;
}

.color-black {
    color: #2c2c2c !important;
}

.color-white {
    color: #fff !important;
}

.width-50 {
    width: 50%;
}

.projectSec {
    overflow: hidden;
}

.flip-card {
    width: 100%;
    height: 400px;
    perspective: 1000px;
    border: solid 1px #fff;
}

.flip-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s ease;
}


.flip-card.hover .flip-card-inner {
    transform: rotateY(180deg);
}


.flip-card-front,
.flip-card-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    overflow: hidden;
}

.flip-card-front .blackOverlay {
    opacity: 0.4;
}

.flip-card-back .blackOverlay {
    background: #f07829d9;
}

.flip-card-front img,
.flip-card-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.flip-card-back {
    background: #f07829;
    transform: rotateY(180deg);
}

.content {
    position: absolute;
    bottom: 30px;
    left: 24px;
    right: 24px;
    color: #fff;
    z-index: 2;
}


.content h3 {
    font-size: 20px;
    margin-bottom: 0px;
}


.content p {
    font-size: 15px;
    line-height: 1.5;
}

.clientSec {
    background: #eeeae4;
}

.clientsWrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.clientBx:nth-child(5n),
.clientBx:last-child {
    border-right: none;
}

.clientBx {
    width: calc(100% / 5);
    padding: 30px;
    border-bottom: solid 1px #00000024;
    border-right: solid 1px #00000024;
    display: flex;
    justify-content: center;
}

.clientBx img {
    width: 120px;
    height: 60px;
    object-fit: contain;
    filter: grayscale(5);
    opacity: 1;
    transform: scale(1);
    transition: all 300ms ease;
}

.clientBx img:hover {
    filter: none;
}

.clientBx:hover img {
    transform: scale(1.5) translateY(-5px);
    transition: all 300ms ease;
}

.counter-one {
    position: relative;
    overflow: hidden;
    padding: 70px 0px;
}

.counter-one_pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center bottom;
    background-repeat: repeat-x;
    animation: slideBackground 10s linear infinite;
}

.counter-one .counter-block_one:nth-child(2n + 1) {
    transform: translateY(90px);
}

.counter-block_one {
    position: relative;
    margin-bottom: 120px;
}

.counter-block_one-inner {
    position: relative;
    padding-left: 40px;
}

.counter-block_one-outline {
    position: absolute;
    left: 0px;
    top: 90px;
    width: 2px;
    height: 180%;
    background-image: linear-gradient(to bottom, #999999, #717171, #4c4c4c, #2a2a2a, #060606);
}

.counter-block_one-outline:before {
    position: absolute;
    content: '';
    left: -5px;
    top: 0px;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background-color: #999999;
    outline: 1px dashed #2c2c2c;
    outline-offset: 10px;
}

.counter-block_one-count {
    position: relative;
    font-size: 50px;
    font-weight: 700;
    line-height: 1em;
    color: #2c2c2c;
}

.counter-block_one-count sup {
    position: relative;
    color: #f07829;
}

.counter-block_one-text {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #2c2c2c;
    text-transform: capitalize;
}

.statSec {
    position: relative;
}

@keyframes slideBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.serviceSec {
    position: relative;
}

.serviceSec .container-fluid {
    background: #eeeae4;
    border-radius: 15px;
    box-shadow: 0 0 15px #00000040;
    padding: 50px;
}

.testimonial-one_circle {
    position: absolute;
    right: -250px;
    top: 0px;
    width: 536px;
    height: 536px;
    border-radius: 550px;
    border: 50px solid #ecebeb7d;
    z-index: -1;
}

.leftBottom {
    right: auto;
    left: -350px;
    top: auto !important;
    bottom: 0;
}

.testimonial-one_circle {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/* Bob */
@-webkit-keyframes float_left_right {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0.40;
    }

    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 1;
    }
}

@keyframes float_left_right {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0.40;
    }

    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 1;
    }
}

@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.itemBxImg {
    position: relative;
}

.itemBxImg>img {
    height: 250px;
    object-fit: cover;
    width: 100% !important;
    border-radius: 20px;
}

.itemBx {
    padding: 15px;
    background: url(../images/gd-bg.png) 0 0 repeat;
    border-radius: 15px;
    box-shadow: 0 0 15px #00000069;
    margin: 15px;
}

.itemStickyImg {
    position: absolute;
    right: 0;
    bottom: -40px;
}

.itemStickyImg img {
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    border: solid 4px #f07829;
}

.itemBxContent {
    padding-top: 20px;
    height: 150px;
}

.itemBxContent h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.itemBxContent p {
    color: #fff;
    font-size: 14px;
}

.itemBxContent h5 {
    color: #fff;
    margin: 0;
    font-size: 12px;
}

.whySec {
    background: url(../images/gd-bg.png) 0 0 repeat;
    padding-bottom: 200px;
    background-size: contain;
    color: #fff;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 0 15px #00000040;
    margin: 0px 0 20px;
}

.contentBx h3 {
    font-size: 24px;
}

.contentBx h4 {
    font-size: 18px;
    font-style: italic;
}

.contentBx {
    padding-right: 30px;
    margin-right: 15px;
    border-right: solid 1px #f07829;
    position: relative;
    z-index: 1;
}

.contentBx .d-flex .d-block:last-child {
    min-width: 250px;
}

.contentBx p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
}

.contentBx h5 {
    font-size: 14px;
    color: #f07829;
}

.tabLink {
    padding: 20px;
    border: solid 1px #f07829;
    border-radius: 15px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

.tabLink h3 {
    font-size: 20px;
    color: #fff;
}

.tabLink p {
    color: #fff;
    margin: 0;
    font-weight: 300;
}

.tabLink:hover {
    background: #c6baaa;
    border: solid 1px #c6baaa;
    transition: all 500ms ease;
}

.tabLink:hover h3,
.tabLink:hover p {
    color: #000000c7;
}

.imageWithShadow img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 20px #00000057;
    position: relative;
    z-index: 1;
}

.videoBx img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 20px #00000057;
}

.box-shadow {
    box-shadow: 0 0 20px #00000057;
}

.whySec .testimonial-one_circle {
    border: 30px solid #f0782983;
    z-index: 0;
    opacity: 0.5 !important;
    top: -25%;
}

.whySec .container {
    position: relative;
    z-index: 1;
}

.videoBx {
    position: relative;
}

.contact-one_video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    font-size: 24px;
    text-align: center;
    border-radius: 100px;
    line-height: 60px;
    display: inline-block;
    color: #000;
    background-color: #fff;
}

.contact-one_video:before {
    position: absolute;
    content: '';
    right: 7px;
    top: 7px;
    left: -7px;
    bottom: -7px;
    z-index: -1;
    border-radius: 150px;
    background-color: var(--main-color);
}

.contact-one_video .ripple,
.contact-one_video .ripple:before,
.contact-one_video .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
    -moz-box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
    -ms-box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
    -o-box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
    box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.contact-one_video .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.contact-one_video .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
    }
}

.testimonial-one_options {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.testimonial-one_options .rating {
    position: relative;
    font-size: 24px;
    color: #f07829;
}

.testimonial-one__trusted {
    position: relative;
    font-size: 24px;
    color: #666666;
    font-weight: 700;
    line-height: 36px;
    margin-left: 40px;
}

.testimonial-one__trusted span {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
}

.testimonial-one__authors {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0 0 18px;
    list-style: none;
}

.testimonial-one__authors li {
    margin: 0;
}

.testimonial-one__authors img {
    width: 150px !important;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid #fff;
}



@media (max-width: 991px) {
    .testimonial-one__authors img {
        width: 70px !important;
        height: 50px;
        object-fit: cover;
        border-radius: 12px;
        border: 2px solid #fff;
    }

}


.testimonialSec {
    background: #eeeae4;
    margin-top: -120px;
    padding-top: 250px;
    border-radius: 15px;
    box-shadow: 0 0 15px #00000040;
}

.testimonialBx {
    max-width: 85%;
}

.testimonialBx p {
    font-size: 24px;
    color: rgb(0 0 0);
    margin: 30px 0px 10px;
}

.testimonialDetails {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonialInfo h3 {
    font-size: 18px;
    font-weight: 600;
    color: rgb(14, 17, 9);
}

.testimonialInfo h4 {
    color: rgb(0 0 0);
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}

.testimonialDetails>img {
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    width: 60px !important;
}

.testimonialSec .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.testimonialSec .owl-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b3b3b3;
}

.testimonialSec .owl-dots button.active {
    background: rgb(126, 126, 126)
}

.latestSec .sticky-top {
    top: 80px;
}

.latestBx {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.latestBxImg img {
    height: 130px;
    border-radius: 15px;
    box-shadow: 0 0 15px #00000045;
    width: 100%;
}

.latestBxContent h3 {
    font-size: 22px;
    font-weight: 600;
}

.latestBxImg {
    min-width: 210px;
}

.colorBx {
    background: #f07829 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 50px 30px;
    border-radius: 15px;
}

.colorBx h2 {
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}

.faq-one_pattern {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 70px;
    background-position: center bottom;
    background-repeat: repeat-x;
    animation: slideBackground 10s linear infinite;
}

@keyframes slideBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}







.mainFooter {
    background: #000;
    padding: 60px 0 15px;
    background-size: cover !important;
}

.footerLogo p {
    font-size: 17px;
    color: #D6D6D8;
    margin: 20px 0 0;
}

.footerLinks h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 15px;
    font-family: "Barlow Condensed", sans-serif;
}

.footerLinks ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footerLinks ul li {
    margin: 0 0 10px;
    color: #D6D6D8;
    font-size: 17px;
}

.footerLinks ul li a {
    color: #fff;
    font-weight: 400;
    color: #D6D6D8;
    font-size: 15px;
}

.copyright>span,
.copyright a {
    color: #f1f1f0bf;
}

.companyName {
    font-weight: 800 !important;
    color: #fff !important;
}

.copyright {
    border-top: solid 1px #ffffff3b;
    padding-top: 15px;
    margin-top: 60px;
    font-size: 13px;
}

.socialIcons li a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border: solid 1px #ffffff2b;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
}


.footerLogo p {
    font-size: 15px;
    color: #D6D6D8;
    margin: 20px 0 0;
}

.socialIcons {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.flip {
    transform: rotate(90deg);
}













/* Cursor wrappers */
body {
    cursor: none;
}

.cursor-wrap,
.cursor-follower-wrap {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    opacity: 1 !important;
    visibility: visible !important;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}


/* Inner dot */
.cursor {
    width: 8px;
    height: 8px;
    background: #ff6a00;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    opacity: 1 !important;
    visibility: visible !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}


/* Outer ring */
.cursor-follower {
    width: 36px;
    height: 36px;
    border: 2px solid #ff6a00;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    opacity: 1 !important;
    visibility: visible !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}


/* Hover scale */
.cursor-wrap.active .cursor {
    transform: scale(0.7) translateZ(0);
    opacity: 1 !important;
}


.cursor-follower-wrap.active .cursor-follower {
    transform: scale(1.6) translateZ(0);
    background: rgba(255, 106, 0, 0.08);
    opacity: 1 !important;
}


/* New Css 20-01-2025 */
.rs-breadcrumbs.img1 {
    position: relative;
    background: url(../images/breadcrumbs.webp) center center / cover no-repeat;
}

.rs-breadcrumbs.img1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    /* adjust opacity */
    z-index: 1;
}

/* Keep content above overlay */
.rs-breadcrumbs.img1 * {
    position: relative;
    z-index: 2;
}

.rs-breadcrumbs {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top left !important;
}

/* .rs-breadcrumbs .breadcrumbs-inner .page-title:after {
    content: "";
    height: 5px;
    position: absolute;
    top: -5px;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: all .3s ease;
    z-index: -1;
    background: #f07829;
    width: 65px;
} */
.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area {
    background: rgba(255, 255, 255, 0.1);
    padding: 13px 30px;
    max-width: fit-content;
    margin: 0 auto;
    border-radius: 10px;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li a {
    position: relative;
    padding-right: 30px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li a:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    right: 10px;
    top: 5px;
}

.rs-breadcrumbs .breadcrumbs-inner {
    padding: 160px 10px 120px 10px;
    text-align: center;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title {
    position: relative;
    z-index: 1;
    font-size: 48px;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
    padding-top: 20px;
    margin-bottom: 18px;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area {
    background: rgb(0 0 0 / 60%);
    padding: 13px 30px;
    max-width: fit-content;
    margin: 0 auto;
}

/* About Bg */
.bg1 {
    background: url(../images/bg/about-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-120 {
    padding-top: 120px;
}

.rs-about .images-part img {
    border-radius: 40px;
}

.sec-title .title {
    font-size: 31px;
    line-height: 41px;
}

.readon.more.know {
    padding: 16px 34px 16px 34px;
    border-radius: 10px;
}

.readon.more {
    background: #f07829;
    padding: 17px 23px 17px 23px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid;
}

/* About Contct */
.bg3 {
    background: url(../images/bg/contact-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rs-contact.contact-style1 .contact-section {
    padding: 120px 22px 120px 45px;
}

.rs-contact.contact-style1 .contact-section .contact-wrap .from-control {
    padding: 15px 17px 15px 17px;
    color: #333333;
    background-color: #fff;
    border: none;
    width: 100%;
    max-width: 100%;
    opacity: 1;
}

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

.rs-contact.contact-style1 .contact-section .contact-wrap .from-control {
    padding: 15px 17px 15px 17px;
    color: #333333;
    background-color: #fff;
    border: none;
    width: 100%;
    max-width: 100%;
    opacity: 1;
}

@media only screen and (max-width: 1880px) {

    .rs-contact.contact-style1 .con-left-6,
    .rs-contact.contact-style1 .con-right-6,
    .rs-faq.faq-style1 .faq-offset6 {
        width: 50%;
    }
}

@media only screen and (max-width: 1880px) {
    .offset-2 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

.bg4 {
    background-color: #010D14;
    background: url(../images/bg/cta-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-title .sub-text.yellow-color {
    color: #ffb703;
}

.sec-title .sub-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #010d14;
    text-transform: uppercase;
    font-family: Roboto;
    margin: 0 0 10px;
    display: block;
}

.sec-title .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    color: #010d14;
    margin: 0;
}

.white-color {
    color: #ffffff !important;
}

.pb-20 {
    padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .md-mb-50 {
        margin-bottom: 50px;
    }
}

.project_list_title {
    font-size: 48px;
    font-weight: 600;
    color: #f07829;
}

.tabs-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.tabs-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.tabs-scroll-wrapper .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    border: none;
    white-space: nowrap;
    min-width: max-content;
    margin-bottom: 20px;
    justify-content: center;
}

.tabs-scroll-wrapper .nav-item {
    flex: 0 0 auto;
}

.tabs-scroll-wrapper .nav-link {
    border: none;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #444;
    background: #ffffff;
    border-radius: 30px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.tabs-scroll-wrapper .nav-link:hover,
.tabs-scroll-wrapper .nav-link.active {
    background: #f07829;
    color: #ffffff;
}


.rts-projects-area-inner .row.g-24 {
    row-gap: 32px;
}


.single-project-card-inner {
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease;
}

.single-project-card-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
}

.single-project-card-inner .thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-project-card-inner .thumbnail img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.single-project-card-inner:hover .thumbnail img {
    transform: scale(1.08);
}

.single-project-card-inner .thumbnail::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to right,
            rgba(240, 120, 41, 1),
            rgba(240, 120, 41, 0.85),
            rgba(240, 120, 41, 0.55),
            transparent);

    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
    border-radius: 0 0 18px 18px;
}

.single-project-card-inner:hover .thumbnail::after {
    opacity: 1;
}

.single-project-card-inner .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 22px 24px;
    z-index: 2;
    opacity: 0;
    transform: translateY(22px);
    transition: all 0.4s ease;
}

.single-project-card-inner:hover .inner {
    opacity: 1;
    transform: translateY(0);
}

.single-project-card-inner .inner h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.single-project-card-inner .inner span {
    color: #ffffff;
    font-size: 14px;
    opacity: 0.9;
}


.tab-pane.fade.show .single-project-card-inner {
    animation: fadeUp 0.45s ease forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 991px) {
    .single-project-card-inner .thumbnail img {
        height: 240px;
    }
}

@media (max-width: 575px) {
    .single-project-card-inner .thumbnail img {
        height: 220px;
    }

    .single-project-card-inner .inner {
        padding: 18px 20px;
    }
}

.subheading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.shape-about {
    margin-right: 5px;
}

.service-section {
    padding: 110px 0;
}

.gray-bg {
    background: #f6f6f6;
}

.section-tag {
    font-size: 14px;
    font-weight: 600;
    color: #f15a29;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-desc {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.feature-card {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 14px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #ff9800, #ff5722);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.feature-card:hover::before {
    transform: scaleX(1);
}

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

.feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9800, #ff5722);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 8px 20px rgba(255, 87, 34, 0.35);
}

.feature-card h5 {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    color: #222;
}

.sectionList {
    background: linear-gradient(180deg, #f8f9fb 0%, #ffffff 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.sectionList::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.sectionList .container {
    max-width: 1100px;
    background: #fff;
    padding: 70px 80px;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}

.service-list {
    list-style: none;
    padding-left: 0;
    margin: 35px 0 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 16px 40px;
}

.service-list li {
    position: relative;
    padding: 18px 20px 18px 58px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #9c9c9c;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-list li:hover {
    transform: translateY(-4px);
}

.service-list li::before {
    content: "✔";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f15a29, #ff7a3d);
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.sectionList .section-desc:last-of-type {
    font-weight: 600;
    color: #222;
    border-left: 4px solid #f15a29;
    padding-left: 16px;
    margin-top: 25px;
}

@media (max-width: 992px) {
    .sectionList .container {
        padding: 50px 40px;
    }

}

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

    .sectionList .container {
        padding: 40px 25px;
    }

}

.service-highlight {
    background: linear-gradient(135deg, #111, #333);
    color: #fff;
    padding: 100px 0;
}

.service-highlight h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #000;
}

.future-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.faq-accordion .accordion-button {
    font-weight: 600;
    padding: 20px;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #f15a29;
    color: #fff;
}

.service-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #f15a29, #d9481c);
    color: #fff;
    text-align: center;
}

.cta-btn {
    background: #fff;
    color: #f15a29;
    padding: 14px 36px;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    margin-top: 20px;
}

.cta-btn:hover {
    background: #000;
    color: #fff;
}

.service-highlight {
    background: linear-gradient(135deg, #0e0e0e, #1f1f1f);
    position: relative;
    overflow: hidden;
}

.service-highlight::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(241, 90, 41, 0.15), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(255, 140, 80, 0.12), transparent 40%);
}

.service-highlight .container {
    position: relative;
    z-index: 2;
    max-width: 1000px;
}

.service-highlight h2 {
    font-size: 38px;
    font-weight: 800;
}

.service-highlight p,
.service-highlight ul li {
    font-size: 17px;
    line-height: 1.7;
    color: #000;
}

.service-highlight ul {
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
}

.service-highlight ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 14px;
    font-weight: 600;
}

.service-highlight ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #f15a29;
    font-weight: 800;
}

.service-section:not(.gray-bg):not(.sectionList) {
    background: #ffffff;
}

.service-section .container {
    max-width: 1350px;
}

.service-section .section-title {
    position: relative;
}

.service-section .section-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    margin-top: 10px;
    background: linear-gradient(90deg, #f15a29, #ff8a50);
    border-radius: 2px;
}

.service-section .section-title.text-center::after {
    margin-left: auto;
    margin-right: auto;
}

.service-section .service-list {
    margin-top: 30px;
}


.gray-bg {
    background: #eeeae4;
    position: relative;
}

/* .gray-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.025) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
} */

.gray-bg .container {
    position: relative;
    z-index: 2;
}

.faq-accordion .accordion-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-accordion .accordion-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.faq-accordion .accordion-button {
    font-size: 17px;
}

.faq-accordion .accordion-button:not(.collapsed) {
    box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.3);
}


.service-section.gray-bg.text-center {
    padding: 120px 0;
}

.service-section.gray-bg.text-center .section-desc {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}


.rs-cta {
    position: relative;
    overflow: hidden;
}

.rs-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.15), transparent 40%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.12), transparent 40%);
}

.rs-cta .container {
    position: relative;
    z-index: 2;
}

.rs-cta h2 {
    font-size: 42px;
    font-weight: 800;
}

.rs-cta p {
    font-size: 18px;
    max-width: 750px;
    margin: 0 auto 30px;
}

@media (max-width: 768px) {

    .service-highlight h2,
    .rs-cta h2 {
        font-size: 30px;
    }

    .service-highlight p,
    .rs-cta p {
        font-size: 16px;
    }
}

.service-area-section {
    position: relative;
    padding: 30px 0;
    text-align: center;
}

.service-area-section::before {
    content: "";
    position: absolute;
    inset: 0;
}

.service-area-section .container {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.service-area-section .section-title {
    font-size: 42px;
    font-weight: 800;
}

.service-area-section .section-desc {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    background: #ffffff;
    padding: 35px 45px;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
    display: inline-block;
}

@media (max-width: 768px) {

    .transparency-section .section-title,
    .service-area-section .section-title {
        font-size: 30px;
    }

    .service-area-section .section-desc {
        padding: 25px;
        font-size: 16px;
    }
}


.transparency-section {
    position: relative;
    background: #ffffff;
    padding: 130px 0;
}

.transparency-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #f15a29, #ff8a50);
}

/* .transparency-section .container {
    max-width: 1050px;
} */

.transparency-section .section-title {
    font-size: 40px;
    font-weight: 800;
}

.transparency-section .section-desc {
    font-size: 17px;
    line-height: 1.8;
    max-width: 900px;
}

.transparency-section .service-list li {
    background: #ffffff;
    border-left: 4px solid #f15a29;
    padding-left: 62px;
}

.transparency-section .service-list li::before {
    left: 22px;
}

.transparency-section .service-list li:hover {
    transform: translateY(-6px);
}

.faq-section {
    position: relative;
    padding: 30px 0px;
    overflow: hidden;
}

.faq-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.faq-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-size: 60px 60px;
    opacity: 0.3;
    pointer-events: none;
}

.faq-section .container {
    position: relative;
    z-index: 2;
    /* max-width: 950px; */
}

.faq-section .section-title {
    color: #000;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
}

.faq-section .section-title::after {
    margin-left: auto;
    margin-right: auto;
}

.faq-section .accordion-item {
    background: transparent;
    box-shadow: none;
}

.faq-section .accordion-button {
    background: #ffffff;
    color: #222;
    font-size: 17px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.faq-section .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #f15a29, #ff7a3d);
    color: #fff;
}

.faq-section .accordion-body {
    background: #ffffff;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    line-height: 1.7;
}

.faq-section .accordion-button,
.faq-section .accordion-item {
    transition: all 0.35s ease;
}

.faq-section .accordion-item:hover {
    transform: translateY(-4px);
}

@media (max-width: 768px) {
    .faq-section {
        padding: 90px 0;
    }

    .faq-section .section-title {
        font-size: 30px;
    }

    .subheading {
        margin-top: 20px;
    }
}

.rs-contact .contact-box {
    background: #f2f2f2;
    /* light grey */
    /* border: 3px solid rgba(240, 120, 41, 0.25); */
    padding: 20px 15px;
    text-align: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 100%;
}

.rs-contact .contact-box:hover {
    transform: translateY(-6px);
    border-color: #f07829;
    /* box-shadow: 0 12px 30px rgba(240, 120, 41, 0.25); */
}

.rs-contact .contact-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #f07829;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-contact .contact-icon img {
    width: 32px;
    filter: brightness(0) invert(1);
}

.rs-contact .content-text .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.rs-contact .content-text .title a {
    color: #f07829;
    text-decoration: none;
    font-weight: 600;
}

.rs-contact .content-text p,
.rs-contact .content-text span {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.rs-contact .content-text a {
    color: #000;
    transition: color 0.3s ease;
}

.rs-contact .content-text a:hover {
    color: #f07829;
    text-decoration: none;
}

@media (max-width: 767px) {
    .rs-contact .contact-box {
        padding: 10px 10px;
        margin-bottom: 10px;
    }
}

.contact-block {
    background: #f5f5f5;
    /* light grey */
    padding: 0px !important;
}

.contact-block__map iframe {
    width: 100%;
    height: 100%;
    min-height: 550px;
    border: none;
    display: block;
}

.contact-block__form-area {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 60px 50px;
    background: #f2f2f2;
    /* light grey */
}

.contact-block__inner {
    width: 100%;
    max-width: 560px;
    margin: auto;
}

.contact-block__title {
    font-size: 36px;
    font-weight: 700;
    color: #f07829;
    margin-bottom: 30px;
}

.contact-form-modern input,
.contact-form-modern textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #000;
    background: #fff;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.contact-form-modern ::placeholder {
    color: #666;
}

.contact-form-modern textarea {
    min-height: 130px;
    resize: none;
}

.contact-form-modern input:focus,
.contact-form-modern textarea:focus {
    border-color: #f07829;
    outline: none;
}

.contact-btn {
    background: #f07829;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.contact-btn:hover {
    background: #fff;
    border: 1px solid #f07829;
    color: #f07829;
}

@media (max-width: 991px) {
    .contact-block__form-area {
        padding: 40px 25px;
    }

    .contact-block__title {
        font-size: 28px;
    }
}

.whiteBtn:hover {
    background: #000;
    color: #f07829;
}

.ops-media {
    padding: 120px 0;
}

.ops-media__content {
    max-width: 650px;
}

.ops-media__title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 26px;
    color: #000;
}

.ops-media__text {
    font-size: 16px;
    line-height: 1.85;
    color: #444;
    margin-bottom: 20px;
}

.ops-media__text.strong {
    font-weight: 800;
    color: #000;
}

.ops-media__list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0 30px;
}

.ops-media__list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 16px;
    color: #333;
}

.ops-media__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 12px;
    height: 2px;
    background: #f07829;
}

.ops-media__visual {
    padding-left: 40px;
}

.ops-media__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 18px;
}

.ops-media__img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
}

.ops-media__img--large {
    grid-column: span 2;
    height: 300px;
}

/* Responsive */
@media (max-width: 991px) {
    .ops-media {
        padding: 80px 0;
    }

    .ops-media__visual {
        padding-left: 0;
        margin-top: 50px;
    }

    .ops-media__title {
        font-size: 30px;
    }

    .ops-media__img {
        height: 180px;
    }

    .ops-media__img--large {
        height: 240px;
    }
}

.build-contact__form {
    opacity: 0;
    transform: translateY(40px);
}

.build-contact.animate .build-contact__form {
    animation: fadeUp 0.9s ease forwards;
}

.build-contact.animate .build-contact__image {
    animation: fadeUpImage 1.1s ease forwards;
}

.build-contact.animate .build-contact__heading {
    animation: slideLeft 0.8s ease forwards;
}

.build-contact.animate .build-contact__field,
.build-contact.animate .build-contact__textarea {
    opacity: 0;
    animation: fadeUp 0.6s ease forwards;
}

.build-contact.animate .build-contact__field:nth-child(1) {
    animation-delay: 0.2s;
}

.build-contact.animate .build-contact__field:nth-child(2) {
    animation-delay: 0.3s;
}

.build-contact.animate .build-contact__field:nth-child(3) {
    animation-delay: 0.4s;
}

.build-contact.animate .build-contact__textarea {
    animation-delay: 0.5s;
}

.build-contact.animate .build-contact__action {
    animation: fadeUp 0.7s ease forwards;
    animation-delay: 0.6s;
}

.build-contact__field:hover,
.build-contact__textarea:hover {
    border-color: #f07829;
    transform: translateY(-2px);
}

.build-contact__action button {
    position: relative;
    overflow: hidden;
}

.build-contact__action button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: -1;
}

.build-contact__action button:hover::after {
    transform: scaleX(1);
}

.build-contact__action button:hover {
    color: #fff;
}

.build-contact.animate .build-contact__image {
    animation: imageZoom 1.6s ease forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeUpImage {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes imageZoom {
    from {
        transform: scale(1.08);
    }

    to {
        transform: scale(1);
    }
}

.build-contact {
    padding: 90px 0;
}

.build-contact__form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.build-contact__heading {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 45px;
    max-width: 420px;
}

.build-contact__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.build-contact__field,
.build-contact__textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid #cfcfcf;
    font-size: 14px;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.build-contact__field.full,
.build-contact__textarea {
    grid-column: span 2;
}

.build-contact__textarea {
    height: 140px;
    resize: none;
}

.build-contact__field:focus,
.build-contact__textarea:focus {
    border-color: #f07829;
    outline: none;
}

.build-contact__action {
    margin-top: 35px;
}

.build-contact__action button {
    background: #f07829;
    color: #fff;
    border-radius: 12px;
    padding: 14px 42px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.build-contact__action button:hover {
    background: #000;
    color: #fff;
}

.build-contact__image {
    background-size: cover;
    background-position: center;
    min-height: 520px;
    border-radius: 12px;
}

@media (max-width: 991px) {
    .build-contact__heading {
        font-size: 30px;
    }

    .build-contact__grid {
        grid-template-columns: 1fr;
    }

    .build-contact__field.full,
    .build-contact__textarea {
        grid-column: span 1;
    }

    .build-contact__image {
        min-height: 500px;
        margin-top: 40px;
        border-radius: 0px;
    }
}



/* Wrapper */
.about-layout {
    position: relative;
}

/* Image */
.about-layout__image {
    position: relative;
}

.about-layout__img {
    width: 100%;
    border-radius: 16px;
}

/* Content */
.about-layout__content {
    max-width: 540px;
}

/* Label */
.about-layout__label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #f07829;
    margin-bottom: 16px;
    text-transform: uppercase;
}

/* Title */
.about-layout__title {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    margin-bottom: 26px;
}

.about-layout__text {
    font-size: 15px;
    line-height: 1.85;
    color: #444;
    margin-bottom: 22px;
    text-align: justify;
}

.about-layout__btn {
    margin-top: 25px;
}

.about-layout__btn a {
    display: inline-block;
    padding: 14px 40px;
    background: #f07829;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
}

.about-layout__btn a:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 991px) {
    .about-layout__title {
        font-size: 30px;
    }

    .about-layout__content {
        max-width: 100%;
    }
}



/* .about-core {
    position: relative;
}
.about-core__content {
    position: relative;
    padding-left: 30px;
    max-width: 520px;
}
.about-core__content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 90%;
    background: #f07829;
}
.about-core__label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 18px;
    display: block;
}

.about-core__heading {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.25;
    color: #000;
    margin-bottom: 28px;
}

.about-core__copy {
    font-size: 15px;
    line-height: 1.85;
    color: #444;
    margin-bottom: 20px;
}

.about-core__action {
    margin-top: 35px;
}

.about-core__action a {
    display: inline-block;
    padding: 14px 38px;
	background: #f07829;
	border-radius: 12px;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
}

.about-core__action a:hover {
    background: #000;
    color: #fff;
}

.about-core__visual {
    position: relative;
}

.about-core__visual img {
    width: 100%;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .about-core__content {
        padding-left: 20px;
        max-width: 100%;
    }

    .about-core__heading {
        font-size: 30px;
    }

    .about-core__content::before {
        height: 100%;
    }
} */

.future-build__visual {
    position: relative;
    height: 480px;
}

.future-build__stack {
    position: relative;
    width: 100%;
    height: 100%;
}

.future-build__img {
    position: absolute;
    width: 65%;
    height: 65%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
    transition: transform 0.8s ease;
}

.layer-1 {
    top: 0;
    left: 0;
    z-index: 1;
}

.layer-2 {
    top: 18%;
    left: 18%;
    z-index: 2;
}

.layer-3 {
    top: 36%;
    left: 36%;
    z-index: 3;
}

.future-build__visual:hover .layer-1 {
    transform: translate(-10px, -10px);
}

.future-build__visual:hover .layer-2 {
    transform: translate(0, -10px);
}

.future-build__visual:hover .layer-3 {
    transform: translate(10px, -10px);
}

@media (max-width: 991px) {
    .future-build__visual {
        height: 360px;
        margin-top: 50px;
    }
}

#success-modal .custom-success {
    background: #fff;
    border-top: 5px solid #f07829;
    border-radius: 8px;
    padding: 20px 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

#success-modal .custom-alert-icon {
    background: #fff;
    border: 2px solid #f07829 !important;
    border-radius: 50%;
    padding: 10px;
    fill: #f07829 !important;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

#success-modal h5 {
    color: #333;
    font-weight: 600;
}

#success-modal .success-message {
    color: #555;
    font-size: 15px;
}

#success-modal .btn-primary {
    background-color: #f07829 !important;
    border: none;
    border-radius: 4px;
}

#success-modal .btn-primary:hover {
    background-color: #944d1d !important;
}

.section-tag {
    display: inline-block;
    background: #f07829;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 30px;
    margin-bottom: 18px;
}

.cta-section {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}

.cta-section::after {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 300px;
    height: 300px;
    background: rgba(240, 120, 41, 0.18);
    border-radius: 50%;
}

.cta-wrapper {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.cta-badge {
    display: inline-block;
    padding: 6px 18px;
    background: rgba(240, 120, 41, 0.15);
    color: #f07829;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-bottom: 15px;
}

.cta-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 15px;
}

.cta-desc {
    font-size: 18px;
    color: #cfcfcf;
    line-height: 1.7;
    margin-bottom: 10px;
}

.cta-actions {
    display: flex;
    justify-content: center;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: #f07829;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn span {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.cta-btn:hover {
    background: #000;
    border: 1px solid #f07829;
    color: #fff;
    transform: translateY(-3px);
}

.cta-btn:hover span {
    transform: translateX(6px);
}

/* Responsive */
@media (max-width: 768px) {
    .cta-title {
        font-size: 32px;
    }

    .cta-desc {
        font-size: 16px;
    }
}

.about-layout__image {
    position: relative;
    display: inline-block;
}

.about-layout__img {
    width: 100%;
    border-radius: 14px;
    position: relative;
    z-index: 2;
}

.edge-lines {
    position: absolute;
    width: 2px;
    height: 120px;
    background: #f56200;
    z-index: 3;
    transform: rotate(130deg);
}

.edge-top-left {
    top: -60px;
    left: 38px;
    box-shadow:
        10px 0 0 #f56200,
        20px 0 0 #f56200;
}

.about-layout__image:hover .edge-top-left {
    transform: rotate(120deg) translateY(-4px);
    transition: transform 0.3s ease;
}

.about-layout__image:hover .edge-bottom-right {
    transform: rotate(120deg) translateY(4px);
    transition: transform 0.3s ease;
}

.thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.corner-shape {
    position: absolute;
    width: 52px;
    height: 52px;
    background: #f079298c;
    z-index: 2;
    opacity: 0.9;
}

.corner-shape.top-left {
    top: 0;
    left: 0;
    border-radius: 0 0 14px 0;
}

.single-project-card-inner:hover .corner-shape.top-left {
    transform: translate(-6px, -6px);
    transition: transform 0.3s ease;
}

.hero-image-wrapper {
    position: relative;
    display: inline-block;
    overflow: visible;
}

.hero-image {
    position: relative;
    z-index: 2;
    animation: floatImage 6s ease-in-out infinite;
}

@keyframes floatImage {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.shape {
    position: absolute;
    z-index: 1;
    opacity: 0.75;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.shape-circle {
    width: 60px;
    height: 60px;
    background: rgba(240, 120, 41, 0.35);
    border-radius: 50%;
    top: -20px;
    left: -25px;
    animation-name: drift1;
}

/* .shape-square {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.15);
    bottom: -20px;
    right: -20px;
    transform: rotate(15deg);
    animation-name: drift2;
} */

/* .shape-triangle {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 55px solid rgba(240, 120, 41, 0.45);
    top: 20%;
    right: -30px;
    animation-name: drift3;
} */

.shape-ring {
    width: 70px;
    height: 70px;
    border: 4px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    bottom: 15%;
    left: -35px;
    animation-name: rotateRing;
}

@keyframes drift1 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, 15px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes drift2 {
    0% {
        transform: translate(0, 0) rotate(15deg);
    }

    50% {
        transform: translate(-10px, -10px) rotate(45deg);
    }

    100% {
        transform: translate(0, 0) rotate(15deg);
    }
}

@keyframes drift3 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes rotateRing {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.transparency-section {
    background: #f7f7f7;
    padding: 80px 0;
}

.descr {
    font-size: 16px;
    color: #444;
}

.transparency-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    padding: 35px 25px;
    height: 100%;
    position: relative;
    transition: all 0.35s ease;
}

.transparency-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    border-color: #f07829;
}

.transparency-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
}

.transparency-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.card-number {
    position: absolute;
    top: -18px;
    right: 20px;
    background: #f07829;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 20px;
}

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

    .itemBxContent {
        height: 170px;
    }

    .latestBxImg img {
        height: auto;
    }
}

.future-item {
    display: flex;
    gap: 22px;
    padding: 32px;
    background: #ffffff;
    border-left: 6px solid #f07829;
    border-radius: 14px;
    height: 100%;
    transition: all 0.35s ease;
}

.future-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.future-ready-section-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.future-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    background: rgba(240, 120, 41, 0.12);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.future-icon svg {
    width: 28px;
    height: 28px;
    stroke: #f07829;
}

.future-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #000;
}

.future-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

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

.narrative-left .section-title {
    margin-bottom: 24px;
}

.narrative-left .section-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 18px;
}

.narrative-right {
    border-left: 2px solid rgba(0, 0, 0, 0.08);
    padding-left: 40px;
}

.scope-item {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.scope-index {
    font-size: 14px;
    font-weight: 600;
    color: #f07829;
    min-width: 32px;
}

.scope-content h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #000;
}

.scope-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

@media (max-width: 991px) {
    .narrative-right {
        border-left: none;
        padding-left: 0;
    }
}

.ux-project-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    transition: transform .5s ease, box-shadow .5s ease;
    /* height: 280px; */
}

.ux-project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(240, 120, 41, 0.35);
}

.ux-thumb {
    position: relative;
    display: block;
    overflow: hidden;
}

.ux-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 1.2s ease;
}

.ux-project-card:hover img {
    transform: scale(1.15) rotate(1deg);
}

.ux-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,
            rgba(0, 0, 0, 0.85),
            rgba(0, 0, 0, 0.35),
            rgba(0, 0, 0, 0.85));
    opacity: 0;
    transition: opacity .6s ease;
    z-index: 1;
}

.ux-thumb1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.ux-thumb1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 1.2s ease;
}

.ux-thumb1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,
            rgba(49, 48, 48, 0.85),
            rgba(240, 120, 41, 0.35),
            rgba(0, 0, 0, 0.85));
    opacity: 0;
    transition: opacity .6s ease;
    z-index: 1;
}

.ux-project-card:hover .ux-thumb1::before {
    opacity: 1;
}

.ux-project-card:hover .ux-thumb::before {
    opacity: 1;
}

.ux-corner-accent {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f07829, #ff9c55);
    transform: rotate(0deg);
    transition: transform .7s ease;
    z-index: 2;
}

.ux-project-card:hover .ux-corner-accent {
    transform: rotate(45deg) scale(1.2);
}

.ux-content {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    z-index: 3;
    color: #fff;
    transform: translateY(30px);
    opacity: 0;
    transition: all .6s ease;
}

.ux-project-card:hover .ux-content {
    transform: translateY(0);
    opacity: 1;
}

.ux-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
}

.ux-category {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
}

.ux-project-card::after {
    content: "";
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle, rgba(240, 120, 41, 0.15), transparent 60%);
    opacity: 0;
    transition: opacity .6s ease;
}

.ux-project-card:hover::after {
    opacity: 1;
}

.policy-content h3 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #000;
}

.policy-content h5 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #f07829;
}

.policy-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;
}

.policy-content ul {
    padding-left: 20px;
    margin: 15px 0 25px;
}

.policy-content ul li {
    font-size: 15px;
    color: #444;
    margin-bottom: 8px;
    position: relative;
}

@media (max-width: 768px) {

    .tab-content {
        /* padding: 25px; */
    }

    .policy-content h3 {
        font-size: 24px;
    }

    .nav-tabs .nav-link {
        padding: 10px 16px;
        font-size: 14px;
    }

    .whySec {
        padding-bottom: 150px;
    }
}

.banner .bannerSlider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.banner .bannerSlider img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.cta-strip-inner {
    background: linear-gradient(135deg,
            #f07829 0%,
            #e8681d 100%);
    border-radius: 20px;
    padding: 35px 45px;
    max-width: 900px;
    margin: 0 auto;
}

.cta-left {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.cta-left h2 {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.cta-left p {
    font-size: 17px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    opacity: 0.95;
}

@media (max-width: 991px) {
    .cta-strip-inner {
        padding: 40px 30px;
    }

    .cta-left h2 {
        font-size: 32px;
    }

    .cta-left p {
        font-size: 16px;
    }
}

.banner .container {
    position: relative;
    z-index: 3;
}

.blackOverlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 2;
}

.shape-circle,
.shape-ring {
    animation: floatY 6s ease-in-out infinite;
}

@keyframes floatY {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.visual-item {
    position: relative;
    display: inline-block;
}

.visual-shape img {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.shape-circle {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 80px;
    height: 80px;
    background: rgba(240, 120, 41, 0.2);
    border-radius: 50%;
    z-index: 1;
}

/* .shape-square {
    position: absolute;
    bottom: -25px;
    right: -25px;
    width: 70px;
    height: 70px;
    background: #000;
    opacity: 0.08;
    transform: rotate(15deg);
    z-index: 1;
} */

.shape-dots {
    position: absolute;
    top: 40%;
    right: -45px;
    width: 70px;
    height: 70px;
    background-image: radial-gradient(#f07829 2px, transparent 2px);
    background-size: 10px 10px;
    opacity: 0.6;
    z-index: 1;
}

.shape-ring {
    position: absolute;
    bottom: 15%;
    left: -50px;
    width: 90px;
    height: 90px;
    border: 2px dashed #f07829;
    border-radius: 50%;
    opacity: 0.7;
    z-index: 1;
}

.operations-visual {
    position: relative;
}

.visual-item {
    position: relative;
    margin-bottom: 40px;
}

.offset-item {
    margin-left: 60px;
}

.visual-number {
    position: absolute;
    top: -14px;
    left: -14px;
    background: #f07829;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 20px;
    z-index: 2;
}

.visual-shape {
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.visual-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shape-one {
    border-radius: 20px 20px 60px 20px;
}

.shape-two {
    border-radius: 60px 20px 20px 20px;
}

.operations-content .section-title {
    margin-bottom: 24px;
}

.operations-content .section-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 18px;
}

.operations-content .section-desc.strong {
    font-weight: 600;
    color: #000;
}

.operations-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 24px;
}

.operations-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #555;
}

.operations-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    background: #f07829;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .offset-item {
        margin-left: 0;
    }
}

.fw-hero {
    padding: 60px 0 10px;
    background: #ffffff;
}

.fw-hero-inner {
    position: relative;
    max-width: 95%;
    margin: auto;
}

.fw-hero-inner img {
    width: 100%;
    /* height: 520px; */
    object-fit: cover;
    border-radius: 28px;
    position: relative;
    z-index: 2;
}

.hero-rail {
    position: absolute;
    top: 40px;
    bottom: 40px;
    width: 6px;
    background: #f07829;
    border-radius: 10px;
    z-index: 1;
}

.hero-rail.left {
    left: -20px;
}

.hero-rail.right {
    right: -20px;
}

.hero-label {
    position: absolute;
    bottom: -18px;
    right: 60px;
    background: #f07829;
    color: #fff;
    padding: 8px 18px;
    font-size: 14px;
    border-radius: 22px;
    z-index: 3;
}

.content-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #777;
    margin-bottom: 18px;
}

.meta-left,
.meta-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.meta-item i {
    color: #f07829;
    margin-right: 6px;
}

.meta-separator {
    color: #ccc;
}

.meta-badge {
    background: #fff4ec;
    color: #f07829;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 14px;
}

.meta-time {
    font-size: 14px;
    color: #555;
}

.content-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.05),
            rgba(240, 120, 41, 0.6),
            rgba(0, 0, 0, 0.05));
    margin-bottom: 26px;
}

.legal-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.legal-content p {
    font-size: 14px;
    line-height: 1.4;
    color: rgb(103, 116, 137);
    margin-bottom: 18px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .content-meta {
        gap: 12px;
    }

    .legal-content {
        padding: 0px 10px;
    }
}

.legal-gallery {
    background: #fafafa;
}

.gallery-head {
    margin-bottom: 20px;
}

.gallery-head h3 {
    font-size: 38px;
    font-weight: 800;
}

.gallery-head span {
    font-size: 14px;
    color: #777;
}

.gallery-box.unique-style {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.gallery-box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 22px;
    position: relative;
    z-index: 2;
}

.inset-frame {
    position: absolute;
    inset: 14px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 16px;
    z-index: 3;
    pointer-events: none;
}

.accent-chip {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #f07829;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 20px;
    z-index: 4;
    letter-spacing: 0.5px;
}

.diag-cut {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.22) 0%,
            rgba(255, 255, 255, 0.15) 20%,
            rgba(255, 255, 255, 0) 40%);
    z-index: 3;
    pointer-events: none;
}

.gallery-box:hover img {
    transform: scale(1.04);
    transition: transform 0.45s ease;
}

@media(max-width: 768px) {
    .fw-hero-inner img {
        height: 360px;
    }

    .hero-label {
        right: 20px;
    }

    .formSec1 {
        padding: 10px;
        position: relative;
    }
}

@media (max-width: 768px) {

    .fw-hero {
        padding: 30px 0 20px;
    }

    .fw-hero-inner {
        max-width: 92%;
    }

    .fw-hero-inner img {
        height: 320px;
        border-radius: 20px;
    }

    .hero-rail {
        display: none;
    }

    .hero-label {
        bottom: 16px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
        padding: 6px 14px;
        border-radius: 18px;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .fw-hero-inner::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 20px;
        background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0) 55%,
                rgba(0, 0, 0, 0.45));
        z-index: 2;
        pointer-events: none;
    }

    .hero-label {
        z-index: 3;
    }

    .comment-card.reply {
        margin-left: 20px;
    }
}

.blog-layout {
    background: #fff;
    padding: 60px 0px;
}

.blog-hero {
    position: relative;
    margin-bottom: 25px;
}

.blog-hero img {
    width: 100%;
    border-radius: 22px;
}

.blog-date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #f07829;
    color: #fff;
    border-radius: 12px;
    padding: 8px 14px;
    font-weight: 600;
}

.blog-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #828181;
    margin-bottom: 15px;
}

.blog-title {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 20px;
}

.blog-subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
    text-align: justify;
}

.blog-content h3 {
    font-weight: 700;
    margin: 35px 0 15px;
}

.blog-points li {
    padding-left: 18px;
    position: relative;
    margin-bottom: 8px;
}

/* .blog-points li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #f07829;
    position: absolute;
    left: 0;
    top: 9px;
} */

.inline-image {
    width: 100%;
    margin: 30px 0;
}

.blog-footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.tags a,
.tag-cloud a {
    padding: 6px 14px;
    margin: 4px;
    background: #f07829;
    color: #fff;
    border-radius: 12px;
    display: inline-block;
}

.tags a:hover,
.tag-cloud a:hover {
    background: #000;
}

.share {
    display: flex;
    align-items: center;
    gap: 12px;
}

.share-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: #000;
}

.share-label i {
    color: #f07829;
    font-size: 22px;
}

.share a {
    width: 36px;
    height: 36px;
    display: flex;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    color: #000;
    transition: 0.3s ease;
}

.share a:hover {
    background: #f07829;
    border-color: #f07829;
    color: #fff;
}

.share a i {
    font-size: 15px;
}

.sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-card {
    background: transparent;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: 0.3s ease;
}

.sidebar-card:hover {
    transform: translateY(-5px);
}

.sidebar-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 28;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-left: 12px;
}

.sidebar-title::before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 22px;
    background: #f07829;
}

.sidebar-title i {
    color: #f07829;
    font-size: 22px;
}

.sidebar-search {
    display: flex;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
}

.sidebar-search input {
    flex: 1;
    border: none;
    padding: 12px 14px;
    border-radius: 0;
}

.sidebar-search input:focus {
    outline: none;
}

.sidebar-search button {
    background: #f07829;
    color: #fff;
    border: none;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.sidebar-post {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
}

.sidebar-post img {
    width: 122px;
    height: 82px;
    border-radius: 12px;
}

.post-info span {
    font-size: 13px;
    color: #f07829;
    display: block;
    margin-bottom: 4px;
}

.post-info a {
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    display: block;
}

.post-info a:hover {
    color: #f07829;
}

.sidebar-categories li {
    border-bottom: 1px solid #eee;
}

.sidebar-categories li:last-child {
    border-bottom: none;
}

.sidebar-categories a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    position: relative;
}

.sidebar-categories a::after {
    content: "→";
    position: absolute;
    right: 0;
    opacity: 0;
    transition: 0.3s;
}

.sidebar-categories a:hover {
    color: #f07829;
    padding-left: 6px;
}

.sidebar-categories a:hover::after {
    opacity: 1;
    color: #f07829;
}

.sidebar-tags a {
    display: inline-block;
    padding: 6px 14px;
    color: #fff;
    background: #f07829;
    margin: 4px;
    border-radius: 12px;
    font-size: 14px;
    transition: 0.3s;
}

.sidebar-tags a:hover {
    background: #000;
    color: #fff;
}

.review-section {
    margin-top: 60px;
}

.review-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.review-note {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.review-form input,
.review-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 14px;
    transition: 0.3s ease;
}

.review-form textarea {
    min-height: 140px;
    resize: none;
}

.review-form input:focus,
.review-form textarea:focus {
    outline: none;
    border-color: #f07829;
}

.review-row {
    margin-bottom: 20px;
}

.review-row.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.review-footer {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.review-btn {
    background: #f07829;
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.3s ease;
}

.review-btn:hover {
    background: #000;
}

.review-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-rating strong {
    font-weight: 600;
}

.review-rating .stars i {
    color: #f07829;
    font-size: 16px;
}

.comments-section {
    margin-top: 60px;
    background: #f7f7f7;
    padding: 30px;
    border-radius: 12px;
}

.comments-title {
    font-weight: 700;
    margin-bottom: 30px;
}

.comment-card {
    display: flex;
    gap: 18px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

/* .comment-card.reply {
        margin-left: 60px;
    } */

.comment-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-body {
    flex: 1;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.comment-header h5 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.comment-date {
    font-size: 13px;
    color: #f07829;
}

.comment-body p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.reply-btn {
    background: #f07829;
    color: #fff;
    padding: 6px 16px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.reply-btn:hover {
    background: #000;
}

.blog-overlay-section {
    position: relative;
}

.blog-overlay-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.blog-overlay-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

.blog-overlay-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.blog-overlay-media {
    position: relative;
    height: 420px;
    overflow: hidden;
}

.blog-overlay-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.blog-overlay-card:hover img {
    transform: scale(1.12);
}

.blog-color-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(240, 120, 41, 0.25) 0%,
            rgba(0, 0, 0, 0.75) 70%);
    z-index: 1;
}

.blog-line-accent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #f07829;
    z-index: 2;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.blog-overlay-card:hover .blog-line-accent {
    transform: scaleX(1);
}

.blog-float-dot {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    z-index: 2;
    animation: floatY 6s infinite ease-in-out;
}

.dot-1 {
    width: 14px;
    height: 14px;
    top: 18%;
    right: 20%;
}

.dot-2 {
    width: 10px;
    height: 10px;
    top: 35%;
    right: 12%;
    animation-delay: 2s;
}

@keyframes floatY {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

.blog-overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 28px;
    z-index: 3;
    color: #fff;
    transition: transform 0.5s ease;
}

.blog-overlay-card:hover .blog-overlay-content {
    transform: translateY(-6px);
}

.blog-meta {
    display: flex;
    gap: 18px;
    font-size: 14px;
    opacity: 0.9;
    color: #fff;

    margin-bottom: 10px;
}

.blog-meta span {
    background: #f07829;
    border-radius: 12px;
    padding: 5px 10px;
}

.blog-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
}

.sidebar-page-container {
    background: #f9f9f9 !important;
}

.blog-excerpt {
    font-size: 14.5px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 14px;
}

.blog-readmore {
    font-size: 14px;
    font-weight: 600;
    color: #f07829;
    transition: letter-spacing 0.3s ease;
}

.blog-overlay-card:hover .blog-readmore {
    letter-spacing: 1px;
}

.apart-section {
    background: #f9f9f9;
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}

/* HEADER */
.apart-eyebrow {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #f07829;
    display: block;
    margin-bottom: 10px;
}

.apart-heading {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 14px;
}

.apart-intro {
    max-width: 720px;
    margin: 0 auto;
    font-size: 16px;
    color: #444;
    line-height: 1.8;
}

/* VISUAL */
.apart-visual {
    position: relative;
}

.apart-visual img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.apart-visual .overlay-img {
    position: absolute;
    bottom: -40px;
    right: -30px;
    width: 60%;
    background: #fff;
    padding: 4px;
}

/* LIST */
.apart-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.apart-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.check-dot {
    width: 10px;
    height: 10px;
    background: #f07829;
    border-radius: 50%;
    margin-top: 8px;
    flex-shrink: 0;
}

.apart-list p {
    margin: 0;
    font-size: 15px;
    color: #333;
    line-height: 1.7;
}

/* STATEMENT */
.apart-statement {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 3px solid #f07829;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .apart-heading {
        font-size: 32px;
    }

    .apart-visual .overlay-img {
        display: none;
    }
}

















.purpose-strip {
    background-color: #f9f9f9;
    padding: 80px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.strip-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f07829;
    margin-bottom: 12px;
}

.strip-title {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-bottom: 24px;
}

.strip-text {
    font-size: 16px;
    color: #333;
    line-height: 1.9;
    margin-bottom: 30px;
}

.strip-highlight {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-top: 3px solid #f07829;
    display: inline-block;
    padding-top: 18px;
}

@media (max-width: 991px) {
    .strip-title {
        font-size: 30px;
    }

    .strip-highlight {
        font-size: 16px;
    }
}


j .mvv-section {
    background: #fff;
    padding: 120px 0 130px;
    position: relative;
    overflow: hidden;
}

.mvv-section::before,
.mvv-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(240, 120, 41, 0.08);
    z-index: 0;
}

.mvv-section::before {
    width: 420px;
    height: 420px;
    top: -120px;
    left: -140px;
}



.mvv-eyebrow {
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 600;
    color: #f07829;
    margin-bottom: 12px;
    display: block;
}

.mvv-heading {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.mvv-divider {
    width: 80px;
    height: 3px;
    background: #f07829;
    margin: 26px auto 0;
    border-radius: 3px;
}

.mvv-card {
    background: #f9f9f9;
    border-radius: 22px;
    padding: 48px 44px;
    height: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    z-index: 1;
    border-top: 5px solid #f07829;
}

.mvv-card.accent {
    border-top: 5px solid #f07829;
}

.mvv-card:hover {
    transform: translateY(-10px);
}

.mvv-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
}


.mvv-card:hover .mvv-icon {
    background-color: #f07829;
}

.mvv-icon svg {
    width: 34px;
    height: 34px;
    stroke: #fff;
    stroke-width: 2;
    fill: none;
}

.mvv-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.mvv-card p {
    font-size: 15.5px;
    color: #444;
    line-height: 1.9;
}

.values-title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.value-card {
    background: #f9f9f9;
    border-radius: 18px;
    padding: 34px 20px;
    height: 100%;
    text-align: center;
    transition: all 0.35s ease;
    position: relative;
}

.value-card::before {
    content: "";
    width: 34px;
    height: 2px;
    background: #f07829;
    display: block;
    margin: 0 auto 14px;
    opacity: 0.6;
}

.value-card:hover {
    transform: translateY(-8px);
}

.value-card span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #f07829;
    margin-bottom: 10px;
}

.value-card h5 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}

.value-card p {
    font-size: 13.5px;
    color: #555;
    line-height: 1.65;
    margin-bottom: 0px;
}

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

    .mvv-heading {
        font-size: 32px;
    }

    .mvv-card {
        padding: 36px 30px;

    }
}

.mvv-shape {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.shape-circle {
    width: 140px;
    height: 140px;
    border: 3px solid #f07829;
    border-radius: 50%;
    top: 60px;
    left: -60px;
    opacity: 0.25;
    animation: floatY 8s ease-in-out infinite;
}

.shape-dots {
    width: 120px;
    height: 120px;
    background-image: radial-gradient(#000 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    bottom: 120px;
    right: -40px;
    opacity: 0.15;
}

.shape-line {
    width: 180px;
    height: 4px;
    background: #f07829;
    top: 180px;
    right: 80px;
    opacity: 0.3;
}

@keyframes floatY {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-16px);
    }

    100% {
        transform: translateY(0);
    }
}

.mvv-section .container>* {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {

    .shape-circle,
    .shape-dots,
    .shape-line {
        display: none;
    }

    .video-modal {
        margin-top: 0px;
    }

}

.apart-visual {
    position: relative;
    max-width: 720px;
}

/* Main image */
.apart-visual>img:first-child {
    width: 100%;
    border-radius: 16px;
    position: relative;
    z-index: 2;
}

/* Overlay image */
.apart-visual .overlay-img {
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 45%;
    border-radius: 14px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    z-index: 3;
}

/* Decorative frame */
.apart-frame {
    position: absolute;
    inset: -8px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 22px;
    z-index: 1;
}

/* Lines */
.apart-line {
    position: absolute;
    background: #000;
    opacity: 0.15;
}

.line-top {
    top: -16px;
    left: 40px;
    width: 120px;
    height: 2px;
}

.line-left {
    top: 60px;
    left: -16px;
    width: 2px;
    height: 120px;
}

/* Dotted element */
.apart-dots {
    position: absolute;
    top: 40%;
    left: -50px;
    width: 80px;
    height: 80px;
    background-image: radial-gradient(#000 1.5px, transparent 1.5px);
    background-size: 10px 10px;
    opacity: 0.15;
    z-index: 1;
}

.videoBx {
    position: relative;
}

.video-trigger {
    position: absolute;
    inset: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    margin-top: 70px;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.video-modal-inner {
    position: relative;
    width: 80%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
}

.video-modal iframe {
    width: 100%;
    height: 100%;
}

.video-close {
    position: absolute;
    top: -10px;
    right: 0px;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}

.videoBx {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    height: 100%;
}

/* Thumbnail */
.videoBx img {
    width: 100%;
    display: block;
    border-radius: 14px;
}

/* Play Button */
.video-trigger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Icon */
.video-trigger i,
.video-trigger span {
    font-size: 20px;
    color: #000;
    margin-left: 3px;
    /* optical centering for play icon */
}

/* Hover effect */
.video-trigger:hover {
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

/* Optional subtle pulse */
.video-trigger::after {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    animation: pulse 1.8s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.contact-section-modern {
    position: relative;
    overflow: hidden;
}

.contact-shape {
    position: absolute;
    border-radius: 50%;
    background: #806c61;
    z-index: 0;
}

.shape-one {
    width: 420px;
    height: 420px;
    top: -120px;
    left: -140px;
}

.shape-two {
    /* width: 300px; */
    height: 300px;
    bottom: 80px;
    right: -120px;
}

.contact-dots {
    position: absolute;
    width: 160px;
    height: 160px;
    top: 120px;
    right: 60px;
    background-image: radial-gradient(#f07829 1.2px, transparent 1.2px);
    background-size: 14px 14px;
    opacity: 0.35;
    z-index: 0;
}

.contact-section-modern .container {
    position: relative;
    z-index: 2;
}

.contact-form-panel {
    position: relative;
}

.contact-form-panel::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 24px;
    width: 60px;
    height: 3px;
    background: #f07829;
    border-radius: 3px;
}

.contact-info-card {
    position: relative;
    overflow: hidden;
}

/* .contact-info-card::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: #806c61;
    top: -60px;
    right: -60px;
    border-radius: 50%;
} */

.info-icon {
    position: relative;
}

.info-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(240, 120, 41, 0.5);
    border-radius: 12px;
    color: #f07829;
    top: 0;
    left: 0;
    transform: scale(1.15);
}

.contact-block__map {
    position: relative;
}

.contact-block__map::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.25),
            transparent 60%);
    pointer-events: none;
}

.contact-section-modern {
    padding: 110px 0;
    background: #eeeae4;
}

.contact-form-panel {
    background: #fff;
    padding: 60px;
    border-radius: 22px;
    height: 100%;
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.contact-info-stack {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.contact-eyebrow {
    font-size: 14px;
    padding: 10px;
    background: #f07829;
    color: #fff;
    border-radius: 22px;
}

.contact-info-card {
    background: #fff;
    padding: 26px 24px;
    border-radius: 18px;
    color: #000;
    border: 2px solid rgba(0, 0, 0, 0.15);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.contact-info-card:hover {
    transform: translateY(-6px);
}

.info-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.info-icon svg {
    width: 22px;
    height: 22px;
    stroke: #f07829;
    stroke-width: 2;
    fill: none;
}

.contact-info-card h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.contact-info-card p {
    font-size: 14.5px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .contact-form-panel {
        padding: 36px 26px;
    }

    .contact-form-panel::before {
        top: 18px;
        left: 40px;
    }

}

.recent_post_p {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.recent_post_p:hover {
    color: #f07829;
}

.mvv-shape.shape-circle {
    display: none;
}

.sidebar-contact-form input,
.sidebar-contact-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
}

.sidebar-contact-form input:focus,
.sidebar-contact-form textarea:focus {
    border-color: #f07829;
}

.sidebar-contact-form textarea {
    resize: none;
}

.sidebar-contact-form button {
    width: 100%;
    display: flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: none;
    border-radius: 12px;
    background-color: #f07829;
    color: #fff;
}

.sidebar-contact-form button:hover {
    background: #000;
}

.project_video {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    /* margin-left: 50px; */
}
@media (max-width: 991px) {
    
.project_video {
   
    margin-left: 0px;
}

}
.operations-visual img {
	max-width: 100%;
	height: auto;
}

.operations-section {
	overflow-x: hidden;
}
