
/* Core styles remain the same until media queries */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    height: 200vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #f8f9fa !important;
}

/* Existing variable definitions and basic styling remain unchanged */
:root {
    --main_color: #ff3c00 !important;
    --secondary_color: #0066ff !important;
    --main_opacity_l: #ff3c0073 !important;
}

/* Navbar base styles */
.mainNavbar {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.navbar-brand img {
    max-width: 120px;
    height: auto;
}

.nav-link {
    color: #000;
    padding: 10px 15px;
}

.dropdown-menu {
    border-radius: 12px;
    padding: 10px;
   
}

/* Mega dropdown */
.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    left: 5%;
    max-height: 80vh;
    overflow-y: auto;
}

/* Search box */
.container_89e8734 {
    width: 100%;
    max-width: 300px;
}

.mainbox_48729tg83 {
    width: 100%;
    height: 40px;
}

/* Responsive Design */
@media (max-width: 991px) { /* Tablet and Mobile */
    .navbar-toggler {
        margin-right: 15px;
    }

    .navbar-collapse {
        background: white;
        padding: 15px;
        max-height: 80vh;
        overflow-y: auto;
        
    }

    .navbar-nav {
        width: 100%;

    }

    .nav-item {
        width: 100%;
        padding: 5px 0;
       
    }

    .nav-link {
        padding: 10px 15px;
        width: 100%;
    }

    /* Hide desktop-only elements */
    .d-lg-block {
        display: none !important;
    }

    .dropdown-menu {
        width: 100% !important;
        position: static !important;
        transform: none !important;
        border: none;
        box-shadow: none;
        padding: 0 15px;
    }

    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 100%;
        left: 0;
    }

    .mega-content .row {
        flex-direction: column;
    }

    .mega-content .col-12 {
        width: 100%;
        padding: 10px 0;
    }

    .navbar-brand {
        padding: 10px 15px;
    }
}

@media (max-width: 767px) { /* Mobile specific */
    .navbar-collapse {
      position: absolute;
      left: -100%;
      top: 40px;
      width: 100%;
      transition: 0.3s ease-in-out;
    }

   

    .navbar {
        padding: 10px 0;
    }

    .dropdown-menu-87327 {
        width: 100%;
        padding: 10px;
    }

    .city-drop-link-group-8723 > a {
        width: 50% !important;
    }

    .container_89e8734 {
        max-width: 100%;
        padding: 0 15px;
    }

    .mainbox_48729tg83 {
        width: 100%;
    }
}

@media (min-width: 992px) { /* Desktop specific */
    .navbar-nav {
        align-items: center;
    }

    .nav-link {
        padding: 15px 20px;
    }

    .dropdown-menu {
        top: 100%;
        min-width: 200px;

    }

    .navbar-collapse {
        justify-content: flex-end;
    }
}

/* Enhance dropdown visibility on hover for desktop */
@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* Fix for smaller mobile screens */
@media (max-width: 576px) {
    .navbar-brand img {
        max-width: 80px;
    }

    .nav-link {
        font-size: 14px;
    }

    .city-drop-link-group-8723 > a {
        width: 100% !important;
    }
}


.astro_m_bg {
    background-color: #ff3c00 !important;
    color: #fff !important;
}
.astro_s_bg {
    background-color: #0066ff;
    color: #fff;
}
.astro_m_color {
    color: #ff3c00;
}
.astro_s_color {
    color: #0066ff;
}
h1 {
    font-size: 35px;
    color: #000;
}
h2 {
    font-size: 35px;
    color: #000;
}
h3 {
    font-size: 19px;
    color: #000;
}
h4 {
    font-size: 16px;
    color: #000;
}
/* p {
    font-size: 14px;
    color: #000;
} */
a {
    text-decoration: none !important;
}
.w-10 {
    width: 12% !important;
}
.dropdowns_options_fs {
    font-size: 13px;
}
.bp_b{
  background-position: bottom;
}
.bp_t {
  background-position: top;
}

.custom-link {
    color: black;
    text-decoration: none;
   
  }


nav.navbar {
    --bs-navbar-toggler-icon-bg: none;
  }
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #000 !important;
}

.nav-account-section:hover {
  background-color: #c3c8c9 !important;
  color: #fb501a !important;
}


.dropdown-menu-more-btn {
    max-width: 95% !important;
    min-width: 100% !important;
    transform: translate(-0%, -0%) !important;
  }

  .search-icons {
    display: block;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    /* position: fixed !important; */
    /* top: 100px !important; */
   
  }

  .nav-item.dropdown:hover .dropdown-menu .dropdown-menu-more-btn {
    top: 0% !important;
  }
  .dropdown-menu {
    border-radius: 12px;
    padding: 10px;
  }
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;

  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.nav-item.dropdown.dropdown-mega .large-dropdown {
  width: 100% !important;
  top: auto;
  left: 0% !important;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 86%;
  }
  .nav-item.dropdown:hover .dropdown-menu:nth-child(2) {
    right: 0;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}


@media (min-width: 992px) {


  .dropleft{
    left: -68px !important;
  }

}




@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
      margin-left: 20px;
    }
  }
  
.navbar-expand-lg {
    z-index: 9999 !important;
  }
.navbar-brand img {
  width: 100%;
  position: relative;
}
.mainNavbar {
    position: fixed !important;
  }
  @media (max-width : 650px) {
  
    .mainNavbar {
      position: sticky !important;
    }
}
.nav-link {
  color: #000;
}

.bottom-nav {
  background-color: #000 !important;
  color: #fff !important;
}

.bottom-nav .navbar-nav .dropdown-toggle {
  color: #fff !important;
}
/* Icon Styling */
.dropdown-toggle::after {
    display: none;
    /* Hide default caret */
  }

/* .navbar-nav>li>.dropdown-menu {
    top: 50px !important;
} */

.navbar-inverse {
  background-color: #fff !important;
  z-index: 111;
  border-color: #fff !important;
}

.navbar-inverse .navbar-nav>li>a {
  color: #000 !important;
  font-weight: 600;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #ee461e;
  color: white !important;
}

.navbar-inverse {
  background-color: #fff !important;
  border-color: #fff !important;
}

.navbar {
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}
.menu-btn {
    position: relative;
    display: none !important;
  }
.navbar .menu-btn {
    display: block !important;
    position: relative;
    background-color: #fb501a;
    color: #fff !important;
    padding: 20px;
  }

  .navbar .menu-btn .menu-btns {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    text-decoration: none;
    color: #000 !important;
    border-radius: 10px;
  }

  .login-btn .login-img {
    background-color: #fff;
    border-radius: 100%;
    color: #fb501a;
    display: block;
    padding: 5px;
  }

  .navbar .menu-btn .menu-btns a {
    text-decoration: none;
    color: #000 !important;
  }

  .navbar .navbar-brand {
    margin-left: 0px !important;
  }

  .nav .nav-item .onenav.active {
    color: #000000 !important;
    background: rgb(255, 255, 255) !important;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) -4%, rgba(250, 134, 1, 0.6223739495798319) 135%) !important;
  }

.nav .nav-item .onenav:hover {
    /* background-color: #0163fa; */
    color: #000000 !important;
  }
  
  .nav .nav-item .onenav.active {
  
    background: rgb(1 99 250);
    color: #fff !important;
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(175 209 245 / 89%) 100%);    */
  }
  
  .nav .nav-item .onenavs.active {
  
    background: rgb(1 99 250);
    color: #fff !important;
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(175 209 245 / 89%) 100%);    */
  }
  
  .nav-justified .nav-item,
  .nav-justified>.nav-link {
    flex-basis: content !important;
    flex-grow: 1;
    text-align: center;
  }
@media screen and (max-width: 400px) {
  .property-label {
    padding: 0px;

  }
}




.container_89e8734 {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.mainbox_48729tg83 {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  border-radius: 160px;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.075);
}

.search_input_78j8ws {
  box-sizing: border-box;
  height: 100%;
  width: 90%;
  background-color: transparent;
  border: none;
  outline: none;
  padding-bottom: 4px;
  padding-left: 10px;
  font-size: 0.9rem;
  color: rgb(0, 0, 0);
  transition: all 0.3s ease;
}

.search_input_78j8ws::placeholder {
  color: rgba(0, 0, 0, 0.776);
}

.iconContainer_89rfedx98 {
  box-sizing: border-box;
  padding-top: 0px;
  padding-right: 10px;
  width: fit-content;
  transition: all 0.3s ease;
}

.search_icon {
  box-sizing: border-box;
  fill: rgb(0, 0, 0);
  font-size: 1em;
}

.dropdown-80794 {
  position: absolute;
  width: 93%;
  max-height: 220px;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.075);
  padding: 20px;
  border-radius: 0 0 16px 16px;
  margin-top: 2px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  overflow: auto;
}

.dropdown-80794 ul>li {
  padding: 5px 0;
  cursor: pointer;
}

.dropdown-80794 ul>li:hover {
  color: #ee461e;
}



@media (max-width: 767px) {

    #searchBtn {
      margin-left: 0px !important;
    }
  
    .T_from_parent h1 {
  
      font-size: 24px !important;
    }
  
    .T-all-input-box {
  
      padding-bottom: 22px !important;
    }
  
    ul.home-loan__sidelinks__list {
      padding-left: 0;
      margin-bottom: 0;
    }
  
    .home-loan__sidelinks__list--item {
      padding: 0;
    }
  
  }
  
  .dropdown-item.bold-item-82787 {
    font-weight: 600px;
  }
  
  .bg-primary-8942 {
    color: #0067b8;
  }
  
  .custom-size {
    font-size: 15px !important;
    
  }
  .list-group li{
    list-style-type: none;
  }

 .dropdown-item:hover{
    background-color: #fb501a !important;
    padding: 3px !important;
    color: #fff !important;
 }
  
  .dropdown-menu.dropdown-menu-87327 a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #303030;
    overflow: hidden;
   
    white-space: nowrap;
  }
  
  .dropdown-menu.dropdown-menu-87327 a.dropdown-item.city-drop-heading-897ew {
    font-size: 14px;
    font-weight: 600;
    color: #303030;
    padding-bottom: 4px;
    margin-top: 4px;
    pointer-events: none;
  }
  
  .dropdown-menu.dropdown-menu-87327 {
    width: 595px;
    padding: 12px 24px 12px;
  }
  
  .dropdown-menu-more-btn {
    width: 750px !important;
    padding: 12px 24px 12px !important;
    transform: translate(-57%, -2%) !important;
  }
  
  .dropdown-menu-87327 div.city-drop-link-group-8723 {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .dropdown-menu-87327 div.city-drop-link-group-8723>a {
    width: 20%;
    margin-bottom: 4px;
  }
  
  .pointer-none0298 {
    pointer-events: none;
  }
  
  .nav-item.dropdown.New-Delhi_8743 {
    padding-bottom: 15px !important;
    transform: translateY(11px) !important;
  }
  
  .nav-item.dropdown.apply_8743 {
    padding-bottom: 8px !important; 
  }
  
  .dropdown-menu-87327 .city-drop-link-group-8723 a.dropdown-item:hover {
    color: #ee461e;
    background: transparent;
  }
  
  .dropdown-menu.dropdown-menu-87327 {
    border: 1px solid black;
  }
  
  .dropdown-menu-more-btn {
    border: none;
  }
  .navbar .megamenu {
    padding: 1rem;
  }








  .imge img{
    width: 100%;
 
    border-radius: 7px;
}

.nav-item:hover .dropdown-menu {
    height: auto;
    opacity: 1;
    transform: translateY(0);
}








/* Button Animation */

/* From Uiverse.io by mrhyddenn */ 
.butt {
  background: #fff;
  border: none;
  padding: 10px 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 120px;
  text-transform: uppercase;
  cursor: pointer;
  transform: skew(-21deg);
}

.spann {
  display: inline-block;
  transform: skew(21deg);
}

.butt::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: rgb(20, 20, 20);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

.butt:hover {
  color: #fff;
}

.butt:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}





/* // Footer Start // */
.footer {
    background-image: url('https://cdn.mos.cms.futurecdn.net/wvJC3cwHHEMwPqPiP6ytbT-1200-80.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 20px 0 20px;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85); /* Semi-transparent black overlay */
}

.footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #fb501a; /* Orange top line */
}

.footer > .container-fluid {
    position: relative;
    z-index: 1;
}

.footer-logo {
    max-width: 120px;
    margin-bottom: 30px;
}

.footer h4 {
    color: #fb501a;
    font-size: 20px;
    /* margin-bottom: 10px; */
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    /* margin-bottom: 10px; */
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #fb501a;
}

.newsletter-section {
    margin-bottom: 40px;
}

.newsletter-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.newsletter-section p{
    color: #fff;
}
.newsletter-form {
    position: relative;
    max-width: 400px;
}

.newsletter-input {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fb501a;
    color: #fff;
    padding: 10px 40px 10px 15px;
    width: 100%;
}

.newsletter-button {
    background: none;
    border: none;
    color: #fb501a;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    color: #fb501a;
    margin-right: 15px;
    font-size: 18px;
    transition: color 0.3s ease;
}
.social-icons a img{
    width: 18px;
    height: 18px;
}

.social-icons a:hover {
    color: #fff;
}

.cities-list {
    columns: 6 !important;
    -webkit-columns: 6 !important;
    -moz-columns: 6 !important;
    line-height: 3px;
}

.cities-list1 {
  columns: 3 !important;
  -webkit-columns: 3 !important;
  -moz-columns: 3 !important;
}

@media (max-width: 768px) {
    .cities-list {
        columns: 1 !important;
        -webkit-columns: 1 !important;
        -moz-columns: 1 !important;
        line-height: 26px;

    }

    .cities-list1 {
      columns: 1 !important;
      -webkit-columns: 1 !important;
      -moz-columns: 1 !important;
    }
}



.copyright {
    border-top: 1px solid rgb(251 80 26);
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}
/* Footer End */

/* Home Pages CSS Starting */

.slider-container {
  position: relative;
  max-width: 100%;
  margin: 20px auto;
  overflow: hidden;
}

.slider {
  display: flex;
  /* Explicitly ensuring flex layout */
  transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  /* Smoother easing for slider movement */
}

.slide {
  min-width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  display: flex;
  /* Ensuring flex for slide content alignment */
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  clip-path: polygon(0% 0%, 0% 0%, -30% 100%, 0% 100%);
  /* Initial clip-path as specified */
  opacity: 0;
  transform: translateX(-100px);
  /* Starting off-screen for animation */
  animation: slideClipReveal 2s ease-out forwards;
}

.slide-content {
 
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  opacity: 0;
  transform: scale(0.8);
  /* Initial scale for animation */
  animation: contentScaleFadeIn 0.10s ease-out 0.5s forwards;
}@keyframes typewriter {
  from {
      width: 0;
  }
  to {
      width: 100%;
  }
}

/* Hide the text initially */
.typewriter .heading_one,
.typewriter p {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: typewriter 2s steps(20, end) forwards; /* Removed the cursor blink animation */
}

.typewriter .heading_one {
  animation: typewriter 2s steps(20, end) forwards;
}

.typewriter p {
  animation: typewriter 2.5s steps(40, end) forwards 2s; /* Add delay for paragraph */
}

/* Button initially hidden */
@keyframes fadeInButton {
  from {
      opacity: 0;
      transform: translateY(10px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.typewriter button {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1s ease-in, transform 0.5s ease-in;
  animation: fadeInButton 1s ease-in-out forwards 3s; /* Delayed appearance */
}

/* RESPONSIVE DESIGN FOR SMALL SCREENS */
@media (max-width: 768px) {
  .slide-content {
    padding: 15px;
    max-width: 95%;
  }

  .typewriter .heading_one {
    font-size: 1.5rem; /* Smaller text for mobile */
  }

  .typewriter p {
    font-size: 0.9rem;
  }

  .typewriter button {
    font-size: 0.9rem;
    padding: 8px 12px;
  }
}

@media (max-width: 480px) {
  .slide-content {
    padding: 10px;
  }

  .typewriter .heading_one {
    font-size: 1.3rem;
  }

  .typewriter p {
    font-size: 0.8rem;
  }

  .typewriter button {
    font-size: 0.8rem;
    padding: 7px 10px;
  }
}


.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  color: white;
  font-size: 2rem;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
}

@keyframes slideClipReveal {
  0% {
      clip-path: polygon(0% 0%, 0% 0%, -30% 100%, 0% 100%);
      /* Initial clip-path as specified */
      opacity: 0;
      transform: translateX(-100px);
  }

  50% {
      clip-path: polygon(0% 0%, 50% 0%, 80% 100%, 0% 100%);
      opacity: 0.5;
      transform: translateX(20px);
  }

  100% {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes contentScaleFadeIn {
  0% {
      opacity: 0;
      transform: scale(0.8);
  }

  100% {
      opacity: 1;
      transform: scale(1);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .slide {
      height: 400px;
  }

  .slide-content {
      padding: 10px;
  }
}

@media (max-width: 480px) {
  .slide {
      height: 300px;
  }

  .carousel-control-prev,
  .carousel-control-next {
      font-size: 1.5rem;
  }
}

.main-heading {
  color: #3a2f3b;
  font-weight: 600;
  font-size: 35px;
}

.sub-heading {
  color: #555;
  line-height: 1.6;
}

.service-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important ;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  height: 100%;
  background-color: #fff;
  border: none;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-img-container {
  height: 220px;
  overflow: hidden;
}

.card-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .card-img-container img {
  transform: scale(1.05);
}

.card-body {
  padding: 1.5rem !important;
  text-align: center;
}

.card-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #3a2f3b !important;
}

.card-text {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.arrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fb501a;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.service-card:hover .arrow-icon {
  background-color: #fb501a;
  color: white;
}

.swiper {
  padding: 20px 10px 40px !important;
}

.swiper-pagination {
  bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: #3a2f3b !important;
  background-color: rgba(255, 255, 255, 0.8);
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
}

@media (max-width: 767px) {
  .card-img-container {
      height: 180px;
  }
}
.container-custom {

  margin: 0 auto;
  padding: 1rem 1rem;
}

.image-container {
  position: relative;
  width: 100%;
  height: 80vh;
border-radius: 15px;
  min-height: 450px;
 
}

.image-container img {
  position: absolute;
  width: 100%;
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
}

.before-image {
  z-index: 2;
  clip-path: inset(0 50% 0 0);
}




.imageDivider {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: rgb(68, 47, 47);
  cursor: col-resize;
  transform: translateX(-50%);
  touch-action: none;
  /* Improves touch behavior */
}

.handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;

  transform: translate(-50%, -50%);
  cursor: col-resize;
  display: flex;
  align-items: center;
  justify-content: center;
}

.handle::before {
  background-color: white;
  border: 1px solid rgb(68, 47, 47);
  content: "← Before";
  position: absolute;
  padding: 4px;
  left: -72px;
  border-radius: 15px 0 0 15px;
  font-size: 16px;
 
}

.handle::after {
  content: "After →";
  background-color: white;
  border: 1px solid rgb(68, 47, 47);
  padding: 4px;
  border-radius: 0 15px 15px 0;
  position: absolute;
  right: -59px;
  font-size: 16px;

}


.tabs {
  display: flex;
  justify-content: center;
  gap: 1vw;
  margin: 2vh 0;
  padding: 1vh 1vw;
}

.tab {
  display: flex;
  align-items: center;
  gap: 0.5vw;
  padding: 1.5vh 1vw;
  cursor: pointer;
  background: white;
  font-weight: 550;
  border-radius: 15px;
  /* Rounded corners */
  border: 1px solid #e0e0e0;
  /* Light border */
  font-size: clamp(12px, 1vw, 14px);
  /* Responsive font size */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
  transition: background-color 0.3s, transform 0.2s;
  /* Smooth hover effect */
}

.tab.active {
  background: #fb501aa8;
  color: white;
  border-color: #fb501a;
  transform: scale(1.05);
  /* Slight scale on active */
}

.tab:not(.active):hover {
  background: #f0f0f0;
  transform: scale(1.02);
  /* Slight scale on hover */
}

/* Icon styles (using actual image URLs as placeholders) */
.tab-icon i {
  font-size: 1.2rem;
}

/* Media Queries */
@media screen and (max-width: 768px) {

  /* Tablet and below */
  .image-container {
      height: 50vh;
  }

  .handle::before{
    background-color: white;
    border: 1px solid rgb(68, 47, 47);
    content: "← ";
    position: absolute;
    padding: 4px;
    left: -7px;
  }
  
  .handle::after{
    background-color: white;
    border: 1px solid rgb(68, 47, 47);
    content: " →";
    position: absolute;
    padding: 4px;
    right: -7px;
  }

  .tabs {
      gap: 0.5vw;

      overflow: hidden;
      gap: 0.5vw;
      display: flex;
      overflow-x: auto;
      justify-content: flex-start;
  }

  .tab {
      padding: 0.4vh 0.8vw;
  }
}


@media screen and (max-width: 480px) {
  /* Mobile */


  .image-container {
      height: 40vh;
      min-height: 200px;
  }

  .handle {
      width: 40px;
      height: 40px;
      /* Even larger handle for mobile */
  }

  .tab {
      flex: 1 0 45%;
      /* Two columns on mobile */
      margin: 1vw;
      text-align: center;
  }
}

.flip-card {
  position: relative;
  height: 400px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flip-card-front {
  background: #fff;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-card-back {
  background: #333;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.flip-card-back h2{
  margin: 10px 0;
}

.flip-card-back p{
  color: gray;
            margin: 5px 0;
}

.stars {
  color: #fb501a;
  font-size: 18px;
}

.info {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.info div {
  text-align: center;
}
.info div strong {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}


.view {
  background: #fb501a;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  margin-top: 15px;
}

.view a{
  color: white;
}
.view:hover {
  background: #d14216;
}

.card-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.card-text {
  font-size: 1rem;
  margin-bottom: 20px;
}

.arrow-icon svg {
  background-color: #fb501a;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  border-radius: 50%;
  height: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .swiper-slide {
      height: 350px;
  }

  .flip-card {
      height: 300px;
  }

  .card-title {
      font-size: 1.2rem;
  }

  .card-text {
      font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .swiper-slide {
      height: 300px;
  }

  .flip-card {
      height: 300px;
  }

  .card-title {
      font-size: 1rem;
  }

  .card-text {
      font-size: 0.8rem;
  }
}


.nav-tabs .nav-link.active {
  background-color: #fb501a !important;
  color: white !important;
  font-weight: bold;
}

.tab-content {
  margin-top: 20px;
}


.snip *,
.snip *:before,
.snip *:after {
  box-sizing: border-box;
  transition: all 0.45s ease;
}

.snip {
  position: relative;
  overflow: hidden;

  max-width: 415px;
  min-width: 230px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  margin: 10px;
  text-align: left;
  border-radius: 10px;
  transform: translateZ(0);
}

.snip:hover .snip__title,
.snip:hover .snip__text {
  transform: translateY(0);
  opacity: 0.9;
  transition-delay: 0.2s;
}

.snip::before,
.snip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1B72FA;
  opacity: 0.5;
  transition: all 0.45s ease;
}

.snip::before {
  transform: skew(30deg) translateX(-80%);
}

.snip::after {
  transform: skew(-30deg) translateX(-70%);
}

.snip:hover::before {
  transform: skew(30deg) translateX(-20%);
  transition-delay: 0.05s;
}

.snip:hover::after {
  transform: skew(-30deg) translateX(-10%);
}

.snip:hover .snip__figcaption::before {
  transform: skew(30deg) translateX(-40%);
  transition-delay: 0.15s;
}

.snip:hover .snip__figcaption::after {
  transform: skew(-30deg) translateX(-30%);
  transition-delay: 0.1s;
}

.snip__image {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.snip__figcaption {
  position: absolute;
  top: 100px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 40% 25px 20px;
}

.snip__figcaption::before,
.snip__figcaption::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1B72FA;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: "";
  opacity: 0.5;
  z-index: -1;
}

.snip__figcaption::before {
  transform: skew(30deg) translateX(-100%);
}

.snip__figcaption::after {
  transform: skew(-30deg) translateX(-90%);
}

.snip__title,
.snip__text {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip__title {
  font-family: "Teko", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.snip__text {
  font-size: 0.9em;
}

.snip__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1 {
  color: #fb501a;
}

.designsession {
  background-color: #fb501a;
  color: #fff;
}

/* Testimonial Section */


.testimonial-content {
  padding: 20px;
  text-align: left;
}

.testimonial-content h2 {
  font-size: 32px;
  display: flex;
  align-items: center;
}

.testimonial-content h2 img {
  width: 30px;
  margin-left: 10px;
}

.testimonial-content p {
  color: gray;
  font-size: 16px;
  line-height: 1.5;
}

.testimonial-content button {
  background-color: orange;
  border: none;
  padding: 12px 24px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.testimonial-content button:hover {
  background-color: darkorange;
}

.testimonial-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.testimonialimages {
  width: 100%;
  max-width: 350px;
  height: 200px;
  border-radius: 5px;
  object-fit: cover;
}

.testimonialimagesfirst {
  width: 100%;
  /* max-width: 1000px; */
  height: 200px;
  border-radius: 5px;
  object-fit: cover !important;
  /* margin: 5px; */

}

.testimonial-review {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  color: #333;
}
.testimonial-review {
  color: #222;
}


.testimonial-review strong {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
  .testimonial-section {
      flex-direction: column;
      text-align: center;
      padding: 30px;
  }

  .testimonial-content {
      text-align: center;
  }

  .testimonial-content h2 {
      font-size: 28px;
      justify-content: center;
  }

  .testimonial-content button {
      width: 100%;
      max-width: 250px;
      padding: 14px;
      font-size: 14px;
  }

  .testimonial-images {
      grid-template-columns: 1fr;
      gap: 5px;
  }

  .testimonialfirst {
      margin-bottom: 20px;
      
  }

  .testimonialimages {
      max-width: 100%;
      height: auto;
  }
}

@media (max-width: 480px) {
  .testimonial-content h2 {
      font-size: 24px;
  }

  .testimonial-content button {
      font-size: 14px;
      padding: 10px;
  }

  .testimonial-review {
      font-size: 14px;
  }
}

.testimonialimages, .testimonialimagesfirst {
  transition: transform 0.3s ease-in-out;
}

.testimonialimages:hover, .testimonialimagesfirst:hover {
  transform: scale(1.05);
}


.HappyCustomers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: left;
  
  position: relative;
  color: white;
 
  /* Bright text color */
}

.testimonial-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/assets/img/home-interier/happybanner.png");
}

.HappyCustomers .testimonial-content {
  position: relative;
  z-index: 2;
  max-width: 500px;
}

.HappyCustomers h2 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  /* Bright text */
}

.HappyCustomers p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

.seeall{

  background-color: #fb501a;
  border: none;
  padding: 10px 18px;
  color: white  ;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
  position: relative;
  z-index: 2;

}

.sign{

    background-color: #fb501a;
    border: none;
    padding: 0px 18px;
    color: white ;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
    position: relative;
    z-index: 2;

}

.sign:hover{
  background-color: rgb(184, 80, 48);
}

.HappyCustomers button {
  background-color: #fb501a;
  border: none;
  padding: 12px 24px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
  position: relative;
  z-index: 2;
}

.HappyCustomers button:hover {
  background-color: rgb(184, 80, 48);
}

/* Responsive */
@media (max-width: 768px) {
  .HappyCustomers {
      text-align: center;
      padding: 20px;
  }

  .HappyCustomers .testimonial-content {
      max-width: 100%;
  }

  .HappyCustomers h2 {
      font-size: 28px;
  }

  .HappyCustomers button {
      width: 100%;
      max-width: 250px;
      padding: 14px;
  }
}

.faq-card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative ;
}

.sticky-card {
  position: sticky;
  top: 100px;
  z-index: -1000;
  background: white;
 }

.sticky-card2 {
  position: sticky;
  top: 120px;
  z-index: -1000;
  background: white;

}

.sticky-card3 {
  position: sticky;
  top: 140px;
  z-index: -1000;
  background: white;
 
}

.sticky-card4 {
  position: sticky;
  top: 160px;
  z-index: -1000;
  background: white;

}

.sticky-card5 {
  position: sticky;
  top: 180px;
  z-index: -1000;
  background: white;
 
}
.widhei{
  width: 100%;
  height: 122px;
  border-radius:8px;
  margin-bottom: 20px;
}

.faq-title {
  color: #b6895b;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.faq-answer {
  font-size: 14px;
  color: #555;
}


.ani-content {
  display: flex
;
  align-items: center;
  justify-content: center;
}

.animation {
height: 50px;
overflow: hidden;
/*
                          margin-left: 1rem;*/
}

.animation>div>div {
/*  padding: 0.25rem 0.75rem;*/
height: 3.81rem;
margin-bottom: 1.81rem;
display: inline-block;
}

.animation div:first-child {
animation: text-animation 8s infinite;
}

.first div {
color: #20a7d8;

}

.second div {
color: #CD921E;
}

.third div {
color: #c10528;
}

@keyframes text-animation {
0% {
  margin-top: 0;
}

10% {
  margin-top: 0;
}

20% {
  margin-top: -5.62rem;
}

30% {
  margin-top: -5.62rem;
}

40% {
  margin-top: -11.24rem;
}

60% {
  margin-top: -11.24rem;
}

70% {
  margin-top: -5.62rem;
}

80% {
  margin-top: -5.62rem;
}

90% {
  margin-top: 0;
}

100% {
  margin-top: 0;
}
}

.ani-content {
display: flex;
align-items: center;
justify-content: center;
}

.rotate {
transform: translateX(-39%) translateY(270%) rotate(-90deg);
width: 250px;
}

.card {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center; 
  padding: 20px;
  color: white;
  border-radius: 10px;
  position: relative;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  background-color: #4a4a4a; 
}

.card-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  border-radius: 10px;
  z-index: 1;
}

.card-body {
  position: relative;
  z-index: 2;
  text-align: center; 
}

.card-title1 {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}

.card-text1 {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 20px rgba(255, 255, 255, 0.5);
  filter: brightness(0.9);
}




/* Full Home Interior start */

.homebanner {
  margin: 0;
  padding: 0;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('/assets/img/home-interier/bedroom.png') no-repeat center center/cover;

}

.text-container {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
}

.fullhome {
  font-size: 50px;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  /* Shadow properties */
  text-align: center;
}


.sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;

}

.sidebar .image-card {
  
  height: 80px;
}

.image-card {
  position: relative;
  overflow: hidden;

}

.product123 {
  height: 260px !important;
}

.image-card img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.image-card:hover img {
  transform: scale(1.05);
  filter: brightness(75%);
}

.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  /* padding: 10px; */
  text-align: center;
  font-size: 16px;
  transition: background 0.3s ease-in-out;
}

.image-card:hover .overlay-text {
  background: rgba(0, 0, 0, 0.8);
}





.main-content {
  position: relative;
}

.main-content img {
  width: 100%;
  height: 260px;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}

.main-content:hover img {
  filter: brightness(80%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease-in-out;
  border-radius: 10px;
}



.main-content:hover .overlay {
  background: rgba(0, 0, 0, 0.3);
}

.image-container {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-link.active {
  background-color: #007bff;
  color: white;
}

.nav-link {
  border-radius: 5px;
  padding: 10px 20px;
}

.balconyhome{
  color:#000 !important;
}

.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 18px;
  text-align: center;
  padding: 10px;
}


@media (max-width: 767px) { 
  .product123{
    height: 170px !important;
  }
  .main-content img {
    margin-top: 10px;
  }
  .image-card img{
    margin-top: 10px;
  }

}


/* Full Home Interior end */

/* Modular interion start */
.homebanner1 {
  margin: 0;
  padding: 0;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('/assets/img/home-interier/blue interior.png') no-repeat center center/cover;

}

.profileclient {
  margin: 0;
  padding: 0;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('/assets/img/home-interier/cream interior.png') no-repeat center center/cover;

}

.homedecor {
  margin: 0;
  padding: 0;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('/assets/img/home-interier/homedecor/homesdecor.png') no-repeat center center/cover;

}




/* Book Free Session */


#stepFormModal {
  margin-top: 25px;
}

.closee {
  background-color: white !important;


}

input[type="radio"] {
  accent-color: #FB501A;
}

.modal-content {
  background: url('/assets/img/home-interier/bookfree.png') no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  border: none;
}



.modal-content {
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.modal-header {
  display: flex;

  color: white;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}



.step-container {
  text-align: center;
  margin-bottom: 20px;
}

.step-container .step {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #333;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 16px;
  font-weight: bold;
}

.session {
  display: flex;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  align-items: center;
  padding: 15px;
  margin: 10px 0;
  border: 2px solid #ddd;
  border-radius: 30px;
  cursor: pointer;
  background-color: #fff;
}

.room-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin: 10px 0;
  border: 2px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}

.room-option span {
  font-size: 16px;
  color: #4A4A4A;
}

.session input[type="radio"] {
  margin-right: 10px;
  cursor: pointer;
}

.session.selected {
  border-color: #FB501A;
  background-color: rgb(224, 173, 157);
}

.step.active {
  background: #FB501A;
  color: white;
}

.btn-custom {
  background: #0163FA !important;
  color: white !important;
  border-radius: 8px !important;
  padding: 10px 20px !important;
  transition: 0.3s !important;
}

.btn-custom:hover {
  background: #FB501A !important;
  color: white !important;
}


.btn-secondar {
  background: #FB501A !important;
  color: white !important;
  border-radius: 8px !important;
  padding: 10px 20px !important;
  transition: 0.3s !important;
}

.btn-secondar:hover {
  background: #0163FA !important;
  color: white !important;
}


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

.counter-btn {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background-color: #FB501A;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-btn:disabled {
  background-color: rgb(148, 184, 241);
  cursor: not-allowed;
}

.counter-value {
  margin: 0 15px;
  font-size: 16px;
  color: #4A4A4A;
}



.package-container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.package-option {
  flex: 1;
  min-width: 200px;
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}

.package-option input[type="radio"] {
  margin-right: 10px;
}

.package-option.selected {
  border-color: #FB501A;
  background-color: rgb(224, 173, 157);
}


.renscope {
  font-size: 25px;
  color: #fff;

}

.package-option h3 {
  font-size: 18px;
  color: #4A4A4A;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.package-option h3 input {
  margin-right: 10px;
}

.package-option p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.package-option ul {
  list-style: none;
  padding: 0;
}

.package-option ul li {
  font-size: 14px;
  color: #4A4A4A;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.package-option ul li::before {
  content: "✔";
  color: #28a745;
  margin-right: 8px;
}

.stars {
  margin-left: 10px;
  color: #FB501A;
}


.strp {
  max-width: 55% !important;
}

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

  .strp {
      max-width: 100% !important;
  }

}

.quote-form {

  background: transparent;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);

}

.quote-form .form-label {
  color: white;
}

.quote-form label {
  color: white;
}

.btn-animated {
  transition: all 0.3s ease-in-out;
}

.btn-animated:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}


.phone-group img {
  width: 24px;
  height: 24px;
}



/* Interior client Page */


.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    height: 90vh;
    overflow-y: auto;
}


.category-list {
    list-style: none;
    padding-left: 0;
}

.category-list li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.categor {
    justify-content: left !important;
}

.category-list li:hover {
    background-color: #fb501a;
    color: white;
    cursor: pointer;
}

.subcategory-list {
    list-style: none;
    padding-left: 15px;
    display: none;
}

.subcategory-list li {
    padding: 8px;
}

.category-images {
    display: none;
}

.image-contai {
    overflow-y: auto;
 
    max-height: 90vh;
}



.image-contai img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 5px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-12,
.col-6,
.col-md-4 {
    margin-bottom: 15px;
}

.toggle-icon {
    font-size: 18px;
}

.plus-icon::before {
    content: "+";
}

.minus-icon::before {
    content: "-";
}


.new-card {
    position: relative;
    /* width: 350px; */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    background: white;
}

.new-card-image {
    width: 100% !important;
    height: auto !important;
    display: block;
}

.hover-profile {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 12px;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s;
}

.hover-profile:hover {
    background: rgba(255, 255, 255, 1);
}

.profile-avatar {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    margin-right: 8px;
}

.profile-username {
    font-weight: bold;
    color: #333;
}

.profile-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    width: 320px;
    z-index: 100;
    text-align: center;
}

.profile-popup.show {
    display: block;
}

.popup-avatar {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
}

.popup-text h3 {
    margin: 10px 0 5px;
    font-size: 18px;
}

.popup-text p {
    margin: 0;
    font-size: 14px;
    color: gray;
}

.popup-gallery {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.popup-gallery img {
    width: 30%;
    border-radius: 5px;
}

.view-profile {
    margin-top: 10px;
    background: #007bff;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    text-align: center;

}

.view-profile:hover {
    background: #0056b3;
}

/* Close Button */
.close-popup {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}

.close-popup:hover {
    color: red;
}

.title432 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fb501a;

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

       .sticky-sidebar {
        position: relative;
        height:auto;
    }
    .image-contai{
        top:30px;
        height:340px;
    }
    .tittle432{
        margin-top:10px;
    }




}

.premium-tag {
    position: absolute;
    top: 24px;
    left: -33px;
    background-color: black;
    color: white;
    padding: 5px 44px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    transform: rotate(-30deg);
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    z-index: 9;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
    }

    100% {
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
    }
}

.price-box {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 10px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.price {
    color: black;
    font-size: 15px;
    font-weight: bold;
}

/* Hover Effects */
.new-card:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.new-card:hover .price-box {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}


/* social media  */

.new-footer-social-icons {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}

.new-footer-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: white;
  color: #333333;
  margin-right: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.new-footer-social-icons a:hover {
  transform: translateY(-5px);
}

.new-footer-social-icons a.new-footer-facebook:hover {
  background-color: #3b5998;
  color: white;
}

.new-footer-social-icons a.new-footer-twitter:hover {
  background-color: #000000;
  color: white;
}

.new-footer-social-icons a.new-footer-instagram:hover {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: white;
}

.new-footer-social-icons a.new-footer-linkedin:hover {
  background-color: #0077b5;
  color: white;
}

.new-footer-social-icons a.new-footer-youtube:hover {
  background-color: #ff0000;
  color: white;
}

.new-footer-social-icons a.new-footer-pinterest:hover {
  background-color: #bd081c;
  color: white;
}
.new-footer-social-icons a.new-footer-blogger:hover {
  background-color: #f38d39;
  color: white;
}
.new-footer-social-icons a.new-footer-tumblr:hover {
  background-color: #001935;
  color: white;
}
.cursor-pointer{
  cursor: pointer;
}