/* Header Css Start */
/* Container for positioning */
.lang-selector-wrapper {
    position: relative;
    list-style: none;
    display: inline-block;
}

/* The main button/pill */
.lang-btn {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    color: #5d4037;
    /* Your brown text color */
}

.lang-btn:hover {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* The hidden menu */
.lang-dropdown-menu {
    position: absolute;
    top: 110%;
    right: 0;
    background: #ffffff;
    min-width: 140px;
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1000;
}

/* Show menu on hover of the parent */
.lang-selector-wrapper:hover .lang-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Menu items */
.lang-dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-size: 0.9rem;
    border-radius: 8px;
    transition: background 0.2s;
}

.lang-dropdown-menu li a:hover {
    background: #f5f0ee;
    /* Light brown tint */
    color: #5d4037;
}

.green-brown-gradient-text {
    background: linear-gradient(180deg, #0F4C5C 35%, #552C07 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.yellow-white-gradient-text {
    background: linear-gradient(90deg, #E4B363 20%, #FFFFFF 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.yellow-green-gradient-text {
    background: linear-gradient(180deg, #E4B363 35%, #0F4C5C 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.yellow-white-gradient-text {
    background: linear-gradient(to right, #E4B363 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.blog-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.text-green {
    color: #0F4C5C;
}

.header,
.default_sickty_heaad {
    padding: 2px !important;
}

.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu {
    background: #FAF9F0 !important;
    border: 2px solid #552C07 !important;
}

.custom-btn-header {
    padding: 8px 14px;
    background: #0F4C5C;
    color: #FAF9F0;
    border: 1px solid #0F4C5C;
    border-radius: 0px;
}

.custom-btn-header:hover {
    padding: 8px 14px;
    background: #FAF9F0;
    color: #0F4C5C;
}

.company-name {
    display: inline-flex;
    flex-direction: column;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
    line-height: 1.2;
}

.company-name-north {
    color: #C9A646;
    font-size: 18px;
    letter-spacing: 1px;
}

.company-name-surveyors {
    font-size: 18px;
    letter-spacing: 1px;
    background: linear-gradient(to bottom, #C9A646 0%, #C9A646 30%, #552C07 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.company-name-surveyors-footer {
    font-size: 24px;
    letter-spacing: 1px;
    background: linear-gradient(to bottom, #C9A646 20%, #FFFFFF 80%);
    ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.menu-item.active>a span {
    position: relative;
    color: #552C07;
    font-weight: 600;
}

.logo_column {
    display: flex;
    align-items: center;
}

/* Header Css End */

/* Home Page Css Start */
.slider.style_four .slide-item-content .slider_content {
    padding: 100px 0px 200px !important;
}

.gradient-text {
    background: linear-gradient(to right, #E4B363 0%, #552C07 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.gradient-text-home-7 {
    background: linear-gradient(to right, #E4B363 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.gradient-text-our-story {
    background: linear-gradient(to right, #E4B363 0%, #552C07 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

@media (min-width: 768px) {
    .slider.style_four .slide-item {
        height: 100vh !important;
        min-height: 600px !important;
        max-height: 900px !important;
    }

    .slider.style_four .slide-item .image-layer {
        height: 100% !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

    .slider.style_four .owl-carousel .owl-stage-outer,
    .slider.style_four .owl-carousel .owl-stage,
    .slider.style_four .owl-carousel .owl-item {
        height: 100vh !important;
        min-height: 600px !important;
        max-height: 900px !important;
    }

    .slider.style_four .slide-item-content {
        height: 100vh !important;
        min-height: 600px !important;
        max-height: 900px !important;
    }
}

@media (min-width: 1200px) {
    .slider.style_four .slide-item {
        max-height: 700px !important;
    }

    .slider.style_four .owl-carousel .owl-stage-outer,
    .slider.style_four .owl-carousel .owl-stage,
    .slider.style_four .owl-carousel .owl-item {
        max-height: 700px !important;
    }

    .slider.style_four .slide-item-content {
        max-height: 700px !important;
    }
}

@media (min-width: 1600px) {
    .slider.style_four .slide-item {
        max-height: 700px !important;
    }

    .slider.style_four .owl-carousel .owl-stage-outer,
    .slider.style_four .owl-carousel .owl-stage,
    .slider.style_four .owl-item {
        max-height: 700px !important;
    }

    .slider.style_four .slide-item-content {
        max-height: 700px !important;
    }
}

.custom-explore-btn {
    background: transparent !important;
    color: #0F4C5C !important;
    border: 2px solid #0F4C5C !important;
    padding: 12px 30px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.custom-explore-btn:hover {
    background: #0F4C5C !important;
    color: #FAF9F0 !important;
    border: 2px solid #0F4C5C !important;
}

@media (min-width: 768px) {
    .slider.style_four .slider_content {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        height: 100% !important;
        padding: 80px 0px 60px !important;
    }

    .slider.style_four .button_all.animate_down {
        margin-top: auto !important;
    }
}

.text-brown {
    color: #552C07;
}

.custom-heading-color-gradient {
    background: linear-gradient(180deg, #E4B363 41.35%, #0F4C5C 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    display: inline !important;
}

.testimonial_sec.style_v2_one .testimonial_box .authour_details {
    position: relative;
    padding: 0px !important;
    width: 35%;
    min-width: 35%;
}

.testimonial_sec.style_v2_one .testimonial_box .rating-section {
    width: 20% !important;
    min-width: 20% !important;
}

.testimonial_sec.style_v2_one .testimonial_box .big-image {
    width: 45% !important;
    position: relative;
    overflow: hidden;
    height: 100%;
    min-width: 45% !important;
    min-height: 500px;
}

.image_boxes.style_seven .experience {
    position: absolute;
    padding: 20px;
    top: -5px !important;
    left: -20px !important;
}

/* Counter Gradient Text */
.counter-gradient {
    background: linear-gradient(270deg, #7E6337 0%, #E4B363 96.15%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    display: inline-block !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.counter-gradient small {
    font-size: 40px !important;
    font-weight: 700 !important;
}

.coun_ter {
    margin-bottom: 15px !important;
}

/* Split Section with Oval Image */
.home-3 {
    min-height: 500px;
    overflow: hidden;
}

.brown-textured-bg {
    background: linear-gradient(rgba(85, 44, 7, 0.9), rgba(85, 44, 7, 0.9)),
        url('/assets/images/home-3-1.jpg') no-repeat center center;
    background-size: cover;
    z-index: 0;
}

.brown-textured-bg+.container-fluid {
    z-index: 1;
}

.brown-textured-home-seven-bg {
    background: linear-gradient(rgba(85, 44, 7, 0.7), rgba(85, 44, 7, 0.7)),
        url('/assets/images/home-7.jpg') no-repeat center center;
    background-size: cover;
    z-index: 0;
}

.brown-textured-home-seven-bg+.container-fluid {
    z-index: 1;
}

/* Testimonial Section - 3 Column Layout */
.testimonial_sec.style_v2_one .testimonial_box {
    display: flex;
    align-items: stretch;
    min-height: 500px;
}

.testimonial_box .authour_details {
    width: 40%;
}

.testimonial-left-section {
    background: linear-gradient(rgba(85, 44, 7, 0.95), rgba(85, 44, 7, 0.95)),
        url('/assets/images/footer-bg.png') no-repeat center center;
    background-size: cover;
    padding: 40px 40px;
    height: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial_box .rating-section {
    width: 20%;
}

.testimonial_box .big-image {
    width: 40%;
    overflow: hidden;
}

.quote-icon-large {
    font-size: 70px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1;
    margin-bottom: 30px;
    font-family: 'Otomanopee One', sans-serif;
}

.testimonial-quote {
    color: #FAF9F0;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.testimonial-divider {
    width: 60px;
    height: 2px;
    background: #FAF9F0;
    margin-bottom: 25px;
}

.testimonial-author {
    color: #FAF9F0;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.testimonial-role {
    color: #FAF9F0;
    font-size: 15px;
    margin: 0;
}

/* Rating Section */
.rating-section {
    background: #FAF9F0;
    padding: 60px 40px;
    height: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rating-title {
    color: #552C07;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.rating-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.rating-number {
    color: #552C07;
    font-size: 48px;
    font-weight: 700;
}

.rating-star-large {
    color: #552C07;
    font-size: 32px;
}

.rating-stars {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}

.rating-stars i {
    color: #E4B363;
    font-size: 20px;
}

.rating-subtitle {
    color: #552C07;
    font-size: 14px;
    margin: 0;
}

/* Surveyor Image Section */
.surveyor-image-section {
    height: 100%;
    min-height: 500px;
    overflow: hidden;
}

.surveyor-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonial_box .big-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 501px;
}

@media (max-width: 991px) {
    .testimonial_sec.style_v2_one .testimonial_box {
        flex-direction: column;
        min-height: auto;
    }

    .testimonial_box .authour_details,
    .testimonial_box .rating-section,
    .testimonial_box .big-image {
        width: 100%;
    }

    .testimonial-left-section,
    .rating-section,
    .surveyor-image-section {
        min-height: 400px;
        padding: 40px 30px;
    }

    .quote-icon-large {
        font-size: 50px;
    }

    .rating-number {
        font-size: 36px;
    }

    .testimonial_box .big-image img {
        min-height: 400px;
    }
}

@media (max-width: 576px) {

    .testimonial-left-section,
    .rating-section,
    .surveyor-image-section {
        min-height: 350px;
        padding: 30px 20px;
    }

    .quote-icon-large {
        font-size: 40px;
    }

    .testimonial-quote {
        font-size: 14px;
    }

    .rating-number {
        font-size: 32px;
    }

    .testimonial_box .big-image img {
        min-height: 350px;
    }
}

.home-3 .content-wrapper {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.brown-textured-bg .section-heading {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.brown-textured-bg .section-description {
    color: #FAF9F0;
    font-size: 16px;
    line-height: 1.7;
}

.oval-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.oval-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 650px;
    max-height: 400px;
    aspect-ratio: 1;
}

.oval-survey-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 175px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-play-button {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    text-decoration: none;
}

.play-icon {
    width: 80px;
    height: 80px;
    background: #552C07;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.play-icon i {
    color: #fff;
    font-size: 28px;
    margin-left: 5px;
}

.video-play-button::before,
.video-play-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid rgba(196, 145, 89, 0.6);
    animation: pulse-ring 1.5s ease-out infinite;
}

.video-play-button::before {
    width: 100px;
    height: 100px;
}

.video-play-button::after {
    width: 120px;
    height: 120px;
    animation-delay: 0.3s;
}

@keyframes pulse-ring {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}

.video-play-button:hover .play-icon {
    background: #E4B363;
    transform: scale(1.1);
}

/* Section Buttons */
.btn-explore-services,
.btn-get-quote,
.btn-more-services {
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 0px;
    display: inline-block;
}

.btn-explore-services {
    background: transparent;
    color: #E4B363;
    border: 2px solid #E4B363;
}

.btn-explore-services:hover {
    background: #E4B363;
    color: #552C07;
    border: 2px solid #E4B363;
}

.btn-get-quote {
    background: #E4B363;
    color: #552C07;
    border: 2px solid #E4B363;
}

.btn-get-quote:hover {
    background: #C9A646;
    color: #552C07;
    border: 2px solid #C9A646;
}

.btn-more-services {
    background: #E4B363;
    color: #552C07;
    border: 2px solid #552C07;
}

.btn-more-services:hover {
    background: #C9A646;
    color: #552C07;
    border: 2px solid #552C07;
}

@media (max-width: 991px) {
    .home-3 {
        min-height: auto;
    }

    .brown-textured-bg .section-heading {
        font-size: 28px;
    }

    .home-3 .content-wrapper {
        padding: 40px 30px !important;
    }

    .oval-image-wrapper {
        max-width: 350px;
        max-height: 350px;
    }
}

@media (max-width: 576px) {
    .brown-textured-bg .section-heading {
        font-size: 24px;
    }

    .home-3 .content-wrapper {
        padding: 30px 20px !important;
    }

    .oval-image-wrapper {
        max-width: 280px;
        max-height: 280px;
    }

    .play-icon {
        width: 60px;
        height: 60px;
    }

    .play-icon i {
        font-size: 20px;
    }

    .btn-explore-services,
    .btn-get-quote {
        padding: 10px 20px;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
}

/* Section 4 - Video Background with Services */
.home-4 {
    min-height: 600px;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-overlay {
    top: 0;
    left: 0;
    background: #E4B363B2;
    /* background: linear-gradient(0deg, rgba(228, 179, 99, 0.70) 0%, rgba(228, 179, 99, 0.70) 100%); */
    z-index: 1;
}

.home-4 .container-sm {
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Service Boxes - 2x2 Grid */
.service-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid #552C07;
    padding: 50px 40px;
    position: relative;
    height: 100%;
    min-height: 300px;
}

.service-marker {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.marker-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #552C07;
    position: relative;
    flex-shrink: 0;
}

.marker-circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background: #552C07;
    border-radius: 50%;
}

.marker-line {
    width: 100%;
    height: 1.5px;
    background: #552C07;
    margin-left: 8px;
}

.service-title {
    color: #2D2520;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}

.service-tech {
    color: #552C07;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}

.service-title-consultancy {
    color: #2D2520;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 18px;
}

.service-text {
    color: #5A4A40;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 768px) {
    .home-4 {
        min-height: auto;
    }

    .home-4 .container-sm {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .service-box {
        padding: 35px 25px;
        min-height: 250px;
    }

    .service-title {
        font-size: 20px;
    }

    .service-title-consultancy {
        font-size: 24px;
    }

    .service-text {
        font-size: 14px;
    }

    .marker-line {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .home-4 .container-sm {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .service-box {
        padding: 30px 20px;
        min-height: 220px;
    }

    .service-title {
        font-size: 18px;
    }

    .service-title-consultancy {
        font-size: 22px;
    }

    .service-text {
        font-size: 13px;
    }

    .marker-line {
        width: 100%;
    }
}

/* Section 5 - Appointment & Process */
.home-5 {
    min-height: 700px;
    overflow: hidden;
}

.home-5 .container-sm {
    z-index: 2;
}

.home-9 .container-fluid {
    z-index: 2;
}

.video-background-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-overlay-5 {
    top: 0;
    left: 0;
    background: linear-gradient(60deg, #552c077d 0%, #552c0780 100%) !important;
    z-index: 1;
}

.video-background-9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-overlay-9 {
    top: 0;
    left: 0;
    background: linear-gradient(116deg, rgb(85 44 7 / 40%) 0%, rgb(85 44 7 / 40%) 100%) !important;
    z-index: 1;
}

.faq_section.type_two .faq_header.active {
    background: #E4B363 !important;
    padding: 35px 70px 35px 20px !important;
    color: #552C07 !important;
    border: 0px solid !important;
    border-radius: 0px !important;
}

.faq_section.type_two .faq_header {
    background: #552C07 !important;
    padding: 35px 70px 35px 20px !important;
    color: #E4B363 !important;
    border: 0px solid !important;
    border-radius: 0px !important;
}

/* Appointment Form Section */
.appointment-section {
    border: 1.5px solid #E4B363;
}

.appointment-form .form-label {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.appointment-input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #FFF !important;
    border-radius: 5px !important;
    padding: 10px 5px;
    color: #fff !important;
    font-size: 14px;
    border-radius: 20px;
}

.appointment-input:focus {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #E4B363 !important;
    box-shadow: none !important;
    outline: none !important;
}

.appointment-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

select.appointment-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.appointment-input option {
    background: #552C07;
    color: #fff;
}

.btn-appointment {
    background: #E4B363;
    color: #fff;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.btn-appointment:hover {
    background: #C9A646;
    color: #fff;
}

.process-title {
    /* color: #E4B363; */
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.process-description {
    color: #F5F5F0;
    font-size: 15px;
    line-height: 1.7;
}

/* Step Buttons Tabs */
.step-buttons-tabs {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.step-btn-tab {
    background: #fff;
    color: #E4B363;
    border: 1px solid rgba(85, 44, 7, 0.3);
    padding: 14px 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 0;
}

.step-btn-tab.active {
    background: #E4B363;
    color: #fff;
    border-color: #E4B363;
}

.step-btn-tab:hover:not(.active) {
    background: rgba(228, 179, 99, 0.1);
    border-color: #E4B363;
}

/* Tab Content */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Title Decoration */
.title-decoration {
    display: flex;
    align-items: center;
    gap: 8px;
}

.title-dot {
    width: 8px;
    height: 8px;
    background: #E4B363;
    border-radius: 50%;
    display: inline-block;
}

.title-line {
    width: 50%;
    border-radius: 10px;
    height: 5px;
    background: #E4B363;
    display: inline-block;
    margin-left: 4px;
}

/* Step Content */
.step-content-title {
    color: #F8F8F8;
    font-size: 24px;
    font-weight: 700;
}

.step-description {
    color: #F8F8F8;
    font-size: 15px;
    line-height: 1.7;
}

.step-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-list li {
    color: #F8F8F8;
    font-size: 15px;
    line-height: 2;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.bullet-circle {
    width: 15px;
    height: 15px;
    border: 2px solid #E4B363;
    border-radius: 50%;
    background: transparent;
    display: inline-block;
    margin-right: 12px;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .home-5 {
        min-height: auto;
    }

    .appointment-title,
    .process-title {
        font-size: 28px;
    }

    .step-buttons-tabs {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .step-btn-tab {
        flex: 1;
        min-width: 100px;
        text-align: center;
    }
}

@media (max-width: 576px) {

    .appointment-title,
    .process-title {
        font-size: 24px;
    }

    .step-buttons-tabs {
        flex-direction: column;
    }

    .step-btn-tab {
        width: 100%;
    }

    .step-content-title {
        font-size: 20px;
    }

    .step-description {
        font-size: 14px;
    }

    .step-list li {
        font-size: 14px;
    }
}

/* Section 6 - Projects Grid */
.project-item {
    border: 1.5px solid #E4B363;
    margin-bottom: 0;
}

.project-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 320px;
}

.project-image {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    display: block;
}

.project-overlay-triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 80px 0 0;
    border-color: #E4B363 transparent transparent transparent;
}

.project-content {
    padding: 10px 10px;
}

.project-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    object-fit: contain;
}

.tech-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.project-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.project-description {
    color: #6B5544;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .project-content {
        min-height: auto;
        padding: 30px 20px;
    }

    .project-image {
        min-height: 250px;
    }

    .project-icon {
        width: 50px;
        height: 50px;
    }

    .tech-icon {
        width: 60px;
        height: 60px;
    }

    .project-title {
        font-size: 20px;
    }

    .project-description {
        font-size: 14px;
    }

    .project-overlay-triangle {
        border-width: 60px 60px 0 0;
    }
}

@media (max-width: 576px) {
    .project-image {
        min-height: 200px;
    }

    .project-content {
        padding: 25px 15px;
    }

    .project-icon {
        width: 40px;
        height: 40px;
    }

    .tech-icon {
        width: 50px;
        height: 50px;
    }

    .project-title {
        font-size: 18px;
    }

    .project-description {
        font-size: 13px;
    }

    .project-overlay-triangle {
        border-width: 50px 50px 0 0;
    }
}

/* Section 8 - Blog Cards */
.home-8 .row {
    display: flex;
    flex-wrap: wrap;
}

.home-8 .row>[class*='col-'] {
    display: flex;
}

.blog-card {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.blog-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 300px;
    flex-shrink: 0;
}

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image {
    transform: scale(1.05);
}

.blog-date-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(85, 44, 7, 0.9);
    padding: 10px 15px;
    text-align: center;
    min-width: 70px;
}

.date-number {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.date-month {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2px;
}

.blog-content {
    background: linear-gradient(135deg, #6B4423 0%, #8B5A2B 100%);
    padding: 30px 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-icon {
    color: #E4B363;
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.blog-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .blog-image-wrapper {
        height: 250px;
    }

    .blog-title {
        font-size: 18px;
    }

    .blog-description {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .blog-image-wrapper {
        height: 220px;
    }

    .blog-content {
        padding: 25px 20px;
    }

    .blog-title {
        font-size: 17px;
    }

    .blog-description {
        font-size: 13px;
    }

    .date-number {
        font-size: 24px;
    }

    .date-month {
        font-size: 14px;
    }
}

/* Home Page Css End */

/* Footer Css Start */

/* Footer Tagline Section */
.footer-tagline-section {
    padding: 20px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1)
}

.footer-tagline {
    color: #E4B363;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .footer-tagline {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .footer-tagline {
        font-size: 20px;
    }
}

.footer-overview .footer-title {
    color: #E4B363;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-title-underline {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-title-underline .dots {
    color: #E4B363;
    font-size: 12px;
    letter-spacing: 3px;
}

.footer-title-underline .line {
    width: 50px;
    height: 2px;
    background: #E4B363;
}

.footer-description {
    color: #FAF9F0;
    font-size: 15px;
    line-height: 1.7;
}

.footer-vertical-title {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #E4B363;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-links-column,
.footer-contact-column {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.footer-links-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-menu li {
    margin-bottom: 12px;
}

.footer-links-menu li a {
    color: #FAF9F0;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-links-menu li a:hover {
    color: #E4B363;
}

.footer-icon {
    color: #E4B363;
    font-style: normal;
    font-size: 16px;
}

.footer-contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-contact-info li i {
    color: #E4B363;
    font-size: 18px;
    margin-top: 3px;
}

.footer-contact-info li span,
.footer-contact-info li a {
    color: #FAF9F0;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.6;
}

.footer-contact-info li a:hover {
    color: #E4B363;
}

.footer-bottom {
    background: #552C07;
    padding: 20px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
}

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

.powered-by {
    color: #FAF9F0;
}

.company-highlight {
    color: #E4B363;
    font-weight: 600;
}

.footer-legal a {
    color: #FAF9F0;
    text-decoration: none;
    font-size: 14px;
    margin: 0 5px;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #E4B363;
}

@media (max-width: 991px) {
    .footer-vertical-title {
        writing-mode: horizontal-tb;
        transform: none;
        margin-bottom: 15px;
    }

    .footer-links-column,
    .footer-contact-column {
        flex-direction: column;
        gap: 10px;
    }
}

/* Footer Css End */

/* About US CSS Start */
.page_header_default::before {
    opacity: 0 !important;
}

/* Our Story Banner */
.small-banner {
    min-height: 340px;
    max-height: 340px;
    height: 340px;
    overflow: hidden;
}

.small-banner-bg-image {
    background: url('/assets/images/our-story-banner.jpg') no-repeat center center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 0;
}

.small-banner-bg-image-cadastral-and-engg {
    background: url('/assets/images/cadastral-eng.jpg') no-repeat center center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 0;
}

.small-banner-bg-image-projects {
    background: url('/assets/images/projects-bg.jpg') no-repeat center center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 0;
}

.small-banner-bg-image-technology {
    background: url('/assets/images/technology.png') no-repeat center center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 0;
}

.small-banner-bg-image-contact-us {
    background: url('/assets/images/contact-us.png') no-repeat center center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 0;
}

.small-banner .container-sm {
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
}

.small-banner-text-box {
    background: #FAF9F0;
    max-height: 340px;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
}

.small-banner-title {
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(to right, #552C07 0%, #E4B363 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .small-banner {
        min-height: 300px;
        max-height: 300px;
        height: 300px;
    }

    .small-banner-text-box {
        max-height: 300px;
        height: 300px;
        padding: 40px 30px;
    }

    .small-banner-title {
        font-size: 56px;
    }
}

@media (max-width: 576px) {
    .small-banner {
        min-height: 250px;
        max-height: 250px;
        height: 250px;
    }

    .small-banner-text-box {
        max-height: 250px;
        height: 250px;
        padding: 30px 20px;
    }

    .small-banner-title {
        font-size: 42px;
    }
}

/* Our Story Section 2 */
.our-story-2 {
    min-height: 400px;
}

.our-story-2 .brown-textured-bg {
    background: linear-gradient(rgba(85, 44, 7, 0.9), rgba(85, 44, 7, 0.9)),
        url('/assets/images/home-3-1.jpg') no-repeat center center;
    background-size: cover;
    z-index: 0;
}

.our-story-2 .container-fluid {
    z-index: 1;
}

.content-wrapper-story {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 400px;
}

.content-wrapper-story .flex-grow-1 {
    flex-grow: 1;
}

.content-wrapper-story .buttons-bottom {
    margin-top: auto;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

@media (max-width: 991px) {
    .our-story-2 {
        min-height: auto;
    }

    .content-wrapper-story {
        min-height: 350px;
    }
}

@media (max-width: 576px) {
    .content-wrapper-story {
        min-height: 350px;
    }
}

.our-story-3 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.our-story-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/images/footer-bg.png') no-repeat top center;
    background-size: cover;
    opacity: 0.3;
    z-index: -1;
}

.our-story-3::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(85, 44, 7, 0.0), rgba(85, 44, 7, 0.0));
    z-index: -1;
}

/* About US CSS End */

/* Operation Value CSS Start */
.operation-value-1-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.operation-value-1-overlay {
    top: 0;
    left: 0;
    background: linear-gradient(rgba(85, 44, 7, 0.9), rgba(85, 44, 7, 0.9));
    z-index: 1;
}

.operation-value-1 .container-fluid {
    z-index: 2;
}

.operation-value-2 {
    min-height: 600px;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.operation-value-2 .video-overlay {
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(85, 44, 7, 0.54) 0%, rgba(85, 44, 7, 0.54) 100%);
    z-index: 1;
}

.operation-value-2 .container-sm {
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 60px;
}

.operation-value-2 .service-box {
    border: 1px solid #E4B363 !important;
    background: transparent !important;
}

.operation-value-2 .marker-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #E4B363;
    position: relative;
    flex-shrink: 0;
}

.operation-value-2 .marker-line {
    width: 100%;
    height: 1.5px;
    background: #E4B363;
    margin-left: 8px;
}

.text-yellow {
    color: #E4B363 !important;
}

.operation-value-4 {
    background: linear-gradient(rgba(85, 44, 7, 0.40), rgba(85, 44, 7, 0.10)),
        url('/assets/images/footer-bg.png') no-repeat top center;
    background-size: cover;
}

.operation-value-3 .step-list li {
    color: #333;
}

.operation-value-4 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.operation-value-4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/images/footer-bg.png') no-repeat top center;
    background-size: cover;
    opacity: 0.3;
    /* Adjust opacity of the image only */
    z-index: -1;
}

/* Optional overlay if you want it darker */
.operation-value-4::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(85, 44, 7, 0.0), rgba(85, 44, 7, 0.0));
    z-index: -1;
}

/* Operation Value CSS End */

/* Cadastral Engg CSS Start */
.cadastral-engg-1-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.cadastral-engg-1-overlay {
    top: 0;
    left: 0;
    background: linear-gradient(rgba(85, 44, 7, 0.9), rgba(85, 44, 7, 0.9));
    z-index: 1;
}

.cadastral-engg-1 .container-fluid {
    z-index: 2;
}

.custom-gradient-text {
    background: linear-gradient(to bottom, #E4B363, #0F4C5C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cadastral-image-box {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.cadastral-image-box .cadastral-image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cadastral-engg-3 {
    min-height: 600px;
    overflow: hidden;
}

.cadastral-engg-3 .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.cadastral-engg-3 .video-overlay {
    top: 0;
    left: 0;
    background: #E4B363B2;
    /* background: linear-gradient(0deg, rgba(228, 179, 99, 0.70) 0%, rgba(228, 179, 99, 0.70) 100%); */
    z-index: 1;
}

.cadastral-engg-3 .container-sm {
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 60px;
}

.gradient-text-cadastral-3 {
    background: linear-gradient(to bottom, #0F4C5C 0%, #552C07);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cadastral-engg-5 .container-sm {
    z-index: 2;
}

.cadastral-engg-6 {
    min-height: 700px;
    overflow: hidden;
}

.cadastral-engg-6 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cadastral-engg-6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/images/footer-bg.png') no-repeat top center;
    background-size: cover;
    opacity: 0.3;
    /* Adjust opacity of the image only */
    z-index: -1;
}

/* Optional overlay if you want it darker */
.cadastral-engg-6::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(85, 44, 7, 0.0), rgba(85, 44, 7, 0.0));
    z-index: -1;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #E4B363;
    color: #E4B363;
    text-decoration: none;
    transition: all 0.3s;
}

.social-icon:hover {
    background-color: #E4B363;
    color: #fff;
}

/* Cadastral Engg CSS End */

/* Consultancy CSS Start */
.consultancy-2-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.consultancy-2-overlay {
    top: 0;
    left: 0;
    background: linear-gradient(rgba(85, 44, 7, 0.9), rgba(85, 44, 7, 0.9));
    z-index: 1;
}

.consultancy-2 .container-fluid {
    z-index: 2;
}

.oval-image-wrapper-consultancy-2 {
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 400px;
    aspect-ratio: 1;
}

.oval-survey-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 175px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.consultancy-image-box {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.consultancy-image-box .consultancy-image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.consultancy-3 {
    min-height: 600px;
    overflow: hidden;
}

.consultancy-3 .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.consultancy-3 .video-overlay {
    top: 0;
    left: 0;
    background: #E4B363B2;
    /* background: linear-gradient(0deg, rgba(228, 179, 99, 0.70) 0%, rgba(228, 179, 99, 0.70) 100%); */
    z-index: 1;
}

.consultancy-3 .container-sm {
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 60px;
}

.gradient-text-consultancy-3 {
    background: linear-gradient(to bottom, #0F4C5C 0%, #552C07);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.consultancy-5 .container-sm {
    z-index: 2;
}

/* Consultancy CSS End */

/* Projects CSS Start */
.project-3 .container-sm {
    z-index: 2;
}

/* Projects CSS End */


.bg-with-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/images/footer-bg.png') no-repeat top center;
    background-size: cover;
    opacity: 0.3;
    /* Adjust opacity of the image only */
    z-index: -1;
}

/* Optional overlay if you want it darker */
.bg-with-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(85, 44, 7, 0.0), rgba(85, 44, 7, 0.0));
    z-index: -1;
}

.project_box.style_two .image img {
    border-radius: 25px;
    height: 350px !important;
}

.project_all.filt_style_one .fliter_group .project_filter li {
    border-left: 0px !important;
    border-bottom: 0px !important;
}

.project_all.filt_style_one .fliter_group .project_filter li.current {
    background: #0F4C5C !important;
    border-radius: 20px !important;
}

.project_all.filt_style_one .fliter_group .project_filter {
    margin-bottom: 0px !important;
}

.project_box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.project_box img {
    display: block;
    transition: transform 0.5s ease;
}

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

/* Overlay */
.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(15, 76, 92, 0.95) 0%, rgba(15, 76, 92, 0.0) 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.project_box:hover .project-overlay {
    opacity: 1;
}

.project-overlay h5 {
    font-size: 1.2rem;
    font-weight: 600;
}

.project-overlay span {
    font-size: 0.9rem;
}

.project-gallery-3 .container-sm {
    z-index: 2;
}

.project-gallery-3 .video-overlay-5 {
    top: 0;
    left: 0;
    background: linear-gradient(rgba(85, 44, 7, 0.75), rgba(85, 44, 7, 0.75)) !important;
    z-index: 1;
}

.highlight-text {
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
}

.project-gallery-4 .container-sm {
    z-index: 2;
}

.technology-2 {
    min-height: 600px;
    overflow: hidden;
}

.technology-2 .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.technology-2 .video-overlay {
    top: 0;
    left: 0;
    background: #E4B363B2;
    /* background: linear-gradient(0deg, rgba(228, 179, 99, 0.70) 0%, rgba(228, 179, 99, 0.70) 100%); */
    z-index: 1;
}

.technology-2 .container-sm {
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 60px;
}

.technology-3-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.technology-3-overlay {
    top: 0;
    left: 0;
    background: linear-gradient(rgba(85, 44, 7, 0.9), rgba(85, 44, 7, 0.9));
    z-index: 1;
}

.technology-3 .container-fluid {
    z-index: 2;
}

.technology-4 .container-sm {
    z-index: 2;
}

.technology-4 .video-overlay-5 {
    top: 0;
    left: 0;
    background: linear-gradient(rgba(85, 44, 7, 0.75), rgba(85, 44, 7, 0.75)) !important;
    z-index: 1;
}

.technology-5 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.technology-5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/images/footer-bg.png') no-repeat top center;
    background-size: cover;
    opacity: 0.3;
    z-index: -1;
}

.technology-5::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(85, 44, 7, 0.0), rgba(85, 44, 7, 0.0));
    z-index: -1;
}

.contact-input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #FFF !important;
    border-radius: 5px !important;
    padding: 5px 5px;
    color: #fff !important;
    font-size: 14px;
    border-radius: 20px;
}

.contact-input:focus {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #E4B363 !important;
    box-shadow: none !important;
    outline: none !important;
}

.contact-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

select.contact-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.contact-input option {
    background: #552C07;
    color: #fff;
}

.contact-form .form-label {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

.contact-1 {
    min-height: 700px;
    overflow: hidden;
}

.contact-1 .container-sm {
    z-index: 2;
}

/* Content box */
.slider_content {
    position: relative;
    z-index: 2;
}

/* ===== MOBILE VIEW FIX ===== */
@media (max-width: 767px) {

    /* Make background image visible */
    .image-layer {
        position: absolute;
        height: 100%;
        opacity: 1;
    }

    /* Semi-transparent background so image shows */
    .slide-item .col-sm-12 {
        background: rgba(250, 249, 240, 0.50) !important;
    }

    /* Reduce padding */
    .slider_content {
        padding: 40px 20px !important;
    }

    /* Reduce heading size */
    .slider_content .font-otomanopee {
        font-size: 30px !important;
        line-height: 36px !important;
    }

    /* Text readability */
    .description {
        font-size: 14px;
        line-height: 22px;
    }

    /* Remove large spacing */
    .pd_top_180,
    .pd_bottom_180,
    .pd_top_100 {
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Center button */
    .button_all {
        text-align: center;
        margin-top: 15px;
    }
}

/* ===== TESTIMONIAL SECTION MOBILE FIX ===== */
@media (max-width: 991px) {
    .testimonial_sec.style_v2_one .testimonial_box {
        flex-direction: column !important;
        min-height: auto !important;
        display: flex !important;
    }

    .testimonial_sec.style_v2_one .testimonial_box .authour_details {
        width: 100% !important;
        min-width: 100% !important;
    }

    .testimonial_sec.style_v2_one .testimonial_box .rating-section {
        width: 100% !important;
        min-width: 100% !important;
    }

    .testimonial_sec.style_v2_one .testimonial_box .big-image {
        width: 100% !important;
        min-width: 100% !important;
        min-height: 300px !important;
        height: 300px !important;
    }

    .testimonial-left-section {
        padding: 40px 25px !important;
        min-height: auto !important;
    }

    .rating-section {
        padding: 30px 25px !important;
        min-height: auto !important;
    }

    .testimonial_box .big-image img {
        min-height: 300px !important;
        height: 300px !important;
    }

    .quote-icon-large {
        font-size: 50px !important;
        margin-bottom: 20px !important;
    }

    .quote-icon-large svg {
        width: 60px !important;
        height: 40px !important;
    }

    .testimonial-quote {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    .testimonial-author {
        font-size: 20px !important;
    }

    .rating-number {
        font-size: 36px !important;
    }

    .rating-star-large {
        font-size: 24px !important;
    }

    .rating-stars i {
        font-size: 16px !important;
    }

    .rating-stars {
        gap: 5px !important;
    }
}

@media (max-width: 576px) {
    .testimonial-left-section {
        padding: 30px 20px !important;
    }

    .rating-section {
        padding: 25px 20px !important;
    }

    .testimonial_box .big-image {
        min-height: 250px !important;
        height: 250px !important;
    }

    .testimonial_box .big-image img {
        min-height: 250px !important;
        height: 250px !important;
    }

    .quote-icon-large {
        font-size: 40px !important;
        margin-bottom: 15px !important;
    }

    .quote-icon-large svg {
        width: 50px !important;
        height: 35px !important;
    }

    .testimonial-quote {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }

    .testimonial-divider {
        margin-bottom: 20px !important;
    }

    .testimonial-author {
        font-size: 18px !important;
    }

    .testimonial-role {
        font-size: 14px !important;
    }

    .rating-title {
        font-size: 16px !important;
        margin-bottom: 20px !important;
    }

    .rating-number {
        font-size: 32px !important;
    }

    .rating-star-large {
        font-size: 20px !important;
    }

    .rating-stars i {
        font-size: 14px !important;
    }

    .rating-subtitle {
        font-size: 12px !important;
    }

    /* Fix swiper navigation on mobile */
    .testimonial_sec .arrows {
        display: none !important;
    }

    .testimonial_sec .swiper-pagination {
        position: relative !important;
        margin-top: 20px !important;
    }
}

/* Swiper pagination styling for mobile */
.testimonial_sec .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: #FAF9F0 !important;
    opacity: 0.5 !important;
}

.testimonial_sec .swiper-pagination-bullet-active {
    background: #E4B363 !important;
    opacity: 1 !important;
}

/* ===== PROJECT GALLERY FILTER MOBILE FIX ===== */
@media (max-width: 768px) {
    .project-gallery-1 .fliter_group {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }

    .project-gallery-1 .project_filter {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        padding: 12px 15px !important;
        min-width: max-content;
    }

    .project-gallery-1 .project_filter li {
        flex-shrink: 0 !important;
        padding: 8px 15px !important;
        font-size: 13px !important;
        white-space: nowrap;
    }

    /* Hide scrollbar but keep functionality */
    .project-gallery-1 .fliter_group::-webkit-scrollbar {
        display: none;
    }

    .project-gallery-1 .fliter_group {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

@media (max-width: 576px) {
    .project-gallery-1 .project_filter {
        padding: 10px 12px !important;
        gap: 6px !important;
    }

    .project-gallery-1 .project_filter li {
        padding: 6px 12px !important;
        font-size: 12px !important;
    }
}

.client-img {
    height: 150px !important;
    /* width: 150px !important; */
    border: 1px solid #E4B363 !important;
}

/* Customizing Bootstrap Tooltip color (Optional) */
.tooltip-inner {
    background-color: #2e7d32;
    /* Match your green theme */
    color: #fff;
    padding: 8px 12px;
}

.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #2e7d32;
}