@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/********** Template CSS **********/
/*@font-face {*/
/*    font-family: 'Raleway Regular';*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    src: local('Raleway Regular'), url('Raleway-Regular.woff') format('woff');*/
/*    }*/
/*    @font-face {*/
/*    font-family: 'Raleway Bold';*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    src: local('Raleway Bold'), url('Raleway-Bold.woff') format('woff');*/
/*    }*/
    
    /* @font-face {*/
    /*font-family: 'Gill Sans';*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*src: url(Gill Sans.otf);*/
    /*font-display: swap; }*/

    
    
:root{
    --primary: #EB5933;
    --secondary: #FF6922;
    --light: #EFFDF5;
    --dark: #333;
}

body{
 background-color: #fff;
 overflow-x:hidden;

}
h1 {
  font-size: 48px;
}

p {
  font-size: 16px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.pl-100{
    padding-left:100px;
}
.mb-40{
        margin-bottom: 40px;
}

.space{
     margin-bottom: 3rem !important;
}

/*** Button ***/
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
  font-family: "Poppins", sans-serif !important;
  font-weight: bold;
  font-style: normal;
}

p,li,a, .sku-display{
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    font-style: normal;
}

 .color-display, .color-spec-display{
    font-family: "Poppins", sans-serif !important;
    font-weight: 300;
    font-style: normal;
}
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

.service-menu img{
    height: 500px;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
    font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}




/*** Navbar ***/
.menu-overflow{
    overflow:scroll;
    height:100vh;
}
.nav-bar {
    position: relative;
    /*margin-top: 45px;*/
    padding: 0 3rem;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    /*position: -webkit-sticky !important;*/
    position: fixed !important;
    padding: 0;
    z-index: 9999;
    
}

.navigation nav {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    /*padding:0px 90px;*/
}


.navigation nav{
  background: #171c24;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 30px rgb(0 0 0 / 8%);
 
}
/*.nav-items li:nth-child(6) {*/
/*    order: 4;*/
/*}*/
/*.nav-items li:nth-child(6) {*/
/*    order: 7;*/
/*}*/

.navigation nav .nav-items{
  display: flex;
  flex: 1;
  /*padding: 0 0 0 40px;*/ /*changes*/
}


.navigation nav .nav-items li{
  list-style: none;
  padding: 22px  8px;
}
.navigation nav .nav-items li a{
      font-size: 14px;
    text-transform: uppercase;
    outline: none;
    color: var(--dark);
    font-weight: 500;
}
.navigation nav .nav-items li a:hover{
  color: #ff3d00;
}
.navigation nav form{
  display: flex;
  height: 40px;
  padding: 2px;
  background: none;
  border: 1px solid rgb(155 155 155 / 52%);
  border-radius:0px 5px 5px 0px;
}
.navigation nav form .search-data{
  width: 100%;
  height: 100%;
  padding: 0 10px;
  color: black;
  font-size: 17px;
  border: none;
  font-weight: 500;
  background: none;
  max-width: 138px;
 
}

.navigation nav form .search-data:focus-visible {
    outline: none;
}
.navigation nav form button{
  padding: 0 15px;
  color: #fff;
  background: #eb5933;
  font-size: 17px;
    border: none;
  cursor: pointer;
  border-radius:5px;
}
nav form button:hover{
  background: #f53a00bf;
}
.navigation nav .menu-icon,
.navigation nav .cancel-icon,
.navigation nav .search-icon{
  width: 40px;
  text-align: center;
  margin: 0 50px;
  font-size: 18px;
  color: #eb5933;
  cursor: pointer;
  display: none;
}
.navigation nav .menu-icon span,
.navigation nav .cancel-icon,
.navigation nav .search-icon,
.navigation nav .back-icon,
.navigation nav .back-icon{
  display: none;
}

.back-icon{
    color: #eb5933;
    position: absolute;
    z-index: 99999;
    left: 0;
    margin: 0px 10px;
    font-size: 30px;
    opacity: 0;
}


@media (max-width: 1245px) {
 .navigation nav{
    padding: 0 50px;
  }
  
}

/*@media (min-width: 1280px) {  */
/*    .tape-banner-section {*/
/*        height: 100vh;*/
/*    }*/
/*}*/
/*@media (max-width: 1400px){
 .navigation nav{
    padding: 0px;

  }
*/
@media (max-width: 1190px){
 .navigation nav{
    padding: 0px;
  }
 .navigation nav .logo{
    flex: 2;
    text-align: center;
  }
  .navigation nav .nav-items{
    position: fixed;
    z-index: 99;
    top: 70px;/*change*/
    width: 100%;
    left: -100%;
    height: 100%;
    /*padding: 50px 50px 0 50px;*//*change*/
    text-align: center;
    background: #fff;
    display: inline-block;
    transition: left 0.3s ease;
    padding-top: 1%;
  }
 .navigation nav .nav-items.active{
    left: 0px;
    overflow-y: auto; /*Changes*/
 } 
  .navigation nav .nav-items li{
    line-height: 40px;
    margin: 10px 0;
        padding: 0px !important;
  }
  .navigation nav .nav-items li a{
    font-size: 20px;
  }
  .navigation nav form{
    position: absolute;
    top: 80px;
    right: 80px;
    opacity: 0;
    pointer-events: none;
    transition: top 0.3s ease, opacity 0.1s ease;
    border: none;
  }
  
  .navigation nav form button {

    border-radius: 0px 5px 5px 0px;
        }
 
  .navigation nav form.active{
    top: 95px;
    right:77px;
    opacity: 1;
    pointer-events: auto;
  }
 .navigation nav form:before{
    position: absolute;
    content: "";
    top: -13px;
    right: 0px;
    width: 0;
    height: 0;
    z-index: 5;
    border: 10px solid transparent;
    border-bottom-color: #eb5933;
    margin: -20px 0 0;
  }
  .navigation nav form:after{
        position: absolute;
    content: '';
    height: 60px;
    padding: 2px;
    background: #fffaf8bf;
    border: 1px solid #eb5933;
    border-radius: 7px;
    min-width: calc(100% + 20px);
    z-index: -2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .navigation nav form .search-data {
    background: #fff;
        border: 1px solid #b1a1a1;
    border-radius: 5px 0px 0px 5px;
  }
.navigation .navigation nav form .res-search {
    padding: 0 5px;
    color: #ffffff;
    font-size: 17px;
    background: none;
    border: none;

    cursor: pointer;
 }
  
  .navigation nav .menu-icon{
    display: block;
  }


 .navigation nav .search-icon,
  .navigation nav .menu-icon span{
    display: block;
  }
  .navigation nav .menu-icon span.hide,
  .navigation nav .search-icon.hide{
    display: none;
  }


  .navigation nav .cancel-icon.show
  /* .navigation nav .back-icon.show*/{
    display: block;
    z-index: 10000;
  }


}

@media (min-width: 1024px) and (max-width: 1440px) {
    .wet-content-over {
        top: 63% !important;
    }
    .bottom-left {
    left: -144px !important;
  }
  .top-left {
    left: -144px !important;
}
.top-right {
    right: -144px !important;
}
.bottom-right{
    right: -144px !important; 
}
.investor-take-action-btn-group {
        justify-content: flex-start;
      }
      .investor-take-action-content-column {
        text-align: left;
      }
      .investor-take-action-image-wrapper img {
        height: 500px;
      }
}

@media (max-width: 980px){
 .navigation nav .menu-icon,
 .navigation nav .cancel-icon,
 .navigation nav .search-icon{
    margin: 0 13px;
  }
  .navigation .navigation nav form{
    right: 30px;
  }
  
}

@media (max-width:400px){
    .navigation nav .nav-items {
        top:58px;
    }
}


@media (max-width: 320px){
    .navigation nav .nav-items {
        top:58px;
    }
}
@media (max-width: 350px){
  .navigation nav .menu-icon,
  .navigation nav .cancel-icon,
  .navigation nav .search-icon{
    margin: 0 10px;
    font-size: 16px;
  }

  .nav-bar {
    margin-top: 0px;
  }
  
}

.list-color {
    display: flex;
    flex-wrap: wrap;
} /*Changes*/


.list-color li{
    padding:8px !important
} 

@media (max-width: 1120px){
 

  .nav-bar {
    margin-top: 0px;
        padding: 0px;
  }
  
}

.megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    
.has-megamenu{position:static!important;}
.megamenu{left:0; right:0; width:100%;  height: auto; margin-top:0;  }
    
}   
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
        overflow-y: auto;
        max-height: 100vh;
        margin-top:10px;
    }
    .file-upload-image {
   height:450px !important;
}
.partner-logo {
    width: 90px !important;
    height: 90px !important;
  }

  .partners-title {
    font-size: 1.8rem !important;
  }
  .skew-hex-container{
    width: 320px !important;
    height: 320px !important;
}
.stamp {
    top: -336px !important;
}
        .tape-header {
      background-image: url(/front/carpet-whipping-img/edgetape-mob.jpg) !important;
      height:520px !important;
  }
   .policy-header{
        background-image: url(/front/privacy-policy-img/privacy-mob.jpg) !important; 
        height:450px !important;
    }

    .garden-fencing-header {
      background-image: url(/front/garden-fencing-img/fence-mob.jpg) !important;
      height:450px !important;
  }
  .full-height-fence-section2{
      padding: 0px !important;
  }
  .fence-section .px-5{
      padding-top: 50px !important;
      padding-bottom: 50px !important;
  }
    .bespoke_fitted-header {
      background-image: url(/front/wardrobe-img/wardrobe-mob.jpg) !important;
      height:450px !important;
  }
   .restoration-header {
      background-image: url(/front/restoration-img/restore-mob.jpg) !important;
      height:450px !important;
  }
    .underfloor-header {
      background-image: url(/front/UnderFloor-heating-img/under-heating-mob.jpg) !important;
      height:450px !important;
  }
  .carousel.slide.zoom{
         animation: scale 0s linear infinite !important;
  }
    .wardrobe-products-container h2 {
    font-size: 24px !important;
        
    }
    .wardrobe-product-card h3 {
    font-size: 18px !important;
        
    }
    .why-choose-wardrobe{
        height:75vh !important;
    }
    .why-choose-wardrobe .banner-content{
        top:65% !important;
        padding-right:15px !important;
        padding-left:15px !important;
        width:100%;
    }
    .feature-banner-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
    }
    .wardrobe-products {
        display: block !important;
    }
    .bespoke_fitted_wardrobes-img img {
    height: 500px !important;
    margin-top: 30px !important;
    }
    .banner-section {
        position: relative;
        width: 100%;
    }
    .features-const-garden {
        margin-top: 20px !important;
    }
    .tape-info h2 {
        margin-bottom:-10px !important;
        font-size: 25px !important;
    }
    .tape-info {
            padding: 26px 10px !important;
           
    }
    .middle-card-tape {
        margin-top:0 !important;
        margin-bottom:0 !important;
    }
    .tape-banner-content {
        padding: 0px !important;
    }
    .tape-banner-section .container {
    padding: 50px 25px !important;
    }
    .tape-banner-content h2 {
    text-align: left;
    margin-bottom: 0 !important;
    }
    .premium {
        top: 35% !important;
        left: 0% !important;
        transform: translate(-1%, -50%) !important;
    }
    .banner-content {
        position: absolute;
        top: 68% !important;
        left: 7% !important;;
        transform: translate(-5%, -65%) !important;
    }
    .whip-heading h2{
        text-align:center !Important;
        margin-top: 30px;
    }
    .tape-section-two {
     padding-top: 0px !important;
padding-bottom: 0 !important;

    }
    .front-wardrobe img {
        height: 435px !important;
    }
    .wardrobe-product-card {
        margin-bottom: 25px !important;
    }
     .const-renov-header {
      background-image: url(/front/cons-renov/con-ren-mob.jpg) !important;
      background-size:cover;
      height:450px !important;
    }
   .wood-footer-text {
        padding: 50px 6% !important;
    }
      .carpet-fitting-about h1, .benefit-trim-content h1 {
        font-size: 30px !important;
        text-align: center !important;
    }
    .carpet-breakpoint1 .row.gx-3 {
        padding: 10px !important;
    }
    .carpet-breakpoint2 {
    height: 330px;
    margin-bottom:50px !important;
    }
    .col-md-6.carpet-breakpoint1 {
        padding: 50px 25px !important;
        
    }
    .const-intro-content {
        position:relative !important;
        padding: 50px 25px !important
    }
    .const-intro-img.bg1 img, .const-intro-img.bg2 img, .const-intro-img.bg3 img, .const-intro-img.bg4 img, .const-intro-img.bg5 img, .const-intro-img.bg6 img{
        display:none !important;
    }
    .const-renvo-intro .col-md-6, .const-renvo-intro .col-md-7, .const-renvo-intro .col-md-5, .const-renvo-intro .col-md-8{
        margin-bottom:20px;
    }
    .before-renvo {
        background-image: url(/front/cons-renov/before-renvo-mob.jpg) !important;
      background-size:cover;
    }
    .features-const-content h1 {
        font-size:32px !important;
    }
    .const-intro-content h4 {
        margin-top:0px !important;
    }
    section.const-renvo-intro .row {
    margin-bottom: 0 !important;
    }
    .const-intro-img.bg1{
        background-image:url(/front/cons-renov/turnkey-mob.jpg);
        background-size:cover;
    }
    .const-intro-img.bg2{
        background-image:url(/front/cons-renov/domastic-mob.jpg);
        background-size:cover;
    }
    .const-intro-img.bg3{
        background-image:url(/front/cons-renov/sub-structure-mob.jpg);
        background-size:cover;
    }
    .const-intro-img.bg4{
        background-image:url(/front/cons-renov/monitoring-mob.jpg);
        background-size:cover;
    }
    .const-intro-img.bg5{
        background-image:url(/front/cons-renov/policy-bg-mob.jpg);
        background-size:cover;
    }
    .const-intro-img.bg6{
        background-image:url(/front/cons-renov/handover-mob.jpg);
        background-size:cover;
    }
     .loft-header {
      background-image: url(/front/loft/loft-mob.jpg) !important;
      height:450px !important;
    }
     .type-dromer{
        margin-top:0px !important;
    }
    .pulse {
      animation: pulse 0s infinite ease-in-out alternate !important;
    }
    .garage-header{
      background-image: url(/front/garage/garage-mob.jpg) !important;
      height:450px !important;
    }
    .standard-fitting-promo-section .col-md-4:last-child {
            border-right: none;
            border-bottom:none !important;
    }

    .standard-fitting-promo-section .col-md-4 {
            border-right: none !important;
            border-bottom: 1px solid grey !important;
    }
    .standard-linoleum-header{
      background-image: url(/front/standard-linoleum-img/linoleum-mob.jpg) !important;
      height:450px !important;
      }
        .skirting-header{
          background-image: url(/front/skirting-board-img/skirting-mob.jpg) !important;
          height:450px !important;
      }
    .container-fluid.skirt-middle-section {
        padding: 0px 0px !important;
    }
    .col-md-6.skirting-benefit-left {
    padding: 50px 25px !important;
        
    }
    .skirting-benefit-right {
            height: 300px;
        background-size: cover;
    }
    div#\#about-us {
    padding-bottom: 0 !important;
    }
    .container-fluid.header.bg-texture1.p-0 .col-md-6 {
    padding-right: 25px !important;
    padding-left: 25px !important;
    }
    .container-xxl.py-4 .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom:0 !important;
    padding-top:0 !important;
    }
    div#\#testimonial {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 50px !important;
    }
    .container-fluid.header.bg-texture1.p-0 .col-md-6.animated {
    padding-right: 0 !important;
    padding-left: 0 !important;
    }
    .container-xxl.py-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }
    .container-xxl.py-4 .col-lg-6 {
    padding: 0 20px !important;
    }
    .container-xxl.py-4 .col-lg-3 {
    padding-left: 15px !important;
    padding-right: 20px !important;
    }
    .skirt-board-section {
        margin-top:50px;
    }
    .skirt-middle-section h2 {
        margin-bottom:0 !important;
    }
    .skirt-middle-section .row {
        margin:0 !important;
    }
         .lvt-installation-header{
          background-image: url(/front/lvt-installation-img/lvt-mob.jpg) !important;
          height:450px !important;
      }
      .lvt-second-highlight-box {
          display:none !important;
      }
        .door-trim-header{
          background-image: url(/front/door-trimming/door-trimming-mob.jpg) !important;
          height:450px !important;
      }
    .bathroom-renov-header{
      background-image: url(/front/bathroom-renovation/bath-renov-mob.jpg) !important;
      height:450px !important;
    }
      .bath-renvo-acess-inner.mt-4 {
        height: 85% !important;
        padding: 87px 22px !important;
    }
    .bath-renvo-acess-inner {
        height: 90% !important;
        width: 79% !important;
        padding: 95px 22px !important;
        top:34px !important;
    }
    .bath-renvo-acess-inner.bath2-inner {
        padding: 150px 22px 95px !important;
    }
    .bath-renvo-acess-inner.mt-4 h1 {
    padding-top: 0 !important;
    }
    .carpet-fitting-header{
      background-image: url(/front/carpet-fitting/carpetfitting-mob.jpg) !important;
      height:450px !important;
    }
     .uplift-header{
      background-image: url(/front/uplift_removal-img/removal-mob.jpg) !important;
      height:450px !important;
    }
    .uplift1, .why-uplift2{
        height:300px;
    }
    .uplift-removal-section, .why-uplift {
    padding: 50px 25px !important;
    }
    .hard-flooring-header{
      background-image: url(/front/hard-flooring/hardfloor-mob.jpg) !important;
      height:450px !important;
    }
    .external-header{
      background-image: url(/front/external-floring/external-mob.jpg) !important;
      height:450px !important;
    }
    .safety-flooring-header{
      background-image: url(/front/safety-and-resilient-img/safety-floor-mob.jpg) !important;
      height:450px !important;
    }
      .safety-flooring-header-heading {
        padding: 3% !important;
        }
      .flooring-bottom h2 {
          font-size: 30px !important;
          margin-top: -20px;
      }
      .carpet-bottom h2 {
          font-size: 30px !important;
          margin-top: -20px;
      }
      .header-heading h1,
    .uplift-header-heading h1, .lvt-installation-header-heading h1, .skirting-header-heading h1,
    .standard-linoleum-header-heading h1, .underfloor-header h1,
     .bespoke_fitted-header h1, .tape-header h1{
        text-align: center;
        font-size: 32px !important;
    }
    .col-md-6.benefit-garden-fenc2 h2 {
        text-align: center !important;
        margin-bottom:0 !important;
    }
    .benefit-garden-fenc1 {
        height:300px;
    }
    li.features-const-garden h1 {
    font-size: 25px !important;
    margin-bottom: 0 !important;
    }
    .fencing .premium {
    padding: 0 25px;
    text-align: left;
        
    }
    .fencing .premium h2 {
        text-align: center !important;
    }

    .features-const-garden p {
     margin: 0px 0 !important; 
    }
    section.features-of-const-garden .container {
    padding: 50px 50px 30px !important;
    }
    section.features-of-const-garden .container {
    padding: 50px 50px !important;
    }
    .garden-services-skirt-content {
    margin-left: 10px;
    margin-right: 10px;
    }
    .col-md-6.benefit-garden-fenc2 {
        padding: 50px 25px !important;
    }
    .tape-s-two .container {
    padding: 20px 45px 50px !important;
    }
    .tape-s-two h2 {
    text-align:center !important;
    }
    .tape-s-two img {
    margin-top:20px !important;
    }
    .tape-charges {
        margin-top:30px;
    }
      .high-quality_content h2.sec_title{
          margin-left: -8px;
          font-size: 27px !important;
      }
      .choosing-service .col-md-6.pt-5 {
        padding-top: 0 !important;
    }
      .quality-sub-title {
          margin-left: -5px;
          font-size: 20px !important;
          
      }
  .about-area .about-tittle h1{
      font-size: 30px !important;  
      margin-top: 20px !important;
    margin-bottom: 0px !important;
      
  }
  .restoration-section {
    padding-bottom: 0px !important;
}
      section.about-area.py-5 .container {
        padding: 50px 25px !important;
    }
  .types-flooring{
          margin-top: -113px;
          margin-bottom: -40px !important;
          padding-right:0 !important;
          padding-left:0 !important;
  }
      .about-area, .types-flooring {
       padding-top: 50px !important;
    padding-bottom: 0 !important;
    padding-left: 0% !important;
    padding-right: 0% !important;
    }
    .carpet-header {
    background-image: url(/front/professional-carpet/carpet-mob.jpg) !important;
    height:450px !important;
    }
    .method img {
    width: 20% !important;
        
    }
    .method {
        height: auto !important;
        padding: 0px 0% !important;
    }
    .high-quality .container {
    padding: 50px 25px !important;
    }
    .high-quality_content .offset-lg-1.col-lg-5 {
    padding: 0 20px !important;
    }
    .high-quality_content .offset-lg-1.col-lg-5 p {
        margin-left: -8px;
        margin-right: -8px;
    }
    .quality-sub-title {
        margin-top :0 !important;
    }
    .high-quality {
    padding: 50px 1% !important;
    }
    .high-quality_content {
        padding-bottom: 30px !important;
        padding: 20px !important;
    } 
    .choosing-service h2 {
        font-size:25px !important;
    }
    .choosing-service {
        background-size:cover !important;
        padding: 0px 0% !important;
    }
    .choosing-service-inner {
            padding: 3em 2em 3em 0em !important;
            margin-top: 20px;
    }
    .fence-section .pt-5{
        padding-top: 0 !important;
    }
    .container.fence-middle-section {
        padding-top: 50px !important;
padding-bottom: 50px !important;
padding-left: 6% !important;
padding-right: 6% !important;
    }
    .features-of-const-garden, .fencing {
         padding: 00px 0% !important;
    }
    .fence-middle-section p {
    margin-bottom: 40px !important;
    }
    .choosing-service .tick-img {
     width: 5% !important;
    }
    .choosing-space{
        padding-bottom:0 !important;
        padding-left: 10px;
    }
    .carpet-bottom .container {
    padding: 50px 45px 40px !important;
    }
    .carpet-bottom ul {
            padding-left: 20px;
    }
    section.flooring-bottom .container {
    padding: 50px 45px !important;
    }
  .about-carpet-cleaning h1 {
    font-size: 30px !important;
    margin-top: 40px;
   }
   .about-carpet-cleaning .tick-img {
       width:5% !important;
   }
   .about-carpet-img {
    padding: 2rem 1rem 1rem !important;
       
   }
   .about-carpet-cleaning {
   padding: 50px 1% !important;
    }
    .types-flooring h1{
        text-align: center !important;
    }
    .types-flooring .main_title {
    margin-bottom: 50px !important;
    }
    .types-flooring .main_title h1{
    text-align: center;
    font-size: 30px !important;
    margin-bottom: 10px !important;
    }
    .types-flooring .single-project .project-details h4{
        margin-top: 40px !important;
    }
    .types-flooring .single-project .project-details{
       padding: 0px !important;  
    }
    .porcelain {
   padding: 50px 6% !important;
    }
    .porcelain .py-5{
        padding-bottom: 0px !important;
    }
    .porcelain h2, .bespoke_fitted_wardrobes h2 {
        font-size: 30px !important;
    }
    .feature-banner-content {
        padding-top: 0px !important;
 padding-bottom: 0 !important;
padding-left: 7% !important;
padding-right: 7% !important;
    }
    .wardrobe-products-container {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
         padding-left: 0px !important;
          padding-right: 0px !important;
    }
    .types-flooring .single-project .project-details h4 {
        font-size: 20px !important;}
        
    .types-flooring .main_title h4 {
    font-size: 20px !important;}
    
    .flooring-bottom {
        background-position: center;
        padding: 50px 5% !important;
    }
    
    .benefit-title h2 {
    font-size: 30px !Important;}
    
    .benefits-flooring {
        padding: 0px 0% !important;
    }
    .benefit-title.my-4 {
    margin-top: 0 !important;
    }
    .benefit-title.my-4 h2 {
    margin-bottom: 0 !important; 
    }
    section.porcelain .container.px-0 {
    padding: 50px 50px !important;
    }
    
    .benefit-img img {height: 300px !important;}
    
   .substructure-header{
      background-image: url('/front/substructure-preparation-img/substructure-mob.jpg') !important;
      height:450px !important;
    }
    .maintenance-services img {
        width: 3% !important;
    }
    .substructure-choosing-service-inner {
        height: 450px ;
    }
        .substructure-box {
        margin-top: 15px;
        background-color: transparent !important;
        
    }
    h1, h2, h3{
        font-size:30px !important;
        padding-bottom:15px !important;
    }
    .substructure-high-quality_content {
        margin-top: 51px;
    }
    .substructure-about-carpet-cleaning h1 {
        font-size: 30px !important;
    }
    .substructure-project-expert h1{
        font-size: 30px !important;
    }
    .substructure-quality-sub-title {
        margin-top: 18px !important;
    }
       .substructure-header-heading h1, .safety-flooring-header-heading h1 {
        text-align: center !important;
        font-size: 30px !important;
    }
    .hard-flooring-services p, .wood-footer-text p {
    font-size: 16px !important;
    }
    .side-design {
        padding: 0px !important;
    }
    .why-uplift {
    height: auto !important;
    padding-top: 0 !important;
    }
    .why-uplift1.why-lift-design {
    padding: 40px 20px !important;
    margin-bottom: 20px;
    }.effortless h2 {
    margin-top: 0px !important;
    }
    .effortless p {
        margin-top:0 !important;
    }
    .uplift2{
        margin-top:20px;
    }
    .why-lift-design {
        padding-top: 0px !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .uplift-about-carpet-cleaning{
         padding-left: 7px;
        padding-right: 7px;
    }
    .uplift-serviceBox {
       padding: 20px 29px 35px !important;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 30px;
    }
    .uplift-title{
        font-size:18px !important;
    }
    .effortless p {
        text-align: left !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .we-make {
        padding: 0px 20px !important;
        margin-top: 20px !important;
    }
     .wet-content {
    color: black !important;
    }
    .wet-img1{
        height: 263px !important;
         width: 100%;
         margin-top:50px !important;
    }
    .wet-img2 {
        padding-left: 15px !important;
    padding-right: 15px !important;
    }
    .wet-img img {
        height: 700px;
        max-height: 335px !important;
    }
      .fitting-first-img img {
        width: 100%;
    }
    .choose-carpet-inner h1 {
    margin-top: 30px !important;
    }
    .why-col-display {
        display: none;
    }
   .item-img img {
    height: 590px !important;
    margin-bottom: 20px !important;
    }
     .wet-content-over {
        transform: none !important;
        left: auto !important;
        top: auto !important;
        padding-left: 0px !important;
        padding-right: 10px !important;
    }
    .about-area .right-caption {
      padding-left: 0px !important;
        padding-top: 20px !important;
    }
    .about-area .col-lg-5{
        padding-left: 10px !important;
    padding-right: 10px !important;
    }
    .wet-fitted-design-over{
        height: 550px !important;
    }
    .planning-works h2{
        margin-top: 40px;
    }
    .shower-img{
        display: none !important;
    }
    .shower-img2{
        display: none !important;
    }
    /*.wet-fitted-design{*/
    /*height: 630px !important;*/
    /*}*/
    .wet-fitted-header-heading h1 {
        font-size: 2rem !important;
    }
    .wet-content h2 {
        font-size:1.5rem;
        text-align: center;
    }.wet-content-over {
        padding:0 !Important;
    }
    .wet-content-over h2 {
    color: #eb5933;
    padding-bottom: 0 !important;
    }
    section.wet-fitted-design-over .container {
    padding: 50px 25px !important;
    }
    .wet-fitted-design{
        margin-top: 0!important;
    }
    .planning-works {
    margin-bottom: 0px !important;
    }
    .planning-works .box .box-img {
        margin-bottom:20px;
    }
    .planning-heading h2{
        margin-bottom: 20px !important;
        margin-top: 0 !important;
        padding: 0 !important;
    }
    .wet-fitted-header {
        background-image: url('/front/wetroom-design-img/wet-room-mob.jpg') !important;
        height: 535px !important;
    }
    .item-img h3{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .wet-content {
    left: 27px !important;
   padding: 50px 25px !important;
    }

    .franchise-header {
        background-image: url('/front/franchise-opportunities/franchise-mob.jpg') !important;
        height: 450px !important;
    }
    .procedure-header {
    background-image: url('/front/vision-mission-banners/procedure-mob.jpg') !important;;
    height: 450px !important;
}

.mission-header {
    background-image: url('/front/vision-mission-banners/mission-mob.jpg') !important;;
    height: 450px !important;
}

.vision-header {
    background-image: url('/front/vision-mission-banners/vision-mob.jpg') !important;;
    height: 450px !important;
}

.remote-worker-header {
    background-image: url('/front/vision-mission-banners/remote-worker-mob.jpg') !important;;
    height: 450px !important;
}
    .disclaimer-header {
           background-image: url(/front/privacy-policy-img/disclaimer-mob.jpg)!important;;
        height: 450px !important;
}

    .franchise-title h2 {
        font-size: 30px !important;
    }
    .franchise-block{
        margin-bottom: 0 !important;
    }
    .invest-section .image-column .image-block:nth-child(2){
        margin-right: 0 !important;
    }
    .invest-section {
        padding: 0 !important;
    }
    .invest-section .image-column .image-block img{
        height: auto !important;
    }
    .invest-section .text-column .invest-inner{
        padding-left: 0 !important;
        padding-bottom: 30px !important;
    }
    .invest-section .sec-title h2{
        margin-top: 30px;
        font-size: 35px !important;
    }
    .invest-section li img {
        height: 17px !important;
        width: 5% !important;
    }

    .who-apply li img {
        height: 18px !important;
        width: 5% !important;
    }
    .who-apply h1 {
        font-size: 30px !important;
    }
    .who-apply {
        padding: 30px 0 0 !important;
    }
    .returns h1 {
        font-size: 30px !important;
    }
    .returns {
        padding: 30px 0 !important;
    }
    .artificial-header {
        background-image: url('/front/artificial-grass/grass-mob.jpg') !important;
        height: 450px !important;
    }
    .artificial-section.py-5 .container-fluid {
    padding: 50px 50px !important;
    }
    .artificial-section img{
        width: 100% !important;
    }
    .artificial-section .img-two img{
        top: -151px !important;
        left: 248px !important;
        width: 23% !important;
    }
    .artificial-section .img-two{
            margin-bottom: -123px !important;
    }
    .artificial-section .heading.type_two {
        margin-top: -14px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .installation-process .col-md-4{
        padding-top: 15px !important;
    }
    h2.grass-title {
        margin-bottom:0 !important;
    }
    .artificial-section h2 {
        font-size: 25px !important;
    }
    .text-bath{
    text-align: left !important;
    }
    .installation-process ul li div img {
        width: 8% !important;
    }
    h5.info__title {
        font-size: 16px !important;
    }
    .maintainance-img {
    top: 0 !important;
    width: 100% !important;
    left: 0px !important;
    height: auto !important;
    }
    .maintainance-img img {
    width: 100% !important;
     height: auto !important; 
    position: relative !important;
    top: 0px !important;
    }
    .maintainance {
    position: relative;
    padding: 0px 15px !important;
    }
    .maintainance-bg {
        height: 780px !important;
    }
    .maintainance-text {
        margin-left: 0 !important;
    }
    .maintainance-text h2 {
    font-size: 30px !important;
    }
    .surface {
    padding-top: 30px !important;
        margin-bottom: -102px !important;
    }
    .surface h1 {
    font-size: 30px !important;
    text-transform: uppercase;
    text-align: center;
    }
    .surface .border-right {
    border-bottom: 2px solid #eb5933 !important;
    border-right:0 !important;
     margin-left: 0 !important; 
     margin-right: 0 !important; 
    margin-top: -7px !important;
    margin-bottom: 20px !important;
    }
    .surface-bg {
        background-position: center !important;
    }
 
    .underfloor-hero2 p {
    text-align: left !important;
    }
    .underfloor-services .card {
        width: 357px!important;
    }
    .hard-flooring-header {
    background-image: url(/front/hard-flooring/hardfloor-mob.jpg);
    height: 450px !important;
    }
    .install-wood-flooring .container-fluid {
    padding: 50px 25px !important;
    }
    .hard-flooring-services .col-md-4 {
    margin-left: 0 !important;
    margin-top: 50px !important;
    }
    .hard-flooring-services h1 {
    font-size: 30px !important;
    }
    .hard-flooring-services {
     padding: 50px 6% !important;
             margin: 50px 25px;
    }
     .hard-flooring-services h2{
         text-align: center;
     }
    .install-wood-flooring h1 {
    font-size: 30px !important;
    }
    .install-wood-flooring .row .col-md-4{
        margin-bottom: 20px !important;
    }
    .install-wood-flooring .row.gx-4{
        margin-bottom: 0 !important;
    }
    .benefits-wood-flooring {
    padding: 0px 0 !important;
    }.benefits-wood-text {
    background: black;
    padding: 20px !important;
        
    }
    section.wood-floor-footer p {
    padding: 0 20px !important;
    }
     .bath-renvo-footer h2 {
    font-size: 30px !important;
    text-align: center !important;
    }
    .benefits-wood-text h1 {
        font-size: 30px !important;
    }
    .benefits-wood-text {
        margin-bottom: 30px !important;
    }
    .row.benefits-wood-img .col-md-6 {
    margin-bottom: 20px !important;
    }
    .wood-floor-footer {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
    }
    .install-wood-inner {
    margin-left: 10px;
     margin-right: 10px;
    }
    .install-wood-flooring .center-img{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .contractor-partnership-section1 .hero-text h1 {
        font-size: 34px;
      }
      .contractor-partnership-section1 .circle-mask {
        width: 400px;
        height: 400px;
        border-width: 20px;
        clip-path: inset(0 50px 0 0);
      }
      /*home team*/
      .team-overlay-content {
    position: static !important;
    transform: none !important;
    text-align: center !important;
    max-width: 90% !important;
    margin: 20px auto 0 !important;
    color: #000 !important; /* optional for readability on smaller screens */
}

.home-team-btn {
    display: block !important;
    margin: 15px auto 0 !important;
}

.team-home-title {
    font-size: 24px !important;
}

.team-home-subtitle {
    font-size: 14px !important;
}

/*uk distributer css*/
.uk-distributor-section .uk-content-grid {
    grid-template-columns: 1fr !important; /* stack content vertically */
    gap: 2rem !important;
}

.uk-distributor-section .uk-carousel-container {
    aspect-ratio: auto !important;
    height: auto !important;
}

.uk-distributor-section .uk-tool-name {
    bottom: 2rem !important;
    left: 0.5rem !important;
    font-size: 0.75rem !important;
    padding: 0.25rem 0.5rem !important;
}

.uk-distributor-section .uk-title {
    font-size: 2rem !important;
}

.uk-distributor-section .uk-title-gradient {
    font-size: 2rem !important;
}

.uk-distributor-section .uk-description {
    font-size: 1rem !important;
}

.uk-distributor-section .uk-feature-item {
    gap: 0.5rem !important;
    padding: 0.5rem !important;
}

.uk-distributor-section .uk-feature-icon {
    width: 1.5rem !important;
    height: 1.5rem !important;
    font-size: 0.75rem !important;
}

.uk-distributor-section .uk-cta-button {
    font-size: 1rem !important;
    padding: 0.75rem 1.5rem !important;
}

.uk-distributor-section .uk-nav-btn {
    width: 2rem !important;
    height: 2rem !important;
    font-size: 1rem !important;
}

.uk-distributor-section .uk-decorative-circle-1,
.uk-distributor-section .uk-decorative-circle-2 {
    width: 3rem !important;
    height: 3rem !important;
}


}
/* ============ mobile view .end// ============ */

 .nav-item .dropdown-menu {
    display: block;
    top: 100%;
    margin-top: 0;
    /* transform: rotateX(-75deg); */
    transform-origin: 0% 0%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    padding-top: 0px;
    padding-right: 0px;
    border-radius:0px;
}

.abc:hover .xyz{
    display:block;
    transform: translate(0px, 48px);
}

.head-title{
    color: #eb5933;
    letter-spacing: 10px;
    font-size: 33px;
    margin: 15px 0px;
    text-transform: uppercase;
}

.title{
     color: #eb5933;
    /*letter-spacing: 2px;*/
    font-size: 18px;
    margin: 15px 0px;
    text-transform: uppercase;
    font-family: sans-serif;
}

.list-unstyled li{
    margin-bottom: 10px;
    padding: 0px !important;
}

.abc ul li a{
  text-transform: unset !important;
  font-size: 16px !important;
}

.list-unstyled li a{
    color: #2e2c2c !important;
    font-size: 17px;
    font-family: sans-serif;

    

}

.list-unstyled li:hover a{
    text-decoration: underline;
}

.list-color {
    display: flex;
    flex-wrap: wrap;
}

.list-color li:hover{
    opacity: .6;
}

.dropdown-menu ul li{
  padding: 0px;
}
.button-group {
  display: flex;
  gap: 15px; /* adjust spacing between buttons */
  flex-wrap: wrap; /* optional for responsiveness */
}

.dropdown-menu {
    position: absolute !important;
    top: 30px !important;
    display: none;
    min-width: 10rem;
        padding: 0px 0px 0px 5px;
    font-size: 1rem;
    color: #666565;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    overflow: hidden;
    border-radius:0px;

   }
.mega-image{

width: 100%;
    height: 100%;
       
    }





@media (max-width: 1190px){
  .dropdown-menu {
    position: absolute !important;
    top: -47px !important;
    height: auto;
    overflow: auto;
    border: none;
    }

    .head-title{
      margin: 5px 20px;
    }
    
    .mega-image{
       margin-top: 76px;
    }
    
    .back-icon{
       width: 40px;
    color: #eb5933;
    position: absolute;
    z-index: 99999;
    left: 0;
    margin: 0px 20px;
    font-size: 21px;
    opacity: 1;
}

    
    
}



@media (max-width: 991px){
  .dropdown-menu {
       position: absolute !important;
    top: -120px !important;
    display: none;
    left: -5px;
    overflow: hidden;
   }

    .res-ped{
      padding-left: 10px;
    }
    .dropdown-menu img{
      padding: 0px;
      margin-top: 20px;
    }
    .navigation nav form.active {
    top: 95px;
    right: 44px;
    opacity: 1;
    pointer-events: auto;}
     .mega-image{
       margin-top: 0px;
          
       
    }


}


@media (max-width:770px){
.navigation nav form.active {
    top: 95px;
    right: 26px;}
}

@media (max-width: 450px){
.navigation nav form.active {
    top: 95px;
    right:26px;
    opacity: 1;
    width: 49%;
    pointer-events: auto;


}

  
  .dropdown-menu {
     position: absolute !important;
    top: -15px !important;
    display: none;
    left: 20px;
    transform: translate(0px, -53px) !important;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 0px;}

    .head-title {
    font-size: 35px;
        margin: 0px;
     }

    .col-megamenu{
      padding-left: 10px;
    }

    .abc button{
      margin-left: 10px !important;
     margin-bottom: 10px !important;
    }
    .list-color  li{
         margin-right: 10px !important;
    }

}


@media (max-width: 400px){
    .navigation nav form.active {
            top: 82px;
         right: 29px;
    }
    
    .navigation nav form button {
    padding: 0 14px;
    font-size: 14px;}
}











/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

/*.footer .btn.btn-link::before {*/
/*    position: relative;*/
/*    content: "\f105";*/
/*    font-family: "Font Awesome 5 Free";*/
/*    font-weight: 900;*/
/*    margin-right: 10px;*/
/*}*/

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


/*** breadcrumb ***/

.breadcrumb {
    font-size: 14px;
    margin-left: 8px;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #DDDDDD;
}













/*** Products page ***/

.b1 {
    background-image: url(../img/b1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.b2 {
    background-image: url(../img/b2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.b3 {
    background-image: url(../img/b3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.b4 {
    background-image: url(../img/b4.jpg);
    background-repeat: repeat;
}


/*** Contact page ***/


.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    border: 1px dashed var(--primary) !important;
}











   @media (min-width : 992px)
    {
        .container-fluid.header
        {
            margin-top: 0px;
        }
    }

.container-fluid.header .img-fluid
{
    width:100%;
    height: 100%;
}

.col-md-12.full_calculator_div {
    overflow-x: scroll;
}















.logo 
{
    /*max-width:180px;*/
    max-width:243px;
}

.logo a img
{
    max-width:256px;
}









@media (min-width:1399px)
{
    .flickity-viewport {
    height: 650px !important;
}
.product_items_parent .img-fluid {
    max-width: 100%;
    height: auto;
    max-height: auto !important;
    min-height: 252px !important;
    width: 100%;
}
}

.carousel-item .overlay {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* Ensure the content appears above the overlay */
.carousel-caption {
    position: absolute;
    z-index: 2;
    color: #fff;
}

/* Animation for content */
.animated-content h5,
.animated-content p {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s forwards;
}

/* Delay animations for smoother effects */
.animated-content h5 {
    animation-delay: 0.5s;
}

.animated-content p {
    animation-delay: 1s;
}

/* Keyframes for fade-in effect */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Hira Kitchen css start */

/* Carousel container */
#kitchenCarousel.carousel {
/*            position: absolute;*/
            top: -77px;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            /*animation: zoomIn 15s infinite;*/
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: -1;
        }

        #kitchenCarousel.carousel img {
            height: 550px;
            object-fit: cover;
        }
        #kitchenCarousel .carousel-caption {
            position: absolute;
            right: 15%;
            bottom: 6.25rem;
            left: 15%;
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
            color: #fff;
            text-align: center;
            top: 70%;
        }
        #kitchenCarousel .carousel-caption h2 {
    font-size: 3.5rem;
    font-weight: bold;
    color: #f4f4f4; /* Metallic Light */
    text-shadow: 3px 3px 10px #000000;
}
#kitchenCarousel .carousel-caption p {
    font-size: 1.2rem;
    color: #EB5933; /* Metallic Silver */
   
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Zoom-out animation */
@keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}

/* Text in header */
header h1 {
    position: relative;
    font-size: 3rem;
    z-index: 1; /* Place it above the carousel */
    margin: 0;
}

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .hero {
            
/*            background-image: url('hero-bg.jpg');*/
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px;
            border-radius: 10px;
        }

        .hero-text {
            flex: 1;
            margin-right: 20px;
        }

        .hero-text h1 {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center;
}

       .hero-text p {
    color: #555;
    margin-bottom: 20px;
   margin-left: 20px;
    margin-top: 20px;
    text-align: left;
    /* padding-right: 20px; */
    margin-right: 20px;
}

    .hero-icons img {
    transition: transform 0.5s;
    transform-style: preserve-3d;
}
.hero-icons img:hover {
    transform: rotateY(180deg);
}
        .icon-item {
            text-align: center;
        }

        .icon-item img {
            max-width: 50px;
            margin-bottom: 10px;
        }

        .hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d3d3d3; /* Light gray background */
    padding: 20px;
}

.hero-image .image-wrapper {
    position: relative;
    display: inline-block;
}

.hero-image img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.6); /* Adds depth */
    position: relative;
    z-index: 2;
}

.hero-image .image-wrapper::before {
    content: "";
    position: absolute;
    top: -20px; /* Adjust for vertical positioning */
    left: -20px; /* Adjust for horizontal positioning */
    width: 90%; /* Adjust width for the red overlay */
    height: 90%; /* Adjust height for the red overlay */
    background-color: #EB5933;
    z-index: 1;
    transform: skew(-10deg); /* Creates the slanted border effect */
}

.hero-image .image-wrapper::after {
    content: "";
    position: absolute;
    bottom: -20px; /* Adjust for vertical positioning */
    right: -20px; /* Adjust for horizontal positioning */
    width: 90%; /* Adjust width for the red overlay */
    height: 90%; /* Adjust height for the red overlay */
    background-color: #EB5933;
    z-index: 1;
    transform: skew(-10deg); /* Creates the slanted border effect */
}
        .card {
            background: white;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            margin-top: -85px;
            max-width: 360px;
            text-align: center;
            position: relative;
            margin-left: auto;
            border-left: 6px solid #4e4d49;
        }
        .card span{
          color: #da2c4c;
          font-size: 19px;
         font-weight: 700;
        }

        .card h3 {
            margin-bottom: 10px;
        }

        .card a {
            color: #007bff;
            text-decoration: none;
            font-weight: bold;
        }
    .full-height-section {
  height: 448px; /* Full viewport height */
  background-size: cover; /* Ensures the image covers the entire section */
  background-position: center; /* Centers the image */
  display: flex; /* Flexbox for centering content */
  align-items: center; /* Vertically center content */
  justify-content: center; /* Horizontally center content */
  color: white; /* Adjust text color for better visibility */
  text-align: center; /* Center-align text */
  padding: 20px; /* Add some padding for mobile devices */
  background-image: url('/front/kitchen-img/bg-2.jpg');
}

/* Middle Section Styles */
.middle-section h2 {
  font-size: 2rem; /* Adjust font size */
  margin-bottom: 10px;
  text-align: left;
  color: #EB5933;
 font-weight: 600;
}

.middle-section p {
  font-size: 1rem; /* Adjust font size */
  line-height: 1.6; /* Improve readability */
  text-align: left;
  color: black;
}
      .hero-icons .single-item {
    position: relative;
    display: inline-flex
    margin-bottom: 26px;
}
  .hero-icons .single-item img{
    width: 50px;
    height: 50px;
      }  
      .single-item{
      display: flex;
      } 

.menu{
    padding: 15px 20px 0;
}

 .bg-3 {
            background-color: #ffffff;
            padding: 50px 0;
        }
        .bg-3 h3 {
    color: white;
    padding-bottom: 30px;
}

        .container {
            max-width: 1400px;
            margin: 0 auto;
            overflow: hidden;
/*            position: relative;*/
        }
        .slider-heading .container {
            max-width: 1200px;
            margin: 0 auto;
            overflow: hidden;
            position: relative;
        }

        h3 {
            text-align: center;
            color: #333;
        }


.tape-content h3 {
    text-align: center !important;
}
.feature-banner-content h3 {
            text-align: center !important;
             font-size: 25px !important;
        }

        #slider {
            display: flex;
            width: calc(250px * 12); /* 6 items visible, so 6 * 2 for loop */
            animation: slide 20s linear infinite;
        }

        #slider li {
            list-style: none;
            text-align: center;
            margin: 0 10px;
        }

        #slider img {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .tooltip {
            background-color: #333;
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
            margin-bottom: 10px;
            font-size: 12px;
        }

        @keyframes slide {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(calc(-250px * 6)); /* Slide one set of items */
            }
        }

        #slider:hover {
            animation-play-state: paused;
        }


.section-design{
    height: auto;
    width: 100%;
}
.full-height-section2 {
  height: 448px; /* Full viewport height */
  background-size: cover; /* Ensures the image covers the entire section */
  background-position: center; /* Centers the image */
  display: flex; /* Flexbox for centering content */
  align-items: center; /* Vertically center content */
  justify-content: center; /* Horizontally center content */
  color: white; /* Adjust text color for better visibility */
  text-align: center; /* Center-align text */
  padding: 20px; /* Add some padding for mobile devices */
  background-image: url('/front/kitchen-img/bg-1.jpg');
}
.sec-alignment{
    margin-bottom: 50px;
    margin-top: 50px;
}
    .bg-3 {
    background-image: url('/front/kitchen-img/back1.jpg');
    background-size: cover; /* Ensures the image covers the full width */
    background-position: center; /* Centers the image */
    width: 100%; /* Ensures the element takes full width */
}
.slider-heading h5{
    color: white;
}

.expert{
position: absolute; 
top: 37%;
 left: 50%; 
 transform: translate(-50%, -50%);
  color: #695b5b;
   padding: 20px; 
   border-radius: 8px;
}
.expert h2{
 margin: 0; 
 font-size: 2em;
}
.expert p{
    margin-top: 10px;
     font-size: 16px;
}
.chimney{
position: relative;
 text-align: center;
}
.chimney img{
    width: 100%;
     height: 500px;
}

/* General Mobile Styles */
@media (max-width: 768px) {
    /* Donation page responsive*/
    
     .donation-hero-section h1 {
                font-size: 2rem;
            }
            .donation-hero-section p {
                font-size: 1rem;
            }
            .donation-cta-boxes {
                margin-top: 0;
            }
            .donation-newsletter-form {
                flex-direction: column;
            }
            .donation-event-item {
                flex-direction: column;
            }
            .donation-event-date {
                flex-direction: row;
                gap: 10px;
            }
    
    /*Investors responsive css */
    .main-investor h1 { font-size: 36px; }
    .main-investor h2 { font-size: 28px; }
    .main-investor h3 { font-size: 18px; }
    .main-investor p { font-size: 15px; }
    .investor-btn-primary, .investor-btn-secondary, .investor-btn-donate, .investor-btn-video { padding: 14px 28px; font-size: 14px; }
    .investor-principle-card, .investor-impact-card, .investor-step-content, .investor-stats-card { padding: 20px; }
   .main-investor #mission .container,
.main-investor #principles .container,
.main-investor #why .container,
.main-investor #how .container,
.main-investor #joint .container,
.main-investor #call_to .container {
    padding: 50px 25px;
}
.main-investor p {
    text-align: left;
}
.cube-wrapper2 {
    margin-left: 40px !important;
    clip-path: polygon(46% 0%, 100% 48%, 100% 100%, 0% 100%, 0% 40%) !important;
}
 .text-inside2 {
    top: 59% !important;
}   
.investor-join-value {
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.investor-take-action-image-column {
    margin-bottom: 30px !important;
}
.investor-stat-item {
    height: 166px !important;
}
  .uk-distributor-section .container {
    padding: 0 !important;
}

    .contractor-partnership-section1 {
        padding: 60px 0;
        text-align: center;
      }
      .contractor-partnership-section1 .hero-text h1 {
        font-size: 28px;
      }
      .contractor-partnership-section1 .hero-text p {
        margin: 0 auto 25px;
      }
      .contractor-partnership-section1 .circle-mask {
        width: 300px;
        height: 300px;
        border-width: 15px;
        clip-path: inset(0 40px 0 0);
      }
      .contractor-partnership-section1 .circle-mask::before,
      .contractor-partnership-section1 .circle-mask::after,
      .contractor-partnership-section1 .circle-mask .line {
        left: -80px;
        width: 180px;
        height: 15px;
      }
  /* Product-Detail Styles Start*/  
.pro_colors{
    margin-top: 20px;
}
.share-bottom-bar{
    margin-bottom: 12% !important;
    margin-top: 12px !important;
    margin-left: 0 !important;
}
.vertical-line::after {
    display: none; /* Hide vertical line on small screens */
  }

  .vertical-line::before {
    width: 100%; /* Ensure bottom line stays */
  }
 .res-space a.btn.btn-primary.py-3.px-4.me-2,
    .res-space a.btn.btn-dark.py-3.px-4.spac {
        margin-right: 20px;
        margin-left: 20px;
        display: block;
        width: 100%;
    }
    .procedure-table .table-responsive {
    overflow-x: scroll!important;
    -webkit-overflow-scrolling: touch;
}

/* Product-Detail Styles End*/  
.lvt-first-inner-content, .lvt-second-content {
    padding: 0px 25px;
}

    .cube-wrapper {
    margin-left: 35px;
}
   .char-sec .container{
       padding: 0px 35px !important;
   }
   .hardfloor-b1 .container, .hardfloor-b4 .container {
       padding: 0px 50px !important;
   }
   .privacy-policy  .container {
        padding: 0px 25px !important;
    }
  
    .vision-container {
        padding-top: 0 !important;
    }
    .mission-statement  .container {
        padding: 0px 50px !important;
    }
    .mission-statement  .container h2 {
        font-size: 20px !important;
        padding-top: 20px !important;
    }
    .mission-padd {
        padding-top: 0px !important ;
    }
    .faq-section{
         padding: 0px 50px !important;
    }
    .policy-grid {
    display: block !important;
    }
  .uplift-easy-move img {
        margin-left: 0px !important;
        width: 100%;
        margin-top: -57px;
    }
    .privacy-policy h2{
        padding-top: 20px !important;
    }
.spacing{
       padding: 25px;
    }
    .spacing2{
       padding-top: 30px;
         padding-left: 60px;
          padding-right: 60px;
    }
    .restore-resp-img {
    margin-top: 40px;
}
.our-process-section h2{
  padding-bottom: 10px !important;
}
.image-box {
    width: auto;
    height: auto !important;
}
    .result-cont {
        padding-right: 25px !important;
        padding-bottom: 22px !important;
        padding-left: 25px !important;
        padding-top: 30px !important;
    }
     .result-cont h3{
        margin-bottom: 0px !important;
    }
    .before-after-slider .pt-5 {
       padding-top: 0px !important; 
    }
  .concrete-polish h2{
        padding-top: 35px !important;
        padding-bottom: 0px !important;
  }
    section.carpet-fitting-about .container, .carpet-fitting-services .container,
    .restoration-hero  .container, .restore-hero .container{
    padding: 50px 25px !important;
    }
      .our-process-section .container {
        padding-bottom: 12px !important;
        padding-top: 0 !important;
    }
    .our-process-provide h2{
        padding-bottom: 0 !important;
    }
    .restore-first-para{
        text-align: left !important;
    }
    .our-provide{
        margin-bottom: 15px !important;
    }
    .our-process-provide .container{
        padding-bottom: 0 !important;
    }
    .before-after-slider .container{
       padding: 0px 35px !important; 
    }
    .restoration-card {
    margin-top: 0px !important;
}
    .carpet-fitting-about h4{
        margin-top: 35px !important;
    }
    .carpet-fitting-about ul {
    padding-left: 20px !important;
        
    }
    .col-md-6.choose-carpet-inner {
    padding-left: 25px !important;
    padding-right: 25px !important;
        
    }
    choose-carpet-inner {
        padding: 50px 6% !important;
    }
        
    .pro-padd, .process-of-trim {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
     .sub-text {
        text-align: left !important;
    }  
    .types-flooring .single-project .project-details {
        position: relative !important;
    }
    .tape-header-heading {
        padding: 4% !important;
    }
    .whip-container{
       padding: 0px 0% !important;
    }
    .whip-container .container {
    padding: 50px 45px 0 !important;
    }
    .tape-content h3 {
    text-align: left;
    margin-bottom: 0 !important;
    }
    .carpet-fitting-about h4 {
      text-align: center;
    }
    .types-heading{
        padding-bottom: 0 !important;
    }
    
    .bath-renvo-type .mx-5 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .process-trim-img img {
        height: 300px !important;
    }
    .benefit-trim-img img {
        height: 450px !important;
    }
    .lvt-second-content p {
        font-size: 16px !important;  
    }
    .lvt-second-image-section {
        top: 0px !important;
    }
    .lvt-third ul li {
        display: flow !important;
        font-size: 16px !important;
        text-align: left !important;
    }
    .lvt-fourth-header p {
        font-size: 16px !important;
    }
    .lvt-third {
        padding: 50px 25px !important;
    }
    .lvt-fourth-header h2 {
        text-align :center;
    }.lvt-fourth-services ul li strong {
    /* margin-bottom: 77px !important; */
    position: relative;
    bottom: 11px;
    }
    .fence-section {
      padding: 50px 2% !important;
    }
    .lvt-fourth {
        padding: 50px 25px !important;
    }
    .process-trim-img {
         padding: 2em 2em 2em 0em !important;
             margin-right: 15px !important;
    margin-left: 15px !important;
    }
    .benefits-of-trim .px-5 {
        padding: 50px 25px !important;
    }
    .col-md-4.lvt-first-hero-services.lvt-first-hero-services {
        padding: 50px 25px !important;
    }
    .lvt-fourth-images img {
        width: 100% !important;
    }
    .bath-renvo-footer {
        height: 100% !important;
        padding-left: 8px;
            padding-right: 8px;
    }
    .lvt-first-hero-services h2 {
        margin-top: 0px;
        margin-left:0 !important;
    }
    .lvt-first-content {
         padding: 50px 25px !important;
    }
    .skirt-board-side-design {
         padding: 0px 0 !important;
    }
    .bath-renvo-type h1 {
     text-align: center !important;
    }
    .bath-renvo-type .col-md-2{
        width: 100% !important;
    }
    .bath-renvo-type p {
        padding: 10px !important;
    }
    .bath-renvo-type-text h1 {    
        top: 160px !important;
        
    }
    section.bath-renvo-acess .container {
    padding: 50px 25px !important;
    }
 
    section.bath-renvo-acess .container .row.gx-3, .door-trimming .container .row.gx-5, .door-trim-feature .container .row.gx-5, .benefits-of-trim .row.gx-5, .convert-garage .row.gx-5, .about-loft .row.gx-5{
        --bs-gutter-x: 0rem !important;
    }
    .door-trimming h4 {
        margin-top:30px !important;
    }
    .door-trim-feature{
        padding-top: 0 !important;
    padding-bottom: 0 !important;
    }
    .door-trim-feature ul {
    padding-left: 15px !important;
        
    }.process-trim-block {
    margin-left: 25px !important;
    margin-right: 25px !important;
    }
    
    .process-trim-block h3 {
        font-size:16px !important;
    }
    .door-trimming .container, .door-trim-feature .container, .process-of-trim .container{
        padding:50px 25px !important;
    }
    .benefit-trim-content {
        margin-top: 55px !important;
    }
    .bath-renvo-footer {height: 100% !important;}
    .benefit-trim-text h2{
        font-size: 16px !important;
    }
    .benefit-trim-text h2{
        text-align: left !important;
    }
    .about-bath-renvo-text {
        padding-bottom:50px !important;
        padding-top:0px !important;
    }
    .about-bath-renvo .container-fluid .col-md-6 {
    padding-left: 25px !important;
    padding-right: 25px !important;
    }
    .about-bath-renvo-text ul {
    padding-left: 20px !important;
        
    }
    .about-bath-renvo-text h1 {
       text-align:center; 
    }
    .about-bath-renvo {
        padding: 50px 0 !important;
    }
    .about-bath-renvo-text h4 {
        margin-top: 30px !important;
        text-align: center !important;
    }
    .features-const-garden-img {
        margin-right: 15px !important;
    }
    li.features-const-garden img {
        height: 50px !important;
     }


    .safety-about-image {
    width: 100% !important;
        height: 344px !important;
    }
    .safety-about-section {
    display: block !important;
   padding: 50px 25px !important;
    }
    .wardrobe-products-container p {
        text-align: left !important;
    }
    .safety-icon-box {
        text-align: center;
         margin-left: 0px !important;
         margin-right: 0px !important;
        margin-bottom: 20px !important;
    }
    .safety-text-box ul li, .safety-features li {
        font-size: 16px !important;
    }
    .safety-content {
        font-size: 16px !important;
        text-align: left !important;
    }
    .safety-about-text p {
        font-size: 16px !important;
    }
    .safety-top-section img {
        height: 300px !important;
    }
    .safety-list-item {
        font-size: 14px !important;
    }
    .safety-info-container {
        margin-top: 20px !important;
    }
    .safety-info-container {
        padding: 30px 0px !important;
    }
    
        .safety-list-item img {
        margin-right: 25px !important;
    }
    
    .safety-bottom-section {
        margin-bottom: 20px !important;
    }
    .safety-section {
        padding: 50px 35px !important;
    }
   
    .types-flooring .single-project .project-details {
    width: 100% !important;
    }
    .underfloor-img img {
            width: 100% !important;
        margin-left: 0px !important;
    }
    .underfloor-hero2 h1 {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .underfloor-content {
     margin-left: 0 !important;
        padding: 0 15px !important;
    }
    .underfloor-services {
        padding: 50px 15px !important;
    }
    .underfloor-content h2 {
    padding: 5px 14px !important;
    font-size: 18px !important;
    }
    .underfloor-hero2 {
    height: 55vh !important;
    padding: 10px 0%;
    }
    section.floor-services .container {
    padding: 0 20px !important;
    }
    .standard-linoleum-section-content h2{
        margin-top: 20px !important;
    }
    .standard-linoleum-section-services {
    display: block !important;
     margin: -1px -10px;
    }
    .col-md-4.standard-linoleum-section-service-box {
    margin-bottom: 20px !important;
    padding:15px !important;
    }
    .standard-fitting-content h2 {
        text-align:center;
    }
    .standard-linoleum-section-service-box h3 {
        font-size:25px !important;
    }
  .standard-third-testimonial {
    display: block !important;
    margin-right: 0 !important;
    }
    .standard-third-images-grid {
    display: block;
    margin-top: 30px !important;
    }
    .standard-third-content {
    max-width: 100% !important;
    }
    .standard-third-section {
    display: block !important;
   padding: 50px 25px !important;
    }
    .standard-third-testimonial-text h3 {
        padding-top: 16px;
        font-size: 18px !important;
    }
    .renvo-process {
        padding: 50px 3%;
    }
     .const-renvo-footer-inner, .underfloor-hero {
     padding: 50px 6% !important;
    }
    .content-section{
     padding-top: 0px !important;
    padding-left: 8% !important;
    padding-right: 8% !important;
    
    }
    .artificial-section {
        padding: 50px 1% !important;
    }
    .col-md-5.benefit-loft-left {
        padding: 50px 25px !important;
    }
        .installation-process {
        padding: 0px 0% !important;
    }
    .maintainance, .underfloor-about-carpet-cleaning  {
    padding: 50px 3%;
    }
    .installation-tips .tips-text {
        padding: 50px 6% !important;
    }
    .underfloor-about-carpet-img img{
       margin-top: 40px; 
       width: 100%;
    }
        .home-img img {
        width: 100%;
        height: 100%;
    }
    .content-section {
     padding-bottom: 0px !important; 
    }
    .about-const .px-5{
        padding-left: 2rem !important;
         padding-right: 2rem !important;
    }
    .about-const-b1 {
        height:300px;
    }
    .about-const {
        margin:50px 0 !important;
    }
    .col-md-6.about-const-b2 {
        padding: 50px 25px !important;
    }
    .hard-flooring-services h4, .door-trimming h4, .about-loft h4, .about-const h4, .const-intro-content h4, .artificial-section .title_main, .installation-tips h4 {
    text-align: center !important;
    }
    .middle-left p{
        text-align: left;
    }
    .about-loft h1{
        text-align: center;
        margin-bottom: 0;
    }
    section.type-of-loft.pt-5 {
    padding: 0 15px !important;
    }
    .type-loft-text h2 {
        font-size:20px !important;
    }
    .about-loft .container{
        padding:50px 25px !important;
    }
    .about-loft h4 {
        margin-top:30px !important;
    }
    .features-const {
        margin-top: 30px !important;
    }
    .const-renvo-intro .px-5{
      padding-left: 35px !important;
         padding-right: 35px !important;    
    }
    .standard-linoleum-section-highlight {
            margin: 20px -10px !important;
    }
    .type-of-loft h1, .benefit-loft-left h1 {
       font-size: 30px!important; 
       text-align: center;
    }
    .col-md-6.type-loft-column {
        padding-top: 20px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .col-md-7.benefit-loft-bg {
         padding: 50px 40px !important;
        }
    .garage-intro-img img {
        height: 450px !important;
    }
    .garage-block h1 span {
        font-size: 28px !important;
    }
    .container.convert-garage{
        padding:50px 25px !important;
    }
    .garage-block h1, .garage-intro h1, .garage-benefits h1 {
        font-size: 30px!important;
        margin-bottom: 0px !important;
    }
    .garage-intro h2 {
        margin-bottom:0 !important;
        font-size:25px !important;
    }
    .standard-fitting-service-section{
     padding: 50px 6% !important; 
    }
    .garage-convo-design{
    padding:0px 15px !important;
        
    }
    .garage-convo-design-inner h1 {
    margin-top: -14px;
    margin-bottom: 0 !important;
    }
    .garage-footer h2 {
    font-size: 18px !important;
    }
    .garage-intro ul, .garage-benefits ul {
    padding-left: 20px !important;
    }
    
  .fitted-margin, .garage-block, .bespoke_fitted_wardrobes {
      padding: 50px 25px 0 !important;
    }
     .standard-linoleum-service {
      padding: 50px 1% !important;
    }
    .fitted-margin p{
        color: black !important;
    }
    .standard-linoleum-service-inner {
        margin-top: 40px !important;
    }
    .garage-footer, .about-loft, .type-of-loft  {
        padding: 50px 2%;
    }
    .garage-benefit-img {
        margin: 25px 7px;
    }
    .convert-garage .pt-5 {
        padding-top: 0 !important;
        padding-left: 6%;
        padding-right: 6%;
        margin-top: 30px !important;
    }
    .convert-garage{
        padding: 0px 5%;
    }
    .about-const h1 {
    text-align: center;
    }
    .garage-convo-design-img {
        top: -51px !important;
    }
    .skirting-hero-text {
    margin-top: 30px !important;
    }
    .full-height-skirt-section2 {
        text-align: left !important;
        /*padding: 0px 2% !important;*/
    }
    .stand-right-arrow{
        padding-bottom: 0 !important;
        padding-left: 10px;
    }
    .skirting-hero-text {
        margin-left: -17px !important;
    }
    .renvo-process-content img {
        padding-bottom: 20px !important;
    }
    .garage-flip {
        margin-bottom: 20px !important;
    }
    .fitting-standard {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 40px !important;
        padding-bottom: 0px !important;
    }
    .skirting-single-item {
        margin-left: 35px !important;
        margin-bottom:30px;
    }
       .skirting-hero {
        display: block !important;
        padding: 0px 0 !important;
    }
    section.full-height-skirt-section2 .container {
    padding: 50px 25px !important;
    }
    .skirting-hero-text p {
        margin-top:0 !important;
        
    }
    .skirting-hero-icons .skirting-single-item img {
        width:15% !important;
    }
    .boards img {
    margin-left: 0px !important;
    width: 100% !important;
    height: 300px !important;
    margin-top: -40px;
    padding: 0 !important;
    }
    .lvt-second {
    flex-direction: column !important;
    padding: 50px 25px !important;
    }
    .lvt-second-image-wrapper img {
        padding-left: 25px !important;
    padding-right: 25px !important;
    }
    .lvt-third {
        padding-left: 7px !important;
    }
    
    .lvt-second-background-highlight {
        position: static !important; /* removes absolute positioning */
        width: 100%;       /* full width for mobile */
        height: auto;      /* adjust height as needed */
        z-index: auto;
        background: none !important;
      }
      .lvt-fourth-content {
        display: block !important;
        margin-top:30px !important;
    }
      .lvt-second-stats-box.bottom {
        bottom: -59px !important;
        left: -4% !important;
    }
        .safety-round-content2 {
        top: 0px !important;
    }
        .safety-features {
        margin-bottom: 30px !important;
    }
    .safety-image-container img {
    width: 100%;
    border-radius: 5px;
    height: 350px !important;
    }
    .safety-cw-heading h2 {
        margin-left: 17px !important;
    }
    .substructure-choosing-service-inner {
        height: 247px !important;
        margin-top: 35px;
          padding: 1em 2em 2em 0em !important;
    }
    .safety-round-content {
    top: -9px !important;
    left: 217px !important;
    }
    .safety-text-box {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 1px !important;
    padding-bottom: 30px !important;
    }
    .navigation nav .nav-items li a {
        font-size: 14px;
    }
    .menu{
    padding: 0px 20px 0;
    }
    .dropdown-menu {
        top: 60px !important;
        
    }
    .navigation nav .nav-items {
        top: 90px;
    }
    #carouselExampleAutoplaying .carousel-item img{
        height: 100% !important;
    }
    .header-slider-d .carousel-buttons {
    top: 64% !important;
    }
     h1 {
    font-size: 30px !important;
    
    }
    .lvt-fourth-services ul li {
        font-size: 16px !important;
    }
    .process-of-trim h1{
       font-size: 30px !important;
        text-align: center !important;  
    }
        .header-slider-d .carousel-buttons.carousel-control-next {
        top: 37% !important;
    }
    #kitchenCarousel.carousel {
        top: 0;
        height: auto;
        background-size: contain;
        background-position: center;
    }

    #kitchenCarousel.carousel img {
        height: 300px;
        max-height: 300px;
        object-fit: cover;
    }
    .container{
        padding: 50px 35px !important;
    }.container.middle-section {
    padding: 50px 25px !important;
    }
    section{
        padding:0 !important;
    }
    section.py-5{
        padding:0 !important;
    }
    p, h1, h2, h3, h4, h5, h6{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .faq-question {
    font-size: 16px !important;
}
    .substructure-about-carpet-cleaning img {
        margin-right:0 !important;
    }
    .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-lg-6, .col-md-7, .col-md-8, .col-md-12, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1{
        padding-right:0 !important;
        padding-left:0 !important;
    }
    section.const-renvo-intro.py-5 {
    margin-bottom: 50px;
    }
    .features-const-content {
    padding: 0 15px !important;
    }
    .features-const-content img {
        margin-top:30px !important;
    }
    .features-of-const ul{
        padding-left: 15px;
        padding-right: 15px;
    }
    li.features-const h1 {
    margin-bottom: -25px !important;
    font-size: 25px !important;
    }
    .features-const-img {
    margin-right: 41px !important;
    }
    section.features-of-const.py-5 .container {
    padding-bottom: 0 !important;
    }
    section.renvo-process.py-5 .container-fluid {
    padding: 50px 25px !important;
    }
    .col-md-6.wow.slideInUp.const-renvo-footer-inner {
    padding-left: 25px !important;
    padding-right: 25px !important;
    }
    .const-renvo-footer-inner h1 {
        text-align:center;
    }
    .safety-list {
        padding: 0 10px !important;
    }
    .safety-luxury-icon img {
    width: 100% !important;
    height: 322px !important;
        
    }
    #kitchenCarousel .carousel-caption {
        top: auto;
        bottom: 10%;
        left: 5%;
        right: 5%;
        padding: 10px;
    }

    #kitchenCarousel .carousel-caption h2 {
        font-size: 2rem;
    }

    #kitchenCarousel .carousel-caption p {
        font-size: 1rem;
    }

    .hero {
        flex-direction: column;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top:0 !important;
        padding-bottom: 0 !important;
    }.hero-icons {
    padding-left: 10px !important;
    }

    /*.hero-text h1 {*/
    /*    font-size: 1.5rem;*/
    /*    text-align: center;*/
    /*    margin: 12px;*/
    /*}*/
    .hero-text {
     margin-right: 0 !important; 
    }

    .hero-text p {
        margin: 10px 0;
        font-size: 0.9rem;
    }

    .hero-image img {
        max-width: 90%;
        height: auto;
        border-radius: 5px;
    }
    .hero-image {
    margin-top: 22px;        
    padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .hero-image .image-wrapper::before {
        top: -10px;
        left: -10px;
        
    }
    .hero-image .image-wrapper::after {
        
        bottom: -15px;
        right: 9px;
    }

    .card {
        margin: 20px auto;
        max-width: 90%;
    }

    .full-height-section,
    .full-height-section2 {
        height: auto;
        background-size: cover;
        padding: 0px;
    }

    .middle-section h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .middle-section p {
        font-size: 0.9rem;
    }

    .hero-icons img {
        width: 40px !important;
        height: 40px !important;
    }

    .bg-3 {
        background-size: cover;
        background-position: center;
        padding: 0 25px;
    }
    .bg-3 h3 {
    color: white;
    padding: 0px;
    }
    .chimney {
        text-align: center;
    }

    .chimney img {
    height: 700px;
    max-height: 335px;
    }

   .expert {
    padding: 10px;
    font-size: 0.9rem;
    }
    .expert {
        top: 42% !important;
        left: 198px !important;
        width: 100%;
            padding-top: 50px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;  
    }
    .substructure-choosing-service ol{
        padding-left: 15px !important;
    }
    .expert h2 {
        font-size: 1.5rem;
        margin-top: 20px;
    }
    .maintenance-services {
    padding-bottom: 0 !important;
    padding-left: 10px !important;
    }
    .footer .container{
        padding-bottom: 0 !important;
    }
    .footer .container.py-5{
        padding-top: 0 !important;
    }
    .expert p {
        font-size: 1rem;
    }

    #slider {
        width: 100%;
    }

    #slider li {
        margin: 0 5px;
    }
    .hero-icons .single-item img {
            margin-right: 50px;
            margin-bottom: 12px;
        }
    .substructure-about-carpet-img {
    margin-top: 34px;
    }
    @keyframes zoomOut {
            0% {
                transform: scale(1);
            }
            100% {
                transform: scale(1.1); /* Smaller scale for mobile screens */
            }
        }
         /* cube responsive css start*/
    .kiroo-section .container, 
    .ongoing-kiroo-section .container, 
    .retailer-kiroo-section .container,
    .retail-ordering-kiroo-section .container, 
    .calculation-kiroo-section .container,
    .dynamic-kiroo-section .container,
    .frontend-kiroo-section .container,
    .project-kiroo-section .container,
    .product-kiroo-section .container,
    .cube-kiroo-section .container{
        padding: 10px 48px !important;
    }
    .retail-ordering-kiroo-section span{
    font-size: 16px !important;
}
  
 .home-page-cube-body {
  margin-top: 35px !important;
  margin-bottom: 50px !important;
}

.home-page-cube-body .cube-gallery {
  width: 160px !important;
  height: 160px !important;
}

.home-page-cube-body .side {
  width: 210px !important;
  height: 210px !important;
}

.home-page-cube-body .front  { transform: translateZ(105px) !important; }
.home-page-cube-body .back   { transform: rotateY(180deg) translateZ(105px) !important; }
.home-page-cube-body .right  { transform: rotateY(90deg) translateZ(105px) !important; }
.home-page-cube-body .left   { transform: rotateY(-90deg) translateZ(105px) !important; }
.home-page-cube-body .top    { transform: rotateX(90deg) translateZ(105px) !important; }
.home-page-cube-body .bottom { transform: rotateX(-90deg) translateZ(105px) !important; }
 
  
  
    .cube-body{
        margin-top: 35px !important;
    }
    .cube-gallery {
    width: 200px !important;
    height: 200px !important;
  }

  .side {
    width: 270px !important;
    height: 270px !important;
  }

  .front  { transform: translateZ(135px) !important; }
  .back   { transform: rotateY(180deg) translateZ(135px) !important; }
  .right  { transform: rotateY(90deg) translateZ(135px) !important; }
  .left   { transform: rotateY(-90deg) translateZ(135px) !important; }
  .top    { transform: rotateX(90deg) translateZ(135px) !important; }
  .cube-gallery.bottom { transform: rotateX(-90deg) translateZ(135px) !important; }
}

/* Tablet Styles */
@media (min-width: 769px) and (max-width: 1024px) {
    #kitchenCarousel.carousel img {
        height: 400px;
    }

    .hero-text h1 {
        font-size: 1.8rem;
    }

    .hero-text p {
        font-size: 1rem;
    }

    .hero-image img {
        max-width: 80%;
    }

    .card {
        margin: 15px auto;
        max-width: 80%;
    }

    .full-height-section,
    .full-height-section2 {
        padding: 20px;
    }

    .middle-section h2 {
        font-size: 1.8rem;
    }

    .middle-section p {
        font-size: 1rem;
    }

    .chimney img {
        max-height: 400px;
    }

    .expert h2 {
        font-size: 1.8rem;
    }

    .expert p {
        font-size: 1.1rem;
    }

    #slider img {
        max-width: 150px;
    }

}



/* Hira Kitchen css close */

/*geeta css*/
/*.carpet-header{*/
/*    background-image: url(/front/professional-carpet/carpet.jpg);*/
/*    height: 350px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%;*/
/*}*/
.header-heading{
    padding: 9% !important;
}
.header-heading h1{
    color: #333;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
}
.header-heading h1 span{
    color: #EB5933;
}
.about-carpet-cleaning img{
    width: 3%;
    margin-right: 10px;
     border-radius: 5px;
}
.about-carpet-cleaning h1 {
    font-size: 40px;
    font-weight: 700;
}
.about-carpet-img{
    background-image: linear-gradient(90deg, #EB5933 0%, transparent 70%);
    padding: 2rem 1rem 1rem;
}
.method{
     background-image: url(/front/professional-carpet/cc.jpg);
    background-size: cover;
    height: 320px;
        box-shadow: rgb(235 89 51 / 21%) 0px 2px 4px 0px inset;
}
.method h2{
     color: #EB5933;
    font-weight: 600;
    margin-bottom: 32px;
}
.method img {
    width: 45%;
    margin-bottom: 16px;
}
.method h4 {
    font-size: 15px;
}
.choosing-service{
        background-image:linear-gradient(#b0bfd5c4, #f0a4879e), url(/front/professional-carpet/choosing-service.jpg);
    background-size: cover;
    padding: 2em 0em 2em 0em;
}
.choosing-service p{
    color:black;
}
.choosing-space .col-md-6 {
    color: black;
}
.choosing-service h2{
        font-size: 31px;
    font-weight: 700;
    color: #eb5933;
    margin-bottom: 20px;
}
.choosing-service img {
    width: 7%;
    margin-right: 10px;
    border-radius: 5px;
}
.choosing-service-inner{
background-color: transparent;
    background-image: linear-gradient(90deg, transparent 70%, #EB5933 0%);
    padding: 3em 2em 3em 3em;
}
.choosing-service i {
    color: #eb5933;
}
.carpet-bottom {
    background: #e6d5d554;
}

.carpet-bottom h2{
    color: #EB5933;
    font-size: 40px;
}
.carpet-bottom ul{
    list-style: disc;
    color:black;
}
.carpet-bottom li{
    margin-bottom: 6px;
}
.carpet-bottom p{
    color:black;
}
.high-quality{
        background-image: linear-gradient(#fbfbfb, #fbfbfb), url(/front/professional-carpet/high-quality.jpg);
        background-size: cover;
}  
.high-quality_content {
    background: #dec59b;
    /* border-radius: 20px; */
    padding-bottom: 30px;
    margin-top: 53px;
} 
.high-quality_image-box {
    margin-top: -77px;
}
.quality-sub-title {
    margin-top: 81px;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 5px;
    color: #eb5933;
} 
h2.sec_title {
    margin-top: 5px;
    color: #ffffff;
    font-weight: 700;
    font-size:41px;
}  



/*.external-header{*/
/*    background-image: url(/front/external-floring/external.jpg);*/
/*    height: 350px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%;*/
/*}*/

.about-area .support-location-img img {
    width: 100%;
    border-radius: 20px;
}
.about-area .right-caption {
    padding-left: 20px;
}
.about-area .about-tittle h1 {
    font-size: 40px;
    display: block;
    font-weight: 700;
    line-height: 1.4;
}

.about-tittle span {
    position: relative;
}
.types-flooring .main_title h1 {
    font-size: 42px;
    color: #222222;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
}
.types-flooring .main_title {
    margin-bottom: 125px;
}

.types-flooring .main_title img {
    margin-top: 30px;
    max-width: 470px;
}
.types-flooring .single-project {
    position: relative;
    margin-bottom: 30px;
}
.types-flooring .single-project img{
    border-radius: 20px;
}
.flooring-img img{
    border-radius: 5px;
}
.types-flooring .single-project .project-details {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    display: inline-block;
    background: #fff;
    width: 60%;
}
.types-flooring .single-project .project-details h4 {
    font-size: 24px;
    font-weight: 600;
    color: #EB5933;
}
.types-flooring .main_title h4 {
    font-size: 24px;
    font-weight: 600;
    color: #EB5933;
}
.benefits-flooring {
    background: #FCF2EB;
}
.benefit-title h2{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.benefit-list{
    list-style: none;
    padding: 0;
}
ul.benefit-list li {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 600;
}
ul.benefit-list img {
    width: 9%;
    margin-right: 15px;
}
.benefit-img img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.flooring-bottom {
    background: #80808054;
}

.flooring-bottom h2{
    color: #EB5933;
    font-size: 40px;
}

/*30jan2025*/

/*.franchise-header{*/
/*    background-image: url(/front/franchise-opportunities/franchise.jpg);*/
/*    height: 350px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%;*/
/*}*/
.franchise-title h2 {
    color: #eb5933;
    font-size: 42px;
    font-weight: 700;
}
.franchise-block {
    position: relative;
    margin-bottom: 30px;
    counter-increment: slides-num;
}
.franchise-block .inner-box {
    position: relative;
    display: block;
    padding: 50px 45px;
    background: #1c1e22;
    min-height: 100%;
    border-radius: 7px;
    overflow: hidden;
    transition: all 500ms ease;
}
.franchise-block .inner-box:hover {
    background: #976844;
}
.inner-box:hover:before {
    color: #222429;
}
.franchise-block .inner-box::before {
    content: "0" counter(slides-num) "";
    position: absolute;
    left: 45px;
    top: 50px;
    font-size: 50px;
    line-height: 1em;
    color: #ffffff;
    opacity: 0.3;
}
.bottom-curve {
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 100px;
    height: 80%;
    background: #222429;
    opacity: 0.2;
    z-index: 0;
    transform: skewX(0deg) scaleX(0);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.inner-box:hover .icon-box {
    color: #222429;
}
.franchise-block .icon-box {
    position: relative;
    left: 113px;
/*    top: 50px;*/
/*    color: #ffaa17;*/
/*    font-size: 64px;*/
/*    line-height: 1em;*/
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
        margin-bottom: -60px;
}
.operation {
    background-image: url(/front/franchise-opportunities/operation.png);
    height: 64px;
    background-repeat: no-repeat;
}
.display {
    background-image: url(/front/franchise-opportunities/display.png);
    height: 64px;
    background-repeat: no-repeat;
}
.marketing {
    background-image: url(/front/franchise-opportunities/campaign-launch.png);
    height: 64px;
    background-repeat: no-repeat;
}
.workwear {
    background-image: url(/front/franchise-opportunities/workwear.png);
    height: 64px;
    background-repeat: no-repeat;
}
.tools {
    background-image: url(/front/franchise-opportunities/wrench-with-hammer.png);
    height: 64px;
    background-repeat: no-repeat;
}
.media {
    background-image: url(/front/franchise-opportunities/content-strategy.png);
    height: 64px;
    background-repeat: no-repeat;
}
.inner-box:hover .icon-box  .operation {
    background-image: url(/front/franchise-opportunities/operation-hover.png);
    height: 64px;
    background-repeat: no-repeat;
}
.inner-box:hover .icon-box  .display {
    background-image: url(/front/franchise-opportunities/display-hover.png);
    height: 64px;
    background-repeat: no-repeat;
}
.inner-box:hover .icon-box  .marketing {
    background-image: url(/front/franchise-opportunities/campaign-launch-hover.png);
    height: 64px;
    background-repeat: no-repeat;
}
.inner-box:hover .icon-box  .workwear {
    background-image: url(/front/franchise-opportunities/workwear-hover.png);
    height: 64px;
    background-repeat: no-repeat;
}
.inner-box:hover .icon-box  .tools {
    background-image: url(/front/franchise-opportunities/wrench-with-hammer-hover.png);
    height: 64px;
    background-repeat: no-repeat;
}
.inner-box:hover .icon-box  .media {
    background-image: url(/front/franchise-opportunities/content-strategy-hover.png);
    height: 64px;
    background-repeat: no-repeat;
}
.franchise-block .inner-box h6 {
    position: relative;
    margin: 0;
    margin-top: 90px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.1em;
}
.inner-box:hover h6{
    color: #222429;
}
.inner-box:hover .bottom-curve {
    transform: skewX(-35deg) scaleX(1);
}

.invest-section{
    position: relative;
    padding: 40px 0px 0px;
    background: #ffffff;
    background-image: linear-gradient(#e9ecefed, #e9eceff2), url(/front/franchise-opportunities/invest-bg.jpg);
    background-size:cover;
}
.invest-section .image-column {
    position: relative;
    margin-bottom: 0;
}
.invest-section .image-column .invest-inner {
    position: relative;
    display: block;
}
.invest-section .image-column .invest-inner:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 17px;
    height: 100%;
    background: #eb5933;
}
.invest-section .image-column .image-block:nth-child(1) {
    margin-right: 100px;
    margin-top: 24px;
}
.about-section .image-column .image-block:nth-child(2) {
    margin-right: 140px;
    margin-top: -170px;
}
.invest-section .image-column .image-block {
    position: relative;
    display: block;
    overflow: hidden;
}
.invest-section .image-column .image-block img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(1%);
    -ms-filter: grayscale(1%);
    -moz-filter: grayscale(1%);
    border-radius: 7px;
    height: 292px;
}
.invest-section .text-column {
    position: relative;
}
.invest-section .text-column .invest-inner {
    position: relative;
    display: block;
    padding-left: 60px;
}
.invest-section .text-column .sec-title {
    margin-bottom: 0;
}
.invest-section .sec-title h2 {
    position: relative;
    display: block;
    font-size: 50px;
    text-transform: capitalize;
    color: #222429;
    font-weight: 700;
    margin-bottom: 0px;
}

.invest-section .sec-title h2 .dot {
    color: #ea5933;
}
.invest-section .text-column .sec-title .lower-text {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    color: #e95833;
    margin: 15px 0;
}
.invest-section  ul{
    padding-left: 0px;
    list-style: none;
}
.invest-section ul li {
    position: relative;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16px;
}
.invest-section li div {
    display: flex;
    color: black;
}
.invest-section li img{
   height: 20px;
    width: 4%;
    margin-right: 10px;
    margin-top: 4px;
}
.invest-section li i::before{
    font-weight: 800 !important;
}

.invest-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -410px;
    width: 50%;
    height: 100%;
    background: #eb5933;
}
.invest-section .image-column .image-block:nth-child(2) {
    margin-right: 24px;
    margin-top: -73px;
    margin-left: 67px;
}


.returns h1 {
    font-size: 49px;
    font-weight: 700;
    text-align: center;
}
.returns {
    background-image: linear-gradient(#e9ecefe8, #e9ecefe8), url(/front/franchise-opportunities/return.jpg);
    background-size: cover;
}
.investment-return .col-md-4 {
    font-size: 48px;
}
.investment-return .col-md-4 h5 {
    font-size: 19px !important;
    color: black !important;
    margin-top: 15px;
}
.who-apply{
    background-image: url(/front/franchise-opportunities/apply.jpg);
    background-size: cover;
}
.who-apply h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
.who-apply h1 span{
color:#ea5933;
}
.who-apply ul{
    padding-left: 0px;
    list-style: none;
}
.who-apply li div {
    display: flex;
    margin-bottom: 7px;
    color: black;
}
.who-apply li img{
   height: 18px;
    width: 4%;
    margin-right: 10px;
    margin-top: 4px;
}
.who-apply li i::before{
    font-weight: 800 !important;
}

/*1feb2025*/
/*.artificial-header{*/
/*    background-image: url(/front/artificial-grass/grass.jpg);*/
/*    height: 350px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%;*/
/*}*/
.artificial-section .img-two img{
    position: relative;
    top: 254px;
    left: 190px;
}
.artificial-section .title_main{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.artificial-section h2{
    font-size: 35px;
    font-weight: 700;
    color: #eb5933;
}

section.installation-process {
    background-image: url(/front/artificial-grass/install-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.installation-process ul{
    list-style: none;
}
.installation-process ul li div {
    display: flex;
    margin-bottom: 20px;
}
.installation-process ul li div img{
    width: 9%;
    height: 1%;
}
h5.info__title {
    color: black !important;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 14px;

}
h2.grass-title {
    font-size: 46px;
    color: #eb5933;
    font-weight: 700;
    margin-bottom: 38px;
    text-align: center;
        background: linear-gradient(37deg, rgb(168 54 25) 1%, rgb(235 89 51 / 82%) 46%, rgb(250 192 117) 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.maintainance{
    position: relative;
    padding: 50px 0;
}
.maintainance-bg{
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 259px;
    width: 100%;
    height: 469px;
    background-color: #006124;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--primary), 1)), to(rgba(var(--primary-dark), 1)));
    background-image: linear-gradient(180deg, rgb(6 69 30 / 52%) 0, rgb(67 113 84 / 92%) 100%);
}
.maintainance-img {
    border-radius: 50%;
    background-color: #006124bd;
    position: relative;
    top: 0;
    width: 30%;
    left: 15px;
    height: 326px;
}
.maintainance-img img{
    width: 100%;
    height: 366px;
    position: relative;
    top: -25px;
}

.maintainance-text{
        margin-left: 71px;
        color: #fff;
        position: relative;
}
.maintainance-text h2{
    font-size: 48px;
    color: white;
}
.maintainance-text ul{
    padding-left: 17px;
    list-style: disc;
    padding-bottom: 12px;
}
.surface h1 {
    font-size: 54px;
    text-transform: uppercase;
}
.surface-bg{
    background-image: url(/front/artificial-grass/surface.png);
    height: 187px;
    background-size: cover;
    background-repeat: no-repeat;
}
.surface .border-right{
    border-right: 2px solid #eb5933;
    margin-left: -182px;
    margin-right: 48px;
}
.installation-tips h4 {
    font-size: 30px;
    color: #eb5933;
    font-weight: 700;
    margin-bottom: 20px;
    border-radius: 5px;
}
.installation-tips .tips-text{
    background: #80808045;
    padding: 50px;
}
.installation-tips li{
    margin-bottom: 10px;
    color:black;
}

.hard-flooring-header{
    background-image: url(/front/hard-flooring/hardfloor.jpg);
    height: 350px;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.hard-flooring-services h4{
    color: #6b7177;
    font-size: 16px;
    font-weight: 600;
}
.hard-flooring-services h1{
    font-size: 40px;
    font-weight: 700;
}
.hard-flooring-services p{
    font-size: 18px;
}
.hard-flooring-services .col-md-4{
    margin-left: 40px;
    margin-top: 30px;
}
.install-wood-flooring{
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(/front/hard-flooring/install-flooring.jpg);
    background-size: cover;
    background-position: center;
}
.install-wood-inner{
    border: 1px solid rgba(238, 238, 238, 0.75);
    padding: 30px;
    height: 100%;
    border-radius: 5px;
}
.install-wood-inner h3{
    text-align: left;
    color: white;
    padding: 11px 0 15px;
    margin: 0;
    transition: all 0.3s ease 0s;
    font-size: 20px;
    text-transform: uppercase;
}
.install-wood-inner p{
    color:white;
}
.install-wood-inner:hover{
    background: #808080a6;
}
.benefits-wood-text{
    background: black;
    padding: 30px !important;
    border-radius: 5px;
}
.benefits-wood-text h1{
    color: white;
    margin-bottom: 30px;
    font-weight: 700;
}
.benefits-wood-text ul{
        color: white;
    list-style: none;
    padding-left: 0;
}
.benefits-wood-text ul li{
    margin-bottom: 10px;
}
.benefits-wood-img .col-md-6:first-child{
    margin-bottom: 20px;
}
.wood-footer-text {
    background-image: linear-gradient(rgb(30 29 27 / 47%), rgb(227 166 113 / 47%));
    padding: 52px 30px 0;
    margin-top: 0px;
}
.wood-footer-text p {
    font-size: 18px;
    color: white;
}

/*3feb2025*/
.carpet-fitting-header{
    background-image: url(/front/carpet-fitting/carpetfitting.jpg);
    height: 350px;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.carpet-fitting-about h4 {
    color: #6b7177;
    font-size: 18px;
    font-weight: 600;
    margin-top: 71px;
}
.carpet-fitting-about h1 {
    font-size: 40px;
    font-weight: 700;
    color: #eb5933;
}
.carpet-fitting-about ul{
    padding-left: 15px;
    list-style: disc;
}
.carpet-fitting-about li{
    margin-bottom: 10px;
}

.carpet-breakpoint1 {
    padding: 50px;
    background-image:url(/front/carpet-fitting/breakpoint1.jpg);
    background-size: cover;
}
.carpet-breakpoint2 {
    background-image:url(/front/carpet-fitting/breakpoint2.jpg);
    background-size: cover;
}
.fitting-services-content h4 {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}
.fitting-services-content{
    background: #ffffffd6;
    text-align: center;
    height: 100%;
    padding: 30px;
}
.carpet-fitting-services h1 {
    font-weight: 700;
    font-size: 40px;
    color: #eb5933;
}
.choose-carpet-inner{
    padding: 30px ;
    background: #bfa060;
    color: white;
}
.choose-carpet-inner h1{
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 30px;
    color: white;
}
.choose-carpet-inner li{
    margin-bottom: 10px;
}
.choose-carpet-inner ul{
    list-style: disc;
    padding-left: 15px;
}
.carpet-fitting-services p {
    color: black;
}


/*4feb2025*/
.bathroom-renov-header{
    background-image: url(/front/bathroom-renovation/bath-renov.jpg);
    height: 350px;
    background-size: cover;
    background-position: center;
    width: 100%;  
}
.about-bath-renvo-text{
    padding: 40px;
}

.about-bath-renvo-text h4{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-top: 71px;
}
.about-bath-renvo-text h1{
   font-size: 40px;
    font-weight: 700;
    color: #eb5933;
}
.about-bath-renvo-text ul{
   padding-left: 15px;
   list-style: disc;
    color: black;
}
.bath-renvo-inner{
    position: relative;
}

.bath-renvo-type h1 {
    font-size: 40px;
    font-weight: 700;
    color: #eb594d;
}
.bath-renvo-type .col-md-2{
    width: 20%;
}
.about-bath-renvo p{
    color:black;
}
.bath-renvo-type-text {
    opacity: 0;
    position: absolute;
    top: 0px;
    background: rgba(29, 55, 80, 0.85);
    height: 100%;
    width: 100%;
}
.bath-renvo-type-text h1 {
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 5px;
    color: white;
    padding: 20px;
    position: relative;
    top: 142px;
}
.bath-renvo-inner:hover .bath-renvo-type-text {
    opacity: 1;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}
.type-of-renvo-bath{
    background-image: linear-gradient(#1d3750b8, #1d3750cc), url(/front/bathroom-renovation/types-of-bg.jpg);
    background-size: cover;
    background-position: center;
    width: 100%; 
    margin-top: -16px; 
    background-attachment: fixed;
}

.bath-type-inner img {
    margin-top: 29px;
    border: 1px solid white;
    padding: 20px;
}
.type-of-renvo-bath h4 {
    color: white;
    margin: 25px 0 0;
    font-size: 20px;
}
.bath-type-inner img:hover {
    background: #ffffff4d;
}
.bath-renvo-acess {
    background-image: url(/front/bathroom-renovation/bath-design-supply.jpg);
    background-size: cover;
}
.bath-renvo-acess-inner {
    position: absolute;
    top: 13px;
    text-align: center;
    height: 90%;
    width: 79%;
    padding: 40px;
    background: rgb(10 10 11 / 61%);
}

.bath-renvo-acess-inner h1 {
    font-size: 40px;
    font-weight: 700;
    color: white;
}
.bath-renvo-acess-inner p {
    color: white;
    font-weight: 700;
}
.bath-renvo-acess img {
    margin-bottom: 15px;
    border-radius: 10px;
}
.bath-renvo-footer {
    background-image: linear-gradient(#0c0d0da6, #0c0d0da6), url(/front/bathroom-renovation/bath-renvo-footer-bg.jpg);
     height: 350px; 
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.bath-renvo-footer h2{
    color: white;
    font-size: 50px;
    text-transform: uppercase;
}

.bath-renvo-acess img{
    border-radius: 10px;
}ject-expert .substructure-box img{
    border-radius: 5px;
}
/*.door-trim-header{*/
/*    background-image: url(/front/door-trimming/door-trimming.jpg);*/
/*    height: 350px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%;  */
/*}*/
.door-trimming p {
    color: black;
}
.door-trimming h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-top: 71px;
}
.door-trimming h1 {
    font-size: 40px;
    font-weight: 700;
    color: #eb5933;
}
.door-trim-text{
    display: flex;
}
.door-trim-inner-text {
    margin-left: 20px;
}
.door-trim-inner-text h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
}
.door-trim-feature {
    background-image: linear-gradient(#1d375091, #1d375091), url(/front/door-trimming/carpenter-process.jpg);
    background-size: cover;
    /* height: 551px; */
    background-position: center;
}
.door-trim-feature h1 {
    color: white;
    font-size: 40px;
    font-weight: 700;
}
.door-trim-feature ul {
    padding-left: 20px;
    color: white;
    list-style: disc;
}
.door-trim-feature ul li {
    margin-top: 19px;
}
.process-trim-block {
    box-shadow: 0px 10px 30px 6px rgba(0, 0, 0, 0.07);
    padding: 63px 20px 57px 20px;
    margin-bottom: 30px;
}

.process-trim-block h3 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.process-trim-img {
    background-color: transparent;
    background-image: linear-gradient(90deg, transparent 70%, #EB5933 0%);
    padding: 2em 2em 2em 2em;
}
.process-trim-img  img{
    height: 415px;
     border-radius: 5px;
}
.process-of-trim h1 {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 700;
    color: #eb5933;
}
.process-trim-block img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.process-trim-block:hover {
    background: #495057;
}
.process-trim-block:hover h3 {
    color: white;
}
.benefits-of-trim {
    background: #14183e;
}
.benefit-trim-img img {
    border-radius: 400px 400px 0 0;
    object-fit: cover;
    height: 700px;
}
.benefit-trim-content {
    margin-top: 132px;
}
.benefit-trim-content h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    color: white;
    margin-bottom: 40px;
}
.benefit-trim-text {
    border-bottom: 1px solid #f1eff024;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.benefit-trim-text h2 {
    margin-bottom: 0;
    color: white;
    font-size: 17px;
}

/*10feb2025*/
/*.const-renov-header{*/
/*    background-image: url(/front/cons-renov/con-ren.jpg);*/
/*    height: 350px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%;  */
/*}*/

.about-const-b1 {
    background-image: url(/front/cons-renov/about-const-bg1.jpg);
    background-size: cover;
}
.about-const-b2 {
    padding: 50px;
    background-image: url(/front/cons-renov/about-const-bg2.jpg);
    background-size: cover;
}
.about-const h4{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.about-const h1{
    font-size: 40px;
    font-weight: 700;
    color: #eb5933;
}
.about-const h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}
.about-const p {
    font-size: 16px;
    color: black;
}
.features-const{
    display: flex;
    margin-bottom: 20px;
}
.features-const  p{
    margin:20px 0;
}
li.features-const h1 {
    font-size: 20px;
    font-weight: 700;
}
li.features-const img {
    width: 150%;
    height: auto;
    border: 2px solid red;
    border-radius: 50px;
    padding: 14px;
}
.features-const-img{
    margin-right: 50px;
}
.features-const-content h1 {
    font-size: 35px;
    font-weight: 700;
}
.features-of-const{
    background: #8080801a;
}
.renvo-process {
    background-color: #1b273d;
    opacity: 0.90;
}
.renvo-process h1 {
    margin-bottom: 40px;
    color: white;
    font-size: 40px;
    font-weight: 700;
}
.renvo-process-content {
    position: relative;
    height: 100%;
}
.renvo-process-content img {
    height: 100%;
}
.renvo-process-heading {
    opacity: 0;
    position: absolute;
    top: 0px;
    background: rgba(29, 55, 80, 0.85);
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .8s ease;
  transition: .8s ease;
}
.renvo-process-content:hover .renvo-process-heading {
    -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
    opacity: 1;
}
.renvo-process-heading h3 {
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 5px;
    color: white;
    padding: 20px;
    position: relative;
    top: 30%;
    text-transform: capitalize;
}
.before-renvo {
    /* width: 100%; */
    background-image: url(/front/cons-renov/before-renvo.jpg);
    background-size: cover;
    height: 600px;
}
.before-renvo .row{
    height: 100%;
    text-align: center;
}
.before-renvo-inner {
    background: #21252996;
    height: 100%;
    margin-t: 0;
    opacity: 0;
}
.before-renvo-inner h1 {
    position: relative;
    top: 40%;
    color: white;
}
.before-renvo-inner1:hover .before-renvo-inner {
    opacity: 1;
}
.before-renvo-inner2:hover .before-renvo-inner {
    opacity: 1;
}
.const-renvo-footer-inner {
    background: black;
    color: white;
    padding: 50px;
}
.const-renvo-footer-inner h1 {
    font-size: 35px;
    font-weight: 700;
    color: white;
}
.const-renvo-footer-inner ul {
    padding-left: 18px;
    list-style: disc;
}
.const-renvo-footer-inner ul li {
    margin-bottom: 10px;
}
.const-intro-content {
    padding: 30px;
    height: 100%;
    background-color: rgb(12 12 13 / 87%);
    opacity: 0.90;
    color: white;
    position: absolute;
    top: 0;
}
.const-intro-img {
    position: relative;
    height: 100%;
}
.const-intro-content h4 {
    color: #eb5933;
    font-size: 30px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}

/*11feb2025*/
.garage-header{
    background-image: url(/front/garage/garage.jpg);
    height: 350px;
    background-size: cover;
    background-position: center;
    width: 100%; 
}
.garage-intro {
    background: #f4b36861;
}
.garage-intro h1 {
    font-size: 40px;
    font-weight: 700;
    color: #eb5933;
    margin-bottom: 20px;
}
.garage-intro li {
    color: black;
}
.garage-intro h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    color: black;
}
.garage-intro p {
    color: black;
}
.garage-intro ul{
    padding-left: 15px;
    list-style: disc;
}
.garage-intro li{
    margin-bottom: 15px;
}
.garage-intro li strong{
    color: #eb5933;
}
.garage-intro-img{
    border:30px solid white;
}
.garage-intro-img img{
    height: 700px;
     border-radius: 5px;
}
.garage-benefit-img:hover img {
    opacity: 0.90;
}
.garage-benefits {
    position: relative;
    background-image: url(/front/garage/benefit-bg.jpeg);
    background-size: cover;
}
.garage-block h1 {
    font-size: 40px;
    margin-bottom: 25px;
}
.garage-block h1 span {
    color: #eb5933;
    font-size: 60px;
    font-weight: 700;
}

.garage-benefits h1 {
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.garage-benefits ul {
    color: white;
    position: relative;
    list-style: disc;
    padding-left: 15px;
}
.garage-benefits ul li{
    margin-bottom: 15px;
    font-size: 18px;
}
.garage-benefit-img{
    border: 30px solid white;
    position: relative;
    border-radius: 5px;
}
.garage-benefits-img img{
        height: 532px;
}
.garage-footer {
    background: black;
}
.garage-flip{
    perspective: 1000px;
}
.garage-footer-block {
    padding: 50px 50px 144px;
    border: 2px solid #eb5933;
    box-shadow: rgb(235 89 51 / 84%) 0px 5px 15px;
    background: black;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    height: 100%;
}
.garage-footer-block img {
    width: 15%;
}
.garage-footer h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    color: white;
}
.garage-footer-back {
    transform: rotateY(180deg);
}
.garage-footer-front, .garage-footer-back {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    right: 0;
}
.garage-flip:hover .garage-footer-block {
    transform: rotateY(180deg);
}
.garage-convo-design-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -89px;
    border: 20px solid white;  
}
.garage-convo-design-inner h1 {
    font-size: 40px;
    font-weight: 700;
    color: #eb5933;
}
.garage-convo-design-inner {
    color: black;
}
.garage-convo-design-inner ul {
    list-style: disc;
    padding-left: 15px;
}
.garage-convo-design-inner ul li {
    margin-bottom: 15px;
}
.garage-convo-design {
    background: beige;
}

/*12feb2025*/
/*.loft-header{*/
/*     background-image: url(/front/loft/loft.jpg);*/
/*    height: 350px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%; */
/*}*/
.about-loft {
    background-image: linear-gradient(rgb(227 166 113 / 63%), #eb59331c);
}
.about-loft-img {
    border-radius: 0 66px 0;
    border-left: 10px solid #eb5933;
    border-right: 10px solid #eb5933;
}
.about-loft h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-top: 71px;
}
.about-loft h1 {
    font-size: 40px;
    font-weight: 700;
    color: #eb5933;
}
.about-loft p {
    color: black;
}
.type-loft-content {
    display: flex;
    margin-bottom: 20px;
}
.type-loft-img img {
    width: 100%;
    border: 2px solid #eb5933;
}
.type-loft-text {
    margin-left: 20px;
}
.type-loft-text h2 {
    font-size: 20px;
    font-weight: 700;
}
.type-loft-text p {
    color: black;
}
.type-of-loft h1 {
    font-size: 40px;
    font-weight: 700;
    color: #eb5933;
    margin-bottom: 40px;
}
.type-loft-column{
    padding-top:105px;
}
.benefit-loft-bg {
    background-image: url(/front/loft/loft-benefit.jpg);
    background-size: cover;
    padding: 50px;
}
.benefit-loft-inner {
    background: white;
    padding: 37px;
    border-top: 3px solid #eb5933;
    height: 100%;
}
.benefit-loft-inner h2 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}
.benefit-loft-left{
    background: #444444;
    color: white;
    padding: 60px;
}
.benefit-loft-left h1{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color:white;
}
.benefit-loft-inner:hover {
    background: #ffffffed;
}
.type-dromer{
    margin-top:-26px;
}
.pulse {
  animation: pulse 8s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.0); }
}


/*geeta css end*/



/*Hira's Substructure css start*/
.substructure-header{
    background-image: url('/front/substructure-preparation-img/substructure.jpg');
    height: 350px;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.substructure-header-heading{
    padding: 9% !important;
}
.substructure-header-heading h1{
    color: #333;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}
.substructure-header-heading h1 span{
    color: #EB5933;
}
.substructure-about-carpet-cleaning {
    background-image: linear-gradient(rgba(251, 251, 251, 0.8), rgba(251, 251, 251, 0.8)), url('/front/substructure-preparation-img/contemporary-kitchen.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    color: #000;
}
.substructure-about-carpet-cleaning i{
    color: #EB5933;
}
.substructure-about-carpet-cleaning h1 {
    font-size: 40px;
    font-weight: 700;
}

.substructure-about-fridge-img {
    background-size: cover;

}
.substructure-method {
  background-image: linear-gradient(rgba(251, 251, 251, 0.8), rgba(251, 251, 251, 0.8)), url('/front/substructure-preparation-img/method.jpg');  
  background-size: cover; /* Ensures the image covers the entire background */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-position: center; /* Centers the image */
  height: auto; /* Full viewport height */
  color: #000; /* Adjust text color if needed */
}

.substructure-method h2{
     color: #EB5933;
    font-weight: 600;
    margin-bottom: 32px;
    text-align: center;
}
.substructure-method img {
    width: 45%;
    margin-bottom: 16px;
    transition: transform 0.3s ease-in-out; /* Smooth transition effect */
}

.substructure-method img:hover {
    transform: scale(0.9); /* Zoom out the image */
}
.substructure-method h4 {
    font-size: 15px;
}
.substructure-choosing-service{
 background-image: linear-gradient(#f8ede9, rgba(234, 230, 228, 0.5)), url('/front/substructure-preparation-img/early.jpg');
    background-size: contain;
    padding: 2em 0em 2em 0em;
    background-repeat: no-repeat;
}

.substructure-choosing-service h2{
        font-size: 31px;
    font-weight: 700;
    color: #eb5933;
    margin-bottom: 20px;
}
.maintenance-services {
    color: black;
}
.substructure-choosing-service ol {
    color: black;
    padding-left: 12px;
}
.substructure-choosing-service p {
    color: black;
}
.substructure-choosing-service-inner {
    background-color: transparent;
    background-image: linear-gradient(68deg, transparent 30%, #EB5933 1%);
    padding: 3em 2em 3em 3em;
}
.substructure-choosing-service-inner img{
    border-radius: 5px;
    height: 415px;
}



/* Styling the content inside the section */
.background-section .content h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.background-section .content p {
  font-size: 1.2rem;
  margin: 0;
}

.substructure-choosing-service i {
    color: #eb5933;
}
.substructure-high-quality{
        background-size: cover;
}  
.substructure-high-quality_content {
    background: #f2f2f2;
    /* border-radius: 20px; */
    padding-bottom: 75px;
    margin-top: 100px;
} 
.substructure-high-quality_image-box {
    margin-top: -154px;
}
.substructure-quality-sub-title {
    margin-top: 81px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 5px;
    color: #eb5933;
} 
h2.substructure-sec_title {
    margin-top: 5px;
    color: #706161;
    font-weight: 700;
}  



.substructure-external-header{
    background-image: url(/front/professional-carpet/external.jpg);
    height: 350px;
    background-size: cover;
    background-position: center;
    width: 100%;
}

   
.substructure-header .substructure-about-carpet-cleaning  h1 { padding: 0 0 30px;}
.expert h1{
        padding: 15px 12px 15px 12px;
}
.substructure-box{
    background-color: rgb(229,148,43);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.substructure-box img{
    width: 100%;
    height: auto;
    transform-origin: top left;
    border-radius: 5px;
    transform: scale(1.3);
    transition: all 0.6s ease-out 0s;
}
.substructure-box:hover img{
    opacity: 0.7;
    transform-origin: bottom right;
}
.substructure-box-content{
    color:#fff;
    background-color: rgb(235 88 51);
    padding: 20px;
    opacity: 0;
    position: absolute;
    bottom: -50%;
    right: -50%;
    z-index: 2;
    transition: all 0.6s ease-out;
}
.substructure-box:hover .substructure-box-content{
    opacity: 1;
    bottom: 0;
    right: 0;
}
.substructure-box .substructure-title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0 0 3px;
}
.substructure-box .substructure-post{
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    display: block;
}
.substructure-about-carpet-cleaning img{
    width: 3%;
    margin-right: 10px;
}

.maintenance-services img{
         width: 6%;
    margin-right: 10px;
}
@keyframes waveUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.substructure-about-carpet-img img {
    width: 3%;
    margin-right: 10px;
    animation: waveUp 2s infinite ease-in-out;
}
/* Privacy policy css start */
    
   .privacy-policy h1, h2 {
      color: #EB5933;
    }

    .policy-section {
      margin-bottom: 40px;
    }

.section-heading {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #EB5933;
}

/* Grid Layout */
.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 45px;
}

/* Card Styling */
.policy-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.policy-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #EB5933;
}

.policy-card p {
  font-size: 16px;
  color: #555;
  margin: 0;
}

.policy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.section-link {
    font-size: 14px;
    color: #EB5933;
    text-decoration: none;
    margin-right: 10px;
    float: right;
}
.section-link:hover {
    text-decoration: underline;
}
    /*.policy-header{*/
    /*    background-image: url(/front/privacy-policy-img/privacy.jpg);*/
    /*    height: 350px;*/
    /*    background-size: cover;*/
    /*    background-position: center;*/
    /*    width: 100%;*/
    /*}*/
    /*.policy-header-heading{*/
    /*    padding: 9% !important;*/
    /*}*/
    .policy-header-heading h1{
        color: #333;
        font-size: 48px;
        font-weight: 800;
        line-height: 1.2;
    }
    .policy-header-heading h1 span{
    color: #EB5933;
}

 
/* Privacy policy css end */

/* Bespoke Fitted Wardrobes css start*/

.bespoke_fitted-header{
    background-image: url(/front/wardrobe-img/wardrobe.jpg);
    height: 350px;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.bespoke_fitted-header-heading{
    padding: 9% !important;
}
.bespoke_fitted-header-heading h1{
    color: #333;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
}
.bespoke_fitted-header-heading h1 span{
    color: #EB5933;
}
.bespoke_fitted_wardrobes {
    background-image: linear-gradient(rgba(251, 251, 251, 0.8), rgba(251, 251, 251, 0.8)), url(/front/wardrobe-img/bespoke_fitted-header-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    color: #000;
}
.bespoke_fitted_wardrobes-img img{
    height: 530px;
}
.bespoke_fitted_wardrobes i{
    color: #EB5933;
}
.bespoke_fitted_wardrobes h2 {
    font-size: 40px;
    font-weight: 700;
}
.wardrobe-section {
    padding:50px 0;
}

.wardrobe-section .row{
    background: white;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.wardrobe-image-container img {
    width: 100%;
    border-radius: 10px;
}

.wardrobe-products-container {
    
    padding: 20px;
    text-align: center;
}

.wardrobe-products-container h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.wardrobe-products-container p {
    color: #666565;
    margin-bottom: 20px;
    font-size: 16px;
}

.wardrobe-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.wardrobe-product-card {
    background: #fafafa;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.wardrobe-product-card img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    transition: transform 0.3s ease; /* Smooth transition for the zoom effect */
}

.wardrobe-product-card img:hover {
    transform: scale(0.9); /* Zoom out slightly */
    opacity: 0.9;         /* Optional: Slightly reduce opacity for effect */
}
.wardrobe-product-card h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.wardrobe-product-card p {
    font-size: 16px;
    color: #666565;;
    margin-bottom: 10px;
}

.wardrobe-product-card span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.wardrobe-product-card button {
    background: #ff5722;
    color: white;
    padding: 8px 12px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.wardrobe-product-card button:hover {
    background: #444;
}
.why-choose-wardrobe{
    background-image: linear-gradient(rgb(62 57 57 / 69%), rgb(62 57 57 / 73%)), url(/front/wardrobe-img/bg-bespoke1.jpg);
    background-size: cover;
    background-position: center;
}
.banner-section {
      position: relative;
      width: 100%;
      height: 60vh; /* Adjust the height as needed */
      overflow: hidden;
    }
    .banner-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .banner-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
    }
    .banner-content h3 {
      font-size: 40px;
      margin: 0;
      color: white;
    }
    .banner-content p {
      font-size: 16px;
      margin: 10px 0;
      
    }
    .banner-content .cta-button {
      display: inline-block;
      margin-top: 15px;
      padding: 10px 20px;
      font-size: 1rem;
      color: white;
      background-color: #007BFF;
      border: none;
      border-radius: 5px;
      text-decoration: none;
      cursor: pointer;
    }
    .banner-content .cta-button:hover {
      background-color: #0056b3;
    }


.feature-banner-section {
      background-image: url("/front/wardrobe-img/wardrobe-banner.jpg");
      background-size: cover;
      /*height: 600px;*/
    }
    
 .feature-banner-content{
     padding: 50px;
 }
    .feature-banner-content h3 {
      font-size: 40px;
      margin: 0;
      color: #EB5933;
      text-align: left;
    }
    .feature-banner-content p {
      font-size: 16px;
      margin: 10px 0;
      color: black;
    }
    .front-wardrobe img{
        height: 600px;
        border-radius: 5px;
    }
    .feature-banner-content ul{
   list-style-type: none;  /* Remove default bullet points */
  padding-left: 0;        /* Remove left padding */
  margin-top: 20px;       /* Add space above the list */
  font-family: 'Arial', sans-serif;
    }
    .feature-banner-content ul li{
  font-size: 16px;           /* Set font size for list items */
  line-height: 1.6;          /* Increase line height for readability */
  margin-bottom: 15px;       /* Add space below each list item */
  color: #333;
    }
.feature-banner-content ul li strong {
  font-weight: bold;         /* Make the text bold */
  color: #ff5722;            /* Change color to a blue shade for emphasis */
  font-size: 16px;           /* Slightly larger font size for the strong text */
}
.bespoke-fitted-tick img {
    width: 3%;
    margin-right: 10px;
}
/* Bespoke Fitted Wardrobes css close*/

/* wet-room-design-planning-construction css start*/

.item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    margin-bottom: 15px;
    height: 140px;
    max-height: 150px;
    transition: all 0.3s ease; /* Smooth transition for all properties */
}
.item-img img{
    width: 100%;
    height: 730px;
    margin-top: 20px;
     border-radius: 5px;
}

.item:hover {
    background: #f0f0f0; /* Change background on hover */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Darker shadow on hover */
    transform: scale(1.05); /* Slightly enlarge the item */
}



.icon {
    min-width: 50px;
    min-height: 50px;
    background: linear-gradient(45deg, #ff6b6b, #ff8e53) !important;
    color: white;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 15px;
}


.content h2 {
    margin: 0;
    font-size: 18px;
}

.content p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #555;
}

/*.wet-fitted-header{*/
/*    background-image: url("/front/wetroom-design-img/wet-room-banner.jpg");*/
/*    height: 350px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%;*/
/*}*/
.wet-fitted-header-heading{
    padding: 9% !important;
}
.wet-fitted-header-heading h1{
    color: #333;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}
.wet-fitted-header-heading h1 span{
    color: #EB5933;
}

.wet-professional{
    background-image:linear-gradient(rgba(251, 251, 251, 0.7), rgba(251, 251, 251, 0.2)), url("/front/wetroom-design-img/process-bg.jpg");
    position:relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    color: #000;
    padding-top: 60px;
    padding-bottom: 60px;
}


.wet-fitted-design-over{
    background: url("/front/wetroom-design-img/wet2.jpg") no-repeat center center/cover;
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 60vh;
    color: #000;
    position: relative;
}
.wet-img-over{
background-size: cover;
   height: 60vh;
}
.wet-content-over {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    padding: 20px;
    border-radius: 8px;
}
.wet-content-over h2{
    color: #eb5933;
}
.wet-fitted-design-over .shower-img {
    position: absolute;
    top: 12%;
    right: 13%;
    animation: zoomInOut 2s infinite ease-in-out;
}
@keyframes zoomInOut {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); } /* Zoom in */
    100% { transform: scale(1); } /* Zoom out */
}

.wet-fitted-design-over .shower-img2 {
    position: absolute;
    top: 12%;
    left: 12%;
    animation: zoomInOut 2s infinite ease-in-out;
}

.planning-works h2{ 
    padding: 20px 0;
    color: #ff5722;
     }
.planning-works .box{
    position:relative;
    overflow: hidden;
}
.planning-works .box .box-img{
    transform: translateX(0px);
    transition:transform 0.40s linear ;
}
.box-img img{
 border-radius: 5px;
}
.planning-works .box:hover .box-img{
    transform: translateX(100%);
}
.planning-works .box .box-img img{
    width: 100%;
    height: auto;
}
.planning-works .box .content{
    position: absolute;
    top:0;
    right: 100%;
    width:100%;
    height:100%;
    padding:5%;
    text-align:center;
    background:#e67e22;
    transition:right 0.40s linear;
}
.planning-works .box:hover .content{
    right:0%;
}
.planning-works .box .title{
    font-size:18px;
    text-transform:capitalize;
    color:#fff;
    margin: 5% 0 0;
}
.planning-works .box .description{
    color:#fff;
}
.planning-works .box .title:after,
.planning-works .box .description:after{
    content: "";
    border-bottom: 1px solid #fff;
    display: block;
    margin:3% auto;
    width: 57%;
}
.wet-img1{
    background: url('/front/wetroom-design-img/wet1.JPG') no-repeat center center/cover;
     background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}
.wet-img2{
    background: url('/front/wetroom-design-img/wet3.jpg') no-repeat center center/cover;
     background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}

.wet-content {
     padding: 50px;
}
.wet-content h2{
    color: #eb5933;
}
.planning-heading h2 {
    margin-bottom: 30px;
    margin-top: 30px;
}
/* wet-room-design-planning-construction css close*/

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    color: white;
    background: #ff5722;
}
/* safety&resilient css start*/

/*.safety-flooring-header{*/
/*    background-image: url('/front/safety-and-resilient-img/safety-desk.jpg');*/
/*    height: 350px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%;*/
/*}*/
.safety-flooring-header-heading{
    padding: 9% ;
}
.safety-flooring-header-heading h1{
    color: #333;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}
.safety-flooring-header-heading h1 span{
    color: #EB5933;
}
 .safety-about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    gap: 50px;
    position: relative; /* Required for positioning the pseudo-element */
    background-image: linear-gradient(#c5d3e1c7, #97a4b154), url('/front/safety-and-resilient-img/safety-bg.jpg');
    background-size: cover;
    background-position: center;
}

/* Add a shadow overlay using ::before */
.safety-about-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); /* Adjust opacity to control shadow intensity */
    z-index: -1; /* Place the shadow behind the content */
}


        .safety-about-text {
            max-width: 500px;
        }
        .safety-about-text h2 {
            font-size: 28px;
            font-weight: bold;
        }
        .safety-about-text p {
            font-size: 16px;
            color: #333;
        }
        .safety-about-text p.bold {
            font-weight: bold;
        }
        .safety-about-image {
            width: 400px;
            height: 400px;
            background: url('/front/safety-and-resilient-img/installation.jpg') no-repeat center center/cover;
            border-radius: 50%;
        }
        .safety-icon-box {
    text-align: center;
    margin: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.safety-icon-box img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
   border-radius: 10px;
}

/* Style for paragraph text */
.safety-icon-box p {
    font-size: 14px;
    color: #555;
    font-family: 'Arial', sans-serif;
}

.safety-section {
    display: flex;
    align-items: center;
    background: #f8f8f8;
    padding: 40px;
}
.safety-image-container {
    flex: 1;
    position: relative;
}
.safety-image-container img {
    width: 100%;
    border-radius: 5px;
    height: 700px;
}
.safety-info-container {
    flex: 1;
    padding: 20px;
}
.safety-info-container h2 {
    font-size: 28px;
    color: #EB5933;
    font-size: 32px;
}
.safety-info-container span {
    color: #EB5933;
    font-weight: bold;
}
.safety-list {
    margin-top: 20px;
}
.safety-list-item {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.safety-list-item img {
    width: 65px;
    margin-right: 10px;
}

     .safety-luxury {
            background: linear-gradient(rgba(251, 251, 251, 0.8), rgba(251, 251, 251, 0.8)), url('/front/safety-and-resilient-img/elegant-minimal-interior-design.jpg') no-repeat center center/cover;
        }
        .safety-luxury .container {
            max-width: 1320px;
            margin: 20px auto; 
            padding: 20px;
            border-radius: 10px;
            text-align: center; 
        }
    
        .safety-header {
            background: #dd7c63;
            color: white;
            padding: 10px 10px !important;
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 30px;
        }
        .safety-content {
            font-size: 18px;
            margin-bottom: 30px;
            color: #333;
        }
        .safety-highlight {
            color: #d8832a;
            font-weight: bold;
            font-size: 20px;
            margin-bottom: 20px;
        }
        .safety-features {
            list-style: none;
            padding: 0;
            margin-top: 10px;
        }
        .safety-features li {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
    text-align: left;
    margin-left: 97px;
}
        .safety-features li::before {
            content: '\2022';
            color: #d8832a;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }
        .safety-luxury-icon img {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            object-fit: cover;
        }
        .safety-icon p {
            font-size: 14px;
            font-weight: bold;
            color: #d8832a;
            margin-top: 5px;
        }
        .safety-round-content {
    background-color: #EB5933;
    color: white;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    position: relative;
    top: -35px;
    left: 253px;
}  
              .safety-round-content2 {
                background-color: #EB5933;
                  color: white;
                 border-radius: 50%;
               height: 120px;
           width: 120px;
            position: relative;
               top: -35px;
        right: -40px;
}
        .safety-round-content p {
            padding-top: 25px;
        }
        .safety-round-content2 p{
            padding-top: 25px;
        }

        .safety-top-section img{
           border-radius: 10px;
           height: 486px;
           border-radius: 10px;
        }
        .safety-bottom-section  img{
           border-radius: 10px; 
        }
        .safety-cw-heading h2 {
           margin: 0;
           padding: 0;
           font-weight: bold;
           text-align: left;
           margin-left: 7px;
           padding-top: 20px;
        }
        .safety-time-for .safety-cw-heading{
        background-color: #efe3e3;
      }
      .safety-time-for{
          border-radius: 20px;
      }

        .safety-text-box {
          background: #efe3e3;
          padding: 20px;
          text-align: left;
          border-radius: 10px;
         }
        .safety-text-box h2 {
            font-size: 48px;
            font-weight: bold;
            color: black;
        }
        .safety-text-box ul {
            list-style: none;
            margin-top: 10px;
            padding-left: 0;
        }
        .safety-text-box ul li {
            font-size: 18px;
            color: black;
        }
        .safety-logo-section {
            background: white;
/*            padding: 20px;*/
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .safety-logo {
            font-size: 175px;
            font-weight: bold;
            color: #0a0a23;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            z-index: 20;
        }
        .safety-logo-c {
         color: black; 
         }

        .safety-logo-w {
/*        color: #ff5722; */
             color: #b1975a;
        }
        
        .safety-bottom-section {
            margin-top: 20px;
            /*height: 350px;*/
      }
        
/* safety&resilient css close*/


/* underfloor-heating css start*/
/*.underfloor-header{*/
/*    background-image: url('/front/UnderFloor-heating-img/under-heating.jpg');*/
/*    height: 350px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%;*/
/*}*/
.underfloor-header-heading{
    padding: 9% !important;
}
.underfloor-header-heading h1{
    color: #333;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}
.underfloor-header-heading h1 span{
    color: #EB5933;
}
.underfloor-about-carpet-cleaning {
    background-image: linear-gradient(rgba(251, 251, 251, 0.8), rgba(251, 251, 251, 0.8)), url('/front/UnderFloor-heating-img/floor4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
}
.underfloor-about-carpet-cleaning i{
    color: #EB5933;
}
.underfloor-about-carpet-cleaning h1 {
    font-size: 40px;
    font-weight: 700;
}

 .underfloor-hero {
            align-items: center;
            background-image: linear-gradient(#c5d3e1c7, #97a4b154), url('/front/UnderFloor-heating-img/floor4.jpg');
            padding: 50px;
            color: #fff;
        }
         .underfloor-img img {
    margin-left: 118px;
}
        .underfloor-content {
    z-index: 2;
    max-width: 600px;
    margin-left: 168px;
}
        .underfloor-content h2 {
            background-color: #ff5722;
            display: inline-block;
            padding: 5px 10px;
            font-size: 18px;
             color: white;
        }
        .underfloor-content p {
            font-size: 16px;
            margin-top: 10px;
           
        }

        .underfloor-hero2 {
            background-image: linear-gradient(#c5d3e1c7, #97a4b154), url('/front/UnderFloor-heating-img/floor1.jpg');
            height: 50vh;
            justify-content: center;
            align-items: center;
            color: white;
            text-align: center;
        }
        .underfloor-hero2 h1 {
            padding-top: 30px;
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: black;
    font-weight: 600;

}
    .underfloor-services {
    
    padding: 4px 200px;
    background: #f5f5f5;
    margin-bottom: 30px;
}
        .underfloor-services .card {
            width: 100%;
            background: black;
            color: white;
            padding: 20px;
            border-radius: 15px;
            text-align: center;
            height:230px;
        }
        .underfloor-services .card img {
            width: 50px;
            margin-bottom: 15px;
            color: red;
        }
        .underfloor-services .card h3 {
            margin-bottom: 10px;
            color: white;
        }
        
   .highlight-text {
            color: #ff7700; /* Orange color */
        }
        .content-section {
            padding: 35px 35px;
        }
        .middle-left {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    height: 400px;
}
   .underfloor-hero2 p{
    text-align: center;
   }
   .floor-right img{
        width: 3%;
    margin-right: 10px;
   }
/* underfloor-heating css close*/


/* Uplift & Removal css start*/

.uplift-header{
    background-image: url('/front/uplift_removal-img/removal.jpg');
    height: 350px;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.uplift-header-heading{
    padding: 9% !important;
}
.uplift-header-heading h1{
    color: #333;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}
.uplift-header-heading h1 span{
    color: #EB5933;
}


.uplift-about-carpet-cleaning{
background-image: linear-gradient(rgba(251, 251, 251, 0.6), rgba(251, 251, 251, 0.8)), url('/front/uplift_removal-img/third.JPG');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
}

.uplift-about-carpet-cleaning i{
    color: #EB5933;
}
.uplift-about-carpet-cleaning h1 {
    font-size: 40px;
    font-weight: 700;
}

.uplift1 {
    background-image: url(/front/uplift_removal-img/uplift1.jpg);
    background-size: cover;
    background-position: center;
    
    
}
.uplift2 {
    background-image: url(/front/uplift_removal-img/uplift2.jpg);
    background-size: cover;
    background-position: center;
    
    
}
.why-uplift1 {
    background-image: url(/front/uplift_removal-img/why-uplift1.JPG);
    background-size: cover;
    background-position: center;
    
    
}
.why-uplift2 {
    background-image: url(/front/uplift_removal-img/why-uplift2.jpg);
    background-size: cover;
    background-position: center;
    
    
}
.why-uplift h1{
    color: black;
}
.why-uplift p{
    color: black;
}
.why-uplift i{
    color: black;
}
.side-design {
   padding: 50px;
 
}
.side-design h2{
    color:#EB5933;
}
.slide-design p{
    color: black;
}
.uplift-easy-move {
        background-image:  url('/front/uplift_removal-img/removal-bg.jpg');
}
.uplift-easy-move img{
    margin-left: 30px;
}
.why-lift-design{
padding-top: 56px;
}
.uplift-serviceBox{
    color: #EB5933;
    text-align: center;
    padding: 15px 28px 35px;
    position: relative;
}
.uplift-serviceBox:before,
.uplift-serviceBox:after{
    content: "";
    border: 5px solid #EB5933;
    border-bottom: none;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 55px;
    bottom: 0;
    z-index: -1;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 75% 0, 75% 25%, 25% 25%, 25% 0);
}
.uplift-serviceBox:after{
    background-color: #EB5933;
    height: 20px;
    border-radius: 350px 350px 0 0/50px 50px 0 0;
    border: none;
    top: auto;
    clip-path: none;
}
.uplift-serviceBox .uplift-service-icon {
    color: #222;
    font-size: 25px;
    line-height: 80px;
    height: 80px;
    width: 80px;
    margin: 0 auto 35px;
    border-radius: 50%;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.5), 0 0 0 15px #EB5933;
}
.uplift-serviceBox .uplift-service-icon i{line-height:inherit}
.uplift-serviceBox .uplift-title{
    color: #fff;
    background-color: #EB5933;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 10px 9.5px;
    margin: 0 -28px 15px;
}
.uplift-serviceBox .uplift-description{
    color: #2b2828;
    font-size: 14.5px;
    line-height: 22px;
    letter-spacing: 1px;   
    margin: 0;
}
.why-lift-design.wow.slideInLeft {
    padding: 50px;
}
.effortless h2{
    margin-top: 20px;
}
.effortless p{
    margin-top: 20px;
    margin-bottom: 20px;
}
.effortless img{
   width: 100%;
   border-radius: 5px;
}
.we-make {
    padding: 30px 30px; 
}
/* Uplift & Removal css close*/


/* Skirting Board css start*/
/*.skirting-header{*/
/*    background-image: url('/front/skirting-board-img/skirting.jpg');*/
/*    height: 350px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%;*/
/*}*/
.skirting-benefit-left {
    padding: 50px;
    background-size:cover;
    background-image: url('/front/skirting-board-img/unlock-skirt.jpg');
}
.skirting-benefit-right {
    background-size:cover;
    background-image: url('/front/skirting-board-img/unlock-skirt2.jpg');
}
.skirting-benefit-left p {
    text-align:left;
}
.skirting-header-heading{
    padding: 9% !important;
}
.skirting-header-heading h1{
    color: #333;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}
.skirting-header-heading h1 span{
    color: #EB5933;
}
.skirt-bg-3 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), 
                url(/front/skirting-board-img/shadow.jpg/);
    background-size: cover;
    background-position: center;
    width: 100%;
}
.skirt-bg-3{
    padding: 50px 0;
}
.skirt-bg-3 h3 {
    color: black;
}
#skirt-slider {
    display: flex;
    width: calc(250px * 12);
    animation: slide 20s linear infinite;
}
#skirt-slider li {
    list-style: none;
    text-align: center;
    margin: 0 10px;
}
.skirt-tooltip {
    background-color: #dd854a;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 16px;
}
.full-height-skirt-section2 {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding-bottom: 45px;
}
.skirt-board-section {
    background-image: url('/front/skirting-board-img/unlock-skirt3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.skirt-board-side-design {
    padding-top: 50px;
    margin-bottom: 50px;
}
.fitting-services-skirt-content {
    background: black;
    text-align: center;
    height: 100%;
    padding: 30px;
}
.skirt-middle-section h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: left;
    color: white;
    font-weight: 600;
    margin-bottom: 30px;
}
.skirt-middle-section p{
    color: white;
}
.skirting-hero-image .skirting-image-wrapper::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 90%;
    height: 90%;
    background-color: #EB5933;
    z-index: 1;
    transform: skew(-10deg);
}
.skirt-board-side-design h2 {
    font-size: 2rem;
}
.skirting-hero h2{
    font-size: 2rem;
    margin-left: 20px;
}
.skirting-hero-image .skirting-image-wrapper::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 90%;
    height: 90%;
    background-color: #EB5933;
    z-index: 1;
    transform: skew(-10deg);
}
.skirting-hero-image {
    justify-content: center;
    align-items: center;
    background-color: #d3d3d3;
    padding: 20px;
}
.skirting-hero-image .skirting-image-wrapper {
    position: relative;
    display: inline-block;
}
.skirting-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
}
.skirting-hero-text {
    flex: 1;
    margin-left: 20px;
}
.skirting-single-item{
    display: flex;
}
.skirting-hero-icons .skirting-single-item img {
    width: 50px;
    height: 50px;
    position: relative;
}
.skirting-hero-image img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 10px 30px #ff5722;
    position: relative;
    z-index: 2;
}
.skirting-hero-text p {
    color: #555;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 20px;
    text-align: left;
    margin-right: 20px;
}
.boards img{
    margin-left: 40px;
    padding: 30px;
}
.fitting-services-skirt-content h4{
    color: white;
}
/* Skirting Board css close*/


/* Standard linoleum css start*/

/*.standard-linoleum-header{*/
/*    background-image: url('/front/standard-linoleum-img/linoleum.jpg');*/
/*    height: 350px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%;*/
/*}*/
.standard-fitting-promo-section .col-md-4:last-child {
    border-right: none;
}

.standard-fitting-promo-section .col-md-4 {
    border-right: 1px solid grey;
    border-bottom:none;
}
.standard-linoleum-header-heading{
    padding: 9% !important;
}
.standard-linoleum-header-heading h1{
    color: #333;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}
.standard-linoleum-header-heading h1 span{
    color: #EB5933;
}
/* first section*/
.fitting-standard {
     background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), 
                url('/front/standard-linoleum-img/s6.jpg') no-repeat center center/cover;

    padding: 20px;
}

/* Second section*/
.standard-linoleum-service-inner {
    background-color: transparent;
    background-image: linear-gradient(137deg, transparent 35%, #d2661e 1%);
    padding: 3em 2em 3em 3em;
}

  .standard-third-section {
            display: flex;
            justify-content: space-between;
            padding: 50px;
             background: #ad8b32;
        }
        .standard-third-content {
            max-width: 50%;
        }
        .standard-third-content p {
            color: black;
        }
        .standard-third-content h2 {
            font-size: 32px;
            margin-bottom: 10px;
        }
        
        .standard-third-highlight {
            color: #000000;
            font-weight: bold;
        }
        .standard-third-testimonial {
            display: flex;
            background: #f4e8d6;
            padding: 20px;
            margin-top: 20px;
            border-radius: 8px;
                margin-right: 30px;
        }
        .standard-third-testimonial-image img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin-right: 15px;
        }
        .standard-third-testimonial-text h3 {
            font-size: 18px;
            margin: 0;
                text-align: left;
        }
        .standard-third-sub-text {
            font-style: italic;
            color: #555;
        }
        .standard-third-quote-mark {
            font-size: 50px;
            color: #e6a600;
            position: absolute;
            right: 20px;
        }
        .standard-third-images-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }
        .standard-third-images-grid img {
            width: 100%;
            border-radius: 8px;
        }
        /* fourth section*/

        /*  .standard-linoleum-section-header {*/
        /*    display: flex;*/
        /*    align-items: center;*/
        /*    gap: 20px;*/
        /*}*/
        .standard-linoleum-section-header img {
            width: 100%;
            border-radius: 5px;
        }
        /*.standard-linoleum-section-header .standard-linoleum-section-content {*/
        /*    width: 50%;*/
        /*}*/
        .standard-linoleum-section-highlight {
            background: #d2661e;
            color: white;
            text-align: center;
            padding: 10px;
            font-weight: bold;
            margin-top: 20px;
        }
        .standard-linoleum-section-services {
            display: flex;
            gap: 20px;
            margin-top: 20px;
        }
        .standard-linoleum-section-service-box {
            background: #f5f5f5;
            padding: 15px;
            border-radius: 5px;
            flex: 1;
        }
        .standard-linoleum-section-service-box h3 {
            color: #d2661e;
            font-size: 25px;
        }
        .standard-linoleum-section-contact-btn {
            display: inline-block;
            background: #ff6600;
            color: white;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            margin-top: 10px;
            display: inline-block;
        }

        /* fifth section*/
  .standard-fifth{
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), 
                url('/front/standard-linoleum-img/s3.jpg') no-repeat center center/cover;

  }
      .standard-fitting-service-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    position: relative;
}

.standard-fitting-content h2 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.standard-fitting-content p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
}


.standard-fitting-mage-container:hover .overlay {
    opacity: 1;
}

.standard-fitting-promo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #181818;
    padding: 20px;
    text-align: center;
}

.standard-fitting-promo-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    flex: 1;
    max-width: 300px;
}

.standard-fitting-promo-box i {
    font-size: 30px;
    color: #f8b400;
}

.standard-fitting-promo-text h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.standard-fitting-promo-text p {
    font-size: 14px;
    color: #bbb;
}

.standard-fitting-promo-box:not(:last-child) {
    border-right: 1px solid white;
}
.standard-services {
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), 
                url('/front/standard-linoleum-img/s9.jpg') no-repeat center center/cover;
    padding: 20px;
    color: #333; /* Ensures text is visible */
}
.standard-linoleum-service{
 background: url('/front/standard-linoleum-img/st1.jpg') no-repeat center center/cover;

}
/* Standard linoleum css close*/
/* Remote worker css start*/
.remote-worker-header{
    background-image: url('/front/remote-worker-img/safety-desk.jpeg');
    height: 350px;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.remote-worker-header-heading{
    padding: 9% !important;
}
.remote-worker-header-heading h1{
    color: #333;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}
.remote-worker-header-heading h1 span{
    color: #EB5933;
}
/* First section*/
.remote-first-section {
    background-image: linear-gradient(rgba(251, 251, 251, 0.8), rgba(251, 251, 251, 0.8)), url(/front/remote-worker-img/first.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    color: #000;
}

/* Second section*/
 .remote-second-section {
    background: 
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
        url('/front/remote-worker-img/work.jpg') no-repeat center center / cover;
    position: relative; /* This makes sure the absolute box is positioned inside this */
    height: 100vh;
}

  .remote-second-section-hero-section {
            justify-content: space-between;
            padding: 50px;
        }
        .remote-second-section-content-box {
    
            color: white;
            padding: 30px;
            max-width: 450px;
        }
       .remote-second-section-content-box strong {
    color:orange;
}
        .remote-second-section-content-box h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    color: white;
    
}
.remote-second-section-secondary-box h2{
    color: white;
}
        .remote-second-section-content-box p {
            font-size: 16px;
            margin: 15px 0;
            color: white;
        }
        .remote-second-section-btn {
            display: inline-block;
            background: orange;
            color: white;
            padding: 12px 20px;
            text-decoration: none;
            font-weight: bold;
            margin-top: 15px;
            border: none;
            cursor: pointer;
        }
        .remote-second-section-secondary-box {
    position: absolute;
    right: 30px;
   bottom: 14px;
    background: orange;
    padding: 25px;
    max-width: 300px;
    color: white;
}
.remote-second-section .container {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
        .remote-thirdremote-second-section-secondary-box h2 {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .remote-second-section-secondary-box p {
            font-size: 16px;
            margin: 10px 0;
            color: black;
        }
        .remote-second-section-secondary-box .btn {
            background: black;
            padding: 10px 15px;
            color: white;
        }


/* third section*/
        .remote-third-high-quality_content {
    background: #f2f2f2;
}
.remote-third-high-quality {
    background: url('/front/remote-worker-img/third.jpg') no-repeat center center/cover;
}
.remote-third-quality-sub-title {
    margin-top: 53px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 5px;
    color: #eb5933;
}
h2.remote-third-sec_title {
    margin-top: 5px;
    color: #b8a5a5;
    font-weight: 700;
}
.remote-third-high-image{
   height: auto;
   margin-left: 30px;
   padding: 20px;
}
 
 /* remote-fourth section*/
 .remote-fourth-hero {
    
    display: flex;
/*    height: 60vh;*/
    background-repeat: no-repeat;
}

.remote-fourth-content {
    flex: 2;
    background: rgba(0, 0, 0, 0.7);
    padding: 50px;
    color: white;
/*    height: 40vh;*/
}
.remote-fourth-content p{
    color: white;
}
.remote-fourth-hero-content h1 {
    font-size: 28px;
    font-weight: bold;
    background: #FFB300;
    display: inline-block;
    padding: 5px 10px;
    color: black;
}

.remote-fourth-hero-remote-hero-cta {
    background-color: #FFA500;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

.remote-fourth-hero-services {
    flex: 1;
    background-color: #FFB300;
    padding: 30px;
    color: black;
/*    height: 40vh;*/
}

.remote-fourth-hero-services ul {
    list-style: none;
}

.remote-fourth-hero-services li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}

.remote-fourth-hero-services img {
    width: 24px;
    height: 24px;
}
.remote-fourth-inner-content{
    max-width: 650px;
}
.remote-fourth-inner-content h2{
    color: white;
}
/* Remote worker css close*/


/* lvt css start*/

/*.lvt-installation-header {*/
/*    background-image: url('/front/lvt-installation-img/lvt.jpg');*/
/*    height: 350px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%;*/
/*}*/
.lvt-installation-header-heading {
    padding: 9% !important;
}
.lvt-installation-header-heading h1 {
    color: #333;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}
.lvt-installation-header-heading h1 span {
    color: #EB5933;
}
 /* first section*/

    .lvt-first-hero {
    /*display: flex;*/
    background-repeat: no-repeat;

}
.lvt-first-hero-services {
    
    background-color: #262625;
    padding: 30px;
    color: white;
}
.lvt-first-hero-services h2 {
    margin-left: 40px
}
.lvt-first-hero-services ul {
    list-style: none;
}
.lvt-first-hero-services li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}
.lvt-first-hero-services img {
    width: 35px;
    height: 35px;
}
.lvt-first-content {
    background: rgb(233 216 188);
    padding: 50px;
    color: black;
}.lvt-first-inner-content {
    max-width: 650px;
}.lvt-first-inner-content h3{
    text-align: left;
}
.lvt-first-content p {
    color: black;
}
 /* second section*/

  .lvt-second {
    background-image: linear-gradient(rgba(251, 251, 251, 0.8), rgba(251, 251, 251, 0.4)), url('/front/lvt-installation-img/pixelcut-export1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    min-height: 80vh;
    justify-content: space-between;
    align-items: center;
    padding: 80px 10%;
    background-color: #fff; /* Keeps the white background */
    position: relative;
    flex-wrap: wrap; /* Allows elements to wrap on smaller screens */
}


.lvt-second-content {
    max-width: 820px;
    z-index: 2;
}

.lvt-second-social-icons a {
    margin-right: 10px;
    text-decoration: none;
    font-size: 18px;
    color: #666;
}

.lvt-second-content h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0;
}

.lvt-second-content h2 span {
    color: #8a9c4b;
}

.lvt-second-content p {
    font-size: 18px;
    color: #383131;
    line-height: 1.6;
}

.lvt-second-image-section {
    position: relative;
    z-index: 2;
    top: 35px;
}

.lvt-second-image-wrapper {
    position: relative;
    width: 100%;
}

.lvt-second-image-wrapper img {
    width: 100%;
    border-radius: 10px;
    display: block;
    margin-top: 20px;
}

.lvt-second-stats-box {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 16px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #333;
}

.lvt-second-stats-box.top {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.lvt-second-stats-box.bottom {
    bottom: -20px;
    left: -17%;
    transform: translateY(-133%);
}

.lvt-second-stats-box span {
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #666;
}

.lvt-second-highlight-box {
    position: absolute;
    width: 120px;
    height: 100%;
    background: #8a9c4b;
    right: -40px;
    top: 0;
    z-index: -1;
}

.lvt-second-background-highlight {
    position: absolute;
    width: 25%;
    height: 100%;
    background: #8a9c4b;
    right: 0;
    top: 0;
    z-index: 1;
}


 /* third section*/
.lvt-third {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: white;
    text-align: center;
    background-image: url('/front/lvt-installation-img/lvt-bg.jpg');
    min-height: 80vh;
    padding-left: 150px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.lvt-third .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
}

.lvt-third .text {
    max-width: 100%;
}

.lvt-third h2 {
    font-size: 30px;
    font-weight: bold;
    color: #1b335f;
    text-align: left;
    padding-bottom: 12px;
}

.lvt-third ul {
    list-style: none;
    padding: 0;
}

.lvt-third ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    color: #333;
}

.lvt-third ul li .num {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #eb5933;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    margin-right: 10px;
}

.lvt-third .image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

 /* fourth section*/

.lvt-fourth {
    background-image: linear-gradient(rgba(251, 251, 251, 0.8), rgba(251, 251, 251, 0.4)), url('/front/lvt-installation-img/lvt_fourth_bg.jpg');
    padding: 50px;
    display: flex;
    justify-content: center;
    background-size: cover;
    min-height: 80vh;
}

.lvt-fourth-container {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.lvt-fourth-header {
  
}
.lvt-fourth-header h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: black;
}
.lvt-fourth-header h2 span {
    color: #eb5933;
}
.lvt-fourth-header p {
    margin-top: 10px;
    color: #555;
    font-size: 18px;
}

.lvt-fourth-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
}
.lvt-fourth-services ul {
    list-style: none;
    padding: 0;
}
.lvt-fourth-services ul li {
    font-size: 18px;
    color: #444;
    margin-bottom: 10px;
}
.lvt-fourth-images {
    display: flex;
    gap: 10px;
}
.lvt-fourth-images img {
    width: 300px;
    border-radius: 10px;
}
.lvt-fourth-services em {
    color: #eb5933 !important;
}
/* lvt css close*/

/* our vision start*/
/*.vision-header {*/
/*    background-image: url('/front/vision-mission-banners/vision.jpg');*/
/*    height: 350px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%;*/
/*}*/
/*.vision-header-heading {*/
/*    padding: 9% !important;*/
/*}*/
.vision-header-heading h1 {
    color: #333;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}
.vision-header-heading h1 span {
    color: #EB5933;
}

/* mission start*/

/*.mission-header {*/
/*    background-image: url('/front/vision-mission-banners/mission.jpg');*/
/*    height: 350px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%;*/
/*}*/
.mission-header-heading {
    padding: 9% !important;
}
.mission-header-heading h1 {
    color: #333;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}
.mission-header-heading h1 span {
    color: #EB5933;
}
/* procedure start*/

/*.procedure-header {*/
/*    background-image: url('/front/vision-mission-banners/procedure.jpg');*/
/*    height: 350px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%;*/
/*}*/
.procedure-header-heading {
    padding: 9% !important;
}
.procedure-header-heading h1 {
    color: #333;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}
.procedure-header-heading h1 span {
    color: #EB5933;
}
.procedure-table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
}

.procedure-table thead {
    background: linear-gradient(145deg, #d35400, #e67e22);
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.procedure-table th,
.procedure-table td {
    padding: 15px;
    text-align: left; /* Left-align text */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.procedure-table tbody tr {
    background: linear-gradient(145deg, #ffffff, #f2f2f2);
}

.procedure-table th:first-child,
.procedure-table td:first-child {
    border-left: none;
}

.procedure-table th:last-child,
.procedure-table td:last-child {
    border-right: none;
}

/* remote worker program start*/

/*.remote-worker-header {*/
/*    background-image: url('/front/vision-mission-banners/remote-worker.jpg');*/
/*    height: 350px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%;*/
/*}*/
.remote-worker-heading {
    padding: 9% !important;
}
.remote-worker-heading h1 {
    color: #333;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}
.remote-worker-heading h1 span {
    color: #EB5933;
}
 .table-container {
    width: 100%;
    max-width: 90%;
    overflow-x: auto;
}

.table-container table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.table-container thead {
    background-color: #c99e67;
    color: white;
}

.table-container th, 
.table-container td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.table-container tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table-container tbody tr:hover {
    background-color: #f1f1f1;
    transition: 0.3s ease;
}

.porcelain h2 {
    font-size: 40px;
}
.porcelain ul {
    padding-left: 17px;
    list-style: disc;
}
.porcelain ul li {
    margin-bottom: 10px;
}
/*Hira's Moving policy css start*/

 /*.moving-policy-header{*/
 /*       background-image: url(/front/vision-mission-banners/mov-fur.jpg);*/
 /*       height: 350px;*/
 /*       background-size: cover;*/
 /*       background-position: center;*/
 /*       width: 100%;*/
 /*   }*/
    .moving-policy-header-heading{
        padding: 9% !important;
    }
    .moving-policy-header-heading h1{
        color: #333;
        font-size: 48px;
        font-weight: 800;
        line-height: 1.2;
    }
    .moving-policy-header-heading h1 span{
    color: #EB5933;
}
/* .sub-contractor-header{*/
/*        background-image: url(/front/privacy-policy-img/sub-contractor.jpg);*/
/*        height: 350px;*/
/*        background-size: cover;*/
/*        background-position: center;*/
/*        width: 100%;*/
/*}*/
/*.variations-header {*/
/*    background-image: url(/front/privacy-policy-img/vp.jpg);*/
/*        height: 350px;*/
/*        background-size: cover;*/
/*        background-position: center;*/
/*        width: 100%;*/
/*}*/
/*Hira's garden Fencing css start*/
 /*.garden-fencing-header {*/
 /*       background-image: url('/front/garden-fencing-img/fence.jpg');*/
 /*       height: 350px;*/
 /*   background-size: cover;*/
 /*   background-position: center;*/
 /*   width: 100%;*/
 /*   }*/
    .garden-fencing-header-heading{
    padding: 9% !important;
}
.garden-fencing-header-heading h1{
    color: #333;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}
.garden-fencing-header-heading h1 span{
    color: #EB5933;
}
.fencing{
position: relative;
 text-align: center;
}
.fencing img{
    width: 100%;
     height: 500px;
}
.fence-section{
            padding-bottom: 30px !important;
    } 

.benefit-garden-fenc2{
    background-image: url('/front/garden-fencing-img/f-bg.jpg');
    background-size:cover;
    padding:50px;
}
.benefit-garden-fenc1{
    background-image: url('/front/garden-fencing-img/f2.jpg');
    background-size:cover;
}
.fence-middle-section h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: left;
    color: black;
    font-weight: 600;
    margin-bottom: 30px;
}
.fence-middle-section p{
    color: black;
    text-align: left;
}
.full-height-fence-section2 .garden-services-skirt-content {
    background: black;
    text-align: center;
    height: 100%;
    padding: 30px;
}
.garden-services-skirt-content h4{
    color: white;
    margin-top: 20px;
}
.features-const-garden{
    display: flex;
    margin-bottom: 20px;
}
.features-const-garden  p{
    margin:20px 0;
}
li.features-const-garden h1 {
    font-size: 20px;
    font-weight: 700;
}
li.features-const-garden img {
    height: 70px;
    border: 2px solid red;
    border-radius: 50px;
    padding: 10px;
}
.features-const-garden-img{
    margin-right: 50px;
}
.features-const-garden-content h1 {
    font-size: 35px;
    font-weight: 700;
}
.features-of-const-garden{
    background: #8080801a;
}

.expert {
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #695b5b;
    padding: 20px;
    border-radius: 8px;
    
}
.premium {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #695b5b;
    padding: 20px;
    border-radius: 8px;
}
.premium h2 {
    margin: 0;
    font-size: 2em;
}
.premium p {
    margin-top: 10px;
}
/*.fire-door-header {*/
/*        background-image: url('/front/privacy-policy-img/fire-door.jpg') !important;*/
/*        height: 450px !important;*/
/*    }*/

/*Hira's tape css start*/

/*.tape-header{*/
/*    background-image: url('/front/carpet-whipping-img/edgetape.jpg');*/
/*    height: 350px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%;  */
/*}*/
.tape-header-heading h1{
    color: #333;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}
.tape-header-heading h1 span{
    color: #EB5933;
}
.tape-header-heading {
    padding: 7%;
}
.tape-section-two {
 padding: 50px 0 0;
}
.tape-s-two .tape-section-two {
    padding-top: 0;
    padding-bottom:50px;
    
}
.tape-content {
     display: flex;
    flex-direction: column;
    justify-content: center;
}
.tape-section-two img {
 width: 100%;
 height: auto;
border-radius: 5px;
}
       
.carousel-container {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
    margin-bottom:30px;
}

.card-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    transform-style: preserve-3d;
}

.my-card {
    width: 200px;
    height: 280px;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    position: absolute;
    transition: transform 0.5s ease-in-out, opacity 0.5s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.my-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.card-info span {
    font-size: 12px;
    font-weight: bold;
    color: #FFA500;
}

.card-info p {
    font-size: 16px;
    margin: 5px 0 0;
}

.prev-btn, .next-btn {
    background-color: rgba(255, 255, 255, 0.2);
    color: black;
    border: none;
    padding: 15px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
}

.carousel-container .prev-btn { left: 20px; }
.carousel-container .next-btn { right: 20px; }

.carousel-container .prev-btn:hover, .carousel-container .next-btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.card-tape {
    width: 100%;
    text-align: center;
    font-family: Arial, sans-serif;
}


.tape-info {
    background: #ff6600;
    color: white;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.tape-info h2 {
    color: white;
}
.tape-content h3 {
    text-align: left;
}

.carpet-service {
    background: linear-gradient(135deg, #f4f4f4, #e0e0e0);
    padding: 50px 20px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
.middle-card-tape p{
  text-align: center;
}
.middle-card-tape {
    margin-top: 30px;
    margin-bottom:30px;
}
.middle-card-tape .row{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3), -10px -10px 20px rgba(255, 255, 255, 0.8);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.tape-banner-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.tape-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tape-banner-content h2{
    text-align: left;
}
.tape-banner-content p{
    text-align: left;
}
.tape-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); 
    z-index: 1; 
}

/*.tape-banner-section h2{*/
/*    padding-top: 20px;*/
/*}*/
.tape-banner-section {

    background-image: url(/front/carpet-whipping-img/02.jpg);
    background-size: cover;
    position: relative;
}
.tape-banner-content {
    position: relative;
    color: black;
    text-align: center;
    z-index: 2;
    padding: 50px;
}

.tape-banner-content h3 {
    font-size: 40px;
    margin: 0;
    color: black;
}
.tape-charges {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 650px;
    /*margin: 20px auto;*/
    font-family: Arial, sans-serif;
        margin-right: auto;
    margin-left: auto;
}

.tape-charges h2 {
    color: #333;
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.tape-charges p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.tape-charges strong {
    color: #222;
}

.tape-charges p:last-child {
    text-align: center;
    font-style: italic;
    font-weight: bold;
}
.sub-text, .text-bath, .types-heading{
    text-align: center;
}
.planning-works{
    margin-bottom: 30px;
}
.benefits-wood-flooring img, .center-img, .fitting-first-img img, .fitting-standard img,
.standard-fitting-image-container img, .type-loft-column img, .artificial-section img, 
.garage-block img, .garage-convo-design img, .features-const-content img, .home-img img,
.porcelain img, .bespoke_fitted_wardrobes-img  img, .wardrobe-product-card img, .fence-section img,
.features-const-garden-content img {
    border-radius: 5px;
}
/* Restorations css*/
/*.restoration-header{*/
/*   background-image: url(/front/restoration-img/restore.jpg);*/
/*    height: 350px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%;  */
/*}*/
 .restoration-hero {
      background: linear-gradient(to right, #3e3e3e, #1a1a1a);
      color: #fff;
      padding: 60px 20px;
      text-align: center;
    }
    .restoration-title {
      font-size: 32px;
      font-weight: bold;
    }
    .restoration-card {
      border: none;
      border-radius: 12px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      margin-top: 40px;
    }
    .restoration-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    .restoration-icon {
      font-size: 2rem;
      color: #007bff;
    }
    .restoration-list li::marker {
      color: #007bff;
    }
    .restoration-cta {
      background: #eb5933;
      color: #fff;
      padding: 40px 20px;
      text-align: center;

    }
    .restoration-process {
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 10px;
  max-width: 900px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
  color: #333;
}

.steps-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.step-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: white;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.step-icon {
  background-color: #eb5933;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-title {
  font-size: 1.1rem;
  margin: 0 0 0.3rem 0;
  color: #222;
}

.step-description {
  margin: 0;
  color: #555;
  font-size: 0.95rem;
}
.modern-restoration-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.restoration-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  margin-bottom: 12px;
  background: #f9fafb;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.restoration-item:hover {
  background: #eef5ff;
  transform: translateY(-2px);
}

.restore-icon {
  width: 45px;  /* Set the size of the icons */
  height: 45px;
  margin-right: 15px;
}

.text {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.result-restoration-section{
    padding-top: 3rem;
     padding-bottom: 3rem;
}
.provide-section{
    padding-bottom: 3rem;
}
.our-process-section h2{
    /*padding-bottom:15px; */
}
.restore-provide-icon {
    width: 50px;
    height: 50px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    border-radius: 50%;
  border: 2px dotted #ccc;
  padding: 5px;
}
.result-cont{
    padding-bottom: 40px;
}

/*before-after slider*/
 .slider-container {
      max-width: 480px;
      margin: 40px auto;
      padding: 0 10px;
    }

    .slick-slide {
      padding: 10px;
      box-sizing: border-box;
    }

    .before-after-wrapper {
      position: relative;
      width: 100%;
      overflow: hidden;
      border-radius: 16px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      background: #000;
    }

    .ba-container {
      position: relative;
      width: 100%;
      height: auto;
      touch-action: none;
    }

    .ba-img {
      display: block;
      width: 100%;
      height: auto;
      pointer-events: none;
    }

    .ba-before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      clip-path: inset(0 50% 0 0);
      z-index: 2;
      height: 400px;
    }

    .ba-after {
      position: relative;
      z-index: 1;
      height: 400px;
    }

    .ba-slider {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 4px;
      background-color: #ffffff;
      border-radius: 2px;
      z-index: 3;
      cursor: ew-resize;
    }

    .ba-slider::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 30px;
      height: 30px;
      background: rgba(255, 255, 255, 0.9);
      border: 2px solid #333;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
    .custom-arrows {
  text-align: center;
  margin-top: 25px;
}
.custom-arrows .slick-prev:before, .custom-arrows .slick-next:before
{
  display: none;
}
.custom-arrows .slick-prev,
.custom-arrows .slick-next {
  position: static; /* Remove absolute positioning */
  display: inline-block;
  margin: 0 10px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: black;
}
/*before-after slider end*/
.before-after-head h2 {
    color: #333333;
}
.before-after-head h3 {
    font-size: 18px;
    text-align: left;
}
.restore-hero .container{
    padding-left: 0px;
    padding-right: 0px;
}
.restoration-section {
    padding-bottom: 70px;
}
/*faq design*/

.faq-section {
    background-color: #162b33;
    padding: 0px 80px;
    color: #fff;
    flex-wrap: wrap;
    gap: 50px;
}

.faq-left {
}

.faq-title {
    font-size: 48px;
    color: #eb5933;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 50px;
}

.faq-right {
 padding: 50px;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
    cursor: pointer;
}

.faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}

.faq-icon {
    transition: transform 0.3s ease;
    font-size: 24px;
    color: #eb5933;
}

.faq-question {
    margin-left: 10px;
    flex-grow: 1;
    color: white;
    text-align: left;
    font-size: 16px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    opacity: 0;
   margin-left: 43px;
    color: white;
}

.faq-item.active .faq-answer {
    max-height: max-content;
    opacity: 1;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}
/*.disclaimer-header{*/
/*        background-image: url(/front/privacy-policy-img/disclaimer.jpg);*/
/*        height: 350px;*/
/*        background-size: cover;*/
/*        background-position: center;*/
/*        width: 100%;*/
/*    }*/
    
.fa-info {
    background: transparent !important;
    top: -6px !important;
    color: black !important;
    font-size: 16px !important;
    position: relative;
    border: 1px solid #eb5933;
    border-radius: 50%;
}
.doc-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.list-group li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}


#product-info ul.list-group {
    border: none;
}

#product-info ul.list-group .list-group-item {
    border: none;
    padding: 0;
}
.custom-td table td {
  width: 0%;
}

.custom-separator tbody tr {
  border-bottom: 2px solid #ccc !important;
}
 #product-info table td {
    color: black;
   width:  50%;
}

.custom-download {
    border: none;
    padding: 0;
    background: none;
}

.download-circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    position: relative;
    color: white;
    font-weight: bold;
    text-align: center;
}

.download-circle img {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}

.download-circle span {
    font-size: 12px;
    color: red;
}

.download-box {
   background: linear-gradient(to right, #eb5933, #f1957d);
    padding: 15px 20px;
    border-radius: 10px;
    flex-grow: 1;
}

.download-box a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.small-img img
 {
    height: 100px !important;
}
 /* flooring-retail-software-vision start*/ 
.kiroo-section p, 
.retailer-kiroo-section p, 
.calculation-kiroo-section p, 
.frontend-kiroo-section p, 
.product-kiroo-section p,
.project-kiroo-section p,
.dynamic-kiroo-section p{
    color: #6c757d;
}

.kiroo-section img,.retailer-kiroo-section img, 
.calculation-kiroo-section img, 
.frontend-kiroo-section img, 
.product-kiroo-section img,
.project-kiroo-section img,
.dynamic-kiroo-section img, 
.retail-ordering-kiroo-section img{
    border-radius: 8px;
}



.file-upload-image {
    height: 350px;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.flooring-retail-software-vision-header-heading {
    padding: 9% !important;
}
.flooring-retail-software-vision-header-heading h1 {
    color: #333;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}
.flooring-retail-software-vision-header-heading h1 span {
    color: #EB5933;
}

 /* flooring-retail-software-vision cube animation start*/ 
.cube-body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  perspective: 1000px;
}

.cube-gallery {
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  animation: rotate 10s infinite linear;
}

.cube {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transform-origin: center center;
}

.side {
  position: absolute;
  width: 400px;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cube-gallery .front  { transform: translateZ(200px); }
.cube-gallery .back   { transform: rotateY(180deg) translateZ(200px); }
.cube-gallery .right  { transform: rotateY(90deg) translateZ(200px); }
.cube-gallery .left   { transform: rotateY(-90deg) translateZ(200px); }
.cube-gallery .top    { transform: rotateX(90deg) translateZ(200px); }
.cube-gallery .bottom { transform: rotateX(-90deg) translateZ(200px); }

@keyframes rotate {
  0%   { transform: rotateY(0); }
  100% { transform: rotateY(360deg); }
}

 /* flooring-retail-software-vision heading animation start*/ 
 
.bigger {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  padding-bottom: 20px;
  /*text-transform: uppercase;*/
  color: #eb5933 !important; /* Fallback color - update with --color--main logic if needed */
  display: inline-block;
  position: relative;
}

.text {
  max-width: 600px;
  width: 100%;
  line-height: 24px;
  text-align: left;
  color: #404040;
  padding: 20px;
}

.text.txt-center {
  text-align: center;
}

.text a {
  color: var(--color--main);
}

.has-animation {
  position: relative;
}

.has-animation p,
.has-animation img {
  opacity: 0;
}

.has-animation.animate-in p,
.has-animation.animate-in img {
  animation: textHidden 0.1s 1.1s forwards;
}

.has-animation.animate-in::before,
.has-animation.animate-in::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}

.has-animation.animate-in::before {
  background-color: #e64a19; /* Burnt orange - brand color */
}

.has-animation.animate-in::after {
  background-color: white; /* Light gray complement */
  animation-delay: 0.5s;
}

.has-animation.animation-ltr.animate-in::before {
  animation: revealLTR 1.8s ease;
}

.has-animation.animation-ltr.animate-in::after {
  animation: revealLTR 1s 0.6s ease;
}

.has-animation.animation-rtl.animate-in::before {
  animation: revealRTL 1.8s ease;
}

.has-animation.animation-rtl.animate-in::after {
  animation: revealRTL 1s 0.6s ease;
}

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pulsate {
  animation: pulse 2s infinite;
  border-radius: 12px; /* Smooth the edges */
  transition: transform 0.3s ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.ongoing-kiroo-section {
  background-image: url('/front/flooring-vision/section-2flooring.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ongoing-kiroo-section p,
.retail-ordering-kiroo-section p,
.project-kiroo-section p{
    color: white;
}
.retail-ordering-kiroo-section{    
  background-image: url('/front/flooring-vision/section-6flooring.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dynamic-kiroo-section p,
.cube-kiroo-section p{
    color: #18191a;
}
.dynamic-kiroo-section{    
 background-image: url('/front/flooring-vision/section-4flooring.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.project-kiroo-section{
    background-image: url('/front/flooring-vision/section-6flooring.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;  
}
.cube-kiroo-section{
     background-image: url('/front/flooring-vision/section-4flooring.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.flooring-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/front/flooring-vision/flooring-vision-06.jpg') center/cover no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

/* Shared styles for all cards */
.flooring-service-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  padding: 30px 20px;
  background-color: #232435; /* fallback color */
  min-height: 340px;
  margin-bottom: 20px;
}



/* Unique background images on hover */
.flooring-card-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(/front/flooring-vision/flooring-vision-card-01.jpg);
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.flooring-card-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('/front/flooring-vision/flooring-vision-card-02.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.flooring-card-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('/front/flooring-vision/flooring-vision-card-03.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.flooring-card-4::before {
   content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('/front/flooring-vision/flooring-vision-card-04.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.flooring-card-5::before {
     content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('/front/flooring-vision/flooring-vision-card-05.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.flooring-card-6::before {
     content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('/front/flooring-vision/flooring-vision-card-06.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.flooring-card-7::before {
     content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('/front/flooring-vision/flooring-vision-card-07.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.flooring-service-card:hover::before {
  opacity: 1;
}

/* Content styles */
.flooring-card-content {
  position: relative;
  z-index: 1;
}

.flooring-card-content h3,
.flooring-card-content p {
  color: white;
  text-align: left;
}

/* Icon styles */
.dynamic-icon {
  color: #007bff;
  font-size: 28px;
  margin-bottom: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.dynamic-icon:hover {
  transform: rotate(15deg);
  color: #0056b3;
}

.icon-wrapper {
  color: #0C5ADB;
  background-color: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 30px;
  height: 80px;
  width: 80px;
  font-size: 34px;
  line-height: 80px;
}

  .unique-section {
  padding: 40px 0;
  background-color: #f9f9f9;
}

.cube-wrapper {
  position: relative;
  /*width: 380px;*/
  height: 380px;
  perspective: 1200px;
  /*transform-style: preserve-3d;*/
}

/* Common cube-tile styles */
.cube-tile {
  position: absolute;
  width: 60px;
  height: 60px;
  transition: transform 1s ease, opacity 1s ease;
  transform-origin: center;
}

/* Unique background colors for each cube wrapper */
#cubeWrapper1 .cube-tile {
  background-color: #3ecac9; /* Teal */
}

#cubeWrapper2 .cube-tile {
  background-color: #7a58ad; /* Purple */
}

#cubeWrapper3 .cube-tile {
  background-color: #f5c43b; /* Yellow */
}

#cubeWrapper4 .cube-tile {
  background-color: #f4725a; /* Coral/Red */
}
.cube-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #1d1d1d;
  font-family: 'Segoe UI', sans-serif;

}
/* Text inside cube */
.text-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: black;
  font-family: sans-serif;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
  text-align: left;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9); /* Optional: subtle background for better readability */
}

/* When scattered, show text */
.scattered .text-inside {
  opacity: 1;
}
#marquee-wrapper {
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            margin: 20px auto;
            height: 90px;
            display: flex;
            align-items: center;
            position: relative;
        }

        #marquee-content {
            display: inline-block;
            white-space: nowrap;
            font-size: 30px; /* Increased font size */
            font-weight: bold;
            position: absolute;
            will-change: transform;
            color: #eb5933; /* Updated font color */
        }


.page-image-banner {
    height: 350px;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.file-upload-image {
    width: 100%;
    height: auto;
    display: block;
}

.page-banner-title {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    z-index: 2;
}

.header-content h1 {
    color: #333;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.header-content h1 span {
    color: #EB5933;
}
.ts{
    padding: 50px 0;
}
.ts img {
    left: -14px;
    position: relative;
    z-index: 1;
    width: 50%;
    height: 50%;
    margin: auto;
    margin-right: auto;
    margin-left: auto;
    display: block;
    right: 0;
    top: 20px;
    /* left: 0; */
    bottom: 0;
}
.scattered .ts img {
    display: none;
}

/*** Skew cards Flooring vision pages start***/

.skew.cards {
      width: 100%;
      min-height: 60vh;
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: url('/front/flooring-vision/bg.jpg'); /* Replace with your background */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      padding: 50px 0;
      color: white;
    }

    .skew-hex-container {
      position: relative;
      width: 450px;
      height: 450px;
    }

    .hex-skew {
      width: 100%;
      height: 100%;
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      background: white;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      z-index: 2;
      position: relative;
    }

    .hex-skew img {
      width: 110px;
      height: 110px;
      object-fit: contain;
      transition: transform 0.3s ease;
    }

    .hex-skew .hex-part1 img, .hex-skew .hex-part2 img{
        margin-top: 50px;
    }
      .hex-skew .hex-part3 img, .hex-skew .hex-part4 img{
        margin-bottom: 50px;
    }

    .hex-part1, .hex-part2, .hex-part3, .hex-part4 {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 30px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .hex-part1 {
      border-right: 4px solid #bbb8b8;
      border-bottom: 4px solid #bbb8b8;
      background-color: #f5c43b;
    }

    .hex-part2 {
      border-bottom: 4px solid #bbb8b8;
      background-color: #f4725a;
    }

    .hex-part3 {
      border-right: 4px solid #bbb8b8;
      background-color: #3ccbc6;
    }
    .hex-part4 {
      background-color: #7a58ae;
    }

    /*.hex-part:hover {*/
    /*  background: #ececec;*/
    /*}*/

    .hex-card {
      position: absolute;
      width: 600px;
      height: 224px;
      color: #fff;
      padding: 15px;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
      opacity: 0;
      pointer-events: none;
      transition: all 0.5s ease;
      transform: scale(0.9);
      z-index: 3;
    }

    .hex-card.active {
      opacity: 1;
      pointer-events: auto;
      transform: scale(1);
      z-index: 0;
    }

    .top-left {
      background: #f7c436 ;
      top: 0px;
      left: -190px;
      transform: skewX(-5deg);
      clip-path: polygon(0% 0%, 70% 0%, 123% 100%, 100% 100%, 0% 100%);
       margin-left: -310px;
    }

    .top-right {
      background: #f46d56;
      top: 0px;
      right: -190px;
      transform: skewX(5deg);
      clip-path: polygon(100% 0%, 33% 0%, -50% 100%, 0% 100%, 100% 100%);
      margin-right: -310px;
    }

    .bottom-left {
      background:  #3ccbc6;
      bottom: 0px;
      left: -190px;
      transform: skewX(-5deg);
      clip-path: polygon(0% 0%, 100% 0%, 100% 51%, 73% 100%, 0% 100%);
       margin-left: -310px;
    }

    .bottom-right {
      background:  #7752a0;
      bottom: 0px;
      right: -190px;
      transform: skewX(5deg);
      clip-path: polygon(-32% 0%, 100% 0%, 100% 100%, 100% 100%, 30% 100%);
       margin-right: -310px;
    }

    .hex-card h3 {
      margin-top: 0;
    }
    .info-top-right {
      padding-left: 150px;  
    }
    .info-top-left {
      padding-right: 150px;  
    }
    
    .info-bottom-right {
      padding-left: 150px;  
    }
    
    .info-bottom-left {
      padding-right: 150px;  
    }
    
    
    /* Edge Decorative Triangles */
    .color-edge {
      position: absolute;
      width: 0;
      height: 0;
      z-index: 1;
    }

    .edge-top-left {
    top: 1px;
    left: -8px;
    border-left: 235px solid transparent;
    /*border-bottom: 107px solid #f7c436;*/
    transform: rotate(-2deg);
    transform-origin: left top;
}
    .edge-top-right {
    top: -18px;
    right: 2px;
    border-right: 222px solid transparent;
    /*border-bottom: 128px solid #f46d56;*/
    transform: rotate(-3deg);
    transform-origin: right top;
}

    .edge-bottom-left {
      bottom: -16px;
      left: 0px;
      border-left: 222px solid transparent;
      /*border-top:128px solid #3ccbc6;*/
      transform: rotate(-3deg);
      transform-origin: left bottom;
    }

    .edge-bottom-right {
    bottom: -21px;
    right: -1px;
    border-right: 227px solid transparent;
    /*border-top: 134px solid #7752a0;*/
    transform: rotate(4deg);
    transform-origin: right bottom;
}


#carouselExampleControls .rounded {
    height: 100% !important;
}
.testi-carousel .carousel-item {
    height: 395px !important;
}

.testimonial-item .rounded {
    height: 100%;
}

/*** Home Page Cube css start ***/

/* Home Page Cube Body (same as .cube-body) */

.home-page-cube-body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  perspective: 1000px;
}

.home-page-cube-body .cube-gallery {
  width: 375px;
  height: 375px;
  transform-style: preserve-3d;
  animation: rotate 10s infinite linear;
}

.home-page-cube-body .cube {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transform-origin: center center;
}

.home-page-cube-body .side {
  position: absolute;
  width: 375px;
  height: 375px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.home-page-cube-body .side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page-cube-body .front  { transform: translateZ(187.5px); }
.home-page-cube-body .back   { transform: rotateY(180deg) translateZ(187.5px); }
.home-page-cube-body .right  { transform: rotateY(90deg) translateZ(187.5px); }
.home-page-cube-body .left   { transform: rotateY(-90deg) translateZ(187.5px); }
.home-page-cube-body .top    { transform: rotateX(90deg) translateZ(187.5px); }
.home-page-cube-body .bottom { transform: rotateX(-90deg) translateZ(187.5px); }


@keyframes rotate {
  0%   { transform: rotateY(0); }
  100% { transform: rotateY(360deg); }
}

/*** home page cube css end ***/

.home-color {
    color: #EB5933;
}

/*** our-partners css start***/


/* Base styling */
.partners-section {
  /*background: linear-gradient(to right, #f8f9fa, #e0eafc);*/
  padding: 60px 20px;
  text-align: center;
}
.partners-section h2 {
    padding: 40px;
}
.partners-title {
  font-size: 2.5rem;
  margin-bottom: 40px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Flex container for logos */
.partners-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  animation: fadeInUp 1.2s ease-out;
}


/* Logo card */
.partner-logo {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  width: 220px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

/* Hover effects */
.partner-logo:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.partner-logo:hover img {
  transform: rotate(3deg);
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*** our-partners css end***/


.loyalty-program-section {
  background-color: #f9f9f9;
  padding: 40px 20px;
  font-family: "Poppins", sans-serif !important;
}

.loyalty-program-container {
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.effective-date {
  font-size: 16px;
  color: #ff5722;
  font-weight: bold;
  margin-bottom: 20px;
}

.loyalty-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.loyalty-description,
.loyalty-terms,
.loyalty-note {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}

.loyalty-thank-you,
.loyalty-management {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.vertical-line {
  position: relative;
  padding-right: 20px; /* Optional: spacing from the line */
}

.vertical-line::after {
    content: '';
    position: absolute;
    top: 181px;
    right: 0;
    width: 2px;
    height: 50%;
    background-color: #e1dfdf;
}



.vertical-line::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; /* Full width */
  height: 2px;
  background-color: #e1dfdf; /* Bottom horizontal line */
}

.underlay-container {
  padding: 40px;
  animation: fadeIn 1.2s ease;
}

/* Section Header */
.section-title {
  font-size: 30px;
  color: #EB5933;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #EB5933;
  display: block;
  margin: 10px auto 0;
  border-radius: 10px;
}

/* Section Block Layout */
.section-block {
  margin-bottom: 70px;
  position: relative;
}

.section-text {
  font-size: 16.5px;
  color: #444;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.highlight {
  /*background: #f1ebe9;*/
  padding: 30px 35px;
  border-left: 6px solid #EB5933;
  border-radius: 14px;
  box-shadow: 0 5px 25px rgba(178, 60, 151, 0.07);
  transition: background 0.3s ease;
}

.highlight:hover {
  background: #f1ebe9;
}

/* Benefit List */
ul.benefits-list {
  margin-top: 18px;
}

ul.benefits-list li {
  margin-bottom: 14px;
  font-weight: 500;
  color: #333;
  position: relative;
  padding-left: 18px;
  transition: color 0.3s ease;
}

ul.benefits-list li::before {
  content: "✔";
  color: #ca522c;
  position: absolute;
  left: 0;
  font-size: 16px;
  line-height: 1;
  top: 3px;
}

ul.benefits-list li:hover {
  color: #ca522c;
}

/* Image Styling */
.underlay-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.underlay-image img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Section Divider (Optional, for visual separation) */
.section-block:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
}


.team-section {
  font-family: 'Arial', sans-serif;
  color: #fff;
  background-color: white;
  padding-bottom: 40px;
}
.modal-content {
    color: black;
}
/* Yellow background part */
.team-section .header-wrapper {
  background-color: #eb5933;
  position: relative;

}

/* Text container */
.team-section .team-header {
  padding: 60px 80px 0;
}
.team-section .team-header h2{
  color: #fff;
  text-align: center;
}

/* White cut shape below yellow */
.team-section .cut-shape {
  background-color: white;
  height: 60px;
  width: calc(100% - 60px);
  margin: 0 auto;
  position: relative;
  clip-path: polygon(
    0 0, 40px 0, 40px 35px,
    calc(100% - 40px) 35px, calc(100% - 40px) 0, 100% 0,
    100% 100%, 0 100%
  );
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.section-title {
      text-align: center;
      padding: 40px 20px 20px;
    }

    .section-title h2 {
      color: #ff742e;
      font-size: 36px;
    }

       .team-container {
      display: grid;
      max-width: 1200px;
      margin: auto;
    }

    .team-card {
      text-align: center;
      border-right: 5px solid white;
      margin-bottom: 20px;
    }

    .team-card img {
      width: 100%;
      height: 260px;
      object-fit: cover;
      transition: filter 0.4s ease;
       border-top-left-radius: 12px;
    border-top-right-radius: 12px; 
    }
    
    .team-card img:hover {
  filter: brightness(1.15) contrast(1.05);
}
    .team-box {
      background: #fff;
      padding: 20px 15px;
      border-radius: 6px;
      position: relative;
      text-align: left;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      border: 15px solid #fff; 
    }
     
     
    /* Orange variant */
    .team-box.orange {
      border-style: solid;
    border-color: #f26522;
    border-width: 0 15px 15px 15px;
    }

    /* Brown variant */
    .team-box.brown {
      border: 15px solid #9c7a62;
    }

    /* bubble pointer for top box */
    .team-box.top::before,
    .team-box.top::after {
      content: "";
      position: absolute;
      bottom: -35px;
      left: 30px;
      border-style: solid;
    }

    .team-box.top::before {
      border-width: 12px;
      border-color: #fff transparent transparent transparent;
      z-index: 1;
    }

    .team-box.top::after {
      border-width: 10px;
      border-color: #9c7a62 transparent transparent transparent;
      bottom: -31px;
      z-index: 2;
    }

    /* bubble pointer for bottom box */
  .team-box.bottom::before, .team-box.bottom::after{
    content: "";
    position: absolute;
    bottom: 100%;
    left: 40px;
    border-style: solid;
}
    .team-box.bottom::before {
      border-width: 17px;
      border-color: transparent transparent #fff transparent;
      z-index: 1;
    }

    .team-box.bottom::after {
    border-width: 15px;
    border-color: transparent transparent #f26522 transparent;
    bottom: 99%;
    left: 42px;
    z-index: 2;
}

   .team-box h5 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 8px;
    color: black;

}
    .team-box p {
      font-size: 14px;
      color: #333;
      margin-bottom: 12px;
    }

    .team-box a {
      font-size: 14px;
      color: #f26522;
      text-decoration: none;
      font-weight: bold;
    }

    .team-box a:hover {
      text-decoration: underline;
    }

    .modal-title, h6{
        color: #ff742e;
    }
   .team-card h5{
        margin-top: 20px;
    }

    .skills {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px;
      margin-top: 10px;
    }

    .skill-tag {
      background: #231f3e;
      padding: 4px 10px;
      border-radius: 20px;
      font-size: 12px;
    }

    .view-btn {
      background: white;
      border: none;
      color: #ff742e;
      font-weight: bold;
      cursor: pointer;
    }
     .view-btn:hover{
     text-decoration: underline;
     }

    /* Modal */
    .modal {
      display: none;
      position: fixed;
      z-index: 9999;
      top: 0; left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0,0,0,0.8);
      justify-content: center;
      align-items: center;
    }
 .modal-body p{
     color: grey;
     /*margin-top: 30px;*/
 }
    .modal-content {
      background: white;
      border-radius: 12px;
     padding: 20px 27px 20px 15px;
      width: 100%;
      max-width: 900px;
      position: relative;
      color: white;
      display: flex;
      flex-wrap: wrap;
      /*gap: 20px;*/
    }
  .modal-content ul li{
      color: grey;
  }
    .modal-content img {
     width: 100%;
    height: 318px;
    object-fit: cover;
    }

    .modal-info {
      flex: 1;
      min-width: 250px;
    }

    .close-btn {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 24px;
      color: white;
      cursor: pointer;
    }

    .section {
      margin-bottom: 20px;
    }

    .section h3 {
      color: #ff742e;
      margin-bottom: 5px;
    }

    .badges {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .badge {
      background: #231f3e;
      padding: 5px 10px;
      border-radius: 20px;
      font-size: 13px;
    }

    .modal-buttons {
      margin-top: 10px;
    }

    .modal-buttons {
       display: flex; 
       gap: 25px;
    }
    .modal-buttons img{
        width: 25px;
        height: 25px;
    }
    
.text-effect{
    display: block;
    text-align: center;
    font-size: 45px;
    color: #fff;
    position: relative;
    /*text-shadow: #fff 0.006em 0.006em 0.007em,*/
    /*#9c9c9c 1px 1px 1px,*/
    /*#9c9c9c 1px 2px 1px,*/
    /*#9c9c9c 1px 3px 1px,*/
    /*#9c9c9c 1px 4px 1px,*/
    /*#9c9c9c 1px 5px 1px,*/
    /*#9c9c9c 1px 6px 1px,*/
    /*#9c9c9c 1px 7px 1px,*/
    /*#9c9c9c 1px 8px 1px,*/
    /*#9c9c9c 1px 9px 1px,*/
    /*#9c9c9c 1px 10px 1px,*/
    /*#9c9c9c 1px 11px 1px,*/
    /*#9c9c9c 1px 12px 1px,*/
    /*rgba(16, 16, 16, 0.4) 1px 18px 6px,*/
    /*rgba(16, 16, 16, 0.2) 1px 22px 10px,*/
    /*rgba(16, 16, 16, 0.2) 1px 26px 35px,*/
    /*rgba(16, 16, 16, 0.4) 1px 30px 65px,*/
    /*#fff -0.15em -0.1em 100px;*/
}
.sticky-modal-side {
    position: sticky;
    top: 0;
    align-self: stretch;
    /*padding: 15px;*/
}

.modal-scroll-side {
  max-height: 60vh;   /* full viewport height */
  overflow-y: auto;    /* enable vertical scrolling */
  padding-right: 10px; /* optional: space for scrollbar */
}
.team-section .modal-header .btn-close {
    position: absolute !important;
    top: -2px !important;
    right: 0px !important;
    height: 15px !important;
    width: 15px !important;
    border-radius: 50% !important;
    background-color: #ff7f3f !important;
    opacity: 1 !important;
    font-size: 10px;
}
.team-section .modal-header{
    padding: 0px 0px 2px 20px !important;
}
.modal-scroll-side h5 {
    margin-bottom: 12px;
}
.modal-body-designation {
    font-size: 12px;
    line-height: 0;
    margin-bottom: 26px;
}
/* ===== Contractor Partnership Section 1 ===== */
    .contractor-partnership-section1 {
      position: relative;
      padding: 80px 0;
      overflow: hidden;
      background-image: 
        linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.6)), 
        url("/front/contractor-profit/01.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .contractor-partnership-section1 .hero-text h6 {
      color: #ff742e;
      letter-spacing: 2px;
      font-weight: 500;
      margin-bottom: 15px;
    }

    .contractor-partnership-section1 .hero-text h1 {
      font-weight: 700;
      font-size: 42px;
      line-height: 1.3;
      margin-bottom: 20px;
      text-align: left;
    }

    .contractor-partnership-section1 .hero-text h1 span {
      color: #ff742e;
    }

    .contractor-partnership-section1 .hero-text p {
      font-size: 15px;
      color: #666;
      max-width: 500px;
      margin-bottom: 30px;
    }

    .contractor-partnership-section1 .hero-img {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 40px;
    }

    .contractor-partnership-section1 .circle-mask {
      position: relative;
      width: 600px;
      height: 600px;
      border: 30px solid #f5f5f5;
      border-radius: 50%;
      overflow: hidden;
      clip-path: inset(0 80px 0 0);
    }

    .contractor-partnership-section1 .circle-mask img {
      width: 90%;
      height: 90%;
      object-fit: cover;
      position: relative;
      z-index: 2;
      border-radius: 50%;
    }

    .contractor-partnership-section1 .circle-mask::before,
    .contractor-partnership-section1 .circle-mask::after {
      content: "";
      position: absolute;
      left: -120px;
      width: 250px;
      height: 20px;
      background: #e6e6e6;
      border-radius: 10px;
      z-index: 1;
    }

    .contractor-partnership-section1 .circle-mask::before { top: 25%; }
    .contractor-partnership-section1 .circle-mask::after { top: 45%; }

    .contractor-partnership-section1 .circle-mask .line {
      position: absolute;
      left: -120px;
      top: 65%;
      width: 250px;
      height: 20px;
      background: #e6e6e6;
      border-radius: 10px;
      z-index: 1;
    }

    /* ===== Section 2 ===== */
    .contractor-partnership-section2 {
      position: relative;
      background: url('/front/contractor-profit/02.jpg') no-repeat center center/cover;
      color: #333;
      z-index: 1;
    }

    .contractor-partnership-section2 h2 {
      font-size: 28px;
    }

    .contractor-partnership-section2 .link-highlight {
      color: #f7a600;
      font-weight: 500;
      text-decoration: none;
    }

    .contractor-partnership-section2 .icon-box {
      background: #f7c600;
      color: #fff;
      padding: 25px 20px;
      border-radius: 12px;
      display: inline-block;
      width: 100%;
      text-align: center;
    }

    .contractor-partnership-section2 .icon-box img {
      width: 40px;
      height: 40px;
    }

    .contractor-partnership-section2 .icon-box p {
      font-size: 13px;
      margin-top: 10px;
      color: #fff;
    }
    .contractor-partnership-section3-form{
 padding: 80px 0;
}
.contractor-partnership-section3-form-header {
    background: #ff6600;
    padding: 10px 25px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
    text-align: center;
}

.contractor-partnership-section3-form-form-content {
    padding: 25px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); 
    border-radius: 8px; 
    background: #fff; 
}

.contractor-partnership-section3-form .form-control {
    padding: 10px 50px 10px 15px;
    height: 50px;
    font-size: 18px;
    color: #acacac;
    border: 2px solid #acacac;
    margin-bottom: 15px;
    background: transparent;
}
.contractor-partnership-section3-form #skills {
    padding: 10px 15px;
    height: auto;
    font-size: 16px;
    color: #333;
    border: 2px solid #acacac;
    margin-bottom: 10px;
    background: #fff;
}

/* Styling for selected tags */
.selected-items {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.selected-items span {
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.selected-items span .remove {
    cursor: pointer;
    font-weight: bold;
    color: #b23c97;
}
.contractor-partnership-section3-form .form-control2 {
    padding: 10px 50px 10px 15px;
    height: 100px;
    font-size: 18px;
    color: #acacac;
    border: 2px solid #acacac;
    background: transparent;
    width:100%;
}
.contractor-partnership-section3-form .control-label {
    width: 42px;
    height: 40px;
    font-size: 17px;
    color: #acacac;
    border-left: 1px solid #acacac;
    position: absolute;
    top: 5px;
    right: 20px;
    text-align: center;
}

.contractor-partnership-section3-form .captcha {
    padding-right: 0;
}

.contractor-partnership-section3-form .captcha label {
    background: #e0e0e0;
    display: block;
    height: 50px;
    font-size: 16px;
    color: #acacac;
    line-height: 45px;
    text-align: center;
    border-radius: 3px 0 0 3px;
}

.contractor-partnership-section3-form .captcha-text {
    padding-left: 0;
}

.contractor-partnership-section3-form .captcha-text input {
    border-radius: 0 3px 3px 0;
}

.contractor-partnership-section3-form .footer .btn {
    background: #ff6600;
    font-size: 18px;
    color: #fff;
    margin: 10px 0;
    clear: both;
    padding: 10px 25px;
    transition: all 0.5s ease 0s;
}

.contractor-partnership-section3-form .name {
    padding: 10px 15px;
}
.contractor-partnership-section3-form .custom-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures image scales without distortion */
  display: block;    /* removes unwanted gaps below image */
}
    @media (max-width: 576px) {
      .contractor-partnership-section1 .hero-text h1 {
        font-size: 24px;
      }
      .contractor-partnership-section1 .circle-mask {
        width: 220px;
        height: 220px;
        border-width: 12px;
        clip-path: inset(0 30px 0 0);
      }
      .contractor-partnership-section1 .circle-mask::before,
      .contractor-partnership-section1 .circle-mask::after,
      .contractor-partnership-section1 .circle-mask .line {
        left: -50px;
        width: 120px;
        height: 12px;
      }
       .investor-step-number { font-size: 40px; }
    .investor-join-card { padding: 32px 20px; }
    .investor-highlight-box { padding: 20px; }
    .investor-principle-icon { width: 48px; height: 48px; font-size: 20px; }
    }
.trade-section {
    /*background: linear-gradient(90deg, #d9854b, #e3ded1);*/
    background: #d9854b;
      color: #fff;
      padding: 80px 0;
    }

    .trade-content h1 {
      font-size: 2.5rem;
      font-weight: 700;
    }

    .trade-content p {
      font-size: 1rem;
      margin: 20px 0;
      color: rgba(255, 255, 255, 0.85);
    }

    .trade-btn {
      background-color: #fff;
      color: #2b59ff;
      border: none;
      padding: 12px 28px;
      font-size: 1rem;
      border-radius: 5px;
      font-weight: 600;
      transition: 0.3s ease;
      text-decoration: none;
      display: inline-block;
    }

    .trade-btn:hover {
      background-color: #f0f0f0;
      color: #2b59ff;
    }

    .hero-illustration {
      text-align: center;
    }

    .hero-illustration img {
      max-width: 100%;
    }
    /* Center alignment */
.register-trade-btn {
  text-align: center;
  margin-top: 20px;
}

/* Simple button */
.btn-simple {
  display: inline-block;
  padding: 12px 28px;
  background-color: #f53a00bf;   /* blue */
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

/* Hover effect */
.btn-simple:hover {
  background-color: #da4d21bf;   /* darker blue */
}
.btn-primary:active:focus{
      box-shadow: none !important;
}
/*Uk distribution css start*/

  .uk-distributor-section {
      /*min-height: 100vh;*/
      display: flex;
      align-items: center;
    }

    .uk-distributor-section .uk-glass-container {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
      backdrop-filter: blur(10px);
      border-radius: 1.5rem;
      padding: 1rem;
      /*box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);*/
      border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .uk-distributor-section .uk-inner-container {
      background: #fff;
      border-radius: 1rem;
      padding: 2rem;
      box-shadow: 0 10px 30px -10px hsl(220, 70%, 25%, 0.2);
      border: 2px dashed rgba(196, 154, 108, 0.3);
    }

    .uk-distributor-section .uk-content-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      align-items: center;
    }

    /* Carousel */
    .uk-distributor-section .uk-carousel-container {
      position: relative;
      aspect-ratio: 4/3;
      border-radius: 1rem;
      overflow: hidden;
      box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .uk-distributor-section .uk-carousel-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    .uk-distributor-section .uk-carousel-slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all 0.7s ease-in-out;
      transform: scale(1.05);
    }

    .uk-distributor-section .uk-carousel-slide.active {
      opacity: 1;
      transform: scale(1);
    }

    .uk-distributor-section .uk-carousel-slide img {
      width: 100%;
      /*height: 100%;*/
      object-fit: cover;
      transition: transform 0.7s ease;
    }

    .uk-distributor-section .uk-carousel-slide:hover img {
      transform: scale(1.05);
    }

    .uk-distributor-section .uk-carousel-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 50%;
      background: linear-gradient(to top, rgba(19, 49, 108, 0.6), transparent);
      pointer-events: none;
    }

    /* Navigation */
    .uk-distributor-section .uk-nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: linear-gradient(135deg, #e0791f, #e89c30);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      width: 2.5rem;
      height: 2.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      color: hsl(220, 70%, 25%);
      font-size: 1.2rem;
      opacity: 0;
      z-index: 10;
    }

    .uk-distributor-section .uk-carousel-container:hover .uk-nav-btn {
      opacity: 1;
    }

    .uk-distributor-section .uk-nav-btn:hover {
      background: linear-gradient(135deg, #e0791f, #e89c30);
      color: #fff;
      transform: translateY(-50%) scale(1.1);
      box-shadow: 0 20px 40px -10px #13316c4d;
    }

    .uk-distributor-section .uk-nav-btn.uk-prev {
      left: 1rem;
    }

    .uk-distributor-section .uk-nav-btn.uk-next {
      right: 1rem;
    }

    /* Indicators */
    .uk-distributor-section .uk-carousel-indicators {
      position: absolute;
      bottom: 1rem;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 0.5rem;
      z-index: 10;
    }

    .uk-distributor-section .uk-indicator {
      width: 0.75rem;
      height: 0.75rem;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.5);
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .uk-distributor-section .uk-indicator.active {
      background: #eb5933;
      transform: scale(1.25);
      box-shadow: 0 0 10px rgba(224, 121, 31, 0.5);
    }

    .uk-distributor-section .uk-indicator:hover {
      background: rgba(255, 255, 255, 0.7);
    }

    /* Tool Name */
    .uk-distributor-section .uk-tool-name {
      position: absolute;
      bottom: 4rem;
      left: 1rem;
      background: linear-gradient(135deg, #ffffff1a, #ffffff0d);
      backdrop-filter: blur(10px);
      border-radius: 0.5rem;
      padding: 0.5rem 1rem;
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: #eb5933;
      font-weight: 500;
      font-size: 0.875rem;
    }

    /* Content */
    .uk-distributor-section .uk-content-section {
      display: flex;
      flex-direction: column;
      gap: 2rem;
    }

 .uk-distributor-section .uk-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      background: #eb5933;
      color: #fafafa;
      padding: 0.5rem 1rem;
      border-radius: 2rem;
      font-size: 0.875rem;
      font-weight: 500;
      width: fit-content;
    }

    .uk-distributor-section .uk-badge-dot {
      width: 0.5rem;
      height: 0.5rem;
      background: #fafafa;
      border-radius: 50%;
      animation: pulse 2s infinite;
    }

    .uk-distributor-section .uk-title {
      font-size: 3rem;
      font-weight: bold;
      line-height: 1.2;
    }

    .uk-distributor-section .uk-title-gradient {
      background: linear-gradient(135deg, #13316c, #24478f);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .uk-distributor-section .uk-description {
      font-size: 1.125rem;
      color: hsl(215, 16%, 47%);
      line-height: 1.7;
    }

    /* Features */
    .uk-distributor-section .uk-features-list {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    .uk-distributor-section .uk-feature-item {
      display: flex;
      align-items: center;
      gap: 1rem;
      background: linear-gradient(135deg, #ffffff1a, #ffffff0d);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 0.75rem;
      transition: all 0.3s ease;
    }

    .uk-distributor-section .uk-feature-item:hover {
      box-shadow: 0 10px 30px -10px #13316c33;
      border-color: #c49a6c33;
      transform: translateY(-2px);
    }

    .uk-distributor-section .uk-feature-icon {
      width: 2rem;
      height: 2rem;
      background: linear-gradient(135deg, #eb5933, #e89c30);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fafafa;
      font-weight: bold;
      flex-shrink: 0;
    }

    .uk-distributor-section .uk-feature-text {
      color: hsl(220, 13%, 13%);
      font-weight: 500;
    }

    /* CTA */
    .uk-distributor-section .uk-cta-button {
      background: linear-gradient(135deg, #eb5933, #e89c30);
      color: #fff;
      padding: 1rem 2rem;
      font-size: 1.125rem;
      font-weight: 600;
      border: none;
      border-radius: 0.75rem;
      cursor: pointer;
      transition: all 0.3s ease;
      text-decoration: none;
      display: inline-block;
      text-align: center;
    }

    .uk-distributor-section .uk-cta-button:hover {
      transform: scale(1.05);
      box-shadow: 0 20px 40px -10px #13316c4d;
    }

    /* Decorative */
    .uk-distributor-section .uk-decorative-circle-1,
    .uk-distributor-section .uk-decorative-circle-2 {
      position: absolute;
      border-radius: 50%;
      opacity: 0.2;
      animation: pulse 3s infinite;
    }

    .uk-distributor-section .uk-decorative-circle-1 {
      top: -1rem;
      right: -1rem;
      width: 5rem;
      height: 5rem;
      background: linear-gradient(135deg, #e0791f, #e89c30);
    }

    .uk-distributor-section .uk-decorative-circle-2 {
      bottom: -1rem;
      left: -1rem;
      width: 4rem;
      height: 4rem;
      background: linear-gradient(135deg, #13316c, #24478f);
      animation-delay: 0.7s;
    }

    @keyframes pulse {
      0%, 100% { opacity: 0.2; transform: scale(1); }
      50% { opacity: 0.4; transform: scale(1.1); }
    }
/*Uk distribution css end*/
.team-overlay-content {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    color: #fff;
    max-width: 500px; /* optional, keeps text in limit */
}

.team-home-title {
    font-size: 50px;
    margin-bottom: 10px;
}

.team-home-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    color:black;
}

.home-team-btn {
    padding: 12px 25px;
    font-size: 16px;
    background-color: #f26522;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.contractor-partnership-section3-form .select2-container--default .select2-selection--multiple {
    background-color: #fff !important;
    border: 2px solid #aaa !important;
    padding-bottom: 10px !important;
    min-height: 50px;
    padding: 0px 50px 0px 15px !important;
    font-size: 18px !important;
    color: #acacac !important;
    border: 2px solid #acacac !important;
    margin-bottom: 15px !important;
}
.contractor-partnership-section3-form 
  .select2-container--default 
  .select2-selection--multiple 
  .select2-search--inline 
  .select2-search__field {
    margin-top: 10px !important;
    height: 22px !important;
}
.contractor-partnership-section3-form
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 16px !important;
}
#first-slider .swiper-navigation-icon {
    display: none;
}

/*investors css start*/
.main-investor {
    font-family: "Poppins", sans-serif;
    background: linear-gradient(180deg, #faf8f5 0%, #f5f0e8 100%);
    color: #2a1f1a;
    line-height: 1.6;
}

/* Tags */
.investor-tag {
    display: inline-block;
    background: rgba(232, 93, 36, 0.1);
    color: #e85d24;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
}

.investor-tag.gold {
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
}

/* Gradient text */
.investor-gradient-text {
    background: linear-gradient(135deg, #e85d24 0%, #f59e0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Typography */
.main-investor h1, .main-investor h2, .main-investor h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 16px;
}

/*.main-investor h1 { font-size: clamp(36px, 6vw, 56px); line-height: 1.15; }*/
/*.main-investor h2 { font-size: clamp(28px, 5vw, 44px); }*/
.main-investor h3 { font-size: 20px; font-weight: 600; }
.main-investor p {
    color: #6b5c52;
    font-size: 16px;
}

/* Buttons */
.investor-btn-primary {
    background: linear-gradient(135deg, #e85d24 0%, #f59e0b 100%);
    color: white;
    border: none;
    padding: 18px 36px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 30px -10px rgba(232, 93, 36, 0.4);
    transition: all 0.3s;
}

.investor-btn-primary:hover { transform: scale(1.05); }

.investor-btn-secondary {
    background: rgba(45, 90, 71, 0.1);
    color: #2d5a47;
    border: none;
    padding: 18px 36px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.investor-btn-secondary a { text-decoration: none; color: inherit; }

.investor-btn-secondary:hover {
    background: rgba(45, 90, 71, 0.2);
}

/* Stats card */
.investor-stats-card {
    background: #faf8f5;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 4px 20px -4px rgba(42, 31, 26, 0.1);
    border: 1px solid rgba(42, 31, 26, 0.08);
    position: relative;
}

.investor-stats-card::before {
    content: '';
    position: absolute;
    top: -16px;
    left: -16px;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #e85d24 0%, #f59e0b 100%);
    border-radius: 24px;
    opacity: 0.15;
    z-index: -1;
}

.investor-stat-item {
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 16px;
    height: 130px;
}

.investor-stat-value { font-size: 28px; font-weight: 700; color: #e85d24; margin-bottom: 4px; }
.investor-stat-value.green { color: #2d5a47; }
.investor-stat-value.gold { color: #f59e0b; }
.investor-stat-value.dark { color: #2a1f1a; }
.investor-stat-label { font-size: 13px; color: #6b5c52; }

/* Principle cards */
.investor-principle-card {
    background: white;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 4px 16px -4px rgba(42, 31, 26, 0.08);
    border: 1px solid rgba(42, 31, 26, 0.06);
    transition: all 0.3s;
}

.investor-principle-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px -8px rgba(232, 93, 36, 0.2);
}

.investor-principle-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
    transition: transform 0.3s;
}

.investor-principle-card:hover .investor-principle-icon {
    transform: scale(1.1);
}

.investor-principle-icon.orange { background: rgba(232, 93, 36, 0.1); color: #e85d24; }
.investor-principle-icon.green { background: rgba(45, 90, 71, 0.1); color: #2d5a47; }
.investor-principle-icon.gold { background: rgba(245, 158, 11, 0.1); color: #f59e0b; }

/* Impact / Why */
.investor-impact-card { background: white; border-radius: 24px; padding: 32px; box-shadow: 0 4px 20px -4px rgba(42,31,26,0.1); border: 1px solid rgba(42,31,26,0.08); }
.investor-impact-list { display: flex; flex-direction: column; gap: 16px; }
.investor-impact-item {
    background: #faf8f5;
    border-radius: 14px;
    margin-bottom: 12px;
    padding: 14px;
    cursor: pointer;
}

/* Header row: p + icon on the same line */
.impact-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Paragraph */
.impact-header p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    color: black;
}

/* Icon styling */
.investor-check-icon {
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #e85d24 0%, #f59e0b 100%);
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

/* Extra content smooth transition */
.impact-extra {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding-left: 0;
    margin-top: 0;
}
.investor-impact-item.active .impact-extra {
    padding-top: 20px;
}
.investor-impact-item .impact-extra p{
     color: #6b5c52;
    font-size: 14px;
}



/* Rotate icon when active */
.investor-impact-item.active .investor-check-icon {
    transform: rotate(180deg); /* changes + to x-like shape */
}

/* Highlight box */
.investor-highlight-box {
    background: linear-gradient(135deg, #e85d24 0%, #f59e0b 100%);
    border-radius: 20px;
    padding: 28px;
    color: white;
    margin-top: 32px;
}
.investor-highlight-box p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: italic;
    color: white;
    margin: 0;
}

/* How It Works */
.investor-step-card { text-align: center; }
.investor-step-number {
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-weight: 700;
    color: rgba(232, 93, 36, 0.15);
    margin-bottom: 12px;
    transition: color 0.3s;
}
.investor-step-card:hover .investor-step-number { color: rgba(232, 93, 36, 0.35); }
.investor-step-content {
    background: white;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 4px 16px -4px rgba(42,31,26,0.08);
    border: 1px solid rgba(42,31,26,0.06);
    transition: box-shadow 0.3s;
}
.investor-step-card:hover .investor-step-content { box-shadow: 0 12px 32px -8px rgba(232,93,36,0.2); }

/* Join the movement */
.investor-join-card {
    background: linear-gradient(135deg, #2d5a47 0%, #3d7a5f 100%);
    border-radius: 32px;
    padding: 48px 32px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}
.investor-join-card p{
    color: #ffffff;
}
.investor-join-card::before,
.investor-join-card::after {
    content: '';
    position: absolute;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50%;
}
.investor-join-card::before { width: 300px; height: 300px; top: -100px; left: -100px; }
.investor-join-card::after { width: 400px; height: 400px; bottom: -150px; right: -150px; }
.investor-join-value { background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border-radius: 16px; padding: 20px 28px; }
.investor-join-value-num { font-size: 28px; font-weight: 700; }
.investor-join-value-label { font-size: 13px; opacity: 0.8; }

/* CTA buttons */
.investor-btn-donate {
    background: linear-gradient(135deg, #e85d24 0%, #f59e0b 100%);
    color: white;
    border: none;
    padding: 20px 48px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 10px 30px -10px rgba(232,93,36,0.4);
    transition: all 0.3s;
    transform: rotate(180deg);
}
.investor-btn-donate:hover { transform: scale(1.05); }

.investor-btn-video {
    background: #2a1f1a;
    color: white;
    border: none;
    padding: 20px 48px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s;
}
.investor-btn-video:hover { 
    background: #1a120e;
    color: white;}

/* Footer */
.investor-footer { padding: 32px 24px; border-top: 1px solid rgba(42,31,26,0.1); }
.investor-footer-inner { max-width: 1280px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.investor-footer-logo { display: flex; align-items: center; gap: 10px; }
.investor-footer-icon { width: 32px; height: 32px; background: linear-gradient(135deg, #e85d24 0%, #f59e0b 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 14px; }
.investor-footer-name { font-family: "Poppins", sans-serif; font-weight: 600; }
.investor-footer p { font-size: 14px; color: #6b5c52; }

/* ---------------- MEDIA QUERIES ---------------- */
@media (max-width: 1200px) {
    .investor-step-number { font-size: 52px; }
    .investor-btn-primary, .investor-btn-secondary, .investor-btn-donate, .investor-btn-video { padding: 16px 32px; font-size: 15px; }
}

@media (max-width: 992px) {
    .investor-stats-card { padding: 24px; }
    .investor-step-number { font-size: 48px; }
    .investor-step-content { padding: 24px; }
    .investor-highlight-box { padding: 24px; }
}
.cube-wrapper2 {
    perspective: 1200px;
    clip-path: polygon(50% 0%, 100% 35%, 100% 100%, 0% 100%, 0% 35%);
        position: relative;
    height: 280px;
}
.text-inside2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: black;
    font-family: sans-serif;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
    text-align: left;
    z-index: 2;
    width: 100%;
}
.scattered .text-inside2{
    opacity: 1;
}
.unique-simple-head{
    padding-bottom: 35px;
}
/* Take action call section css */
/* Container */
    .investor-take-action-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
    }

    /* Section */
    .investor-take-action-cta-section {
      padding: 80px 0;
      background: #f9f8f5;
    }

    /* Image Column */
    .investor-take-action-image-column {
      position: relative;
    }

    .investor-take-action-image-wrapper {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 12px 40px -8px rgba(26, 54, 93, 0.2);
    }

    .investor-take-action-image-wrapper img {
      width: 100%;
      height: 400px;
      object-fit: cover;
      display: block;
    }
    .investor-take-action-image-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(26, 54, 93, 0.6), transparent, transparent);
    }

    /* Stats overlay card */
    .investor-take-action-stats-card {
      position: absolute;
      bottom: 24px;
      left: 24px;
      right: 24px;
      background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: 16px;
      padding: 16px;
      color: #fff;
    }

    .investor-take-action-stats-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .investor-take-action-stat-item {
      text-align: center;
    }

    .investor-take-action-stat-item:first-child {
      text-align: left;
    }

    .investor-take-action-stat-item:last-child {
      text-align: right;
    }

    .investor-take-action-stat-label {
      font-size: 12px;
      opacity: 0.8;
    }

    .investor-take-action-stat-value {
      font-size: 24px;
      font-weight: 700;
    }

    .investor-take-action-stat-sublabel {
      font-size: 11px;
      opacity: 0.7;
    }

    .investor-take-action-stat-divider {
      width: 1px;
      height: 48px;
      background: rgba(255,255,255,0.2);
    }

    /* Content Column */
    .investor-take-action-content-column {
    text-align: center;
    padding: 20px 35px !important;
}

    /* Logo & Tag row */
    .investor-take-action-logo-tag-row {
      display: flex;
      align-items: center;
      gap: 16px;
      justify-content: center;
      margin-bottom: 24px;
    }

    .investor-take-action-logo {
      width: 64px;
      height: 64px;
    }

    .investor-take-action-tag {
      display: inline-block;
      padding: 6px 16px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      border-radius: 5px;
      background: rgba(232, 93, 76, 0.1);
      color: #e85d4c;
      border: 1px solid rgba(232, 93, 76, 0.2);
    }

    /* Heading */
    .investor-take-action-cta-heading {
      font-weight: 700;
      color: #1a2744;
      margin-bottom: 24px;
      line-height: 1.2;
    }

    .investor-take-action-cta-heading .call-highlight {
      color: #e85d4c;
    }

    /* Description */
    .investor-take-action-cta-description {
      margin-bottom: 32px;
    }

    .investor-take-action-cta-description p {
      font-size: 16px;
      color: #5a6a80;
      margin-bottom: 16px;
      text-align: left;
    }

    .investor-take-action-cta-description p:last-child {
      margin-bottom: 0;
    }

    .investor-take-action-cta-description strong {
      color: #1a2744;
    }

    .investor-take-action-cta-description .highlight {
      color: #e85d4c;
      font-weight: 600;
    }

    /* Quote */
    .investor-take-action-quote-block {
      background: #f0eeea;
      border-radius: 16px;
      padding: 24px;
      margin-bottom: 32px;
      border-left: 4px solid #e85d4c;
    }

    .investor-take-action-quote-block p {
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      font-style: italic;
      color: #1a2744;
    }

    /* Buttons */
    .investor-take-action-btn-group {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      justify-content: center;
    }

    
    .investor-take-action-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 12px 32px;
      font-size: 16px;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      border-radius: 10px;
      text-decoration: none;
      cursor: pointer;
      transition: all 0.3s ease;
      border: none;
    }

    .investor-take-action-btn-donate {
      background: linear-gradient(135deg, #e85d4c 0%, #d14a3a 100%);
      color: #fff;
      box-shadow: 0 8px 30px -6px rgba(232, 93, 76, 0.4);
    }

    .investor-take-action-btn-donate:hover {
      transform: scale(1.02);
      box-shadow: 0 0 60px rgba(232, 93, 76, 0.3);
    }

    .investor-take-action-btn-donate svg {
      transition: transform 0.3s;
    }

    .investor-take-action-btn-donate:hover svg:last-child {
      transform: translateX(4px);
    }

    .investor-take-action-btn-video {
      background: #fff;
      color: #1a2744;
      border: 2px solid #e0ddd8;
    }

    .investor-take-action-btn-video:hover {
      border-color: #1a2744;
      background: #fafafa;
    }

    .investor-take-action-btn-video .youtube-icon {
      color: #e85d4c;
    }

    .investor-take-action-btn svg {
      width: 20px;
      height: 20px;
    }

    @media (max-width: 640px) {
      .investor-take-action-btn-group {
        flex-direction: column;
        width: 100%;
      }
      .investor-take-action-btn {
        width: 100%;
      }
    }
  
/*investors css end*/

/*Donation page css start */

.donation-btn-charity {
            background-color: #c8111e;
            color: white;
            padding: 12px 30px;
            border: none;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
        }
        
        .donation-btn-charity:hover {
            background-color: #c8111e;
            color: white;
            transform: translateY(-2px);
        }
        
        .donation-btn-outline-charity {
            border: 2px solid #c8111e;
            color: #c8111e;
            padding: 12px 30px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            background: transparent;
            transition: all 0.3s ease;
        }
        
        .donation-btn-outline-charity:hover {
            background-color: #c8111e;
            color: white;
        }
        
        .donation-section-title {
            font-size: 2.5rem;
            color: #1a1a2e;
            margin-bottom: 1rem;
            position: relative;
        }
        
        .donation-section-subtitle {
            color: white;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 0.875rem;
            margin-bottom: 0.5rem;
        }
        
        /* Hero Section */
        .donation-hero-section {
          background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
            url('/front/donation/family-banner.jpg') center/cover no-repeat;
            min-height: 65vh;
            display: flex;
            align-items: center;
            color: white;
            text-align: center;
        }
        
        .donation-hero-section h1 {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            text-transform: uppercase;
            color: white;
        }
        
        .donation-hero-section p {
            font-size: 1.25rem;
            margin-bottom: 2rem;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        
        /* CTA Boxes */
        .donation-cta-boxes {
            margin-top: -80px;
            position: relative;
            z-index: 10;
        }
        
        .donation-cta-box {
            padding: 40px 30px;
            text-align: center;
            color: white;
            transition: transform 0.3s ease;
            min-height: 324px;
        }
        
        .donation-cta-box:hover {
            transform: translateY(-10px);
        }
        
        .donation-cta-box.red { background-color: #c8111e; }
        .donation-cta-box.gold { background-color: #d4a739; }
        .donation-cta-box.olive { background-color: #4a5d23; }
        
        .donation-cta-box i {
            font-size: 3rem;
            margin-bottom: 1rem;
        }
        
        .donation-cta-box h3 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            color: white;
        }
        
        /* About Section */
        .donation-about-section {
            padding: 60px 0;
            background-color: white;
        }
        
        .donation-about-section img {
            border-radius: 10px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }
        
        .donation-feature-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1.5rem;
        }
        
        .donation-feature-item i {
            color: #c8111e;
            font-size: 1.5rem;
            margin-right: 1rem;
            margin-top: 0.25rem;
        }
        
        /* Causes Section */
        .donation-causes-section {
            padding: 60px 0;
            background-color: #f8f9fa;
        }
        
        .donation-cause-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            margin-bottom: 30px;
        }
        
        .donation-cause-card:hover {
            transform: translateY(-10px);
        }
        
        .donation-cause-card img {
            width: 100%;
            height: 220px;
            object-fit: cover;
        }
        
        .donation-cause-card-body {
            padding: 25px;
        }
        
        .donation-cause-card h4 {
            font-size: 1.25rem;
            margin-bottom: 1rem;
            color: #1a1a2e;
            min-height: 50px;
        }
        
        .progress {
            height: 8px;
            border-radius: 4px;
            background-color: #e9ecef;
            margin: 1rem 0;
        }
        
        .progress-bar {
            background-color: #c8111e;
            border-radius: 4px;
        }
        
        .donation-cause-meta {
            display: flex;
            justify-content: space-between;
            color: #6b7280;
            font-size: 0.875rem;
        }
        
        /* Volunteer Section */
        .donation-volunteer-section {
            background: linear-gradient(rgba(196, 30, 58, 0.9), rgba(196, 30, 58, 0.9)), 
                        url('https://images.unsplash.com/photo-1559027615-cd4628902d4a?w=1920') center/cover fixed;
            padding: 60px 0;
            color: white;
            text-align: center;
        }
        
        .donation-volunteer-section h2 {
            color: white;
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
        }
        
        .donation-volunteer-section p {
            max-width: 700px;
            margin: 0 auto 2rem;
            font-size: 1.1rem;
        }
        
        .donation-stat-item {
            text-align: center;
            padding: 30px;
        }
        
        .donation-stat-item h3 {
            font-size: 3rem;
            font-weight: 800;
            margin-bottom: 0.5rem;
            color: white;
        }
        
        .donation-stat-item p {
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        /* News Section */
        .donation-news-section {
            padding: 60px 0;
            background-color: white;
        }
        
        .donation-news-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            margin-bottom: 30px;
        }
        
        .donation-news-card:hover {
            transform: translateY(-10px);
        }
        
        .donation-news-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        
        .donation-news-card-body {
            padding: 25px;
        }
        
        .donation-news-date {
            color: #c8111e;
            font-size: 0.875rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
        
        .donation-news-card h4 {
            font-size: 1.25rem;
            margin-bottom: 1rem;
            color: #1a1a2e;
            min-height: 50px;
        }
        .donation-min-para {
            color: #6b7280;
            min-height: 111px;
        }
        .donation-news-card p {
            color: #6b7280;
        }
        
        /* Events Section */
        .donation-events-section {
            padding: 60px 0;
            background-color: #f8f9fa;
        }
        
        .donation-event-item {
            display: flex;
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-bottom: 20px;
            transition: transform 0.3s ease;
        }
        
        .donation-event-item:hover {
            transform: translateX(10px);
        }
        
        .donation-event-date {
            background-color: #c8111e;
            color: white;
            padding: 20px;
            text-align: center;
            min-width: 100px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .donation-event-date .day {
            font-size: 2rem;
            font-weight: 800;
            line-height: 1;
        }
        
        .donation-event-date .month {
            font-size: 0.875rem;
            text-transform: uppercase;
        }
        
        .donation-event-content {
            padding: 20px;
            flex: 1;
        }
        
        .donation-event-content h4 {
            font-size: 1.25rem;
            margin-bottom: 0.5rem;
            color: #1a1a2e;
        }
        
        .donation-event-meta {
            color: #6b7280;
            font-size: 0.875rem;
        }
        
        .donation-event-meta i {
            margin-right: 5px;
            color: #c8111e;
        }
        
        /* Testimonials Section */
        .donation-testimonials-section {
            padding: 100px 0;
            background-color: #1a1a2e;
            color: white;
        }
        
        .donation-testimonials-section .section-title {
            color: white;
        }
        
        .donation-testimonial-card {
            background: rgba(255,255,255,0.1);
            border-radius: 10px;
            padding: 40px;
            text-align: center;
            margin: 15px;
        }
        
        .donation-testimonial-card img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 1.5rem;
            border: 3px solid #c8111e;
        }
        
        .donation-testimonial-card p {
            font-style: italic;
            font-size: 1.1rem;
            margin-bottom: 1.5rem;
            line-height: 1.8;
        }
        
        .donation-testimonial-card h5 {
            color: #c8111e;
            margin-bottom: 0.25rem;
        }
        
        .donation-testimonial-card span {
            font-size: 0.875rem;
            color: rgba(255,255,255,0.7);
        }
        
        /* Donors Section */
        .donation-donors-section {
            padding: 100px 0;
            background-color: #c8111e;
        }
        
        .donation-donor-card {
            text-align: center;
            padding: 30px;
            background: #f8f9fa;
            border-radius: 10px;
            transition: transform 0.3s ease;
            margin-bottom: 30px;
        }
        
        .donation-donor-card:hover {
            transform: translateY(-10px);
        }
        
        .donation-donor-card img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 1rem;
            border: 3px solid #c8111e;
        }
        
        .donation-donor-card h5 {
            color: #1a1a2e;
            margin-bottom: 0.25rem;
        }
        
        .donation-donor-card span {
            color: #6b7280;
            font-size: 0.875rem;
        }
        
        .donation-donor-card .amount {
            color: #c8111e;
            font-weight: 700;
            font-size: 1.25rem;
            margin-top: 0.5rem;
        }
        
        /* Newsletter Section */
        .donation-newsletter-section {
            padding: 80px 0;
            background-color: #c8111e;
            color: white;
        }
        
        .donation-newsletter-section h3 {
            font-size: 2rem;
            margin-bottom: 1rem;
        }
        
        .donation-newsletter-form {
            display: flex;
            gap: 10px;
            max-width: 500px;
        }
        
        .donation-newsletter-form input {
            flex: 1;
            padding: 15px 20px;
            border: none;
            border-radius: 5px;
            font-size: 1rem;
        }
        
        .donation-newsletter-form button {
            background-color: #1a1a2e;
            color: white;
            padding: 15px 30px;
            border: none;
            border-radius: 5px;
            font-weight: 600;
            text-transform: uppercase;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .donation-newsletter-form button:hover {
            background-color: #2a2a4e;
        }
        
        /* Sponsors Section */
        .donation-sponsors-section {
            padding: 60px 0;
            background-color: #c8111e;
        }
        
        .donation-sponsor-logo {
            padding: 20px 40px;
            opacity: 0.6;
            transition: opacity 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .donation-sponsor-logo:hover {
            opacity: 1;
        }
        
        .donation-sponsor-logo img {
            max-height: 60px;
            filter: grayscale(100%);
            transition: filter 0.3s ease;
        }
        
        .donation-sponsor-logo:hover img {
            filter: grayscale(0%);
        }
        
        /* Projects Section */
        .donation-projects-section {
            padding: 100px 0;
            background-color: white;
        }
        
        .donation-project-card {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 30px;
        }
        
        .donation-project-card img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .donation-project-card:hover img {
            transform: scale(1.1);
        }
        
        .donation-project-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0,0,0,0.8));
            padding: 30px;
            color: white;
        }
        
        .donation-project-overlay h4 {
            font-size: 1.25rem;
            margin-bottom: 0.5rem;
        }
        
        .donation-project-overlay p {
            font-size: 0.875rem;
            opacity: 0.8;
        }
        
        /* Donation CTA Section */
        .donation-donation-cta {
            padding: 60px 0;
            background: linear-gradient(135deg, #1a1a2e 0%, #2a2a4e 100%);
            color: white;
            text-align: center;
        }
        
        .donation-donation-cta h2 {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            color: white;
        }
        
        .donation-donation-cta p {
            max-width: 600px;
            margin: 0 auto 2rem;
            font-size: 1.1rem;
            opacity: 0.9;
        }
        
        .donation-donation-amounts {
            display: flex;
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;
            margin-bottom: 2rem;
        }
        
        .donation-donation-amount {
            padding: 12px 24px;
            border-radius: 8px;
            background: white;
            color: #e53935;
            cursor: pointer;
            margin-right: 10px;
            transition: all 0.3s ease;
        }

        .donation-donation-amount.active {
            background: #e53935;
            color: white;
            transform: scale(1.05);
        }
        /* Thank You Overlay */
        .thank-you-overlay {
            position: fixed;
            top:0; left:0; right:0; bottom:0;
            background: rgba(0,0,0,0.5);
            display:flex;
            align-items:center;
            justify-content:center;
            opacity:0;
            pointer-events:none;
            transition: opacity 0.5s ease;
            z-index: 9999;
        }

        .thank-you-overlay.active {
            opacity:1;
            pointer-events:auto;
        }

        .thank-you-image {
            max-width:90%;
            max-height:80%;
            border-radius:10px;
            animation: pop 0.6s ease;
        }

        @keyframes pop {
            0% { transform: scale(0.5); opacity:0; }
            100% { transform: scale(1); opacity:1; }
        }

       .standard-para{
           min-height: 130px;
         height: 130px;
       }
/*Donation page css end */