.contact-inner-section .heading1 .number-address-area {
    display: block;
    align-items: center;
    border-radius: 7px;
    background: var(--ztc-text-text-1);
    position: relative;
    transition: all 0.4s;
}

#loading-icon {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
}

.cta1-section-area {
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer2-section-area {
    padding: 80px 0 32px;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li a {
    font-size: 18px;
}

.testimonial1-section-area {
    padding: 0px 0px 50px;
}

.theme-btn3::after {
    background: var(--ztc-bg-bg-5);
}

.theme-btn3 {
    color: white;
    background-color: var(--ztc-bg-bg-4);
}

.theme-btn1 {
    background-color: #fcc608;
}

.property-map-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.why-choose-us .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #073b3a;
    margin-bottom: 2.5rem;
    letter-spacing: 0.5px;
}

.why-choose-us .card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 18px rgba(34, 62, 85, 0.06);
    transition: transform 0.2s;
    padding: 20px;
}

.why-choose-us .card:hover {
    transform: translateY(-7px) scale(1.03);
}

.why-choose-us .card-img-top {
    width: 80px;
    height: 80px;
    margin-bottom: 1.2rem;
    border-radius: 20%;
    object-fit: cover;
    box-shadow: 0 1px 7px rgba(34, 62, 85, 0.16);
}

.why-choose-us .card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: black;
    margin-bottom: 0.8rem;
    letter-spacing: 0.2px;
}

.why-choose-us .card-text {
    font-size: 0.97rem;
    color: black;
    min-height: 56px;
    line-height: 1.6;
}

.card img {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: cover;
}

.counter-para {
    color: white;
}

.counter-h {
    color: white;
}

marquee {
    font-size: 100px;
    color: #073b3a;
    font-weight: 700;
    padding-bottom: 60px;
}

.mission-section-area .vission-mission-box {
    margin-top: -50px;
}

.hero-area-slider .hero1-section-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: none;
    opacity: 60%;
    z-index: -1;
}

.homepage2-body .header-area.homepage2 .header-elements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.4s;
    padding: 16px;
    background: transparent;
    border-radius: 8px;
}

.footer-heading {
    margin: 15px 0;
}

.footer-heading .sub-heading {
    font-size: 18px;
    color: green;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.footer-heading .main-heading {
    font-size: 50px;
    font-weight: 700;
    color: green;
    margin: 5px 0;
}

.footer-heading .desc {
    font-size: 15px;
    color: #073b3a;
    line-height: 1.5;
    font-weight: 600;
}


/* General Contact */
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-item {
    margin-bottom: 10px;
}

/* Address */
.address-icon {
    color: green;
    margin-right: 5px;
}

.address-text {
    font-weight: bold;
    color: #073b3a;
}

/* Phone */
.phone-heading {
    font-weight: 500;
    color: #073b3a;
}

.phone-icon {
    color: green;
    margin-right: 5px;
}

.num1 {
    color: #073b3a;
}

.num2 {
    color: #073b3a;
}

.insta-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.insta-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.footer2-section-area .footer-logoarea {
    padding: 0 10px 0 30px;
}

.footer-logo-img {
    width: 40%;
    margin-bottom: 20px;
}

.footer-map .map-wrapper iframe {
    width: 100%;
    height: 265px;
    border: 0;
    border-radius: 8px;
}

.contact-inner-section .heading1 .social ul li a:hover {
    background: #073b3a;
    color: white;
}


.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li:hover>a {
    transition: all 0.4s;
    color: #fcc608 !important;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    left: 50%;
    bottom: -5px;
    transition: all 0.4s;
    background: #fcc608;
    visibility: hidden;
    opacity: 0;
}

.contact-inner-section .heading1 .number-address-area2 .phone-number .content a:hover {
    color: #fcc608;
    transition: all 0.4s;
}

.contact-inner-section .heading1 .number-address-area .phone-number .content a:hover {
    color: #fcc608;
    transition: all 0.4s;
}

.number-address-area .content a {
    color: #000;
    /* default color */
    text-decoration: none;
    /* optional */
    transition: color 0.3s ease;
}

.number-address-area .content a:hover {
    color: #e63946;
    /* hover color */
}

.contact-inner-section .heading1 .number-address-area .phone-number .img1 {
    height: 0px;
    width: 0px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    transition: all 0.4s;
    background: none;
    margin-right: 30px;
    margin-top: -50px;
}

.items2-section-area .items-images-area .items-content-area {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.items2-section-area .items-images-area .items-content-area .content-area p {
    color: white;
    font-family: var(--ztc-family-font1);
    font-size: 18px;
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 26px;
}

.content-area h2{
    font-size: 35px;
    font-weight: bold;
    font-family: var(--ztc-family-font1);
    color: white;
}

.content-area h3{
    font-size: 50px;
    color: transparent;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
    font-weight: bold;
    margin-bottom: 15px;
}

.content-area p {
    text-align: justify;
    margin-right: 100px;
}

.content-area {
    text-align: center;
}

.items2-section-area::after {
    background:none;
}


.padding-feature {
    padding-bottom: 50px;
}

.padding-feature-1 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.padding-feature-2 {
    padding-bottom: 100px;
}

.vission-mission-box img {
    width: 40px;
    margin-bottom: 10px;
}

.hero-area-slider .hero1-section-area {
    position: relative;
    z-index: 1;
    padding: 0px 0 5px;
}
.hero-area-slider .hero1-section-area .hero-img1 {
     position: static; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.homepage2-body .header-area.homepage2 {
    position: static;
    width: 100%;
    z-index: 9;
    transition: all 0.4s;
    padding: 0px 0 0 0;
}
.bg-green {
    background-color: #073b3a!important;
}

@media (min-width: 320px) and (max-width: 767px) {
    .mission-section-area .vission-mission-box {
        margin-top: 0px;
    }

    .counter-box {
        margin: 25px 0 25px 0;
    }

    .footer2-section-area .footer-logoarea {
        padding: 0 10px 0 10px;
    }

    .contact-inner-section .heading1 .number-address-area .phone-number .img1 {
        height: 0px;
        width: 0px;
        text-align: center;
        line-height: 60px;
        border-radius: 50%;
        transition: all 0.4s;
        background: none;
        margin-right: 30px;
        margin-top: -50px;
    }

    .contact-inner-section .heading1 .number-address-area .phone-number .content a {
        color: var(--ztc-text-text-2);
        font-family: var(--ztc-family-font1);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        display: block;
        transition: all 0.4s;
    }

    .contact-inner-section .heading1 .number-address-area .phone-number .content p {
        color: var(--ztc-text-text-3);
        font-family: var(--ztc-family-font1);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px;
        margin-bottom: 8px;
        display: inline-block;
    }

    .content-area p {
    text-align: justify;
    margin-right: 0px;
}
.mobile-header.mobile-header2 {
    background: var(--ztc-text-text-1);
    position: static;
    top: 60px;
}


}