img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

#myModal {
  z-index: 999999
}

body .header4 {
  margin-bottom: -94px;
  position: relative;
  z-index: 99;
}

/* ============ Full Page Slider ================= */
.breadcrumb-wrap .banner{position: relative;}
.breadcrumb-wrap .banner .breadcrumb-box{position: relative; z-index: 1;}
.breadcrumb-wrap .banner:after{ content: " "; position: absolute; display: block; width: 100%;height: 100%; left: 0; top: 0; background-color: #0000004f; }
.creative-fullpage--slider {
  background-color: #000;
  z-index: 2;
  width: 100%;
  position: relative;
  flex-direction: column;
  height: 100vh;
  font-size: 16px;
  display: flex;
  clip-path: none !important;
  padding: 0;
}

.creative-fullpage--slider .slider-inner {
  background: #000;
  height: 100vh;
  position: relative;
}

.creative-fullpage--slider .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  overflow: hidden;
}

.creative-fullpage--slider .swiper-slide .slider-inner img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.creative-fullpage--slider .swiper-slide .slider-inner video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
  position: absolute;
  top: 22%;
  left: 50px;
  z-index: 1;
}

.creative-fullpage--slider .swiper-slide .slider-inner::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: -1px;
  background-color: transparent;
  background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000096 100%);
}

.swiper-slide .slider-inner .swiper-content .title-area .tag {
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.swiper-slide .slider-inner .swiper-content .title-area .title {
  margin-top: 50px;
  color: #fff;
  font-size: 8vw;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-left: -12px;
  text-decoration: none;
}

.swiper-slide .slider-inner .swiper-content p.disc {
  font-size: 20px;
  width: 100%;
  margin-top: 15px;
  margin: 20px 0px 40px 0px;
  font-weight: 400;
  line-height: 32px;
  color: #FFFFFFB0;
}

.creative-btn--wrap .creative-slide--btn {
  color: #ffffff;
  margin-left: 18px;
  font-size: 1.4em;
  transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
  font-weight: 400;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  outline: none;
  outline-color: transparent;
  box-shadow: none;
  will-change: transform;
  backface-visibility: hidden;
}

.creative-btn--circle .circle {
  position: absolute;
  right: calc(100% - 10px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  clip-path: circle(25% at 50% 50%);
  transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle .circle-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background-color: #ffffff;
  will-change: transform;
  transform: scale(0);
  z-index: 1;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon {
  transform: translate(-100%, 0%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 2;
  transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon .icon-arrow {
  width: 20px;
  height: 20px;
  stroke: none;
  fill: #000;
}

.creative-btn--circle .circle-outline {
  fill: transparent;
  width: 10px;
  stroke: #ffffff;
}

.creative-btn--wrap .creative-slide--btn .creative-btn--label {
  margin-left: 4pt;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn .creative-btn__border {
  position: absolute;
  left: 4pt;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
  transform: translateX(18px);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
  transform: scale(0, 1);
}

.creative-btn--wrap .creative-slide--btn:hover {
  margin-left: 38px !important;
}

.creative-btn--wrap .creative-slide--btn:hover .circle {
  clip-path: circle(50% at 50% 50%);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
  transform: scale(1, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
  transform: translate(0%, 0%);
  opacity: 1;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  bottom: 5%;
  top: unset;
  transform: scale(1);
  transition: all 0.4s;
  background-color: #FFFFFF00;
  backdrop-filter: blur(20px);
  height: 85px;
  width: 85px;
  line-height: 85px;
  border-radius: 50%;
  transition: all 0.4s;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next {
  right: 50px;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  left: 50px;
}

.swiper-container-h .slider-pagination-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 80px;
  left: 50% !important;
  transform: translateX(-50%);
  width: 500px;
  z-index: 1;
}

.swiper-container-h .slider-pagination-area .slide-range {
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px;
  color: #ffffff;
  line-height: 0;
  position: absolute;
  font-size: 20px;
}

.swiper-container-h .slider-pagination-area .slide-range.one {
  left: -50px;
}

.swiper-container-h .slider-pagination-area .slide-range.three {
  right: -50px;
}

.swiper-container-h .slider-pagination-area .swiper-pagination {
  bottom: 0 !important;
  width: 500px !important;
}

.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-container-h .swiper-button-next::after {
  content: "\f061";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  background: none;
  color: #ffffff;
  font-size: 60px;
}

.swiper-container-h .swiper-button-prev::after {
  content: "\f060";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  background: none;
  color: #ffffff;
  font-size: 60px;
}

.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
  background: #FFFFFF0D;
}


/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
  .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    width: 100%;
    text-align: center;
    left: 0;
  }

  .creative-fullpage--slider .swiper-container-h .swiper-button-next,
  .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }

  .swiper-container-h .slider-pagination-area {
    width: 200px !important;
  }

  .swiper-container-h .swiper-button-next::after,
  .swiper-container-h .swiper-button-prev::after {
    font-size: 30px;
  }

  .creative-fullpage--slider .swiper-container-h .swiper-button-next,
  .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    background: #ffffff3b;
  }

  .swiper-container-h .slider-pagination-area .swiper-pagination {
    bottom: 0 !important;
    width: 200px !important;
  }
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
  .swiper-slide .slider-inner .swiper-content .title-area .title {
    font-size: 64px;
  }

  .swiper-slide .slider-inner .swiper-content .title-area .tag {
    margin-bottom: 0px;
  }

  .swiper-slide .slider-inner .swiper-content p.disc {
    margin: 20px auto 20px auto;
    font-size: 16px;
    width: 95%;
  }

  .swiper-container-h .slider-pagination-area {
    display: none;
  }

  .swiper-slide .slider-inner .swiper-content p.disc br {
    display: none;
  }
}



/* our-service*/

.why-service-block {
  padding: 50px 0;
  padding-bottom: 10px;
  width: 100%;
  /* background-color: #e1e1e1; */
}

.head-why-service h2 {
  text-align: center;
  color: #000000;
  font-weight: 700;
  margin-bottom: 30px;
}

.why-box {
  background-color: #c8c8c8;
  transition: 0.3s ease;
  padding: 30px 14px 30px 14px;
  border-radius: 10px;
  overflow: hidden;
}

.why-box {
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

/*.why-box:hover {transform: scale(1.05);}*/
.why-box:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #c19156;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

.why-box:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #c19156;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

.why-box:before {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

.why-box:hover:after {
  width: 100%;
}

.why-box:hover:before {
  width: 100%;
}

.why-icon img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.why-icon {
  margin-bottom: 30px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.why-cont h4 {
  font-weight: 500;
  margin-bottom: 10px;
}

.why-cont p {
  color: #000000;
}

.img-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -16px;
  right: 16px;
  width: 60px;
  height: 60px;
  background: #21201f;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
}

.img-icon img {
  width: 35px;
  object-fit: contain;
  height: 35px;
  border-radius: 0;
}

.why-cont {
  min-height: 114px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.why-service-block .why-service-col {
  width: calc((100% - 1px) / 5);
  text-align: center;
}

.why-bottom {
  text-align: center;
  background-color: #9f304a;
  padding: 10px;
  margin: 30px auto 0 auto;
}

.why-bottom p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.why-service-row {
  margin-bottom: 45px;
}

@media (max-width: 1360px) {
  .why-service-block .why-service-col {
    width: calc((100% - 1px) / 3);
    text-align: center;
    margin-bottom: 22px;
  }

  .img-icon {
    bottom: -8px;
    left: 94px;
  }
}

@media (max-width: 1199px) {
  .why-cont {
    min-height: 114px;
  }

  .img-icon {
    bottom: -8px;
    left: 58px;
  }
}

@media (max-width: 1023px) {
  .img-icon {
    bottom: -7px;
    left: 122px;
  }
}

@media (max-width: 991px) {
  .why-service-block .why-choose-col {
    width: calc((100% - 1px) / 2);
  }

  .img-icon {
    bottom: -7px;
    left: 70px;
  }
}

@media (max-width: 639px) {
  .why-service-block .why-choose-col {
    width: calc((100% - 1px) / 1);
  }

  .why-cont {
    min-height: auto;
  }
}


/* our service*/

/* liner-slider*/

.mySwiperliner2 .swiper {
  width: 100%;
  height: 100%;
}


.mySwiperliner1,
.mySwiperliner2 {
  background-color: var(--black);
}

.mySwiperliner1 .swiper-slide,
.mySwiperliner2 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/0.7;
  object-fit: cover;
  object-position: center;
}

.mySwiperliner1 .swiper-wrapper {
  transition-timing-function: linear !important;
}

.mySwiperliner1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
}

.mySwiperliner1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiperliner2 .swiper-wrapper {
  transition-timing-function: linear !important;
}

.mySwiperliner2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
}

.mySwiperliner2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* liner-slider*/

/*Desing section*/

.desing-sec {

  background-image: url(../images/other/design-img.jpg);
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  background-attachment: fixed;
  padding: 120px 0;
}

.desing-sec h2 {
  font-size: var(--font-48);
  line-height: 1.4;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.desing-list {
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
}

.desing-list li {
  width: 20%;
  position: relative;
}

.desing-list li::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 80%;
  background-image: url(../images/other/border.png);
  width: 70%;
  height: 1px;
  background-repeat: repeat-x;
  background-position: center;
}

.desing-list li:last-child::before {
  display: none;
}

.desing-list li h5 {
  font-size: var(--font-24);
  letter-spacing: 1px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.desing-list li p {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 40px;
  color: #c19156;
  font-weight: 700;
  text-align: center;
  background: #c19156;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 70px !important;
  width: 70px !important;
  border-radius: 50%;
  text-shadow: 0 0 2px var(--black);
}

/*Desing section*/


/* text-scroling*/


.a-section {
  padding: 20px 0;
  background: #272727;
}

.a-section-marquee-box {
  height: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.a-section-marquee-box h2 {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: var(--font-30);
  font-weight: 700;
  flex-shrink: 0;
  color: #ffffff;
  padding: 0 10px;
  width: max-content;
  display: flex;
  align-items: center;
  transform: translateX(0);
  margin: 0;
  animation: a-text-scroll 15s linear infinite;
}

@keyframes a-text-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}





/*before*/



/*before*/







:root {
  --font-18: 18px;
  --font-20: 20px;
  --font-24: 24px;
  --font-30: 30px;
  --font-48: 48px;
  --font-90: 90px;

  --light-yellow: #ffe9cf;
  --yellow: #c19156;
  --light-grey: #909090;
  --brown: #21201f;
  --grey: #6b6b6b;
  --dark-grey: #272727;
  --black: #000000;
  --white: #ffffff;
}

@media (max-width:991px) {
  :root {
    --font-18: 17px;
    --font-20: 19px;
    --font-24: 22px;
    --font-30: 25px;
    --font-48: 35px;
    --font-90: 70px;
  }
}

@media (max-width:767px) {
  :root {
    --font-18: 16px;
    --font-20: 18px;
    --font-24: 20px;
    --font-30: 22px;
    --font-48: 30px;
  }
}


.cust-btn {
  padding: 0;
  text-transform: uppercase;
}

.cust-btn2 .btn,
.cust-btn .btn {
  color: var(--yellow);
}

.panel {
  padding-top: 50px;
  padding-bottom: 50px;
}


.h2 {
  font-size: var(--font-30) !important;
  color: var(--grey);
  text-transform: uppercase !important;;
  margin-bottom: 10px;
}


.h3 {
  font-size: var(--font-48)!important;
  color: var(--black);
  text-transform: uppercase !important;;
}

.ylw-txt {
  color: var(--yellow);
}

.black-txt {
  color: var(--black);
}

.white-txt {
  color: var(--white);
}



.banner-foot {
  background-color: var(--dark-grey);
}

.icon-slider {
  width: 100%;
}

.icon-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  color: var(--black);
  background-color: var(--white);
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  font-size: 18px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.icon-slider-next:hover {
  background-color: var(--yellow);
}

.icon-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 5px 10px;
}

.icon-slider .swiper-slide img {
  max-height: 40px;
}

.icon-head {
  font-size: var(--font-18);
  color: var(--light-grey);
  font-weight: 600;
  margin-bottom: 0;
}

.icon-block-img {
  width: 20%;
  max-width: 150px;
  min-width: 100px;
}

.interior-design-box2 {
  margin-top: -160px;
}

.warrenty-year {
  font-size: var(--font-30);
  line-height: 1;
  font-weight: 500;
}

.warrenty-year .time {
  font-size: var(--font-90);
  color: var(--yellow);
}

.warrenty-year .big {
  font-size: var(--font-48);
}

.about-us-block {
  padding: 50px 0;
  width: 100%;

}

.about-us-block p {
  font-size: var(--font-18);
  line-height: 1.5;
}

.about-us-img-box {
  width: fit-content;
  position: relative;
  padding-left: 100px;
  padding-bottom: 80px;
}

.stars {
  font-size: 20px;
  color: #ddd;
  /* Default empty star color */
  display: flex;
}

.star {
  position: relative;
  color: var(--yellow);
  /* Full star color */
}

.star.half::after {
  content: '★';
  /* Unicode star */
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: var(--yellow);
  /* Half star */
}

.star.half,
.star.empty {
  color: var(--white);
  /* Empty star */
}

.about-us-img-tag {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: var(--brown);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: var(--yellow);
  font-size: var(--font-24);
  font-weight: 600;
  max-width: 150px;
  text-align: center;
  line-height: 1.3;
}

.about-link-list {
  margin-top: 30px;
}

.about-link-item {
  width: 100%;
}

.about-link-item a {
  border-top: solid 1px var(--black);
  padding: 15px 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  display: block;
}

.about-link-item a:hover {
  background-color: var(--light-yellow);
}

.about-link-item a:hover .arrw-btn {
  rotate: -50deg;
}

.about-link-item h4 {
  font-size: var(--font-30);
  font-weight: 600;
  margin-bottom: 5px;
}

.about-link-item p {
  margin-bottom: 0;
}

.about-link-item .arrw-btn {
  background-color: var(--black);
  color: var(--white);
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.mx-w-750 {
  width: 100%;
  max-width: 750px;
}

.before-after-swiper {
  max-width: 950px;
  width: 90%;
}

.before-after-slider-box {
  max-height: 500px;
  width: 100%;
  margin: auto;
}

.before-after-pagination {
  text-align: center;
  margin-top: 30px;
}

.before-after-pagination .swiper-pagination-bullet {
  border: transparent;
  background-color: var(--grey);
}

.before-after-pagination .swiper-pagination-bullet-active::before {
  display: none;
}

.before-after-pagination .swiper-pagination-bullet-active {
  background-color: var(--yellow);
}

.twentytwenty-handle {
  background-color: var(--black);
}
.twentytwenty-left-arrow{
  border-right-color: var(--yellow);
}
.twentytwenty-right-arrow{
  border-left-color: var(--yellow);
}
.twentytwenty-before-label,
.twentytwenty-after-label {
  display: none;
}

.liner-slider {
  position: relative;
}

.liner-slider-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--yellow);
  z-index: 1;
  padding: 20px;
  max-width: 260px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
}

.liner-slider-box h2 {
  color: var(--black);
  line-height: 1.2;
  text-transform: uppercase;
}


.why-choose-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.why-choose-block p {
  font-size: var(--font-18);
  line-height: 1.3;
}

.why-choose-block h2 {
  text-transform: none;
}

.yellow-box {
  background-color: var(--yellow);
}

.black-box {
  background-color: var(--black);
}

.back-img-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.why-choose-box1 {
  width: 10%;
}

.why-choose-box2 {
  width: 30%;
}

.why-choose-box3 {
  width: 20%;
}

.why-choose-box4 {
  width: 40%;
}

.why-choose-box5 {
  width: 15%;
}

.why-choose-box6 {
  width: 20%;
}

.why-choose-box7 {
  width: 20%;
}

.why-choose-box8 {
  width: 25%;
}

.why-choose-box9 {
  width: 20%;
}

.outleftfaq_area {
  margin: 0;
}

.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper-container-h .swiper-button-prev::after {
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
}

.swiper-container-h .swiper-button-next::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
}

.testimonial .description {
  border-color: var(--yellow);
}

.testimonial .description::before,
.testimonial .title {
  color: var(--yellow);
}

.owl-theme .owl-controls .owl-page span {
  background-color: var(--grey);
}

.testimonial .description::after,
.testimonial .testimonial-content::before,
.testimonial .testimonial-content::after,
.owl-theme .owl-controls .owl-page.active span {
  background-color: var(--yellow);
}
.latestblog_outsection *,
.testmonial_loutsection *,
.outleftfaq_area1 *{
  font-size: var(--font-18) !important;
  line-height: 1.5;
}
.title-box5 .sub-title{
  font-size: var(--font-24) !important;
}
.content-box h5{
  font-size: var(--font-20) !important;
  margin-bottom: 10px !important;
}
@media (max-width:1199px) {
  .header-common .nav-wrap .navbar {
    flex-direction: row-reverse;
  }

  .interior-design-box2 {
    margin-top: -25%;
  }

  .why-choose-box1 {
    width: 20%;
  }

  .why-choose-box2 {
    width: 50%;
  }

  .why-choose-box3 {
    width: 30%;
  }

  .why-choose-box4 {
    width: 45%;
  }

  .why-choose-box5 {
    width: 20%;
  }

  .why-choose-box6 {
    width: 35%;
  }

  .why-choose-box7 {
    width: 25%;
  }

  .why-choose-box8 {
    width: 50%;
  }

  .why-choose-box9 {
    width: 25%;
  }
}

@media (max-width:991px) {
  .desing-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .desing-list {
    flex-wrap: wrap;
  }

  .desing-list li {
    width: 50%;
  }

  .desing-list li::before {
    display: none;
  }
  .navbar-nav *,
  .main-footer *,
  .sub-footer *{
    font-size: var(--font-18) !important;
  }
}

@media (max-width:767px) {
  .why-service-block .why-service-col {
    width: calc((100% - 1px) / 2);
  }

  .why-choose-box4 {
    width: 75%;
  }

  .why-choose-box5 {
    width: 25%;
  }

  .why-choose-box6 {
    width: 50%;
  }

  .why-choose-box7 {
    width: 50%;
  }

  .why-choose-box8 {
    width: 55%;
  }

  .why-choose-box9 {
    width: 45%;
  }
  .footer-document .main-footer .nav-footer .nav ul {
    transition: none;
    max-height: none;
    /*display: none;*/
  }
}
@media (max-width:575px) {
  .why-service-block .why-service-col {
    width: calc((100% - 1px) / 1);
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .desing-list li {
    width: 100%;
  }

  .why-choose-box1,
  .why-choose-box2,
  .why-choose-box3,
  .why-choose-box4,
  .why-choose-box5,
  .why-choose-box6,
  .why-choose-box7,
  .why-choose-box8,
  .why-choose-box9 {
    width: 100%;
  }

  .why-choose-img {
    max-height: 200px;
  }
}

/* Added by Ujjwal */
.group textarea
{
    font-size: 15px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #cacaca;
    background: #FFF;
    color: #000;
    cursor: pointer;
}
.group textarea::placeholder
{
	color: #000 !important;
}
.group textarea:focus{ outline:none; }

.group textarea:focus ~ label, textarea:valid ~ label{
    top:-20px;
    font-size:14px;
    color:#FFF;
}

.container-fluid .outleftfaq_area{
    margin: 0px 0px 0px 0px;
}
/* Fixed Social Sidebar (Right Side) */
.decorexpress-social-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 8px 8px;
    /* background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
    border-radius: 20px 0 0 20px;
}

.decorexpress-social-sidebar a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5e9;
    color: #333;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: #dddde1 1px solid;
}

.decorexpress-social-sidebar a:hover {
    background: #d4a762; /* Gold color (matches Enquire Now button) */
    color: #fff;
    transform: scale(1.1);
}

/* Facebook Icon */
.decorexpress-social-sidebar .facebook {
    background: #3b5998; /* Facebook blue */
    color: #fff;
}

.decorexpress-social-sidebar .facebook:hover {
    background: #2d4373; /* Darker Facebook blue */
}

/* Instagram Icon */
.decorexpress-social-sidebar .instagram {
    background: #e4405f; /* Instagram pink */
    color: #fff;
}

.decorexpress-social-sidebar .instagram:hover {
    background: #bc2a8d; /* Darker Instagram pink */
}

/* Email & Contact icons (adjust if needed) */
.decorexpress-social-sidebar .fa-envelope,
.decorexpress-social-sidebar .fa-phone {
    font-size: 16px; /* Slightly smaller for better fit */
}
