* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: inter;
}

.navbar_body {
    width: 100%;
    height: 60px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 100%;
    max-width: 1600px;
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}

.icon img {
    width: 40px;
}

.navbar_child_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.navbar_child_2 a {
    padding-left: 10px;
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 400;
    font-family: inter;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.navbar_child_2 a:hover {
    color: #c6a953;
    transform: scale(1.1);
}

#active-link {
    padding-left: 10px;
    text-decoration: none;
    color: #c6a953;
    font-size: 20px;
    font-weight: bold;
    font-family: inter;
    text-decoration: underline;
    text-decoration-color: #c6a953;
    text-underline-offset: 5px;
}

.hero_banner {
    width: 100%;
    height: 100vh;
    display: flex;
    overflow: hidden;
    /* IMPORTANT */
    position: relative;
}

.hero_banner_img {
    min-width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: transform 2s ease-in-out;
}

#hero-1 {
    background-image: url(hero_3.webp);
}

#hero-2 {
    background-image: url(hero_2.webp);
}

#hero-3 {
    background-image: url(hero_1.webp);
}

#hero-4 {
    background-image: url(hero_4.webp);
}

.hero_banner_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.hero_banner-margin {
    margin-top: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.RoyalEarth h1 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 62px;
    color: white;
    text-align: center;
    font-weight: 400;

}

.royalearth_subtitle h2 {
    font-size: 32px;
    color: white;
    font-weight: 400;
    margin-top: 10px;
}

.royalearth_text p {
    font-size: 22px;
    color: white;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
}

.div_button button {
    text-decoration: none;
    width: 170px;
    height: 50px;
    background-color: #093414;
    border: 0;
    font-size: 18px;
    color: white;
    font-weight: 300;
    margin-top: 20px;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.div_button button:hover {
    transform: scale(1.1);
}

/* service page */

.our_services {
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
    background: linear-gradient(rgba(9, 52, 20, 0.7), rgba(9, 52, 20, 0.7)),
        url('service_card_2.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.title {
    font-size: 32px;
    color: white;
    font-weight: 400;
    font-family: inter;
}

.service-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.service_image_parent {
    width: 49%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_image_parent img {
    width: 100%;
    height: 400px;
}

.service-text-parent {
    width: 49%;
    height: 400px;
    display: flex;
    flex-direction: column;
}

.service-text-parent h1 {
    font-size: 24px;
    color: white;
    font-weight: 400px;
    margin-top: 10px;
}

.service-text-parent p {
    font-size: 18px;
    color: white;
    font-weight: 400;
    margin-top: 10px;
}

.service-text-parent h2 {
    font-size: 22px;
    color: white;
    font-weight: 400;
    margin-top: 10px;
}

.service-text-parent ul {
    margin-left: 40px;
}

.service-text-parent ul li {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    color: white;
}

.view-details {
    width: 100%;
    height: 60px;
    background-color: #c6a953;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view-details a {
    font-size: 22px;
    font-family: inter;
    font-weight: 400;
    text-decoration: none;
    color: #093414;
}

.whychooseRoyalEarth {
    width: 100%;
    padding: 30px;
    background-color: #093414;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.whychooseRoyalEarth h1 {
    font-size: 28px;
    color: white;
    font-family: inter;
    font-weight: 600;
}

.whychooseRoyalEarth p {
    font-size: 18px;
    color: white;
    font-family: inter;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
}

.location-div-parent {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: white;
}

.location-div-parent h1 {
    font-size: 48px;
    font-weight: bold;
    color: #093414;
    text-align: center;
}

.location-div-child {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.location-div-child div {
    width: 80%;
    background-color: #093414;
    padding: 5px;
}

.location-div-child div img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    cursor: pointer;
}

.location-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-div-parent p {
    width: 70%;
    display: flex;
    align-self: center;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-family: inter;
    font-weight: 400;
    margin-top: 10px;
}

.gallery {
    width: 100%;
    padding: 30px;
    background: linear-gradient(rgba(9, 52, 20, 0.7), rgba(9, 52, 20, 0.7)),
        url('gallery-grid-8.webp');

    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.gallery h1 {
    text-align: center;
    font-size: 32px;
    color: white;
    font-weight: 400;
}

.gallery-grid-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.gallery-gird {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    align-items: start;
}

.gallery-gird img {
    width: 250px;
    height: 350px;
    display: block;
    object-position: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
}

.gallery-gird img:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.gallery-gird img:nth-child(2),
.gallery-gird img:nth-child(4),
.gallery-gird img:nth-child(6),
.gallery-gird img:nth-child(8),
.gallery-gird img:nth-child(10),
.gallery-gird img:nth-child(12),
.gallery-gird img:nth-child(14) {
    margin-top: 10px;
}

.site-footer-top {
    width: 100%;
    display: block;
    background-color: #c6a953;
    padding: 10px;
}

footer {
    width: 100%;
    /* This creates a 50% transparent version of your green over the image */
    background: linear-gradient(rgba(9, 52, 20, 0.7), rgba(9, 52, 20, 0.7)),
        url('IMG_1809.webp');

    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Optional: adds a parallax scrolling effect */
}

.site-footer {
    margin: 0;
    width: 100%;
    background-color: #093414;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.footer-about {
    padding: 20px;
}

.footer-logo {
    width: 60px;
}

.footer-about p {
    font-size: 18px;
    color: white;
    font-weight: 400;
    margin-top: 10px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
      height: 130px;
}

.footer-links {
    margin-left: 2%;
    display: flex;
    justify-content: space-between;
    height: 170px;
    flex-direction: column;
}

.footer-links h4 {
    font-size: 18px;
    color: white;
    font-weight: 500;
    width: 90%;
}

.footer-links ul {
    margin-left: 0px;
    list-style: none;
    margin-top: 0px;
}

.footer-links ul li {
    margin-top: 5px;
}

.footer-links ul li a {
    text-decoration: none;
    font-size: 16px;
    color: white;
    font-weight: 400;
}

.footer-links ul li a:hover {
    text-decoration: none;
    font-size: 18px;
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.footer-contact {
    display: flex;
    justify-content: space-between;
    height: 170px;
    flex-direction: column;
}

.footer-contact h4 {
    font-size: 18px;
    color: white;
    font-weight: 500;
}

.footer-contact p {
    width: 90%;
    font-size: 16px;
    font-family: inter;
    font-weight: 400;
    color: white;
    margin-top: 5px;
}

.footer-map {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
}

.footer-map img {
    width: 500px;
    height: 170px;
    object-fit: cover;
}

.footer-bottom {
    padding: 5px;
    background-color: #c6a953;
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
}

.web-icons {
    display: flex;
    justify-content: baseline;
    align-items: center;
    gap: 20px;
    padding-left: 30px;
    padding-top: 30px;
}

.web-icons svg {
    cursor: pointer;
}

.call-now {
    position: fixed;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10px;
}

.callnow {
    width: 40px;
    cursor: pointer;
    transition: transform 0.25s ease;
}

.callnow:hover {
    transform: scale(1.15);
    animation: shake 0.4s ease-in-out;
}

.class-hidden{
    display: none;
}

.class-hidden img{
    display: none;
}

@keyframes shake {
    0% {
        transform: translateX(0) scale(1.15);
    }

    25% {
        transform: translateX(-3px) scale(1.15);
    }

    50% {
        transform: translateX(3px) scale(1.15);
    }

    75% {
        transform: translateX(-2px) scale(1.15);
    }

    100% {
        transform: translateX(0) scale(1.15);
    }
}


@media (min-width: 1201px) {
    .parent {
        width: 100%;
        max-width: 1600px;
        margin: 0 auto;
        overflow: auto;
        position: relative;
    }
}

@media (max-width: 1200px) {


    .navbar_body {
        width: 100%;
        height: 60px;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        background: rgba(0, 0, 0, 0.65);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        display: flex;
        justify-content: space-between;
        position: fixed;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        width: 100%;
        max-width: 1600px;
    }

    .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 30px;
    }

    .icon img {
        width: 40px;
    }

    .navbar_child_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
    }

    .navbar_child_2 a {
        padding-left: 10px;
        text-decoration: none;
        color: white;
        font-size: 18px;
        font-weight: 400;
        font-family: inter;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .navbar_child_2 a:hover {
        color: #c6a953;
        transform: scale(1.1);
    }

    #active-link {
        padding-left: 10px;
        text-decoration: none;
        color: #c6a953;
        font-size: 18px;
        font-weight: bold;
        font-family: inter;
        text-decoration: underline;
        text-decoration-color: #c6a953;
        text-underline-offset: 5px;
    }

    .hero_banner {
        width: 100%;
        height: 100vh;
        display: flex;
        overflow: hidden;
        /* IMPORTANT */
        position: relative;
    }

    .hero_banner_img {
        min-width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: transform 2s ease-in-out;
    }

    .hero_banner-margin {
        margin-top: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .RoyalEarth h1 {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 48px;
        color: white;
        text-align: center;
        font-weight: 400;

    }

    .royalearth_subtitle h2 {
        font-size: 24px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
    }

    .royalearth_text p {
        font-size: 22px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
        text-align: center;
    }

    .div_button button {
        text-decoration: none;
        width: 170px;
        height: 50px;
        background-color: #093414;
        border: 0;
        font-size: 18px;
        color: white;
        font-weight: 300;
        margin-top: 20px;
        cursor: pointer;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .div_button button:hover {
        transform: scale(1.1);
    }

    /* service page */

    .our_services {
        width: 100%;
        height: 100%;
        background-color: #093414;
        padding: 20px;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .title {
        font-size: 24px;
        color: white;
        font-weight: 400;
        font-family: inter;
    }

    .service-card {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }

    .service_image_parent {
        width: 49%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service_image_parent img {
        width: 100%;
        height: 300px;
    }

    .service-text-parent {
        width: 49%;
        height: 300px;
        display: flex;
        flex-direction: column;
    }

    .service-text-parent h1 {
        font-size: 18px;
        color: white;
        font-weight: 400px;
        margin-top: 10px;
    }

    .service-text-parent p {
        font-size: 16px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
    }

    .service-text-parent h2 {
        font-size: 18px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
    }

    .service-text-parent ul {
        margin-left: 40px;
    }

    .service-text-parent ul li {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 400;
        color: white;
    }

    .view-details {
        width: 100%;
        height: 60px;
        background-color: #c6a953;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .view-details a {
        font-size: 18px;
        font-family: inter;
        font-weight: 400;
        text-decoration: none;
        color: #093414;
    }

    .whychooseRoyalEarth {
        width: 100%;
        padding: 30px;
        background-color: #093414;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .whychooseRoyalEarth h1 {
        font-size: 22px;
        color: white;
        font-family: inter;
        font-weight: 600;
    }

    .whychooseRoyalEarth p {
        font-size: 16px;
        color: white;
        font-family: inter;
        font-weight: 400;
        margin-top: 20px;
        text-align: center;
    }

    .location-div-parent {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: white;
    }

    .location-div-parent h1 {
        font-size: 32px;
        font-weight: bold;
        color: #093414;
        text-align: center;
    }

    .location-div-child {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .location-div-child div {
        width: 80%;
        background-color: #093414;
        padding: 5px;
    }

    .location-div-child div img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        cursor: pointer;
    }

    .location-text {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .location-div-parent p {
        width: 70%;
        display: flex;
        align-self: center;
        padding: 10px;
        text-align: center;
        font-size: 16px;
        font-family: inter;
        font-weight: 400;
        margin-top: 10px;
    }

    .gallery {
        width: 100%;
        padding: 30px;
        background-color: #093414;
    }

    .gallery h1 {
        text-align: center;
        font-size: 32px;
        color: white;
        font-weight: 400;
    }

    .gallery-grid-parent {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    .gallery-gird {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        align-items: start;
    }

    .gallery-gird img {
        width: 250px;
        height: 350px;
        display: block;
        object-position: center;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        cursor: pointer;
    }

    .gallery-gird img:hover {
        transform: scale(1.1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
    }

    .gallery-gird img:nth-child(2),
    .gallery-gird img:nth-child(4),
    .gallery-gird img:nth-child(6),
    .gallery-gird img:nth-child(8),
    .gallery-gird img:nth-child(10),
    .gallery-gird img:nth-child(12),
    .gallery-gird img:nth-child(14) {
        margin-top: 10px;
    }

    .site-footer-top {
        width: 100%;
        display: block;
        background-color: #c6a953;
        padding: 10px;
    }

    .site-footer {
        margin: 0;
        width: 100%;
        background-color: #093414;
    }

    .footer-container {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }


    .footer-about {
        padding: 20px;
    }

    .footer-logo {
        width: 40px;
    }

    .footer-about p {
        font-size: 16px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
    }

    .footer-contact {
        display: flex;
        flex-direction: column;
    }

    .footer-links {
        margin-left: 2%;
        display: flex;
        justify-content: space-between;
        height: 170px;
        flex-direction: column;
    }

    .footer-links h4 {
        font-size: 16px;
        color: white;
        font-weight: 500;
    }

    .footer-links ul {
        margin-left: 0px;
        list-style: none;
        margin-top: 0px;
    }

    .footer-links ul li {
        margin-top: 5px;
    }

    .footer-links ul li a {
        text-decoration: none;
        font-size: 12px;
        color: white;
        font-weight: 400;
    }

    .footer-links ul li a:hover {
        text-decoration: none;
        font-size: 12px;
        color: white;
        font-weight: bold;
        text-decoration: underline;
    }

    .footer-contact {
        display: flex;
        justify-content: space-between;
        height: 170px;
        flex-direction: column;
    }

    .footer-contact h4 {
        font-size: 14px;
        color: white;
        font-weight: 500;
    }

    .footer-contact p {
        font-size: 12px;
        font-family: inter;
        font-weight: 400;
        color: white;
        margin-top: 5px;
    }

    .footer-map {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
    }

    .footer-map img {
        width: 300px;
        height: 130px;
        object-fit: cover;
    }

    .footer-bottom {
        padding: 5px;
        background-color: #c6a953;
        margin-top: 30px;
        text-align: center;
        font-size: 12px;
    }

    .web-icons {
        display: flex;
        justify-content: baseline;
        align-items: center;
        gap: 20px;
        padding-left: 30px;
        padding-top: 30px;
    }

    .web-icons svg {
        cursor: pointer;
    }

    .call-now {
        position: fixed;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 10px;
    }

    .callnow {
        width: 40px;
        cursor: pointer;
        transition: transform 0.25s ease;
    }

    .callnow:hover {
        transform: scale(1.15);
        animation: shake 0.4s ease-in-out;
    }


}


@media (max-width: 992px) {


    .navbar_body {
        width: 100%;
        height: 60px;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        background: rgba(0, 0, 0, 0.65);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        display: flex;
        justify-content: space-between;
        position: fixed;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        width: 100%;
        max-width: 1600px;
    }

    .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 30px;
    }

    .icon img {
        width: 30px;
    }

    .navbar_child_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
    }

    .navbar_child_2 a {
        padding-left: 10px;
        text-decoration: none;
        color: white;
        font-size: 14px;
        font-weight: 400;
        font-family: inter;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .navbar_child_2 a:hover {
        color: #c6a953;
        transform: scale(1.1);
    }

    #active-link {
        padding-left: 10px;
        text-decoration: none;
        color: #c6a953;
        font-size: 14px;
        font-weight: bold;
        font-family: inter;
        text-decoration: underline;
        text-decoration-color: #c6a953;
        text-underline-offset: 5px;
    }

    .hero_banner {
        width: 100%;
        height: 100vh;
        display: flex;
        overflow: hidden;
        /* IMPORTANT */
        position: relative;
    }

    .hero_banner_img {
        min-width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: transform 2s ease-in-out;
    }

    .hero_banner-margin {
        margin-top: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .RoyalEarth h1 {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 32px;
        color: white;
        text-align: center;
        font-weight: 400;

    }

    .royalearth_subtitle h2 {
        font-size: 24px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
    }

    .royalearth_text p {
        font-size: 18px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
        text-align: center;
    }

    .div_button button {
        text-decoration: none;
        width: 170px;
        height: 50px;
        background-color: #093414;
        border: 0;
        font-size: 16px;
        color: white;
        font-weight: 300;
        margin-top: 20px;
        cursor: pointer;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .div_button button:hover {
        transform: scale(1.1);
    }

    /* service page */

    .our_services {
        width: 100%;
        height: 100%;
        background-color: #093414;
        padding: 20px;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .title {
        font-size: 24px;
        color: white;
        font-weight: 400;
        font-family: inter;
    }

    .service-card {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }

    .service_image_parent {
        width: 49%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service_image_parent img {
        width: 100%;
        height: 300px;
    }

    .service-text-parent {
        width: 49%;
        height: 300px;
        display: flex;
        flex-direction: column;
    }

    .service-text-parent h1 {
        font-size: 16px;
        color: white;
        font-weight: 400px;
        margin-top: 10px;
    }

    .service-text-parent p {
        font-size: 14px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
    }

    .service-text-parent h2 {
        font-size: 16px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
    }

    .service-text-parent ul {
        margin-left: 40px;
    }

    .service-text-parent ul li {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
        color: white;
    }

    .view-details {
        width: 100%;
        height: 60px;
        background-color: #c6a953;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .view-details a {
        font-size: 16px;
        font-family: inter;
        font-weight: 400;
        text-decoration: none;
        color: #093414;
    }

    .whychooseRoyalEarth {
        width: 100%;
        padding: 30px;
        background-color: #093414;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .whychooseRoyalEarth h1 {
        font-size: 18px;
        color: white;
        font-family: inter;
        font-weight: 600;
    }

    .whychooseRoyalEarth p {
        font-size: 14px;
        color: white;
        font-family: inter;
        font-weight: 400;
        margin-top: 20px;
        text-align: center;
    }

    .location-div-parent {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: white;
    }

    .location-div-parent h1 {
        font-size: 24px;
        font-weight: bold;
        color: #093414;
        text-align: center;
    }

    .location-div-child {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .location-div-child div {
        width: 80%;
        background-color: #093414;
        padding: 5px;
    }

    .location-div-child div img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        cursor: pointer;
    }

    .location-text {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .location-div-parent p {
        width: 70%;
        display: flex;
        align-self: center;
        padding: 10px;
        text-align: center;
        font-size: 14px;
        font-family: inter;
        font-weight: 400;
        margin-top: 10px;
    }

    .gallery {
        width: 100%;
        padding: 30px;
        background-color: #093414;
    }

    .gallery h1 {
        text-align: center;
        font-size: 24px;
        color: white;
        font-weight: 400;
    }

    .gallery-grid-parent {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    .gallery-gird {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        align-items: start;
    }

    .gallery-gird img {
        width: 250px;
        height: 350px;
        display: block;
        object-position: center;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        cursor: pointer;
    }

    .gallery-gird img:hover {
        transform: scale(1.1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
    }

    .gallery-gird img:nth-child(2),
    .gallery-gird img:nth-child(4),
    .gallery-gird img:nth-child(6),
    .gallery-gird img:nth-child(8),
    .gallery-gird img:nth-child(10),
    .gallery-gird img:nth-child(12),
    .gallery-gird img:nth-child(14) {
        margin-top: 10px;
    }

    .site-footer-top {
        width: 100%;
        display: block;
        background-color: #c6a953;
        padding: 10px;
    }

    .site-footer {
        margin: 0;
        width: 100%;
        background-color: #093414;
    }

    .footer-container {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }


    .footer-about {
        padding: 20px;
    }

    .footer-logo {
        width: 30px;
    }

    .footer-about p {
        font-size: 14px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
    }

    .footer-contact {
        display: flex;
        flex-direction: column;
    }

    .footer-links {
        margin-left: 2%;
        display: flex;
        justify-content: space-between;
        height: 170px;
        flex-direction: column;
    }

    .footer-links h4 {
        font-size: 14px;
        color: white;
        font-weight: 500;
    }

    .footer-links ul {
        margin-left: 0px;
        list-style: none;
        margin-top: 0px;
    }

    .footer-links ul li {
        margin-top: 5px;
    }

    .footer-links ul li a {
        text-decoration: none;
        font-size: 10px;
        color: white;
        font-weight: 400;
    }

    .footer-links ul li a:hover {
        text-decoration: none;
        font-size: 12px;
        color: white;
        font-weight: bold;
        text-decoration: underline;
    }

    .footer-contact {
        display: flex;
        justify-content: space-between;
        height: 170px;
        flex-direction: column;
    }

    .footer-contact h4 {
        font-size: 14px;
        color: white;
        font-weight: 500;
    }

    .footer-contact p {
        font-size: 10px;
        font-family: inter;
        font-weight: 400;
        color: white;
        margin-top: 5px;
    }

    .footer-map {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
    }

    .footer-map img {
        width: 300px;
        height: 130px;
        object-fit: cover;
    }

    .footer-bottom {
        padding: 5px;
        background-color: #c6a953;
        margin-top: 30px;
        text-align: center;
    }

    .web-icons {
        display: flex;
        justify-content: baseline;
        align-items: center;
        gap: 20px;
        padding-left: 30px;
        padding-top: 30px;
    }

    .web-icons svg {
        cursor: pointer;
    }

    .call-now {
        position: fixed;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 10px;
    }

    .callnow {
        width: 40px;
        cursor: pointer;
        transition: transform 0.25s ease;
    }

    .callnow:hover {
        transform: scale(1.15);
        animation: shake 0.4s ease-in-out;
    }

}


@media (max-width: 768px) {


    .navbar_body {
        width: 100%;
        height: 60px;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        background: rgba(0, 0, 0, 0.65);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        display: flex;
        justify-content: space-between;
        position: fixed;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        width: 100%;
        max-width: 1600px;
    }

    .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 30px;
    }

    .icon img {
        width: 30px;
    }

    .navbar_child_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
    }

    .navbar_child_2 a {
        padding-left: 10px;
        text-decoration: none;
        color: white;
        font-size: 14px;
        font-weight: 400;
        font-family: inter;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .navbar_child_2 a:hover {
        color: #c6a953;
        transform: scale(1.1);
    }

    #active-link {
        padding-left: 10px;
        text-decoration: none;
        color: #c6a953;
        font-size: 14px;
        font-weight: bold;
        font-family: inter;
        text-decoration: underline;
        text-decoration-color: #c6a953;
        text-underline-offset: 5px;
    }

    .hero_banner {
        width: 100%;
        height: 100vh;
        display: flex;
        overflow: hidden;
        /* IMPORTANT */
        position: relative;
    }

    .hero_banner_img {
        min-width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: transform 2s ease-in-out;
    }

    .hero_banner-margin {
        margin-top: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .RoyalEarth h1 {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 32px;
        color: white;
        text-align: center;
        font-weight: 400;

    }

    .royalearth_subtitle h2 {
        font-size: 16px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
        text-align: center;
    }

    .royalearth_text p {
        font-size: 12px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
        text-align: center;
    }

    .div_button button {
        text-decoration: none;
        width: 170px;
        height: 50px;
        background-color: #093414;
        border: 0;
        font-size: 16px;
        color: white;
        font-weight: 300;
        margin-top: 20px;
        cursor: pointer;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .div_button button:hover {
        transform: scale(1.1);
    }

    /* service page */

    .our_services {
        width: 100%;
        height: 100%;
        background-color: #093414;
        padding: 20px;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .title {
        font-size: 24px;
        color: white;
        font-weight: 400;
        font-family: inter;
    }

    .service-card {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-top: 10px;
        flex-direction: column;
    }

    .service_image_parent {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service_image_parent img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .service-text-parent {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
    }

    .service-text-parent h1 {
        font-size: 16px;
        color: white;
        font-weight: 400px;
        margin-top: 10px;
    }

    .service-text-parent p {
        font-size: 14px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
    }

    .service-text-parent h2 {
        font-size: 16px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
    }

    .service-text-parent ul {
        margin-left: 40px;
    }

    .service-text-parent ul li {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
        color: white;
    }

    .view-details {
        width: 100%;
        height: 60px;
        background-color: #c6a953;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .view-details a {
        font-size: 16px;
        font-family: inter;
        font-weight: 400;
        text-decoration: none;
        color: #093414;
    }

    .whychooseRoyalEarth {
        width: 100%;
        padding: 30px;
        background-color: #093414;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .whychooseRoyalEarth h1 {
        font-size: 18px;
        color: white;
        font-family: inter;
        font-weight: 600;
    }

    .whychooseRoyalEarth p {
        font-size: 14px;
        color: white;
        font-family: inter;
        font-weight: 400;
        margin-top: 20px;
        text-align: center;
    }

    .location-div-parent {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: white;
    }

    .location-div-parent h1 {
        font-size: 24px;
        font-weight: bold;
        color: #093414;
        text-align: center;
    }

    .location-div-child {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .location-div-child div {
        width: 80%;
        background-color: #093414;
        padding: 5px;
    }

    .location-div-child div img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        cursor: pointer;
    }

    .location-text {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .location-div-parent p {
        width: 70%;
        display: flex;
        align-self: center;
        padding: 10px;
        text-align: center;
        font-size: 14px;
        font-family: inter;
        font-weight: 400;
        margin-top: 10px;
    }

    .gallery {
        width: 100%;
        padding: 30px;
        background-color: #093414;
    }

    .gallery h1 {
        text-align: center;
        font-size: 24px;
        color: white;
        font-weight: 400;
    }

    .gallery-grid-parent {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    .gallery-gird {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        align-items: start;
    }

    .gallery-gird img {
        width: 250px;
        height: 350px;
        display: block;
        object-position: center;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        cursor: pointer;
    }

    .gallery-gird img:hover {
        transform: scale(1.1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
    }

    .gallery-gird img:nth-child(2),
    .gallery-gird img:nth-child(4),
    .gallery-gird img:nth-child(6),
    .gallery-gird img:nth-child(8),
    .gallery-gird img:nth-child(10),
    .gallery-gird img:nth-child(12),
    .gallery-gird img:nth-child(14) {
        margin-top: 10px;
    }

    .site-footer-top {
        width: 100%;
        display: block;
        background-color: #c6a953;
        padding: 10px;
    }

    .site-footer {
        margin: 0;
        width: 100%;
        background-color: #093414;
    }

    .footer-container {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        flex-direction: column;

    }


    .footer-about {
        padding: 20px;
    }

    .footer-logo {
        width: 30px;
    }

    .footer-about p {
        font-size: 12px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
    }

    .footer-contact {
        display: flex;
        flex-direction: column;
    }

    .footer-links {
        margin-left: 2%;
        display: flex;
        justify-content: space-between;
        height: 170px;
        flex-direction: column;
    }

    .footer-links h4 {
        font-size: 14px;
        color: white;
        font-weight: 500;
    }

    .footer-links ul {
        margin-left: 0px;
        list-style: none;
        margin-top: 0px;
    }

    .footer-links ul li {
        margin-top: 5px;
    }

    .footer-links ul li a {
        text-decoration: none;
        font-size: 10px;
        color: white;
        font-weight: 400;
    }

    .footer-links ul li a:hover {
        text-decoration: none;
        font-size: 12px;
        color: white;
        font-weight: bold;
        text-decoration: underline;
    }

    .footer-contact {
        display: flex;
        justify-content: space-between;
        height: 100px;
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .footer-contact h4 {
        font-size: 14px;
        color: white;
        font-weight: 500;
    }

    .footer-contact p {
        font-size: 8px;
        font-family: inter;
        font-weight: 400;
        color: white;
        margin-top: 5px;
    }

    .footer-map {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .footer-map img {
        width: 300px;
        height: 130px;
        object-fit: cover;
    }

    .footer-bottom {
        padding: 5px;
        background-color: #c6a953;
        margin-top: 10px;
        text-align: center;
    }

    .web-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding-left: 30px;
        padding-top: 30px;
    }

    .web-icons svg {
        cursor: pointer;
    }

    .call-now {
        position: fixed;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 10px;
    }

    .callnow {
        width: 40px;
        cursor: pointer;
        transition: transform 0.25s ease;
    }

    .callnow:hover {
        transform: scale(1.15);
        animation: shake 0.4s ease-in-out;
    }

}


@media (max-width: 600px) {
    .navbar_body {
        width: 100%;
        height: 60px;
        padding: 5px;
        padding-left: 0px;
        padding-right: 0px;
        background: rgba(0, 0, 0, 0.65);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        display: flex;
        justify-content: space-between;
        position: fixed;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        width: 100%;
        max-width: 1600px;
    }

    .class-hidden {
        display: block;
    }

    .class-hidden-mobile {
        display: none;
    }

    .class-hidden-mobile img {
        display: none;
    }

    .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 20px;
    }

    .icon img {
        width: 30px;
    }

    .navbar_child_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

    .navbar_child_2 a {
        padding-left: 5px;
        text-decoration: none;
        color: white;
        font-size: 10px;
        font-weight: 400;
        font-family: inter;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .navbar_child_2 a:hover {
        color: #c6a953;
        transform: scale(1.1);
    }

    #active-link {
        padding-left: 5px;
        text-decoration: none;
        color: #c6a953;
        font-size: 10px;
        font-weight: bold;
        font-family: inter;
        text-decoration: underline;
        text-decoration-color: #c6a953;
        text-underline-offset: 5px;
    }

    .hero_banner {
        width: 100%;
        height: 100vh;
        display: flex;
        overflow: hidden;
        /* IMPORTANT */
        position: relative;
    }

    .hero_banner_img {
        min-width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: transform 2s ease-in-out;
    }

    .hero_banner-margin {
        margin-top: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .RoyalEarth h1 {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: white;
        text-align: center;
        font-weight: 400;

    }

    .royalearth_subtitle h2 {
        font-size: 22px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
    }

    .royalearth_text p {
        font-size: 16px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
        text-align: center;
    }

    .div_button button {
        text-decoration: none;
        width: 170px;
        height: 50px;
        background-color: #093414;
        border: 0;
        font-size: 16px;
        color: white;
        font-weight: 300;
        margin-top: 20px;
        cursor: pointer;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .div_button button:hover {
        transform: scale(1.1);
    }

    /* service page */

    .our_services {
        width: 100%;
        height: 100%;
        background-color: #093414;
        padding: 20px;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .title {
        font-size: 24px;
        color: white;
        font-weight: 400;
        font-family: inter;
    }

    .service-card {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-top: 10px;
        flex-direction: column;
    }

    .service_image_parent {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service_image_parent img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .service-text-parent {
        width: 100%;
        height: 290px;
        display: flex;
        flex-direction: column;
    }

    .service-text-parent h1 {
        font-size: 16px;
        color: white;
        font-weight: 400px;
        margin-top: 10px;
    }

    .service-text-parent p {
        font-size: 12px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
    }

    .service-text-parent h2 {
        font-size: 12px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
    }

    .service-text-parent ul {
        margin-left: 40px;
    }

    .service-text-parent ul li {
        margin-top: 10px;
        font-size: 12px;
        font-weight: 400;
        color: white;
    }

    .view-details {
        width: 100%;
        height: 40px;
        background-color: #c6a953;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .view-details a {
        font-size: 16px;
        font-family: inter;
        font-weight: 400;
        text-decoration: none;
        color: #093414;
    }

    .whychooseRoyalEarth {
        width: 100%;
        padding: 30px;
        background-color: #093414;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .whychooseRoyalEarth h1 {
        font-size: 18px;
        color: white;
        font-family: inter;
        font-weight: 600;
    }

    .whychooseRoyalEarth p {
        font-size: 12px;
        color: white;
        font-family: inter;
        font-weight: 400;
        margin-top: 20px;
        text-align: center;
    }

    .location-div-parent {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 50px;
        background-color: white;
    }

    .location-div-parent h1 {
        font-size: 22px;
        font-weight: bold;
        color: #093414;
        text-align: center;
    }

    .location-div-child {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .location-div-child div {
        width: 80%;
        background-color: #093414;
        padding: 5px;
    }

    .location-div-child div img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        cursor: pointer;
    }

    .location-text {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .location-div-parent p {
        width: 90%;
        display: flex;
        align-self: center;
        padding: 10px;
        text-align: center;
        font-size: 12px;
        font-family: inter;
        font-weight: 400;
        margin-top: 10px;
    }

    .gallery {
        width: 100%;
        padding: 30px;
        background-color: #093414;
    }

    .gallery h1 {
        text-align: center;
        font-size: 24px;
        color: white;
        font-weight: 400;
    }

    .gallery-grid-parent {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    .gallery-gird {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

    .gallery-gird img {
        width: 80%;
        height: 350px;
        display: block;
        object-position: center;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        cursor: pointer;
    }

    .gallery-gird img:hover {
        transform: scale(1.1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
    }

    .gallery-gird img:nth-child(2),
    .gallery-gird img:nth-child(4),
    .gallery-gird img:nth-child(6),
    .gallery-gird img:nth-child(8),
    .gallery-gird img:nth-child(10),
    .gallery-gird img:nth-child(12),
    .gallery-gird img:nth-child(14) {
        margin-top: 10px;
    }

    .site-footer-top {
        width: 100%;
        display: block;
        background-color: #c6a953;
        padding: 10px;
    }

    .site-footer {
        margin: 0;
        width: 100%;
        background-color: #093414;
        padding-top: 20px;
    }

    .footer-container {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        flex-direction: column;

    }


    .footer-about {
        padding: 0;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    .footer-logo {
        width: 30px;
    }

    .footer-about p {
        font-size: 16px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
    }

    .footer-contact {
        display: flex;
        flex-direction: column;
    }

    .footer-links {
        margin-left: 2%;
        height: 170px;
    }

    .footer-links h4 {
        font-size: 18px;
        color: white;
        font-weight: 500;
    }

    .footer-links ul {
        margin-left: 0px;
        list-style: none;
        margin-top: 0px;
    }

    .footer-links ul li {
        margin-top: 5px;
    }

    .footer-links ul li a {
        text-decoration: none;
        font-size: 16px;
        color: white;
        font-weight: 400;
    }

    .footer-links ul li a:hover {
        text-decoration: none;
        font-size: 16px;
        color: white;
        font-weight: bold;
        text-decoration: underline;
    }

    .footer-contact {
        display: flex;
        justify-content: space-between;
        height: 100px;
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .footer-contact h4 {
        font-size: 18px;
        color: white;
        font-weight: 500;
    }

    .footer-contact p {
        font-size: 16px;
        font-family: inter;
        font-weight: 400;
        color: white;
        margin-top: 5px;
    }

    .footer-map {
        width: 90%;
    }

    .footer-map img {
        width: 300px;
        height: 130px;
        object-fit: cover;
    }

    .footer-bottom {
        padding: 5px;
        background-color: #c6a953;
        margin-top: 10px;
        font-size: 6px;
        text-align: center;
    }

    .web-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding-left: 0px;
        padding-top: 30px;
    }

    .web-icons svg {
        cursor: pointer;
    }

    .call-now {
        position: fixed;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 10px;
    }

    .callnow {
        width: 40px;
        cursor: pointer;
        transition: transform 0.25s ease;
    }

    .callnow:hover {
        transform: scale(1.15);
        animation: shake 0.4s ease-in-out;
    }
       .class-hidden {
        display: block;
    }

    .class-hidden img{
        display: block;
    }

    .class-hidden-mobile {
        display: none;
    }

    .class-hidden-mobile img {
        display: none;
    }
}

@media (max-width: 480px) {
    .navbar_body {
        width: 100%;
        height: 60px;
        padding: 5px;
        padding-left: 0px;
        padding-right: 0px;
        background: rgba(0, 0, 0, 0.65);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        display: flex;
        justify-content: space-between;
        position: fixed;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        width: 100%;
        max-width: 1600px;
    }

    .class-hidden {
        display: block;
    }

    .class-hidden-mobile {
        display: none;
    }

    .class-hidden-mobile img {
        display: none;
    }

    .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 20px;
    }

    .icon img {
        width: 30px;
    }

    .navbar_child_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

    .navbar_child_2 a {
        padding-left: 5px;
        text-decoration: none;
        color: white;
        font-size: 10px;
        font-weight: 400;
        font-family: inter;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .navbar_child_2 a:hover {
        color: #c6a953;
        transform: scale(1.1);
    }

    #active-link {
        padding-left: 5px;
        text-decoration: none;
        color: #c6a953;
        font-size: 10px;
        font-weight: bold;
        font-family: inter;
        text-decoration: underline;
        text-decoration-color: #c6a953;
        text-underline-offset: 5px;
    }

    .hero_banner {
        width: 100%;
        height: 100vh;
        display: flex;
        overflow: hidden;
        /* IMPORTANT */
        position: relative;
    }

    .hero_banner_img {
        min-width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: transform 2s ease-in-out;
    }

    .hero_banner-margin {
        margin-top: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .RoyalEarth h1 {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        color: white;
        text-align: center;
        font-weight: 400;

    }

    .royalearth_subtitle h2 {
        font-size: 18px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
    }

    .royalearth_text p {
        font-size: 14px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
        text-align: center;
    }

    .div_button button {
        text-decoration: none;
        width: 170px;
        height: 50px;
        background-color: #093414;
        border: 0;
        font-size: 16px;
        color: white;
        font-weight: 300;
        margin-top: 20px;
        cursor: pointer;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .div_button button:hover {
        transform: scale(1.1);
    }

    /* service page */

    .our_services {
        width: 100%;
        height: 100%;
        background-color: #093414;
        padding: 20px;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .title {
        font-size: 24px;
        color: white;
        font-weight: 400;
        font-family: inter;
    }

    .service-card {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-top: 10px;
        flex-direction: column;
    }

    .service_image_parent {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service_image_parent img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .service-text-parent {
        width: 100%;
        height: 290px;
        display: flex;
        flex-direction: column;
    }

    .service-text-parent h1 {
        font-size: 16px;
        color: white;
        font-weight: 400px;
        margin-top: 10px;
    }

    .service-text-parent p {
        font-size: 12px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
    }

    .service-text-parent h2 {
        font-size: 12px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
    }

    .service-text-parent ul {
        margin-left: 40px;
    }

    .service-text-parent ul li {
        margin-top: 10px;
        font-size: 12px;
        font-weight: 400;
        color: white;
    }

    .view-details {
        width: 100%;
        height: 40px;
        background-color: #c6a953;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .view-details a {
        font-size: 16px;
        font-family: inter;
        font-weight: 400;
        text-decoration: none;
        color: #093414;
    }

    .whychooseRoyalEarth {
        width: 100%;
        padding: 30px;
        background-color: #093414;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .whychooseRoyalEarth h1 {
        font-size: 18px;
        color: white;
        font-family: inter;
        font-weight: 600;
    }

    .whychooseRoyalEarth p {
        font-size: 12px;
        color: white;
        font-family: inter;
        font-weight: 400;
        margin-top: 20px;
        text-align: center;
    }

    .location-div-parent {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 50px;
        background-color: white;
        margin-top: 40px;
    }

    .location-div-parent h1 {
        font-size: 22px;
        font-weight: bold;
        color: #093414;
        text-align: center;
    }

    .location-div-child {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .location-div-child div {
        width: 80%;
        background-color: #093414;
        padding: 5px;
    }

    .location-div-child div img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        cursor: pointer;
    }

    .location-text {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .location-div-parent p {
        width: 90%;
        display: flex;
        align-self: center;
        padding: 10px;
        text-align: center;
        font-size: 12px;
        font-family: inter;
        font-weight: 400;
        margin-top: 10px;
    }

    .gallery {
        width: 100%;
        padding: 30px;
        background-color: #093414;
    }

    .gallery h1 {
        text-align: center;
        font-size: 24px;
        color: white;
        font-weight: 400;
    }

    .gallery-grid-parent {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    .gallery-gird {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

    .gallery-gird img {
        width: 80%;
        height: 350px;
        display: block;
        object-position: center;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        cursor: pointer;
    }

    .gallery-gird img:hover {
        transform: scale(1.1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
    }

    .gallery-gird img:nth-child(2),
    .gallery-gird img:nth-child(4),
    .gallery-gird img:nth-child(6),
    .gallery-gird img:nth-child(8),
    .gallery-gird img:nth-child(10),
    .gallery-gird img:nth-child(12),
    .gallery-gird img:nth-child(14) {
        margin-top: 10px;
    }

    .site-footer-top {
        width: 100%;
        display: block;
        background-color: #c6a953;
        padding: 10px;
    }

    .site-footer {
        margin: 0;
        width: 100%;
        background-color: #093414;
        padding-top: 20px;
    }

    .footer-container {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        flex-direction: column;

    }


    .footer-about {
        padding: 0;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    .footer-logo {
        width: 30px;
    }

    .footer-about p {
        width: 90%;
        font-size: 16px;
        color: white;
        font-weight: 400;
        margin-top: 10px;
    }

    .footer-contact {
        display: flex;
        flex-direction: column;
    }

    .footer-links {
        margin-left: 2%;
        height: 170px;
    }

    .footer-links h4 {
        font-size: 18px;
        color: white;
        font-weight: 500;
    }

    .footer-links ul {
        margin-left: 0px;
        list-style: none;
        margin-top: 0px;
    }

    .footer-links ul li {
        margin-top: 5px;
    }

    .footer-links ul li a {
        text-decoration: none;
        font-size: 16px;
        color: white;
        font-weight: 400;
    }

    .footer-links ul li a:hover {
        text-decoration: none;
        font-size: 16px;
        color: white;
        font-weight: bold;
        text-decoration: underline;
    }

    .footer-contact {
        display: flex;
        justify-content: space-between;
        height: 100px;
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .footer-contact h4 {
        font-size: 18px;
        color: white;
        font-weight: 500;
    }

    .footer-contact p {
        font-size: 16px;
        font-family: inter;
        font-weight: 400;
        color: white;
        margin-top: 5px;
    }

    .footer-map {
        width: 90%;
        margin-top: 20px;
    }

    .footer-map img {
        width: 300px;
        height: 130px;
        object-fit: cover;
    }

    .footer-bottom {
        padding: 5px;
        background-color: #c6a953;
        margin-top: 10px;
        font-size: 6px;
        text-align: center;
    }

    .web-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding-left: 0px;
        padding-top: 30px;
    }

    .web-icons svg {
        cursor: pointer;
    }

    .call-now {
        position: fixed;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 10px;
    }

    .callnow {
        width: 40px;
        cursor: pointer;
        transition: transform 0.25s ease;
    }

    .callnow:hover {
        transform: scale(1.15);
        animation: shake 0.4s ease-in-out;
    }
       .class-hidden {
        display: block;
    }

    .class-hidden img{
        display: block;
    }

    .class-hidden-mobile {
        display: none;
    }

    .class-hidden-mobile img {
        display: none;
    }

}