@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Montserrat:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');


:root {
    --e-global-color-primary: #ffffff;
    --e-global-color-secondary: #1b1b1b;
    --e-global-color-text: #3e3e3e;
    --e-global-color-accent: #d72c19;
    --e-global-color-very-dark-gray-mostly-black: #222222;
    --e-global-color-very-light-gray-mostly-white: #f9f9f9;
    --e-global-color-very-dark-gray-black: #282828;
    --e-global-color-light-gray: #cdcdcd;
    --e-global-color-gray: #a9a9a9;
    --e-global-color-very-dark-gray: #656565;
    --e-global-color-very-light-gray: #e9e9e9;
    --e-global-color-gray: #b2b2b2;
    --e-global-color-dark-gray: #767676;
    --e-global-color-dark-moderate-orange: #9d7954;
    --e-global-color-vivid-orange: #d72c19;
    --e-global-color-white: #ffffff;
    --e-global-color-black: #000000;
    --e-global-color-mostly-desaturated-dark-orange: #a3805b;
    --e-global-color-very-soft-orange: #ecc88c;
    --e-global-color-light-grayish-orange: #e0d3c4;
    --e-global-color-lime-green: #b7c5bd;
    --e-global-color-light-grayish-yellow: #fbfbf8;
    --e-global-color-very-dark-mostly-black-yellow-olive-tone: #232321;
    --e-global-color-light-grayish-orange: #f2e4d4;
}

/* font-family: 'Roboto', sans-serif;
    font-family: 'Italiana', serif; */

body {
    font-family: 'Montserrat', sans-serif;
}

.h1,
h1 {
    /* font-size: 20px; */
    line-height: 1.2;
    font-weight: 400;
    /* letter-spacing: 1.8px; */
    /* text-transform: uppercase; */
    /* font-family: 'Italiana', serif; */
    color: var(--e-global-color-primary);
}

.h2,
h2 {
    font-size: 50px;
    line-height: 76px;
    font-weight: 600;
    /* letter-spacing: 1.2px; */
    /* word-spacing: 1.4px; */
    /* font-family: 'Italiana', serif; */
    color: var(--e-global-color-secondary);
}

/* h2{
    color: #fff;
} */

.h3,
h3 {
    font-size: 36px;
    line-height: 60px;
    font-weight: 400;
}

.h4,
h4 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
}

.h5,
h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Italiana', serif;
}

.h6,
h6 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1.0px;
    word-spacing: -0.4px;
    font-family: 'Italiana', serif;
    color: var(--e-global-color-secondary);
}


@media (max-width: 768px) {
    .hidemob {
        display: none;
    }

    .visible-xs {
        display: block !important;
    }
}

.dontdisplaylg {
    display: none;
}


p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.text-size-18 {
    font-size: 18px;
    line-height: 32px;
}

.text-size-16 {
    font-size: 16px;
    line-height: 26px;
}

.text-size-14 {
    font-size: 16px;
    line-height: 24px;
}

/* Home Page Style */

.banner_outer {
    background: var(--e-global-color-very-dark-gray-mostly-black);
    position: relative;
    padding-bottom: 155px;
}

.banner_outer .banner-background {
    position: absolute;
    top: 0;
}

.banner_outer .header {
    padding: 0 109px 0 106px;
    position: relative;
    z-index: 5;
    background: #58585a;
}

.navbar-collapse ul {
    align-items: center;
    display: inherit;
}

.navbar-nav .nav-item a {
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item a:hover {
    color: #d72c19 !important;
    background-color: transparent;
}

.navbar-nav .dropdown li:hover>a:before {
    display: none;
}

.navbar-nav li:last-child:hover>a:before {
    display: none;
}

/* .navbar-nav .active > a{
    color: #d72c19 !important;
} */

.navbar-brand {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar {
    position: relative;
    padding: 0;
    z-index: 1;
}

.navbar-nav li {
    margin: 0 34px;
}

.navbar-nav {
    padding-left: 147px;
    margin-top: -6px;
}

.navbar-nav li:first-child {
    margin-left: 0;
}

.navbar-nav li:last-child {
    margin-right: 0px;
    padding-right: 0;
}

.navbar-nav .nav-item .get_a_quote {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    border-radius: 45px;
    text-align: center;
    padding: 22px 47px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-very-dark-gray-mostly-black);
    border: 2px solid var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    margin-left: 47px;
    position: relative;
    top: 4px;
}

.navbar-nav .nav-item .get_a_quote .dot {
    background: var(--e-global-color-white);
    border-radius: 50px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    position: relative;
    top: 6px;
    float: left;
    margin-right: 10px;
}

.navbar-nav .nav-item .get_a_quote:hover {
    color: var(--e-global-color-white) !important;
}

.navbar-nav .nav-item .dropdown-item {
    color: var(--e-global-color-black) !important;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item .dropdown-item:hover {
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .drop-down-pages .active>a {
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}

.navbar-nav .drop-down-pages .active>a:before {
    display: none;
}

.navbar-collapse .drop-down-pages {
    text-align: left;
    margin-left: 0;
}

.navbar-nav .dropdown-menu {
    background-color: var(--e-global-color-white);
    position: absolute;
    /* left: -20px; */
    top: 45px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 20%);
}

.navbar-nav .drop-down-pages li {
    margin: 0;
}

.navbar-nav .drop-down-pages .nav-item a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 20px;
    margin-top: 0;
}

.navbar-expand-lg .drop-down-pages .nav-link {
    padding-left: 0;
}

.navbar-nav .drop-down-pages li:last-child {
    margin-left: 0;
}

.banner_outer .social-icons {
    float: right;
    z-index: 1;
}

.banner_outer .social-icons ul {
    right: 42px;
    top: 142px;
}

.banner_outer .social-icons ul li {
    margin-top: 22px;
}

.banner_outer .social-icons ul li .social-networks {
    font-size: 20px;
    margin-top: 2px;
    color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-white);
    background: transparent;
    border-radius: 100px;
    text-align: center;
    transition: all ease-in-out 0.3s;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.banner_outer .social-icons ul li .social-networks:hover {
    color: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-white);
    background: var(--e-global-color-white);
    transform: translateY(-5px);
}

.banner-section {
    position: relative;
    padding: 62px 200px 50px 165px;
}

.banner-section .banner-backgroundimage {
    position: absolute;
    top: 0;
    right: 125px;
}

.banner-section .banner_content {
    margin-top: 6rem;
    position: relative;
    background: #0e0a0ad6;
    border: 10px solid #d72c19;
    padding: 60px 40px 56px 55px;
    width: 86%;
}

.banner-section .banner_content h1 {
    margin-bottom: 18px;
}

.banner-section .banner_content .word-space {
    margin-bottom: 20px;
}

.banner-section .banner_content span {
    display: block;
    color: var(--e-global-color-very-dark-gray-mostly-black);
    text-shadow: 0px -1px #fff, 0px 1px #fff, 1px 0px #fff, 0px 0px #fff, 0px 0px 0px #555;
}

.banner-section .banner_content p {
    font-weight: 300;
    letter-spacing: 0.2px;
    word-spacing: 0.4px;
    margin-bottom: 30px;
    font-size: 16px;
}

.banner-section .banner_content .read_more {
    font-size: 18px;
    padding: 10px 7px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    text-align: center;
    /* padding: 22px 50px; */
    color: var(--e-global-color-white);
    background: #d72c19;
    border: 2px solid #d72c19;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.banner-section .banner_content .read_more .dot {
    background: var(--e-global-color-white);
    border-radius: 50px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    position: relative;
    top: 6px;
    float: left;
    margin-right: 10px;
}

.banner-section .banner_content .read_more:hover {
    color: var(--e-global-color-white);
    background: transparent;
    border: 2px solid var(--e-global-color-white);
}

.banner-section .carousel {
    position: relative;
    z-index: 1;
}

.banner-section .carousel-indicators {
    bottom: -156px;
    right: 16px;
    margin-right: 24%;
    margin-left: 74%;
}

.banner-section .carousel-indicators li {
    font-size: 22px;
    line-height: 28px;
    font-family: 'Italiana', serif;
    opacity: 1;
    width: 100%;
    background: none;
    text-indent: 1px;
    margin-right: 70px;
    color: var(--e-global-color-white);
}

.banner-section .carousel-indicators .active {
    opacity: 1;
    color: var(--e-global-color-accent);
}

.banner-section .banner-section-outer {
    overflow: hidden;
}

.banner-section .progress {
    overflow: hidden;
    height: 2px;
    width: 62%;
    background: var(--e-global-color-very-dark-gray);
    border-radius: 10px;
    position: relative;
    top: 144px;
    right: 273px;
    float: right;
}

.banner-section .progress-bar {
    float: left;
    width: 20%;
    height: 100%;
    color: var(--e-global-color-white);
    text-align: center;
    background: var(--e-global-color-white);
    border-radius: 10px;
}

.banner-section .pagination-outer {
    position: relative;
    display: inline-block;
    left: 280px;
    top: 50px;
}

.banner-section .pagination-outer .carousel-control-prev {
    position: relative;
    left: 0;
    top: 110px;
    width: 55px;
    font-size: 22px;
    color: var(--e-global-color-white);
    opacity: 1;
    font-weight: bold;
    display: inline-block;
}

.banner-section .pagination-outer .carousel-control-next {
    position: relative;
    right: 15px;
    top: 110px;
    width: 55px;
    font-size: 22px;
    color: var(--e-global-color-white);
    opacity: 1;
    font-weight: bold;
    display: inline-block;
}

/* About Us */

.about-section {
    position: relative;
    padding: 272px 0 135px;
    overflow: hidden;
}

.about-section .about-backgroundimage {
    position: absolute;
    top: 0;
    right: 702px;
}

.about-section .about-backgroundimage img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-10px);
    }
}

.about-section .about-image {
    position: absolute;
    top: -130px;
    left: -106px;
}

.about-section .about_content {
    position: relative;
    background: var(--e-global-color-white);
    padding: 73px 60px 78px 80px;
    box-shadow: 1px 6px 13px rgb(0 0 0 / 10%);
    width: 778px;
    margin-left: -25px;
}

.about-section .about_content h2 {
    margin-bottom: 28px;
}

.about-section .about_content .text-size-16 {
    font-weight: 500;
    letter-spacing: -0.2px;
}

.about-section .about_content .text-size-14 {
    margin-bottom: 36px;
    font-size: 14px;
}

.about-section .about_content .read_more {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 50px;
    text-align: center;
    padding: 23px 50px;
    color: var(--e-global-color-accent);
    background: transparent;
    border: 2px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
    display: inline-block;
    float: left;
    margin-right: 35px;
}

.about-section .about_content .read_more .dot {
    background: var(--e-global-color-accent);
    border-radius: 50px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    position: relative;
    top: 6px;
    float: left;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

.about-section .about_content .read_more:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border: 2px solid var(--e-global-color-accent);
}

.about-section .about_content .read_more:hover .dot {
    background: var(--e-global-color-white);
}

.about-section .last_list figure {
    float: left;
    transition: all 0.3s ease-in-out;
    margin-right: 18px;
}

.about-section .last_list figure:hover {
    transform: translateY(-5px);
}

.about-section .last_list .content span {
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
    display: block;
    font-family: 'Italiana', serif;
    margin-bottom: 2px;
    color: var(--e-global-color-black);
}

.about-section .last_list .last_list_atag {
    color: var(--e-global-color-accent) !important;
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.about-section .last_list .last_list_atag:hover {
    color: var(--e-global-color-very-dark-gray-mostly-black) !important;
}

.about-section .badge .mid-circle {
    position: absolute;
    background: var(--e-global-color-accent);
    border-radius: 50px;
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.about-section .badge {
    position: absolute;
    top: -70px;
    right: -73px;
    --badge-size: 150px;
    --badge-color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--badge-size);
    height: var(--badge-size);
    background: var(--black);
    border-radius: 100%;
    box-shadow: inset 0 0 0 0.9rem var(--badge-color);
    animation: identifier 20s linear infinite;
}

.about-section .badge__emoji {
    display: block;
    margin: 0;
    animation: identifier 20s linear infinite;
    animation-direction: reverse;
    transition: all 0.3s;
}

.about-section .badge__char {
    --char-font-weight: 600;
    --char-font-size: 26px;
    --char-width: 32px;
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - var(--char-width) / 2);
    height: calc(var(--badge-size) / 2);
    width: var(--char-width);
    background-repeat: round;
    text-align: center;
    text-transform: uppercase;
    line-height: 1rem;

    font-weight: var(--char-font-weight);
    font-size: var(--char-font-size);
    color: #5d5e5e;
    font-family: 'Italiana', serif;
    transform-origin: bottom center;
    transform: rotate(var(--char-rotate));
}

@-webkit-keyframes identifier {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes identifier {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

/* Team */

.team-section {
    background: url(../images/team-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 108px 0 0px;
}

.team-section .right-lamp {
    position: absolute;
    top: 0;
    right: 130px;
}

.team-section .team_content {
    text-align: center;
}

.team-section .team_content h2 {
    margin-bottom: 40px;
    margin-top: -45px;
}

.team-section .team-box {
    position: relative;
    text-align: center;
}

.team-section .team-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-width: 10px 0 0 10px;
}

.team-section .team-box .image img {
    transition: all 0.3s ease-in-out;
    border: 1px solid #000;
}

.team-section .team-box .image:hover img {
    transform: scale(1.1);
}

.team-section .team-box .imagecircle {
    position: absolute;
    top: 48px;
    left: -8px;
}

.team-section .team-box .image-content {
    position: relative;
    top: -80px;
    transition: all 0.3s ease-in-out;
}

.team-section .team-box .image-content:hover {
    transform: translateY(-5px);
}

.team-section .team-box .content-bg {
    position: relative;
    top: 0;
}

.team-section .team-box .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 8px;
    padding: 20px;
    transition: all 0.3s ease-in-out;
}

.team-section .team-box h6 {
    text-transform: uppercase;
    color: var(--e-global-color-white);
    margin-top: -2rem;
    margin-bottom: 10px;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
}

.team-section .team-box span {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    /* color: var(--e-global-color-white); */
    /* font-family: 'Roboto'; */
}

.team-section .team-box .content-bg img {
    height: 220px;
    width: 300px;
}

.team-section .team-box p {
    display: block;
    margin-bottom: 12px;
    color: var(--e-global-color-white);
    font-size: 24px;
    font-weight: 600;
}

.team-section .team-box li {
    margin: 0 3px;
    display: inline-block;
    border: 1px solid var(--e-global-color-white);
    background: transparent;
    border-radius: 100px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.team-section .team-box li:first-child {
    margin-left: 0;
}

.team-section .team-box li:last-child {
    margin-right: 0;
}

.team-section .team-box li a {
    color: var(--e-global-color-white);
}

.team-section .team-box i {
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.team-section .team-box li:hover {
    transform: translateY(-5px);
}

.team-section .team-box:hover li {
    border: 1px solid var(--e-global-color-white);
    background: var(--e-global-color-white);
    color: var(--e-global-color-accent);
}

.team-section .team-box:hover i {
    color: var(--e-global-color-accent);
}

/* Choose us */

.choose-section {
    position: relative;
    padding: 408px 0 155px;
    overflow: hidden;
}

.choose-section .choose-image {
    position: absolute;
    top: -260px;
    right: -86px;
}

.choose-section h4 {
    font-family: 'Italiana', serif;
    position: absolute;
    background: #d72c19;
    color: var(--e-global-color-white);
    padding: 18px 38px;
    right: -196px;
    top: -101px;
    transform: rotate(270deg);
    letter-spacing: 8.8px;
}

.choose-section .choose-arrow {
    position: absolute;
    top: -124px;
    left: -97px;
    z-index: 1;
}

.choose-section .choose-arrow img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-10px);
    }
}

.choose-section .choose_content {
    position: relative;
    background: var(--e-global-color-white);
    padding: 73px 30px 30px 74px;
    box-shadow: 1px 6px 13px rgb(0 0 0 / 8%);
    width: 708px;
    margin-left: -25px;
    margin-top: -3rem;
}

.choose-section .choose_content h2 {
    margin-bottom: 35px;
    border-left: 3px solid var(--e-global-color-accent);
    padding-left: 30px;
}

.choose-section .choose_content .text-size-16 {
    font-weight: 400;
    letter-spacing: -0.2px;
    margin-bottom: 25px;
}

.choose-section .choose_content .text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    ;
}

.choose-section .choose_content .text:hover {
    color: var(--e-global-color-accent);
}

.choose-section .choose_content ul li {
    margin-bottom: 10px;
}

.choose-section .choose_content ul li .circle {
    position: relative;
    border: 2px solid var(--e-global-color-accent);
    border-radius: 100px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 21px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border-right-style: none;
    top: 5px;
}

.choose-section .choose_content ul li .circle:before {
    font-size: 18px;
    position: absolute;
    left: 4px;
    margin-top: -3px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-accent);
}


/* Testimonial */

.testimonial-section {
    padding: 172px 0 184px;
    overflow: hidden;
}

.testimonial-section .testimonial_content h2 {
    margin-bottom: 43px;
}

.testimonial-section .testimonial_content ul {
    margin-bottom: 22px;
}

.testimonial-section .testimonial_content ul li {
    display: inline-block;
    margin: 0 2px;
}

.testimonial-section .testimonial_content ul li:first-child {
    margin-left: 0;
}

.testimonial-section .testimonial_content ul li:last-child {
    margin-right: 0;
}

.testimonial-section .testimonial_content ul li i {
    color: var(--e-global-color-vivid-orange);
    font-size: 18px;
    line-height: 18px;
}

.testimonial-section .testimonial_content p {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 40px;
    font-weight: 300;
}

.testimonial-section .testimonial_content .content {
    margin-left: -18px;
}

.testimonial-section .testimonial_content .content span {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    font-family: 'Italiana', serif;
}

.testimonial-section .testimonial_content .content .testimonial-contentimage {
    float: left;
}

/* .testimonial-section .testimonial_content .content .testimonial-contentimage img{
    border-radius: 100px;
} */
.testimonial-section .testimonial_content .content .designation-outer {
    display: inline-block;
    padding: 27px 0 0 15px;
    margin-top: -2rem;
}

.testimonial-section .testimonial_content .content .text-size-16 {
    color: var(--e-global-color-black);
    font-weight: 400;
}

.testimonial-section .testimonial-line {
    position: absolute;
    top: -60px;
    left: 63px;
}

.testimonial-section .owl-carousel .owl-dots {
    position: absolute;
    left: -325px;
    top: 225px;
    margin-top: 0 !important;
    transform: rotate(90deg);
}

.testimonial-section .owl-carousel .owl-dots .owl-dot span {
    width: 22px;
    height: 22px;
    margin: 0 28px;
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--e-global-color-black);
    background: var(--e-global-color-white);
}

.testimonial-section .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-accent);
    width: 22px;
    height: 22px;
    border: 5px solid var(--e-global-color-light-grayish-orange);
}

.testimonial-section .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--e-global-color-accent);
    width: 22px;
    height: 22px;
    border: 5px solid var(--e-global-color-light-grayish-orange);
}

.testimonial-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

.testimonial-section .owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
    padding-left: 15px;
}

.testimonial-section .testimonial_wrapper figure {
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.testimonial-section .testimonial_wrapper figure img {
    border-radius: 100px;
    /* width: 100%; */
}

.testimonial-section .testimonial_wrapper .testimonial-image1 {
    right: 98px;
    top: -36px;
}

.testimonial-section .testimonial_wrapper .testimonial-image1:hover {
    transform: translateY(-5px);
}

.testimonial-section .testimonial_wrapper .testimonial-image2 {
    right: 70px;
    top: 114px;
}

.testimonial-section .testimonial_wrapper .testimonial-image2:hover {
    transform: translateX(-5px);
}

.testimonial-section .testimonial_wrapper .testimonial-image3 {
    right: 65px;
    top: 357px;
}

.testimonial-section .testimonial_wrapper .testimonial-image3:hover {
    transform: translateY(-5px);
}

.testimonial-section .testimonial_wrapper .testimonial-image4 {
    left: -143px;
    top: 34px;
}

.testimonial-section .testimonial_wrapper .testimonial-image4:hover {
    transform: translateX(-5px);
}

.testimonial-section .testimonial_wrapper .testimonial-image5 {
    left: -144px;
    top: 270px;
}

.testimonial-section .testimonial_wrapper .testimonial-image5:hover {
    transform: translateY(-5px);
}


/* Footer */

.footer-section {
    background: var(--e-global-color-very-dark-gray-mostly-black);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 40px;
    /* padding-bottom: 80px; */
}

.footer-section::before {
    content: "";
    position: absolute;
    background: url(../images/footer-backgroundimage.jpg);
    width: 100%;
    /* height: 625px; */
    top: 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-section .left-lamp {
    position: absolute;
    top: 0;
    left: 118px;
}

.footer-section .right-lamp {
    position: absolute;
    top: 0;
    right: 118px;
}

.footer-section .middle-portion {
    padding-bottom: 30px;
}

.footer-section .middle-portion .logo-part {
    text-align: center;
}

.footer-section .middle-portion .logo-part .footer-logo {
    margin-bottom: 30px;
}

.footer-section .middle-portion h6 {
    color: var(--e-global-color-white);
    margin-bottom: 34px;
}

.footer-section .middle-portion input {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--e-global-color-very-dark-gray);
    background: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-very-dark-gray);
    border-radius: 50px;
    padding: 30px 35px;
    margin-bottom: 65px;
    width: 76%;
    height: 82px;
    overflow: visible;
    outline: none;
    margin-left: 135px;
    word-spacing: 1.8px;
}

.footer-section .subscribe_now {
    position: absolute;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 20px 34px 20px 50px;
    right: 145px;
    top: 6px;
    width: 216px;
    height: 70px;
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-accent);
    border-radius: 50px;
    outline: none;
    box-shadow: none;
    letter-spacing: 0.8px;
}

.footer-section .subscribe_now:hover {
    background: var(--e-global-color-white);
    color: var(--e-global-color-accent);
    border-radius: 50px;
    outline: none;
    box-shadow: none;
}

.footer-section .subscribe_now .dot {
    background: var(--e-global-color-white);
    border-radius: 50px;
    width: 9px;
    height: 9px;
    line-height: 9px;
    position: relative;
    top: 6px;
    float: left;
    margin-right: 7px;
    transition: all 0.3s ease-in-out;
}

.footer-section .subscribe_now:hover .dot {
    background: var(--e-global-color-accent);
}

.footer-section .middle-portion .links {
    margin-left: 82px;
}

.footer-section .middle-portion .links li {
    display: inline-block;
    margin: 0 38px;
}

.footer-section .middle-portion .links li:first-child {
    margin-left: 0px;
}

.footer-section .middle-portion .links li:last-child {
    margin-right: 0px;
}

.footer-section .middle-portion a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    /* text-transform: uppercase; */
    color: var(--e-global-color-white);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.6px;
    word-spacing: 0.2px;
}

.footer-section .middle-portion a:hover {
    color: #d72c19 !important;
}

.footer-section .footer-lower {
    border-top: 2px solid var(--e-global-color-very-dark-gray);
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.footer-section .footer-lower .social-icons {
    margin-top: -14px;
}

.footer-section .footer-lower .social-icons ul li {
    display: inline-block;
    margin: 0 6px;
}

.footer-section .footer-lower .social-icons ul li:first-child {
    margin-left: 0;
}

.footer-section .footer-lower .social-icons ul li:last-child {
    margin-right: 0;
}

.footer-section .footer-lower .social-icons ul li .social-networks {
    font-size: 18px;
    margin-top: 2px;
    color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-white);
    background: transparent;
    border-radius: 100px;
    text-align: center;
    transition: all ease-in-out 0.3s;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.footer-section .footer-lower .social-icons ul li .social-networks:hover {
    color: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-white);
    background: var(--e-global-color-white);
    transform: translateY(-5px);
}

.footer-section .footer-lower p {
    color: var(--e-global-color-very-light-gray-mostly-white);
    float: right;
}


/* Service Page */

.servicepage-section {
    padding: 180px 0 56px;
    position: relative;
    overflow: hidden;
}

.residential-section {
    position: relative;
}

.residential-section .servicepage-background {
    position: absolute;
    top: 138px;
    left: 0;
}

.residential-section .service_wrapper {
    position: relative;
}

.residential-section .servicepage-circularimage {
    position: absolute;
    top: -148px;
    left: -102px;
    z-index: 1;
}

.servicepage-circularimage {
    animation: animName 12s linear infinite;
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.residential-section .service_wrapper .servicepage-image {
    position: absolute;
    /* top: -75px; */
    /* left: -30px; */
}

.residential-section .service_wrapper .servicepage-rightborder {
    position: absolute;
    top: -100px;
    right: 10px;
}

.residential-section .service_wrapper .servicepage-boximage {
    position: absolute;
    top: 410px;
    left: -73px;
}

.residential-section .service_wrapper .servicepage-boximage img {
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.residential-section .service_content {
    padding-left: 10px;
}

.residential-section .service_content h3 {
    font-weight: 600;
    /* font-family: 'Italiana', serif; */
    /* margin-bottom: 25px; */
    /* letter-spacing: 1.6px; */
    margin-top: -2rem;
}

.residential-section .service_content p {
    margin-bottom: 22px;
    line-height: 24px;
    font-weight: 400;
}

.residential-section .service_content .servicepage-contentimage {
    margin-bottom: 38px;
}

.residential-section .service_content .text:hover {
    color: var(--e-global-color-secondary);
}

.residential-section .service_content ul {
    padding-left: 40px;
}

.residential-section .service_content ul li {
    position: relative;
    margin-bottom: 13px;
    font-weight: 500;
}

.residential-section .service_content .text:hover {
    color: var(--e-global-color-accent);
}

.residential-section .service_content ul li .circle {
    border: 2px solid var(--e-global-color-accent);
    border-right-style: none;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 3px;
    left: -40px;
}

.residential-section .service_content ul li .circle:before {
    font-size: 18px;
    position: absolute;
    left: 4px;
    margin-top: -3px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-accent);
}

/* Restaurant */

.servicepage-section2 {
    padding: 80px 0 70px;
    position: relative;
    overflow: hidden;
}

.restaurant-section {
    position: relative;
}

.restaurant-section .servicepage-background {
    position: absolute;
    top: 158px;
    right: 0;
}

.restaurant-section .service_wrapper {
    position: relative;
}

.restaurant-section .servicepage-circularimage {
    position: absolute;
    top: -132px;
    right: -108px;
    z-index: 1;
}

.restaurant-section .service_wrapper .servicepage-image {
    position: absolute;
    top: -58px;
    right: -30px;
}

.restaurant-section .service_wrapper .servicepage-leftborder {
    position: absolute;
    top: -82px;
    left: 10px;
}

.restaurant-section .service_wrapper .servicepage-boximage {
    position: absolute;
    top: 424px;
    right: -75px;
}

.restaurant-section .service_wrapper .servicepage-boximage img {
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
}

@-webkit-keyframes mover1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.restaurant-section .service_content h3 {
    font-weight: 600;
    /* font-family: 'Italiana', serif; */
    margin-bottom: 25px;
    /* letter-spacing: 1.6px; */
    font-size: 32px;
    line-height: 1.2;
}

.restaurant-section .service_content p {
    margin-bottom: 22px;
    line-height: 24px;
    font-weight: 500;
}

.restaurant-section .service_content .servicepage-contentimage {
    margin-bottom: 38px;
}

.restaurant-section .service_content .text:hover {
    color: var(--e-global-color-secondary);
}

.restaurant-section .service_content ul {
    padding-left: 40px;
}

.restaurant-section .service_content ul li {
    position: relative;
    margin-bottom: 13px;
}

.restaurant-section .service_content .text:hover {
    color: var(--e-global-color-accent);
}

.restaurant-section .service_content ul li .circle {
    border: 2px solid var(--e-global-color-accent);
    border-right-style: none;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 3px;
    left: -40px;
}

.restaurant-section .service_content ul li .circle:before {
    font-size: 18px;
    position: absolute;
    left: 4px;
    margin-top: -3px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-accent);
}

/* Architectural */

.servicepage-section3 {
    padding: 247px 0 56px;
}

.architectural-section .servicepage-circularimage {
    top: -151px;
    left: -103px;
}

/* Lighting */

.servicepage-section4 {
    padding: 167px 0 174px;
}

/*-------- BLOG PAGES ------------ */

/* Blog */
.blogpage-section {
    padding: 120px 0;
}

/* Single blog */
.singleblog-section {
    padding: 166px 0 162px;
}


/* .content .img2{
    width: 50%;
} */

.logo a:hover {
    text-decoration: none;
    color: #fff;
}




/*Right SIDE NAVIGATION */
.right-side-navigation {
    width: 400px;
    max-width: 100%;
    height: 100%;
    min-height: 400px;
    position: fixed;
    left: -100%;
    top: 0;
    background: #26282b;
    z-index: 9999;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 14px;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.right-side-navigation .call h5 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-top: -1.5rem;
}

.right-side-navigation h6 {
    font-size: 25px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.right-side-navigation p {
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.right-side-navigation.active {
    left: 0;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    /* opacity: 0; */
    /* left: 13px; */
    right: 10px;
    bottom: 50px;
    z-index: 996;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.4s;
    background: #d72c19;
    border: 2px solid #d72c19;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #000;
    border: 2px solid #000;
    text-decoration: none;
}

.back-to-top:hover i {
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*Share Button*/

.wrapper {
    position: fixed;
    bottom: 150px;
    /* left: 5px; */
    right: 30px;
    z-index: 100;
}

.wrapper :is(.btn, .link) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    background-color: #04a53a;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    /* left: -8px; */
}

.btn {
    position: absolute;
    border: none;
    cursor: pointer;
    z-index: 10;
    margin-left: 8px;
}

.btn:hover {
    background-color: #000;
    border: 1px solid #000;
    outline-offset: -4px;
    color: #fff;
}

.item1 {
    position: absolute;
    list-style: none;
    transition: transform 0.5s;
    transition-delay: var(--d);
    margin-left: -32px;
}

.wrapper.active .item1:nth-child(1) {
    transform: translateY(-132px);

}

.wrapper.active .item1:nth-child(2) {
    transform: translateY(-65px);

}

.wrapper.active .item1:nth-child(3) {
    transform: translateY(-199px);
}

.link:hover {
    color: #04a53a;
    transition: background-color 0.5s;
}

.ig:hover {
    background-color: #04a53a;
    color: #fff;
    /*Whatsapp*/
}

.tw:hover {
    color: #fff;
    background-color: #000;
    /*Call*/
}

.sc:hover {
    color: #fff;
    background-color: #000;
}

/*New Blooming Code*/
.container {
    justify-content: center;
    align-items: center;
}

.pulse i {
    color: #fff;
    font-size: 2.3rem;
}

.pulse {
    background: #31f314;
    border-radius: 50%;
    display: flex;
}

.pulse::before {
    content: "";
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 2px solid #31f314;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
}

.pulse::after {
    content: "";
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 2px solid #31f314;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    animation-delay: 0.4s;
}

@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
}


/* LINKS */
a {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    color: #26282b;
}

a:hover {
    text-decoration: underline;
}

/* CUSTOM CONTAINER */
/* .container {
    max-width: 1280px;
  } */

/* FORM ELEMENTS */
input[type=text] {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding: 0 20px;
}

input[type=tel] {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding: 0 20px;
}

textarea {
    width: 100%;
    height: 160px;
    border: 1px solid #eee;
    padding: 15px 20px;
}

button[type=submit] {
    height: 54px;
    border: none;
    background: #d72c19;
    color: #fff;
    /* padding: 0 30px; */
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.btnblack {
    width: 60%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    background: #d72c19;
    padding: 0 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    text-decoration: none;
    display: inline-block;
    margin: 10px auto;
}

.btnblack i {
    margin-left: 10px;
}

.btnblack:hover {
    background: #5d5e5e;
}

.btnblack1 {
    height: 50px;
    line-height: 50px;
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    background: #fff;
    padding: 0 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    text-decoration: none;
}

.btnblack1 i {
    margin-left: 10px;
}

.btnblack1:hover {
    background: #d72c19;
    box-shadow: 0 10px 30px rgba(114, 112, 112, 0.15);
    /* border: 2px solid #fff; */
    color: #fff;
}

.call {
    text-align: center;
}

.call h5 {
    text-align: center;
    font-size: medium;
}

.call a {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    position: relative;
    width: 100%;
    border-radius: 40px;
    text-align: center;
}

.call a:hover {
    text-decoration: none;
    font-size: 27px;
}

.call i {
    font-size: large;
    margin-right: 15px;
}

/* CONTACT */
.contact {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
}

.contact .contact-form {
    width: 100%;
    display: block;
    /* padding-left: 10%; */
}

.contact .contact-form h5 {
    margin-bottom: 40px;
}

.contact .contact-form #contact {
    display: block;
}

.contact .contact-form #contact .form-group {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.contact .contact-form #contact .form-group span {
    width: 100%;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    z-index: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.contact .contact-form #contact .form-group span.label-up {
    font-size: 13px;
    line-height: 16px;
    top: -20px;
    font-weight: 600;
    opacity: 20%;
}

.contact .contact-form #contact .form-group input[type=text] {
    background: none;
    position: relative;
    z-index: 2;
    color: #fff;
}

.contact .contact-form #contact .form-group input[type=tel] {
    background: none;
    position: relative;
    z-index: 2;
    color: #fff;
}

.contact .contact-form #contact .form-group input:focus+span {
    font-size: 13px;
    line-height: 16px;
    top: -20px;
    font-weight: 600;
}

.contact .contact-form #contact .form-group textarea {
    background: none;
    position: relative;
    z-index: 2;
}

.contact .contact-form #contact .form-group textarea:focus+span {
    font-size: 13px;
    line-height: 16px;
    top: -20px;
    font-weight: 600;
}

.contact .contact-form #contact .form-group label.error {
    color: red;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
}

.contact .contact-form #success,
.contact .contact-form #error {
    display: none;
    float: left;
}

.contact .contact-form #error {
    background: red;
    color: #fff;
}

.contact .contact-form #success {
    background: green;
    color: #fff;
}

.contact .contact-form .alert {
    border: none;
    border-radius: 0;
    padding: 20px 30px;
}

.banner_content .text-white1 p {
    font-size: 22px;
    color: #fff;
}


/* Fixed Footer */

.down_enquiry {
    /*background: transparent linear-gradient(267deg, #F0C618 0%, #F08418 100%) 0% 0% no-repeat padding-box!important;*/

    background: #d72c19;
    /* background: none  scroll 0 0; */
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
    display: none;
}

.down_enquiry ul li a:hover {

    color: #ffffff;
}

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

.down_enquiry ul li {
    float: left;
    text-align: center;
    width: 50%;
    border-right: 1px solid #fff;
}

.down_enquiry ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 0;
}


.card {
    border: none;
}

.card-body h5 {
    font-size: 18px;
}

.card .card-body {
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: -1.5rem;
    border-radius: 15px;
}

.overlay-card {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 240px;
    border: 1px solid #918d8d;
}

.overlay-card .overlay-body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0.404) 60%);
    opacity: 0;
    transform: scaleY(0);
    transition: all 0.5s ease;
    transform-origin: bottom;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.overlay-card:hover .overlay-body {
    opacity: 1;
    transform: scaleY(1);
}

.btn-outline-circle {
    border: solid 1px white;
    font-size: 30px;
    font-weight: 300;
    border-radius: 50%;
    aspect-ratio: 2/2;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.btn-outline-circle:hover {
    background-color: transparent !important;
    color: white;
    text-decoration: none;
}

.link {
    color: gray;
}


@media only screen and (max-width : 575px) {

    .overlay-card {
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 90px;
    }

    .btn-outline-circle {
        border: solid 1px white;
        font-size: 20px;
        font-weight: 300;
        border-radius: 50%;
        aspect-ratio: 2/2;
        width: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }


}


.residential-section .service_wrapper .servicepage-image1 img {
    width: 400px;
}



/* CSS Code for Header Section */

.qr-container {
    position: absolute;
    /* left: 20px;   */
    right: 70px;
    /* bottom: 20px;   */
    top: 120px;
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.qr-container img {
    width: 100px;
    /* Adjust size */

}

.qr-container p {
    font-size: 14px;
    text-align: center;
    color: black;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 0rem;
}

/* Mobile QR Code + RERA */
.mobile-rera-section {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 60px 0 20px 0;
    background: #fff;
    text-align: center;
    /* margin-top: 25px; */
}

.mobile-rera-section img {
    width: 30%;
    max-width: 150px;
    height: auto;
}

.rera-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.rera-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-top: 08px;
}

.rera-link {
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

.rera-link:hover {
    text-decoration: underline;
}

/* Show QR Code Section Only on Mobile */
@media (max-width: 768px) {
    .mobile-rera-section {
        display: flex;
    }
}