@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
        0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 100%;
    box-sizing: inherit;
    scroll-behavior: smooth;
    height: -webkit-fill-available;
    overflow-x: hidden !important;
    scroll-padding-top: 80px !important;
}

body {
    font-family: "DM Sans", sans-serif !important;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    transition: all 0.3s ease;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

a {
    text-decoration: none !important;
    color: inherit;
}

img {
    pointer-events: none;
}

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

/* ========================== */
.header_nav {
    height: 100px;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #00000000;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.header_nav .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_nav.affix {
    height: 80px;
    background: #fff;
    box-shadow: 0px 4px 15px 1px #0000000a;
    transition: all 0.3s ease-in-out;
}

.inner-header {
    height: 100px;
    background: #fff !important;
    box-shadow: 0px 4px 15px 1px #0000000a;
    transition: all 0.3s ease-in-out;
}

.nav_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}


.navbar1 {
    display: flex;
    justify-content: end!important;
    align-items: center !important;
}

.navbar2 {
    display: flex;
    justify-content: end;
    align-items: center !important;
}

.navbar2 ul {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-bottom: 0px;
}

.navbar1 ul {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-bottom: 0px;
}
/* 
.nav_links {
    margin-right: 2rem;
} */

.navbar1 ul li a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    transform: all 0.3s ease-in-out;
}

.navbar1 ul li a:hover {
    color: #F6690C !important;
    transform: all 0.3s ease-in-out;
}

.affix .navbar1 ul li a:hover {
    color: #F6690C !important;
    transform: all 0.3s ease-in-out;
}


.navbar2 ul li a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 200;
    display: flex;
    align-items: center;
}

.navbar2 ul li a span {
    font-family: var(--primary-font);
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    height: 60px;
}

.header_nav .logo-dark {
    display: none;
}

.inner-header .logo-dark {
    display: block !important;
}

.inner-header .logo-white {
    display: none !important;
}


/* --------------- */

.phone-white {
    margin-right: 5px;
}

.phone-dark {
    display: none;
    margin-right: 5px;
}

.affix .phone-dark {
    display: block;
}

.affix .phone-white {
    display: none;
}

/* --------------- */
.inner-header .nav_links li a {
    color: #000000 !important;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.affix .navbar2 ul li a {
    color: #000000 !important;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.affix .navbar1 ul li a {
    color: #000000 !important;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.affix .logo .logo-dark {
    display: block;
}

.affix .logo .logo-white {
    display: none;
}

.nav-side {
    display: none;
    align-items: center;
    /* gap: 4rem; */
    gap: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    height: 50px;
}

.affix .toggle_icon span {
    background: #000;
}

.inner-header .toggle_icon span {
    background: #000;
}

.toggle_icon span {
    display: block;
    background-color: #ffffff;
    height: 2px;
    width: 25px;
    margin-bottom: 5px;
    cursor: pointer;
}

.toggle_icon span:nth-child(2) {
    width: 18px;
    margin: 0 0px 5px auto;
}

.toggle_icon span:last-child {
    margin-bottom: 0;
    /* width: 20px; */
    margin: 0 0 0 auto;
}


.side_menu_bg {
    background: linear-gradient(0deg, #191919 0%, #3f3f3f 100%);
    /* background: #191919; */
    background-repeat: no-repeat;
    background-size: 750px;
    background-position: bottom center;
    color: #fff;
    width: 33%;
    position: fixed;
    right: 0;
    top: 0px;
    height: 100vh;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateX(100%);
    transition: all ease 0.4s;
    opacity: 0;
}

.side_menu_active {
    transform: translateX(0%);
    opacity: 1;
}


.side_menu_bg .side_menu ul {
    list-style: none;
    font-size: 25px;
    line-height: 1.5;
    padding-left: 0;
}

.side_menu_bg .side_menu ul li a {
    font-weight: 200;
    color: #fff;
}


.side_menu_adrs ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 11px;
}

.side_menu_adrs p {
    color: #fff;
}

.side_menu_adrs p span {
    color: #fff;
}


.close {
    position: absolute;
    right: 10%;
    top: 8%;
    cursor: pointer;
}

.close span {
    display: block;
    height: 2px;
    width: 35px;
    background-color: #ffffff;
    margin-bottom: 0.5rem;
}

.close span:first-child {
    transform: rotate(45deg);
    margin: -1px;
}

.close span:last-child {
    transform: rotate(-45deg);
}

.side_menu_adrs .social_links {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 25px;
}

.side_menu_adrs .social_links li i {
    font-size: 25px;
    color: #ffffff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.side_menu_adrs .social_links li i:hover {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* ------Dropdown-------- */


.menu-item-has-children {
    position: relative;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px;
    z-index: 1000;
}

.sub-menu .menu-item {
    padding: 0;
}

.sub-menu .menu-link {
    padding: 9px;
    display: block;
    text-transform: none;
    font-size: 16px;
    color: #000 !important;
    white-space: nowrap;
    border-radius: 12px;
    text-align: center;
    font-weight: 400;
    font-family: var(--primary-font);
}

.affix .sub-menu .menu-link {
    padding: 9px;
    display: block;
    text-transform: none;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    border-radius: 12px;
    text-align: center;
}

.affix .sub-menu .menu-link:hover {
    color: #F6690C !important;
    background: rgb(240, 240, 240);
}

.sub-menu .menu-link:hover {
    color: #F6690C;
    background: rgb(240, 240, 240);
}

.dropdown-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 11px;
    margin-left: 3px;
    color: #fff;
}

#menu .dropdown-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 11px;
    margin-left: 3px;
    color: #fff !important;
}

.home-nav .dropdown-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 11px;
    margin-left: 3px;
    color: #fff;
}

.inner-header .dropdown-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 11px;
    margin-left: 3px;
    color: #000 !important;
}

.affix .dropdown-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 11px;
    margin-left: 3px;
    color: #000 !important;
}


@media only screen and (min-width: 768px) {

    .navbar {
        align-items: start !important;
        padding-top: 10px !important;
    }

    .menu {
        position: relative;
        top: 10px;
        width: auto;
        height: auto;
        padding: 0rem;
        margin-left: auto;
        background: none;
        box-shadow: none;
        height: 200px;
    }

    .menu-item-has-children {
        position: relative;
    }

    .menu-item-has-children .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        min-width: 200px;
        background: #fff;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        padding: 10px;
        z-index: 1000;
    }

    .menu-item-has-children.active .sub-menu {
        display: block;
    }

    .menu-item-has-children.active .dropdown-arrow {
        transform: rotate(-90deg);
    }

    @media (hover: hover) {
        .menu-item-has-children:hover .sub-menu {
            display: block;
        }

        .menu-item-has-children:hover .dropdown-arrow {
            transform: rotate(-90deg);
        }
    }

    .menu-item-has-children-mob {
        text-align: center !important;
    }

}

@media only screen and (max-width: 991px) {
    .header_nav {
        background: #ffffff00;
    }

    .it_nav {
        background: #ffffff;
    }

}

.burger {
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background: none;
    box-shadow: none;
    position: relative;
    display: block;
    width: 1.5rem;
    height: 1rem;
    z-index: 99;
    visibility: visible;
}

@media only screen and (min-width: 48rem) {
    .burger {
        display: none;
        visibility: hidden;
    }
}

.inner-header .burger-line {
    background-color: #000;
}

.affix .burger-line {
    background-color: #000;
}

.burger-line {
    position: absolute;
    right: 0;
    opacity: 1;
    width: 100%;
    height: 2px;
    line-height: 1.25;
    background-color: #fff;
    transition: all 0.25s ease;
}

.burger-line:nth-child(1) {
    top: 0.25rem;
}

.burger-line:nth-child(2) {
    top: 0.75rem;
}

.burger.is-active .burger-line:nth-child(1) {
    top: 0.5rem;
    transform: rotate(135deg);
    background-color: #fff;
}

.burger.is-active .burger-line:nth-child(2) {
    top: 0.5rem;
    transform: rotate(-135deg);
    background-color: #fff;
}

.menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-block: 6rem 2rem;
    background-color: #191919;
    transition: all 0.35s ease;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.menu img {
    margin-bottom: 50px;
}

.menu.is-active {
    right: 0;
    opacity: 1;
    transition: all 0.35s ease;
}

.menu-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 1.5rem;
    padding-left: 0;
}

.menu-link {
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    transition: all 0.3s ease;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.menu-link {
    color: #fff;
    transform: all 0.3s ease-in-out;
}

.menu-link:hover {
    color: #F6690C;
    transform: all 0.3s ease-in-out;
}

.menu-block {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
}

.menu-item-has-children-mob .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #ffffff07;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 10px;
    color: #fff;
    z-index: 1000;
}

.menu-item-has-children-mob .sub-menu .menu-link {
    padding: 7px;
    display: block;
    text-transform: none;
    font-size: 16px;
    color: #ffffff !important;
    white-space: nowrap;
    border-radius: 12px;
}

@media only screen and (min-width: 48rem) {
    .menu {
        position: relative;
        top: initial;
        right: initial;
        width: auto;
        height: auto;
        padding: unset;
        margin-left: auto;
        background: unset;
        box-shadow: unset;
        transition: unset;
        height: 0px;
    }

    .menu-inner {
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 2rem;
        margin-inline: auto;
    }

    .menu-link {
        font-size: 1rem;
        text-transform: capitalize;
    }
}

/* ============================ */


/* ============== BUTTON =============== */
.primary_btn {
    background: linear-gradient(270deg, rgba(246, 105, 12, 1) 0%, rgba(206, 82, 0, 1) 100%);
    padding: 13px 40px 13px 18px;
    border: none;
    border-radius: 50px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.primary_btn i {
    transform: rotate(-45deg);
    margin-left: 10px;
    font-size: 15px !important;
    font-weight: 400;
    color: #fff;
}


.fa-arrow-right:before {
    content: "\f061";
    font-family: "FontAwesome";
}

.primary_btn span::after {
    position: absolute;
    content: "\f061";
    font-family: "FontAwesome";
    font-size: 15px;
    left: -10px;
    bottom: -20px;
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}

.primary_btn span i {
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 1.5rem;
}

.primary_btn span {
    overflow: hidden;
    position: absolute;
    /* top: 0; */
    /* right: -28px; */
}

a.primary_btn {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    padding: 10px 0;
    font-weight: 600;
}

.primary_btn:hover i {
    -webkit-transform: translate(20px, -20px) rotate(-45deg);
    transform: translate(20px, -20px) rotate(-45deg);
}

.primary_btn:hover span::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(20px, -20px) rotate(-45deg);
    transform: translate(20px, -20px) rotate(-45deg);
}

/* -------------------------------- */

.secondary_btn {
    background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgb(95, 95, 95) 100%);
    padding: 13px 40px 13px 18px;
    border: none;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #ffffff8c;
    transition: all 0.5s ease-in-out;
}

.secondary_btn i {
    transform: rotate(-45deg);
    margin-left: 10px;
    font-size: 15px !important;
    font-weight: 400;
    color: #fff;
}


.fa-arrow-right:before {
    content: "\f061";
    font-family: "FontAwesome";
}

.secondary_btn span::after {
    position: absolute;
    content: "\f061";
    font-family: "FontAwesome";
    font-size: 15px;
    left: -10px;
    bottom: -20px;
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}

.secondary_btn span i {
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 1.5rem;
}

.secondary_btn span {
    overflow: hidden;
    position: absolute;
    /* top: 0; */
    /* right: -28px; */
}

a.secondary_btn {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    padding: 10px 0;
    font-weight: 600;
}

.secondary_btn:hover i {
    -webkit-transform: translate(20px, -20px) rotate(-45deg);
    transform: translate(20px, -20px) rotate(-45deg);
}

.secondary_btn:hover span::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(20px, -20px) rotate(-45deg);
    transform: translate(20px, -20px) rotate(-45deg);
}

.secondary_btn_line {
    background: #fff;
    padding: 13px 18px 13px 18px;
    border: none;
    border-radius: 50px;
    color: #000000;
    border: 1px solid #0000000a;
    transition: all 0.5s ease-in-out;
    box-shadow: 20px 20px 60px #ededed,
        -20px -20px 60px #ffffff;
}

.btn_group {
    display: flex;
    gap: 15px;
    align-items: center;
}



/* ========== link animation============ */
.slide-link {
    position: relative;
    display: inline-block;
    line-height: 1.1rem;
    height: auto;
    overflow: hidden;
    text-decoration: none;
}

.slide-link .text {
    display: block;
    transform: translateY(0);
    transition: transform .35s ease;
    will-change: transform;
    white-space: nowrap;
}

/* Stack the second copy below the first */
.slide-link .bottom {
    position: absolute;
    left: 0;
    top: 100%;
    /* sits just below view */
}

/* Hover animation: top goes up, bottom moves in */
.slide-link:hover .top,
.slide-link:focus-visible .top {
    transform: translateY(-100%);
}

.slide-link:hover .bottom,
.slide-link:focus-visible .bottom {
    transform: translateY(-100%);
    /* moves up into place */
}

/* ========== link animation============ */

/* ================================= */

.main_banner {
    height: 100vh;
    margin-bottom: 0px;
    overflow: hidden;
}


.banner_img_col {
    position: relative;
    width: 100%;
    height: 100%;
}

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

/* .example {
    -webkit-animation: animateBackground infinite ease-in-out 55s;
    animation: animateBackground infinite ease-in-out 55s;
}

@-webkit-keyframes animateBackground {
    0% {
        background-size: 100% auto;
    }

    50% {
        background-size: 150% auto;
    }

    100% {
        background-size: 100% auto;
    }
} */

.banner_img_col::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(50deg, rgba(0, 0, 0, 0.418) 0%, rgba(0, 0, 0, 0) 100%);
}


.banner_text_col {
    position: relative;
}

.banner_text {
    position: absolute;
    bottom: 100px;
    left: 0%;
    z-index: 3;
}

.banner_text h1 {
    font-size: 70px;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    max-width: 70%;
    color: #fff;
}

.banner_text p {
    max-width: 60%;
    font-size: 15px;
    color: #fff;
}

/* =============== banner section =============== */

/* =============== Home about section ================ */

.home_about {
    padding: 100px 0px;
    background: url(../images/about_bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.about_texts {
    display: flex;
    align-items: center;
    height: 100%;
}

.pre_head_dark {
    color: #000;
    font-size: 15px;
    padding: 8px 15px;
    border: 1px solid #ddd;
    display: inline-flex;
    border-radius: 50px;
    font-weight: 500;
    margin-bottom: 20px;
}

.pre_head_white {
    color: #fff;
    font-size: 15px;
    padding: 8px 15px;
    border: 1px solid #ffffff4b;
    display: inline-flex;
    border-radius: 50px;
    font-weight: 500;
    margin-bottom: 20px;
}

.sub_head {
    font-size: 45px;
}

.para {
    font-size: 16px;
    color: #000;
}

.about_img {
    height: 100%;
    padding-left: 100px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.about_img .main_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.image_count {
    position: relative;
}

.union1 {
    position: absolute;
    top: -1px;
    left: 0;
}

.union2 {
    position: absolute;
    bottom: -1px;
    right: 0;
}

.counter1 {
    position: absolute;
    top: 0px;
    left: 0;
}

.counter2 {
    position: absolute;
    bottom: -15px;
    right: 45px;
}

.banner_counter {
    padding: 0px 20px;
}

.banner_counter .main_heading {
    font-size: 40px;
    margin-bottom: 0px;
    color: #F6690C;
}

.banner_counter .para {
    color: #696969;
    font-weight: 500;
}

/* ============================= */

.projects_home {
    padding: 100px 0px;
    background: url(../images/projects-grid-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.project_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.project_text {
    display: flex;
    align-items: end;
    justify-content: end;
}

.project_head p {
    width: 60%;
    color: #ffffff77;
}

.parent_mob {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    display: none;
}

.parent_mob .pro_ject {
    border-radius: 10px;
    overflow: hidden;
    height: 200px;
}

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

/* ================= */


.parent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}


.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
}

.div1 {
    grid-row: span 6 / span 6;
    border-radius: 20px;
    overflow: hidden;
}

.div2 {
    grid-row: span 6 / span 6;
    border-radius: 20px;
    overflow: hidden;
}

.div3 {
    grid-row: span 3 / span 3;
    border-radius: 20px;
    overflow: hidden;
}

.div4 {
    grid-row: span 3 / span 3;
    grid-column-start: 3;
    grid-row-start: 4;
    border-radius: 20px;
    overflow: hidden;
}

.div5 {
    grid-row: span 6 / span 6;
    grid-column-start: 4;
    grid-row-start: 1;
    border-radius: 20px;
    overflow: hidden;
}

.div6 {
    grid-column: span 2 / span 2;
    grid-row: span 1 / span 3;
    grid-row-start: 7;
    border-radius: 20px;
    overflow: hidden;
}

.div7 {
    grid-row: span 0 / span 3;
    grid-column-start: 3;
    grid-row-start: 7;
    border-radius: 20px;
    overflow: hidden;
}

.div8 {
    grid-row: span 0 / span 3;
    grid-column-start: 4;
    grid-row-start: 7;
    border-radius: 20px;
    overflow: hidden;
}

.div6,
.div7,
.div8 {
    height: 206.11px;
    /* pick the visual height you want */
    grid-auto-rows: auto;
    /* let content fill; height rules override */
}

.pro_ject:hover img {
    transform: scale(1.1) rotate(2deg);
    filter: blur(1px) grayscale(1);
    transition: all 0.3s ease-in-out;
    position: relative;

}

.pro_ject {
    position: relative;
}

.project_title {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 50%);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    z-index: 2;
    opacity: 0;
    width: 100%;
    padding: 30px 15px;
    margin-bottom: 0px;
    background: linear-gradient(to top, rgb(0 0 0 / 100%) 0, rgb(0 0 0 / 0%) 100%);
    transition: all 0.3s ease-in-out;

}

.pro_ject:hover .project_title {
    opacity: 1;
    transform: translate(-50%, 0%);
    transition: all 0.3s ease-in-out;

}

/* ================================= */
.coming_soon {
    height: 100vh;
    background: url(../images/coming-soon.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.coming_soon h1 {
    color: #fff;
    text-align: center;
    font-size: 60px;
    margin-top: 70px;
    font-weight: 600;
}

.phone_hover {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}

.phone_hover a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 5px;
}

.phone_hover p {
    margin-top: 5px;
    color: #ffffffcb;
    transition: all 0.1s ease-in-out;
}

.phone_hover a:hover p {
    color: #F6690C;
    transition: all 0.1s ease-in-out;

}

/* ==================================== */

.services_home {
    padding: 100px 0px;
    background: #171717;
    background-image: url(../images/service_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


:root {
    --bg: #0f0f10;
    --card: #1d1f22;
    --card-hi: #2a2d31;
    --text: #e9eef2;
    --muted: #a8b0b7;
    --accent: #7bd3ff;
    --radius: 20px;
    --overlay: rgba(255, 255, 255, 0.06);
    --shadow: 0 10px 35px rgba(0, 0, 0, 0.45);
    --glow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 8px 30px rgba(0, 0, 0, 0.5);
    --speed: 0.5s;
}

* {
    box-sizing: border-box;
}


/* .steps{
    width:min(1100px, 92vw);
    position:relative;
    padding: 48px 0;
  } */


.step {
    position: relative;
    display: grid;
    grid-template-columns: 56px 1fr 32px;
    align-items: start;
    gap: 24px;
    padding: 25px 30px;
    margin: 18px 0;
    /* background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.02)) , var(--overlay); */
    /* backdrop-filter: blur(6px); */
    color: var(--text);
    border-radius: var(--radius);
    /* box-shadow: var(--shadow); */
    transition: transform var(--speed) ease, background var(--speed) ease, box-shadow var(--speed) ease, padding var(--speed) ease, color var(--speed) ease;
    overflow: hidden;
}

/* number pill */
.step__num {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-weight: 600;
    color: var(--text);
    font-size: 20px;
    user-select: none;
}

.step__title {
    margin: 2px 0 4px;
    font-size: clamp(18px, 1.6vw + 10px, 24px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: .2px;
}

.step__desc {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
    max-height: 0;
    opacity: 0;
    transform: translateY(-6px);
    transition: max-height var(--speed) ease, opacity var(--speed) ease, transform var(--speed) ease;
    width: 60%;
}

.services_img {
    height: 150px;
    width: 120px;
    object-fit: cover;
    border: 5px solid #fff;
    border-radius: 7px;
    position: absolute;
    bottom: 20px;
    right: 250px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100%) rotate(-10deg);
    transition: opacity var(--speed) ease, transform var(--speed) ease;
}

.step:hover .services_img {
    opacity: 1;
    transform: translateY(0) rotate(10deg);
    transition: opacity var(--speed) ease, transform var(--speed) ease;
}



.step__arrow {
    display: grid;
    place-items: center;
    font-size: 18px;
    color: var(--text);
    transform: rotate(-45deg);
    transition: background var(--speed) ease, transform var(--speed) ease, color var(--speed) ease;
}

.step__arrow svg {
    width: 18px;
    height: 18px;
    display: block;
}

/* hover-expanded state */
.step:hover {
    padding: 28px 32px;
    padding: 22px 28px;
    margin: 18px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02)), var(--overlay);
    backdrop-filter: blur(3px);
    color: var(--text);
    border-radius: var(--radius);
    transition: transform var(--speed) ease, background var(--speed) ease, box-shadow var(--speed) ease, padding var(--speed) ease, color var(--speed) ease;
    overflow: initial;
    cursor: pointer;
}

.step:hover .step__desc {
    max-height: 160px;
    opacity: 1;
    transform: translateY(0);
}

.step:hover .step__desc {
    max-height: 160px;
    opacity: 1;
    transform: translateY(0);
}

.step:hover .step__arrow {
    transform: rotate(0deg);
}

/* deemphasize non-hovered siblings */
.steps:hover .step:not(:hover) {
    filter: saturate(.7) brightness(.9);
    opacity: .8;
}

/* responsive tweaks */
@media (max-width: 640px) {
    .step {
        grid-template-columns: 40px 1fr 24px;
        gap: 0px;
        padding: 18px 20px;
    }

    /* .step:hover {
        padding: 22px 24px;
    } */
}

.services_mob {
    display: none;
}

.services_box {
    padding: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02)), var(--overlay);
    backdrop-filter: blur(3px);
    color: var(--text);
    border-radius: 20px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

.services_mob .para {
    color: #ffffff98;
    font-size: 14px;
}

/* ========================================== */

.home_testimonials {
    padding: 100px 0px;
    background: #ffffff;
    background-image: url(/images/testi_bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.testi-slider {
    margin-top: 10px;
}

.testi-slider .slick-slide {
    padding: 10px
}

.testi-slider .slick-prev:before,
.testi-slider .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 15px;
    line-height: 1;
    opacity: 1;
    color: #666666;
    background: #fff;
}

.testi-slider .slick-prev:before {
    content: '\f060';
    border-radius: 50px;
    background: #fff;
}

.testi-slider .slick-next:before {
    content: '\f061';
    border-radius: 50px;
    background: #fff;
}

.testi-slider .slick-prev,
.testi-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 96%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 50px;
    z-index: 3;
    box-shadow: 0 0px 15px 1px #0000000a;
}

.testi-slider .slick-prev {
    left: -10px;
    background: #fff !important;
    top: 50%;
    transform: translateY(-50%) translateX(20px);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.testi-slider .slick-prev:hover {
    background: #fff !important;
}

.testi-slider .slick-next:hover {
    background: #fff !important;
}

.testi-slider:hover .slick-prev {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
}

.testi-slider:hover .slick-next {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
}

.testi-slider .slick-next {
    right: -10px;
    background: #fff !important;
    top: 50%;
    transform: translateY(-50%) translateX(-20px);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.testi_card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    border: 1px solid #ddd;
    box-shadow: var(--shadow-small);
}

.user_col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin-top: 80px;
}

.testi_user {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
}

.testi_user img {
    height: 45px;
    width: 45px;
    border-radius: 50px;
    object-fit: cover;
}

.testi_user h6 {
    font-size: 16px;
    margin: 0;
}

.testi_user p {
    font-size: 13px;
    margin: 0;
    color: #818181;
}

.start_group {
    color: #ffd774;
    bottom: 30px;
}

.home_contact {
    padding: 100px 0px;
    background: url(/images/contact_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact_text h3 {
    color: #fff;
    width: 50%;
    font-weight: 500;
    font-size: 50px;
    margin-top: 100px;
}

.contact_text .para {
    color: #fff;
    width: 30%;
    margin-bottom: 20px;
}

/* =========================== */

footer {
    padding-top: 50px;
    position: relative;
    text-align: center;
    background-color: #191919;
    background-image: url("../images/footer_bg.webp");
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.footer_design {
    position: absolute;
    top: -160px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.footer_design_mob {
    display: none;
}

.footer_logo {
    margin: 15px 0px 20px 0px;
    text-align: start;
}

.footer_logo .para {
    font-size: 14px;
    margin-top: 15px;
    color: #fff;
    width: 80%;
}

.footer_box {
    margin-top: 40px;
}


.footer_box {
    margin-top: 20px;
}

.footer_box h5 {
    font-size: 19px;
    color: #fff;
    text-align: start;
    margin-bottom: 20px;
}


.footer_menu {
    padding: 0px;
}

.footer_menu li {
    text-align: start;
    padding: 7px 0px;
}

.footer_logo a {
    color: #ffffff7a;
    font-size: 18px;
    transition: all ease 0.3s;
}

.footer_logo a:hover {
    color: #fff;
    transition: all ease 0.3s;
}

.footer_menu li a {
    text-align: start;
    color: #ffffff7a;
    transition: all ease 0.3s;
    font-size: 15px;

}

.footer_menu li a:hover {
    color: #fff;
    transition: all ease 0.3s;
}

.footer_menu li img {
    filter: brightness(0) invert(1);
    height: 18px;
    width: 18px;
    margin-right: 10px;
}

.footer_menu.address_footer {
    margin-left: 30px;
}

.footer_menu.address_footer li {
    position: relative;
}

.footer_menu.address_footer li:first-child::before {
    content: url("../images/icons/address.svg");
    position: absolute;
    top: 7px;
    left: -30px;
}

.footer_menu.address_footer li:nth-child(2)::before {
    content: url("../images/icons/call.svg");
    position: absolute;
    top: 6px;
    left: -30px;
}

.footer_menu.address_footer li:last-child::before {
    content: url("../images/icons/mail.svg");
    position: absolute;
    top: 7px;
    left: -30px;
}


.footer_menu .para {
    color: #fff;
}


.email_flex {
    display: flex;
    gap: 5px;
    width: 95%;
}

.email_flex input {
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: transparent;
    color: var(--white);
}

.email_flex input::placeholder {
    color: rgba(255, 255, 255, 0.877);
}

.footer_bottom {
    margin-top: 4rem;
    padding: 3rem 0px 2rem 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffffab;
    position: relative;
}



.footer_bottom a {
    color: #ffffffab;
}

.multi-lang-footer {
    filter: brightness(0) invert(1);
    margin-right: 5px;
}

.copy {
    display: flex;
    gap: 3px;
}

.footer_bottom p {
    margin-bottom: 0px;
    color: #ffffffab;
    font-size: 13px;
    text-align: center;
}

.footer_bottom p a:hover {
    color: #F0D40B;
}


.social_links {
    margin-top: 25px;
}

footer .social_links ul {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
    padding-left: 0;
}

footer .social_links ul li i {
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    color: #fff;
    text-align: start;
    font-size: 20px;
}

footer .social_links ul li:hover {
    transform: translateY(-5px);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

/* ==================== Footer ==================== */

.inner_banner {
    padding-top: 80px;
    margin-top: 100px;
    padding-bottom: 50px;
}

.inner_banner_img {
    width: 100%;
    height: 500px;
    margin-top: 40px;
    border-radius: 30px;
    overflow: hidden;
}

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

.about_page {
    padding: 100px 0px;
    background: url(../images/about_bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.inner_banner_texts h1 {
    font-size: 70px;
    font-weight: 600;
    text-align: start;
}

.inner_banner_texts {
    display: flex;
    align-items: center;
    height: 100%;
}

/* =================================== */

.mission-vision {
    padding: 100px 0px;
    background: url(../images/projects-grid-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mission-vision_texts {
    display: flex;
    align-items: center;
    height: 100%;
}

.mission-vision_img {
    width: 100%;
    height: 200px;
    border-radius: 100px;
    overflow: hidden;
}

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

.values {
    padding: 100px 0px;
    background: #ffffff;
    background-image: url(/images/testi_bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.values_cards {
    margin-top: 30px;
}

.values_card {
    background: #F2F2F2;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #0000000f;
    height: calc(100% - 10px);
}

.values_card .para {
    font-size: 15px;
    color: #000000d3;
}

.values_card_img {
    margin-top: 20px;
}

.values_card_img img {
    height: 50px;
    margin-bottom: 10px;
}

/* ============================= */
/* .contact_banner_section{
    padding: 60px 0px;
} */
.contact_page_section {
    padding: 80px 0px;
}

.contact_details {
    margin-right: 40px;
    display: flex;
    align-items: center;
    height: 100%;
}

.contact_details .sub_head {
    margin-bottom: 30px;
}

.contact-detsils_box {
    margin-bottom: 10px;
    padding: 15px 0px;
}

.contact-detsils_box .para {
    margin-bottom: 10px;
}

.contact-detsils_box .social_links {
    margin-top: 0px;
}

.contact-detsils_box .social_links ul {
    padding-left: 0px;
    display: flex;
    gap: 20px;
}

.contact_form_box {
    padding: 60px 80px;
    background: #F1F2F4;
    border-radius: 30px;
}

.contact_form_box input,
.contact_form_box textarea {
    width: 100%;
    background: #F1F2F4;
    outline: none;
    border: 1px solid transparent;
    border-bottom: 1px solid #00000054;
    padding: 15px;
    margin-bottom: 20px;
}

.contact_form_box input:focus {
    border: 1px solid #f66a0c2a;
    border-radius: 50px;
}

.contact_form_box textarea:focus {
    border: 1px solid #f66a0c2a;
    border-radius: 20px;
}

.map_image {
    width: 100%;
    height: 600px;
    position: relative;
}

.map_image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 60%, rgb(255, 255, 255) 100%);
    width: 100%;
    height: 600px;
}

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


/* =============================== */

@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logo_items {
    display: inline-block;
    animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
    /* animation-play-state: paused; */
}

.logo_items img {
    height: 100px;
}

.logos_section {
    padding: 50px 0px;
}

/* =========================== */

/* Style for the gallery section */
.gallery-section {
    padding: 80px 0;
    text-align: center;
}

.tabs {
    margin-bottom: 30px;
    display: inline-grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.tabs button {
    padding: 10px 20px;
    /* margin-right: 10px; */
    cursor: pointer;
    background: #F1F2F4;
    border: none;
    border-radius: 30px;
    transition: background-color 0.3s;
}

.tabs button:hover {
    background: #aaaaaa;
    color: white;
}

.tabs button.active {
    background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgb(95, 95, 95) 100%);
    color: white;
}

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

.category {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.product_page .category {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    row-gap: 20px;
}

.gallery div {
    display: none;
    /* margin: 10px; */
}

.gallery img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
}

.gallery-caption {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 8px;
    font-weight: 500;
}

.fslightbox-full-dimension img {
    height: 400px !important;
    width: auto !important;
}

.amenity:hover img {
    animation: 1s kd-jello;
    cursor: pointer;
}

.adventure_box:hover img {
    animation: 1s kd-jello;
    cursor: pointer;
}

@keyframes kd-jello {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.fslightbox-open body {
    margin-right: 0px !important;
}

/* ================================= */


.service_boxes {
    padding: 60px 0px 35px 0px;
    background: url(../images/projects-grid-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.service_box {
    padding: 10px;
    background: #fff;
    border-radius: 20px;
    height: calc(100% - 30px);
    margin-bottom: 20px;
}

.small_service_img {
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

.small_service_img img {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-in-out;
    object-fit: cover;
}

.service_box:hover img {
    transform: scale(1.1) rotate(2deg);
    transition: all 0.3s ease-in-out;
}

.service_box .para {
    font-size: 15px;
}


/* ================================ */
/* =============== Whatsapp ====================== */

.hidden {
    display: none;
}

.sticky-button {
    position: fixed;
    background-color: #25d366;
    bottom: 20px;
    right: 20px;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    z-index: 20;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.sticky-button svg {
    margin: auto;
    fill: #fff;
    width: 35px;
    height: 35px;
}

.sticky-button a,
.sticky-button label {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 55px;
    height: 55px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sticky-button label svg.close-icon {
    display: none;
}

.sticky-chat {
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 320px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 21;
    opacity: 0;
    visibility: hidden;
}

.sticky-chat a {
    text-decoration: none;
    color: #505050;
}

.sticky-chat svg {
    width: 35px;
    height: 35px;
}

.sticky-chat .chat-content {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    font-weight: 400;
}

.sticky-chat .chat-header {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background-color: #25d366;
    overflow: hidden;
}

.sticky-chat .chat-header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 75px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 70px 0 5px 0;
}

.sticky-chat .chat-header svg {
    width: 35px;
    height: 35px;
    flex: 0 0 auto;
    fill: #fff;
}

.sticky-chat .chat-header img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.sticky-chat .chat-header .title {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.sticky-chat .chat-header .title span {
    font-size: 11px;
    font-weight: 400;
    display: block;
    line-height: 1.58em;
    margin: 0;
    color: #f4f4f4;
}

.sticky-chat .chat-text {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 18px;
    font-size: 12px;
}

.sticky-chat .chat-text span {
    display: inline-block;
    margin-right: auto;
    padding: 10px;
    background-color: #f0f5fb;
    border-radius: 0px 15px 15px;
}

.sticky-chat .chat-text span:after {
    content: "just now";
    display: inline-block;
    margin-left: 2px;
    font-size: 9px;
    color: #989b9f;
}

.sticky-chat .chat-text span.typing {
    margin: 15px 0 0 auto;
    padding: 10px;
    border-radius: 15px 0px 15px 15px;
}

.sticky-chat .chat-text span.typing:after {
    display: none;
}

.sticky-chat .chat-text span.typing svg {
    height: 13px;
    fill: #505050;
}

.sticky-chat .chat-button {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 14px 20px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
}

.sticky-chat .chat-button:hover {
    color: #000;
}

.sticky-chat .chat-button svg {
    width: 20px;
    height: 20px;
    fill: #444444;
    margin-left: auto;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
}

.chat-menu:checked+.sticky-button label {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.chat-menu:checked+.sticky-button label svg.chat-icon {
    display: none;
}

.chat-menu:checked+.sticky-button label svg.close-icon {
    display: table-cell;
}

.chat-menu:checked+.sticky-button+.sticky-chat {
    bottom: 90px;
    opacity: 1;
    visibility: visible;
}

/* =============== Whatsapp ====================== */


.projects_about {
    padding: 60px 0px;
}

.projects_grid {
    padding: 50px 0px;
}

.projects_grid1 {
    padding: 50px 0px;
}

.projects_grid2 {
    padding: 50px 0px;
    display: none;
}

.project_box {
    overflow: hidden;
    margin-bottom: 20px;
    height: 400px;
    width: 100%;
    min-width: 400px;
    border-radius: 20px;
    cursor: pointer;
}

.project_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.project_box:hover img {
    transform: scale(1.1) rotate(2deg);
    filter: blur(1px) grayscale(1);
    transition: all 0.3s ease-in-out;
    position: relative;

}

.project_box {
    position: relative;
}

.project_title {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 50%);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    z-index: 2;
    opacity: 0;
    width: 100%;
    padding: 30px 15px;
    margin-bottom: 0px;
    background: linear-gradient(to top, rgb(0 0 0 / 100%) 0, rgb(0 0 0 / 0%) 100%);
    transition: all 0.3s ease-in-out;

}

.project_box:hover .project_title {
    opacity: 1;
    transform: translate(-50%, 0%);
    transition: all 0.3s ease-in-out;

}

.project_scroll {
    display: flex;
    gap: 20px;
    transform: translateX(10%);
}

.project_grid1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    overflow: hidden;
}

.project_grid1 .project_box {
    margin-bottom: 0px;
}

.project_grid1 .project_box img {
    overflow: hidden;
}

/* ===================== */
/* ============= POPUP FORM=============== */

.form-popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.form-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 80%);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 999999;
}


.bodyfix.popup-open {
    overflow: hidden;
    height: 100vh;
    touch-action: none;
}

.form-popup-bg.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.form-container {
    background: #F1F2F4;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 3%), 0 0px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 15px;
    position: relative;


}

.form-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #000;
    height: auto;
    max-height: 80vh;
    padding: 0px 25px;
    overflow-y: scroll;
    background: #F1F2F4;
}

.is-visible {
    overflow: hidden;
}

.form-header::-webkit-scrollbar {
    width: 8px;
}

.form-header::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.589);
    border-radius: 10px;
}

.form-header::-webkit-scrollbar-thumb {
    background: #F6690C;
    border-radius: 10px;
}

.form-header::-webkit-scrollbar-thumb:hover {
    background: #dd5a03;
}


body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    background: rgba(255, 194, 154, 0.61);
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    background: #ff964f;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #ff8d41;
}


.close-button {
    background: none;
    position: absolute;
    top: 30px;
    right: 30px;
    border: none;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.close-button:before {
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 22px;
    color: var(--primary-color);
    line-height: 1;
}

.form-popup-bg:before {
    content: '';
    background-color: #ffffff;
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.form-popup-bg input,
.form-popup-bg textarea {
    width: 100%;
    background: #F1F2F4;
    outline: none;
    border: 1px solid transparent;
    border-bottom: 1px solid #00000054;
    padding: 15px;
    margin-bottom: 20px;
}

.form-popup-bg input:focus {
    border: 1px solid #f66a0c2a;
    border-radius: 50px;
}

.form-popup-bg textarea:focus {
    border: 1px solid #f66a0c2a;
    border-radius: 20px;
}


.form-popup-bg .sub_head {
    color: #000;
    text-align: center;
}

.form-popup-bg .para {
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.form-popup-bg .primary_btn {
    width: 100%;
    margin-top: 10px;
}



input[type="file"] {
    display: none;
}

.custom-file-upload {
    width: 100%;
    padding: 10px 16px;
    border-radius: 15px;
    border: none;
    background: #ffffff;
    font-size: 14px;
    outline: none;
    margin-bottom: 10px;
    text-align: center;
}

.custom-file-upload p {
    margin: 0px;
    color: #6c6c6c;
    font-size: 15px;
    width: 100%;
}


/* ================================== */

/* Custom Multi Select */
.sd-multiSelect {
    position: relative;
}

.sd-multiSelect .placeholder {
    opacity: 1;
    background-color: transparent;
    cursor: pointer;
}

.sd-multiSelect .ms-offscreen {
    height: 1px;
    width: 1px;
    opacity: 0;
    overflow: hidden;
    display: none;
}

.sd-multiSelect .sd-CustomSelect {
    width: 100% !important;
    margin-bottom: 20px;
}

.sd-multiSelect .ms-choice {
    position: relative;
    text-align: left !important;
    width: 100%;
    border: none;
    background: #ffffff;
    box-shadow: none;
    font-size: 15px;
    height: 55px;
    padding: 15px;
    color: #333;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 15px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 5px;
}

.sd-multiSelect .ms-choice:after {
    content: "\f107 ";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.sd-multiSelect .ms-choice:focus {
    border-color: var(--theme-color);
}

.sd-multiSelect .ms-drop.bottom {
    display: none;
    background: #ffffff;
    padding: 20px;
    color: #333333;
    border-radius: 15px;
}

.sd-multiSelect .ms-drop ul {
    padding-left: 0px;
}

.sd-multiSelect .ms-drop li {
    position: relative;
    margin-bottom: 10px;
}

.sd-multiSelect .ms-drop li input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.sd-multiSelect .ms-drop li label {
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.sd-multiSelect .ms-drop li label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #F6690C;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 30px;
}

.sd-multiSelect .ms-drop li input:checked+span:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #F6690C;
    border-width: 0 2px 2px 0;
    border-radius: 30px;
}

.product_caption {
    display: block;
    text-align: start;
    font-size: 18px;
    color: #333;
    margin-top: 8px;
    font-weight: 600;
    padding: 0px 5px;
}
.product_details{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding:0px 5px;
}
.product_price{
    white-space: nowrap;
    font-size: 15px;
    text-align: start;
    color: #989898;
    font-weight: 500;
}
.product_type{
     white-space: nowrap;
    font-size: 13px;
    text-align: end;
    color: #4f4f4f;
}

/* ============================= */