/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');



p {
    font-family: "Lato", serif;
    font-size: 18px;
    color: #504037;
}

h3 {
    font-family: "Lato", serif;
}

.clr-white {
    color: #fff !important;
}

a {
    text-decoration: none !important;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



.fs-17 {
    font-size: 17px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.span1 {
    color: #e93543;
}

.section-h {
    padding: 60px 0px;
    background: url(../images/Wood_Backgrounds/Flower_wood.webp) center center/cover;
}

.section-v {
    padding: 60px 0px;
    background: url(../images//Wood_Backgrounds/Flower_wood-Without_Flower.webp) center center/cover;
}

.section-h,
.section-v {
    color: #ffff;
}


.title-color {
    color: #e93543;
}

.text-justify {
    text-align: justify;
}

.mob-br {
    display: none !important;
}

.fa-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

/* loader */

.loader {
    width: 200px;
    aspect-ratio: 2;
    --c: linear-gradient(#FFD412 25%, #ABD406 0 50%, #FF821C 0 75%, #FFD412 0);
    background: var(--c), var(--c), var(--c), var(--c);
    background-size: 26% 400%;
    background-position: calc(0*100%/3) 100%, calc(1*100%/3) 100%, calc(2*100%/3) 100%, calc(3*100%/3) 100%;
    background-repeat: no-repeat;
    animation: l10 2s infinite;
}

@keyframes l10 {
    0% {
        background-position: calc(0*100%/3) calc(3*100%/3), calc(1*100%/3) calc(3*100%/3), calc(2*100%/3) calc(3*100%/3), calc(3*100%/3) calc(3*100%/3)
    }

    8.33% {
        background-position: calc(0*100%/3) calc(2*100%/3), calc(1*100%/3) calc(3*100%/3), calc(2*100%/3) calc(3*100%/3), calc(3*100%/3) calc(3*100%/3)
    }

    16.67% {
        background-position: calc(0*100%/3) calc(2*100%/3), calc(1*100%/3) calc(2*100%/3), calc(2*100%/3) calc(3*100%/3), calc(3*100%/3) calc(3*100%/3)
    }

    25% {
        background-position: calc(0*100%/3) calc(2*100%/3), calc(1*100%/3) calc(2*100%/3), calc(2*100%/3) calc(2*100%/3), calc(3*100%/3) calc(3*100%/3)
    }

    30%,
    33.33% {
        background-position: calc(0*100%/3) calc(2*100%/3), calc(1*100%/3) calc(2*100%/3), calc(2*100%/3) calc(2*100%/3), calc(3*100%/3) calc(2*100%/3)
    }

    41.67% {
        background-position: calc(0*100%/3) calc(1*100%/3), calc(1*100%/3) calc(2*100%/3), calc(2*100%/3) calc(2*100%/3), calc(3*100%/3) calc(2*100%/3)
    }

    50% {
        background-position: calc(0*100%/3) calc(1*100%/3), calc(1*100%/3) calc(1*100%/3), calc(2*100%/3) calc(2*100%/3), calc(3*100%/3) calc(2*100%/3)
    }

    58.33% {
        background-position: calc(0*100%/3) calc(1*100%/3), calc(1*100%/3) calc(1*100%/3), calc(2*100%/3) calc(1*100%/3), calc(3*100%/3) calc(2*100%/3)
    }

    63%,
    66.67% {
        background-position: calc(0*100%/3) calc(1*100%/3), calc(1*100%/3) calc(1*100%/3), calc(2*100%/3) calc(1*100%/3), calc(3*100%/3) calc(1*100%/3)
    }

    75% {
        background-position: calc(0*100%/3) calc(0*100%/3), calc(1*100%/3) calc(1*100%/3), calc(2*100%/3) calc(1*100%/3), calc(3*100%/3) calc(1*100%/3)
    }

    83.33% {
        background-position: calc(0*100%/3) calc(0*100%/3), calc(1*100%/3) calc(0*100%/3), calc(2*100%/3) calc(1*100%/3), calc(3*100%/3) calc(1*100%/3)
    }

    91.67% {
        background-position: calc(0*100%/3) calc(0*100%/3), calc(1*100%/3) calc(0*100%/3), calc(2*100%/3) calc(0*100%/3), calc(3*100%/3) calc(1*100%/3)
    }

    97%,
    100% {
        background-position: calc(0*100%/3) calc(0*100%/3), calc(1*100%/3) calc(0*100%/3), calc(2*100%/3) calc(0*100%/3), calc(3*100%/3) calc(0*100%/3)
    }
}

/* loader */

.header {
    position: relative;
    width: 100%;
    z-index: 999;
    padding: 10px 0px;
}

.header .nav-top {
    justify-content: end;
    align-items: center;
    display: flex;
}

.header .nav-top .mobile-num .fa-envelope {
    margin-left: 30px;
}

.header .nav-top .mobile-num {
    margin-right: 15px
}

.navbar-nav {
    justify-content: end !important;
}

.header .nav-item .nav-link {
    color: #fff !important;
    padding: 15px !important;
}

.header .nav-top a {
    color: #ffffff;
    font-size: 15px;
}

/* hover */

/* hover */

.bg-image {
    position: relative;
    overflow: hidden;
}

.main-dropdown-items-content {
    --mdb-image-hover-zoom-transition: all 0.3s linear;
    --mdb-image-hover-zoom-transform: scale(1.1)
}

.main-dropdown-items-content img {
    transition: var(--mdb-image-hover-zoom-transition)
}

.main-dropdown-items-content:hover img,
.main-dropdown-items-content:hover img {
    transform: var(--mdb-image-hover-zoom-transform);
    transition: 0.3s ease-in-out;
}

.banner4-contanet {
    width: 200px;
    overflow: hidden;
}

.banner4-contanet h6 {
    margin-top: 10px;
    color: #000;
    margin-bottom: 5px;
}

.tab-cont-links {
    display: flex;
    gap: 10px;
}



/* Dropdown active upto some time */

/* 
 @media only screen and (min-width: 768px) {

  .navbar-nav>li>ul,
  .navbar-nav>li>ul>li>ul,
  .navbar-nav>li>.mega-menu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}

.navbar-nav>li {
  position: relative;
  float: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
 
.navbar-nav>li>ul {
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.navbar-nav>li>ul>li>a {
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}


.navbar-nav>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.navbar-nav li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0;
}  */


/* Dropdown active upto some time */

/* hover */

.dropdown-menu {
    left: -700px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: max-content !important;
    border: none;
}

.dropdown-menu {
    min-width: 800px !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px !important;
    vertical-align: 3px !important;
}

.header .logo {
    width: 210px;
    /* position: relative;
    top: 10px; */
    transition: 0.4s ease-in-out;
}

.main-dropdown-items {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    gap: 45px;
    background-color: #f4e7c9;
}

.main-dropdown-items .main-dropdown-items-content {
    width: 200px;
    border-radius: 10px;
}

.main-dropdown-items .main-dropdown-items-content .dp-image {
    width: 250px;
    height: 150px;
    display: block;
}

.main-dropdown-items .main-dropdown-items-content h6 {
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 10px;

}

.main-dropdown-items .main-dropdown-items-content p {
    font-size: 14px;
    margin-bottom: 5px;
}


.main-dropdown-items .main-dropdown-items-content img {
    border-radius: 10px;
}

.main-dropdown-items .main-dropdown-items-content:nth-child(1):after {
    position: absolute;
    content: '';
    display: inline-flex;
    width: 0px;
    height: 200px;
    background-color: #ccc;
    border: 1px solid #ccc;
    right: 79.5%;
    top: 15%;
}

.main-dropdown-items .main-dropdown-items-content:nth-child(2):after {
    position: absolute;
    content: '';
    display: inline-flex;
    width: 0px;
    height: 200px;
    background-color: #ccc;
    border: 1px solid #ccc;
    right: 59.5%;
    top: 15%;
}

.main-dropdown-items .main-dropdown-items-content:nth-child(3):after {
    position: absolute;
    content: '';
    display: inline-flex;
    width: 0px;
    height: 200px;
    background-color: #ccc;
    border: 1px solid #ccc;
    right: 40%;
    top: 15%;
}


.main-dropdown-items .main-dropdown-items-content:nth-child(4):after {
    position: absolute;
    content: '';
    display: inline-flex;
    width: 0px;
    height: 200px;
    background-color: #ccc;
    border: 1px solid #ccc;
    right: 20.5%;
    top: 15%;
}


/* .header .urban_aura_logo {
    position: relative;
    top: -5px;
} */

.navbar-nav .nav-link.active {
    color: #afd25e !important;
    font-weight: bold;
}








.left-side-herosection {
    padding-right: 52px;
}


/* Slider old */
.slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 105vh;
    margin-top: -150px;
}

.slider-container .slider-text {
    color: #fff;
    letter-spacing: 3px;
    z-index: 100;
    position: absolute;
    display: inline-flex;
    flex-direction: column;
    bottom: 25%;
    /* left: 10%; */
    text-align: center;
}

.slider-container .slider-text p {
    color: #fff;
    font-size: 25px;
    margin-bottom: 0;
}

/* .slider-container .slider-text h4 {
    display: flex;
    align-items: center;
    gap: 35px;
    text-transform: uppercase;
} */

/* .slider-container .slider-text h4 span:nth-child(-n + 2):after {
    content: "";
    width: 2%;
    height: 5px;
    background-color: #fff;
    display: inline-flex;
    position: absolute;
    margin-top: 18px;
    margin-left: 8px;
} */




.slider-container .slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-repeat: 100% 100%;
}


.slider1 {
    background-image: url(../images/Home/slides/Exterior.webp) !important;
}

.slider2 {
    background-image: url(../images/Home/slides/Interior.webp);
}

.slider3 {
    background-image: url(../images/Home/slides/Wooden_Modular_Kitchen.webp);
}

.slider4 {
    background-image: url(../images/Home/slides/Kitchen_Pigment_PU.webp);
}

.slider5 {
    background-image: url(../images/Home/slides/Wood_Interior.webp);
}

.slider6 {
    background-image: url(../images/Home/slides/MODULAR_KITCHEN_Sun-Light.webp);
}



.slider-container .slider-text h1 {
    color: #fac023;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 0;
    text-transform: uppercase;
}


.slider-container::after {
    background-color: #000;
    content: '';
    position: absolute;
    opacity: 0.3;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    transform: scale(1.15);
    transition: opacity .6s ease;
}

.slide.active {
    animation: grow 6s linear forwards;
    opacity: 1;
}

@keyframes grow {

    0%,
    20% {
        transform: scale(1);
    }

    75%,
    100% {
        transform: scale(1.15);
    }
}

.controls-container {
    position: absolute;
    /* top: 50%; */
    /* right: 10px; */
    display: flex;
    /* flex-direction: column; */
    transform: translateY(-50%);
    z-index: 2;
    bottom: 0px
}

.control {
    background-color: #fff;
    cursor: pointer;
    opacity: 0.5;
    margin: 6px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}

.control.active,
.control:hover {
    background-color: #fff;
    opacity: 1;
    transform: scale(1.2);
}

/* Slider old */

.gray-bacground-section,
.nav-tabs-section {
    background-color: #B18857;
    /* background: url(../images/Wood_Backgrounds/Flower_wood-Without_Flower.webp) no-repeat center center; */
    background-size: cover;
    padding: 50px 0px;
}

.whyus {
    /* background-color:#e9e4d0; */
    background: url(../images/Wood_Backgrounds/Flower_wood.webp) no-repeat center center;
    background-size: cover;
    padding-top: 80px;
    color: #fff;
}

.whyus p {
    color: #fff;
}

.whyus a {
    color: #fff;
}



.title-box {
    font-weight: bold;
    color: #fac023 !important;
    font-size: 30px !important;
    text-transform: uppercase;
}



.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #B18857 !important;
    color: #000 !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.nav-tabs-section .nav-pills .nav-link {
    transition: all 0.5s ease-in-out;
}

.tab-pane img {
    width: 100%;
    transition: opacity 1s ease-in-out;
    height: 110px;
}

.nav-pills .nav-link {
    color: #000 !important;
    margin-bottom: 20px;
    text-align: start;
}

.icons-section {
    /* background-color:#e9e4d0; */
    background: url(../images/Wood_Backgrounds/Two_Types_Of_Wood.webp) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 50px;
}

.icons-section .icon img {
    filter: invert(1);
}

.icons-section .icon p {
    color: #fff;
}

.icons-section .col-lg-3:nth-child(-n + 3):after {
    content: "";
    border-right: 1px solid #a0a1a8;
    display: block;
    width: 100%;
    height: 57px;
    margin-top: -98px;
}

/* cta-section */

.cta {
    background-color: #B18857;
    color: #fff;
    padding: 50px 0;
}

.cta .left-side-cta h3 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px
}

.cta .left-side-cta h3::before {
    position: absolute;
    content: '';
    display: inline-flex;
    width: 2px;
    height: 100px;
    background-color: #dddddd;
    /* right: 0%; */
    margin-top: 10%;
    left: -12%;
}



.right-side-cta a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #fac023;
    color: #000000;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.left-side-cta a {
    text-decoration: none;
    color: #26211e;
    font-size: 24px;
}

.left-side-cta a:hover {
    color: #fac023;
    transition: all 0.3s ease-in-out;
}

.right-side-cta a:hover {
    background-color: #f0eddf;
    color: #000;
}

.right-side-cta a i {
    transition: transform 0.3s ease;
}

.right-side-cta a:hover i {
    transform: translateX(5px);
}



.cta .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 600px;
    margin: auto;
}

.cta .btn-custom {
    width: 100%;
    padding: 6px 15px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 8px;
    background-color: #26211e;
    color: #fac023;
    border: none;
    cursor: unset;
}

.cta .btn-custom:hover {
    transform: scale(1.05);
    opacity: 0.9;
}








/* intalian-designs */

.italain-designs {
    background-color: #26211e;
}

.media_fixed {
    right: -58px !important;
}

.media_fixed a img {
    width: 50px !important;
}

.media_fixed {
    position: fixed;
    padding: 50px;
    bottom: 0;
    right: -50px !important;
    z-index: 999999999;
}

.before_after {
    background-color: #26211e;
    padding: 60px 0;
}



.before_after .beforeafter-content h3,
.before_after .beforeafter-content p {
    color: #fff;
}

.before_after .beforeafter-content h3 {
    font-size: 25px;
}

.before_after .beforeafter-content a {
    font-size: 15px;
    text-decoration: underline !important;
    color: #fff;
}

.colr-yellow {
    color: #fac023;
    font-size: 50px;
}

/* gallery */
.gallery-infra {
    background: url(../images/Wood_Backgrounds/Flower_wood.webp) repeat center center;
    background-size: cover;
    padding: 50px 0;
}

.infrastructure-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.infrastructure-card:hover {
    transform: translateY(-5px);
}

.infrastructure-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 20px;
    color: white;
}

.overlay h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
}

.btn-redmore {
    color: #504037;
    text-decoration: underline !important;
}

.play-button {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 17%;
}


/* footer */
.footer-section {
    background-color: #e9e4d0;
    background: url(../images/Wood_Backgrounds/Flower_wood-Without_Flower.webp) no-repeat center center;
    padding: 40px 0px 10px 0px;
    background-size: cover;
}

.footer-section h3 {
    color: #e93543;
}

.wooden-items {
    padding-right: 94px;
}

.logo-partners .d-flex img:not(:last-child) {
    border-right: 1px solid #a0a1a8;
    padding-right: 15px;
}

.useful-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

.useful-links li {
    margin-bottom: 10px;
    color: #fff;
}

.useful-links a {
    color: #fff;
    font-weight: 500;
    display: block;
}

.useful-links a:hover {
    color: #fff;
    padding-left: 10px;
    transition: 0.3s ease-in-out;
}

.useful-links a:hover::before {
    position: absolute;
    display: inline-flex;
    content: '';
    width: 15px;
    height: 5px;
    background-color: #fff;
    margin-top: 10px;
    margin-left: -20px;
    transition: 0.3s ease-in-out;
}

.copy-rights a {
    color: #26211e;
}

.footer-section .useful-links {
    display: flex;
    justify-content: center;
}


.social-dropdown {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.social-toggle {
    width: 50px;
    height: 50px;
    background-color: #fac023;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.social-toggle:hover {
    background-color: #5b4cdb;
}

.social-menu {
    position: absolute;
    bottom: 60px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    transition: all 0.2s ease;
    /* Changed to 0.2s as requested */
}

.social-dropdown:hover .social-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.social-item {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    /* Changed to 0.2s as requested */
}

.social-item:hover {
    transform: scale(1.1);
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.instagram {
    background-color: #ff1462;
}

.linkedin {
    background-color: #0077b5;
}

.whatsapp {
    background-color: #48c859;
}

/* Contact Form Styles */
.contact-form {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 280px;
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: none;
    transition: all 0.3s ease;
}

.contact-form.show {
    display: block;
}

.form-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #6c757d;
}

.form-close:hover {
    color: #000;
}

/* services */
.services {
    background: url(../images/Wood_Backgrounds/Flower_wood.webp) no-repeat center center;
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 50px;
}

.services .ecofrindly-logo {
    width: 75%;
}

.services h2::after {
    position: absolute;
    content: '';
    display: inline-flex;
    width: 5px;
    height: 100px;
    background-color: #206c37;
    margin-top: 0%;
    right: 32%;
}

.slick-dots li button:before {
    font-size: 50px !important;
}

.slick-dots {
    bottom: -63px !important;
}


.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 62px;
    height: 62px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #26211e;
    border-radius: 0 4px 0 62px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
    font-size: 30px;
}

.card1 {
    display: block;
    position: relative;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    height: 400px;
    text-decoration: none;
    color: #fff !important;
    z-index: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;

    &:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -16px;
        right: -16px;
        background: #26211e;
        height: 32px;
        width: 32px;
        border-radius: 32px;
        transform: scale(1);
        transform-origin: 50% 50%;
        transition: transform 0.25s ease-out;
    }

    &:hover:before {
        transform: scale(50);

    }
}

.card1:hover {
    p {
        transition: all 0.3s ease-out;
        color: rgba(255, 255, 255, 0.8);
    }

    h4 {
        transition: all 0.3s ease-out;
        color: #fac023;
    }
}


.infra-banner1 .card1 {
    background-image: url(../images/Home/Services/Pu_Coating.webp) !important;
}

.infra-banner2 .card1 {
    background-image: url(../images/Home/Services/Pigment_Coating.webp) !important;
}


.infra-banner4 .card1 {
    background-image: url(../images/Home/Services/Door_Polish.webp) !important;
}

.infra-banner5 .card1 {
    background-image: url(../images/Home/Services/Back-Painted_Glass.webp) !important;
}

.infra-banner6 .card1 {
    background-image: url(../images/Home/Services/Monocoat_Oil.webp) !important;
}

.small {
    color: #fff;
    font-size: 18px !important;
}



.mega-menu-big {
    width: 1000px;
    background: url(../images/Home/megamenu-bg.webp) no-repeat center center;
    background-size: cover;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    left: -95px;
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    display: none;
    right: 0;
}





.mega-menu .btn {
    margin-top: 10px;
}

.navbar-nav {
    display: flex;
    justify-content: center;
}

/* whatsup-chat-bot */

.whatsapp-btn {
    position: fixed;
    bottom: 5%;
    right: 10px;
    /* background-color: #25d366; */
    color: #fff;
    font-size: 35px;
    padding: 1px 12px;
    border-radius: 50%;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);*/
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000;
}

.whatsapp-btn img {
    width: 175px;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
}

/* WhatsApp Sliding Chat Box */
.whatsapp-chatbox {
    position: fixed;
    bottom: 0;
    right: -350px;
    /* Initially hidden */
    width: 300px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);*/
    transition: right 0.4s ease;
    z-index: 999;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

/* Chat Header */
.chat-header {
    background-color: #25d366;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-header button {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

/* Chat Body */
.chat-body {
    padding: 15px;
    background-color: #fff;
    height: 120px;
    overflow-y: auto;
    font-size: 14px;
    color: #333;
}

/* Chat Footer */
.chat-footer {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f9f9f9;
    border-top: 1px solid #ccc;
}

.chat-footer input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
}

.chat-footer button {
    background-color: #25d366;
    color: #fff;
    border: none;
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

.chat-footer button:hover {
    background-color: #1ebe5d;
}

.wphidden {
    display: none;
}

#topButton {
    display: none;
    position: fixed;
    bottom: 96px;
    right: 30px;
    z-index: 99;
    font-size: 16px;
    background-color: #591105;
    color: white;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    padding: 3px;
    cursor: pointer;
    transition: background-color 0.3sease;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

/* About us */

.inside-banner {
    height: 510px;
    position: relative;
    margin-top: -150px;
}



.why-counts-banner {
    padding: 60px 0px;
}

.why-counts-banner .counter {
    display: block;
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    line-height: 28px;
}

.why-counts-banner .counter-box {
    padding: 0px 0px 10px;
    text-align: center;
}

.why-counts-banner .counter,
.why-counts-banner span {
    display: inline-block;
    vertical-align: middle;
}

.why-counts-banner .plus-symbol {
    color: #e93543;
    font-size: 50px;
}

.why-counts-banner p {
    color: #ffffff;
}


.why-counts-banner .counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.whybanner1-content ul {
    list-style: url(../images/About/ListStyle.webp);
    font-size: 15px;
}

.whybanner1-content ul li {
    margin-bottom: 5px;
}

.whybanner1-content ul li strong {
    /* color: #fbc123; */
    text-transform: uppercase;
}

.whybanner2 {
    background-image: url(../images/About/Chairs.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 50px 0px;
}

.whybanner2 .whybanner2-content ul {
    list-style: url(../images/About/ListStyle2.webp);
    color: #fff;
    font-size: 15px;
}

.whybanner2 .whybanner2-content ul li strong {
    /* color: #fbc123; */
    text-transform: uppercase;
}

.whybanner2 h5 {
    padding: 10px 0px;
}



.whybanner3-content h3 {
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
}

.whybanner3-content h3 span {
    position: relative;
    left: 10px;
    font-size: 40px;
    z-index: 5;
    color: #fff;
}




.whybanner3-content ul {
    list-style: url(../images/About/ListStyle.webp);
    color: #fff;
}

.whybanner3-content ul li {
    margin-bottom: 10px;
}

.whybanner3-content ul li strong {
    text-transform: uppercase;
}

.whybanner3 .whybanner3-content-last p {
    padding-top: 230px;
    color: #fff;
    font-size: 17px;
    padding-right: 30px;
}











.inside-banner .inside-banner-content {
    text-align: center;
    padding-top: 210px;
}

.inside-banner .inside-banner-content h2 {
    color: #fff;
}

.inside-banner span {
    color: #aed35b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inside-banner span a {
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inside-banner span a .fa-house {
    margin-right: 3px;
}

.inside-banner span a .fa-angles-right {
    color: #aed35b;
    padding-left: 5px;
    margin-right: 10px;
}

.inside-banner span a:hover {
    color: #aed35b;
}

.whybanner1 .whybanner1-years {
    background-color: #fff;
    z-index: 1;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: #fac023;
    width: 82%;
}

.whybanner1 .whybanner1-years h6 {
    color: #000;
}

.whybanner1 .whybanner1-years h3 small {
    font-size: 40px;
}

.whybanner1 .whybanner1-years h3 i {
    margin-right: 35px;
    color: #fff;
}

.whybanner1 .whybanner1-years h3 i::after {
    position: absolute;
    display: inline-flex;
    content: '';
    width: 3px;
    height: 20px;
    background-color: #000;
    margin-left: 20px;
    margin-top: 8px;
}

.whybanner1-numbers .application-center {
    background-color: #a2d35c;
}

.whybanner1 .whybanner1-years h3 {
    font-size: 35px;
    font-weight: bold;
}

.whybanner1-numbers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.whybanner1 .whybanner1-content-text h3 {
    font-size: 60px;
    text-transform: uppercase;
    color: #5b2c1f;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    position: absolute;
    z-index: 2;
    display: inline-block;
    margin-top: 6%;
    margin-left: -1%;
    font-weight: 800;
}

.whybanner1 .whybanner1-content-text img {
    position: relative;
    z-index: 5;
}

.whybanner1 .whybanner1-content p strong {
    color: #e93129;
}

.before_after a {
    margin-bottom: 15px;
}

.icons-section .col-lg-3:nth-child(-n + 3):after {
    display: none;
}

.gallery-infra-banner-text {
    padding: 0px 12px;
}



.whybanner3 {
    background-image: url(../images/About/Chairs.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 50px 0px;
}


.whybanner3 .service-block {
    position: relative;
    z-index: 2;
}

.whybanner3 .service-block .inner-box {
    position: relative;
    text-align: center;
    margin-left: 20px;
    padding: 40px 30px 45px;
    /* background-color: #ffffff; */
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 1.10);
}

.whybanner3 .service-block .inner-box .line-one {
    position: absolute;
    right: 20px;
    top: 0px;
    width: 10px;
    height: 100px;
    background-color: #2db77452;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}

.whybanner3 .service-block .inner-box:hover .line-one {
    height: 70px;
}

.whybanner3 .service-block .inner-box .line-two {
    position: absolute;
    right: 40px;
    top: 0px;
    width: 6px;
    height: 70px;
    background-color: #aed264b3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}

.whybanner3 .service-block .inner-box:hover .line-two {
    height: 100px;
}

/* .whybanner3 .service-block .inner-box:before {
	position: absolute;
	content: '';
	left: -20px;
	top: -20px;
	width: 105px;
	height: 105px;
	z-index: 1;
	background: url(https://www.rhscranes.com/images/pattern-1.png) no-repeat;
}
.service-block.style-two .inner-box:before {
	position: absolute;
	content: '';
	left: -20px;
	top: -20px;
	width: 270px;
	height: 270px;
	background: url(https://www.rhscranes.com/images/pattern-1.png) no-repeat;
} */

.whybanner3 .service-block .inner-box .icon-box {
    position: relative;
    padding-top: 5px;
    text-align: center;
    margin-bottom: 35px;
    display: inline-block;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.whybanner3 .service-block .inner-box:hover .icon-box {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.whybanner3 .service-block .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: -12px;
    top: 0px;
    width: 105px;
    height: 90px;
    background-color: #f6f6f6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    display: none;
}

.whybanner3 .service-block .inner-box:hover .icon-box:before {
    background-color: #ffeee7;
}

.whybanner3 .service-block .inner-box .icon-box .icon {
    position: relative;
    font-size: 80px;
    color: #607D8B;
    line-height: 1em;
}

.whybanner3 .service-block .inner-box .icon-box .icon img {
    width: 100px;
    border-radius: 50%;
}

.whybanner3 .service-block .inner-box h4 {
    position: relative;
    line-height: 1.4em;
    color: #e93543;
    margin-bottom: 15px;
}

.whybanner3 .service-block .inner-box h4 a:hover {
    color: #e93543;
}

.whybanner3 .service-block .inner-box .text {
    position: relative;
    color: #555555;
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 22px;
    font-family: 'Open Sans', sans-serif;
}

.whybanner3 .service-block .inner-box .read-more {
    position: relative;
    color: #607d8b;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.wardrobebanner .wardrobebanner-content {
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 500px;
    position: relative;
    margin-top: -25%;
    left: 50%;
    background: url(../images/Home/bg-2.jpg) center center / cover;
}

.wardrobebanner1 {
    padding-top: 0;
}

.kitchenbanner .kitchenbanner-container {
    position: relative;
    margin-top: -150px;
}

.kitchenbanner .kitchenbanner-container .kitchenbanner-container-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 100px;
}

.woodenbanner-content {
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 500px;
    position: relative;
    background-image: url(../images/Home/bg-2.jpg);
}

.backpaintedbanner1 {
    background-image: url(../images/Back_Painted_Glass/BackPaintedGlass.webp);
}

.backpaintedbanner1 .backpaintedbanner-content {
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 500px;
    position: relative;
    background-image: url(../images/Home/bg-2.jpg);
}

.backpaintedbanner2 ul {
    list-style: url(../images/Back_Painted_Glass/List-style.webp);
}

.backpaintedbanner2 ul li {
    margin-bottom: 5px;
}

.backpaintedbanner2 ul li strong {
    text-transform: uppercase;
    color: #e93543;
}

.Refurbishbanner-content {
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    background-image: url(../images/Home/bg-2.jpg);
}

.furniturepolishing-banner2-row {
    /* background-color: #fff; */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    border-radius: 15px;
    padding: 40px;
    align-items: center;
    position: relative;
    /* top: -50px; */
    margin-bottom: -50px;
}



.furniturepolishing-banner2-row h5 {
    margin-bottom: 0;
}


.furniturepolishing-banner2-row .furniturepolishing-banner2-row-content img {
    width: 25px;
}

.furniturepolishing-banner2-row .furniturepolishing-banner2-row-img {
    position: relative;
    margin-top: -100px;
}

.furniturepolishing-banner3 {
    padding-top: 0;
}

.furniturepolishing-banner3-content {
    display: flex;
    justify-content: space-between;
}

.furniturepolishing-banner3-content .furniturepolishing-banner3-row-content {
    width: 200px;
    /* background-color: #fff; */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    border-radius: 10px;
    position: relative;
}

.furniturepolishing-banner3-content .furniturepolishing-banner3-row-content img {
    border-radius: 10px 10px 0px 0px;
}

.furniturepolishing-banner3-content .furniturepolishing-banner3-row-content img {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    height: 140px;
    width: 140px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.furniturepolishing-banner3-content .furniturepolishing-banner3-row-content svg {
    display: inline-flex;
    position: relative;
    left: 5%;
    top: 8%;
    opacity: 0.5;
}

.furniturepolishing-banner3-content .furniturepolishing-banner3-row-content:hover svg {
    opacity: 1;
    transform: rotate(30deg);
    transition: all 0.4s;
}

.furniturepolishing-banner3-content .furniturepolishing-banner3-row-content h5 {
    font-size: 16px;
    padding: 35px 0px 10px;
    margin-bottom: 0px;
    text-align: center;
}

.contact-banner1 h3 {
    color: #ffc107;
    margin-bottom: 15px;
}

.contact-banner1 p {
    color: #fff;
}



.contact-banner-content {
    display: flex;
    gap: 10px;
}

.contact-banner-content i {
    font-size: 30px;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #cfcfcf86;
    color: #e93543;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-banner-content .contact-banner-content-text a {
    text-decoration: none !important;
    color: #ffffff;
    font-weight: bold;
}

.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}


.backpainted-banner {
    background-image: url(../images/Back_Painted_Glass/Backpainted_Office.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.Furniturerefurbish-banner {
    background-image: url(../images/Furniture_Refurbishing/Furniture_Refurbished.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.woodeninterior-banner {
    background-image: url(../images/Wooden_Interior/Wooden_Interior_Furniture.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ModularKitchen-banner {
    background-image: url(../images/Modular_Kitchen/Modular_Kitchen_Interior.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.wardrobe-banner {
    background-image: url(../images/Wardrobe/Wardrobe_Furniture.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.furniturepolishing-banner {
    background-image: url(../images/Furniture_Polishing/FUrniture_Polishing_Interior.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.portfolio-banner {
    background-image: url(../images/Portfolio/Wood_Finish.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.contact-banner {
    background-image: url(../images/Contact/Interior_wood.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.who-We-banner {
    background-image: url(../images/About/TV_Unit.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.why-banner {
    background-image: url(../images/About/Wooden_Toys.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.pigment-coating-banner {
    background-image: url(../images/WhatWeDo/Pigment_Coating/Pigment_Coating.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.pu-coating-banner {
    background-image: url(../images/WhatWeDo/PU-Coating/Wooden_Home.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.Door_polishing-banner {
    background-image: url(../images/WhatWeDo/Door_Polishing/Wooden_Home.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.Back-paint-banner {
    background-image: url(../images/WhatWeDo/Back-painted_Glass/Painted_Glass.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.monocoat-banner {
    background-image: url(../images/WhatWeDo/Monocoat/Monocoating_Kitchen.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.monocoat-banner1 ul {
    list-style: url(../images/WhatWeDo/Door_Polishing/List-style.webp);
    color: #fff;
}


.blogs-banner {
    background-image: url(../images/Blogs/Wood_Plants.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


/* Pigment Coating */


.pigment-coating-banner1-content h3 {
    margin-bottom: 20px;
}

.pigment-coating-banner1-content h4 {
    text-transform: uppercase;
    margin-top: 25px;
}

.pigment-coating-banner1-content ul {
    list-style: url(../images/About/ListStyle.webp);
    font-size: 15px;
}

.pigment-coating-banner1-content ul li {
    margin-bottom: 5px;
}

.pigment-coating-banner1-content p strong {
    /* color: #fbc123; */
    text-transform: uppercase;
}

.pigment-coating-banner2 {
    background-attachment: fixed;
}

.pigment-coating-banner2 ul {
    list-style: url(../images/About/ListStyle.webp);
}

/* PU Coating */

.pu-coating-banner1 .matt-glassy {
    position: absolute;
    display: block;
    left: 20%;
    bottom: -40%;
}


.pu-coating-banner2 {
    background-attachment: fixed;
}

.pu-coating-banner2 ul {
    list-style: url(../images/About/ListStyle.webp);
}


/* Door Polishing */

.Door_polishing-banner2 {
    background-image: url(../images/WhatWeDo/Door_Polishing/Open_Door.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 60px 0px;
}

.Door_polishing-banner2 h5 {
    color: #fac023;
    text-transform: uppercase;
}

.Door_polishing-banner2 ul {
    list-style: url(../images/WhatWeDo/Door_Polishing/List-style.webp);
    color: #fff;
}

.Door_polishing-banner2 ul li {
    margin-bottom: 5px;
}

.Door_polishing-banner4 {
    background-attachment: fixed;
}

.Door_polishing-banner4 ul {
    list-style: url(../images/WhatWeDo/Door_Polishing/List-style.webp);
    color: #fff;
}


/* Back Painted Glass */

.Back-paint-banner2 {
    background-image: url(../images/WhatWeDo/Back-painted_Glass/Back-Painted_Office_Glasss.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 60px 0px;
}

.Back-paint-banner2 ul {
    list-style: url(../images/WhatWeDo/Door_Polishing/List-style.webp);
    color: #fff;
}


/* Monocoat */

.pigment-coating-banner1-content h3 {
    margin-bottom: 20px;
}
















/* Blogs */




/* hover */

.blog-banner1 .bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.blog-banner1 .hover-zoom {
    --mdb-image-hover-zoom-transition: all 0.3s linear;
    --mdb-image-hover-zoom-transform: scale(1.1)
}

.blog-banner1 .hover-zoom img {
    transition: var(--mdb-image-hover-zoom-transition)
}

.blog-banner1 .hover-zoom:hover img,
.blog-banner1 .banner4-contanet:hover img {
    transform: var(--mdb-image-hover-zoom-transform);
}


/* hover */


.blog-banner1 .banner4-contanet {
    width: 100%;
    overflow: hidden;
}

.blog-banner1 .blog-banner1-content-text {
    background-color: #fff;
    padding: 15px 15px 25px;
}

.blog-banner1 .blog-banner1-content h5 {
    margin-top: 10px;
    font-size: 17px;
    color: #000000;
    font-weight: bold;
}

.blog-banner1 .blog-banner1-content {
    margin-bottom: 10px;
}

.blog-banner1 .blog-banner1-content p {
    font-size: 15px;
}

.blog-banner1 .blog-banner1-content a {
    padding: 7px 15px;
    background-color: #fac023;
    color: #000;
    text-decoration: none;
    border: 1px solid transparent;
}

.blog-banner1 .blog-banner1-content a:hover {
    background-color: transparent;
    color: #fac023;
    border: 1px solid #fac023;
    transition: 0.8s ease-in-out;
    border-radius: 50px 50px 50px 50px;
}


/* services-banner */

.services-banner .card1 {
    margin: 0;
}

.services-banner .pigment-service {
    background-image: url(../images/Home/Services/Pigment_Coating.webp) !important;
}

.services-banner .pu-service {
    background-image: url(../images/Home/Services/Pu_Coating.webp) !important;
}

.services-banner .door-service {
    background-image: url(../images/Home/Services/Door_Polish.webp) !important;
}

.services-banner .back-painted-service {
    background-image: url(../images/Home/Services/Back-Painted_Glass.webp) !important;
}

.services-banner .monocoat-oil-service {
    background-image: url(../images/Header-Images/MONOCOAT_OIL.webp) !important;
}









@media only screen and (max-width: 767px) {
    .mob-br {
        display: block !important;
    }

    .section-h {
        padding: 60px 0px;
        background: url(../images/Wood_Backgrounds/Flower_wood.webp);
        background-size: 100% 100% !important;
        background-position: center;
        background-repeat: repeat;
    }

    .section-v {
        padding: 0px;
        background: url(../images/Wood_Backgrounds/Flower_wood.webp);
        background-size: 100% 100% !important;
        background-position: center;
        background-repeat: repeat;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }


    .header .nav-item .nav-link {
        color: #000 !important;
        padding: 15px 20px 0px;
    }

    .header .navbar-collapse {
        background-color: rgb(55, 50, 50);
        position: absolute !important;
        width: 100% !important;
        top: 100%;
        left: 0;
        padding-bottom: 15px;
    }



    .dropdown-menu {
        left: 0px !important;
        right: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border: none;
        min-width: 100% !important;
    }


    .dropdown-menu .more-link {
        display: none !important;
    }


    .main-dropdown-items {
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 45px;
        background-color: #f4e7c9;
    }

    .main-dropdown-items .main-dropdown-items-content {
        width: 300px;
        border-radius: 10px;
    }

    .main-dropdown-items .main-dropdown-items-content:nth-child(1):after,
    .main-dropdown-items .main-dropdown-items-content:nth-child(2):after,
    .main-dropdown-items .main-dropdown-items-content:nth-child(3):after,
    .main-dropdown-items .main-dropdown-items-content:nth-child(4):after {
        display: none
    }

    .header .nav-top {
        display: none !important;
    }

    .header .urban_aura_logo {
        position: relative;
        width: 70px;
        top: 0px;
    }

    .slider-container .slide {
        background-position: center center;
        background-repeat: no-repeat;
        background-repeat: 100% 100%;
    }


    .slider1 {
        background-image: url(../images/Home/slides/Exterior-mob.webp) !important;
    }

    .slider2 {
        background-image: url(../images/Home/slides/Interior-mob.webp);
    }

    .slider3 {
        background-image: url(../images/Home/slides/Wooden_Modular_Kitchen-mob.webp);
    }

    .slider4 {
        background-image: url(../images/Home/slides/Kitchen_Pigment_PU-mob.webp);
    }

    .slider5 {
        background-image: url(../images/Home/slides/Wood_Interior-mob.webp);
    }


    .slider-container .slider-text {
        color: #fff;
        letter-spacing: 3px;
        z-index: 100;
        position: absolute;
        display: inline-flex;
        flex-direction: column;
        bottom: 15%;
        /* left: 10%; */
        text-align: center;
    }




    .slider-container .slider-text h1 {
        color: #fac023;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 15px;
        letter-spacing: 0;
        text-transform: uppercase;
        text-align: start;
    }

    .slider-container .slider-text h4 {
        font-size: 15px;
        text-align: start;
    }

    .slider-container .slider-text p {
        color: #fff;
        font-size: 22px;
        margin-bottom: 0;
        text-align: start;
    }

    .polishcraft-slides {
        position: relative;
        width: 100%;
        height: 110vh;
        overflow: hidden;
        margin-top: -150px;
    }

    .slide-text {
        left: 50%;
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        top: 60%;
    }



    .slider .img-wish.last-img-wish {
        display: none !important;
    }


    .cta {
        overflow: hidden;
    }

    .cta .left-side-cta h3::after {
        display: none;
    }

    .cta .left-side-cta h3 {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .cta .left-side-cta h3 br {
        display: none;
    }

    .cta .grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        max-width: 100%;
        margin: unset;
        margin-bottom: 20px;
    }

    .sides-cta br {
        display: none !important;
    }

    .left-side-cta a {
        margin-bottom: 10px;
        display: block;
        margin: 0px 0px 15px;
    }

    .gray-bacground-section,
    .nav-tabs-section {
        background-size: cover;
        padding: 50px 0px;
    }

    .gray-bacground-section img {
        margin-bottom: 15px;
    }



    .infra-banner-1 .card1 {
        margin: 0px;
        height: 350px;
    }

    .slide-text h1 br {
        display: none !important;
    }


    .whyus {

        background: url(../images/Wood_Backgrounds/Flower_wood.webp) repeat center center;
        background-size: 100% 100%;
        padding-top: 50px;
        color: #fff;
    }


    .why-us-left img {
        width: 100%;
        display: none;
    }

    .services {
        overflow: hidden;
    }



    .services .ecofrindly-logo {
        width: 75%;
        display: none;
    }

    .services h2::after {
        display: none;
    }

    .services-banner h2 {
        font-size: 30px;
    }

    .services-banner-content .card1 {
        margin-bottom: 15px;
    }

    .services-banner-content .card1 h4 {
        transition: all 0.3s ease-out;
        color: #fac023;
        font-size: 28px;
    }

    .before-after-image {
        margin-bottom: 15px;
    }

    .icons-section {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .icons-section .icon p {
        margin-bottom: 4px;
    }

    .icons-section .icon {
        margin-bottom: 20px;
    }

    .colr-yellow {
        color: #fac023;
        font-size: 40px;
    }

    .mains {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .gray-bacground-section .white-bg .row {
        padding: 0px;
    }

    .footer-section .useful-links {
        display: flex;
        justify-content: start;
        margin: 30px 0px;
    }

    .footer-section .wooden-items img {
        width: 45%;
        transform: translate(65%, 0px);
    }



    .inside-banner {
        height: 350px;
        margin-top: -150px;
        background-size: cover;
    }

    .whybanner1 img {
        display: none;
    }

    .whybanner2 {
        height: auto;
        background-size: cover;
    }




    .whybanner3 {
        background-size: cover;
        padding: 60px 12px;
    }

    .whybanner1 .whybanner1-years {
        width: 100%;
    }

    .whybanner1 .whybanner1-content-text h3 {
        font-size: 40px;
        margin-top: 0%;
        margin-left: -25%;
        font-weight: 800;
    }

    .inside-title {
        text-align: center;
        margin-bottom: 20px;
    }


    .whybanner1-row {
        padding: 0px 12px;
    }

    .whybanner1 br {
        display: none;
    }

    .whybanner1 .whybanner1-content p br {
        display: block;
    }


    .whybanner1-main-numbers {
        margin: 15px 0px;
    }

    .whybanner3 .service-block .inner-box {
        position: relative;
        text-align: center;
        margin-left: 0px;
        padding: 40px 30px 45px;
        /* background-color: #ffffff; */
        box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.10);
    }

    .whybanner3-content h3 {
        margin-bottom: 0px;
        position: relative;
        z-index: 5;
    }

    .wardrobebanner .wardrobebanner-content {
        padding: 15px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        width: auto;
        background-color: transparent;
        position: relative;
        margin-top: 0;
        left: 0;
    }

    .wardrobebanner1 br {
        display: none;
    }

    .wardrobebanner1 img {
        margin-bottom: 15px;
    }

    .kitchenbanner .kitchenbanner-container {
        position: relative;
        margin-top: 0px;
    }

    .kitchenbanner .kitchenbanner-container p {
        margin-bottom: 15px !important;
    }

    .gallery-infra-banner-text p br {
        display: none;
    }

    .woodenbanner img {
        width: 100%;
    }

    .woodenbanner-content {
        padding: 0px 0px 15px 0px;
        box-shadow: none;
        width: 100%;
        background-color: transparent;
    }

    .furniturepolishing-banner1-banner-text {
        padding-left: 12px;
    }

    .furniturepolishing-banner2-row .furniturepolishing-banner2-row-img {
        position: relative;
        margin-top: 15px;
    }

    .furniturepolishing-banner2-row {
        padding: 0;
        margin-bottom: -50px;
    }

    .furniturepolishing-banner3-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 5px;
        align-items: center;
        justify-content: center;
    }

    .furniturepolishing-banner3-content .furniturepolishing-banner3-row-content {
        width: 175px;
    }

    .Furniturerefurbish-banner {
        background-image: url(../images/Furniture_Refurbishing/Furniture_Refurbished-mob.webp);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .Refurbishbanner-banner-text {
        padding-left: 12px;
    }

    .Refurbishbanner img {
        width: 100%;
    }

    .Refurbishbanner p {
        margin-bottom: 0;
    }

    .Refurbishbanner-content {
        padding: 15px 0px 0px;
        background-color: transparent;
        box-shadow: none;
    }

    .backpaintedbanner-banner-text {
        padding-left: 12px;
    }

    .backpaintedbanner1 .backpaintedbanner-content {
        padding: 15px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        width: 100%;
        background-color: #fff;
        position: relative;
    }

    .backpaintedbanner1 {
        background-image: none;
        padding: 0;
    }

    .backpaintedbanner2 p br {
        display: none;
    }

    .backpaintedbanner2 p {
        text-align: justify;
    }

    .contact-banner1 {
        padding-top: 45px;
    }

    .contact-banner1 h3 {
        color: #e93543;
        margin-bottom: 5px;
        margin-top: 15px;
    }

    .footer-section .wooden-items {
        padding-right: 0;
    }

    .useful-links li a:before {
        position: absolute;
        content: '\268A';
        display: inline-flex;
        height: 2px;
        font-size: 20px;
        color: #e93543;
        margin-left: -25px;
        font-weight: bold;
        margin-top: -2px;
    }

    .useful-links li a {
        display: block;
        padding-left: 25px;
    }

    .copy-rights {
        text-align: center;
    }




    /* pigment  */

    .pigment-coating-banner1-content {
        padding: 0px 12px;
    }

    .pigment-coating-banner2 {
        padding: 50px 12px 10px;
    }

    .pigment-coating-banner2 p br {
        display: none;
    }


    /* pigment  */

    /* PU Coating */

    .pu-coating-banner1 .matt-glassy {
        position: relative;
        display: block;
        left: 0%;
        bottom: 0;
        transform: translate(50%, 10px);
    }

    .pu-coating-banner2 {
        padding: 50px 12px 70px;
    }

    /* PU Coating */


    /* Door Polishing */

    .Door_polishing-banner2 {
        background-image: url(../images/WhatWeDo/Door_Polishing/Open_Door-mob.webp);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-attachment: fixed;
        padding: 60px 0px;
    }

    .Door_polishing-banner4 {
        padding: 0px 12px;
    }


    /* Door Polishing */

    .pigment-coating-banner1-content ul {
        font-size: 16px;
        margin-bottom: 30px !important;
    }

    .play-button {
        display: none;
    }

    .contact-banner1 p   {
        margin-bottom: 0;
    }

    .contact-banner-content {
        display: flex;
        gap: 19px;
        align-items: center;
    }


}