@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Vidaloka&display=swap");
a,
a:hover {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

h2,
p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

input,
textarea {
    background: none;
    border: none;
    outline: none;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.space6 {
    height: 6px;
}

.space8 {
    height: 8px;
}

.space10 {
    height: 10px;
}

.space12 {
    height: 12px;
}

.space14 {
    height: 14px;
}

.space16 {
    height: 16px;
}

.space18 {
    height: 18px;
}

.space20 {
    height: 20px;
}

.space22 {
    height: 22px;
}

.space24 {
    height: 24px;
}

.space26 {
    height: 26px;
}

.space28 {
    height: 28px;
}

.space30 {
    height: 30px;
}

.space32 {
    height: 32px;
}

.space34 {
    height: 34px;
}

.space36 {
    height: 36px;
}

.space38 {
    height: 38px;
}

.space40 {
    height: 40px;
}

.space42 {
    height: 42px;
}

.space44 {
    height: 44px;
}

.space46 {
    height: 46px;
}

.space48 {
    height: 48px;
}

.space50 {
    height: 50px;
}

.space52 {
    height: 52px;
}

.space54 {
    height: 54px;
}

.space56 {
    height: 56px;
}

.space58 {
    height: 58px;
}

.space60 {
    height: 60px;
}

.space62 {
    height: 62px;
}

.space64 {
    height: 64px;
}

.space66 {
    height: 66px;
}

.space68 {
    height: 68px;
}

.space70 {
    height: 70px;
}

.space72 {
    height: 72px;
}

.space74 {
    height: 74px;
}

.space76 {
    height: 76px;
}

.space78 {
    height: 78px;
}

.space80 {
    height: 80px;
}

.space82 {
    height: 82px;
}

.space84 {
    height: 84px;
}

.space86 {
    height: 86px;
}

.space {
    height: 88px;
}

.space90 {
    height: 90px;
}

.space92 {
    height: 92px;
}

.space94 {
    height: 94px;
}

.space96 {
    height: 96px;
}

.space98 {
    height: 98px;
}

.space100 {
    height: 100px;
}

.sp-about {
    padding: 60px 0 60px;
}
.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    /*visibility: hidden;*/
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

@keyframes animation-5 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.aniamtion-key-5 {
    position: relative;
    animation-name: animation-5;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: all 0.4s ease-in-out;
}

@keyframes animation-7 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-1000deg);
    }
}

.keyframe5 {
    position: relative;
    animation-name: animation-7;
    animation-duration: 90s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-1 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(30px);
    }
}

.aniamtion-key-1 {
    position: relative;
    animation-name: animation-1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(50px);
    }
}

.aniamtion-key-2 {
    position: relative;
    animation-name: animation-2;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-3 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(60px);
    }
}

.aniamtion-key-3 {
    position: relative;
    animation-name: animation-3;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-4 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(40px);
    }
}

.aniamtion-key-4 {
    position: relative;
    animation-name: animation-4;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-6 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(50px);
    }
}

.aniamtion-key-6 {
    position: relative;
    animation-name: animation-6;
    animation-duration: 1.9s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-8 {
    0% {
        padding-left: 0px;
    }
    100% {
        padding-left: 50px;
    }
}

.aniamtion-key-7 {
    position: relative;
    animation-name: animation-8;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes fade-in-down {
    0% {
        transform: translate3d(0, -50px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.pulse-border {
    position: relative;
    animation-name: pulse-border;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translatex(-100%);
    }
}

@keyframes marquee-2 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translatex(0);
    }
}

:root {
    --ztc-text-text-1: #fff;
    --ztc-text-text-2: #070610;
    --ztc-text-text-3: #6C6C6C;
    --ztc-text-text-4: #93C30D;
    --ztc-text-text-5: #070615;
    --ztc-text-text-6: #686673;
    --ztc-text-text-7: #5E9450;
    --ztc-text-text-8: #081511;
    --ztc-text-text-9: #4E5352;
    --ztc-text-text-10: #14453D;
    --ztc-text-text-11: #DEC678;
    --ztc-text-text-12: #FB8500;
    --ztc-text-text-13: #413A36;
    --ztc-text-text-14: #565656;
    --ztc-text-text-15: #FC4D06;
    --ztc-text-text-16: #0D0F18;
    --ztc-text-text-17: #100F22;
    --ztc-text-text-18: #FF7B00;
    --ztc-text-text-19: #040908;
    --ztc-text-text-20: #007F5F;
    --ztc-text-text-21: #060D14;
    --ztc-text-text-22: #0094FF;
    --ztc-text-text-23: #06060F;
    --ztc-text-text-24: #6C65EC;
    --ztc-text-text-25: #070A17;
    --ztc-text-text-26: #696C7A;
    --ztc-text-text-27: #5C7AFF;
    --ztc-bg-bg-1: #fff;
    --ztc-bg-bg-2: #93C30D;
    --ztc-bg-bg-3: #F4F9E6;
    --ztc-bg-bg-4: #070610;
    --ztc-bg-bg-5: #070615;
    --ztc-bg-bg-6: #5E9450;
    --ztc-bg-bg-7: #081511;
    --ztc-bg-bg-8: #14453D;
    --ztc-bg-bg-9: #DEC678;
    --ztc-bg-bg-10: #FB8500;
    --ztc-bg-bg-11: #FC4D06;
    --ztc-bg-bg-12: #0D0F18;
    --ztc-bg-bg-13: #FF7B00;
    --ztc-bg-bg-14: #100F22;
    --ztc-bg-bg-15: #007F5F;
    --ztc-bg-bg-16: #040908;
    --ztc-bg-bg-17: #060D14;
    --ztc-bg-bg-18: #0094FF;
    --ztc-bg-bg-19: #06060F;
    --ztc-bg-bg-20: #6C65EC;
    --ztc-bg-bg-21: #070A17;
    --ztc-bg-bg-22: #5C7AFF;
    --ztc-border-border-1: #E5E7EB;
    --ztc-border-border-2: #dfdcdc;
    --ztc-font-size-font-s10: 10px;
    --ztc-font-size-font-s12: 12px;
    --ztc-font-size-font-s14: 14px;
    --ztc-font-size-font-s16: 16px;
    --ztc-font-size-font-s18: 18px;
    --ztc-font-size-font-s20: 20px;
    --ztc-font-size-font-s22: 22px;
    --ztc-font-size-font-s24: 24px;
    --ztc-font-size-font-s26: 26px;
    --ztc-font-size-font-s28: 28px;
    --ztc-font-size-font-s30: 30px;
    --ztc-font-size-font-s32: 32px;
    --ztc-font-size-font-s34: 34px;
    --ztc-font-size-font-s36: 36px;
    --ztc-font-size-font-s38: 38px;
    --ztc-font-size-font-s40: 40px;
    --ztc-font-size-font-s42: 42px;
    --ztc-font-size-font-s44: 44px;
    --ztc-font-size-font-s46: 46px;
    --ztc-font-size-font-s48: 48px;
    --ztc-font-size-font-s50: 50px;
    --ztc-font-size-font-s52: 52px;
    --ztc-font-size-font-s54: 54px;
    --ztc-font-size-font-s48: 48px;
    --ztc-font-size-font-s58: 58px;
    --ztc-font-size-font-s60: 60px;
    --ztc-font-size-font-s62: 62px;
    --ztc-font-size-font-s64: 64px;
    --ztc-font-size-font-s66: 66px;
    --ztc-font-size-font-s68: 68px;
    --ztc-font-size-font-s70: 70px;
    --ztc-font-size-font-s72: 72px;
    --ztc-font-size-font-s10: 10px;
    --ztc-font-size-font-s12: 12px;
    --ztc-font-size-font-s14: 14px;
    --ztc-font-size-font-s16: 16px;
    --ztc-font-size-font-s18: 18px;
    --ztc-font-size-font-s20: 20px;
    --ztc-font-size-font-s22: 22px;
    --ztc-font-size-font-s24: 24px;
    --ztc-font-size-font-s26: 26px;
    --ztc-font-size-font-s28: 28px;
    --ztc-font-size-font-s30: 30px;
    --ztc-font-size-font-s32: 32px;
    --ztc-font-size-font-s34: 34px;
    --ztc-font-size-font-s36: 36px;
    --ztc-font-size-font-s38: 38px;
    --ztc-font-size-font-s40: 40px;
    --ztc-font-size-font-s42: 42px;
    --ztc-font-size-font-s44: 44px;
    --ztc-font-size-font-s46: 46px;
    --ztc-font-size-font-s48: 48px;
    --ztc-font-size-font-s50: 50px;
    --ztc-font-size-font-s52: 52px;
    --ztc-font-size-font-s54: 54px;
    --ztc-font-size-font-s56: 56px;
    --ztc-font-size-font-s58: 58px;
    --ztc-font-size-font-s60: 60px;
    --ztc-font-size-font-s62: 62px;
    --ztc-font-size-font-s64: 64px;
    --ztc-font-size-font-s66: 66px;
    --ztc-font-size-font-s68: 68px;
    --ztc-font-size-font-s70: 70px;
    --ztc-font-size-font-s72: 72px;
    --ztc-specing-height6: 6px;
    --ztc-specing-height8: 8px;
    --ztc-specing-height10: 10px;
    --ztc-specing-height12: 12px;
    --ztc-specing-height14: 114px;
    --ztc-specing-height16: 16px;
    --ztc-specing-height18: 18px;
    --ztc-specing-height20: 20px;
    --ztc-specing-height22: 22px;
    --ztc-specing-height24: 24px;
    --ztc-specing-height26: 26px;
    --ztc-specing-height28: 28px;
    --ztc-specing-height30: 30px;
    --ztc-specing-height32: 32px;
    --ztc-specing-height34: 34px;
    --ztc-specing-height36: 36px;
    --ztc-specing-height38: 38px;
    --ztc-specing-height40: 40px;
    --ztc-specing-height42: 42px;
    --ztc-specing-height44: 44px;
    --ztc-specing-height46: 46px;
    --ztc-specing-height48: 48px;
    --ztc-specing-height50: 50px;
    --ztc-specing-height52: 52px;
    --ztc-specing-height54: 54px;
    --ztc-specing-height56: 56px;
    --ztc-specing-height58: 58px;
    --ztc-specing-height60: 60px;
    --ztc-specing-height70: 70px;
    --ztc-specing-height80: 80px;
    --ztc-specing-height90: 90px;
    --ztc-specing-height100: 100px;
    --ztc-specing-height110: 110px;
    --ztc-specing-height120: 120px;
    --ztc-specing-height130: 130px;
    --ztc-weight-regular: 400;
    --ztc-weight-medium: 500;
    --ztc-weight-semibold: 600;
    --ztc-weight-bold: 700;
    --ztc-weight-black: 800;
    --ztc-family-font1: 'Vidaloka', serif;
    --ztc-family-font2: 'Plus Jakarta Sans', sans-serif;
}

/*
============================
Name: RS Construction
Description: Construction
Author: JRM Infotech
Location:
============================
*/

/*============= HEDAER CSS AREA ===============*/

/*============= HERO CSS AREA ===============*/

/*============= MOBILE-MENU CSS AREA ===============*/

/*============= ABOUT CSS AREA ===============*/

/*============= SERVICE CSS AREA ===============*/

/*============= TESTIMONIAL CSS AREA ===============*/

/*============= GALLERY CSS AREA ===============*/

/*============= CONTACT CSS AREA ===============*/

/*============= FOOTER CSS AREA ===============*/


.header-btn3 {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    background:#e1e1e1;
    border-radius: 80px;
    padding: 17px 24px;
    position: relative;
    z-index: 1;
}

.header-btn3:hover {
    transition: all 0.4s;
    color: #ffffff !important;
    background: white;
}

.header-btn3:hover::after {
    width: 94%;
    transition: all 0.4s;
    border-radius: 80px;
    /* background:#f90d90; */
    background:#0000ff;
    color: white;
}

.header-btn3::after {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s;
    background: #8fd8fc;;
    /* background: #ffabd9; */
    left: 5px;
    top: 5px;
    z-index: -1;
}

.header-btn4 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    background:#0000ff;
    border-radius: 80px;
    padding: 17px 24px;
    position: relative;
    z-index: 1;
}

.header-btn4:hover {
    transition: all 0.4s;
    color: #0000FF;
}

.header-btn4:hover:after {
    width: 94%;
    transition: all 0.4s;
    border-radius: 80px;
    background-color: white;
}

.header-btn4::after {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s;
    background: #a4a4a4;
    left: 5px;
    top: 5px;
    z-index: -1;
}

.header-heading h2 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s56);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 70px;
    transition: all 0.4s;
    display: inline-block;
}

@media (max-width: 767px) {
    .header-heading h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.header-heading p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
    transition: all 0.4s;
}

.heading3 h5 {
    color:#0000ff;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    border-radius: 64px;
    background: #f7f7f7;
    padding: 10px 14px;
    display: inline-block;
}

.heading3 h2 {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 54px;
}

@media (max-width: 767px) {
    .heading3 h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.heading3 p {
    color: var(--ztc-text-text-9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

.header-heading2 h5 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 12px;
}

.header-heading2 h5 i {
    margin: 0 6px 0 0;
}

.header-heading2 h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s48);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 64px;
    transition: all 0.4s;
    display: inline-block;
}

@media (max-width: 767px) {
    .header-heading2 h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.header-heading2 p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
    transition: all 0.4s;
    opacity: 80%;
}

@media (max-width: 767px) {
    .heading4 h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.heading8 h5 {
    color:#0000FF;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    border-radius: 40px;
    background:#f7f7f7;
    padding: 10px 14px;
    display: inline-block;
}

.heading8 h2 {
    color: var(--ztc-text-text-21);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 54px;
}

@media (max-width: 767px) {
    .heading8 h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.heading8 p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

/*============= COMMON CSS AREA ENDS===============*/

.bg1 {
    background: #F1F4F3;
}

.bg2 {
    background: #fff !important;
}

.sp1 {
    padding: 100px 0 100px;
}

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

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

.sp2 {
    padding: 100px 0 70px;
}

@media (max-width: 767px) {
    .sp2 {
        padding: 50px 0 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp2 {
        padding: 50px 0 20px;
    }
}

.sp3 {
    padding: 100px 0 50px;
}

.sp4 {
    padding: 80px 0 80px;
}

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

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

.sp5 {
    padding: 60px 0 60px;
}

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

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

.sp6 {
    padding: 120px 0 120px;
}

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp-about {
        padding: 290px 0 60px !important;
    }
}


.sp7 {
    padding: 120px 0 90px;
}

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

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

.sp8 {
    padding: 100px 0 0;
}

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

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

.sp9 {
    padding: 120px 0 0;
}

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

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

.sp10 {
    padding: 0 0 100px;
}

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

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

.space-margin60 {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .space-margin60 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .space-margin60 {
        margin-bottom: 30px;
    }
}

/*============= ABOUT CSS AREA ===============*/


/*============= SERVICE CSS AREA ===============*/
.service3-section-area {
    position: relative;
    z-index: 1;
    background: #F9F9F9;
    background-image: url('../img/logo/logo4greay.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%; /* control size of watermark */
    opacity: 1; /* keep this 1, control watermark transparency via image itself */
    position: relative;
}

.service3-section-area .amenities-boxarea {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 30px;
    
}

.service3-section-area .amenities-boxarea:hover .img1 {
    transition: all 0.4s;
}

.service3-section-area .amenities-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.service3-section-area .amenities-boxarea:hover .img1::after {
    visibility: visible;
    opacity: 0.5;
    left: 0;
    top: 0;
    transition: all 0.4s;
    width: 100%;
    height: 100%;
}

.service3-section-area .amenities-boxarea:hover .content-area h3 {
    transform: rotateY(-360deg);
    transition: all 0.4s;
}

.service3-section-area .amenities-boxarea .img1 {
    position: relative;
    top: 0;
    z-index: 1;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.4s;
}

.service3-section-area .amenities-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    left: 20%;
    top: 20%;
    transition: all 0.4s;
    background:#8fd8fc;
    opacity: 0;
    border-radius: 50%;
    visibility: hidden;
}

.service3-section-area .amenities-boxarea .img1 img {
    height: 160px;
    width: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 50%;
    transition: all 0.4s;
}

.service3-section-area .amenities-boxarea .content-area {
    text-align: center;
    border-radius: 16px;
    position: relative;
}

.service3-section-area .amenities-boxarea .content-area a {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.service3-section-area .amenities-boxarea .content-area a:hover {
    color:#0000FF;
    transition: all 0.4s;
}

.service3-section-area .amenities-boxarea .content-area p {
    color: var(--ztc-text-text-9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
    transition: all 0.4s;
}

.service3-section-area .amenities-boxarea .content-area h3 {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    transition: all 0.4s;
    background: #0000ff;
    border-radius: 50%;
    color:#ffffff;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    border: 2px solid var(--ztc-text-text-1);
    top: -180px;
    right: 65px;
    z-index: 2;
    position: absolute;
}

/* =========External Service======== */


.space-margin-service{
    margin: 80px 0px;
}
.rs-services{
    padding-bottom: 70px;
}
/*============= SERVICE CSS AREA ENDS===============*/

/*============= HERO CSS AREA ===============*/

.header-carousel-area3 .active .main-hero-area .header-content-area h1 {
    transition: transform 1600ms ease, opacity 1600ms ease;
    transform: translateX(0px);
    opacity: 1;
}

.header-carousel-area3 .active .main-hero-area .header-content-area p {
    transition: transform 1700ms ease, opacity 1700ms ease;
    transform: translateX(0px);
    opacity: 0.9 !important;
}

.header-carousel-area3 .active .main-hero-area .header-content-area .btn-area1 {
    transition: transform 1800ms ease, opacity 1800ms ease;
    transform: translateX(0px);
    opacity: 1;
}

.header-carousel-area3 .active .main-hero-area .auhtor-box {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 700ms;
    bottom: 50px;
}

.header-carousel-area3 .active .main-hero-area .img1 {
    transform: translateX(0);
}

.header-carousel-area3 .active .main-hero-area .bg-elements {
    transform: translateX(0);
}

.header-carousel-area3 .main-hero-area {
    position: relative;
    z-index: 1;
    padding: 280px 0 148px;
    overflow: hidden;
}

.header-carousel-area3 .main-hero-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    /* background: #F90B93;
    background: radial-gradient(circle,rgba(249, 11, 147, 1) 0%, rgba(255, 102, 0, 1) 100%); */
    background: #0000FF;
background: linear-gradient(90deg, rgba(0, 0, 255, 1) 0%, rgba(0, 171, 255, 1) 100%);   
    z-index: -2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-carousel-area3 .main-hero-area {
        padding: 200px 0 120px;
    }
}

@media (max-width: 767px) {
    .header-carousel-area3 .main-hero-area {
        padding: 200px 0 120px;
    }
}

.header-carousel-area3 .main-hero-area .img1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50%;
    transform: translateX(200px);
    transition: transform 8000ms ease, opacity 2400ms ease-in;
    z-index: -1;
    overflow: hidden;
}

@media (max-width: 767px) {
    .header-carousel-area3 .main-hero-area .img1 {
        width: 100%;
        transform: translateX(0);
    }
}

.header-carousel-area3 .main-hero-area .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--ztc-text-text-8);
    opacity: 0;
    z-index: 1;
}

@media (max-width: 767px) {
    .header-carousel-area3 .main-hero-area .img1::after {
        opacity: 0.7;
    }
}

.header-carousel-area3 .main-hero-area .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-carousel-area3 .main-hero-area .bg-elements {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
    transform: translateX(500px);
    transition: transform 8000ms ease, opacity 2400ms ease-in;
}

.header-carousel-area3 .main-hero-area .bg-elements img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .header-carousel-area3 .main-hero-area .bg-elements {
        display: none;
    }
}

.header-carousel-area3 .main-hero-area .header-content-area {
    position: relative;
}

.header-carousel-area3 .main-hero-area .header-content-area .elements {
    position: absolute;
    filter: brightness(0) invert(1);
    opacity: 3%;
    top: -190px;
    width: 700px;
    left: -180px;
}

.header-carousel-area3 .main-hero-area .header-content-area .elements img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-carousel-area3 .main-hero-area .header-content-area .header-heading2 {
    overflow: hidden;
}

.header-carousel-area3 .main-hero-area .header-content-area h5 {
    transition: transform 1200ms ease, opacity 1500ms ease;
    transform: translateX(-600px);
    opacity: 0;
    position: relative;
    overflow: hidden;
}

.header-carousel-area3 .main-hero-area .header-content-area h1 {
    overflow: hidden;
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateX(-800px);
    position: relative;
    opacity: 0;
    font-family: var(--ztc-family-font2) !important;
    font-weight: var(--ztc-weight-bold);
}

.header-carousel-area3 .main-hero-area .header-content-area p {
    overflow: hidden;
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateX(-900px);
    position: relative;
    opacity: 0 !important;
}

.header-carousel-area3 .main-hero-area .header-content-area .btn-area1 {
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateX(-1000px);
    position: relative;
    opacity: 0;
}

.header-carousel-area3 .main-hero-area .header-content-area .btn-area1 .popup-youtube {
    padding-left: 16px;
}

@media (max-width: 767px) {
    .header-carousel-area3 .main-hero-area .header-content-area .btn-area1 .popup-youtube {
        padding-left: 16px;
        padding-top: 20px;
    }
}

.header-carousel-area3 .main-hero-area .header-content-area .btn-area1 .popup-youtube span.play-btn {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-10);
    position: relative;
    z-index: 1;
}

.header-carousel-area3 .main-hero-area .header-content-area .btn-area1 .popup-youtube span.play-btn::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 18px;
    top: 18px;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    z-index: -1;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    opacity: 40%;
    display: inline-block;
}

.header-carousel-area3 .main-hero-area .header-content-area .btn-area1 .popup-youtube span.text {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    padding-left: 10px;
}

.header-carousel-area3 .main-hero-area .auhtor-box {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 1;
    border-radius: 120px;
    background: var(--ztc-text-text-1);
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(120px);
    transform-origin: bottom;
    transition: all 1000ms ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-carousel-area3 .main-hero-area .auhtor-box {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-carousel-area3 .main-hero-area .auhtor-box {
        display: none;
    }
}

.header-carousel-area3 .main-hero-area .auhtor-box .others-box {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 14px 20px;
}

.header-carousel-area3 .main-hero-area .auhtor-box .others-box .img3 {
    position: relative;
    z-index: 1;
}

.header-carousel-area3 .main-hero-area .auhtor-box .others-box .img3 img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-carousel-area3 .main-hero-area .auhtor-box .others-box .text {
    padding-left: 20px;
}

.header-carousel-area3 .main-hero-area .auhtor-box .others-box .text h3 {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
}

.header-carousel-area3 .main-hero-area .auhtor-box .others-box .text p {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
}

.header-carousel-area3 .owl-nav {
    position: absolute;
    right: 50px;
    top: 38%;
    z-index: 2;
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
    .header-carousel-area3 .owl-nav {
        position: absolute;
        bottom: 110px;
        right: inherit;
        left: 45%;
        top: inherit;
    }
}

/* @media (max-width: 567px) {
    .header-carousel-area3 .owl-nav {
        position: absolute;
        bottom: 310px;
        right: inherit;
        left: 62%;
        top: inherit;
    }
} */

@media (max-width: 767px) {
    .header-carousel-area3 .owl-nav {
        position: absolute;
        bottom: 80%;
        right: inherit;
        left: 65%;
        top: inherit;
    }
}


.header-carousel-area3 .owl-nav button {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    background: var(--ztc-text-text-1) !important;
    border-radius: 50%;
    display: block;
    transition: all 0.4s;
    color: #494949 !important;
    font-size: var(--ztc-font-size-font-s20);
}

.header-carousel-area3 .owl-nav button:hover {
background-color: #0000FF !important;
    color:white !important;
    transition: all 0.4s;
}

.header-carousel-area3 .owl-nav button.owl-next {
    margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-carousel-area3 .owl-nav button.owl-next {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .header-carousel-area3 .owl-nav button.owl-next {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-carousel-area3 .owl-nav button {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .header-carousel-area3 .owl-nav button {
        display: inline-block;
    }
}




.inner-main-hero-area {
    position: relative;
    z-index: 1;
    padding: 238px 0 140px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-main-hero-area {
        padding: 238px 0 140px;
    }
}

@media (max-width: 767px) {
    .inner-main-hero-area {
        padding: 160px 0 60px;
    }
}

.inner-main-hero-area .img1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.inner-main-hero-area .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-7);
    opacity: 0.6;
    z-index: 1;
}

@media screen and (min-width: 2000px) {
    .inner-main-hero-area .img1 {
        width: 100%;
    }
}

.inner-main-hero-area .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner-main-hero-area .img2 {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
    width: 45%;
}

.inner-main-hero-area .img2::after {
    position: absolute;
    content: "";
    height: 139%;
    width: 10px;
    background: var(--ztc-bg-bg-1);
    z-index: 1;
    left: 340px;
    top: -144px;
    transform: rotate(30deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-main-hero-area .img2::after {
        left: 160px;
    }
}

.inner-main-hero-area .img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .inner-main-hero-area .img2 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-main-hero-area .img2 {
        width: 55%;
    }
}

@media (max-width: 767px) {
    .inner-main-hero-area .inner-heading {
        text-align: center;
    }
}

.inner-main-hero-area .inner-heading p a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}

.inner-main-hero-area .inner-heading p a i {
    margin: 0 8px;
}

/*============= HERO CSS AREA ===============*/

/*============= MOBILE MENU CSS AREA ===============*/

.mobile-header.mobile-haeder3 {
    background: var(--ztc-bg-bg-1);
    position: fixed;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}

.mobile-header.mobile-haeder3 .dots-menu {
    color: var(--ztc-text-text-5);
}

.mobile-header.mobile-haeder3 .mobile-logo {
    height: 48px;
    width: 180px;
}

.mobile-sidebar.mobile-sidebar3 {
    background: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar3 .logos {
    height: 48px;
    width: 180px;
}

.mobile-sidebar.mobile-sidebar3 .menu-close {
    color: var(--ztc-text-text-5);
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
    background: var(--ztc-text-text-5);
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
    background: var(--ztc-text-text-5);
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 ul li a {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2) !important;
}

.mobile-sidebar.mobile-sidebar3 .allmobilesection .header-btn3 {
    width: 100%;
    text-align: center;
    color: var(--ztc-text-text-8);
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar3 .allmobilesection .header-btn3 i {
    margin-left: 4px;
    transform: rotate(-45deg);
}

.mobile-sidebar.mobile-sidebar3 .allmobilesection .header-btn3:hover::after {
    width: 98%;
}

.mobile-sidebar.mobile-sidebar3 .single-footer h3 {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-8);
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single .contact-info-icon span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-bg-bg-8);
    transition: all 0.4s;
    display: inline-block;
    font-size: 14px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
    display: inline-block;
    margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul {
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul li {
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    background:#0000ff;
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 50%;
    margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

/*============= MOBILE MENU CSS AREA ===============*/


/*============= FOOTER CSS AREA ===============*/
.footer3-section-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/all-images/footer/footer-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 80px;
}

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

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

.footer3-section-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-7);
    z-index: -1;
    opacity: 0.6;
}

.footer3-section-area .footer-instagram-area .footer-contact-box {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-1);
    border-radius: 16px;
    padding: 32px;
}

@media (max-width: 767px) {
    .footer3-section-area .footer-instagram-area .footer-contact-box {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer3-section-area .footer-instagram-area .footer-contact-box {
        margin-bottom: 30px;
    }
}

.footer3-section-area .footer-instagram-area .footer-contact-box h3 {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
}

.footer3-section-area .footer-instagram-area .footer-contact-box .input-area input {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    border-radius: 4px;
    padding: 18px 16px;
    background: #F0F1F1;
    height: 52px;
    width: 100%;
}

.footer3-section-area .footer-instagram-area .footer-contact-box .input-area input::-moz-placeholder {
    font-family: var(--ztc-family-font2);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-9);
}

.footer3-section-area .footer-instagram-area .footer-contact-box .input-area input::placeholder {
    font-family: var(--ztc-family-font2);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-9);
}

.footer3-section-area .footer-instagram-area .footer-contact-box .input-area textarea {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    border-radius: 4px;
    padding: 18px 16px;
    background: #F0F1F1;
    height: 120px;
    width: 100%;
}

.footer3-section-area .footer-instagram-area .footer-contact-box .input-area textarea::-moz-placeholder {
    font-family: var(--ztc-family-font2);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-9);
}

.footer3-section-area .footer-instagram-area .footer-contact-box .input-area textarea::placeholder {
    font-family: var(--ztc-family-font2);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-9);
}

.footer3-section-area .footer-instagram-area .footer-contact-box .input-area button {
    border: none;
    outline: none;
}

.footer3-section-area .footer-instagram-area .instagram-images .instagram-posts {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    margin-bottom: 20px;
}

.footer3-section-area .footer-instagram-area .instagram-images .instagram-posts:hover .img1::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.footer3-section-area .footer-instagram-area .instagram-images .instagram-posts:hover .icons {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 33%;
}

.footer3-section-area .footer-instagram-area .instagram-images .instagram-posts .img1 {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    height: 190px;
}

.footer3-section-area .footer-instagram-area .instagram-images .instagram-posts .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    border-radius: 16px;
    background: rgba(7, 6, 16, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    visibility: hidden;
    opacity: 0;
}

.footer3-section-area .footer-instagram-area .instagram-images .instagram-posts .img1 img {
    height: 280px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.footer3-section-area .footer-instagram-area .instagram-images .instagram-posts .icons {
    position: absolute;
    top: 30%;
    left: 42%;
    right: 45%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
}

.footer3-section-area .footer-instagram-area .instagram-images .instagram-posts .icons a {
    height: 60px;
    width: 60px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 4px;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-8);
    text-align: center;
    line-height: 65px;
    font-size: var(--ztc-font-size-font-s32);
}

.footer3-section-area .footer-instagram-area .instagram-images .instagram-posts .icons a:hover {
    background: var(--ztc-text-text-10);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.footer3-section-area .footer3-bottom-section {
    position: relative;
    z-index: 2;
}

.footer3-section-area .footer3-bottom-section .footer-bottom-area {
    background: var(--ztc-bg-bg-1);
    border-radius: 16px;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 40px 60px;
    z-index: 2;
}

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

@media (max-width: 767px) {
    .footer3-section-area .footer3-bottom-section .footer-bottom-area {
        padding: 30px;
    }
}

.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area {
        display: block;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area {
        display: block;
        text-align: center;
    }
}

.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-logo img {
    width: 150px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-logo {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-logo {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu {
        padding-bottom: 20px;
    }
}

.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li {
    display: block;
    transition: all 0.4s;
}

.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 30px;
    transition: all 0.4s;
    display: inline-block;
}

@media (max-width: 767px) {
    .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a {
        padding: 0 10px 0 0;
    }
}

.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu ul li a:hover {
    color:#0000ff;
    transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 {
        padding-bottom: 20px;
        text-align: center;
    }
}

.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li {
    display: block;
    transition: all 0.4s;
}

.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 24px;
    transition: all 0.4s;
    display: flex;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
        padding: 0;
        text-align: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a {
        padding: 0;
        text-align: center;
        justify-content: center;
    }
}

.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a i {
    margin: 0 6px 0 0;
}

.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-menu2 ul li a:hover {
    color:#0000ff;
    transition: all 0.4s;
}

.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li {
    display: inline-block;
}

.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li a {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    transition: all 0.4s;
    border-radius: 50%;
    display: inline-block;
    background: #D0DAD8;
    color: black;
}

.footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area .footer-social ul li a:hover {
    background:#0000ff;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.footer3-section-area .footer3-bottom-section .footer-bottom-area .copyright-area {
    padding-top: 24px;
    border-top: 1px solid #E6E6E7;
    text-align: center;
}

@media (max-width: 767px) {
    .footer3-section-area .footer3-bottom-section .footer-bottom-area .copyright-area {
        display: block;
        text-align: center;
    }
}

.footer3-section-area .footer3-bottom-section .footer-bottom-area .copyright-area p {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
    opacity: 0.6;
}

@media (max-width: 767px) {
    .footer3-section-area .footer3-bottom-section .footer-bottom-area .copyright-area .privacy {
        padding-top: 20px;
    }
}
.footer-cta-box {
    background: 
      linear-gradient(rgba(10, 25, 79, 0.7), rgba(10, 25, 79, 0.7)),
      url(../img/all-images/footer/beautiful-view-construction-site-city-sunset.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 40px 30px;
    height: 95%; /* Important for full height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.footer-cta-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.cta-title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    font-family: var(--ztc-family-font2);
  }

  @media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .footer3-section-area .footer3-bottom-section .footer-bottom-area .footer-menu-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 92px;
    }
}



/*============= FOOTER CSS AREA ===============*/

/*============= HEADER CSS AREA ENDS ===============*/

.homepage3-body,
html {
    overflow-x: hidden !important;
}

.homepage3-body {
    overflow-x: hidden;
}

.homepage3-body .header-area.homepage3 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    padding: 16px 0;
    transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .site-logo {
    height: 48px;
    width: 180px;
}

.homepage3-body .header-area.homepage3 nav#navbar-example2 {
    display: block;
    padding: 0;
}

.homepage3-body .header-area.homepage3 nav#navbar-example2 ul li a.nav-link.active {
    color: var(--ztc-text-text-11);
}

.homepage3-body .header-area.homepage3 .header-elements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-1);
    border-radius: 80px;
    padding: 15px 24px;
}

.homepage3-body .header-area.homepage3 .header-elements .all-images-menu {
    display: flex;
    align-items: center;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu {
    position: relative;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li.menu-small a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li.menu-small:hover ul.small-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    top: 10px;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul.small-menu {
    position: absolute;
    background: var(--ztc-text-text-1);
    width: 225px;
    left: 200px;
    border-radius: 4px;
    padding: 15px;
    top: 0;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li {
    display: inline-block;
    position: relative;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    margin: 0 20px 0 0;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.7;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
    top: 33%;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 300px;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-text-text-5);
    opacity: 0;
    border-radius: 4px;
    transform: scale(0.8);
    z-index: 1;
    visibility: hidden;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s;
    border: 1px solid #E5E7EB;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
    position: absolute;
    top: 20%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    left: 14%;
    right: 14%;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3 {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-9);
    border-radius: 80px;
    padding: 17px 24px;
    position: relative;
    z-index: 1;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-8);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3:hover:after {
    width: 92%;
    transition: all 0.4s;
    border-radius: 80px;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3::after {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s;
    background: #EBDDB0;
    left: 5px;
    top: 5px;
    z-index: -1;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover .tp-submenu {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    position: absolute;
    transition: all 0.4s;
    transform: scale(1);
    top: 201.3%;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover ul.dropdown-padding {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 50px;
    position: absolute;
    transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li a {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    color:#a3109c;
    display: inline-block;
    transition: all 0.4s;
    padding: 0 20px;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover>a {
    transition: all 0.4s;
    color:#0031ff;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
    position: absolute;
    background: var(--ztc-text-text-1);
    top: 100px;
    z-index: 1;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 15px;
    left: -325px;
    width: 1300px;
    max-height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    display: block;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding {
    visibility: hidden;
    opacity: 0;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
    position: absolute;
    background: var(--ztc-text-text-1);
    top: 100px;
    width: 225px;
    z-index: 1;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 15px;
    transform-origin: top;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
    position: relative;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
    transition: all 0.4s;
    padding-left: 25px;
    color: var(--ztc-text-text-11);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
    background: var(--ztc-text-text-11);
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
    color: var(--ztc-text-text-11);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li {
    display: block;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a {
    font-family: var(--ztc-family-font2);
    font-weight: var(--ztc-weight-medium);
    transition: all 0.4s;
    padding: 8px;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    color: var(--ztc-text-text-8);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 3px;
    transition: all 0.4s;
    z-index: -1;
    left: -10px;
    top: 20%;
    border-radius: 4px;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    background:#0000ff;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    padding-left: 25px;
    color:#0000ff;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
    border-radius: 4px;
    visibility: visible;
    transition: all 0.4s;
    opacity: 1;
    left: 0;
}

.header-area.homepage3.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    animation-name: fade-in-down;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    background: var(--ztc-text-text-1);
    transition: all 0.4s;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}

.header-area.homepage3.sticky .header-elements {
    padding: 0;
    transition: all 0.4s;
}

.btn-area-author {
    display: flex;
    align-items: center;
}

.btn-area-author .search-icon a span {
    background: #E6E8E7;
    height: 32px;
    display: inline-block;
    width: 2px;
    border: 4px;
    margin: 0 6px 0 16px;
    position: relative;
    top: 7px;
}

.btn-area-author ul li {
    display: inline-block;
}

.btn-area-author ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background: #E6E8E7;
    color: var(--ztc-text-text-8);
    margin: 0 10px 0 0;
}

.btn-area-author ul li a:hover {
    background:#0000FF;
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

/*============= HEADER CSS AREA ENDS ===============*/

/*============= PROPERTIES CSS AREA ===============*/
.property3-section-area {
    position: relative;
    z-index: 1;
}

.property3-section-area .property-header {
    padding: 0 100px 0 0;
}

@media (max-width: 767px) {
    .property3-section-area .property-header {
        margin-bottom: 50px;
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property3-section-area .property-header {
        margin-bottom: 50px;
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property-content {
        padding-top: 80px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .property3-section-area .property-images-area {
        width: 100%;
        max-width: 100%;
    }
    .property3-section-area .property-images-area .img1 {
        margin-bottom: -340px !important;
    }
    .property3-section-area .property-images-area .elements {
        position: absolute;
        top: -291px;
        left: -99px;
        width: 650px !important;
        z-index: -2;
    }
}

.property3-section-area .property-header ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid #DCE1D1;
}

.property3-section-area .property-header ul li span {
    display: inline-block;
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
}

.property3-section-area .property-images {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property3-section-area .property-images {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .property3-section-area .property-images {
        margin-bottom: 50px;
    }
}

.property3-section-area .property-images .img1 img {
    height: 370px;
    width: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.property3-section-area .property-images .img2 {
    position: relative;
    margin-top: -100px;
    margin-left: 100px;
}

@media (max-width: 767px) {
    .property3-section-area .property-images .img2 {
        margin-top: 30px;
        margin-left: 0;
    }
}

.property3-section-area .property-images .img2 img {
    height: 370px;
    width: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.property3-section-area .property-images .elements {
    position: absolute;
    top: -36px;
    left: -25px;
}

.property3-section-area {
    position: relative;
    z-index: 1;
}

.property3-section-area .property-images-area {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .property3-section-area .property-images-area {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .property3-section-area .property-images-area {
        margin-bottom: 238px;
    }
}

.property3-section-area .property-images-area .img2 {
    position: relative;
    z-index: -1;
    margin-right: 190px;
}

@media (max-width: 767px) {
    .property3-section-area .property-images-area .img2 {
        margin-right: 0;
    }
}

.property3-section-area .property-images-area .img2 img {
    width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.property3-section-area .property-images-area .img1 {
    position: relative;
    z-index: 1;
    margin-left: 190px;
    margin-bottom: -480px;
}

@media (max-width: 767px) {
    .property3-section-area .property-images-area .img1 {
        margin-left: 0;
        margin-bottom: 30px;
    }
}

.property3-section-area .property-images-area .img1 img {
    width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.property3-section-area .property-images-area .elements {
    position: absolute;
    top: -291px;
    left: -99px;
    width: 800px;
    z-index: -2;    
}
@media (max-width: 767px) {
    .property3-section-area .property-images-area .elements {
        position: absolute;
        top: -40px;
        left: -99px;
        width: 520px;
        z-index: -2;
    }
}

.property3-section-area .property-images-area .elements img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 20%;
}

/*============= PROPERTIES CSS AREA ===============*/

/*============= OTHERS CSS AREA STARTS ===============*/

.header-search-container form input {
    outline: none;
    border: none;
    background: none;
    font-family: var(--ztc-family-font2);
    font-weight: 500;
}

.header-search-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 400px;
    z-index: 9999;
    background-color: #fff;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end;
}

.header-search-form-wrapper.open {
    transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
    transform: translate3d(0, 0, 0);
}

.header-search-form-wrapper .search-form {
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.header-search-form-wrapper .search-form input[type=search] {
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    background-color: transparent;
    text-align: left;
    border: none;
    border-bottom: 1px solid #dddbdb;
    padding-left: 0;
    border-radius: 0;
    width: 100%;
    color: var(--ztc-text-text-2);
}

.header-search-form-wrapper .search-form input[type=search]::-moz-placeholder {
    color: #a4a4a4;
    opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]::placeholder {
    color: #a4a4a4;
    opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]:-ms-input-placeholder {
    color: #a4a4a4;
}

.header-search-form-wrapper .search-form input[type=search]::-ms-input-placeholder {
    color: #a4a4a4;
}

.header-search-form-wrapper .search-submit {
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: 0;
    right: 0;
    background-color: transparent;
    color: #9F9F9F;
    font-size: 24px;
    border: none;
    color: #2B495A;
}

.header-search-form-wrapper .tx-search-close {
    background: rgba(204, 204, 204, 0.2705882353);
    width: 54px;
    height: 54px;
    border-width: 18px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
}

.header-search-form-wrapper .tx-search-close::before,
.header-search-form-wrapper .tx-search-close::after {
    background-color: var(--color-black);
}

.header-search-container {
    width: 100%;
    height: 100%;
    max-width: 1170px;
    border: 0;
    padding: 0;
    background: 0 0;
    transform: translate3d(0, calc(100% - 100px), 0);
    transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
    margin: auto;
    opacity: 0;
    visibility: hidden;
}

.header-search-form-wrapper.open .header-search-container {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/logo/preloader.gif);
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
    color: var(--ztc-text-text-1);
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    color: var(--ztc-text-text-2);
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
    color: var(--ztc-text-text-2);
}

.progress-wrap::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    opacity: 0;
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
    color: var(--ztc-text-text-2);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--ztc-text-text-2);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/*============= OTHERS CSS AREA ENDS ===============*/

/*=============PAGINATION URL =======================*/

.pagination-area ul {
    justify-content: center;
}

.pagination-area ul li a {
    border: none;
    display: inline-block;
    transition: all 0.4s;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
    background: #E7ECEC;
    color: var(--ztc-text-text-8);
    text-align: center;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    margin: 0 8px 0 0;
}

.pagination-area ul li a.active {
    background: var(--ztc-bg-bg-8);
    color: var(--ztc-text-text-1);
}

.pagination-area ul li a:hover {
    background: var(--ztc-bg-bg-8);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}



/*============= CONTACT CSS AREA ===============*/
.contact-inner-area {
    position: relative;
    z-index: 1;
}

.contact-inner-area .contact-inner-boxarea {
    background: #F1F4F3;
    position: relative;
    border-radius: 16px;
    padding: 56px;
}

@media (max-width: 767px) {
    .contact-inner-area .contact-inner-boxarea {
        padding: 12px;
    }
}

.contact-inner-area .contact-inner-boxarea .contact-input-section {
    padding: 0 50px 0 0;
}

@media (max-width: 767px) {
    .contact-inner-area .contact-inner-boxarea .contact-input-section {
        padding: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-inner-area .contact-inner-boxarea .contact-input-section {
        padding: 0;
        margin-bottom: 30px;
    }
}

.contact-inner-area .contact-inner-boxarea .contact-input-section h3 {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
}

.contact-inner-area .contact-inner-boxarea .contact-input-section p {
    color: var(--ztc-text-text-9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 24px;
    display: inline-block;
}

.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area input {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    padding: 16px 20px;
    width: 100%;
    height: 56px;
}

.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area input::-moz-placeholder {
    color: #6B7270;
}

.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area input::placeholder {
    color: #6B7270;
}

.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area textarea {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    padding: 16px 20px;
    width: 100%;
    height: 130px;
}

.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area textarea::-moz-placeholder {
    color: #6B7270;
}

.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area textarea::placeholder {
    color: #6B7270;
}

.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area .nice-select {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    padding: 16px 20px;
    width: 100%;
    height: 56px;
    border: none;
    outline: none;
    box-shadow: none;
    color: #6B7270;
}

.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area .nice-select ul {
    width: 100%;
}

.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area .nice-select ul li:hover {
    background:#0000ff;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area .nice-select::after {
    width: 7px;
    height: 7px;
    -o-object-fit: cover;
    object-fit: cover;
    right: 16px;
}

.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area .nice-select::-moz-placeholder {
    color: var(--ztc-text-text-8);
    opacity: 60%;
}

.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area .nice-select::placeholder {
    color: var(--ztc-text-text-8);
    opacity: 60%;
}

.contact-inner-area .contact-inner-boxarea .contact-input-section .input-area button {
    border: none;
    outline: none;
}

.contact-inner-area .contact-inner-boxarea .contact-box {
    position: relative;
    padding: 24px;
    border-radius: 4px;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}
@media (max-width: 425px) {
    .contact-inner-area .contact-inner-boxarea .contact-box {
        padding: 10px;
    }
}
.contact-inner-area .contact-inner-boxarea .contact-box:hover {
    background: #0000ff ;
    transition: all 0.4s;
}

.contact-inner-area .contact-inner-boxarea .contact-box:hover .content p {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.contact-inner-area .contact-inner-boxarea .contact-box:hover .content a {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    opacity: 80%;
}

.contact-inner-area .contact-inner-boxarea .contact-box:hover .icons {
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.contact-inner-area .contact-inner-boxarea .contact-box .icons {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: #F1F4F3;
    position: absolute;
    transition: all 0.4s;
}

.contact-inner-area .contact-inner-boxarea .contact-box .icons img {
    transition: all 0.4s;
}

.contact-inner-area .contact-inner-boxarea .contact-box .content {
    padding-left: 65px;
}

.contact-inner-area .contact-inner-boxarea .contact-box .content p {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
    padding-bottom: 16px;
}

.contact-inner-area .contact-inner-boxarea .contact-box .content a {
    color: var(--ztc-text-text-9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    display: block;
    transition: all 0.4s;
}

.contact-inner-area .contact-author-box {
    border-radius: 16px;
    background: #F1F4F3;
    padding: 32px;
}

@media (max-width: 767px) {
    .contact-inner-area .contact-author-box {
        margin-bottom: 30px;
        padding: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-inner-area .contact-author-box {
        margin-bottom: 30px;
    }
}

.contact-inner-area .contact-author-box .img1 img {
    width: 100px;
    width: 100px;
    border-radius: 50%;
}

.contact-inner-area .contact-author-box p {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 28px;
    display: inline-block;
    transition: all 0.4s;
}

.contact-inner-area .contact-author-box .btn-area1 a {
    background: var(--ztc-bg-bg-7);
    padding: 20px;
    border-radius: 80px;
    display: inline-block;
    transition: all 0.4s;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-text-text-1);
}

.contact-inner-area .contact-author-box .btn-area1 a img {
    margin: -5px 4px 0 0;
}

.contact-inner-area .contact-author-box .btn-area1 a:hover {
    background:#006d5b;
    transition: all 0.4s;
}

.contact-inner-area .maps-area iframe {
    width: 100%;
    height: 368px;
    border-radius: 16px;
}


@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .contact-inner-area .contact-inner-boxarea .contact-input-section {
        padding: 50px 24px 0 0;
    }
    .contact-inner-area .contact-inner-boxarea {
        background: #F1F4F3;
        position: relative;
        border-radius: 16px;
        padding: 15px;
    }
}



/*============= CONTACT CSS AREA ENDS===============*/


/*============= CTA CSS AREA ENDS===============*/

/*============= TESTIMONIAL CSS AREA ===============*/

.testimonial8-section-area {
    position: relative;
    z-index: 1;
}

.testimonial8-section-area .testimonial8-area {
    position: relative;
}

.testimonial8-section-area .testimonial8-area .owl-nav {
    position: absolute;
    right: 0;
    top: -150px;
}

@media (max-width: 767px) {
    .testimonial8-section-area .testimonial8-area .owl-nav {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial8-section-area .testimonial8-area .owl-nav {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 30px;
        text-align: center;
    }
}

.testimonial8-section-area .testimonial8-area .owl-nav button {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background: #F2F5FF;
    color: #0000FF;
    font-size: var(--ztc-font-size-font-s20);
}

.testimonial8-section-area .testimonial8-area .owl-nav button:hover {
    background:#0000FF;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.testimonial8-section-area .testimonial8-area .owl-nav button.owl-prev {
    margin: 0 10px 0 0;
}

.testimonial8-section-area .testimonial8-area .testimonial-vertical {
    background: #F2F5FF;
    padding: 32px;
    border-radius: 16px;
    margin-bottom: 30px;
}

.testimonial8-section-area .testimonial8-area .testimonial-vertical .verical-boxarea {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .testimonial8-section-area .testimonial8-area .testimonial-vertical .verical-boxarea {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .testimonial8-section-area .testimonial8-area .testimonial-vertical .verical-boxarea .quito {
        margin-top: 20px;
    }
}

.testimonial8-section-area .testimonial8-area .testimonial-vertical .verical-boxarea .quito img {
    height: 48px;
    width: 48px;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial8-section-area .testimonial8-area .testimonial-vertical .verical-boxarea .images-area {
    display: flex;
    align-items: center;
}

.testimonial8-section-area .testimonial8-area .testimonial-vertical .verical-boxarea .images-area .img1 img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.testimonial8-section-area .testimonial8-area .testimonial-vertical .verical-boxarea .images-area .text {
    padding-left: 20px;
}

.testimonial8-section-area .testimonial8-area .testimonial-vertical .verical-boxarea .images-area .text a {
    color: var(--ztc-text-text-21);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    transition: all 0.4s;
    display: inline-block;
    padding-bottom: 12px;
}

.testimonial8-section-area .testimonial8-area .testimonial-vertical .verical-boxarea .images-area .text p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    transition: all 0.4s;
    display: block;
}

.testimonial8-section-area .testimonial8-area .testimonial-vertical span {
    color: var(--ztc-text-text-21);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: block;
    transition: all 0.4s;
    border-top: 1px solid #E6E6E6;
    padding-top: 24px;
}

.testimonial8-section-area .testimonial8-area .testimonial-vertical p {
    color: var(--ztc-text-text-21);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: italic;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

.testimonial8-section-area .testimonial8-area .testimonial-vertical ul li {
    display: inline-block;
    color: #FF9C00;
}

.testimonial8-section-area .testimonial8-area .testimonial-vertical ul li:nth-last-child(1) {
    color: var(--ztc-text-text-21);
    opacity: 20%;
}
/*============= TESTIMONIAL CSS AREA ENDS ===============*/



/* ------------------------------------
	19. Services Section CSS
---------------------------------------*/

.rs-services.services-main-home .services-item .services-wrap {
    position: relative;
    overflow: hidden;
}

.rs-services.services-main-home .services-item .services-wrap .services-image img {
    width: 100%;
    height: auto;
    max-width: unset;
}

.rs-services.services-main-home .services-item .services-wrap .services-content {
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    background:#0000FF;
    height: 100%;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.rs-services.services-main-home .services-item .services-wrap .services-content .service-inner {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.rs-services.services-main-home .services-item .services-wrap .services-content .service-inner .icon-top {
    background: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 50%;
}

.rs-services.services-main-home .services-item .services-wrap .services-content .service-inner .icon-top img {
    max-width: 50px;
    transform: scale(1);
}

.rs-services.services-main-home .services-item .services-wrap .services-content .service-inner .services-titles .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: "Roboto", Sans-serif;
    margin: 0 0 10px;
}

.rs-services.services-main-home .services-item .services-wrap .services-content .service-inner .services-titles .title a {
    color: #ffffff;
}

.rs-services.services-main-home .services-item .services-wrap .services-content .service-inner .services-txt {
    color: #CECCCC;
    margin-bottom: 30px;
}

.rs-services.services-main-home .services-item .services-wrap .normarl-text-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding-left: 30px;
    transition: 0.5s;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
}

.rs-services.services-main-home .services-item .services-wrap .normarl-text-area .services-titles .title {
    font-size: 20px;
    line-height: 30px;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    margin: 0 0 10px;
}

.rs-services.services-main-home .services-item .services-wrap .normarl-text-area .services-titles .title a {
    color: #010d14;
}

.rs-services.services-main-home .services-item .services-wrap .normarl-text-area .icon-image {
    background: #0000FF;
    padding: 15px 20px;
}

.rs-services.services-main-home .services-item .services-wrap .normarl-text-area .icon-image img {
    margin-bottom: 0;
    border-radius: 0;
    max-width: 42px;
    transform: scale(1);
}

.rs-services.services-main-home .services-item .services-wrap:hover .services-content {
    visibility: visible;
    opacity: 1;
}

.rs-services.services-main-home .services-item .services-wrap:hover .normarl-text-area {
    opacity: 0;
    visibility: hidden;
    right: -100%;
}

.mb-30{
margin-bottom: 30px;
}
/*-- Services Button CSS --*/

.services-btn .btn-text {
    position: relative;
    display: inline-block;
    color: #010d14;
    transition: all ease .3s;
    padding: 7px 15px 7px 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #FFB703;
}

.services-btn .btn-text:hover {
    background-color: #010D14;
    color: #ffffff;
}





 /*============= GALLERY CSS AREA ===============*/
.rotate-img-area {
    position: relative;
    margin-top: -250px;
    z-index: 1;
}

.rotate-img-area .rotate-img {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 20px;
    position: relative;
}

.rotate-img-area .rotate-img iframe {
    border-radius: 8px;
    height: 590px;
    width: 100%;
}

.rotate-img-area .rotate-img .elements3 {
    position: absolute;
    bottom: -100px;
    right: -200px;
    z-index: -1;
}


.gallery-inner-section-area {
    position: relative;
    z-index: 1;
}

.gallery-inner-section-area .gallery-inner-slider-area .content-area {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.gallery-inner-section-area .gallery-inner-slider-area .content-area:hover .img1::after {
    visibility: visible;
    opacity: 80%;
}

.gallery-inner-section-area .gallery-inner-slider-area .content-area:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.gallery-inner-section-area .gallery-inner-slider-area .content-area:hover .icons a {
    top: 50%;
    transition: all 0.6s;
    visibility: visible;
    opacity: 1;
}

.gallery-inner-section-area .gallery-inner-slider-area .content-area .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 16px;
}

.gallery-inner-section-area .gallery-inner-slider-area .content-area .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-7);
    border-radius: 16px;
    opacity: 80%;
    visibility: hidden;
    opacity: 0;
}

.gallery-inner-section-area .gallery-inner-slider-area .content-area .img1 img {
    height: 310px;
    width: 100%;
    border-radius: 16px;
    transition: all 0.4s;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-inner-section-area .gallery-inner-slider-area .content-area .icons a {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: all 0.6s;
    display: inline-block;
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 1;
    margin-top: -30px;
    margin-left: -30px;
    visibility: hidden;
    opacity: 0;
    font-size: var(--ztc-font-size-font-s20);
    color: var(--ztc-text-text-1);
}

.gallery-inner-section-area .gallery-inner-slider-area .content-area .icons a:hover {
    background: var(--ztc-bg-bg-9);
    transition: all 0.4s;
    color: var(--ztc-text-text-10);
}



.gallery-container {
    max-width: 1200px;
    margin: auto;
    padding: 120px 0 120px;
  }
  .gallery-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
  }
  
  .subtitle {
    color: #8a2be2;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    letter-spacing: 1.8px;
    color: #0000ff;
    border-radius: 64px;
    background: #f7f7f7;
    padding: 5px 14px;
    display: inline-block;  
  }

  .g-content h1 {
    font-size: 36px;
    margin-bottom: 20px;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);    
  }

  .filter-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  .filter-buttons button {
    padding: 8px 16px;
    border: 1px solid #0000FF;
    background: none;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .filter-buttons .active {
    background-color:#0000ff;
    color: #fff;
    border: none;
  }

  .gallery-grid {
    column-count: 4;
    column-gap: 20px;
  }
  @media (max-width: 1920px) {
    .gallery-grid {
      column-count: 4;
    }
  }
  @media (max-width: 1440px) {
    .gallery-grid {
      column-count: 3;
    }
  }
  @media (max-width: 1024px) {
    .gallery-grid {
      column-count: 2;
    }
  }
  @media (max-width: 600px) {
    .gallery-grid {
      column-count: 1;
    }
  }

  .gallery-grid img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 12px;
    break-inside: avoid;
    cursor: pointer;
    transition: transform 0.2s ease;
  }

  .gallery-grid img:hover {
    transform: scale(1.02);
  }
  .hidden {
    display: none !important;
  }
  
  
  /* Lightbox Styles */
  .lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
  }

  .lightbox-content {
    max-width: 100vw;
    max-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: transparent;
    position: relative;
  }
  
  @media (max-width: 767px) {
    .lightbox-content {
      max-width: 100%;
      max-height: 90%;
    }
  }

  .lightbox img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 85vh;
    border-radius: 12px;
    object-fit: contain;
  }
 
  @keyframes zoomFade {
    from {
      transform: scale(0.85);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }

  .lightbox.show img {
    animation: zoomFade 0.3s ease;
  }

  
  .lightbox-controls {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 1000;
  }

  .lightbox button {
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    border: none;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }
  .lightbox button:hover {
    background: #eee;
    transform: scale(1.05);
  }
  .hidden {
    display: none;
  }

/*============ GALLERY CSS AREA ===============*/

/* =========Contact us form validation========= */

input:invalid,
select:invalid,
textarea:invalid {
    border: 1px solid red;
    background-color: #fff0f0;
}

input:valid:not(:placeholder-shown),
textarea:valid:not(:placeholder-shown),
select:valid {
    border: 1px solid #28a745;
    background-color: #f0fff5;
}

input, select, textarea {
    transition: border 0.3s, background-color 0.3s;
}

.error-text {
    color: red;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

 /*Text styles */
.modal-content h2 {
  font-size: 22px;
  color: #2c3e50;
  margin-bottom: 10px;
}
.modal-content p {
  color: #555;
  font-size: 16px;
  margin: 0;
}

 /*Animation */
@keyframes slideDown {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



.checkmark-icon {
    font-size: 40px;
    color: #28a745;
    margin-bottom: 10px;
}

.success-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.modal {
    z-index: 1060 !important;
}

.modal-backdrop {
    z-index: 1055 !important;
}
.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;   /* LOWER than Bootstrap backdrop */
    opacity: 0;
    visibility: hidden;
    transition: all 600ms ease;
}