html {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

::placeholder {
    color: #bbb !important;
    opacity: 1;
  }

.form-control {
    min-width: 40px !important;
}

.btn-primary {
      background: #4c8ed0;
    border: 1px solid #4c8ed0;
    border-radius: 10px;
}

.btn-primary-2 {
    background: #4c8ed0;
    border: 1px solid #4c8ed0;
    border-radius: 10px
}

.btn-outline-primary-2 {
    background: #fff;
    border: 1px solid #4c8ed0 !important;
    color: #4c8ed0 !important;
}

.btn-outline-primary-2:hover {
      background: #4c8ed0;
    border: 1px solid #4c8ed0;
    border-radius: 10px;
    box-shadow:  1px 1px 10px 3px #4c8ed033;
}


.btn-primary-2:hover {
      background: #4c8ed0;
    border: 1px solid #609ad3;
    border-radius: 10px;
    box-shadow:  1px 1px 10px 3px #4c8ed033;
}

.bg-orange {
    background: #4c8ed0;
}


.btn {
    font-weight: bold;
    border-radius: 10px
}

.btn-outline-primary {
    background: #fff;
    border: 1px solid #4c8ed0;
    color: #4c8ed0;
}

.btn-outline-primary:hover {
      background: #4c8ed0;
    border: 1px solid #609ad3;
    color: #fff !important;
    box-shadow:  1px 1px 10px 3px #4c8ed033;
}

#quot_form {
    /* height: calc(100vh - 12rem) */
    /* or a fixed height */
    position: relative;
    margin-top: auto;
    margin-bottom: auto
}

.fixed-button-wrapper {
    position: fixed;
    bottom: 0;
    background: white;
    padding: 1rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    display: none;
    /* hidden by default */
    z-index: 999;
    text-align: center;
    width: 100%;
}


.fixed-button-wrapper .btn {
    display: block;
    margin: auto;
}

.btn-primary:hover {
    background: #4c8ed0;
    border: 1px solid #609ad3;
    box-shadow:  1px 1px 10px 3px #4c8ed033;
}

.bg-primary {
    background: #4c8ed0 !important;
}

.rounded-lg {
    border-radius: 20px
}

.object-fit {
    object-fit: cover;
}

.hero-title {
    font-size: 2.1rem;
    font-weight: 800;
}

.bg-blue {
    background: #4c8ed0
}

.container {
    max-width: 1080px !important
}

.h2 {
    text-transform: uppercase;
    font-size: 1.3rem
}

.flex-item {
    width: calc(100% / 3 - 16px);
    /* Ensures 3 items per row, adjusting for margins */
    max-width: 200px;
    /* Optional: Limit the max width */
}

.text-primary {
    color: #ef7d00 !important
}

.btn {
    padding-left: 15px;
    padding-right: 15px
}

body {
    padding-top: 3rem;
    font-family: 'Inter'
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'inter';
    font-weight: 800;
}

p {
    font-weight: 300 !important
}


.nice-shadow {
    box-shadow: rgba(0, 0, 0, 0.03) 0px 25px 30px;
}

.curved-bottom {
    border-bottom-left-radius: 50% 10%;
    border-bottom-right-radius: 50% 10%;
}

.css3-gradient2 {
    -webkit-box-shadow: rgba(0, 0, 0, 0.03) 0px 25px 30px;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 25px 30px;
}

/*==================================================
 * Glow effect with box-shadow
 * ===============================================*/
@keyframes glow-effect {
    0% {
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

.css3-gradient2:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 100%;
    bottom: 0;
    width: 100%;
    height: 30px;
    /* Reduced height */
    left: 0;
    right: 0;
    background: radial-gradient(ellipse at 50% -3%,
            rgba(76, 142, 208, 0.2),
            rgba(76, 142, 208, 0.3),
            rgba(76, 142, 208, 0) 30%);
    animation: glow-effect 2.5s infinite alternate ease-in-out;
}



/* Animations */

.image-container {
    margin: 100px 0;
    text-align: center;
}

.img1 {
    opacity: 0;
    /* Hidden initially */
    transform: scale(0.8);
    /* Shrink initially */
    transition: all 0.5s ease-out;
}

.img1.animate {
    opacity: 1;
    /* Fully visible */
    transform: scale(1);
    /* Restore to original size */
}

.img2 {
    opacity: 0;
    /* Hidden initially */
    transform: scale(0.3);
    /* Shrink initially */
    transition: all 0.5s ease-out;
}

.img2.animate {
    opacity: 1;
    /* Fully visible */
    transform: scale(1);
    /* Restore to original size */
}

.divider {
    height: 25px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.home-img {}

.progress-bar {
    position: fixed;
    top: 4.5rem;
    left: 0;
    height: 7px;
    background-color: #4c8ed0;
    width: 0;
    transition: width 0.1s ease;
    z-index: 1000;
    border-bottom-left-radius: 50% 10%;
    border-bottom-right-radius: 50% 10%;
}

.navbar-toggler {
    border: none;
    color: #fff;
}

.navbar-toggler a {
    color: #ef7d00;
}

.img-height {
    height: 500px;
    margin-bottom: 15px
}

@media (max-width: 767.98px) {
    .w-mobile-100 {
        width: 100% !important
    }

    .progress-bar {
        position: fixed;
        top: 2.8rem;
        left: 0;
        height: 7px;
        background-color: #4c8ed0;
        width: 0;
        transition: width 0.1s ease;
        z-index: 1000;
        border-bottom-left-radius: 50% 10%;
        border-bottom-right-radius: 50% 10%;
    }

    .css3-gradient2:after {
        background:
            radial-gradient(ellipse at 50% -50%, rgba(96, 251, 202, 0.5), rgba(112, 220, 255, 0.3), rgba(255, 116, 225, 0.0) 40%);
        animation: glow-effect 2.5s infinite alternate ease-in-out;
    }

    .quot-mobile {
        font-size: 0.9rem
    }

    body {
        padding-top: 1rem;
    }

    .divider {
        height: 10px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .logo {
        height: 32px
    }

    .hero-title {
        font-size: 1.7rem;
        font-weight: 800
    }

    .img-height {
        height: 300px;
        margin-bottom: 20px
    }

    .highlight {
        background-color: #0e51a8;
        border: none;
        padding: 0px 15px;
        font-weight: bold;
        color: #fff;
        margin-left: 5px;
        margin-right: 5px
    }
}


/* Quotation */
.form-container {
    background-color: #ffffff;
    border: 1px solid #4c8ed0;
    border-radius: 10px;
    padding: 10px 20px 20px 20px;
    max-width: 600px;
    margin: 0px auto
}

.form-label {
    font-weight: bold;
    color: #4c8ed0;
}

.icon {
    color: #002f6d;
    font-size: 24px;
    margin-right: 5px;
}

.back-arrow {
    text-decoration: none;
    font-weight: bold;
    margin-right: 10px;
    font-size: 2.4rem;
    width: 100%;
    text-align: center;
    display: block;
    color: #ef7d00
}

.highlight {
    background-color: #4c8ed0;
    border: none;
    height: 25px;
    font-weight: bold;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px
}

.highlight:hover {
    background-color: #69acef;
    color: #ffffff
}


.toggle-switch {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}

.btn-submit {
    background-color: #4c8ed0;;
    color: white;
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 10px
}

.step {
    display: none;
}

.active {
    display: block;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #4c8ed0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-radius: 0 !important
}

.nav-pills {
    border-radius: 0 !important;
    padding: 0
}

.nav-link,
.nav-link:hover {
    color: #ef7d00
}

.nav-pills .nav-link.active , .nav-pills .nav-link {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    font-size: 0.85rem
}

.price-button {
    background: #ef7d00cc;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    box-shadow: 4px 4px 0px #e7e9ec; 
    width: 240px
}

.path-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 15px;
    background-color: #e7e9ec;
    border-radius: 10px;
    font-size: 15px;
    color: #333;
    margin-top: 20px;
    text-align: left;
    width: 100%
}

.path-item {
    display: flex;
    align-items: start;
    gap: 10px;
}

.pin {
    font-size: 15px;
}

.line {
    width: 2px;
    height: 30px;
    background-color: #007bff;
    margin: 5px 0;
    position: relative;
    left: 10px
}

.line::before,
.line::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: #007bff;
    border-radius: 50%;
    transform: translateX(-50%);
}

.line::before {
    top: 0;
}

.line::after {
    bottom: 0;
}

.form-check-input:checked {
    background-color: #0e51a8;
    border-color: #0e51a8;
}

.selected-items {
    height: 230px;
    overflow-y: scroll
}

.selected-items2 {
    height: 158px;
    overflow-y: scroll
}

footer ul li {
    list-style: none;
    margin-left: 0;
    text-decoration: none
}

footer ul {
    padding-left: 0
}

footer ul a {
    text-decoration: none;
    font-weight: 400;
    font-size: 0.9rem
}

footer ul a:hover {
    text-decoration: underline
}


.logo-filter {
    filter: brightness(0) invert(1)
}

#furnitureSelect {
    border: 1px solid #ccc;
    background-color: white;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    width: 100%;

}

.furniture-option:hover {
    background-color: #f1f1f1;
}

.furniture-option.active {
    background-color: #007bff;
    color: white;
}

.furniture-option:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.star-rating {
    color: #ffc107;
    /* Bootstrap warning color for gold stars */
    font-size: 1.2rem;
}

.review-card {
    background: #fff;
    border-radius: 0.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-text {
    font-size: 0.91rem;
    color: #333;
}

.review-title {
    font-weight: 500;
    margin-bottom: 0.5rem;
    background-color: #ef7d00;
    border-radius: 10px;
    padding: 5px 10px;
    color: #fff
}

.rounded-0 {
    border-radius: 0 !important
}


.bg-gray {
 background-color: #e7e9ec;
}

.estim-border {
    border: 1px solid #007bff
}

.estim-border-orange {
    border: 1px solid #ef7d00
}

.thank-you-container {
    max-width: 600px;
    margin: 3rem auto;
    padding: 2rem;
    border: 5px solid #007bff;
    font-family: 'oswald'
  }
  .header-text {
    font-weight: bold;
    text-transform: uppercase;
    color: #ef7d00;
    font-size: 1.5rem;
    font-family: 'Inter'
  }

  .btn-orange {
    color: #ef7d00;
    border: none;
    font-size: 1.6rem
  }

  .footer-info {
    font-size: 0.875rem;
    color: #6c757d;
  }
  .experdem-logo {
    font-weight: bold;
    letter-spacing: 1px;
  }

.text-blue {
    color:#007bff !important
}


.payment-container {
    max-width: 600px;
    margin: 3rem auto;
    padding: 2rem;
    border: 5px solid #007bff;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  .experdem-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #ef7d00;
    font-size: 1.5rem;
  }

.review-gradient {
  border: 1px solid #4c8ed022;
  background: linear-gradient(135deg,#4c8ed022, #fefefe ,  #fefefe , #fefefe , #fefefe , #fefefe , #fefefe, #fefefe, #fefefe, #4c8ed022);
}

.d-mobile {
    display: block;
}

.d-desktop {
    display: block
}

.d-none {
    display: none
}

/* Hide both by default */
.d-desktop,
.d-mobile {
  display: none;
}

/* Show desktop version on medium screens and up */
@media (min-width: 768px) {
  .d-desktop {
    display: block;
  }
}

/* Show mobile version on small screens */
@media (max-width: 767.98px) {
  .d-mobile {
    display: block;
  }
}



    
.review-card-2 {
    background: white;
    border-radius: 16px;
    padding: 25px 15px;
    border: 1px solid #eef2f7;
    transition: all 0.3s ease;
    border: 1px solid #4c8ed022;
  background: linear-gradient(135deg,#4c8ed022, #fefefe ,  #fefefe , #fefefe , #fefefe , #fefefe , #fefefe, #fefefe, #fefefe, #4c8ed022);
  }
  
  .review-header {
    align-items: center;
    margin-bottom: 10px;
  }
  
  .avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.4rem;
    flex-shrink: 0;
    display: none
  }
  
  .reviewer-info h4 {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
  
  .star-rating {
    color: #f39c12;
    font-size: 1.2rem;
    letter-spacing: 3px;
  }
  
  .review-text {
  
  }
  
  .carousel-indicators {
    /* margin-top: 25px; */
  }
  
  .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d1d8e0;
    border: none;
    opacity: 1;
    transition: all 0.3s ease;
  }
  
  .carousel-indicators .active {
    background-color: #3498db;
    transform: scale(1.2);
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 24px;
    height: 24px;
    background-color: #3498db;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .carousel-control-prev-icon::after,
  .carousel-control-next-icon::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid white;
    border-left: 2px solid white;
  }
  
  .carousel-control-prev-icon::after {
    transform: rotate(-45deg);
    margin-top: -2px;
    margin-left: -1px;
  }
  
  .carousel-control-next-icon::after {
    transform: rotate(135deg);
    margin-top: -2px;
    margin-right: -1px;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
    transition: all 0.3s ease;
  }
  
  .carousel-control-prev:hover,
  .carousel-control-next:hover {
    background: white;
    opacity: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  @media (max-width: 767.98px) {
    .carousel-container {
      padding: 30px 20px;
    }
    
    .section-header h2 {
      font-size: 1.7rem;
    }
    
    .review-card {
      padding: 25px 20px;
    }
    
    .avatar {
      width: 50px;
      height: 50px;
      font-size: 1.2rem;
      margin-right: 15px;
    }
    
    .reviewer-info h4 {
      font-size: 1.2rem;
    }
  }

  .slider-container {
    width: 100%;
    overflow: hidden;
  }
  
  .slider-track {
    display: flex;
    animation: slide 50s linear infinite;
    width: max-content;
  }
  
  .slide {
    /* Desktop: exactly 1/5 of viewport width */
    width: 15vw;
    height: 11vw;
    padding: 10px;
   
  }
  
  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 13px;
  }
  
  @keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  
  /* Mobile: full screen width */
  @media (max-width: 767px) {
    .slide {
      width: 50vw;
      height: 20vh;
    }
  }

 .tooltip-inner {
    background-color: #f8f9fa !important; /* light gray background */
    color: #212529 !important;            /* dark text (Bootstrap's default body color) */
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 15px;
    border: 1px solid #bbb
}

.tooltip .tooltip-arrow::before {
    border-top-color: #bbb !important; /* for top placement */
    
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #bbb !important;


}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #bbb !important;

}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #bbb !important;
}

.switch-lg .form-check-input {
    height: 1.3rem;
    width: 3.0rem;
    background-size: 1.3rem 1.3rem;
}