body
{
    padding-top: 0px;
    font-family: Poppins;
}

.form-card
{
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.87) 58%);
    padding:30px;
    border-radius:20px;
    border: 1px solid #DCDCDC;
    min-height:450px;
    color:#000;

}
.form-card h4
{
    font-family: Playfair Display;
    font-size: 40px;
    font-weight: 400;
    line-height: 42.8px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F04E45;

}
        
.div-border-top .heading-border-top:before {
    background-color: #F04E45;
    border-radius: 0;
    content: '';
    display: block;
    height: 0.45rem;
    width: 46px;
    margin-bottom: 1.25rem;
}

.text-red
{
    color:#F04E45;
}

.shift-top
{
    margin-top:-30px;
}

.btn-red
{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background:#F04E45;
    border-radius:30px;
    color:#fff;
    padding:10px 40px;
    border:1px solid #F04E45;
}
.btn-red:hover
{
   background:#FFF; 
   color:#F04E45;
   border-color:#F04E45;
}

/*STEPPER FORM*/

.stepper {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.step {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  color: #BCBCBC;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin: 0 10px;
  transition: background 0.3s;
  border:3px solid #BCBCBC;
  
}

.step.active {
    border: 3px solid black;
    color: black;
}
.step.completed {
    border: 3px solid green;
    color: green;
}
.line {
  height: 2px;
  width: 50px;
  background: #d3d3d3;
  margin: 17px -5px; /* Adjust for spacing */
  z-index: 1;
}

.step.active + .line {
  background: #888888;
}
.form-group {
  margin-bottom: 20px;
}

input[type="text"], input[type="email"], input[type="tel"], select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    font-size: 12px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
  border-color: #3498db;
}

label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  text-align: left;
}

.radio-group {
    display: flex;
    justify-content: flex-start;
    
}

.radio-group label {
    font-weight: normal;
    color: #888888;
    padding-right: 30px;
}
.btn-next {
    padding: 10px 30px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-next:hover {
  background: #f1584f;
  color:white;
}

.floating-button {
    position: fixed;
    bottom: 20px; /* Distance from the bottom */
    right: 20px;  /* Distance from the right */
    z-index: 1000; /* Ensures it stays on top */
}

.floating-button .button {
    background-color: #F04E45; /* Button color */
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    display: inline-block;
    opacity: 0;
}
#topbutton.show {
    opacity: 1;
    visibility: visible;
}
.floating-button .button:hover {
    background-color: #F04E45; /* Hover color */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
}
/*STEPPER FORM*/

.overlay-hero {
  position: absolute;
  top: 88px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: #fff;
}
.contact-number {
    text-decoration: none;
    color: #000;
}

/*MOBILE MEDIA QUERY*/
@media only screen and (max-width: 600px) {
.hero-section1 .form-card {
    padding: 30px 15px;
}
.hero-section1 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.hero-section1 h1 {
    font-size: 30px;
    line-height: 38px;
}
}
@media only screen and (max-width: 450px) {
.overlay-hero {
    padding-top: 200px !important;
    background: rgb(0 0 0 / 0%) !important;
}
.hero-section1 {
    min-height: 800px !important;
}

}
.overlay-hero {
    position: absolute;
    top: 88px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 5%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #fff;
}
.border-r-10 {
    border-radius: 10px;
}
@media only screen and (max-width: 600px) {
.hero-carousel .item img {
    object-fit: contain;
}

.overlay-hero {
    padding-top: 10px !important;
    position: relative;
    margin-top: -80px;
    margin-bottom: 80px;
}
}

.hero-carousel .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.pointer {
    cursor: pointer;
}

.mob-call-btn {
    background: #ffffff;
    border: 1px solid #f04e45;
    color: white;
    padding: 5px 20px;
    border-radius: 30px;
}
.error{
    font-size: 13px;
    color: #F04E45;
}

/* Style the Select2 container */
.select2-container .select2-selection--single {
    width: 100% ;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    font-size: 13px;
    height: auto;
    box-sizing: border-box;
}

.select2-container .select2-selection--single:focus,
.select2-container .select2-selection--single:hover {
    border-color: #3498db;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 90%;
}

.select2-container .select2-dropdown {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 12px;
}

.select2-container .select2-results__option {
    padding: 8px 10px;
    font-size: 13px;
}

.select2-container .select2-results__option--highlighted {
    background-color: #3498db;
    color: #fff;
}

.select2-search--dropdown .select2-search__field{
    font-size: 13px;
}
@media only screen and (max-width: 991px) {
  .image-container {
    height: 40vh;            /* 40% of viewport height */
    overflow: hidden;        /* hide bottom part */
  }

  .image-container img {
    object-fit: cover;       /* cover container without squishing */
    object-position: top;    /* keep top visible, cut bottom */
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .container.pt-3.pb-3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;        /* keep above everything */
    background: #fff;     /* solid background so content doesn’t overlap */
    padding: 10px 15px;
  }

  body {
    padding-top: 100px;   /* push content down (adjust based on header height) */
  }
}
