@import url('https://fonts.googleapis.com/css2?family=Damion&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    overflow-x: hidden;

}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

/* ul,
li {
    list-style: none;
} */

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}


button {
    /* WebKit */
    -webkit-appearance: none;

    /* Mozilla */
    -moz-appearance: none;

    /* Opera */
    -o-appearance: none;

    /* Internet Explorer */
    -ms-appearance: none;

    /* CSS3 */
    appearance: none;
}



/*=====header=====*/


/*header*/
header {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    top: 0;
    z-index: 99;
    width: 100%;
    position:sticky;
    background-color: #fff;
    /*padding:20px 0px;*/
    transition:all 0.5s;
}
/* header.HeaderSticky{
      box-shadow: 0 0 10px rgba(0,0,0,.1);
      z-index: 2;
      position: sticky;
} */

/*topbar*/
.TopBarHeader {
    padding: 10px 0px;
    margin: 0px 0px 5px;
    background-color: #0d0d0d;
}


.TopBarHeaderInrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 30px;
}

.TopBarHeaderRhs {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ContactInfo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ContactInfo .Icon img {
    -webkit-transition: all 0.5s ease-in-out;
    filter: brightness(0) invert(1);
    max-width: 20px;
}

.ContactInfo .Text a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.SocialIcon {
    display: flex;
    align-items: center;
    justify-content: right;
    column-gap: 10px;
}

.SocialIcon a {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    border-radius: 50%;
}

.SocialIcon a img {
    width: 25px;
    border-radius: 50%;
}

/*topbar*/
header ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.FormobmenuHeader {
    display: none;
}

.headerMainWrapper {
    position: relative;
}

.menuHeaderinner {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.menuHeaderinner .logoheader {
    max-width: 210px;
    overflow: hidden;
    position: relative;
}

header nav ul.mainULnav {
    margin: 0px;
    padding: 0px;
}

header nav ul li {
    display: inline-block;
    position: relative;
    list-style: none;
}

header nav ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #28303d !important;
    text-transform: capitalize;
    font-style: normal; 
    text-decoration: none;
    padding: 10px 6px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

header nav ul li a:hover {
	 color: #debd56 !important;
}

header .sub-menu {
    /* border-radius: 4px; */
    /* box-shadow: 0 4px 7px 1px rgba(0, 0, 0, .3); */
    background-color: #fff;
    /* min-width: 171px; */
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all ease .3s;
    top: calc(100% + 0px);
    width: auto;
    left: inherit;
    bottom: inherit;
}

header .sub-menu li {
    display: block;
}

header .sub-menu li a {
    font-size: 14px;
    font-weight: 500;
    color: #0d0d0d;
    padding: 0px;
    margin: 0;
    position: relative;
    display: block;
    text-transform: capitalize;
    min-height: auto;
    padding: 12px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .10);
}

header .sub-menu li:last-child a {
    border: 0px;
}

.top_head {
    background: #000;
    padding: 7px 0px;
}

.social-talk {
    text-align: end;
}

.social-talk a {
    margin-left: 11px;
}
.video-container iframe {
    border-radius: 18px;
}

@media(min-width:2001px){
	.booksec-box .curtains-drapes-content.footer-cta {
    right: 25%;
}
}



@media (min-width:1151px) {
    header .dropdownMenu .sub-menu {
        min-width: 270px;
        -webkit-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
        box-shadow: 0 10px 40px rgba(0, 0, 0, .20);
        border-top: 3px solid #D5A817;
    }

    header .dropdownMenu:hover .sub-menu {
        opacity: 1;
        z-index: 2;
        visibility: visible;
    }

    /* 
    header .sub-menu li a:before{
    position: absolute;
    content: '';
    left: 18px;
    top: 24px;
    width: 0;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;}
    header .sub-menu li:hover a:before {
        background-color: rgba(255,255,255,.50);
        width: 10px;
    } */
    header nav ul li a:hover {
        color: #D5A817;
    }

    header .sub-menu li a:hover {
        background-color: #0d0d0d;
        color: #fff;
    }

}



.hamburgerMenuBtn {
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    margin: 0;
    cursor: pointer;
    display: none;
}

/*header*/
.menuOverlay {
    background-color: rgba(0, 0, 0, .35);
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: all ease .3s;
    display: none;
}

body.sidebarMenuOpen .menuOverlay {
    display: block;
}

@media screen and (max-width:1330px) {
	.ctaunfill {
    border-radius: 8px;
    border: 2px solid #D5A817;
    color: #D5A817;
    background-color: transparent;
    padding: 0 7px;
    font-weight: 700;
    font-size: 12px !important;
    width: auto;
    height: 45px !important;
    /* line-height: 49px; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
	header nav ul li a{
		    padding: 10px;
	}
}



@media screen and (max-width:1300px) {
    header nav ul li a {
        font-size: 13px;
    }
    .ctaunfill {
        font-size: 14px;
    }
    .header nav ul li a{
        padding: 10px;
    }
}



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

.hamburgerMenuBtn {
        display: block;
    }
    .TopBarHeader {
        margin: 0px 0px 10px;
    }

   

    .headerrhscontent {
        position: fixed;
        right: -280px;
        bottom: 0;
        top: 0;
        z-index: 4;
        width: 280px;
        -webkit-transition: right .5s ease;
        transition: right .5s ease;
        background-color: #222;
        width: 280px;
    }

    body.sidebarMenuOpen .headerrhscontent {
        right: 0px;
    }


    /*for mobile*/
    .FormobmenuHeaderWrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 15px;
        border-bottom: 1px solid rgba(204, 204, 204, 0.4);
        position: relative;
        width: 100%;
    }


    .FormobmenuHeaderWrapper .logo {
        max-width: 150px;
    }

    .FormobmenuHeaderWrapper .logo img {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        filter: brightness(0) invert(1);

    }

   

    header nav ul li a:not(header ul.sub-menu li a),
    header.HeaderSticky nav ul li a:not(header.HeaderSticky ul.sub-menu li a) {
        color: #fff !important;
        padding: 10px 15px;
        width: 100%;
        font-weight: 500;
        border-bottom: 1px solid rgba(204, 204, 204, 0.4);
    }


    .headerrhs {
        display: none;
    }

    .headerrhscontent {
        flex-direction: column;
        justify-content: flex-start;
    }

    .closeIcon {
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z'/%3E%3C/svg%3E");
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
        cursor: pointer;
        border: 0;
        background-color: transparent;
    }

    header nav ul li {
        width: 100%;
    }

    header nav ul .dropdownMenu span {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 15px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        right: 15px;
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 4;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }

    header .sub-menu {
        opacity: 1;
        z-index: 1;
        visibility: visible;
        transition: none;
        top: 0;
        display: none;
        min-width: 100%;
        position: relative;
        box-shadow: none;
        padding: 0px;
    }

    header .sub-menu li a {
        padding: 15px;
    }

    header .sub-menu li a:hover {
        color: #424242;
    }

   

    header nav::-webkit-scrollbar {
        display: none;
        width: 0px;
    }

    header nav ul li:last-child a:not(header ul.sub-menu li a),
    header.HeaderSticky nav ul li:last-child a:not(header.HeaderSticky ul.sub-menu li a) {
        border-bottom: 0px;
    }

    header nav ul .dropdownMenu span.hasSub.menuactve {
        transform: rotate(180deg);
    }


}


.headermenuparent {
    display: flex;
    align-items: center;
}

@media screen and (min-width:1051px) {
    .menuHeaderinner {
        justify-content: space-around;
        gap: 5px;
        position: relative;
    }
   
    
}




.Dflex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ctaunfill {
    border-radius: 8px;
    border: 2px solid #D5A817;
    color: #D5A817;
    background-color: transparent;
    padding: 0 10px;
    font-weight: 700;
    font-size: 16px;
    width: auto;
    height: 52px;
    line-height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.ctaunfill svg{
    fill:#D5A817;
}
.ctaunfill:hover{
    background-color:#D5A817;
    color:#fff;
}

.ctaunfill1 {
    border-radius: 8px;
    border: 2px solid #D5A817;
    color: #D5A817;
    background-color: transparent;
    padding: 0 10px;
    font-weight: 700;
    font-size: 16px;
    width: auto;
    height: 52px;
    line-height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.ctaunfill1 svg{
    fill:#D5A817;
}
.ctaunfill1:hover{
    background-color:#D5A817;
    color:#fff;
}
/*=====header=====*/


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






/*=========responsive========*/

@media (min-width: 992px) {
    .container {
        max-width: 1100px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}


@media screen and (max-width:1050px) {
    .ctaunfill{
        display: none;
    }

}
@media screen and (max-width:991px) {
    .container {
        max-width: 100%;
        min-width: 100%;
    }

}

/*=========responsive========*/

.tabimg{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.tabimg img{
    width: 50px;
}
    .ourpage{
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        background: #fbf7f3;
    }
  /* Style the tabs container */
  .ourproductsection {
    display: flex;
    flex-direction: column;
   
    width: 100%;
    
}

.ourproductsection .banner{
    padding-top: 95px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
}

.ourproductsection nav  {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #000 !important;
    
}
nav a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #debd56 !important;
    text-decoration: none;
}
.ourproductsection .banner h1 {
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    padding: 0;
    margin: 0;
    padding-bottom: 0;
    color: #28303d;
    margin-bottom: 24px;
}
.ti-widget.ti-goog .ti-reviews-container-wrapper {
    display: flex;
    justify-content: normal!important;
    margin-bottom: 19px;
}
.ourproductsection .tab.active {
    background-color: #fff;
    border: 2px solid #debd56 !important;
    color: #debd56 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}
.ourproductsection .tab {
    padding: 10px 20px;
    cursor: pointer;
    background-color: #D5A817 !important;
    border: none !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    flex-shrink: 0;
    margin-right: 12px;
    border-radius: 12px;
    color: #fff !important;
}
 .ourproductsection .tabs {
  margin-bottom: 30px;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    /* border-bottom: 1px solid #ccc; */
    overflow-x: auto; /* Allow horizontal scrolling on small screens */
    scrollbar-width: none; /* Hide scrollbar */
    -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
  }

  /* Hide scrollbar for Firefox */
.ourproductsection  .tabs::-webkit-scrollbar {
    display: none;
  }

.ourproductsection .project {
    padding: 25px;
    background: #fff;
    margin-bottom: 30px;
    text-align: left;
    margin-bottom: 40px;
}
.ourproductsection .project img {
    width: 100%;
    border-radius: 10px;
    height: 250px;
/*     object-fit: cover; */
    margin-bottom: 20px;
}
.ourproductsection .project h3 a {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color:  #333233;
    text-decoration: none;
    text-align: left;
}
.ourproductsection .project p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
text-align: left;
}
.ourproductsection .project p span{
    font-family: Montserrat;
    font-size: 28px;
    color: #debd56;
    font-weight: 700;
}

.ourproductsection .learnbtn{
    margin: 30px 0;
}
.ourproductsection .project .learnbtn a {
    color: #debd56;
    background-color: #fff;
    border: 2px solid #debd56;
    padding: 14px 15px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}
.ourproductsection .project .learnbtn a:hover {
    color: #fff;
    background-color: #debd56;
    border: 2px solid #debd56;
}
  /* Style the tab */
 .ourproductsection .tab {
    padding: 10px 20px;
    cursor: pointer;
    background-color: #f1f1f1;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    flex-shrink: 0; /* Prevent tabs from shrinking */
  }

  /* Style the active tab */
  .ourproductsection .tab.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
  }
 .ourproductsection .tabbtn{
 background-color: #debd56 !important;
 border:2px solid #debd56;
 color: #fff !important;
  }
 .ourproductsection .tabbtn.active {
    background-color: #fff;
    border: 2px solid #debd56 !important;
    color: #debd56 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #fff !important;
}

  /* Style the tab content */
 .ourproductsection .tab-content {
    display: none;
    padding: 0px;
 
    width: 100%;
  }

  /* Show the active tab content */
  .tab-content.active {
    display: block;
  }


    /* Responsive styles */
  @media screen and (max-width: 767px) {

.ourproductsection {
    padding-left:0px;
    width: 100%;
    
    overflow: hidden;
    padding-top: 45px;
}
.ourproductsection .banner {
    padding-left: 30px;
}
.ourproductsection .tab{
    margin-bottom: 10px;
    }
.tabs {
        justify-content: left;
    margin-left: 30px;
    margin-bottom: 10px;
    }
}

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

  }
  /* ourproductsection */


/* getestimate */

  .getestimate {
    margin-top: 40px;
}
.getestimate .leftsection img {
    width: 100%;
    height: 635px;
    object-fit: cover;
}
.getestimate h1{
    color: #28303d;
    margin-bottom: 30px;
}

.getestimate .rightsection form {
    display: flex;
    align-items: center;
    gap: 20px;
}
.getestimate .close {
    font-size: 22px;
	color:#333233;
	opacity: .5;
	padding-top:20px;
}
.getestimate input#widthInput {
    margin-right: 36px;
	border: none;
	outline: none;
	background: transparent;
}

.getestimate input#heightInput{
	 margin-right: 36px;
	border: none;
	outline: none;
	background: transparent;
}
.cm {
	padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #f1e5d5;
    background: #fbf7f3;
}
.getestimate input#fieldname2_1:focus-visible {
    border: none;
    border-color: transparent;
    border: 0px solid;
    outline: none;
}
.getestimate input#fieldname2_1{
    background: transparent;
    border: none;
    display: inline-flex !important;
    height: 48px !important;
    padding: 12px 25px !important;
    align-items: center !important;
    width: 100px;
    color: #333233;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-right: 20px;
}
.cm:after {
    content: "cm";
    padding-right: 11px;
    border-radius: 0px 8px 8px 0px;
    padding-top: 30px;
    opacity: 0.5;
    position: absolute;
    margin-top: 12px;
    transform: translate(0px, -50%);
    color: var(--dark-600, #545454);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 40px;
    height: 46px;
}

.getestimate .rightsection label{
   color: #333233;
   font-size: 14px;
    font-weight: 400 !important;
    line-height: 20px;
    opacity: .5;

}
.getestimate .rightsection {
    display: flex;
}
.getestimate .rightsection ul {
    display: flex;
    padding: 0;
    gap: 16px;
    list-style: none;
	flex-wrap:wrap;
	
}
.pricetextvalue{
	display:flex;
	gap:10px;
	
}

.getestimate .rightsection ul li a {
    color: #debd56;
    border: 1px solid #debd56;
    font-size: 12px;
    padding: 4px;
    border-radius: 4px;
}

 .getimg img {
    width: 100%;
    height: 95px;
    object-fit: cover;
    border-radius: 4px;
  
}

.getimg {
    height: 168px;
    border: 2px solid #fff;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 10px;
	opacity:.7;
}


.getimg:hover {
        background: #fbf7f3;
    border: 2px solid #D5A817;
   opacity:1;
}


.getimg h4{
    font-size: 14px;
    margin-top: 12px;
    text-align: center;
}

  /* Style the tabs container */
  .tabtsection.leftsection img {
    max-width: 100%;
    height: 655px;
    object-fit: cover;
}
  .tabtsection .tabs {
    display: flex;
    flex-wrap: wrap;
     
    overflow-x: auto; /* Allow horizontal scrolling on small screens */
    scrollbar-width: none; /* Hide scrollbar */
    -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
  }

  /* Hide scrollbar for Firefox */
  .tabtsection .tabs::-webkit-scrollbar {
    display: none;
  }

  /* Style the tab */
  .tabtsection .tab {
    padding: 10px 5px;
    cursor: pointer;
    background-color: #fff;
     width: 25%;
    border : 1px solid #fff;
    flex-shrink: 0; /* Prevent tabs from shrinking */
  }

  /* Style the active tab */
  .tabtsection .tab.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
  }

  /* Style the tab content */
  .tabtsection .tab-content {
    display: none;
    width: 100%;
  }

  /* Show the active tab content */
  .tabtsection .tab-content.active {
    display: block;
  }

  /* Responsive styles */
  @media screen and (max-width: 600px) {
     .tabtsection .tabs {
      justify-content: center;
		 flex-direction: column;
    }
	  .leftbot h3 {
    text-align: center;
}
	  .tabtsection .tab {
    padding: 0;
    cursor: pointer;
    background-color: #fff;
    width: 90%;
    border: 1px solid #fff;
    flex-shrink: 0;
}
  }

.leftbot h2 span{
    color: #D5A817;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.leftbot h2 {
    color: #28303d !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
}
.leftbot h3{
    color: #28303d;
    font-size: 24px;
    font-weight: 700;
}
.leftbot p{
    font-size: 14px;
}
.getbtn{
    border-radius: 8px;
    background-color: #D5A817;
    border-color: #D5A817;
    padding: 0 15px;
    font-family: Montserrat, Gotham;
    font-weight: 700;
    font-size: 16px;
    width: auto;
    height: 52px;
    line-height: 52px;
    text-align: center;
}

.getbtn a{
    color: #fff;
}
.gettab h2{
    text-align: center;
}



.gettab{
    background: linear-gradient(180deg, #fbf7f3 0%, rgba(255, 255, 255, 0) 100%);
    padding-top: 70px;
    margin-bottom: 70px;
}
.gettab .tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
     
    overflow-x: auto; /* Allow horizontal scrolling on small screens */
    scrollbar-width: none; /* Hide scrollbar */
    -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
  }

  /* Hide scrollbar for Firefox */
  .tabs::-webkit-scrollbar {
    display: none;
  }

  /* Style the tab */
  .gettab .tab {
    padding: 10px 20px;
    cursor: pointer;
    
    margin-right: 16px;
    flex-shrink: 0; /* Prevent tabs from shrinking */
  }

  /* Style the active tab */
  .gettab .tab.active {
    background-color: #fff;
    border-bottom: 4px solid #D5A817;
  }

  /* Style the tab content */
  .gettab .tab-content {
    display: none;
    padding: 20px;
    border-top: 1px solid #ccc;
    width: 100%;
  }

  /* Show the active tab content */
  .gettab .tab-content.active {
    display: block;
  }

  /* Responsive styles */
  @media screen and (max-width: 600px) {
    .gettab   .tabs {
      justify-content: center;
    }
  }
  .gettab  h2 {    
    color: #28303d;
    /* text-align: center; */
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 40px;
}
  .gettab  img {
    max-width: 100%;
    border-radius: 16px;
    height: 390px;
    object-fit: cover;
}
.gettab  .getcontent {
    margin-top: 60px;
}
.gettab  .getcontent h2 {
    font-weight: 600;
    padding-bottom: 20px;
	text-align:left;
}


.gettab  .getcontent p{
    margin-bottom: 30px;
}
.gettab  .getcontent a{
    margin-top: 30px;
    border-radius: 8px;
    border: 2px solid #debd56;
    color: #debd56;
    background-color: transparent;
    padding: 0 15px;
    font-family: Montserrat, Gotham;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 50px;
    line-height: 52px;
}
.gettab  .getcontent a:hover{

    border-radius: 8px;
    border: 2px solid #debd56;
    background-color: #debd56;
    color: #fff;
    padding: 0 15px;
    font-family: Montserrat, Gotham;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 50px;
    line-height: 52px;
}
.shape {
    background: #fbf7f3;
    padding: 70px 0;
    margin-bottom: 70px;
}
.shapecontent {
    margin: 30px 0;
    gap: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
    padding: 30px;
    min-height: 238px;
}
.shapecontent p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 100%;
}

.shapecontent .bto {
    text-align: left;
}
.shapecontent span {
    font-size: 55px;
    font-weight: 800;
    color: #fbf7f3 !important;
}
.shape h2 {
    font-weight: 700;
    padding: 10px;
}
.shape h3 {
    font-size: 26px;
    font-weight: 700;
}
.shape .bookbtn{
margin-top: 30px;
}
.shape{
	margin-top:30px;
}
.shape a{
    border-radius: 8px;
    border: 2px solid #debd56;
    color: #fff;
    background-color: #debd56;
    padding: 0 15px;
    font-family: Montserrat, Gotham;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 50px;
    margin-right: 10px;
}
.shape a:hover{

    border-radius: 8px;
    border: 2px solid #debd56;
     background-color: #D5A817;
    color: #fff;
    padding: 0 15px;
    font-family: Montserrat, Gotham;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 50px;
}

.diff{
    margin-bottom: 70px;
}

.diff h2{
    color: #28303d;
    font-weight: 700;
    font-size: 36px;
}
.diff .diffimg{
    background: #fbf7f3;
    text-align: left;
    border-radius: 12px;
    margin-bottom: 30px;
}
.diff .diffimg img{
height: 426px;
object-fit: fill;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.diff .diffcontent {
    padding: 30px 30px;
    height: 221px;
}


.diff .diffcontent h3 {
    font-size: 22px;
    font-weight: 600;
}

.velvet{
    padding: 70px 0;
    background: #fbf7f3;
}

.velvet img {
    max-width: 100%;
    border-radius: 50%;
    height: 300px;
    width: 300px;
   
}

.velbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.velbox h4 {
    opacity: .8;
    background: #fbf7f3;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -8px;
    min-height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Responsive styles */
@media screen and (max-width: 767px) {
    .getestimate .leftsection img {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }
  }

  /* getestimate */
/* 
  about */

  .abtbanner img {
    width: 100%;
  
}

.abtsection:before {
    content: "";
    width: 125%;
    background: #f6f1e6;
    min-height: 430px;
    height: 430px;
    display: block;
    transform: rotate(-9deg);
    position: absolute;
    z-index: -1;
    top: -15%;
    left: -20%;
}

.abtbox {
    background: #f1e5d5;
    margin-top: -60px;
    margin-left:  16%;
    margin-right:  16%;
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
    padding: 50px;
    border-radius: 40px;
}

.abtbox h1{
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 0;
    margin-bottom: 24px;
    color: #333233;
}

.abtbox p {
    color: #232323;
    font-size: 18px;
}

.abtstory{
    margin-bottom: 30px;
}

.abtstory h2{
    color: #333233;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 16px;
    padding: 0;
}

.abtstory p {
    color: #232323;
    font-size: 18px;
}


.expbox{
    margin-bottom: 70px;
}

.expbox .abtcontent {
    background-color: #fbf7f3;
    padding: 50px 30px;
    border-radius: 10px;
    height: 195px;
}
.expbox .abtcontent img {
    width: 24%;
}

.expbox .abtcontent h4{
    color: #333233 ;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 0;
    margin-top: 16px;
}
.mission {
    margin-bottom: 70px;
    position: relative;
}
.mission .container.text-center {
    display: flex;
    justify-content: center;
}
.mission img {
    width: 100%;
}
.missioncontent {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
/*     margin-top: -200px; */
	position: absolute;
    bottom: 0;
    width: 35%;
}

.missioncontent h3 {
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    color: #333233;
    margin-bottom: 0;
    padding-bottom: 0;
	
}

.missioncontent p{
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; 
    text-align: center;
}
@media screen and (max-width:480px){
.our-partners-block.hideimage{
display:none;
}
}

@media screen and (max-width: 767px) {
    .abtbox {
        margin-top: 0px;
        margin-left: 14px;
        margin-right: 14px;
        padding: 5px;
        border-radius: 0px 0px 10px 10px;
        margin-bottom: 30px;
    }
        
    }
	.mission img {
    width: 100%;
    height: 148px !important;
}
	.missioncontent { 
    bottom: 15px; 
}
    .abtbox h1 {
        font-size: 35px;
        margin-bottom: 8px;
    }
    .abtsection:before {
        min-height: 300px;
        height: 300px;
		width: 100%;
    }
    .expbox .abtcontent {
        margin-bottom: 30px;
    }
    .missioncontent {
/*                margin-top: -166px; */
		
    }
	.missioncontent p { 
    width: 100%; 
}
    .missioncontent h3 {
        font-size: 22px;
    }

        .missioncontent p {
            font-size: 14px;
            line-height: 18px;
        }
	.why-kurtains-container .why-kurtains-img img {
    max-width: 100%;
    height: auto;
}
	.missioncontent { 
    width: 100%;
}
  }
  
/* about */
.expbox .abtcontent { 
    height: auto;
}
.mission img {
    width: 100%;
    height: 225px;
}
/* help */
.help button.accordion-button.collapsed {
    font-size: 18px;
    font-weight: 600;
    color: #555;
}
.help .tabs{
    display: flex;
    flex-wrap: wrap;
    /* border-bottom: 1px solid #ccc; */
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-radius: 10px;
    background: #fbf7f4;
    border-bottom: 3px solid #fbf7f4;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* margin-bottom: 60px; */
}

  /* Hide scrollbar for Firefox */
  .help .tabs::-webkit-scrollbar {
    display: none;
  }

  /* Style the tab */
  .help .tab {
    padding: 10px 20px;
    cursor: pointer;
    /* background-color: #f1f1f1;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc; */
    flex-shrink: 0; /* Prevent tabs from shrinking */
  }

  /* Style the active tab */
  .help .tab.active {
    font-weight: 600;
    border-bottom: 3px solid #e2773d;
  }

  /* Style the tab content */
  .help .tab-content {
    display: none;
    padding: 20px;
    text-align: left;
    /* border: 1px solid #ccc; */
    width: 100%;
  }

  .help h3 {
    padding-bottom: 4px;
    font-size: 20px;
    padding-top: 30px;
}
  /* Show the active tab content */
  .help .tab-content.active {
    display: block;
  }
  .help {
    margin-top: 70px;
    margin-bottom: 40px;
}

.help h1{
    color: #332323;
    margin-bottom: 40px;
}

button.accordion-button.collapsed {
    background: #fbf7f4;
}

.help h2 {
    padding-bottom: 0px !important;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #fbf7f4;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.help .accordion-button:focus {
    z-index: 3;
    border-color: #fff ;
    outline: 0;
    box-shadow: none !important;
}
.help button.accordion-button {
    font-weight: 600;
    font-size: 18px;
    color: #555;
}
  /* Responsive styles */
  @media screen and (max-width: 767px) {
    .help .tabs {
        justify-content: center;
        align-items: center;
        display: flex;
        float: inline-end;
        margin-bottom: 30px;
    }
  }



/* help */


/* book */

.bookform h1 {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 100;
  font-family: "Tungsten Semibold", sans-serif;
  color: #030303;
}

.bookform .label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.bookform .input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
}

.bookform .select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
}

.bookform .textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
}

.bookform .checkbox {
  display: inline-block;
  margin-right: 10px;
}

.bookform .checkbox label {
  cursor: pointer;
}

.bookform .button {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background-color: #debd56;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.bookform .description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.bookform .para {
  margin: 0px;
  padding: 0px;
}

.bookform .button:hover {
  background-color: #3e8e41;
}

@media (max-width: 768px) {
  

    .bookform .label {
    font-size: 14px;
  }

  .bookform .input,
  .bookform .select,
  .bookform .textarea {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
 .bookform .form {
    width: auto;
 }
}
@media (max-width: 767px) {
    .bookform .flexbox {
        margin-bottom: 55px !important;
    }
    .bookform .flexbox {
        display: flex;
        flex-direction: column !important;
        align-items: flex-start !important;
		gap:10px !important;
		margin-bottom:10px !important
    }
    .bookform .column {
        width: 100% !important;
    }
    .bookform .button {
        width: 100% !important; }
        .bookbox .bookcontent {
            margin-bottom: 30px;
			height: auto !important;
        }
	.form-group br{
		display:none !important;
	}
	.bookbox{
		padding: 30px 0 !important;
		margin: 0 10px !important;
}
	}
}

.bookform .share-story {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bookform .form {
  margin: 0 auto;
  width: 100%;
  padding: 1.875rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bookform .form__heading {
  font-weight: 600;
  font-family: "Tungsten Semibold", sans-serif;
}

.bookform .select, .bookform input,select.select_input {
    background: #FBF7F3;
}
.bookform input#date {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 16px;
}
.bookform p.note{
    font-family: Montserrat;
    font-size: 14px !important;
    font-style: italic !important;
    line-height: 24px !important;
    display: block;
    margin-bottom: 16px;
    position: absolute;
    margin-right: 15px;
    color: #333233;
}

.bookform {
    margin: 60px 0;
}

.bookform .flexbox {
  color: #7d7f85;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  display: flex;
  margin-bottom: 20px;
  gap: 40px;
  align-items: center;
}

.bookform .column {
  width: 50%;

}
.bookform h1 {
    margin-bottom: 32px;
    text-align: center;
    font-weight: 700;
}
.bookform .important {
  color: red;
}

.bookform .label {
  font-weight: 500;
}

.bookform .para {
  margin: 0;
  padding: 0;
  color: #7d7f85;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}

/* TAILS  */
.bookform .details {
  margin-top: 25px;
}

.bookform .input,
.bookform .select,
.bookform .textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
}

.bookform .input:focus,
.bookform .select:focus,
.bookform .textarea:focus {
  border-color: skyblue;
}

.bookform .form_group {
  width: 100%;
  color: #7d7f85;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.875rem;

}

.bookform .select_input {
  width: 100%;
  padding: 10px;
}

.bookform select {
  border-radius: 1px solid #7d7f85;
}

.bookform .button {
    display: block;
    width: 50%;
    padding: 16px 20px;
    background-color: #F29764;
    color: white;
    font-size: 22px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}

.bookform .button:hover {
    background-color: #0b515f;
    border-color: #0b515f;
    box-shadow: 0px 0px 10px 3px rgba(11,81,95,0.3);
    color: white;
}
.bookbox h2 {
    color:  #333233;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 0;
    margin-bottom: 24px;
}

.bookbox{
    margin-top: 50px;
    background: #FBF7F3;
    padding: 80px 0;
    text-align: center;
    margin: 0 39px;
}
.bookbox .bookcontent{
    background-color: #fff;
    padding: 30px 20px;
    height: 200px;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}
.bookbox .bookcontent span{
    padding: 5px 10px;
    background: #debd56;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    margin-bottom: 5px;
}
.bookbox .bookcontent p{
    margin-top: 15px;
}
.bookbox .bookcontent span:before {
    content: "";
    height: 1px;
    width: 20px;
    position: absolute;
    background: #debd56;
    top: 50%;
    left: 0;
    transform: translate(-150%, -50%);
}
.bookbox .bookcontent span:after {
    content: "";
    height: 1px;
    width: 20px;
    position: absolute;
    background: #debd56;
    top: 50%;
    right: 0;
    transform: translate(150%, -50%);
}
.gray-block {
    background-color: #F8F8F8;
}

/* book */

/* privacy */
.privacy{
    margin: 70px 0;
}

.privacy h1{
    text-align: center;
    font-family: Montserrat, Gotham;
    font-weight: 700;
    font-size: 36px;
    color: #28303d;
    margin-bottom: 50px;
}
.privacy h3 {
    font-family: Montserrat, Gotham;
    color: #e2783c;
    font-size: 32px;
    padding-top: 0;
    padding-bottom: 10px;
}
.privacy p {
    margin-top: 0;
    margin-bottom: 40px;
    color: #232323;
}

/* privacy */


/* inner-page */
 
    .proimg figure.zoom {
      background-position: 50% 50%;
      position: relative;
      width: 500px;
      overflow: hidden;
      cursor: zoom-in;
    }

    .proimg figure.zoom img:hover {
      opacity: 0;
    }

    .proimg figure.zoom img {
      transition: opacity 0.5s;
      display: block;
      width: 100%;
    }
    .proimgcontent h1 {
      font-family: Montserrat, Gotham;
      font-weight: 700;
      font-size: 36px;
      color: #28303d;
    }

    .proimgcontent h2 span {
      color: #d5a817;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      font-size: 20px;
    }
    .proimgcontent h2 {
      color: #232323;
      margin-left: 10px;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 30px;
    }

    /* Style the tabs container */
    .proimg .tabs {
      display: flex;
      flex-wrap: wrap;

      overflow-x: auto;
      /* Allow horizontal scrolling on small screens */
      scrollbar-width: none;
      /* Hide scrollbar */
      -ms-overflow-style: none;
      /* Hide scrollbar for IE and Edge */
    }

    /* Hide scrollbar for Firefox */
    .proimg .tabs::-webkit-scrollbar {
      display: none;
    }

    /* Style the tab */
    .proimg .tab {
      padding: 0px 5px;
      cursor: pointer;
      opacity: 0.5;
      flex-shrink: 0;
      /* Prevent tabs from shrinking */
    }
    .proimg .tab:hover {
      cursor: pointer;
      opacity: 1;
      /* Prevent tabs from shrinking */
    }
    .proimg .tabs img {
      height: 55px;
      width: 110px;
      border-radius: 8px;
      object-fit: cover;
    }
    /* Style the active tab */
    .proimg .tab.active {
      background-color: #fff;
      border-bottom: 1px solid #fff;
    }

    /* Style the tab content */
    .proimg .tab-content {
      display: none;
      width: 100%;
    }

    /* Show the active tab content */
    .proimg .tab-content.active {
      display: block;
    }

    /* Responsive styles */
    @media screen and (max-width: 767px) {
        .proimg .tabs {
    justify-content: left;
			
		}
		.proimg .tab {
		margin-bottom:10px;	
		}

		
		.diff .diffcontent {
    padding: 30px 30px;
    height: auto;
}
    }

    .proimgbtn {
      display: flex;
      justify-content: center;
      margin-top: 40px;
    }

    .proimgbtn a {
      background-color: #debd56;
      color: #fff;
      padding: 10px;
      width: 100%;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 16px;
      border-radius: 8px;
      font-weight: 700;
      font-size: 16px;
      text-align: center;
    }

    .proimg .proimgcontent p {
      color: #232323;
    }

    .proimg {
      margin-bottom: 70px;
    }

    .proimg .banner {
      margin: 30px 0;
    }

    .proimg figure.zoom {
      width: 100%;
    }

    .imeimg img {
      width: 40px;
    }

    .imeimg {
      background: #fff;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      border-radius: 50%;
      width: 65px;
      height: 65px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
    }

    .imecontent {
        padding: 32px 43px;
        text-align: center;
        padding-bottom: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        gap: 16px;
        border-radius: 8px;
        background: #fbf7f3;
        margin-bottom: 30px;
        min-height: 100%;
    }
    

    .imecontent h4 {
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      padding-bottom: 0;
      margin: 0;
    }
    .imecontent p {
        color: #232323;
        padding-bottom: 0;
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        width: 100%;
        height: 100%;
    }

    .imebox {
      margin-bottom: 70px;
    }
 /* inner-page */



/*accordion section*/
.accordionsection {
    /* background-color: #2d2d2e; */
    /* padding: 50px 0px; */
}
.accordionsection h2 {
    color: #28303d;
    font-weight: 700;
    font-size: 36px;
}


.accordionsection .accordion-button:focus {
    box-shadow: none;
}
.accordionsection .accordion-button {
    color: #0C142E;
    font-size: 16px;
    font-weight: 700;
    background-color: #d5a817;
    color: #fff;
}
.accordionsection .accordion-item {
    margin: 0px 0px 15px;
   border:1px solid #f3d014;
    border-radius: 4px !important;
    overflow: hidden;
}
.accordionsection button.accordion-button.collapsed {
    background: #fff;
    color:#28303d;
}


.accordionsection .accordion-button:not(.collapsed) {
    box-shadow: none;
    /* background-color: transparent; */
    /* color: #fff; */
}

.accordionsection .accordion-button::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordionsection .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordionsection .accordion-body {
    background-color: #fff;
    padding: 15px;
}

.accordionsection .accordion-body ul {
    padding: 0px 0px 0px 25px;
    list-style: none;
}
.accordionsection .accordion-body ul li {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 5px 0px 5px 0px;
    list-style: circle;
}





.accordionsection .accordion-body ul li b {
    color: #fff;
}

.accordionsection .accordion-body h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.accordionsection .accordion-item h2 {
    padding: 0px;
    margin: 0px;
}

.accordionsection .accordion-item {
    margin: 0px 0px 15px;
    border: 1px solid #D5A817;
    border-radius: 4px !important;
    overflow: hidden;
    background-color: #D5A817 !important;
}


/*accordion section*/



 


@media screen and (max-width:1320px) {
	.mission img{
		height:300px;
	}
}

 @media screen and (max-width:1199px) {
	 .abtsection:before{
		 display:none;
	 }
 }



 @media screen and (max-width:1024px) {
     
 }



 @media screen and (max-width:991px) {
      .shape .bookbtn{
		 flex-direction:column;
		 gap:10px;
	 }
 }


 @media screen and (max-width:767px) {
    .imebox .row {
        gap: 15px;
    }
 .expbox .abtcontent {
    height: auto !important;
}
 
	 .expbox .col-md-3 {
    height: auto !important;
}
 }


 @media screen and (max-width:575px) {
	
	 .why-kurtains-link{
		 flex-direction:column
	 }
	 .why-kurtains-link a{
		 width:100%;
		 display:inline-flex;
	 }
	 .why-kurtains-container .why-kurtains-link{
		 margin-bottom:34px;
	 }
	 button.btn.btn-secondary1{
		 width:100%;
	 }
	 .get-estimate-btn{
	 width:100% !important; 
		
	 }

	 .get-estimate-btn1{
		 width:100%;
	 }
	 .help .tab{
		padding: 10px 5px;
	 }
	 .help .tabs{
		 gap:0px;
	 }
	 .proimgcontent h1{
		  font-size: 28px !important;
	 }
	 .accordionsection h2{
		 font-size:28px;
	 }
	 .help h1{
            font-size: 28px;
	 }
	 .help .tab-content{
		 padding:0;
	 }
 }

span.why-kurtains-body p {
    text-align: justify;
}
.proimg .proimgcontent p {
    text-align: justify;
}
.expbox { 
    display: flex;
}
.expbox .row { 
	height:100%;
    display: flex; 
}
.expbox .col-md-3 {
    height: 100%;
}
.expbox .abtcontent {
    height: 100%;
}
.getestimate .rightsection ul {
	gap:10px;
}



/* newcss */

section.mapsection {
    background-color: #f1e5d5 !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
	 text-align: center;
}
.mapsection p.firstpara {
    text-align: center;
}

.mapsection h2 {
       text-align: center;
    font-size: 50px;
    margin-bottom: 0;
    
    padding: 0;

}
.mapsection .secondpara a {
    color: #000000;
	 margin-bottom: 35px;
}
.mapsection .secondpara p {
    color: #000000; 
}

.mapsection .imap-box {
    width: 100%;
    margin-top: 40px;
}
.mapsection .imap-box iframe {
    width: 65%;
}
@media screen and (max-width:991px) {
     .mapsection .imap-box iframe {
    width: 85%;
}
section.fixingservice .col-md-3 {
    margin-bottom: 30px;
}
.service-banner-box h1 {
     
    text-align: center;
}
.servicebanner ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    padding: 0;
}
	
 }

.servicebanner {
    background-image: url(https://dubai-curtain.ae/wp-content/uploads/2024/04/MicrosoftTeams-image-5-3.jpg);
    height: 180px;
    display: flex;
    align-items: center;
    width: 100%;
    background-position: center;
}
.servicebanner::after {
    content: '';
    background-color: #947a2591;
    height: 180px;
    width: 100%;
    position: absolute;
}

.service-banner-box {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    z-index: 1;
    flex-direction: column;
}
.service-banner-box h1{
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
	color: #fff;
}
.servicebanner .container {
    display: flex;
    justify-content: center;
}
.servicebanner ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.servicebanner ul li{
   padding: 0;
   font-weight: 600;
   color: #fff;
}
.servicebanner ul li a{
 text-decoration: none;
 color: #fff;
 font-weight: 600;
}
.booksec-box .curtains-drapes-content {
       right: 175px;
}
.booksec-box .curtains-drapes--header h2 {
   font-size: 35px;
    font-weight: 600;
    color: #232323;
    padding: 0;
    max-width: 567px;
}
.booksec-box .curtains-drapes-button {
    margin: 14px 0px;
}
section.fixingservice {
    margin: 60px 0;
}
section.fixingservice h2{
    font-size: 28px;
    color: #232323;
    font-weight: 700;
    margin-bottom: 0;
}
section.fixingservice .fix-box {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px 15px;
    border-radius: 12px;
 height: 100%;
}
section.fixingservice .col-md-4 {
    display: flex;
    height: auto;
}
section.fixingservice .col-md-4 {
    margin-bottom: 30px;
}
section.fixingservice h4{
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 12px;
    
}
.contact-box{
	padding:50px 0;
	background:#fbf7f3;
}
.contact-box h3 {
    font-size: 24px;
    font-weight: 600;
}

.choose-box .why-kurtains-section:before {
    content: "";
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    height: 404px;
    min-height: 404px;
    width: 100%;
    position: absolute;
    top: 0;
    display: block !important;
    left: 0;
    z-index: -1;
}
.choose-box p.more-text-box {
    text-align: center;
    margin-top: 70px;
}

.contact-box .col-md-9 {
    display: flex;
    align-items: center;
}

.fix-box:hover {
    background: #D5A817;
    transition: 0.3s;
}
.fix-box:hover h4{
    color: #fff;
     transition: 0.3s;
}
.fix-box:hover p{
   color: #fff;
    transition: 0.3s;
}

@media (min-width: 767px) and (max-width: 1300px) {
   section.booksec-box .curtains-drapes-content {
        top: 35px !important;
        right: 280px  !important;
        width: 48%  !important;
        right: 70px  !important;
    }
section.booksec-box .curtains-drapes-button {
        /* width: 50%; */
        justify-content: center;
        display: flex;
        align-items: center;
    }
	
}
@media (min-width: 1800px) and (max-width: 1900px) {
  .booksec-box .curtains-drapes-content {
    right: 342px;
}
}
@media (min-width: 1545px) and (max-width: 1700px) {
  .booksec-box .curtains-drapes-content {
       right: 260px;
}
}
@media (min-width: 1300px) and (max-width: 1546px) {
.booksec-box .curtains-drapes-content {
    right: 13%;
}
}
@media (min-width: 300px) and  (max-width: 991px) {
	.chf{
		width:100%
	}
}
@media (min-width: 300px) and  (max-width: 900px) {
     section.booksec-box .curtains-drapes-content {
           max-width: 100%;
        width: 100% !important;
        padding: 10px 30px;
		 bottom:0 !important;
		 top:unset !important;
		 
}
section.booksec-box .curtains-drapes-button {
        /* width: 50%; */
        justify-content: center;
        display: flex;
        align-items: center;
    }
}
@media (min-width: 300px) and  (max-width: 767px) {
	.tethead{
		text-align:center;
	}
	.addklasd{
		flex-direction:column;
	}
	.hjdf{
	margin-right:0px !important;
		margin-bottom:15px;
}
	.curtainsect-img{
		background-image:url("https://dubai-curtain.ae/wp-content/uploads/2024/07/fmobile.png")
	}
	.recent_post{
		gap:15px !important;
		    margin: 30px 0px 30px 0px !important;
	}
	.rct_text a{
		font-size:12px !important;
	}
	.rct_text p{
		font-size:12px;
	}
	.post{
		padding:0 !important;
	}
	
}

@media (min-width: 1700px) and  (max-width: 1799px) {
.booksec-box .curtains-drapes-content {
    right: 16%;
}
}

@media (min-width: 1900px) and  (max-width: 2000px) {
.booksec-box .curtains-drapes-content {
    right: 23%;
}}



.why-kurtains-link{
    display: flex;
    gap: 10px;
    align-items: center;
    height: 52px;

}

.how-it-works-container b{
    font-weight: 500;
    color: #D5A817;
}
.why-kurtains-body b{
    font-weight: 500;
    color: #D5A817;
}
.addnew{
	display:flex;
	justify-content:center;
	align-content:center;
}
.fixed-icons-whatsapp{
	position: fixed;
    bottom: 20px;
    right: 25px;
    cursor: pointer;
}
.call-icons{
    position: fixed;
    bottom: 100px;
    right: 25px;
    cursor: pointer;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
}
.call-icons img{
	 max-width: 40px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.contact-box .row{
	align-items:center;
}
.hjdf{
	margin-right:15px;
}
.cdb-r {
    display: inline-flex !important;
    gap: 10px;
    width: auto !important;
    justify-content: end;
}
.tab-content .row .col-md-4{
	display:flex !important;
}
.sdsad{
	width:auto !important;
}
.btn-primary1{
	border-radius: 8px;
    background-color: #debd56;
    border-color: #debd56;
    padding: 11px 15px;
    font-family: Montserrat, Gotham;
    font-weight: 700;
    font-size: 16px;
	color:#fff;
	min-width: 195px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.brandsLogo {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brandsLogo img {
    max-width: 210px;
    width: 100%;
    margin: 0 auto;
}
.tab-content .container .row .col-lg-4{
	display:flex !important;
}
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}

video {
  width: 800px;
  height: 450px;
}

.icon-play {
  position: absolute;
  width: 80px;
  height: 80px;
  background: url('https://dubai-curtain.ae/wp-content/uploads/2024/08/videoplayer.png') no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  outline: none;
}

.icon-play::before {
  content: '';
  display: block;
  padding-top: 100%;
}


h3.why-kurtains-title span {
    color: #d5a817;
}
.how-it-works-card a {
    position: absolute;
    bottom: 9%;
    left: 50%;
    transform: translateX(-50%);
	width:74%;
}
.curtains-drapes-content.footer-cta {
    top: 50%;
    transform: translateY(-50%);
}
.page-template-blindsFixingDubai .curtains-drapes-container .curtains-drapes-img .desktop-only {
    display: block !important;
    background-image: url('https://dubai-curtain.ae/wp-content/uploads/2024/03/Group-123-1-1.png');
    padding: 128px 24px 147px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 43px;
    border-radius: 10px;
}
@media(max-width:1300px){
	.page-template-blindsFixingDubai section.booksec-box .curtains-drapes-content {
    top: 50%!important;
    transform: translateY(-50%);
    right: 10%!important;
}
	.page-template-blindsFixingDubai section.booksec-box .curtains-drapes-button {
    justify-content: flex-start;
}
}
@media(max-width:1199px){
	.page-template-blindsFixingDubai .booksec-box .curtains-drapes--header h2 {
    font-size: 23px;
    max-width: 100%;
		line-height: 1.5;
}
	.page-template-blindsFixingDubai .curtains-drapes-container .curtains-drapes-img .desktop-only {
    background-size: contain;
		 padding: 106px 24px 147px;
}

}

@media(max-width:991px){
.page-template-blindsFixingDubai .curtains-drapes-container .curtains-drapes-img .desktop-only {
    background-image: none;
    padding: 0;
}
.page-template-blindsFixingDubai section.booksec-box .curtains-drapes-content {
    transform: auto;
    right: auto;
    left: 0;
    top: 69%!important;
}
}