/* General Styles */
@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100..700&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');

@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&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');
@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=Dancing+Script:wght@400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&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');

/* Chrome, Safari, and Edge */
*::-webkit-scrollbar {
    width: 22px;
    /* Adjust scrollbar width */
}

*::-webkit-scrollbar-track {
    background-color: #ca9a52 !important;
    /* Track color */
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background-color: #ca9a52 !important;
    /* Thumb color (Red) */
    border-radius: 10px;
    border: 12px solid #ca9a52;
    /* Border around the thumb */
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #ca9a52 !important;
    /* Darker red on hover */
}

/* Firefox */
* {
    scrollbar-width: thin !important;
    scrollbar-color: #ca9a52 #ca9a52 !important;
    /* Red thumb and light track */
}




body,
html {
    height: 100%;
    margin: 0;
    font-family: "Arima", system-ui;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

p {
    font-family: "Arima", system-ui;
}




h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Merriweather", serif;
}


.responsive-image{
    width: 50%;
}

.type-awning{
    width: 100%;
    height: 300px;
}

.video-25{
    width: 25%;
}

.navbar {
    background-color: #333;
    /* Dark background for the navbar */
}

.navbar-brand img {
    margin-right: 10px;
    /* Space between logo and text */
}

.main-section {
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/banner.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    padding-bottom: 50px;
}

.left-content {
    color: white;
    /* max-width: 50%; */
    margin-top: 100px;
}

.left-content h1 {
    font-size: 2.5rem;
}

.right-form {
    background-color: rgba(255, 229, 189, 0.7490196078);
    padding: 40px;
    border-radius: 10px;
    margin-top: 50px;
    max-width: 90%;

}



.display-4 {
    font-size: 40px !important;
    line-height: 40px !important;
    font-weight: 300 !important;
    font-family: "Merriweather", serif;
}

.right-form h3 {
    font-family: "Dancing Script", cursive;
    text-align: center;
}

.fa-gear {
    color: white;
    background-color: #ca9a52;
    padding: 5px;
    border-radius: 50%;
    margin-right: 20px;
}

.title-about h1 {
    font-weight: 900 !important;
}

.title-about h5 {
    color: #ca9a52;
    font-weight: bold;
}

.about-section img {
    border-radius: 30px;
    width: 100%;
    height: 790px;
}




.overlay {
    padding: 20px;
}

.single_counter_two_right {
    background: #fff;
    padding: 20px;
    color: #ca9a52;
    font-weight: bold;
    margin: 10px;
    border-radius: 10px;
    font-family: "Merriweather", serif;

}

.single_counter_two_right h2 {
    font-size: 50px;
    color: black;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: white !important;
    box-shadow: none !important;
}


.service .service-heading h3 {
    font-size: 130px;
    color: transparent;
    -webkit-text-stroke: #686060 2px;
    font-weight: 600;
    text-align: center;
}

.service .service-heading h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
    margin-top: -50px;
}

.service {
    background-color: #3b393a;
    padding: 30px;
    border-radius: 25px;
    margin: 40px;
}


.image-container {
    position: relative;
    cursor: pointer;
}

.image-container img {
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.overlay-content {
    padding: 20px 20px;
    position: absolute;
    /* background: rgba(56, 54, 54, 0.5); */
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    top: 0;
    transition: 0.5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.overlay-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.overlay-content p {
    font-size: 16px;
}

.owl-carousel {
    padding: 0 50px;
}

.call_action {
    background: rgba(0, 0, 0, 0.7);
    /* Black background with 70% opacity */
    padding: 90px 0px;
    text-align: center;
    position: relative;
    /* This ensures the pseudo-element is relative to this container */
}

.call_action::before {
    content: "";
    background: url('../assets/img/call-section.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    /* Set the opacity of the image */
    z-index: 1;
    /* Ensure the background is behind the content */
}

.call_action * {
    position: relative;
    z-index: 2;
    /* Ensure the content is above the background */
}



.call_action .call_content h1 {
    font-size: 120px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 2px #c4bebe;
}

.call_action .call_content h2 {
    margin-top: -60px;
    color: #fff;
}

.call_action .call_content p {
    color: white;
}


.vision-section .viison {
    padding-left: 100px;
}

.mission-section .mission {
    padding-right: 100px;
}

.feedback {
    background: #f6f6f6;
}

.feedback .feedback-text .con {
    padding-top: 50px;
    padding-left: 100px;
}

.feedback .feedback-text .con h5 {
    color: #ca9a52;
    font-weight: bold;
}

.feedback h2 {
    margin-top: 20px;
}



.feedback .testimonial .test-box .star i {
    color: rgb(243, 200, 10);
}

.feedback .testimonial .test-box {
    border: 1px solid rgb(216, 216, 216);
    padding: 30px;
    border-radius: 10px;
    height: 20%;
    background: #fff;
}

.feedback .testimonial .people {
    display: flex;
    justify-content: space-between;
    /* padding-top: 30px; */
}


.feedback .testimonial .people .name h5 {
    color: #ca9a52;
}

.feedback .testimonial .people .img img {
    width: 50px;
    border-radius: 50px;
}


.enquiry_section {
    background: rgba(0, 0, 0, 0.7);
    /* Black background with 70% opacity */
    padding: 90px 0px;
    /* text-align: center; */
    position: relative;
    /* This ensures the pseudo-element is relative to this container */
}

.enquiry_section::before {
    content: "";
    background: url('../assets/img/enquiry.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    /* Set the opacity of the image */
    z-index: 1;
    /* Ensure the background is behind the content */
}

.enquiry_section * {
    position: relative;
    color: white;
    z-index: 2;
    /* Ensure the content is above the background */
}

.enquiry_section .btn-conteiner {
    justify-content: right !important;
}

.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-carousel .owl-nav.disabled {
    background-color: transparent !important;
}

.owl-theme .owl-nav button span {
    color: black;
    font-weight: bolder;
    font-size: 30px !important;
    padding: 3px 15px;
    border-radius: 50%;
    border: 1px solid #ca9a52;

}

.owl-theme .owl-nav button span:hover {
    background-color: transparent !important;
}




.footer {
    padding: 80px 0px;
    padding-bottom: 0;
    background-color: #3b393a;
    text-align: center;
}

.footer .footer-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-bottom: 50px;
}

.footer .footer-nav .footer-end {
    border-top: 1px solid rgba(255, 255, 255, 0.144);
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.footer .footer-nav .footer-end h5 {
    color: #fff;
    font-size: 12px;
}

.footer .footer-text {
    color: white;
}

.footer .footer-text a {
    color: white;
    text-decoration: none;
}

.why-choose-section h5 {
    color: #ca9a52;
}

.why-choose-section h2 {
    font-size: 40px;
    font-weight: bold;
}

.why-choose-section ul li {
    list-style: none;
}

.why-choose-section ul {
    padding-left: 0 !important;
}

.why-choose-section img {
    width: 50px;
}

.why-choose-section p {
    padding-left: 50px !important;
}

.why-choose-section .choose-img {
    border-radius: 50%;
    width: 90%;
    height: 60%;
}

.left-content h5 {
    color: #ca9a52;
}


/* From Uiverse.io by Li-Deheng */
.btn-conteiner {
    display: flex;
    justify-content: center;
    --color-text: #ffffff;
    --color-background: #ca9a52;
    --color-outline: #ff145b80;
    --color-shadow: #00000080;
}

.btn-content {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: var(--color-text);
    background: var(--color-background);
    transition: 1s;
    border-radius: 100px;
    box-shadow: 0 0 0.2em 0 var(--color-background);
    border: none;
}

.btn-content:hover,
.btn-content:focus {
    transition: 0.5s;
    -webkit-animation: btn-content 1s;
    animation: btn-content 1s;
    outline: 0.1em solid transparent;
    outline-offset: 0.2em;
    box-shadow: 0 0 0.4em 0 var(--color-background);
}

.btn-content .icon-arrow {
    transition: 0.5s;
    margin-right: 0px;
    transform: scale(0.6);
}

.btn-content:hover .icon-arrow {
    transition: 0.5s;
    margin-right: 25px;
}

.icon-arrow {
    width: 20px;
    margin-left: 15px;
    position: relative;
    top: 6%;
}

/* SVG */
#arrow-icon-one {
    transition: 0.4s;
    transform: translateX(-60%);
}

#arrow-icon-two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.btn-content:hover #arrow-icon-three {
    animation: color_anim 1s infinite 0.2s;
}

.btn-content:hover #arrow-icon-one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.btn-content:hover #arrow-icon-two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */
@keyframes color_anim {
    0% {
        fill: white;
    }

    50% {
        fill: var(--color-background);
    }

    100% {
        fill: white;
    }
}

/* Button animations */
@-webkit-keyframes btn-content {
    0% {
        outline: 0.2em solid var(--color-background);
        outline-offset: 0;
    }
}

@keyframes btn-content {
    0% {
        outline: 0.2em solid var(--color-background);
        outline-offset: 0;
    }
}




.popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1000;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    /* Black background with opacity */
}

.popup-content {
    position: relative;
    padding: 20px;
    border-radius: 5px;
}

.close-btn {
    position: absolute;
    top: 15%;
    cursor: pointer;
    font-size: 20px;
    color: black;
}

.banner-section img {
    height: 400px;
    width: 100%;
}

.window-section img {
    width: 300px;
    height: 300px;
}


/* Hover Effect for Images */
.img-fluid {
    transition: transform 0.3s ease-in-out;
}

.img-fluid:hover {
    transform: scale(1.05);
}

.window-section {
    background-image: url('../assets/img/white-bg.jpg');
    background-size: cover;
}

.btn-know {
    background-color: #ca9a52;
    border: 2px solid rgba(239, 180, 54, 0.849);
    border-radius: 20px;
    color: white;
    padding: 5px 10px;
}

.feature-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px);
}



.gallery-ceiling img {
    width: 100%;
    height: 240px;
}

.feature-card i {
    border: 5px solid #ca9a52;
    border-radius: 50%;
    padding: 5px;
    font-size: 20px;
    color: #ca9a52;
    margin-bottom: 20px;
}

.header-section-tensile {
    background-size: cover !important;
    color: white;
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/ts-banner.jpg');
}


.header-section-renovation {
    background-size: cover !important;
    color: white;
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/home.jpg');
}

.zip-blind-header {
    background-size: cover !important;
    color: white;
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/zip-blind.jpg');
}


.header-section-rectractable {
    background-size: cover !important;
    color: white;
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/weather-resistant.webp');
}


.pergolas-glass-header {
    background-size: cover !important;
    color: white;
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/pergolas.png');
}


.wardrobe-shutter-header {
    background-size: cover !important;
    color: white;
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/wardrobe-shutter.jpg');
}



.sliding-system-header {
    background-size: cover !important;
    color: white;
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/slim-sliding.webp');
}


.wallpaper-film-header {
    background-size: cover !important;
    color: white;
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/c-wallpaper.jpg');
}


.guillotine-glass-header {
    background-size: cover !important;
    color: white;
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/guillutine-glass.jpg');
}



.fabric-glass-header {
    background-size: cover !important;
    color: white;
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/fabric-sandwich-glass.jpg');
}


.smart-glass-header {
    background-size: cover !important;
    color: white;
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/glass-film.jpg');
}


.header-section-sliding-glass-roof {
    background-size: cover !important;
    color: white;
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/sliding-3.webp');
}


.header-section-wallpapers {
    background-size: cover !important;
    color: white;
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/wallpaper-big.jpg');
}



.header-section-window {
    background-size: cover;
    color: white;
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/window-b.jpeg');
}



.header-section-ceiling {
    background-size: cover;
    color: white;
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/aluminium-baffle-celling-b.webp');
}


.header-section-cladding {
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/aluminium-cladding.jpg');
    color: white;
    background-size: cover;
}

.header-section-glass {
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/glass-railing.jpg');
    color: white;
    background-size: cover;
}

.header-section-flooring {
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/floor-carpets.jpg');
    color: white;
    background-size: cover;
}

.header-section-facade {
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/facade.jpg');
    color: white;
    background-size: cover;
}

.header-section-blinds {
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/widnow-blinds.jpg');
    color: white;
    background-size: cover;
}

.header-section-curtains {
    background-image: url('../assets/img/curtains.jpg');
    color: white;
    background-size: cover;
}

.header-section-sky-light {
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/sky-light.jpg');
    color: white;
    background-size: cover;
}

.header-section-awnings {
    color: white;
    background-size: cover;
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/Awnings.jpg');
}

.kitchen-header {
    color: white;
    background-size: 100% !important;
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/kitchen.jpg');

}

.sofa-header {
    color: white;
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/sofa.webp');
    background-size: cover;
}

.dining-header {
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/dinning.jpg');
    color: white;
    background-size: cover;
}

.wardrobe-header {
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/wardobe.jpg');
    color: white;
    background-size: cover;
}


.header-section-skylight-wallpaper {
    background: linear-gradient(to left, rgba(30, 30, 30, 0.7), rgba(0, 0, 0, 0.7)), url('../assets/img/sky-light.jpg');
    color: white;
    background-size: cover;
}

.sofa .feature-card img {
    height: 300px;
    width: 100%;
}

.kitchen-accessories img {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    margin-top: 30px;
}

.kitchen-accessories p {
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
}

.kitchen img {
    height: 300px;
    width: 100%;
}

.wooden-carousel .item img {
    height: 300px;
    border: 8px solid rgb(225, 217, 217);
    border-radius: 20px;
}

.carpte-card {
    border: 1px solid wheat;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.carpte-card h4 {
    padding: 15px 0 0 0;
    color: brown;
    font-weight: bold;

}

.carpte-card img {
    height: 250px;
    width: 100%;
}

.title-border img {
    width: 50%;

}

.ipe-carousel img {
    height: 360px;

}

.ipe-carousel {
    text-align: center;
}

.owl-theme .owl-dots {
    display: none;
}

.logo {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.logo-footer img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.icon-box .fas {
    color: #ca9a52;
}

#aboutUsFAQ .accordion-item .accordion-header button {
    background-color: ghostwhite !important;
}

.navbar-nav .nav-item a {
    padding: 0 20px !important;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    /*font-weight: bold;*/
    font-style: normal;
    font-size: 18px;
}



.navbar-brand {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: bold;
    font-size: 25px !important;
    letter-spacing: 10px;
    font-style: normal;
}

.fixed-icon {
    position: fixed;
    top: 60%;
    right: 0;
    margin-right: 20px;
    z-index: 9999;
}

.whatsapp {
    width: 70px;
    height: 70px;
}

.phone {
    background-color: white;
    border-radius: 20px;
    width: 60px;
    height: 60px;
    margin-top: 10px;
}

.gl1 {
    height: 300px;
    margin-bottom: 20px;
}

.gl2 {
    height: 570px;
    margin-bottom: 20px;
}



.gl4 {
    height: 370px;
    margin-bottom: 20px;
}

.gl3 {
    margin-bottom: 20px;
}

.in-aciton h5 {
    color: #ca9a52;
}

.in-aciton h2 {
    font-size: 50px;
    font-weight: 700;
}

.sky-light-section-icon i {
    color: #ca9a52;
    border: 5px solid #ca9a52;
    border-radius: 50%;
    padding: 5px;


}


.wardrobe-about {
    width: 50%;
}


.bards-wall {
    border: 2px solid black;
    border-radius: 20px;
    padding: 10px;
}

.video-section video {
    width: 100%;
    height: 300px !important;
    border: 2px solid ghostwhite;
    background-size: cover;
    background-color: black;
}

.awinings video {
    width: 100%;
    height: 300px;
    background-color: black;
}

.shadding-img {
    width: 80%;
    height: 200px;
}


.badge-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.transformation-card {
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
}



.renovation-section img {
    height: 300px;
    width: 100%;
}

.services-renovation .service-card {
    padding: 10px;
}

.process img {
    width: 80%;
    margin-bottom: 10px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    height: 250px;
}

.process .process-wrap {
    margin-bottom: 10px;
    width: 80%;
    text-align: center;
    justify-content: center;
    justify-items: center;
    display: flex;
    padding-top: 70px;
}

.services-renovation-gallery img {
    width: 100%;
    height: 400px;
    border: 3px solid rgb(64, 62, 62);
    border-radius: 20px;
}

.automation-process .automation-process-step {
    margin-top: 40px;
    width: 80%;
    text-align: center;
    justify-content: center;
    justify-items: center;
    display: flex;
    /* padding-top: 70px; */
}

.automation-process img {
    width: 80%;
    margin-bottom: 10px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    height: 290px;
    margin-top: 30px;
}