﻿@charset "UTF-8";
/*
Template Name: Archinix
Template URI:
Description: Architecture & Interior Design HTML Template
Author: Capricorn Studio
Author URI:
Version: 1.0
 */
/*-- TABLE OF CONTENTS
-----------------------

    01. Google Font Import
    02. Default CSS
    03. Section Padding
    04. Section Title
    05. Button
    06. Form
    07. Bootstrap Customize
    08. Bacground Color & Overlay
    09. Read More Link
    10. Margin & Padding
    11. Preloader
    12. Mouse Cursor
    13. Search Form

    14. Header Area
    15. Main Menu
    16. Mobile Menu
    17. Off Canvas Menu

    18. Hero Area CSS
    19. About CSS
    20. Service CSS
    21. Project CSS
    22. Process CSS
    23. FAQ CSS
    24. Video CSS
    25. Testimonial CSS
    26. Blog CSS
    27. Counter CSS
    28. CTA CSS
    29. Feature Slider CSS
    30. Team
    31. Footer Area CSS
    32. Breadcrumb CSS
    33. Contact CSS
    34. Feature CSS
    35. Price CSS
    36. Award CSS


--------------------*/
/*-- 01. Google Font Import
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Cursive:wght@400..700&display=swap");

/*--02. Default CSS
----------------- */
html,
body {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /* scroll-behavior: smooth; - Disabled to work with ScrollSmoother for better performance */
}

body {
    font-family: "Space Grotesk", sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    background: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    color: #0a0a0a;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    margin: 0;
    letter-spacing: -1px;
}

a {
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #0a0a0a;
}

a:hover {
    color: #1b1e22;
}

p {
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    color: #868686;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    p {
        font-size: 15px;
        line-height: 25px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    p {
        font-size: 15px;
        line-height: 25px;
        margin: 0;
        text-align: center;
    }
}

.p-xl {
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    color: #3f3f3f;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .p-xl {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .p-xl {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .p-xl {
        font-size: 16px;
        line-height: 1.5;
    }
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

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

i,
span,
a {
    display: inline-block;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

table,
th,
tr,
td {
    border: 1px solid #ddd;
}

th,
tr,
td {
    padding: 10px;
}

hr {
    border-top: 1px solid #777;
}

.fix {
    overflow: hidden;
}

/* 03. Section Padding CSS
--------------------------*/
.section-padding {
    padding: 90px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-padding {
        padding: 50px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding: 30px 30px;
    }
}

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

@media only screen and (min-width: 540px) and (max-width: 767px) {
    .section-padding {
        padding: 40px 10px;
    }
}

/* -- 04. Section Title
-----------------------*/
.section-title {
    position: relative;
    /* margin-bottom: 30px; */
    margin-top: 30px;
}

.know-more-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #007bff;
    /* Blue color */
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.know-more-btn:hover {
    background: #060606;
    /* Darker blue on hover */
    transform: translateY(-2px);
    color: white;
}

.know-more-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #f2b800;
    /* Blue color */
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 10px;
    }
}

.section-title h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -2px;
    color: #0a0a0a;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title h1 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .section-title h1 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0px;
    }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
    .section-title h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .green-bg .section-title h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

.section-title h2 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -1px;
    color: #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 15px 0;
    }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
    .section-title h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 15px 0;
    }
}

.section-title.text-up h2 {
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1;
    display: inline-block;
}

@media (max-width: 767px) {
    .section-title.text-up h2 {
        font-size: 50px;
        margin: 15px 0;
    }
}

.section-title.text-up h2 span {
    position: absolute;
    top: -10px;
    right: -20px;
    font-size: 18px;
    font-weight: 400;
}

.section-title.text-low h2 {
    position: relative;
    display: inline-block;
}

.section-title.text-low h2 span {
    position: absolute;
    bottom: 15px;
    right: -25px;
    font-size: 18px;
    font-weight: 400;
}

.section-title h3 {
    font-size: 30px;
    line-height: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title h3 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h3 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .section-title h3 {
        font-size: 24px;
        line-height: 30px;
    }
}

.section-title h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #1d1e21;
    background: #eee;
    display: inline-block;
    padding: 7px 10px;
}

.section-title p {
    /* margin: 20px; */
    max-width: 500px;
}

.section-title span {
    color: #1d1e21;
    color: #1d1e21;
    font-weight: 400;
    letter-spacing: 2px;
}

.section-title span i {
    color: #ddd;
    font-size: 80px;
}

@media (max-width: 767px) {
    .section-title span i {
        font-size: 40px;
    }

    .section-title p {
        /* margin: 20px; */
        max-width: 100%;
    }
}

.section-title img {
    border-radius: 50px;
    height: 55px;
    position: relative;
    bottom: 5px;
}

@media (max-width: 767px) {
    .section-title img {
        display: none;
    }
}

/* -- 05. Button Style
----------------------*/
.theme-btn,
.white-btn,
.primary-btn {
    /* display: inline-flex; */
    background: #1d1e21;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 18px 30px;
    border: 1px solid #1d1e21;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .theme-btn,
    .white-btn,
    .primary-btn {
        padding: 19px 12px;
    }
}

.theme-btn:hover,
.white-btn:hover,
.primary-btn:hover {
    background: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff;
}

.primary-btn {
    background: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff;
}

.primary-btn:hover {
    background: #fff;
    color: #0a0a0a;
    border-color: #0a0a0a;
}

.white-btn {
    background: #ffffff;
    border-color: #000000;
    color: #333;
}

.white-btn:hover {
    background: #1d1e21;
    color: #fff;
    border-color: #1d1e21;
}

/*--06. Form Style CSS
----------------------*/
input,
textarea,
select {
    width: 100%;
    background: transparent;
    border: 1px solid #ddd;
    padding: 13px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

textarea {
    height: 200px;
}

input[type="submit"],
button[type="submit"] {
    background: linear-gradient(
        135deg,
        rgb(78, 181, 72) 0%,
        rgb(95, 197, 89) 100%
    );
    border-color: #1d1e21;
    border-radius: 0;
    display: inline-block;
    color: #fff;
    width: 30%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width: 767px) {
    input[type="submit"],
    button[type="submit"] {
        width: 100%;
    }
}

input[type="submit"]:hover,
button[type="submit"]:hover {
    background: #0a0a0a;
    color: #fff;
}

input::placeholder,
textarea::placeholder {
    font-size: 15px;
    font-weight: 400;
}

input.form-control {
    padding: 12px 20px;
    line-height: 1.2;
}

/*--07. Bootstrap Customize CSS
--------------------------------*/
@media (max-width: 767px) {
    .container-fluid {
        padding: 0 10px;
    }
}

.container {
    max-width: 1230px;
}

.feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    /* initial background */
    border: 3px solid #f5b400;
    /* orange border */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    color: #f5b400;
    /* icon color initial */
    font-size: 32px;
}

.feature-icon:hover {
    background: #f5b400;
    /* hover background */
    color: #fff;
    /* hover icon color */
    cursor: pointer;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

/* 08. Bacground Color & Overlay CSS
------------------------------------ */
.theme-bg {
    background: #1d1e21;
}

.dark-bg {
    background: #0a0a0a;
}

.gray-bg {
    background: #f5f5f7;
}

.white-bg {
    background: #fff !important;
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.overlay,
.overlay-6,
.overlay-5,
.overlay-4,
.overlay-3,
.overlay-2 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0a0a0a;
    opacity: 0.1;
    top: 0;
    left: 0;
    z-index: -1;
}

.overlay-2 {
    opacity: 0.2;
}

.overlay-3 {
    opacity: 0.3;
}

.overlay-4 {
    opacity: 0.4;
}

.overlay-5 {
    opacity: 0.5;
}

.overlay-6 {
    opacity: 1;
    background: linear-gradient(
        to right,
        rgba(10, 10, 10, 0.8) 0%,
        rgba(10, 10, 10, 0.4) 50%,
        rgba(10, 10, 10, 0.2) 100%
    );
    background-color: transparent;
}

.overlay.active,
.active.overlay-2,
.active.overlay-3,
.active.overlay-4,
.active.overlay-5 {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #000;
    z-index: 99;
    opacity: 0.5;
    visibility: visible;
}

.text-dark {
    color: #000000 !important;
}

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

.fix {
    overflow: hidden;
}

.separator {
    display: block;
    background-color: #ddd;
    width: 30px;
    height: 3px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.b-none {
    border: none !important;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/* 09. Read More Link  */
.read_more_link {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #181818;
    z-index: 1;
    overflow: hidden;
}

.read_more_link .link_text {
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    transition: visibility 0.4s ease, margin-right 0.4s ease-out,
        text-indent 0.5s ease-out, opacity 0.4s ease;
    will-change: visibility, margin-right, text-indent, opacity;
}

.read_more_link .link_icon i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}

.project-list-content:hover .read_more_link .link_text {
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
    transition: visibility 0.4s ease, margin-right 0.3s ease-out,
        text-indent 0.4s ease-out, opacity 0.4s ease;
}

.link-text {
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
    text-decoration-color: #333 !important;
}

.link-text:hover {
    transform-style: preserve-3d;
    transform: translate3d(0%, 5px, 0px);
}

.link-text i {
    font-weight: 500;
    margin-left: 5px;
    transform: rotate(-45deg);
}

.btn-warning:hover {
    background-color: #000000;
    /* or desired hover bg color */
    color: #000;
    /* hover font color */
}

.btn-outline-warning:hover {
    background-color: #000000;
    color: #fff;
    border-color: #030303;
}

@media (max-width: 767px) {
    .link-text {
        font-size: 16px;
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1)
        0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1)
        0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1)
        0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-bottom {
    animation: img-anim-bottom 1.3s forwards
        cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-bottom {
    0% {
        transform: translateY(5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

/* --10. Margin & Padding
-------------------------*/
.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pr-25 {
    padding-right: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pr-35 {
    padding-right: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-40 {
    padding-right: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pr-45 {
    padding-right: 45px;
}

.pl-45 {
    padding-left: 45px;
}

.pr-45 {
    padding-right: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pr-50 {
    padding-right: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pr-55 {
    padding-right: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-60 {
    padding-right: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pr-65 {
    padding-right: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pr-70 {
    padding-right: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pr-75 {
    padding-right: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pr-80 {
    padding-right: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pr-85 {
    padding-right: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pr-90 {
    padding-right: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pr-95 {
    padding-right: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pr-100 {
    padding-right: 100px;
}

.pl-150 {
    padding-left: 150px;
}

.pr-150 {
    padding-right: 150px;
}

.pl-200 {
    padding-left: 200px;
}

.pr-200 {
    padding-right: 200px;
}

.pl-250 {
    padding-left: 250px;
}

.pr-250 {
    padding-right: 250px;
}

.pl-300 {
    padding-left: 300px;
}

.pr-300 {
    padding-right: 300px;
}

.pl-350 {
    padding-left: 350px;
}

.pr-350 {
    padding-right: 350px;
}

.pl-400 {
    padding-left: 400px;
}

.pr-400 {
    padding-right: 400px;
}

.pl-450 {
    padding-left: 450px;
}

.pr-450 {
    padding-right: 450px;
}

.pl-500 {
    padding-left: 500px;
}

.pr-500 {
    padding-right: 500px;
}

.mt-10 {
    margin-top: 10px;
}

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

.mt-15 {
    margin-top: 15px;
}

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

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

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

.mt-25 {
    margin-top: 25px;
}

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

.mt-30 {
    margin-top: 30px;
}

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

.mt-35 {
    margin-top: 35px;
}

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

.mt-40 {
    margin-top: 40px;
}

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

.mt-45 {
    margin-top: 45px;
}

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

.mt-50 {
    margin-top: 50px;
}

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

.mt-55 {
    margin-top: 55px;
}

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

.mt-60 {
    margin-top: 14px;
}

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

.mt-65 {
    margin-top: 65px;
}

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

.mt-70 {
    margin-top: 70px;
}

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

.mt-75 {
    margin-top: 75px;
}

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

.mt-80 {
    margin-top: 80px;
}

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

.mt-85 {
    margin-top: 85px;
}

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

.mt-90 {
    margin-top: 90px;
}

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

.mt-95 {
    margin-top: 95px;
}

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

.mt-100 {
    margin-top: 100px;
}

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

.mt-110 {
    margin-top: 110px;
}

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

.mt-120 {
    margin-top: 120px;
}

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

.mt-130 {
    margin-top: 130px;
}

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

.mt-140 {
    margin-top: 140px;
}

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

.mt-150 {
    margin-top: 150px;
}

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

.mt-160 {
    margin-top: 160px;
}

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

.mt-170 {
    margin-top: 170px;
}

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

.mt-180 {
    margin-top: 180px;
}

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

.mt-190 {
    margin-top: 190px;
}

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

.mt-200 {
    margin-top: 200px;
}

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

.mt-250 {
    margin-top: 250px;
}

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

.mt-300 {
    margin-top: 300px;
}

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

.mt-350 {
    margin-top: 350px;
}

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

.mt-400 {
    margin-top: 400px;
}

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

.mt-450 {
    margin-top: 450px;
}

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

.mt-500 {
    margin-top: 500px;
}

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

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.mr-25 {
    margin-right: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.mr-35 {
    margin-right: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-40 {
    margin-right: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.mr-45 {
    margin-right: 45px;
}

.ml-45 {
    margin-left: 45px;
}

.mr-45 {
    margin-right: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-50 {
    margin-right: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.mr-55 {
    margin-right: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.mr-60 {
    margin-right: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.mr-65 {
    margin-right: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.mr-70 {
    margin-right: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.mr-75 {
    margin-right: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.mr-80 {
    margin-right: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.mr-85 {
    margin-right: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.mr-90 {
    margin-right: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.mr-95 {
    margin-right: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.mr-100 {
    margin-right: 100px;
}

.ml-150 {
    margin-left: 150px;
}

.mr-150 {
    margin-right: 150px;
}

.ml-200 {
    margin-left: 200px;
}

.mr-200 {
    margin-right: 200px;
}

.ml-250 {
    margin-left: 250px;
}

.mr-250 {
    margin-right: 250px;
}

.ml-300 {
    margin-left: 300px;
}

.mr-300 {
    margin-right: 300px;
}

.ml-350 {
    margin-left: 350px;
}

.mr-350 {
    margin-right: 350px;
}

.ml-400 {
    margin-left: 400px;
}

.mr-400 {
    margin-right: 400px;
}

.ml-450 {
    margin-left: 450px;
}

.mr-450 {
    margin-right: 450px;
}

.ml-500 {
    margin-left: 500px;
}

.mr-500 {
    margin-right: 500px;
}

.mtm-30 {
    margin-top: -30px;
}

/* 11. Preloader*/
#loader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1000;
    -webkit-transition: 0.3s ease opacity;
    transition: 0.3s ease opacity;
}

#loader:before,
#loader:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px solid #1d1e21;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: loaderCircleAnim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#loader:after {
    animation-delay: 1s;
}

@keyframes loaderCircleAnim {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
    }

    10% {
        width: 10px;
        height: 10px;
        opacity: 1;
    }

    80% {
        width: 60px;
        height: 60px;
        opacity: 0.1;
    }

    100% {
        width: 70px;
        height: 70px;
        opacity: 0;
    }
}

/* 12. Mouse Cursor */
.mouseCursor {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

@media (max-width: 767px) {
    .mouseCursor {
        display: none;
    }
}

.cursor-outer {
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    transition: all 0.08s ease-out;
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #1d1e21;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    margin: 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
    color: #444;
    line-height: 80px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.cursor-inner.cursor-big span {
    opacity: 1;
}

.mouseCursor.cursor-big {
    width: 80px;
    height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
    display: none;
}

.tp-cursor-point-area {
    cursor: none;
}

/*-- 13. Search Form
--------------------*/
.search-box button {
    text-decoration: none;
    outline: none;
    outline-width: 0 !important;
    border: none;
    background: none;
    position: absolute;
    top: 32px;
    right: 10px;
    font-size: 16px;
}

.search-box button:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -40px;
    height: 40px;
    border-left: 2px solid #eee;
    margin-top: -20px;
}

.search-box button:hover {
    cursor: pointer;
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .search-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
    opacity: 1;
    visibility: visible;
}

.search-popup .search-inner {
    position: relative;
    background: #0a0a0a;
    padding: 45px 0 30px;
    z-index: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 400px;
}

.search-active .search-popup .search-inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.search-popup .upper-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.search-popup .upper-text .text {
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
}

.search-popup .close-search {
    position: absolute;
    right: 80px;
    top: 60px;
    font-size: 30px;
    line-height: 27px;
    z-index: 3;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    background: none;
    color: #fff;
}

.search-popup .form-group form {
    position: relative;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
    border-bottom: 1px solid #888e9b;
    width: 100%;
    padding-top: 140px;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    padding: 10px 14px;
    height: 45px;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    margin-bottom: 5px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: -140px;
    bottom: 5px;
    background: transparent !important;
    text-align: center;
    font-size: 24px;
    line-height: 45px;
    color: #888e9b;
    padding: 0;
    background: none;
    border: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 900px;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    /* Increase these values to make popup larger */
    max-width: 1000px;
    /* Previous value was likely smaller */
    width: 100%;
    /* Responsive width */
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.popup-content img {
    width: 100%;
    height: auto;
    display: block;
}

*/ .close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.form-group input::placeholder {
    font-size: 30px;
    color: #888e9b;
}

/* 14. Header Area CSS */
.header-area .navigation {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    background: #ffffff;
}

.header-area .logo {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: "Space Grotesk", sans-serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #1d1e21;
}

.header-area.absolute-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-area.absolute-header .navigation {
    background: inherit;
}

.header-area.absolute-header .logo {
    color: #fff;
}

.header-area.absolute-header .main-menu ul > li > a {
    color: #fff;
}

.header-area.absolute-header .main-menu ul li a:before {
    background: #fff;
}

.header-area.absolute-header .main-menu ul li.active:before {
    background: #fff;
}

.header-area.absolute-header .search-trigger i {
    color: #fff;
}

.header-area.absolute-header .contact-number .title h4 {
    color: #fff;
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
    /* Performance optimization for smooth scrolling */
    will-change: transform;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.absolute-header .header-sticky {
    background: #000;
}

/* 15. Main Menu */
.main-menu ul {
    line-height: 1;
}

.main-menu ul > li {
    display: inline-block;
    line-height: 1;
    margin: 0 20px;
    position: relative;
}

.main-menu ul > li:last-child {
    margin-right: 0;
}

.main-menu ul > li > a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
    padding: 35px 0;
    overflow: hidden;
    color: #000000;
}

.main-menu ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-menu ul > li > ul {
    position: absolute;
    top: 100%;
    width: 235px;
    background-color: #0a0a0a;
    left: 0;
    z-index: 999;
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    visibility: hidden;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.5s ease-in-out;
    padding: 15px 0px;
    text-align: start;
}

.main-menu ul > li > ul li {
    display: block;
    margin-right: 0;
}

.main-menu ul > li > ul li a {
    display: block;
    color: #868686 !important;
    padding: 12px 25px;
    font-size: 15px;
    font-weight: 400;
}

.main-menu ul > li > ul li a:hover {
    color: #fff !important;
}

.main-menu ul > li > ul li a i {
    transform: rotate(-45deg);
    font-size: 15px;
    position: absolute;
    right: 20px;
    bottom: 11px;
    transition: 0.3s;
}

.main-menu ul > li > ul li a:hover i {
    transform: rotate(0);
}

.main-menu ul > li > ul ul {
    left: 100%;
    top: 0;
}

.main-menu ul li {
    position: relative;
}

.main-menu ul li a.navlink:before {
    position: absolute;
    content: "";
    bottom: 30px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #000000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.main-menu ul li a.navlink:hover:before {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.main-menu ul li.active {
    position: relative;
}

.main-menu ul li.active a {
    color: #000000;
}

.main-menu ul li.active:before {
    position: absolute;
    content: "";
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000000;
}

.main-menu ul > li > ul li a.active {
    color: #000000 !important;
    position: relative;
    padding-left: 50px;
}

.main-menu ul > li > ul li a.active:before {
    position: absolute;
    content: "";
    bottom: 50%;
    left: 25px;
    width: 16px;
    height: 2px;
    background: #fff;
    margin-bottom: -1px;
    transition: 0.2s ease-out;
}

/* Enquire Now Button - Attractive Style (Not Highlighted) */
.main-menu ul > li > a.enquire-btn {
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 14px 32px !important;
    margin-left: 0;
    margin-right: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 700;
    letter-spacing: 0.8px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #4eb548 0%, #3a8f35 100%);
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(78, 181, 72, 0.4);
    display: inline-block;
}

.main-menu ul > li > a.enquire-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #3a8f35 0%, #4eb548 100%);
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.main-menu ul > li > a.enquire-btn:hover {
    background: linear-gradient(135deg, #3a8f35 0%, #4eb548 100%);
    color: #ffffff !important;
    border-color: transparent;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(78, 181, 72, 0.6);
}

.main-menu ul > li > a.enquire-btn:hover:before {
    left: 0;
}

.main-menu ul > li > a.enquire-btn:active {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 4px 15px rgba(78, 181, 72, 0.5);
}

/* Adjust spacing for Contact us and Enquire Now to be closer */
.main-menu ul > li:nth-last-child(2) {
    margin-right: 15px;
}

.main-menu ul > li:last-child {
    margin-left: 15px;
    margin-right: 0;
}

.header-area.absolute-header .main-menu ul > li > a.enquire-btn {
    background: linear-gradient(135deg, #4eb548 0%, #3a8f35 100%);
    border-color: transparent;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(78, 181, 72, 0.4);
}

.header-area.absolute-header .main-menu ul > li > a.enquire-btn:hover {
    background: linear-gradient(135deg, #3a8f35 0%, #4eb548 100%);
    color: #ffffff !important;
    border-color: transparent;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(78, 181, 72, 0.6);
}

/* Responsive adjustments for Enquire Now button */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul > li > a.enquire-btn {
        padding: 10px 20px !important;
        font-size: 13px;
    }

    .main-menu ul > li:last-child {
        margin-left: 10px;
    }

    .main-menu ul > li:nth-last-child(2) {
        margin-right: 10px;
    }
}

/* 16. Mobile Menu */
.mobile-nav {
    position: fixed;
    right: -380px;
    top: 0;
    width: 320px;
    height: 100vh;
    scroll-behavior: smooth;
    overflow-y: scroll;
    transition: right 0.5s ease-in;
    background-color: #0a0a0a;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}

.mobile-nav.show {
    right: 0px;
}

.mobile-nav .close-nav {
    border: 0;
    background: transparent;
    color: #fff;
    border-radius: 30px;
    font-size: 30px;
    position: absolute;
    left: 20px;
    top: 10px;
}

.mobile-nav .sidebar-nav {
    margin-top: 60px;
}

.mobile-nav .sidebar-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: transparent;
}

.mobile-nav .sidebar-nav .metismenu {
    display: flex;
    flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu > li {
    position: relative;
    display: flex;
    flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu a {
    position: relative;
    display: block;
    padding: 10px 15px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    outline-width: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #2a2d36;
}

.mobile-nav .sidebar-nav .metismenu ul li {
    display: block;
}

.mobile-nav .sidebar-nav .metismenu ul a {
    padding: 10px 15px 10px 35px;
    position: relative;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover {
    padding-left: 40px;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
    background-color: #fff;
}

.mobile-nav .sidebar-nav .metismenu ul a::before {
    position: absolute;
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    content: "";
    top: 50%;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
}

.mobile-nav .sidebar-nav .metismenu ul ul {
    list-style-type: circle !important;
}

.mobile-nav .sidebar-nav .metismenu ul ul a {
    padding: 10px 15px 10px 45px;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
    text-decoration: none;
    color: #f8f9fa;
    background: #0a0a0a;
}

.header-area .container {
    background: #ffffff;
}

.header-area.absolute-header .container {
    background: transparent;
}

#hamburger {
    color: #000000;
    font-size: 32px;
    line-height: 1;
    text-align: right;
    display: none;
}

#hamburger i {
    cursor: pointer;
}

@media (max-width: 1199px) {
    #hamburger {
        display: block;
    }
}

.dark-bg #hamburger i {
    color: #fff;
}

.absolute-header #hamburger i {
    color: #fff;
}

.action-bar {
    margin-top: 60px;
    padding-left: 20px;
}

.action-bar a {
    color: #fff;
    display: block;
    margin-top: 12px;
    font-size: 15px;
}

.action-bar a i {
    margin-right: 10px;
}

.action-bar .theme-btn,
.action-bar .primary-btn,
.action-bar .white-btn {
    margin-top: 30px;
    display: inline-block;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 90px;
}

.header-right .search-trigger i {
    font-size: 20px;
    margin-right: 40px;
    position: relative;
    top: 2px;
}

.header-right .search-trigger i:hover {
    cursor: pointer;
}

@media (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right .search-trigger i {
        display: none;
    }
}

.contact-number {
    align-items: center;
    gap: 15px;
    margin-right: 30px;
}

.contact-number .icon i {
    font-size: 24px;
    background: #eee;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact-number .title h4 {
    font-size: 22px;
    font-weight: 500;
}

.social-area a i {
    font-size: 22px;
    color: #fff;
    margin-right: 20px;
}

.shop-icon {
    position: relative;
    z-index: 1;
}

.shop-icon i {
    font-size: 24px;
    margin-right: 40px;
}

.shop-icon .icon-notify {
    width: 18px;
    height: 18px;
    background: #fa4729;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: -4px;
    right: 32px;
}

@media (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-icon {
        display: none;
    }
}

.absolute-header .shop-icon i {
    color: #fff;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media (max-width: 767px) {
    .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-trigger {
        display: none;
    }
}

@media (max-width: 767px) {
    .menu-trigger {
        display: none;
    }
}

/* 17. Off Canvas Menu CSS */
.menu-trigger span {
    background-color: #000000;
    display: block;
    height: 1px;
    margin: 8px auto;
    margin-left: 5px;
    width: 30px;
    transition: all 0.1s;
}

.menu-trigger span:nth-child(2) {
    margin-left: 0px;
}

.menu-trigger:hover span:nth-child(2) {
    margin-left: 5px;
}

.header-area.absolute-header .menu-trigger span {
    background: #fff;
}

.menu-trigger span:nth-child(2) {
    margin-left: 0px;
}

.off-canvas-menu {
    position: fixed;
    top: 0;
    right: -320px;
    background: #fff;
    box-shadow: -6px -3px 16px -8px rgba(0, 0, 0, 0.25);
    width: 350px;
    padding: 50px;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.off-canvas-menu.show-off-canvas-menu {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.off-canvas-menu p {
    font-size: 16px;
    font-weight: 400;
    color: #b4afaf;
    position: absolute;
    bottom: 15px;
    opacity: 0.5;
}

.menu-close {
    position: absolute;
    right: 25px;
    top: 25px;
    color: #777;
    padding: 7px;
    cursor: pointer;
    font-size: 30px;
    font-weight: 300;
}

.menu-close:hover {
    color: #333;
}

.extra-info {
    background: #ffffff none repeat scroll 0 0;
    height: 100%;
    padding: 40px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 400px;
    z-index: 999;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}

.extra-info.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.close-icon {
    margin-top: 0;
    text-align: right;
}

.close-icon > button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}

.close-icon > button i {
    color: #fff;
    font-size: 30px;
}

.side-info {
    padding-top: 10px;
}

.contact-list h4 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}

.contact-list p {
    color: #000000;
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.contact-list p i {
    float: left;
    margin-top: 6px;
    width: 25px;
}

.contact-list p span {
    display: block;
    overflow: hidden;
}

.offcanvas-overlay {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.offcanvas-overlay.active {
    opacity: 0.5;
    visibility: visible;
}

.extra-info .site-logo-2 {
    width: 220px;
    text-align: center;
    margin-top: 20px;
}

.social-area-wrap a i {
    font-size: 16px;
}

.social-area-wrap a {
    width: 40px;
    height: 40px;
    background: #222;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.social-area-wrap a:hover {
    opacity: 0.5;
}

/* pop up image */
/* Popup background */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Popup content box */
.popup-content {
    position: relative;
    max-width: 750px;
    width: 90%;
}

.popup-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    cursor: pointer;
}

/* Close (X) button */
.close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* 18. Hero Area  */

#home-2.homepage-slides {
    width: 100%;
    height: 90vh;
    max-height: 100vh;
    overflow: hidden;
}

@media (max-width: 767px) {
    #home-2.homepage-slides {
        height: 100dvh;
        max-height: 100dvh;
    }
}

#home-2 .single-slide-item {
    background-image: url(../img/slider/slide-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ddd;
    color: #fff;
    width: 100%;
    /* height: 100vh; */
    min-height: 100vh;
    max-height: 100vh;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* mobile image appears */
.mobile-image {
    display: none;
}

/* Show only on mobile and tablet (below 992px) */
@media screen and (max-width: 991px) {
    .mobile-image {
        display: block;
    }
}

/* Tablet adjustments */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #home-2 .single-slide-item {
        height: 100vh;
        min-height: 100vh;
        max-height: 100vh;
    }
}

/* Mobile adjustments */
@media (max-width: 767px) {
    #home-2 .single-slide-item {
        height: 100dvh;
        /* Dynamic viewport height for mobile browsers */
        min-height: 100dvh;
        max-height: 100dvh;
    }

    /* Ensure content fits on small screens */
    #home-2 .hero-area-content {
        padding: 20px 15px;
        max-height: 100%;
        overflow-y: auto;
    }

    #home-2 .single-slide-item .project-info-wrapper {
        padding: 60px 0 40px;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    #home-2 .single-slide-item {
        height: 100dvh;
        min-height: 100dvh;
        max-height: 100dvh;
    }

    #home-2 .hero-area-content {
        padding: 15px 10px;
    }

    #home-2 .single-slide-item .project-info-wrapper {
        padding: 40px 0 30px;
    }
}

#home-2 .single-slide-item .overlay-3 {
    z-index: 1;
}

#home-2 .single-slide-item .overlay-6 {
    z-index: 1;
}

#home-2 .single-slide-item .project-info-wrapper {
    padding: 0px 0px 0px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #home-2 .single-slide-item .project-info-wrapper {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    #home-2 .single-slide-item .project-info-wrapper {
        padding: 60px 0 40px;
    }
}

@media (max-width: 575px) {
    #home-2 .single-slide-item .project-info-wrapper {
        padding: 40px 0 30px;
    }
}

#home-2 .single-slide-item .project-info-wrapper h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}

#home-2 .single-slide-item .project-info-wrapper h1 {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #home-2 .single-slide-item .project-info-wrapper h1 {
        font-size: 75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #home-2 .single-slide-item .project-info-wrapper h1 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    #home-2 .single-slide-item .project-info-wrapper h1 {
        font-size: 40px;
    }
}

#home-2 .hero-area-content {
    /* padding-top: 120px; */
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #home-2 .hero-area-content {
        padding-left: 20px;
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    #home-2 .hero-area-content {
        padding-left: 0;
        padding-top: 0;
        padding: 20px 15px;
        align-items: flex-start;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    #home-2 .hero-area-content {
        padding: 15px 10px;
    }
}

/* Container and content adjustments for proper fit */
#home-2 .hero-area-content .container {
    height: 100%;
    display: flex;
    align-items: center;
}

#home-2 .hero-area-content .row {
    width: 100%;
    margin: 0;
}

@media (max-width: 767px) {
    #home-2 .hero-area-content .container {
        padding: 0 15px;
    }

    #home-2 .hero-area-content .row {
        align-items: flex-start !important;
    }
}

/* Project slogan responsive adjustments */
#home-2 .project-slogan {
    margin-top: 20px;
}

@media (max-width: 767px) {
    #home-2 .project-slogan h3 {
        font-size: 1.2rem !important;
        line-height: 1.5 !important;
        margin-bottom: 15px !important;
    }

    #home-2 .project-slogan ul {
        font-size: 14px !important;
        line-height: 2 !important;
    }

    #home-2 .project-slogan h4 {
        font-size: 1.2rem !important;
    }

    #home-2 .project-slogan p {
        font-size: 0.95rem !important;
    }
}

@media (max-width: 575px) {
    #home-2 .project-slogan h3 {
        font-size: 1rem !important;
        margin-bottom: 12px !important;
    }

    #home-2 .project-slogan ul {
        font-size: 13px !important;
        line-height: 1.8 !important;
    }
}

.homepage-slides .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ddd;
    margin-right: 10px;
}

.homepage-slides .owl-dots button.owl-dot.active span {
    width: 10px;
    height: 10px;
    background: #333;
}

.homepage-slides .owl-dots {
    text-align: right;
    margin-top: -80px;
    z-index: 999;
    position: absolute;
    right: 50px;
}

#home-3.hero-area {
    position: relative;
    z-index: 1;
}

#home-3.hero-area:before {
    background-image: url(../img/background-hero-sec/bg.png);
    background-image: url(../img/background-hero-sec/hero-bg.png);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #home-3.hero-area:before {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #home-3.hero-area:before {
        display: none;
    }

    #home-3.hero-area.hero-bg-fullscreen:before {
        display: none !important;
    }
}

@media (max-width: 767px) {
    #home-3.hero-area:before {
        display: none;
    }

    #home-3.hero-area.hero-bg-fullscreen:before {
        display: none !important;
    }
}

/* #home-3 .hero-content-wrap {
  padding-right: 120px;
} */
@media (max-width: 767px) {
    #home-3 .hero-content-wrap {
        padding-right: 0;
    }
}

#home-3 .section-title h1 {
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #home-3 .section-title h1 {
        font-size: 60px;
        line-height: 70px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767px) {
    #home-3 .section-title h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
    #home-3 .section-title h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px;
    }
}

#home-3 .video-wrap {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 767px) {
    #home-3 .video-wrap {
        margin-top: 30px;
    }
}

#home-3 .video-play-btn {
    width: 60px;
    height: 60px;
    border: 1px solid #000000;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    position: relative;
    z-index: 999;
    font-size: 20px;
    line-height: 1;
    color: #0a0a0a;
}

#home-3 .video-play-btn:hover {
    background: #0a0a0a;
    color: #fff;
    border: 1px solid #f2b800;
}

/* 19. About CSS  */
.about-img-wrapper {
    position: relative;
    display: inline-block;
}

.about-img-wrapper img {
    width: 100%;
    border-radius: 8px;
    /* optional */
}

.about-img-wrapper .video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.play-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-button i {
    font-size: 24px;
    color: #fff;
}

.custom-play-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #111;
    /* black circle */
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-play-btn:hover {
    background-color: #fff;
    /* hover par white circle */
}

.custom-play-btn:hover svg {
    stroke: #111;
    fill: #111;
}

/* .about-img-wrapper {
  padding-left: 60px;
} */
@media (min-width: 762px) and (max-width: 988px) {
    .about-content-wrap {
        text-align: center !important;
    }

    .about-content-wrap p {
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }
}

@media (max-width: 957px) {
    .section-title,
    .about-content-wrap {
        text-align: center !important;
    }

    .about-content-wrap h3,
    .about-content-wrap p {
        margin-left: auto;
        margin-right: auto;
    }

    .about-content-wrap p {
        max-width: 90%;
    }

    .about-img-wrap,
    .about-slide img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media (max-width: 957px) {
    .about-content-wrapper,
    .about-content-wrapper .section-title,
    .about-content-wrapper .section-title h2,
    .about-content-wrapper p,
    .p-animation {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }

    .about-content-wrapper .know-more-btn {
        display: inline-block;
        margin-top: 10px;
    }

    .about-img-wrapper {
        margin-top: 30px;
        text-align: center;
    }

    .about-img-wrapper img {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 450px) and (max-width: 986px) {
    .about-content-wrap {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .about-img-wrapper {
        /* padding-left: 0; */
        margin-top: 60px;
    }
}

#about-page .about-content-wrap {
    padding-right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #about-page .about-content-wrap {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    #about-page .about-content-wrap {
        padding-right: 0;
        margin-top: 3px;
    }
}

#about-page .about-content-wrap h5 {
    line-height: 1.4;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #about-page .about-img-wrap {
        margin-top: 30px;
    }
}

#about-page .about-img-wrap img {
    /* filter: grayscale(1); */
}

#about-page .about-content-wrap.obverse {
    padding: 80px 80px 0 80px;
}

/*
ABOUT.HTML CSSS */
.about-slider {
    position: relative;
    overflow: hidden;
}

.about-slide {
    display: none;
    transition: all 0.5s ease-in-out;
}

.about-slide.active {
    display: flex;
}

.about-nav {
    /* position: absolute; */
    bottom: 20px;
    left: 0%;
    /* transform: translateX(-50%); */
    display: flex;
    gap: 20px;
}

.about-nav button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 14px 17px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 26px;
}

.about-nav button:hover {
    background-color: #4eb548 !important;
}

.about-img-wrap img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #about-page .about-content-wrap.obverse {
        padding: 0;
        padding-left: 10px;
    }
}

#about-page .about-content-wrap.reverse {
    padding: 120px 130px 0 0;
}

/* 20. Services CSS */
.single-service-item {
    position: relative;
}

.single-service-item:last-child {
    border-bottom: 1px solid #ddd;
}

.single-service-item .single-service-inner {
    border-top: 1px solid #ddd;
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

@media (max-width: 767px) {
    .single-service-item .single-service-inner {
        padding: 40px 0;
    }
}

.single-service-item .single-service-inner:nth-of-type(4) {
    border-bottom: 1px solid #ddd;
}

.single-service-item .single-service-inner h5 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 400;
    color: #0a0a0a;
    transition: 0.4s linear;
    letter-spacing: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-item .single-service-inner h5 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .single-service-item .single-service-inner h5 {
        font-size: 18px;
        line-height: 28px;
    }
}

.single-service-item .single-service-inner h5 span {
    font-size: 18px;
    position: relative;
    top: -45px;
}

@media (max-width: 767px) {
    .single-service-item .single-service-inner h5 span {
        font-size: 16px;
        top: -35px;
    }
}

.single-service-item .single-service-inner p {
    font-size: 18px;
    font-weight: 400;
    margin: 26px 0;
    padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-service-item .single-service-inner p {
        margin: 20px 0;
    }
}

@media (max-width: 767px) {
    .single-service-item .single-service-inner p {
        padding-right: 75px;
    }
}

.single-service-item .single-service-inner .details-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.single-service-item .single-service-inner .details-link i {
    font-size: 30px;
    color: inherit;
    transform: rotate(-45deg);
    transition: 0.3s;
}

.single-service-item .single-service-inner:nth-of-type(4) .details-link {
    bottom: 30px;
}

.single-service-item .single-service-inner:hover h5 {
    color: #0a0a0a;
}

.single-service-item .single-service-inner:hover h5 span {
    color: #868686;
}

.single-service-item .single-service-inner:hover .details-link i {
    transform: rotate(180deg);
}

.service-img {
    width: 25%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset-inline-end: 10%;
    top: 115px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s linear;
    z-index: 9;
}

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

.single-service-item:nth-child(5) .service-img {
    top: -60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-service-item:nth-child(5) .service-img {
        top: -60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-item:nth-child(5) .service-img {
        top: -60px;
    }
}

@media (max-width: 767px) {
    .single-service-item:nth-child(5) .service-img {
        top: 80px;
    }
}

.single-service-item:last-child .service-img {
    top: -210px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-service-item:last-child .service-img {
        top: -200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-item:last-child .service-img {
        top: -50px;
    }
}

@media (max-width: 767px) {
    .single-service-item:last-child .service-img {
        top: 80px;
    }
}

.single-service-item .service-img img {
    width: 100%;
}

.single-service-item:hover .service-img {
    opacity: 1;
    visibility: visible;
    inset-inline-end: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-item:hover .service-img {
        inset-inline-end: 10%;
    }
}

#service_page .section-title span i {
    font-size: 60px;
}

@media (max-width: 767px) {
    #service_page .section-title span i {
        display: none;
    }
}

@media (max-width: 767px) {
    #service_page .section-title i {
        display: none;
    }
}

#service_page .hero-area-content {
    padding-left: 75px;
    margin-top: 30px;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #service_page .hero-area-content {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    #service_page .hero-area-content {
        padding-left: 0px;
    }
}

#service_page .hero-area-content h1 {
    font-size: 80px;
    font-weight: 500;
    line-height: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #service_page .hero-area-content h1 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #service_page .hero-area-content h1 {
        font-size: 60px;
        line-height: 70px;
        padding-left: 50px;
    }
}

@media (max-width: 767px) {
    #service_page .hero-area-content h1 {
        font-size: 40px;
        line-height: 50px;
        padding-left: 0px;
    }
}

#service_page .hero-area-content span.meta {
    color: #a39d9d;
    position: relative;
    bottom: -77px;
}

@media (max-width: 767px) {
    #service_page .hero-area-content span.meta {
        bottom: 15px;
    }
}

#service_page h1.first_line {
    padding-left: 160px;
}

@media (max-width: 767px) {
    #service_page h1.first_line {
        padding-left: 0px;
    }
}

#service_page h1.third_line {
    padding-left: 0;
}

@media (max-width: 767px) {
    #service_page h1.third_line {
        padding-left: 0px;
    }
}

#service_page .single-feature-item {
    margin-top: 0;
}

.single-service-wrap {
    border: 1px solid #ddd;
    padding: 40px;
    margin-bottom: 30px;
}

.service-icon img {
    width: 50px;
}

.service-icon {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.service-icon i:before {
    font-size: 50px;
}

h4.service-title {
    margin: 30px 0 20px;
}

p.service-content {
    font-size: 15px;
    margin: 0;
}

.service-slider .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ddd;
    margin-right: 10px;
}

.service-slider .owl-dots button.owl-dot.active span {
    width: 35px;
    height: 10px;
    background: #1d1e21;
}

.service-slider .owl-dots {
    text-align: center;
    margin-top: 50px;
}

/* 21. Project CSS  */
#project-1 .single-project-item {
    margin-bottom: 30px;
}

#project-1 .project-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #project-1 .project-info {
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width: 767px) {
    #project-1 .project-info {
        flex-direction: column;
        align-items: start;
    }
}

#project-1 .project-title h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
    text-decoration-color: #ddd;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #project-1 .project-meta {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    #project-1 .project-meta {
        margin-top: 10px;
    }
}

#project-1 .project-meta span {
    display: block;
    font-size: 15px;
}

#project-1 .project-img img {
    width: 100%;
    object-fit: cover;
    transition: all 0.35s ease-in-out;
}

#project-1 .project-img img:hover {
    transform: scale(1.07);
}

#project-2 .project-bg {
    background-image: url(../img/project/project-1-1.jpg);
}

#project-2 .project-bg-2 {
    background-image: url(../img/project/project-1-2.jpg);
}

#project-2 .project-bg-3 {
    background-image: url(../img/project/project-1-3.jpg);
}

#project-2 .project-bg-4 {
    background-image: url(../img/project/project-1-4.jpg);
}

#project-2 .project-bg-5 {
    background-image: url(../img/project/project-1-5.jpg);
}

#project-2 .project-bg-6 {
    background-image: url(../img/project/project-1-6.jpg);
}

#project-2 .single-project-item.bg-cover {
    height: 450px;
}

#project-2 .single-project-item {
    position: relative;
    z-index: 1;
}

#project-2 .single-project-item:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
    z-index: -1;
    content: "";
}

#project-2 .project-inner .hover-info {
    position: absolute;
    left: 0;
    bottom: 20px;
    transform: translateY(50px);
    width: 100%;
    z-index: 2;
    padding: 35px 40px 35px 38px;
    max-width: 500px;
    transition: all ease 0.3s;
    transition-delay: 0.07s;
}

#project-2 .single-project-item:hover .hover-info {
    opacity: 1;
    transform: translateY(0);
}

#project-2 .project-inner:after {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: #252531;
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0px;
    transition: all ease 0.3s;
}

#project-2 .single-project-item:hover .project-inner:after {
    opacity: 0.6;
}

#project-2 .hover-info h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    transform: translateY(0px);
    transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #project-2 .hover-info h4 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #project-2 .hover-info h4 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    #project-2 .hover-info h4 {
        font-size: 18px;
    }
}

#project-2 .hover-info h4 span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 5px 0;
    opacity: 0;
    transform: translateY(-200px);
}

#project-2 .hover-info a {
    color: #fff;
    font-size: 16px;
}

#project-2 .project-inner .project-icon {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    transition: all ease 0.3s;
    font-size: 30px;
    cursor: pointer;
    background: #171717;
    color: #fff;
    padding: 15px;
    transform: translate3d(0, -100%, 0);
    transition: 0.3s;
}

#project-2 .single-project-item:hover .project-icon {
    opacity: 1;
    transform: translate(0, 0);
}

#project-2 .single-project-item:hover .hover-info h4 {
    color: #fff;
    transform: translateY(20px);
}

#project-2 .single-project-item:hover .hover-info h4 span {
    opacity: 1;
    transform: translateY(0);
}

#project-2 .project-slider .owl-nav button.owl-prev,
#project-2 .project-slider .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border: 2px solid;
    font-size: 20px;
    font-weight: 100;
    line-height: 16px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -25px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#project-2 .project-slider .owl-nav button.owl-next {
    left: auto;
    right: 15px;
}

#project-2 .project-slider .owl-nav button.owl-prev:hover,
#project-2 .project-slider .owl-nav button.owl-next:hover {
    background: #171717;
    color: #fff;
    border-color: #171717;
}

@media (max-width: 767px) {
    .project-menu {
        text-align: center;
    }
}

.project-menu li a {
    cursor: pointer;
    display: block;
    color: #808996;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    padding: 8px 77px;
    transition: all 0.5s;
    margin-top: 5px;
    padding-left: 0;
}

@media (max-width: 767px) {
    .project-menu li a {
        padding: 8px 6px;
    }
}

.project-menu a.active,
.project-menu a:hover {
    color: #000;
}

.project-item {
    position: relative;
    padding: 10px;
}

.project-box {
    overflow: hidden;
    position: relative;
}

.project-box .project-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.project-box .project-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.project-box .project-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}

.project-box .project-detail {
    opacity: 0;
    color: #fff;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    text-align: center;
}

.project-box .project-detail h4 {
    color: #fff;
    font-size: 20px;
}

.project-box .project-detail p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

.project-box .project-detail p i {
    color: #fff;
    font-size: 20px;
}

.project-box:hover .project-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.project-box:hover .project-img:after {
    background: rgba(23, 23, 23, 0.87);
}

.project-box:hover .project-img > img {
    transform: scale(1.05);
}

.white-popup-block {
    background: #fff;
    padding: 30px 15px 15px 15px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

button.mfp-arrow {
    display: none;
}

.mfp-counter {
    display: none;
}

.project-item.minus-top {
    margin-top: -150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-item.minus-top {
        margin-top: -100px;
    }
}

@media (max-width: 767px) {
    .project-item.minus-top {
        margin-top: 0;
    }
}

.project-item p {
    margin: 0;
    margin-top: 15px;
}

#project-standard .single-project-wrapper {
    margin-bottom: 60px;
}

#project-standard .project-title {
    position: relative;
    padding-left: 30px;
}

#project-standard .project-title:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #ddd;
}

#project-standard .project-title h3 {
    font-size: 24px;
    margin-top: 20px;
}

#project-standard .project-title h6 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #8b8b8b;
    margin-top: 5px;
}

#project-standard .project-title a {
    font-size: 17px;
    margin-top: 6px;
}

#project-standard .project-slider-2 .owl-stage-outer {
    overflow: inherit;
}

#project-standard .project-slider-2:before,
#project-standard .project-slider-2:after {
    position: absolute;
    content: "";
    width: 500%;
    height: 100%;
    top: 0;
    left: -500%;
    background: #fff;
    opacity: 0.7;
    z-index: 1;
}

#project-standard .project-slider-2:after {
    left: auto;
    right: -500%;
}

#project-metro .single-project-wrap {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    #project-metro .single-project-wrap {
        width: 100%;
    }
}

#project-metro .single-project-wrap img {
    width: 100%;
    object-fit: cover;
}

#project-metro .single-project-wrap.big img {
    height: 700px;
}

@media (max-width: 767px) {
    #project-metro .single-project-wrap.big img {
        height: 350px;
    }
}

#project-metro .single-project-wrap.small img {
    height: 350px;
    width: 430px;
}

#project-metro .single-project-wrap.wide img {
    height: 350px;
}

#project-metro .single-project-wrap .details {
    background: #000;
    width: 100%;
    height: 100%;
    padding: 50px 35px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#project-metro .single-project-wrap .info {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    margin-top: -20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#project-metro .single-project-wrap h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}

#project-metro .single-project-wrap h6 {
    font-size: 18px;
    color: #fff;
}

#project-metro .single-project-wrap:hover .details {
    opacity: 0.8;
    visibility: visible;
    top: 0;
}

#project-metro .single-project-wrap:hover .details .info {
    opacity: 1;
    margin-top: 0;
}

.project-list-content .section-title h2 {
    font-size: 45px;
    letter-spacing: 0;
}

.project-list-content {
    padding-left: 0px;
    max-width: calc(100% - 80px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .project-list-content {
        padding-left: 0;
        margin-top: 30px;
        max-width: calc(100% - 40px);
    }
}

#project-grid .single-project-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    #project-grid .single-project-item {
        margin-bottom: 30px;
    }
}

#project-grid .single-project-item .project-info {
    position: absolute;
    transition: all 0.4s;
    transform: translateY(100%);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 25px 15px;
    width: 70%;
    max-width: 70%;
    background-color: #fff;
    opacity: 0;
    text-align: center;
}

#project-grid .single-project-item .project-info h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}

#project-grid .single-project-item .project-info p {
    margin: 0;
    color: #777;
}

#project-grid .single-project-item:hover .project-info {
    transition: all 0.4s;
    transform: translateY(0);
    bottom: 40px;
    opacity: 1;
}

.project-slider-2 .owl-nav button.owl-prev,
.project-slider-2 .owl-nav button.owl-next {
    border: 1px solid #ddd;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.project-slider-2 .owl-nav button.owl-prev:hover,
.project-slider-2 .owl-nav button.owl-next:hover {
    background: #1d1e21;
    border-color: #1d1e21;
    color: #fff;
}

.project-slider-2 .owl-nav {
    position: absolute;
    bottom: -40px;
    left: 0;
    display: flex;
}

.project-slider-2 .owl-nav i {
    font-size: 20px;
}

.project-details {
    max-width: calc(100% - 60px);
}

@media (max-width: 767px) {
    .project-details {
        max-width: calc(100% - 0px);
        text-align: justify;
    }
}

.project-info-wrap {
    margin-top: 80px;
}

@media (max-width: 767px) {
    .project-info-wrap {
        margin-top: 40px;
    }
}

.project-details h2 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.project-info h6 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.project-details-img img {
    margin-bottom: 30px;
}

.project-details-wrapper .single-counter-box {
    text-align: center;
}

.project-details-wrapper .single-counter-box p.counter-number {
    border-bottom: 1px solid #ddd;
}

.project-details-wrapper h3 {
    margin-bottom: 20px;
}

.project-details-wrapper .single-counter-box p.counter-number span {
    font-size: 50px;
}

/* 22. Process CSS  */
.single-process-item {
    border: 1px solid #ddd;
    padding: 30px;
}

.single-process-item h4 {
    margin-top: 30px;
}

.process-up {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.process-up span {
    font-size: 40px;
}

.process-up i {
    font-size: 25px;
}

.process-down {
    padding-top: 80px;
}

@media (max-width: 767px) {
    .process-down {
        padding-top: 40px;
    }
}

.right-content span {
    font-size: 20px;
    font-weight: 500;
    color: #171717;
    margin-right: 15px;
}

.process-wrapper .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ddd;
    margin-right: 10px;
}

.process-wrapper .owl-dots button.owl-dot.active span {
    width: 35px;
    height: 10px;
    background: #1d1e21;
}

.process-wrapper .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.single-process-wrap {
    position: relative;
    z-index: 1;
    margin-bottom: 120px;
}

.single-process-wrap .process-num {
    position: absolute;
    top: -10px;
    left: -5px;
}

.single-process-wrap .process-num span {
    font-size: 100px;
    font-weight: 600;
    color: #f0f0f0;
}

.single-process-wrap h4 {
    font-size: 26px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .process-section .cp-custom-accordion {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .process-section .cp-custom-accordion .accordion-items {
        margin-top: 0;
    }
}

.process-section .cp-custom-accordion .accordion-buttons {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
}

.process-section .cp-custom-accordion .accordion-buttons {
    padding-left: 0;
}

.process-section .cp-custom-accordion .accordion-body {
    padding-left: 0;
}

@media (max-width: 767px) {
    .process-section.section-padding.pt-0.pb-100 {
        padding-bottom: 60px;
    }
}

/* 23. FAQ CSS  */
.cp-custom-accordion .accordion-items {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .cp-custom-accordion .accordion-items {
        margin-top: 30px;
    }
}

.cp-custom-accordion .accordion-buttons {
    position: relative;
    width: 100%;
    padding: 20px 0px 30px 20px;
    background-color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #171717;
    border: none;
    border-bottom: 1px solid #eee;
}

.cp-custom-accordion .accordion-buttons span {
    font-size: 15px;
    margin-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cp-custom-accordion .accordion-buttons {
        padding: 20px 28px;
        padding-left: 60px;
    }
}

@media (max-width: 767px) {
    .cp-custom-accordion .accordion-buttons {
        padding-right: 50px;
        line-height: 25px;
        font-size: 16px;
    }
}

.cp-custom-accordion .accordion-buttons::after {
    position: absolute;
    content: "\f068";
    font-family: "Line Awesome Free";
    top: 25%;
    right: 30px;
    font-size: 24px;
    font-weight: 500;
    opacity: 1;
    color: #333;
}

@media (max-width: 767px) {
    .cp-custom-accordion .accordion-buttons::after {
        top: 35px;
        right: 25px;
        font-size: 16px;
    }
}

.cp-custom-accordion .accordion-buttons.collapsed::after {
    content: "\f067";
}

.cp-custom-accordion .collapsed {
    position: relative;
    z-index: 9;
}

.cp-custom-accordion .accordion-body {
    background-color: #fff;
    color: #878787;
    padding: 20px 0;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cp-custom-accordion .accordion-body {
        padding-right: 25px;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cp-custom-accordion .accordion-body {
        padding-right: 30px;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .cp-custom-accordion .accordion-body {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.faq-section-bg {
    max-width: calc(100% - 10px);
}

@media (max-width: 767px) {
    .faq-section p br {
        display: none;
    }
}

.cp-custom-accordion {
    padding-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cp-custom-accordion {
        margin-top: 30px;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .cp-custom-accordion {
        margin-top: 30px;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .faq-section .mt-100 {
        margin-top: 50px;
    }
}

/* 24. Video Section  */
.video-section {
    background-image: url(../img/background-hero-sec/hero-bg.png);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-section {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .video-section {
        height: 300px;
    }
}

.video-section {
    position: relative;
    z-index: 1;
}

.play-btn {
    width: 80px;
    height: 80px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.4s;
    z-index: 99;
    transform: translate(-50px, -50px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .play-btn {
        width: 80px;
        height: 80px;
        top: 50%;
    }
}

@media (max-width: 767px) {
    .play-btn {
        width: 60px;
        height: 60px;
    }
}

.play-btn a {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    z-index: 999;
}

.play-btn a i {
    font-size: 24px;
    color: #1d1e21;
}

.play-btn a:hover {
    color: #1d1e21;
}

@keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }

    100% {
        opacity: 0;
    }
}

.play-btn::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #ddd;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both
        infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

/* 25. Testimonial CSS */
#testimonial-1 .single-testimonial-item {
    display: flex;
    gap: 80px;
}

@media (max-width: 767px) {
    #testimonial-1 .single-testimonial-item {
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
    }
}

#testimonial-1 .testimonial-img-wrap {
    flex: 0 0 30%;
}

@media (max-width: 767px) {
    #testimonial-1 .testimonial-img-wrap img {
        width: 90px !important;
        height: 90px;
        border-radius: 50%;
    }
}

#testimonial-1 .testimonial-text p {
    font-size: 24px;
    line-height: 38px;
    color: #3f3f3f;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #testimonial-1 .testimonial-text p {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #testimonial-1 .testimonial-text p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    #testimonial-1 .testimonial-text p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #testimonial-1 .testimonial-author {
        margin-top: 15px;
    }
}

#testimonial-1 .testimonial-author h6 {
    font-size: 20px;
}

#testimonial-1 .testimonial-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#testimonial-1 .testimonial-wrapper {
    position: relative;
}

#testimonial-1 .testimonial-wrapper .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

@media (max-width: 767px) {
    #testimonial-1 .testimonial-wrapper .owl-nav {
        position: relative;
        bottom: -10px;
        right: auto;
        left: 0;
    }
}

#testimonial-1 .testimonial-wrapper .owl-nav button i {
    font-size: 32px;
    margin: 0 10px;
}

@media (max-width: 767px) {
    #testimonial-1 .testimonial-wrapper .owl-nav button i {
        margin-left: 0;
    }
}

#testimonial-1 .testimonial-item .testimonial-img-wrap img {
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-top: 15px;
}

#testimonial-2 .single-testimonial-item {
    border: 1px solid #eee;
    text-align: center;
    padding: 40px;
}

@media (max-width: 767px) {
    #testimonial-2 .single-testimonial-item {
        padding: 25px;
    }
}

#testimonial-2 .single-testimonial-item p {
    font-size: 16px;
    line-height: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #testimonial-2 .single-testimonial-item p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #testimonial-2 .single-testimonial-item p {
        font-size: 16px;
    }
}

#testimonial-2 .testimonial-img img {
    width: 90px !important;
    height: auto;
    margin: 0 auto;
    border-radius: 50%;
}

#testimonial-2 .testimonial-author h6 {
    font-size: 20px;
    color: inherit;
}

@media (max-width: 767px) {
    #testimonial-2.testimonial-section.pt-50 {
        padding-top: 0;
    }
}

.testimonial-carousel .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ddd;
    margin-right: 10px;
}

.testimonial-carousel .owl-dots button.owl-dot.active span {
    width: 35px;
    height: 10px;
    background: #1d1e21;
}

.testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 50px;
}

#testimonial-3 .single-testimonial-item {
    border: 1px solid #eee;
    text-align: center;
    padding: 40px;
}

@media (max-width: 767px) {
    #testimonial-3 .single-testimonial-item {
        padding: 25px;
    }
}

/* 26. Blog CSS */
.single-blog-item {
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-item .blog-bg img {
        height: 270px;
        width: 100%;
        object-fit: cover;
    }
}

.single-blog-item .blog-content h3 a {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 10px;
}

.single-blog-item .blog-meta {
    border-bottom: 1px solid #eee;
}

.single-blog-item .blog-meta p {
    margin-top: 20px;
    margin-bottom: 10px;
}

.single-blog-item .blog-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.single-blog-item:hover .blog-content h3 a {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
}

.single-blog-item .blog-author p {
    margin: 0;
}

#blog_page .section-title h1 {
    font-size: 90px;
    font-weight: 500;
    line-height: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #blog_page .section-title h1 {
        font-size: 80px;
        line-height: 85px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #blog_page .section-title h1 {
        font-size: 70px;
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    #blog_page .section-title h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

#blog_page .hero-area-inner {
    padding: 40px 0 0px;
}

#blog_page .pagination {
    margin: 30px 0 60px;
    justify-content: center;
}

#blog_page .page-link {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #171717;
}

#blog_page .page-link:hover {
    background: none;
    font-weight: 500;
}

#blog_page .page-link:focus {
    background-color: none;
    outline: 0;
    box-shadow: none;
}

#blog_page .page-item:first-child .page-link {
    display: inline-flex;
    border: 1px solid #171717;
    border-radius: 50%;
}

#blog_page .page-item:first-child .page-link i {
    font-size: 22px;
}

#blog_page .page-item:first-child .page-link:hover {
    background: #171717;
    color: #fff;
}

#blog_page .page-item:last-child .page-link {
    border: 1px solid #171717;
    border-radius: 50%;
}

#blog_page .page-item:last-child .page-link i {
    font-size: 22px;
}

#blog_page .page-item:last-child .page-link:hover {
    background: #171717;
    color: #fff;
}

#blog_page .active > .page-link,
#blog_page .page-link.active {
    border-radius: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border-bottom: 1px solid;
    font-weight: 500;
}

.blog-details-page {
    padding: 0 0 100px;
}

.blog-details-page .section-title h2 {
    font-size: 60px;
    line-height: 65px;
}

@media (max-width: 767px) {
    .blog-details-page .section-title h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
    .blog-details-page .section-title h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

.blog-details-page .section-title span i {
    color: #ddd;
    font-size: 80px;
    transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-page .section-title span i {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .blog-details-page .section-title span i {
        font-size: 40px;
    }
}

.blog-details-page .blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-details-page .blog-meta p {
    margin: 0;
}

@media (max-width: 767px) {
    .blog-details-page .blog-meta p {
        display: none;
    }
}

.blog-details-page .blog-meta span {
    font-size: 17px;
    color: #777;
    margin-right: 45px;
}

@media (max-width: 767px) {
    .blog-details-page .blog-meta span {
        font-size: 15px;
    }
}

.blog-details-page .blog-content {
    padding-left: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-page .blog-content {
        padding-left: 60px;
    }
}

@media (max-width: 767px) {
    .blog-details-page .blog-content {
        padding-left: 0;
    }
}

.blog-details-page .blog-content h3 {
    font-size: 35px;
    line-height: 45px;
    margin-top: 60px;
    margin-bottom: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-details-page .blog-content h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .blog-details-page .blog-content h3 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.blog-details-page .blog-content-inner h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #777;
}

@media (max-width: 767px) {
    .blog-details-page .blog-content-inner h4 {
        font-size: 20px;
    }
}

.blog-details-page .blog-content-inner h4 span {
    font-size: 18px;
    padding-right: 30px;
}

.blog-details-page .blog-content-inner p {
    padding-left: 50px;
}

.blog-details-page .blog-quote-text {
    position: relative;
}

.blog-details-page .blog-quote-text h3 {
    font-size: 28px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 60px;
    color: #777;
}

@media (max-width: 767px) {
    .blog-details-page .blog-quote-text h3 {
        font-size: 20px;
        line-height: 34px;
    }
}

.blog-details-page .blog-tag-wrap h6 {
    font-size: 22px;
    color: #777;
    margin-bottom: 30px;
}

.blog-details-page .blog-tag-wrap a {
    font-size: 16px;
    color: #777;
    border: 1px solid #ddd;
    padding: 7px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.comments-headline h5 {
    font-weight: 500;
}

.single-comments-inner {
    display: inline-flex;
    justify-content: space-around;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .single-comments-inner {
        flex-direction: column;
    }
}

.comments-autor-thumb img {
    width: 100px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .comments-autor-thumb img {
        margin-bottom: 10px;
    }
}

.comments-content {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .comments-content {
        padding-left: 0;
    }
}

.comments-content h6 {
    font-size: 20px;
}

p.comments-date {
    margin-bottom: 30px;
}

a.reply-btn {
    font-size: 17px;
    color: #777;
}

a.reply-btn i {
    margin-right: 15px;
}

.comments-form-wrap {
    background: #fff;
    margin-top: 60px;
}

.comments-form-wrap h3 {
    margin: 0 0 30px;
}

.comments-form-wrap .comments-form input,
.comments-form-wrap .comments-form textarea {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.comments-form-wrap .comments-form textarea {
    height: 200px;
}

.comments-form-wrap input[type="submit"] {
    width: 170px;
    font-size: 17px;
}

.blog-sidebar {
    margin-top: 270px;
}

.blog-sidebar h5 {
    font-size: 28px;
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-sidebar {
        margin-top: 100px;
    }
}

@media (max-width: 767px) {
    .blog-sidebar {
        margin-top: 50px;
    }
}

.search-bar-wrap input {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 50px;
}

.search-bar-wrap i {
    font-size: 18px;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    right: 35px;
}

.search-bar-wrap i:hover {
    cursor: pointer;
}

.blog-category {
    background: #fff;
    margin: 60px 0;
}

.blog-category ul li {
    display: block;
    border-top: 1px solid #ddd;
}

.blog-category ul li span {
    font-size: 14px;
    color: #777;
}

.blog-category ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #777;
    padding-left: 20px;
    margin: 20px 0;
}

.blog-category ul li a:hover {
    color: #171717;
}

.blog-category ul li i {
    margin-right: 15px;
}

.single-latest-post {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.post-title h3 a {
    font-size: 22px;
    line-height: 30px;
}

.post-tag p {
    margin: 10px 0;
}

.blog-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.popular-tag-wrap a {
    font-size: 15px;
    color: #777;
    border: 1px solid #ddd;
    padding: 7px;
    margin-right: 8px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .blog-section {
        padding-top: 50px;
    }
}

/* 27. Counter CSS  */
.single-counter-box {
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .single-counter-box {
        text-align: center;
    }
}

.single-counter-box p.counter-number {
    font-size: 70px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #ffffff;
    border-bottom: 1px solid #ddd;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-counter-box p.counter-number {
        font-size: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-counter-box p.counter-number {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .single-counter-box p.counter-number {
        font-size: 40px;
    }
}

.single-counter-box p.counter-number span {
    font-size: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-counter-box p.counter-number span {
        font-size: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-counter-box p.counter-number span {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .single-counter-box p.counter-number span {
        font-size: 40px;
    }
}

.single-counter-box span {
    font-size: 40px;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .single-counter-box span {
        margin-left: 0;
    }
}

.single-counter-box h6 {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

@media (max-width: 767px) {
    .single-counter-box h6 {
        font-size: 17px;
        margin-top: 10px;
    }
}

p.counter-number span.operator {
    font-size: 30px !important;
    color: #555;
}

/* 28. CTA CSS  */
.cta-img-area {
    position: relative;
    z-index: 1;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

@media (max-width: 767px) {
    .cta-img-area {
        height: 350px;
    }
}

.cta-img-area .cta-inner {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4eb548;
}

.cta-img-area h2 {
    font-size: 61px;
    font-weight: 400;
    line-height: 75px;
}

.theme-btn.green-btn {
    background-color: #4eb548;
    color: #fff;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
}

.theme-btn.green-btn:hover {
    background-color: #fff;
    color: #4eb548;
    text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-img-area h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .cta-img-area h2 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .cta-img-area h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .cta-img-area h2 br {
        display: none;
    }
}

/* 29. Feature Slider CSS  */
.feature_item {
    display: flex;
    align-items: center;
    height: 100px;
    gap: 80px;
}

@media (max-width: 767px) {
    .feature_item {
        height: 60px;
    }
}

.feature_item h2 {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 400;
    margin-right: 30px;
    letter-spacing: -1px;
}

@media (max-width: 767px) {
    .feature_item h2 {
        font-size: 30px;
        letter-spacing: 0;
    }
}

.feature_item h2.stroke {
    -webkit-text-stroke: 0.8px #666;
    -webkit-text-fill-color: #fff;
}

.feature_item img {
    width: 50px;
    display: inline-block;
    margin-right: 30px;
    margin-top: -10px;
}

.feature_item {
    animation: architon-scroller 20s linear infinite;
    will-change: transform;
    white-space: nowrap;
}

@keyframes architon-scroller {
    0% {
        transform: translate(0, 0);
    }

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

@keyframes architon-scroller-reverse {
    0% {
        transform: translate(0, 0);
    }

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

.feature_wrap {
    position: relative;
    z-index: 1;
}

.feature_wrap:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #171717;
    opacity: 0.2;
}

.feature_item_one {
    display: flex;
    align-items: center;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature_item_one {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .feature_item_one {
        height: 200px;
    }
}

.feature_item_one h5 {
    color: #fff;
    font-size: 90px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 60px;
    color: transparent;
    -webkit-text-stroke: 0.8px #fffbfb;
    -webkit-text-stroke-width: 1px;
    letter-spacing: -2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature_item_one h5 {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .feature_item_one h5 {
        font-size: 50px;
    }
}

.slick-list {
    z-index: 1;
}

/* 30. Team CSS  */
#team-2 .single-team-item {
    margin-bottom: 50px;
}

#team-2 .single-team-item .team-info {
    display: block;
}

#team-2 .single-team-item .team-info h5 {
    font-size: 24px;
    margin-top: 15px;
}

#team-2 .single-team-item .team-info hr {
    margin: 8px 0;
}

#team-2 .single-team-item .team-info p {
    margin: 0;
}

#team-2 .single-team-item .social-icon {
    font-size: 18px;
}

#team-2 .single-team-item .social-icon a i {
    font-size: 18px;
    margin-right: 10px;
    color: #777;
    margin-top: 5px;
}

#team-2 .single-team-item .social-icon a i:hover {
    color: #333;
}

.card:hover {
    transform: translateY(-5px);
    transition: 0.3s ease-in-out;
}

@media (max-width: 767px) {
    #team-2 .team-section.pb-60 {
        padding-bottom: 0;
    }
}

/* 31. Footer Area CSS  */

.footer-area a {
    transition: 0.3s;
    text-decoration: none;
}

.footer-area a:hover {
    color: #f5a623;
    text-decoration: underline;
}

.footer-area img {
    max-width: 100%;
    height: auto;
}

.footer-area {
    background: #0a0a0a;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area {
        padding: 100px 50px;
    }
}

@media (max-width: 767px) {
    .footer-area {
        padding: 50px 30px;
        margin-top: 0;
    }
}

.footer-area .logo {
    height: 90px;
    display: flex;
    align-items: center;
    padding-right: 30px;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer-area h5 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0;
}

.footer-area p {
    margin-top: 5px;
    color: #fbfbfb;
}

.footer-area ul li a {
    font-size: 15px;
    display: block;
    color: #ffffff;
    padding: 10px 0;
    position: relative;
}

@media (max-width: 767px) {
    .footer-area ul li a {
        padding: 6px 0;
    }
}

.footer-area ul li a:hover {
    opacity: 0.5;
}

.footer-up {
    padding: 80px 0;
}

.footer-up .social-area i {
    color: #eee;
    font-size: 20px;
    margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-up {
        padding-bottom: 0;
        padding-top: 0;
    }
}

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

.footer-bottom {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
    background: #0a0a0a;
    border-top: 1px solid #222;
}

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

@media (max-width: 767px) {
    .footer-bottom {
        text-align: center;
    }
}

.company-email {
    margin-bottom: 15px;
}

.company-email p {
    margin: 0;
}

.company-email a {
    color: #f6f6f6;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}

.company-email a:hover {
    color: #fff;
}

.phone-number {
    margin-bottom: 15px;
}

.phone-number p {
    margin: 0;
}

.phone-number a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.footer-two ul li a {
    color: #fff;
}

@media (max-width: 767px) {
    .footer-area p br {
        display: none;
    }
}

/* 32. Breadcrumb
-----------------*/
.breadcrumb-bg {
    background-image: url(../img/breadcrumb/service-bg.jpg);
}

.breadcrumb-bg.about-bg {
    background-image: url(../img/about/dw1.png);
}

.breadcrumb-bg.service-bg {
    background-image: url(../img/breadcrumb/service-bg.jpg);
}

.breadcrumb-bg.team-bg {
    background-image: url(../img/breadcrumb/team-bg.jpeg);
}

.breadcrumb-bg.price-bg {
    background-image: url(../img/breadcrumb/price-bg.jpg);
}

.breadcrumb-bg.testimonial-bg {
    background-image: url(../img/breadcrumb/testimonial-bg.jpg);
}

.breadcrumb-bg.process-bg {
    background-image: url(../img/breadcrumb/process-bg.jpg);
}

.breadcrumb-bg.project-bg {
    background-image: url(../img/project/project-bg/bg-ourproj.jpg);
}

.breadcrumb-bg.blog-bg {
    background-image: url(../img/breadcrumb/blog-bg.jpg);
}

.breadcrumb-bg.contact-bg {
    background-image: url(../img/contact-us/contact-bg.png);
    background-size: cover;
    /* cover ensures it fills container while maintaining aspect ratio */
    background-position: center center;
    /* center image horizontally & vertically */
    background-repeat: no-repeat;
}

.breadcrumb-bg {
    background-image: url(../img/breadcrumb/common-bg.jpg);
    height: 480px;
    background-size: cover;
    background-position: center bottom;
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.breadcrumb-bg .breadcrumb-title {
    position: relative;
    z-index: 999;
}

.breadcrumb-bg .breadcrumb-title h1 {
    font-size: 65px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #fff;
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-bg .breadcrumb-title h1 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
    .breadcrumb-bg .breadcrumb-title h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-bg .breadcrumb-title h1 {
        font-size: 40px;
    }
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #a39d9d;
    font-size: 17px;
}

.breadcrumb-item.active {
    color: #333;
    font-size: 17px;
    font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #a39d9d !important;
}

.breadcrumb-bg h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
}

.breadcrumb-bg.white-bg {
    padding-top: 60px;
}

.breadcrumb-bg.white-bg h1 {
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.breadcrumb-bg.white-bg i {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

/* 33. Contact CSS  */
/* CSS */
.modern-contact {
    padding: 80px 0;
    background-color: #f8f9fa;
    font-family: "Poppins", sans-serif;
}

.modern-contact .section-heading {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.modern-contact .section-heading span {
    color: #f2b800;
    /* accent color */
}

.contact-info-box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.info-item .icon {
    font-size: 28px;
    color: #f2b800;
    margin-right: 20px;
}

.info-text p {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.info-text h4 {
    margin: 5px 0 0;
    font-size: 18px;
    color: #333;
}

.social-links {
    margin-top: 30px;
}

.social-links .social {
    font-size: 18px;
    color: #555;
    margin-right: 20px;
    transition: color 0.3s;
}

.social-links .social:hover {
    color: #f2b800;
}

.form-box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.modern-form {
    display: flex;
    flex-direction: column;
}

.modern-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.modern-form .form-row > * {
    flex: 1;
    min-width: 0;
}

.modern-form .form-row input.form-control,
.modern-form .form-row select.form-control {
    width: 100%;
}

.modern-form textarea.form-control {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical;
}

.modern-form .form-control {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    color: rgb(168, 168, 168);
    box-sizing: border-box;
    height: 48px;
    display: flex;
    align-items: center;
}

.modern-form .form-control::placeholder {
    color: #a8a8a8;
    opacity: 1;
}

.modern-form input.form-control::placeholder {
    color: #a8a8a8;
}

.modern-form select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    padding-right: 40px;
    cursor: pointer;
    height: 48px;
}

.modern-form select.form-control option {
    padding: 10px;
    color: #333;
    background-color: #fff;
}

.btn-submit {
    background-color: #f2b800;
    color: #fff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    align-self: flex-start;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #e0a500;
}

.modern-map iframe {
    width: 100%;
    height: 400px;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    .modern-form .form-row {
        flex-direction: column;
    }

    .modern-form .form-row input.form-control,
    .modern-form .form-row select.form-control {
        width: 100%;
    }

    .modern-form .form-control {
        width: 100%;
    }

    .btn-submit {
        align-self: center;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .contact-section iframe {
        max-width: calc(100% - 0px);
    }
}

.contact-section .single-contact-info {
    border-bottom: 1px solid #ddd;
}

.contact-section .single-contact-info p {
    margin: 0;
}

.contact-section .single-contact-info h4 {
    margin: 0 0 15px;
}

@media (max-width: 767px) {
    .contact-section .single-contact-info h4 {
        font-size: 18px;
    }
}

.contact-section .social-area {
    margin-top: 30px;
}

.contact-section .social-area a {
    background: #9f9f9d;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.contact-section .social-area a i {
    font-size: 14px;
    margin-right: 0;
}

.contact-section .contact-info {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
}

@media (max-width: 767.98px) {
    .contact-info-box {
        padding: 20px 16px;
        text-align: center;
    }

    .contact-info-box .info-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .contact-info-box .icon {
        font-size: 26px;
        margin: 0 0 10px 0;
    }

    .contact-info-box .info-text h4 {
        font-size: 16px;
    }

    .contact-info-box .info-text p {
        font-size: 13px;
    }

    .social-links {
        justify-content: center;
    }

    .social-links .social {
        margin-right: 15px;
        font-size: 18px;
    }

    .section-heading {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    .form-box .section-heading {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .contact-section .contact-info {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .contact-section img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
}

/* Enhanced Contact Section Styles */
.enhanced-box {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.enhanced-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.section-header-wrapper {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f0f0f0;
}

.section-subtitle {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 12px;
    margin-bottom: 0;
}

.info-items-wrapper {
    margin-bottom: 30px;
}

.enhanced-item {
    padding: 20px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.enhanced-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #f2b800 0%, #e0a500 100%);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.enhanced-item:hover {
    border-color: #f2b800;
    box-shadow: 0 4px 15px rgba(242, 184, 0, 0.1);
    transform: translateX(5px);
}

.enhanced-item:hover::before {
    transform: scaleY(1);
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f2b800 0%, #e0a500 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(242, 184, 0, 0.25);
    transition: all 0.3s ease;
}

.enhanced-item:hover .icon-wrapper {
    transform: rotate(5deg) scale(1.05);
    box-shadow: 0 6px 20px rgba(242, 184, 0, 0.35);
}

.icon-wrapper .icon {
    color: #fff;
    font-size: 24px;
    margin: 0;
}

.info-label {
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 8px;
}

.info-text h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.info-link {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
}

.info-link:hover {
    color: #f2b800;
}

.social-section {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
}

.social-title {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 15px;
}

.enhanced-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-size: 18px;
}

.social-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.social-link:hover::before {
    width: 300px;
    height: 300px;
}

.social-facebook {
    background: linear-gradient(135deg, #1877f2 0%, #0d5fcc 100%);
    color: #fff;
}

.social-instagram {
    background: linear-gradient(135deg, #e4405f 0%, #c13584 50%, #833ab4 100%);
    color: #fff;
}

.social-linkedin {
    background: linear-gradient(135deg, #0077b5 0%, #005885 100%);
    color: #fff;
}

.social-skype {
    background: linear-gradient(135deg, #00aff0 0%, #0088cc 100%);
    color: #fff;
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.social-link i {
    position: relative;
    z-index: 1;
}

.enhanced-form-box {
    position: relative;
    overflow: hidden;
}

.form-header {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f0f0f0;
}

.form-subtitle {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 12px;
    margin-bottom: 0;
}

.enhanced-form .form-group {
    margin-bottom: 25px;
}

.enhanced-form .form-row .form-group {
    margin-bottom: 25px;
}

.form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.enhanced-input {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fff;
    font-family: inherit;
}

.enhanced-input:focus {
    outline: none;
    border-color: #f2b800;
    box-shadow: 0 0 0 4px rgba(242, 184, 0, 0.1);
    background: #fff;
}

.enhanced-input::placeholder {
    color: #999;
    font-style: italic;
}

.enhanced-textarea {
    min-height: 140px;
    resize: vertical;
    font-family: inherit;
    line-height: 1.6;
}

.enhanced-btn {
    background: linear-gradient(135deg, #f2b800 0%, #e0a500 100%);
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(242, 184, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.enhanced-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.enhanced-btn:hover::before {
    width: 300px;
    height: 300px;
}

.enhanced-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(242, 184, 0, 0.4);
}

.enhanced-btn:active {
    transform: translateY(0);
}

.enhanced-btn span,
.enhanced-btn i {
    position: relative;
    z-index: 1;
}

.map-section-wrapper {
    margin-top: 50px;
}

.map-header {
    text-align: center;
    margin-bottom: 30px;
}

.map-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.map-title span {
    color: #f2b800;
}

.map-subtitle {
    color: #666;
    font-size: 15px;
    margin: 0;
}

.modern-map {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modern-map:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.modern-map iframe {
    width: 100%;
    height: 450px;
    border: 0;
    display: block;
}

/* Responsive Enhancements */
@media (max-width: 992px) {
    .enhanced-form .form-row {
        flex-direction: column;
    }

    .enhanced-btn {
        width: 100%;
        justify-content: center;
    }

    .section-header-wrapper,
    .form-header {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .enhanced-box {
        margin-bottom: 30px;
    }

    .enhanced-item {
        padding: 15px;
        text-align: center;
    }

    .icon-wrapper {
        margin: 0 auto 15px;
    }

    .info-text {
        text-align: center;
    }

    .enhanced-social {
        justify-content: center;
    }

    .map-title {
        font-size: 24px;
    }

    .modern-map iframe {
        height: 350px;
    }
}

@media (max-width: 575px) {
    .section-subtitle,
    .form-subtitle {
        font-size: 14px;
    }

    .enhanced-input {
        padding: 14px 16px;
        font-size: 14px;
    }

    .enhanced-btn {
        padding: 14px 30px;
        font-size: 14px;
    }

    .modern-map iframe {
        height: 300px;
    }
}

/* 34. Feature CSS */
.single-feature-item {
    margin-bottom: 30px;
}

.single-feature-item p {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-wrap {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .feature-wrap {
        margin-top: 10px;
    }
}

.single-feat-inner {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .single-feat-inner {
        flex-direction: column;
        margin-bottom: 0;
    }
}

.single-feat-inner .icon-wrap i:before {
    font-size: 40px;
}

.icon-wrap {
    width: 40px;
}

.feature-section h6 {
    background: #ddd;
}

/* 35. Price CSS */
.single-price-item {
    margin-top: 50px;
    transition: 0.3s;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 30px 10px;
    min-height: 600px;
    margin-bottom: 30px;
}

.single-price-item h5 {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    margin: 20px 0 0;
}

.single-price-item p {
    margin: 40px 0px;
}

.single-price-item .bordered-btn {
    color: #333;
    border-color: #333;
}

.price-box {
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
}

.price-box h3 {
    font-size: 40px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .price-box h3 {
        font-size: 35px;
    }
}

.price-box h3 span {
    font-size: 16px;
}

.price-list {
    margin-top: 40px;
}

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

.price-list ul li {
    display: block;
    margin: 20px 0;
    color: #878787;
    font-size: 16px;
    position: relative;
    transition: 0.3s;
    padding-left: 30px;
}

.price-list ul li i {
    margin-right: 15px;
    position: absolute;
    top: 4px;
    left: 0;
}

#price_page .section-title h1 {
    font-size: 80px;
    font-weight: 500;
    line-height: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #price_page .section-title h1 {
        font-size: 70px;
        line-height: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #price_page .section-title h1 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 767px) {
    #price_page .section-title h1 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
    #price_page .section-title h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

#price_page .hero-area-inner {
    padding: 80px 0 40px;
}

#price_page .hero-area-content p {
    padding-left: 400px;
    text-align: justify;
    margin-top: -25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #price_page .hero-area-content p {
        padding-left: 0;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    #price_page .hero-area-content p {
        padding-left: 0;
        margin-top: 50px;
        text-align: left;
    }
}

@media (max-width: 767px) {
    #price_page .section-title h1 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .pricing-section.pb-90 {
        padding-bottom: 0;
    }
}

/* 36. Award CSS  */
.award-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.award-wrap {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.single-award-item {
    display: flex;
    align-items: end;
}

@media (max-width: 767px) {
    .single-award-item {
        margin-bottom: 30px;
    }
}

.single-award-item p {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .single-award-item p {
        margin-bottom: 0;
    }
}

.single-award-item h3 {
    line-height: 1;
}

.award-icon {
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.award-icon i {
    font-size: 20px;
    transform: rotate(-45deg);
}

.award-info {
    padding-left: 30px;
}

.award-info h3 {
    font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .award-info h3 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .award-info h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .award-info h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .award-section {
        padding-bottom: 50px;
    }
}

/* 37. Timeline Section CSS  */
.timeline-wrapper {
    position: relative;
    z-index: 1;
}

.timeline-item:not(:last-child) {
    padding-bottom: 20px;
}

.timeline-line-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
}

@media (max-width: 767px) {
    .timeline-line-wrap {
        display: none;
    }
}

span.timeline-line {
    background: #ddd;
    display: block;
    height: 100%;
}

.timeline-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    position: relative;
    z-index: 1;
}

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

.timeline-img-wrap {
    width: 50%;
    flex-shrink: 0;
    text-align: right;
    padding: 0 10% 0 0;
}

@media (max-width: 767px) {
    .timeline-img-wrap {
        width: 100%;
        padding: 0;
    }
}

.timeline-img-wrap img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.timeline-content-wrap {
    width: 50%;
    padding: 0 0 0 10%;
}

@media (max-width: 767px) {
    .timeline-content-wrap {
        width: 100%;
        padding: 0;
        margin-top: 20px;
        text-align: center;
    }
}

.timeline-item.reverse .timeline-content-wrap {
    padding: 0 10% 0 0;
    text-align: end;
}

@media (max-width: 767px) {
    .timeline-item.reverse .timeline-content-wrap {
        padding: 0;
        margin-top: 20px;
        text-align: center;
    }
}

.timeline-item.reverse .timeline-img-wrap {
    padding: 0 0 0 10%;
}

@media (max-width: 767px) {
    .timeline-item.reverse .timeline-img-wrap {
        padding: 0;
    }
}

h5.timeline-title {
    margin: 15px 0;
    font-size: 22px;
}

@media (max-width: 767px) {
    h5.timeline-title {
        margin-top: 5px;
    }
}

.time-line-point-wrap {
    position: absolute;
    color: #fff;
    font-size: 1em;
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

@media (max-width: 767px) {
    .time-line-point-wrap {
        display: none;
    }
}

.time-line-point {
    background-color: #272727;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

/*
Custonm css
 */

.about_video {
    width: 100%;
    height: 550px;
    display: block;
}

@media (max-width: 480px) {
    .about_video {
        width: 100%;
        height: 370px;
        display: block;
    }
}

@media (max-width: 600px) {
    .header-area .logo {
        width: 120px;
    }
}

.project-list-content .mb-3 {
    max-width: 500px;
}

.btn.btn-warning:hover,
.btn.btn-outline-warning:hover {
    color: white !important;
}

@keyframes fadeInUpBounce {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    60% {
        opacity: 1;
        transform: translateY(-5px);
    }

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

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

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

@keyframes luxuryGlow {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.8);
        filter: drop-shadow(0 0 0 rgba(255, 215, 0, 0));
    }

    50% {
        transform: translateY(-10px) scale(1.08);
        filter: drop-shadow(0 0 25px rgba(255, 215, 0, 0.9))
            drop-shadow(0 0 50px rgba(242, 184, 0, 0.7));
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: drop-shadow(0 0 20px rgba(255, 215, 0, 0.8))
            drop-shadow(0 0 40px rgba(242, 184, 0, 0.6))
            drop-shadow(0 0 60px rgba(255, 215, 0, 0.4));
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% center;
    }

    100% {
        background-position: 200% center;
    }
}

.section-title .hero-title-animated {
    font-weight: 900 !important;
    overflow: hidden;
}

.hero-title-animated {
    position: relative;
}

.hero-title-animated .title-word {
    display: inline-block;
    opacity: 0;
    animation: fadeInUpBounce 0.6s ease-out forwards;
    margin-right: 0.3em;
}

.hero-title-animated .title-word:nth-child(1) {
    animation-delay: 0.1s;
}

.hero-title-animated .title-word:nth-child(2) {
    animation-delay: 0.2s;
}

.hero-title-animated .title-word:nth-child(3) {
    animation-delay: 0.3s;
}

.hero-title-animated .title-word:nth-child(4) {
    animation-delay: 0.4s;
}

.hero-title-animated .title-word:nth-child(5) {
    animation-delay: 0.5s;
}

/* Hero Background Fullscreen */
.hero-bg-fullscreen {
    background-image: url("/assets/img/background-hero-sec/hero.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 85vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}

/* Override existing pseudo-element */
#home-3.hero-area.hero-bg-fullscreen::before,
#home-3.hero-bg-fullscreen::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 1 !important;
    background-image: none !important;
    display: block !important;
}

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

.hero-bg-fullscreen .hero-content-wrap {
    color: #fff;
    padding: 20px 0;
}

.hero-bg-fullscreen .hero-title-animated .title-word {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-bg-fullscreen .section-title {
    margin-bottom: 30px;
}

.hero-bg-fullscreen .section-title h1 {
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 20px;
}

.hero-bg-fullscreen .section-title h6 {
    color: #fff !important;
    background: linear-gradient(
        135deg,
        rgba(78, 181, 72, 0.9) 0%,
        rgba(242, 184, 0, 0.9) 100%
    ) !important;
    border: 2px solid rgba(242, 184, 0, 0.8);
    backdrop-filter: blur(10px);
    margin-right: 15px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
    box-shadow: 0 4px 15px rgba(242, 184, 0, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 13px;
}

.hero-bg-fullscreen .section-title h6:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(242, 184, 0, 0.5);
    background: linear-gradient(
        135deg,
        rgba(78, 181, 72, 1) 0%,
        rgba(242, 184, 0, 1) 100%
    ) !important;
}

.hero-bg-fullscreen .section-title h6:first-of-type {
    background: linear-gradient(
        135deg,
        rgba(78, 181, 72, 0.9) 0%,
        rgba(78, 181, 72, 0.7) 100%
    ) !important;
    border-color: rgba(78, 181, 72, 0.8);
    box-shadow: 0 4px 15px rgba(78, 181, 72, 0.3);
}

.hero-bg-fullscreen .section-title h6:first-of-type:hover {
    box-shadow: 0 6px 20px rgba(78, 181, 72, 0.5);
    background: linear-gradient(
        135deg,
        rgba(78, 181, 72, 1) 0%,
        rgba(78, 181, 72, 0.9) 100%
    ) !important;
}

.hero-bg-fullscreen .section-title h6:last-of-type {
    background: linear-gradient(
        135deg,
        rgba(242, 184, 0, 0.9) 0%,
        rgba(242, 184, 0, 0.7) 100%
    ) !important;
    border-color: rgba(242, 184, 0, 0.8);
    box-shadow: 0 4px 15px rgba(242, 184, 0, 0.3);
}

.hero-bg-fullscreen .section-title h6:last-of-type:hover {
    box-shadow: 0 6px 20px rgba(242, 184, 0, 0.5);
    background: linear-gradient(
        135deg,
        rgba(242, 184, 0, 1) 0%,
        rgba(242, 184, 0, 0.9) 100%
    ) !important;
}

.hero-bg-fullscreen p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 18px;
    line-height: 1.8;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    max-width: 700px;
    margin: 0 auto;
    font-weight: 400;
}

.hero-bg-fullscreen .theme-btn {
    background: linear-gradient(135deg, #4eb548 0%, #5fc559 50%, #4eb548 100%);
    border: 2px solid rgba(78, 181, 72, 0.5);
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 18px 40px;
    box-shadow: 0 4px 20px rgba(78, 181, 72, 0.4);
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.hero-bg-fullscreen .theme-btn:hover {
    background: linear-gradient(135deg, #5fc559 0%, #4eb548 50%, #5fc559 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(78, 181, 72, 0.6);
    border-color: rgba(78, 181, 72, 0.8);
}

/* Enhanced Hero Section Styles */
.hero-section-title {
    position: relative;
}

.hero-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.hero-badge::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.5s;
}

.hero-badge:hover::before {
    left: 100%;
}

.hero-badge i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.hero-badge:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.hero-badge:hover i {
    transform: scale(1.2) rotate(5deg);
}

.badge-primary {
    background: linear-gradient(
        135deg,
        rgba(78, 181, 72, 0.95) 0%,
        rgba(78, 181, 72, 0.85) 100%
    );
    border-color: rgba(78, 181, 72, 0.6);
}

.badge-primary:hover {
    background: linear-gradient(
        135deg,
        rgba(78, 181, 72, 1) 0%,
        rgba(94, 197, 89, 1) 100%
    );
    box-shadow: 0 8px 30px rgba(78, 181, 72, 0.5);
}

.badge-secondary {
    background: linear-gradient(
        135deg,
        rgba(242, 184, 0, 0.95) 0%,
        rgba(242, 184, 0, 0.85) 100%
    );
    border-color: rgba(242, 184, 0, 0.6);
}

.badge-secondary:hover {
    background: linear-gradient(
        135deg,
        rgba(242, 184, 0, 1) 0%,
        rgba(255, 215, 0, 1) 100%
    );
    box-shadow: 0 8px 30px rgba(242, 184, 0, 0.5);
}

/* Enhanced Title Styling */
.hero-section-title .hero-title-animated {
    font-size: 85px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -2px;
    margin: 25px 0;
    text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.3em;
}

.hero-section-title .hero-title-animated .title-word {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.6),
        0 0 30px rgba(255, 255, 255, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center;
}

.hero-section-title .hero-title-animated .title-word-main {
    font-weight: 800;
    font-size: 1.1em;
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
    position: relative;
}

.hero-section-title .hero-title-animated .title-word-main::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ffd700, transparent);
    transition: width 0.5s ease;
}

.hero-section-title .hero-title-animated .title-word:hover {
    transform: translateY(-5px) scale(1.05);
    text-shadow: 2px 5px 25px rgba(0, 0, 0, 0.8),
        0 0 60px rgba(255, 255, 255, 0.3);
}

.hero-section-title .hero-title-animated .title-word-main:hover::after {
    width: 100%;
}

.hero-section-title .hero-title-animated .luxury-text:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 25px rgba(255, 215, 0, 0.9));
    animation: luxuryGlow 1s ease-in-out infinite;
}

@keyframes luxuryShimmer {
    0% {
        background-position: 0% 50%;
    }

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

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

@keyframes luxuryPulse {
    0%,
    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 20px rgba(255, 215, 0, 0.8))
            drop-shadow(0 0 40px rgba(242, 184, 0, 0.6))
            drop-shadow(0 0 60px rgba(255, 215, 0, 0.4));
    }

    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 30px rgba(255, 215, 0, 1))
            drop-shadow(0 0 60px rgba(242, 184, 0, 0.8))
            drop-shadow(0 0 90px rgba(255, 215, 0, 0.6));
    }
}

@keyframes luxuryBlur {
    0%,
    100% {
        opacity: 0.4;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.02);
    }
}

@keyframes luxuryUnderline {
    0% {
        width: 0;
        opacity: 0;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

@keyframes luxuryLineGlow {
    0%,
    100% {
        box-shadow: 0 0 10px rgba(255, 215, 0, 0.8),
            0 0 20px rgba(242, 184, 0, 0.6);
        opacity: 0.8;
    }

    50% {
        box-shadow: 0 0 20px rgba(255, 215, 0, 1),
            0 0 40px rgba(242, 184, 0, 0.9), 0 0 60px rgba(255, 215, 0, 0.7);
        opacity: 1;
    }
}

@keyframes underlineGlow {
    0%,
    100% {
        opacity: 0.5;
        transform: scaleX(0.8);
    }

    50% {
        opacity: 1;
        transform: scaleX(1);
    }
}

/* Hero Subtitle Line */
.hero-subtitle-line {
    width: 120px;
    height: 4px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(242, 184, 0, 0.8),
        rgba(78, 181, 72, 0.8),
        rgba(242, 184, 0, 0.8),
        transparent
    );
    margin: 30px auto;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.hero-subtitle-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.6),
        transparent
    );
    animation: lineShimmer 2s ease-in-out infinite;
}

@keyframes lineShimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* Enhanced Description */
.hero-description {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 20px !important;
    line-height: 1.9 !important;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4) !important;
    max-width: 750px !important;
    margin: 0 auto !important;
    font-weight: 400 !important;
    letter-spacing: 0.3px;
}

/* Enhanced CTA Button */
.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 45px !important;
    font-size: 16px !important;
    position: relative;
    overflow: hidden;
}

.hero-cta-btn span {
    position: relative;
    z-index: 2;
}

.hero-cta-btn i {
    font-size: 18px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.hero-cta-btn:hover i {
    transform: translateX(5px);
}

.hero-cta-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.hero-cta-btn:hover::before {
    width: 300px;
    height: 300px;
}

/* Responsive Styles */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-section-title .hero-title-animated {
        font-size: 70px;
        gap: 0.3em;
    }

    .hero-description {
        font-size: 18px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section-title .hero-title-animated {
        font-size: 55px;
        gap: 0.25em;
    }

    .hero-description {
        font-size: 17px !important;
    }

    .hero-badges {
        gap: 12px;
    }

    .hero-badge {
        padding: 10px 20px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .hero-section-title .hero-title-animated {
        font-size: 42px;
        line-height: 1.2;
        margin: 20px 0;
        gap: 0.2em;
        letter-spacing: -1px;
    }

    .hero-section-title .hero-title-animated .title-word-main {
        font-size: 1.05em;
    }

    .hero-section-title .hero-title-animated .luxury-text {
        font-size: 0.95em;
        letter-spacing: 2px;
        margin-left: 0.3em;
    }

    .hero-description {
        font-size: 16px !important;
        line-height: 1.7 !important;
        padding: 0 15px;
    }

    .hero-badges {
        gap: 10px;
        margin-bottom: 25px;
    }

    .hero-badge {
        padding: 8px 16px;
        font-size: 11px;
        gap: 6px;
    }

    .hero-badge i {
        font-size: 14px;
    }

    .hero-subtitle-line {
        width: 80px;
        height: 3px;
        margin: 25px auto;
    }

    .hero-cta-btn {
        padding: 16px 35px !important;
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
    .hero-section-title .hero-title-animated {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .hero-bg-fullscreen {
        background-attachment: scroll;
        height: 80vh;
    }

    #home-3.hero-area.hero-bg-fullscreen::before,
    #home-3.hero-bg-fullscreen::before {
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: rgba(0, 0, 0, 0.5) !important;
        z-index: 1 !important;
        background-image: none !important;
        display: block !important;
    }

    .hero-bg-fullscreen .section-title h6 {
        font-size: 11px;
        padding: 8px 15px;
        margin-right: 10px;
    }

    .hero-bg-fullscreen p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .hero-bg-fullscreen {
        height: 70vh;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #home-3.hero-area.hero-bg-fullscreen::before,
    #home-3.hero-bg-fullscreen::before {
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: rgba(0, 0, 0, 0.5) !important;
        z-index: 1 !important;
        background-image: none !important;
        display: block !important;
    }

    .hero-bg-fullscreen .section-title h6 {
        font-size: 10px;
        padding: 6px 12px;
        margin-right: 8px;
        margin-bottom: 10px;
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-bg-fullscreen .section-title h6:first-of-type {
        margin-bottom: 10px;
    }

    .hero-bg-fullscreen .section-title h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .hero-bg-fullscreen p {
        font-size: 15px;
        padding: 0 15px;
    }

    .hero-bg-fullscreen .theme-btn {
        padding: 15px 30px;
        font-size: 13px;
    }
}

/* Custom Loader Styles */
#loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1d1e21 0%, #2a2b2e 100%);
}

.loader-content {
    text-align: center;
    z-index: 1001;
}

.loader-logo {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-logo img {
    width: 200px;
    height: auto;
    max-width: 100%;
    animation: loaderLogoPulse 1.5s ease-in-out infinite;
    transform-origin: center center;
    will-change: transform;
    position: relative;
}

@keyframes loaderLogoPulse {
    0%,
    100% {
        opacity: 1;
        transform: translate(0, 0) scale(1) !important;
    }
    50% {
        opacity: 0.8;
        transform: translate(0, 0) scale(1.05) !important;
    }
}

.loader-subtitle {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 8px;
    margin-top: 10px;
    opacity: 0.8;
}

.loader-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(242, 184, 0, 0.2);
    border-top: 4px solid #f2b800;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 30px auto;
}

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

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

@keyframes pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

/* Popup close button styling */
.close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #f2b800;
    color: #000;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10000;
}

.close-btn:hover {
    background: #ffc800;
    transform: rotate(90deg);
}

/* Modern Projects Section Styles */
.projects-section-modern {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.projects-section-modern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
            circle at 20% 50%,
            rgba(242, 184, 0, 0.03) 0%,
            transparent 50%
        ),
        radial-gradient(
            circle at 80% 80%,
            rgba(78, 181, 72, 0.03) 0%,
            transparent 50%
        );
    pointer-events: none;
}

.projects-section-header {
    position: relative;
    z-index: 1;
}

.projects-main-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: 2px;
    color: #1d1e21;
}

.projects-title-accent {
    color: #f2b800;
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
}

.projects-subtitle {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.project-card-modern {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.project-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(242, 184, 0, 0.25);
}

.project-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 320px;
    background: #f0f0f0;
}

.project-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.project-card-modern:hover .project-image-wrapper img {
    transform: scale(1.15) rotate(2deg);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(242, 184, 0, 0.9) 0%,
        rgba(78, 181, 72, 0.9) 100%
    );
    opacity: 0;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-card-modern:hover .project-overlay {
    opacity: 1;
}

.project-overlay-content {
    text-align: center;
    transform: translateY(20px);
    transition: all 0.4s ease 0.1s;
}

.project-card-modern:hover .project-overlay-content {
    transform: translateY(0);
}

.project-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #1d1e21;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
}

.project-view-btn:hover {
    background: #1d1e21;
    color: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.project-view-btn i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.project-view-btn:hover i {
    transform: translateX(5px);
}

.project-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    padding: 10px 18px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 5px 20px rgba(242, 184, 0, 0.4);
    z-index: 2;
    backdrop-filter: blur(10px);
}

.project-badge.badge-interior {
    background: linear-gradient(135deg, #4eb548 0%, #5fc559 100%);
    box-shadow: 0 5px 20px rgba(78, 181, 72, 0.4);
}

.badge-icon {
    font-size: 16px;
    color: #1d1e21;
}

.badge-text {
    font-size: 12px;
    font-weight: 700;
    color: #1d1e21;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.project-content-modern {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

.project-meta-modern {
    margin-bottom: 15px;
}

.project-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #999;
    font-weight: 500;
}

.project-date i {
    color: #f2b800;
    font-size: 14px;
}

.project-title-modern {
    margin-bottom: 15px;
    flex: 1;
}

.project-title-modern a {
    font-size: 24px;
    font-weight: 700;
    color: #1d1e21;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 1.4;
    display: block;
}

.project-title-modern a:hover {
    color: #f2b800;
    transform: translateX(5px);
}

.project-location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 15px;
    font-weight: 500;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.project-location i {
    color: #4eb548;
    font-size: 16px;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .projects-main-title {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .projects-main-title {
        font-size: 36px;
    }

    .projects-subtitle {
        font-size: 16px;
    }

    .project-image-wrapper {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .projects-main-title {
        font-size: 32px;
        letter-spacing: 1px;
    }

    .projects-subtitle {
        font-size: 15px;
    }

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

    .project-content-modern {
        padding: 25px 20px;
    }

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

    .project-badge {
        top: 15px;
        right: 15px;
        padding: 8px 15px;
    }

    .badge-text {
        font-size: 11px;
    }
}

/* Modern CTA Section Styles */
.cta-section-modern {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.cta-background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cta-background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 0% center;
    background-repeat: no-repeat;
    transform: scale(1.1);
    transition: transform 10s ease-out;
}

.cta-section-modern:hover .cta-background-image {
    transform: scale(1.15);
}

.cta-overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgb(7 106 1) 0%,
        rgb(9 102 4 / 9%) 50%,
        rgb(11 106 5 / 27%) 100%
    );
    z-index: 2;
}

.cta-content-wrapper {
    position: relative;
    z-index: 3;
}

.cta-card-modern {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
}

.cta-card-modern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4eb548 0%, #f2b800 50%, #4eb548 100%);
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
}

.cta-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 70px rgba(242, 184, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}

.cta-card-inner {
    padding: 50px 60px;
    position: relative;
}

.cta-content-modern {
    position: relative;
}

.cta-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(242, 184, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.cta-icon-wrapper::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

.cta-icon-wrapper i {
    font-size: 36px;
    color: #1d1e21;
    position: relative;
    z-index: 1;
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.cta-title-modern {
    font-size: 42px;
    font-weight: 800;
    color: #1d1e21;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.cta-title-accent {
    color: #f2b800;
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.cta-description-modern {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 400;
}

.cta-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cta-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.cta-feature-item i {
    color: #4eb548;
    font-size: 20px;
    flex-shrink: 0;
}

.cta-button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.cta-button-modern {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #4eb548 0%, #5fc559 100%);
    color: #ffffff;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(78, 181, 72, 0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 2px solid transparent;
}

.cta-button-modern:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 40px rgba(78, 181, 72, 0.6);
    background: linear-gradient(135deg, #5fc559 0%, #4eb548 100%);
    color: #ffffff;
}

.cta-button-text {
    position: relative;
    z-index: 2;
}

.cta-button-icon {
    position: relative;
    z-index: 2;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.cta-button-modern:hover .cta-button-icon {
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(5px);
}

.cta-button-icon i {
    font-size: 16px;
}

.cta-button-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.5s ease;
}

.cta-button-modern:hover .cta-button-shine {
    left: 100%;
}

.cta-button-note {
    font-size: 13px;
    color: #666;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
    font-weight: 500;
}

.cta-button-note i {
    color: #f2b800;
    font-size: 14px;
}

/* CTA Decorative Shapes */
.cta-decorative-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

.cta-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    animation: float 6s ease-in-out infinite;
}

.cta-shape-1 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    top: 10%;
    right: 5%;
    animation-delay: 0s;
}

.cta-shape-2 {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #4eb548 0%, #5fc559 100%);
    bottom: 15%;
    left: 8%;
    animation-delay: 2s;
}

.cta-shape-3 {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    top: 50%;
    right: 15%;
    animation-delay: 4s;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

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

/* CTA Right Content */
.cta-right-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.cta-visual-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* CTA Stats Grid */
.cta-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.cta-stat-item {
    background: linear-gradient(
        135deg,
        rgba(242, 184, 0, 0.1) 0%,
        rgba(255, 215, 0, 0.05) 100%
    );
    border: 2px solid rgba(242, 184, 0, 0.2);
    border-radius: 20px;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.cta-stat-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.5s ease;
}

.cta-stat-item:hover::before {
    left: 100%;
}

.cta-stat-item:hover {
    transform: translateY(-5px);
    border-color: rgba(242, 184, 0, 0.4);
    box-shadow: 0 10px 30px rgba(242, 184, 0, 0.2);
}

.cta-stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(242, 184, 0, 0.3);
}

.cta-stat-icon i {
    font-size: 28px;
    color: #1d1e21;
}

.cta-stat-content {
    flex: 1;
}

.cta-stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #1d1e21;
    line-height: 1;
    margin-bottom: 5px;
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-stat-label {
    font-size: 13px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* CTA Trust Badges */
.cta-trust-badges {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cta-badge-item {
    background: rgba(78, 181, 72, 0.1);
    border: 2px solid rgba(78, 181, 72, 0.2);
    border-radius: 15px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.cta-badge-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.5s ease;
}

.cta-badge-item:hover::before {
    left: 100%;
}

.cta-badge-item:hover {
    transform: translateX(5px);
    border-color: rgba(78, 181, 72, 0.4);
    background: rgba(78, 181, 72, 0.15);
    box-shadow: 0 5px 20px rgba(78, 181, 72, 0.2);
}

.cta-badge-item i {
    font-size: 24px;
    color: #4eb548;
    flex-shrink: 0;
}

.cta-badge-item span {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.3px;
}

/* Responsive Styles for CTA */
@media (max-width: 1199px) {
    .cta-card-inner {
        padding: 45px 50px;
    }

    .cta-title-modern {
        font-size: 38px;
    }
}

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

    .cta-card-inner {
        padding: 40px 35px;
    }

    .cta-title-modern {
        font-size: 34px;
    }

    .cta-description-modern {
        font-size: 16px;
    }

    .cta-button-wrapper {
        align-items: center;
        margin-top: 20px;
    }

    .cta-button-note {
        justify-content: center;
    }

    .cta-right-content {
        margin-top: 30px;
        padding: 0;
    }

    .cta-stats-grid {
        gap: 15px;
    }

    .cta-stat-item {
        padding: 20px 15px;
    }

    .cta-stat-icon {
        width: 50px;
        height: 50px;
    }

    .cta-stat-icon i {
        font-size: 24px;
    }

    .cta-stat-number {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .cta-section-modern {
        padding: 60px 0;
        min-height: auto;
    }

    .cta-card-inner {
        padding: 35px 25px;
    }

    .cta-icon-wrapper {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .cta-icon-wrapper i {
        font-size: 30px;
    }

    .cta-title-modern {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .cta-description-modern {
        font-size: 15px;
        margin-bottom: 25px;
        text-align: left;
    }

    .cta-feature-item {
        font-size: 14px;
    }

    .cta-button-modern {
        padding: 16px 35px;
        font-size: 15px;
    }

    .cta-button-note {
        font-size: 12px;
    }

    .cta-right-content {
        margin-top: 25px;
        padding: 0;
    }

    .cta-visual-wrapper {
        gap: 20px;
    }

    .cta-stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .cta-stat-item {
        padding: 18px 15px;
    }

    .cta-stat-icon {
        width: 50px;
        height: 50px;
    }

    .cta-stat-icon i {
        font-size: 22px;
    }

    .cta-stat-number {
        font-size: 26px;
    }

    .cta-stat-label {
        font-size: 12px;
    }

    .cta-badge-item {
        padding: 15px 18px;
    }

    .cta-badge-item i {
        font-size: 20px;
    }

    .cta-badge-item span {
        font-size: 13px;
    }

    .cta-shape-1,
    .cta-shape-2,
    .cta-shape-3 {
        display: none;
    }
}

/* Modern Footer Styles */
.footer-modern {
    background: linear-gradient(180deg, #1d1e21 0%, #0f1011 100%);
    position: relative;
    overflow: hidden;
}

.footer-modern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #4eb548 0%, #f2b800 50%, #4eb548 100%);
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
}

.footer-top {
    padding: 80px 0 60px;
    position: relative;
    z-index: 1;
}

.footer-brand {
    margin-bottom: 20px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.footer-logo:hover {
    transform: scale(1.05);
}

.footer-logo-img {
    max-width: 180px;
    height: auto;
    filter: brightness(0) invert(1);
}

.footer-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 320px;
}

.footer-social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.social-icon:hover {
    transform: translateY(-3px);
    color: #ffffff;
    border-color: transparent;
}

.social-facebook:hover {
    background: linear-gradient(135deg, #1877f2 0%, #0d5fcc 100%);
    box-shadow: 0 5px 20px rgba(24, 119, 242, 0.4);
}

.social-instagram:hover {
    background: linear-gradient(
        135deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    box-shadow: 0 5px 20px rgba(225, 48, 108, 0.4);
}

.social-linkedin:hover {
    background: linear-gradient(135deg, #0077b5 0%, #005885 100%);
    box-shadow: 0 5px 20px rgba(0, 119, 181, 0.4);
}

.footer-widget {
    margin-bottom: 20px;
}

.footer-widget-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.footer-widget-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #f2b800 0%, #4eb548 100%);
    border-radius: 2px;
}

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

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

.footer-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-weight: 400;
}

.footer-link i {
    font-size: 12px;
    color: #f2b800;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: #f2b800;
    transform: translateX(5px);
    padding-left: 5px;
}

.footer-link:hover i {
    opacity: 1;
    transform: translateX(0);
}

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

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

.contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(242, 184, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #f2b800;
    font-size: 18px;
    transition: all 0.3s ease;
}

.footer-contact-item:hover .contact-icon {
    background: rgba(242, 184, 0, 0.2);
    transform: scale(1.1);
}

.contact-info {
    flex: 1;
    padding-top: 2px;
}

.contact-info span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
}

.footer-cta-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.footer-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    color: #1d1e21;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(242, 184, 0, 0.3);
    letter-spacing: 0.5px;
}

.footer-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(242, 184, 0, 0.5);
    background: linear-gradient(135deg, #ffd700 0%, #f2b800 100%);
    color: #1d1e21;
}

.footer-cta-button i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.footer-cta-button:hover i {
    transform: translateX(5px);
}

.footer-bottom-modern {
    background: linear-gradient(359deg, rgb(0 0 0) 0%, rgb(0 0 0 / 82%) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0px 0px 10px 0px;
    position: relative;
    overflow: hidden;
}

.footer-bottom-modern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(242, 184, 0, 0.3) 50%,
        transparent 100%
    );
}

.copyright-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.copyright-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.copyright-icon {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}

.copyright-year {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.copyright-accent {
    color: #f2b800;
    font-weight: 700;
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    letter-spacing: 0.5px;
}

.copyright-separator {
    color: rgba(255, 255, 255, 0.4);
    margin: 0 4px;
}

.copyright-rights {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    letter-spacing: 0.5px;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.footer-bottom-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 0;
}

.footer-bottom-link i {
    font-size: 14px;
    transition: all 0.3s ease;
    color: rgba(242, 184, 0, 0.6);
}

.footer-bottom-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #f2b800 0%, #4eb548 100%);
    transition: width 0.3s ease;
    border-radius: 2px;
}

.footer-bottom-link:hover {
    color: #f2b800;
    transform: translateY(-2px);
}

.footer-bottom-link:hover i {
    color: #f2b800;
    transform: scale(1.1);
}

.footer-bottom-link:hover::after {
    width: 100%;
}

.link-separator {
    color: rgba(255, 255, 255, 0.2);
    font-size: 14px;
    margin: 0 5px;
}

/* Responsive Styles for Footer */
@media (max-width: 991px) {
    .footer-top {
        padding: 60px 0 50px;
    }

    .footer-widget-title {
        font-size: 18px;
    }

    .footer-description {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .footer-top {
        padding: 50px 0 40px;
    }

    .footer-logo-img {
        max-width: 150px;
    }

    .footer-description {
        font-size: 14px;
        margin-bottom: 25px;
        text-align: start;
    }

    .footer-social-icons {
        gap: 12px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .footer-widget-title {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .footer-link {
        font-size: 14px;
    }

    .contact-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .contact-info span,
    .footer-cta-text {
        font-size: 14px;
        text-align: start;
    }

    .footer-cta-button {
        padding: 12px 25px;
        font-size: 14px;
    }

    .copyright-text,
    .footer-bottom-link {
        font-size: 13px;
    }

    .footer-bottom-modern {
        padding: 25px 0;
    }

    .copyright-wrapper {
        justify-content: center;
    }

    .footer-bottom-links {
        justify-content: center;
        margin-top: 15px;
    }

    .link-separator {
        display: none;
    }

    .copyright-text {
        justify-content: center;
        text-align: center;
    }
}

/* ============================================
   Modern Project List Styles
   ============================================ */

.project-item-modern {
    margin-bottom: 100px;
    padding: 20px 0;
}

@media (max-width: 991px) {
    .project-item-modern {
        margin-bottom: 60px;
    }
}

/* Project Image Container */
.project-list-img-modern {
    position: relative;
    padding: 0 15px;
}

.project-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #f5f5f5;
}

.project-image-container:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(242, 184, 0, 0.3);
}

.project-image {
    width: 100%;
    height: 550px;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}

.project-image-container:hover .project-image {
    transform: scale(1.1);
}

/* Image Overlay */
.project-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(242, 184, 0, 0.85) 0%,
        rgba(78, 181, 72, 0.85) 100%
    );
    opacity: 0;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.project-image-container:hover .project-image-overlay {
    opacity: 1;
}

.project-overlay-content {
    transform: translateY(20px);
    transition: all 0.4s ease 0.1s;
}

.project-image-container:hover .project-overlay-content {
    transform: translateY(0);
}

.project-view-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: #ffffff;
    color: #1d1e21;
    border-radius: 50%;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.project-view-link:hover {
    background: #1d1e21;
    color: #ffffff;
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

/* Location Badge on Image */
.project-badge-modern {
    position: absolute;
    top: 25px;
    left: 25px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 12px 20px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 2;
    font-weight: 600;
    font-size: 14px;
    color: #1d1e21;
    transition: all 0.3s ease;
}

.project-badge-modern i {
    color: #f2b800;
    font-size: 16px;
}

.project-image-container:hover .project-badge-modern {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(242, 184, 0, 0.3);
}

/* Project Content */
.project-list-content-modern {
    padding: 40px 30px;
    position: relative;
}

@media (max-width: 991px) {
    .project-list-content-modern {
        padding: 0px 0px;
        margin-top: 0px;
    }
}

/* Location Badge in Content */
.project-location-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    color: #1d1e21;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(242, 184, 0, 0.3);
    transition: all 0.3s ease;
}

.project-location-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(242, 184, 0, 0.4);
}

.project-location-badge i {
    font-size: 14px;
}

/* Modern Location Badge */
.project-location-badge-modern {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(242, 184, 0, 0.2);
    padding: 12px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(242, 184, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.project-location-badge-modern::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(242, 184, 0, 0.1),
        transparent
    );
    transition: left 0.5s ease;
}

.project-location-badge-modern:hover::before {
    left: 100%;
}

.project-location-badge-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(242, 184, 0, 0.2),
        0 0 0 1px rgba(242, 184, 0, 0.3);
    border-color: rgba(242, 184, 0, 0.4);
}

.location-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(242, 184, 0, 0.3);
    transition: all 0.3s ease;
}

.project-location-badge-modern:hover .location-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 16px rgba(242, 184, 0, 0.4);
}

.location-icon-wrapper i {
    font-size: 16px;
    color: #1d1e21;
}

.location-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.location-label {
    font-size: 11px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 1;
}

.location-name {
    font-size: 15px;
    font-weight: 700;
    color: #1d1e21;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

.project-location-badge-modern:hover .location-name {
    color: #f2b800;
    transition: color 0.3s ease;
}

/* Project Title */
.project-title-main {
    font-size: 48px;
    font-weight: 700;
    color: #1d1e21;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -1px;
    transition: all 0.3s ease;
}

.project-list-content-modern:hover .project-title-main {
    color: #f2b800;
}

@media (max-width: 1199px) {
    .project-title-main {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .project-title-main {
        font-size: 36px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .project-title-main {
        font-size: 32px;
    }
}

/* Project Description */
.project-description {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
    text-align: left;
}

@media (max-width: 991px) {
    .project-description {
        text-align: center;
        font-size: 15px;
    }
}

/* Project Actions */
.project-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .project-actions {
        justify-content: center;
    }
}

/* Primary Button */
.btn-primary-modern {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    color: #1d1e21;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(242, 184, 0, 0.3);
    border: none;
    letter-spacing: 0.5px;
}

.btn-primary-modern:hover {
    background: linear-gradient(135deg, #ffd700 0%, #f2b800 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(242, 184, 0, 0.4);
    color: #1d1e21;
}

.btn-primary-modern i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.btn-primary-modern:hover i {
    transform: translateX(5px);
}

/* Secondary Button */
.btn-secondary-modern {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #1d1e21;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #f2b800;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.btn-secondary-modern::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    transition: all 0.3s ease;
    z-index: -1;
}

.btn-secondary-modern:hover {
    color: #1d1e21;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(242, 184, 0, 0.3);
}

.btn-secondary-modern:hover::before {
    left: 0;
}

.btn-secondary-modern i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.btn-secondary-modern:hover i {
    transform: scale(1.2);
}

/* Responsive Image Adjustments */
@media (max-width: 991px) {
    .project-image {
        height: 400px;
    }

    .title-underline {
        display: none;
    }

    .zigzag-left {
        flex-direction: column-reverse;
    }

    .project-list-img-modern {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .project-image {
        height: 350px;
    }

    .project-badge-modern {
        top: 15px;
        left: 15px;
        padding: 10px 16px;
        font-size: 12px;
    }

    .btn-primary-modern,
    .btn-secondary-modern {
        padding: 12px 28px;
        font-size: 15px;
        width: 100%;
        justify-content: center;
    }

    .project-actions {
        flex-direction: column;
    }

    .project-location-badge {
        display: none;
    }

    .project-location-badge-modern {
        padding: 10px 16px;
        gap: 10px;
        margin-bottom: 15px;
    }

    .location-icon-wrapper {
        width: 32px;
        height: 32px;
    }

    .location-icon-wrapper i {
        font-size: 14px;
    }

    .location-label {
        font-size: 10px;
    }

    .location-name {
        font-size: 13px;
    }
}

/* Animation for Project Items */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

.project-item-modern {
    animation: fadeInUp 0.6s ease-out;
}

.project-item-modern:nth-child(2) {
    animation-delay: 0.1s;
}

.project-item-modern:nth-child(3) {
    animation-delay: 0.2s;
}

/* Enhanced About Content */
.enhanced-about-content {
    animation: fadeInUp 0.8s ease-out;
}

.section-subtitle {
    color: #f2b800;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.section-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    /* background: #f2b800; */
    border-radius: 50%;
}

.section-main-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.enhanced-paragraph {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 0;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

/* Enhanced Button */
.enhanced-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
    color: #fff;
    border: 2px solid #000;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.enhanced-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.enhanced-btn span,
.enhanced-btn i {
    position: relative;
    z-index: 1;
}

.enhanced-btn:hover {
    border-color: #f2b800;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(242, 184, 0, 0.3);
}

.enhanced-btn:hover::before {
    left: -105px;
}

.enhanced-btn:hover span,
.enhanced-btn:hover i {
    color: #000;
}

.nice-select {
    line-height: 26px !important;
}

/* Enhanced Image Wrapper */
.enhanced-img-wrapper {
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.img-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease;
}

.img-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
}

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

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

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(242, 184, 0, 0.05) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.img-container:hover .img-overlay {
    opacity: 1;
}

/* Enhanced Video Button */
.enhanced-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-decoration: none;
}

.play-button-wrapper {
    position: relative;
}

.custom-play-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.3s ease;
}

.custom-play-btn:hover {
    transform: scale(1.1);
}

.custom-play-btn svg {
    filter: drop-shadow(0 4px 12px rgba(242, 184, 0, 0.4));
    transition: filter 0.3s ease;
}

.custom-play-btn:hover svg {
    filter: drop-shadow(0 6px 20px rgba(242, 184, 0, 0.6));
}

.ripple-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(242, 184, 0, 0.3);
    animation: pulse 2s infinite;
    z-index: -1;
}

/* Enhanced Story Section */
.enhanced-story-section {
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}

.story-section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.title-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #f2b800 0%, #ffd700 100%);
    border-radius: 2px;
    margin-top: 10px;
}

/* Enhanced Content Card */
.enhanced-content-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.enhanced-content-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #f2b800 0%, #ffd700 100%);
    transform: scaleY(0);
    transition: transform 0.4s ease;
}

.enhanced-content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.enhanced-content-card:hover::before {
    transform: scaleY(1);
}

.content-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #000;
    box-shadow: 0 8px 20px rgba(242, 184, 0, 0.3);
    transition: transform 0.3s ease;
}

@media (max-width: 767px) {
    .content-icon {
        margin: 15 auto;
    }
}

.enhanced-content-card:hover .content-icon {
    transform: rotate(5deg) scale(1.1);
}

.enhanced-heading {
    font-size: 32px;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 20px;
}

.enhanced-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* Enhanced Story Images */
.story-img-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
}

.story-img-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.enhanced-story-img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.story-img-wrapper:hover .enhanced-story-img {
    transform: scale(1.05);
}

.img-shine-effect {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.6s ease;
}

.story-img-wrapper:hover .img-shine-effect {
    left: 100%;
}

/* Zigzag Layout Styles */
.zigzag-item {
    margin-bottom: 80px;
    position: relative;
}

.zigzag-item:last-child {
    margin-bottom: 0;
}

/* Left zigzag (Content Left, Image Right) */
.zigzag-left {
    animation: fadeInUp 0.8s ease-out;
}

.zigzag-left .enhanced-content-card {
    position: relative;
    z-index: 2;
}

.zigzag-left .zigzag-img-right {
    position: relative;
    margin-top: 40px;
}

@media (min-width: 992px) {
    .zigzag-left .zigzag-img-right {
        margin-top: 0;
        margin-left: 20px;
    }
}

/* Right zigzag (Image Left, Content Right) */
.zigzag-right {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.zigzag-right .zigzag-img-left {
    position: relative;
    margin-bottom: 40px;
}

.zigzag-right .enhanced-content-card {
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .zigzag-right .zigzag-img-left {
        margin-bottom: 0;
        margin-right: 20px;
    }
}

/* Mobile responsive */
@media (max-width: 991px) {
    .zigzag-item {
        margin-bottom: 50px;
    }

    .zigzag-left .zigzag-img-right,
    .zigzag-right .zigzag-img-left {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

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

    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.2;
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .section-main-title {
        font-size: 36px;
    }

    .enhanced-content-card {
        padding: 30px;
        margin-bottom: 30px;
    }

    .enhanced-heading {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .section-main-title {
        font-size: 32px;
    }

    .enhanced-about-img {
        height: 400px;
    }

    .enhanced-content-card {
        padding: 0;
    }

    .enhanced-heading {
        font-size: 24px;
    }

    .story-section-title {
        font-size: 32px;
    }
}

/* ============================================
       Enhanced Team Section Styles
       ============================================ */

.team-section {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
    overflow: hidden;
}

.team-bg-decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(242, 184, 0, 0.05) 0%,
        rgba(78, 181, 72, 0.05) 100%
    );
    border-radius: 0 0 0 250px;
    z-index: 0;
}

.team-bg-decoration::before {
    content: "";
    position: absolute;
    top: 20%;
    right: 10%;
    width: 350px;
    height: 350px;
    background: radial-gradient(
        circle,
        rgba(242, 184, 0, 0.12) 0%,
        transparent 70%
    );
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite;
}

/* Team Background Pattern */
.team-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(
            circle at 20% 50%,
            rgba(242, 184, 0, 0.03) 0%,
            transparent 50%
        ),
        radial-gradient(
            circle at 80% 80%,
            rgba(78, 181, 72, 0.03) 0%,
            transparent 50%
        );
    z-index: 0;
    opacity: 0.6;
}

/* Floating Shapes */
.team-floating-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.team-shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        rgba(242, 184, 0, 0.1),
        rgba(78, 181, 72, 0.1)
    );
    animation: float 6s ease-in-out infinite;
}

.team-shape-1 {
    width: 120px;
    height: 120px;
    top: 15%;
    left: 10%;
    animation-delay: 0s;
}

.team-shape-2 {
    width: 80px;
    height: 80px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.team-shape-3 {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 5%;
    animation-delay: 4s;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.3;
    }

    50% {
        transform: translateY(-30px) rotate(180deg);
        opacity: 0.6;
    }
}

/* Team Title Styles */
.team-title-wrapper {
    position: relative;
    z-index: 2;
}

.team-subtitle-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.2s forwards;
}

.team-subtitle {
    font-size: 14px;
    letter-spacing: 3px;
    color: #f2b800;
    font-weight: 600;
    text-transform: uppercase;
}

.team-subtitle-line {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #f2b800 0%, #ffd700 100%);
    display: inline-block;
    border-radius: 2px;
}

.team-main-title {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 25px;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.4s forwards;
}

.team-title-accent {
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.team-title-main {
    color: #1d1e21;
    font-weight: 800;
}

.team-description {
    font-size: 17px;
    line-height: 1.9;
    color: #666;
    max-width: 500px;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.6s forwards;
}

.team-title-underline {
    width: 100px;
    height: 5px;
    background: linear-gradient(90deg, #f2b800 0%, #ffd700 50%, #4eb548 100%);
    border-radius: 3px;
    margin-top: 25px;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.8s forwards;
    position: relative;
}

.team-title-underline::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #f2b800;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(242, 184, 0, 0.5);
}

/* Team Stats */
.team-stats-wrapper {
    display: flex;
    gap: 40px;
    margin-top: 30px;
    opacity: 0;
    animation: fadeInUp 0.8s ease 1s forwards;
}

.team-stat-item {
    text-align: left;
}

.team-stat-number {
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(135deg, #f2b800 0%, #4eb548 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
}

.team-stat-label {
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

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

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

/* Team Card Modern Styles */
.team-card-modern {
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        height 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid rgba(242, 184, 0, 0.15);
    margin-bottom: 20px;
}

/* Team Card Glow Effect */
.team-card-glow {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #f2b800, #4eb548, #f2b800);
    background-size: 200% 200%;
    border-radius: 28px;
    opacity: 0;
    z-index: -1;
    filter: blur(20px);
    transition: all 0.6s ease;
    animation: gradientShift 3s ease infinite;
}

.team-card-modern:hover .team-card-glow {
    opacity: 0.6;
}

@keyframes gradientShift {
    0%,
    100% {
        background-position: 0% 50%;
    }

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

.team-card-modern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4eb548 0%, #f2b800 50%, #4eb548 100%);
    background-size: 200% 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
    z-index: 1;
}

.team-card-modern:hover {
    transform: translateY(-20px) scale(1.03);
    box-shadow: 0 25px 70px rgba(242, 184, 0, 0.3);
    border-color: rgba(242, 184, 0, 0.5);
}

.team-card-modern:hover::before {
    transform: scaleX(1);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

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

/* Team Image Wrapper */
.team-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 400px;
    background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
    border-radius: 20px 20px 0 0;
    aspect-ratio: 3/4;
}

/* Team Image Border */
.team-image-border {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid rgba(242, 184, 0, 0.2);
    border-radius: 15px;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
}

.team-card-modern:hover .team-image-border {
    opacity: 1;
    border-color: rgba(242, 184, 0, 0.5);
}

.team-member-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 20px 20px 0 0;
}

.team-card-modern:hover .team-member-img {
    transform: scale(1.18) rotate(1.5deg);
    filter: brightness(1.1) contrast(1.05);
}

/* Team Image Overlay */
.team-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(242, 184, 0, 0.96) 0%,
        rgba(78, 181, 72, 0.96) 100%
    );
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
}

.team-card-modern:hover .team-image-overlay {
    opacity: 1;
}

.team-overlay-content {
    text-align: center;
    transform: translateY(30px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}

.team-card-modern:hover .team-overlay-content {
    transform: translateY(0);
}

.team-overlay-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease 0.3s;
}

.team-card-modern:hover .team-overlay-text {
    opacity: 1;
    transform: translateY(0);
}

/* Team Social Icons */
.team-social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.team-social-link {
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(15px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(255, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
}

.team-social-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.team-social-link:hover::before {
    width: 100%;
    height: 100%;
}

.team-social-link:hover {
    background: #ffffff;
    color: #f2b800;
    transform: translateY(-8px) scale(1.15) rotate(5deg);
    border-color: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.team-social-link i {
    position: relative;
    z-index: 1;
}

/* Team Card Badge */
.team-card-badge {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d1e21;
    font-size: 24px;
    box-shadow: 0 10px 25px rgba(242, 184, 0, 0.5);
    z-index: 3;
    opacity: 0;
    transform: scale(0) rotate(-180deg);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.team-card-modern:hover .team-card-badge {
    opacity: 1;
    transform: scale(1) rotate(360deg);
    box-shadow: 0 15px 35px rgba(242, 184, 0, 0.6);
}

/* Team Card Experience Badge */
.team-card-experience {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 3;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.team-card-modern:hover .team-card-experience {
    opacity: 1;
    transform: translateX(0);
}

/* Team Card Body */
.team-card-body {
    padding: 35px 30px 40px 30px;
    text-align: center;
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    position: relative;
    z-index: 1;
    transition: padding 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.team-card-modern:hover .team-card-body {
    padding-bottom: 42px;
}

.team-member-name {
    font-size: 26px;
    font-weight: 800;
    color: #1d1e21;
    margin-bottom: 15px;
    transition: all 0.4s ease;
    letter-spacing: -0.5px;
}

.team-card-modern:hover .team-member-name {
    color: #f2b800;
    transform: translateY(-2px);
}

.team-member-divider {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #f2b800 0%, #ffd700 50%, #4eb548 100%);
    margin: 0 auto 18px;
    border-radius: 3px;
    transform: scaleX(1);
    transform-origin: center;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.team-member-divider::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #f2b800;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(242, 184, 0, 0.6);
    transition: all 0.4s ease;
}

.team-card-modern:hover .team-member-divider {
    width: 80px;
    box-shadow: 0 2px 8px rgba(242, 184, 0, 0.3);
}

.team-card-modern:hover .team-member-divider::after {
    width: 10px;
    height: 10px;
    box-shadow: 0 0 12px rgba(242, 184, 0, 0.8);
}

.team-member-role {
    font-size: 17px;
    color: #666;
    font-weight: 600;
    margin: 0 0 20px 0;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-card-modern:hover .team-member-role {
    color: #4eb548;
    transform: translateY(-2px);
}

/* Team Member Expertise Tags */
.team-member-expertise {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
    max-height: 100px;
    overflow: visible;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 1;
}

.team-card-modern:hover .team-member-expertise {
    margin-top: 18px;
    gap: 12px;
}

.expertise-tag {
    display: inline-block;
    padding: 6px 14px;
    background: linear-gradient(
        135deg,
        rgba(242, 184, 0, 0.1) 0%,
        rgba(78, 181, 72, 0.1) 100%
    );
    color: #666;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    border: 1px solid rgba(242, 184, 0, 0.2);
    transition: all 0.4s ease;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.expertise-tag:hover {
    background: linear-gradient(135deg, #f2b800 0%, #4eb548 100%);
    color: #ffffff;
    border-color: transparent;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 15px rgba(242, 184, 0, 0.3);
}

/* Responsive Design for Team Section */
@media (max-width: 991px) {
    .team-section {
        padding: 80px 0;
    }

    .team-main-title {
        font-size: 40px;
    }

    .team-image-wrapper {
        height: 380px;
        border-radius: 18px 18px 0 0;
        aspect-ratio: 3/4;
    }

    .team-member-img {
        border-radius: 18px 18px 0 0;
        object-fit: cover;
        object-position: center top;
    }

    .team-stats-wrapper {
        gap: 25px;
        flex-wrap: wrap;
    }

    .team-stat-number {
        font-size: 30px;
    }

    .team-stat-label {
        font-size: 12px;
    }

    .team-bg-decoration {
        width: 100%;
        border-radius: 0;
    }

    .team-shape {
        display: none;
    }

    .team-card-modern {
        margin-bottom: 30px;
    }

    .team-card-body {
        padding: 28px 22px;
    }
}

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

    .team-main-title {
        font-size: 28px;
        line-height: 1.3;
    }

    .team-title-accent,
    .team-title-main {
        display: block;
    }

    .team-subtitle-wrapper {
        margin-bottom: 15px;
        justify-content: center;
    }

    .team-subtitle {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .team-subtitle-line {
        width: 30px;
    }

    .team-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .team-title-underline {
        width: 70px;
        height: 4px;
        margin-top: 20px;
    }

    .team-stats-wrapper {
        gap: 20px;
        margin-top: 25px;
    }

    .team-stat-number {
        font-size: 28px;
    }

    .team-stat-label {
        font-size: 11px;
    }

    .team-image-wrapper {
        height: 380px;
        border-radius: 16px 16px 0 0;
        aspect-ratio: 3/4;
    }

    .team-member-img {
        border-radius: 16px 16px 0 0;
        object-fit: cover;
        object-position: center top;
    }

    .team-image-border {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        border-radius: 12px;
    }

    .team-card-modern {
        border-radius: 20px;
        margin-bottom: 25px;
    }

    .team-card-body {
        padding: 22px 18px;
        transition: padding 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .team-card-modern:hover .team-card-body {
        padding-bottom: 30px;
    }

    .team-member-name {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .team-member-role {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .team-member-divider {
        width: 50px;
        height: 3px;
        margin-bottom: 15px;
    }

    .team-member-expertise {
        max-height: 80px;
        opacity: 1;
    }

    .team-card-modern:hover .team-member-expertise {
        max-height: 80px;
    }

    .expertise-tag {
        font-size: 11px;
        padding: 5px 12px;
    }

    .team-social-link {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .team-card-badge {
        width: 50px;
        height: 50px;
        font-size: 20px;
        top: 15px;
        right: 15px;
    }

    .team-card-experience {
        bottom: 15px;
        left: 15px;
        padding: 6px 12px;
        font-size: 11px;
    }

    .team-overlay-text {
        font-size: 12px;
        margin-top: 15px;
    }

    .team-bg-pattern {
        opacity: 0.4;
    }
}

@media (max-width: 575px) {
    .team-section {
        padding: 40px 0;
    }

    .team-main-title {
        font-size: 24px;
    }

    .team-image-wrapper {
        height: 360px;
        aspect-ratio: 3/4;
    }

    .team-member-img {
        object-fit: cover;
        object-position: center top;
    }

    .team-stats-wrapper {
        gap: 15px;
        align-items: flex-start;
        flex-direction: row;
        justify-content: center;
    }

    .team-stat-item {
        width: 40%;
        text-align: center;
    }

    .team-title-underline {
        display: none;
    }

    .team-card-modern:hover {
        transform: translateY(-10px) scale(1.01);
    }

    .team-social-icons {
        gap: 12px;
    }

    .team-social-link {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
}

/* Animation for Team Cards */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

.team-card-modern {
    animation: fadeInUp 0.6s ease-out both;
}

.team-card-modern:nth-child(1) {
    animation-delay: 0.1s;
}

.team-card-modern:nth-child(2) {
    animation-delay: 0.2s;
}

/* ============================================
   Sustainable Approach Section Styles
   ============================================ */
.sustainable-approach-section {
    background: #fafafa;
    position: relative;
    overflow: hidden;
}

.sustainable-approach-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(242, 184, 0, 0.3) 50%,
        transparent 100%
    );
}

.approach-feature-card {
    background: #ffffff;
    border: 2px solid #e8e8e8;
    border-left: 4px solid #f2b800;
    border-radius: 12px;
    padding: 40px 35px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.approach-feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #f2b800 0%, #ffd700 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.approach-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(242, 184, 0, 0.25);
    border-color: #f2b800;
    border-left-width: 6px;
    background: linear-gradient(135deg, #ffffff 0%, #fffef8 100%);
}

.feature-icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.feature-icon-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.approach-feature-card:hover .feature-icon-wrapper::before {
    width: 200px;
    height: 200px;
}

.feature-icon-wrapper i {
    font-size: 32px;
    color: #1d1e21;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.approach-feature-card:hover .feature-icon-wrapper {
    transform: rotate(5deg) scale(1.1);
    box-shadow: 0 8px 25px rgba(242, 184, 0, 0.4);
}

.approach-feature-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1d1e21;
    margin-bottom: 18px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    transition: color 0.3s ease;
}

.approach-feature-card:hover h3 {
    color: #f2b800;
}

.approach-feature-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 25px;
    transition: color 0.3s ease;
}

.approach-feature-card:hover p {
    color: #555;
}

.learn-more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #f2b800;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 2px;
}

.learn-more-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #f2b800 0%, #ffd700 100%);
    transition: width 0.3s ease;
}

.learn-more-link:hover {
    color: #ffd700;
    gap: 12px;
}

.learn-more-link:hover::after {
    width: 100%;
}

.learn-more-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.learn-more-link:hover i {
    transform: translateX(4px);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .approach-feature-card {
        padding: 35px 30px;
        margin-bottom: 20px;
    }

    .feature-icon-wrapper {
        width: 65px;
        height: 65px;
        margin-bottom: 20px;
    }

    .feature-icon-wrapper i {
        font-size: 28px;
    }

    .approach-feature-card h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .approach-feature-card p {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .sustainable-approach-section .section-title h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .approach-feature-card {
        padding: 30px 25px;
        text-align: center;
    }

    .feature-icon-wrapper {
        width: 60px;
        height: 60px;
        margin: 0 auto 20px;
    }

    .feature-icon-wrapper i {
        font-size: 26px;
    }

    .approach-feature-card h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .approach-feature-card p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .learn-more-link {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .sustainable-approach-section .section-title h2 {
        font-size: 24px;
    }

    .approach-feature-card {
        padding: 25px 20px;
    }

    .feature-icon-wrapper {
        width: 55px;
        height: 55px;
    }

    .feature-icon-wrapper i {
        font-size: 24px;
    }

    .approach-feature-card h3 {
        font-size: 18px;
    }

    .approach-feature-card p {
        font-size: 14px;
    }
}

/* Enquire modal styles */
.enquire-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 11000;
    align-items: center;
    justify-content: center;
    font-family: inherit;
}

.enquire-modal.open,
.enquire-modal[aria-hidden="false"] {
    display: flex;
}

.enquire-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(2px);
}

.enquire-modal-content {
    position: relative;
    width: min(880px, 95%);
    max-height: 80vh;
    overflow-y: auto;
    background: linear-gradient(180deg, #fff, #fff);
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 30px 80px rgba(10, 10, 10, 0.4);
    z-index: 11001;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* animation: scale + fade */
.enquire-modal .enquire-modal-content {
    transform: translateY(6px) scale(0.98);
    opacity: 0;
    transition: transform 220ms cubic-bezier(0.2, 0.9, 0.2, 1),
        opacity 220ms ease;
}

.enquire-modal.open .enquire-modal-content {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.enquire-modal-overlay {
    opacity: 0;
    transition: opacity 220ms ease;
}

.enquire-modal.open .enquire-modal-overlay {
    opacity: 1;
}

.enquire-modal .form-header h3 {
    margin: 0 0 6px;
    font-size: 22px;
    color: #1d1e21;
    font-weight: 700;
}

.enquire-modal .form-subtitle {
    margin: 0 0 18px;
    color: #666;
    font-size: 14px;
}

.enquire-form .form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 18px;
    align-items: start;
}

.enquire-form .form-group {
    display: flex;
    flex-direction: column;
}

.form-label {
    font-size: 11px;
    font-weight: 600;
    color: #3b3f44;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

/* Uniform input sizing and refined appearance */
.enhanced-input {
    height: 46px;
    padding: 10px 14px;
    border: 1px solid #e6e9eb;
    border-radius: 10px;
    background: #fff;
    font-size: 13px;
    color: #111;
    transition: border-color 0.12s ease, box-shadow 0.12s ease,
        transform 0.12s ease;
    -webkit-appearance: none;
    appearance: none;
}

.enhanced-input:focus {
    outline: none;
    border-color: #f2b800;
    box-shadow: 0 8px 24px rgba(242, 184, 0, 0.12);
    transform: translateY(-1px);
}

/* Muted smaller placeholders */
.enhanced-input::placeholder,
.enhanced-textarea::placeholder {
    color: #9aa0a6;
    font-size: 13px;
}

/* Selects inherit same appearance */
select.enhanced-input {
    height: 46px;
    padding-right: 34px;
}

.enhanced-textarea {
    min-height: 160px;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.4;
    resize: vertical;
}

/* Field-level errors and messages */
.field-error {
    color: #d33;
    font-size: 12px;
    margin-top: 6px;
}

.field-invalid {
    border-color: #d33 !important;
    box-shadow: 0 4px 18px rgba(211, 51, 51, 0.06) !important;
}

.form-message {
    padding: 10px 14px;
    border-radius: 8px;
    margin-bottom: 12px;
    font-weight: 600;
}

.form-message.success {
    background: #e6f6ea;
    color: #116644;
    border: 1px solid #c6eed1;
}

.form-message.error {
    background: #fff1f1;
    color: #7a1f1f;
    border: 1px solid #f5c6cb;
}

/* loading state for submit button */
.btn-loading {
    opacity: 0.85;
    position: relative;
    pointer-events: none;
    cursor: not-allowed;
}

.btn-loading .btn-text {
    opacity: 0;
    visibility: hidden;
}

.btn-loading .btn-loader {
    display: block !important;
}

.btn-loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f2b800 0%, #e0a500 100%);
    border-radius: 10px;
    z-index: 1;
}

.btn-loader:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    animation: btnSpin 0.8s linear infinite;
}

.enhanced-btn .btn-text {
    position: relative;
    z-index: 2;
}

@keyframes btnSpin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.enquire-form .form-grid .form-group.full {
    grid-column: 1 / -1;
}

.enhanced-btn {
    background: linear-gradient(135deg, #f2b800 0%, #e0a500 100%);
    color: #111;
    border: none;
    padding: 12px 26px;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 34px rgba(242, 184, 0, 0.18);
}

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

.white-btn {
    background: #fff;
    border: 1px solid #e6e9eb;
    padding: 12px 22px;
    border-radius: 10px;
    cursor: pointer;
}

.enquire-modal .close-btn {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f2b800;
    color: #111;
    font-size: 18px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(242, 184, 0, 0.22);
    cursor: pointer;
}

.enquire-modal .close-btn:hover {
    transform: rotate(90deg);
}

@media (max-width: 767px) {
    .enquire-form .form-grid {
        grid-template-columns: 1fr;
    }

    .enquire-modal-content {
        padding: 18px;
        width: 96%;
    }

    .enquire-modal .close-btn {
        top: 8px;
        right: 8px;
        transform: none;
    }
}

/* ============================================
   Instagram Reels Section Styles
   ============================================ */

.instagram-reels-section {
    padding: 80px 0;
    position: relative;
}

.instagram-reels-slider {
    margin-top: 40px;
}

/* Override Owl Carousel loading opacity */
.instagram-reels-slider.owl-carousel.owl-loading,
.instagram-reels-slider.owl-carousel.owl-loading .owl-stage-outer,
.instagram-reels-slider.owl-carousel.owl-loading .owl-stage,
.instagram-reels-slider.owl-carousel.owl-loading .owl-item,
.instagram-reels-slider.owl-carousel.owl-loading .reel-item {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Reel Item as Link */
.instagram-reels-slider .reel-item {
    padding: 0 15px;
    display: block !important;
    text-decoration: none;
    color: inherit;
    min-height: 450px;
    position: relative;
    opacity: 1 !important;
    visibility: visible !important;
    transition: transform 0.3s ease;
    pointer-events: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.instagram-reels-slider .reel-item:hover {
    text-decoration: none;
    transform: translateY(-8px);
}

/* Ensure carousel is draggable */
.instagram-reels-slider .owl-stage-outer {
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
}

.instagram-reels-slider .owl-stage-outer:active {
    cursor: grabbing;
}

/* Allow dragging on the carousel area */
.instagram-reels-slider .owl-stage {
    touch-action: pan-y;
    display: flex;
    align-items: stretch;
}

/* Keep reel items clickable — JS handles drag vs. click detection */
.instagram-reels-slider .reel-item {
    pointer-events: auto;
}

.instagram-reels-slider .owl-item {
    display: flex;
    align-items: stretch;
}

/* Reel Thumbnail Styles */
.reel-thumbnail {
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 3px solid transparent;
    display: flex;
    align-items: stretch;
}

.reel-item:hover .reel-thumbnail {
    transform: scale(1.02);
    box-shadow: 0 15px 50px rgba(242, 184, 0, 0.3);
    border-color: rgba(242, 184, 0, 0.5);
}

/* Reel Background with Images */
.reel-thumbnail-bg {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

/* Better image display - prevent cutting from top/bottom */
.reel-thumbnail-bg[style*="background-image"] {
    background-size: cover;
    background-position: center center;
}

/* Adjust positioning for better image visibility */
@media (min-width: 992px) {
    .reel-thumbnail-bg[style*="background-image"] {
        background-size: cover;
        background-position: center 25%;
    }
}

/* For mobile - show more of the image */
@media (max-width: 768px) {
    .reel-thumbnail-bg[style*="background-image"] {
        background-size: cover;
        background-position: center center;
    }
}

/* Overlay for better visibility of content */
.reel-thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.4) 100%
    );
    transition: all 0.3s ease;
    z-index: 1;
}

.reel-item:hover .reel-thumbnail-overlay {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

/* Fallback gradient backgrounds for reels without images */
.reel-bg-4 {
    background: linear-gradient(135deg, #fd1d1d 0%, #ffd700 50%, #833ab4 100%);
}

.reel-bg-5 {
    background: linear-gradient(135deg, #fcb045 0%, #f2b800 50%, #fd1d1d 100%);
}

/* Thumbnail Content */
.reel-thumbnail-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    padding-bottom: 50px;
}

/* Play Icon */
.reel-play-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border: 5px solid white;
    box-shadow: 0 8px 30px rgba(242, 184, 0, 0.5);
    transition: all 0.3s ease;
    position: relative;
}

.reel-item:hover .reel-play-icon {
    transform: scale(1.15);
    box-shadow: 0 12px 40px rgba(242, 184, 0, 0.7);
    background: linear-gradient(135deg, #ffd700 0%, #f2b800 100%);
}

.reel-play-icon i {
    font-size: 40px;
    color: #1d1e21;
    margin-left: 5px;
    font-weight: bold;
}

/* Badge */
.reel-badge {
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 25px;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.reel-item:hover .reel-badge {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%);
}

.reel-badge span {
    font-size: 14px;
    font-weight: 600;
    color: #1d1e21;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.reel-item:hover .reel-badge span {
    color: #1d1e21;
}

/* Owl Carousel Navigation for Instagram Reels */
.instagram-reels-slider .owl-nav {
    text-align: center;
    margin-top: 30px;
}

.instagram-reels-slider .owl-nav button {
    background: linear-gradient(135deg, #f2b800 0%, #ffd700 100%) !important;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    color: #1d1e21;
    font-size: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(242, 184, 0, 0.4);
}

.instagram-reels-slider .owl-nav button:hover {
    background: linear-gradient(135deg, #ffd700 0%, #f2b800 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(242, 184, 0, 0.6);
}

.instagram-reels-slider .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.instagram-reels-slider .owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.instagram-reels-slider .owl-dots button.active {
    background: #f2b800;
    width: 30px;
    border-radius: 6px;
}

/* Hide dots for Instagram reels (we use arrows only) */
.instagram-reels-slider .owl-dots {
    display: none !important;
}
.instagram-reels-section{
    padding: 30px 10px;
}
/* Responsive Styles */
@media (max-width: 768px) {
    .instagram-reels-section {
        padding: 60px 0;
    }
.instagram-reels-slider .owl-item{
    justify-content: center;
}
    .instagram-reels-slider .reel-item {
        min-height: 350px;
    }

    .reel-thumbnail {
        height: 350px;
    }

    .reel-icon-wrapper {
        width: 80px;
        height: 80px;
    }

    .reel-icon-wrapper i {
        font-size: 40px;
    }

    .reel-play-icon {
        width: 70px;
        height: 70px;
    }

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

    .reel-badge {
        padding: 10px 20px;
    }

    .reel-badge span {
        font-size: 12px;
    }

    .instagram-reels-slider .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin: 0 5px;
    }
}

/* Awards Section Performance Optimizations */
.award-card {
    will-change: transform, box-shadow;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.award-card:hover {
    transform: translateY(-15px) scale(1.02) !important;
    box-shadow: 0 25px 60px rgba(242, 184, 0, 0.2), 0 0 0 2px rgba(242, 184, 0, 0.3) !important;
}

.award-image-wrapper img {
    will-change: transform;
    transform: translateZ(0);
}

.award-card:hover .award-image-wrapper img {
    transform: scale(1.08) !important;
}

.award-card:hover .award-glow {
    opacity: 1 !important;
}

/* Optimize scroll performance for sections above MODERN COMFORTS */
.awards-recognition-section,
.projects-section-modern,
.instagram-reels-section {
    will-change: scroll-position;
    transform: translateZ(0);
}

/* Optimize IntersectionObserver performance */
.amenity-card-wrapper {
    will-change: opacity, transform;
}
