body,
html {
  overflow-x: hidden;
  width: 100%;
}
html {
  scroll-behavior: smooth !important;
}
body {
  position: relative;
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
a {
  text-decoration: none !important;
  color: inherit !important;
}
:root {
  --primary-black: #000000;
  --primary-white: #ffffff;
  --accent-orange: #fbad18;
  --accent-yellow: #ffcd05;
  --bg-cream: #fef2da;
  --dark-gold: #997000;
  --text-grey: #555555;
  --light-grey: #f4f4f4;
}
.d_mobile {
  display: none;
}
.text-justify {
  text-align: justify !important;
}
.t-left {
  text-align: left;
}
.mrb-10 {
  margin-bottom: 10px;
}
.vertical {
  border-left: 1px solid #00000042;
  height: 100%;
  position: absolute;
  left: 100%;
}
.sub-footer p {
  text-align: center !important;
}
#button,
#clickaction .t-h6,
#steps_banner .t-step,
#testimonial .t-step,
.animate-btn-style3,
.col_yellow,
.comp-header,
.feature-box-style1 .inner-box,
.section-header,
.step,
.trust-item {
  text-align: center;
}
.animate-btn-style3 {
  position: relative;
  display: inline-block;
  color: var(--heading-font-color);
  background: #fbad18 !important;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 1;
  letter-spacing: 1px;
  transition: 0.3s ease-out;
  font-family: montserrat, sans-serif;
  padding: 10px 26px;
  font-size: 14px;
  border-radius: 27px;
  border: 0;
  width: 100%;
  margin: 20px 0;
}
.form-check-input:checked {
  border-color: #fbad18 !important;
  border: 2px solid #fbad18;
}
.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 500;
  font-size: 15px;
}
.navbar-nav .nav-link:hover {
  color: #ffc107 !important;
}
.header-main {
  background: rgb(32 30 27 / 0.85);
  backdrop-filter: blur(6px);
  z-index: 999;
}
.hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.hero-bg,
.hero-overlay {
  top: 0;
  height: 100%;
  left: 0;
}
.hero-bg {
  background: url(../images/banner_images/Best_Interior_Designers_in_Chennai.webp)
    center/cover no-repeat;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.hero-overlay {
  background: rgb(0 0 0 / 0.55);
  position: absolute;
  width: 100%;
  z-index: -1;
}
.hero-title {
  font-size: 3rem;
  line-height: 1.3;
}
.hero-form {
  border-radius: 12px;
}
.award-badge {
  color: #000;
  padding: 8px 14px;
  display: inline-block;
  border-radius: 6px;
  font-weight: 600;
  margin-bottom: 20px;
}
.trust-bar-section {
  background: #fdf2d9;
}
.trust-number {
  font-size: 1.9rem;
  font-weight: 700;
  color: #a67c00;
  margin-bottom: 6px;
}
.trust-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #000;
  margin: 0;
}
.comparison {
  padding: 80px 5%;
  background: var(--primary-white);
}
.section-header {
  margin-bottom: 50px;
}
.section-header h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.section-header p {
  color: var(--text-grey);
}
.comp-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #eee;
}
.comp-col {
  padding: 0;
}
.comp-header,
.comp-row {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
}
.comp-header {
  font-weight: 700;
  font-size: 18px;
  height: 80px;
  align-items: center;
  justify-content: center;
}
.comp-row {
  font-size: 15px;
  height: 120px;
  align-items: center;
}
.col-feature .comp-header {
  background: #fff;
}
.col-feature .comp-row {
  font-weight: 700;
  background: #fafafa;
}
.col-us {
  background: var(--bg-cream);
  border: 2px solid var(--accent-orange);
  border-radius: 10px 10px 0 0;
  margin-top: -20px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
  position: relative;
  z-index: 2;
}
.col-us .comp-header {
  background: var(--accent-yellow);
  border-radius: 8px 8px 0 0;
  flex-direction: column;
}
.col-others .comp-header {
  background: #eee;
  color: #333;
}
.col-others .comp-row {
  color: #333;
}
.features-list p {
  margin-bottom: 6px;
}
#onestop {
  padding-top: 100px;
}
.about-img,
.feature-img {
  position: relative;
  height: 100%;
  min-height: 400px;
}
.about-img::before,
.feature-img::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 80%;
  top: 10%;
  left: 20%;
  border: 5px solid #ff9800;
  z-index: -1;
}
.about-img img:last-child,
.feature-img img:last-child {
  margin: 20% 0 0 40%;
}
.about-img img,
.feature-img img {
  position: absolute;
  width: 50%;
  height: 80%;
  object-fit: cover;
}
#One-of-a-kind {
  background: #fef2da;
  padding: 25px 0 0 !important;
}
.feature-box-style1 {
  position: relative;
  padding: 30px 30px 25px;
  margin-bottom: 20px;
  overflow: hidden;
}
.feature-box-style1 .inner-box {
  position: relative;
}
.feature-box-style1 .inner-box .feature-box-icon {
  position: relative;
  color: var(--primary-color);
  font-size: 48px;
  display: inline-block;
  padding: 15px;
}
.feature-box-style1 .inner-box .title {
  position: relative;
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 0 30px;
  text-align: center;
}
.feature-box-style1:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #fff0 0, rgb(255 255 255 / 0.2) 100%);
  transform: skewX(-25deg);
  z-index: 1;
}
.feature-box-style1:hover:before {
  animation: 1.3s shine;
}
#portfolio {
  padding-top: 80px !important;
}
#awards {
  padding-top: 80px !important;
}
.awards-section,
.portfolio-section {
  background: #f5f5f5;
}
.award-img,
.portfolio-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.portfolio-img {
  border-radius: 16px;
}
.award-img {
  border-radius: 12px;
}
.portfolio-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
}
.portfolio-subtitle {
  color: #666;
  font-size: 1rem;
}
.award-caption {
  font-size: 1.2rem;
  color: #333;
}
.filter-btn {
  border: 1px solid #dcdcdc;
  background: #fff;
  padding: 8px 22px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}
.filter-btn.active,
.filter-btn:hover {
  background: #ffce00;
  border-color: #ffce00;
}
#testimonial {
  padding: 20px 0 5px !important;
}
#testimonial {
  padding-top: 80px !important;
}
#clickaction,
#steps_banner {
  background-repeat: no-repeat;
  background-size: cover;
}
/* #clickaction {
  background-image: url(../images/banner_images/Top_interior_designers_in_Hyderabad.webp);
   overlay: rgba(0, 0, 0, 0.5) !important; 
  padding: 100px 20px;
  background-position: center;
} */
#clickaction {
  position: relative;
  background-image: url("../images/banner_images/Top_interior_designers_in_Hyderabad.webp");
  background-position: center;
  background-size: cover;
  padding: 100px 20px;
}

#clickaction::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

#clickaction > * {
  position: relative;
  z-index: 1;
}
#clickaction .t-h6 {
  font-size: 35px;
  font-weight: 700;
}
#steps_image img {
  width: 100%;
}
.slick-slide img {
  display: block;
  padding: 10px;
}
.slick-slider {
  margin-bottom: 0;
}
.step {
  cursor: pointer;
  width: 48px;
  height: 48px;
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  font-weight: 600;
  line-height: 35px;
}
.step:first-child {
  line-height: 40px;
}
.step:nth-child(n + 2) {
  margin: 0 0 0 39px;
  transform: translate(0, -4px);
}
.step:nth-child(n + 2):before {
  width: 40px;
  height: 3px;
  display: block;
  background-color: #000;
  transform: translate(-41px, 21px);
  content: "";
}
.step:after {
  width: 150px;
  display: block;
  transform: translate(-55px, 3px);
  color: #818698;
  content: attr(data-desc);
  font-weight: 400;
  font-size: 13px;
}
.step:first-child:after {
  transform: translate(-55px, -1px);
}
.step.active {
  border-color: #fbad18;
  background-color: #fbad18;
  color: #fff;
}
.footer,
.step.active:before {
  background: #000;
}
.step.active:after {
  color: #73b5e8;
}
.d-flex_steps {
  display: flex !important;
  flex-wrap: wrap !important;
  align-content: space-around !important;
  padding: 30px 15px 0 !important;
  justify-content: center !important;
}
.footerpara {
  margin-bottom: 75px;
}
#above_footer a,
#button,
.step {
  display: inline-block;
}
#above_footer h2,
.t-step {
  font-size: 20px;
}
footer,
lite-youtube {
  background-color: #000;
}
footer {
  padding-top: 100px;
  z-index: 8;
}
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 180px;
  padding-bottom: 30px;
}
.footer p {
  color: #fff;
  text-align: justify;
}
.footer .logo {
  height: 100px;
  margin-bottom: 15px;
}
#above_footer {
  margin-bottom: -120px;
  padding: 0 20px;
}
#above_footer .container {
  background-color: #fbad18;
  z-index: 9;
  position: relative;
  padding: 40px;
  color: #fff;
}
#above_footer a {
  font-size: 17px;
  padding: 7px 0;
}
.col_yellow {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  padding: 2px;
  align-content: center;
}
.floating-contact {
  position: fixed;
  bottom: 120px;
  right: 15px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.floating-contact a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 15px rgb(0 0 0 / 0.25);
}
.call-btn {
  background: #fbad18;
}
.whatsapp-btn {
  background: #25d366;
}
.bg-theme {
  background-color: #fbad18;
}
@media only screen and (min-width: 1025px) {
  .d_mobile {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-section {
    min-height: auto;
  }
  .portfolio-img {
    height: 220px;
  }
}
@media (max-width: 992px) {
  .award-badge,
  .features-list p,
  .hero-subtext,
  .hero-title {
    text-align: center;
  }
  .hero-title {
    font-size: 2.2rem;
  }
  .hero-section {
    height: auto;
    min-height: auto;
    padding-bottom: 50px;
    padding-top: 40px;
    position: relative;
  }
  .hero-bg,
  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .row.align-items-center {
    flex-direction: column;
  }
  .col-lg-5,
  .col-lg-7 {
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
  .features-list {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  .hero-form {
    margin-top: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .comp-table {
    display: flex;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .comp-col {
    min-width: 250px;
    flex-shrink: 0;
    margin-right: 1px;
  }
  .col-us {
    margin-top: 0;
    box-shadow: none;
    border: 1px solid #eee;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero-title {
    font-size: 2rem;
  }
  .award-badge {
    font-size: 0.9rem !important;
    white-space: normal;
    text-align: center;
    width: 100% !important;
  }
  .trust-item h3 {
    font-size: 1.5rem;
  }
  .col-lg-5,
  .col-lg-7 {
    padding: 0 30px;
  }
  .trust-bar-section .col-md-3 {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 20px;
  }
  .about-img {
    min-height: 350px;
    max-width: 500px;
    margin: 0 auto 40px;
  }
  .about-img img,
  .about-img::before {
    width: 60%;
  }
  .about-img img:last-child {
    margin: 15% 0 0 35%;
  }
  .col-lg-6.py-3,
  .one-stop-content {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .t-left {
    text-align: center !important;
  }
}
@media only screen and (max-width: 1024px) {
  .d_desktop {
    display: none !important;
  }
  .d_mobile {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  lite-youtube {
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    cursor: pointer;
    max-width: 720px;
    min-width: 280px;
  }
  #above_footer a {
    font-size: 14px !important;
    padding: 7px 0;
  }
  #clickaction .t-h6 .footer .row > div {
    text-align: center !important;
  }
  header {
    position: fixed !important;
    background: #201e1b !important;
  }
  .homz_logo {
    width: 100%;
    max-width: 160px;
    height: auto;
  }
  .hero-section {
    padding-top: 140px;
    padding-bottom: 40px;
    min-height: auto;
    height: auto;
  }
  .hero-bg {
    background: url(../images/banner_images/Best_Interior_Designers_in_Chennai_mobile.webp)
      bottom/cover no-repeat !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  .comp-header,
  .comp-row {
    height: auto;
    padding: 20px;
  }
  .hero-title {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-top: 15px;
  }
  .hero-subtext {
    font-size: 1rem;
    padding: 0 10px;
  }
  .award-badge {
    font-size: 0.85rem;
    display: inline-block;
    white-space: normal;
    padding: 8px 15px;
    width: 90%;
    margin: 50px auto 15px;
  }
  .trust-bar-section .row {
    gap: 30px 0;
    justify-content: center !important;
  }
  .trust-item {
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about-img {
    min-height: 300px;
    margin-bottom: 40px;
    justify-content: center;
  }
  .about-img::before {
    width: 70%;
    left: 15%;
  }
  .about-img img {
    width: 65%;
    left: 0;
  }
  .about-img img:last-child {
    margin: 15% 0 0 35%;
  }
  .t-h1 {
    font-size: 24px;
    line-height: 1.3;
  }
  #onestop .col-lg-6.py-3 .btn {
    display: inline-block;
    margin: 0 auto;
  }
  .comparison {
    padding: 40px 15px;
  }
  .comp-table {
    display: block;
    overflow-x: visible;
    padding: 0;
  }
  .col-feature,
  .d_desktop {
    display: none !important;
  }
  .comp-col {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
  }
  .comp-header {
    font-size: 1.2rem;
  }
  .comp-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
  .comp-row::before {
    content: attr(data-label);
    font-weight: 700;
    color: #997000;
    margin-bottom: 8px;
    display: block;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .col-us {
    border: 2px solid var(--accent-orange);
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.1);
    transform: none;
    margin-top: 0;
  }
  .col-others {
    border: 1px solid #ddd;
  }
  .feature-box-style1 {
    padding: 15px;
    margin-bottom: 20px;
  }
  .feature-box-style1 .inner-box .title {
    padding: 0;
    font-size: 16px;
  }
  .portfolio-title {
    font-size: 1.8rem;
  }
  .filter-btn {
    margin-bottom: 8px;
    font-size: 0.85rem;
    padding: 6px 14px;
  }
  .portfolio-img {
    height: 200px;
  }
  .awards-section .row {
    gap: 30px;
  }
  #above_footer {
    margin-bottom: 0;
    padding-top: 40px;
  }
  #above_footer .container {
    width: 100%;
    padding: 20px;
  }
  .col_yellow {
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 0.3);
    padding-bottom: 20px;
    width: 100%;
  }
  .col_yellow:last-child {
    border-bottom: none;
  }
  .vertical {
    display: none;
  }
  .footer {
    padding-top: 40px;
    text-align: center;
  }
  .footer .row > div {
    margin-bottom: 30px;
  }
  .footer .contact-box ul li {
    float: none;
    display: inline-block;
  }
  .d_mobile {
    display: block !important;
  }
  #fstep1 .d-flex {
    flex-direction: column;
  }
  #fstep1 .btn-custom {
    width: 100%;
    margin-bottom: 10px;
  }
  .trust-bar-section .col-6 {
    width: 50% !important;
  }
  #clickaction {
    background-image: url(../images/banner_images/Top_interior_designers_in_Hyderabad_m.webp) !important;
    padding: 60px 20px !important;
  }
  #clickaction .t-h6 {
    font-size: 1.5rem !important;
  }
  .text-muted {
    font-size: 12px !important;
    margin-top: 20px !important;
  }
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 1.9rem;
  }
  .award-img,
  .portfolio-img {
    height: 200px;
  }
  .portfolio-title {
    font-size: 1.7rem;
  }
  .trust-number {
    font-size: 1.6rem;
  }
  .t-bh1 {
    font-size: 50px !important;
  }
  .t-h6 {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
  }
}
@media (min-width: 500px) {
  #button {
    margin: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #onestop {
    background-image: url(../images/Bg-illustration-5.webp);
    padding: 12px 0 !important;
  }
  #onestop .col-lg-6.py-3,
  #onestop .col-lg-6.py-3 h2,
  #onestop .col-lg-6.py-3 p {
    text-align: justify !important;
  }
  .fixed_bottom {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    text-align: center;
    background-color: #fff;
    height: 60px;
    padding: 5px;
  }
  #button {
    width: 30px !important;
    height: 30px !important;
    bottom: 80px !important;
  }
  #button::after {
    font-size: 1em !important;
    line-height: 30px !important;
  }
  .fixed_bottom button {
    padding: 10px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    background: #201e1b;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
  }
  .footerpara {
    margin-bottom: 80px !important;
  }
}
#clickaction,
#steps_banner,
lite-youtube {
  background-size: cover;
}
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
}
lite-youtube::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  top: 0;
  background-image: linear-gradient(
    180deg,
    rgb(0 0 0 / 67%) 0%,
    rgb(0 0 0 / 54%) 14%,
    rgb(0 0 0 / 15%) 54%,
    rgb(0 0 0 / 5%) 72%,
    #fff0 94%
  );
  height: 99px;
  width: 100%;
  font-family: "YouTube Noto", Roboto, Arial, Helvetica, sans-serif;
  color: hsl(0deg 0% 93.33%);
  text-shadow: 0 0 2px rgb(0 0 0 / 0.5);
  font-size: 18px;
  padding: 25px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
lite-youtube:hover::before {
  color: #fff;
}
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
lite-youtube > .lyt-playbtn {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center/68px 48px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  position: absolute;
  cursor: pointer;
  z-index: 1;
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: 0;
}
lite-youtube:hover > .lyt-playbtn,
lite-youtube .lyt-playbtn:focus {
  filter: none;
}
lite-youtube.lyt-activated {
  cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lyt-playbtn {
  opacity: 0;
  pointer-events: none;
}
.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
