body{
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    width: auto;
    height: auto;
    margin: 0;               
    padding: 0;            
    display: flex;          
    justify-content: center; 
    align-items: flex-start;
  }
  .main-container{
   max-width: 1440px;
   width: 100%;
   overflow: hidden;
    height: auto;
    margin: 0;
    padding: 0;
  
  
    
  
  }
.form-box{
    width: 100%;
    height: 100vh;
    display: flex;
   
}
.left-s{
    width: 70%;
    height: 100vh;
  
}
.right-s{
    width: 30%;
    height: 100vh;
    background-color: #3b1818;
}
.image-slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, #089E9E 48%, #2CD4D4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-image {
    position: absolute;
    width: 80%;
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
    transform-origin: center;
}
.slider-image img{
    width: 329px;
    height: 350px;
}

/* Center image styling (scaled up and fully visible) */
.slider-image.active {
    transform: translateY(0) scale(1);
    opacity: 1;
    z-index: 1;
}

/* Top and bottom images (smaller scale and partially visible) */
.slider-image.previous,
.slider-image.next {
    transform: scale(0.8);
    opacity: 0.5;
}

/* Positioning for the previous (top) and next (bottom) images */
.slider-image.previous {
    transform: translateY(-150%) scale(0.8);
    z-index: 0;
}

.slider-image.next {
    transform: translateY(150%) scale(0.8);
    z-index: 0;
}

.container {
    text-align: left;
    width: 750px;
    margin-left: 60px;
}
.lg-box{
    display: flex;
    justify-content: left;

    margin-top: 15px;
}
.lg-box img{
    width: 130px;
    height: auto;
    margin-bottom: 24px;
    margin-left: 24px;
   
}
.content{
    margin-left: 30px;
}

h2 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    margin-left: 5px;
}

.buttons  {
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    align-items: center;
     
}
.levels {
    display: flex;
        
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: 500;
    }
    


.button{

    border-radius: 5px;
    border: 2px solid #ddd;
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin: 5px;
    text-align: center;
    transition: all 0.3s ease;
}

.level {
    padding-top: 30px;
    border-radius: 18px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    width: 80px;
    height: 50px;
    margin: 5px;
    text-align: center;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}
.button.active, .level.active, .dropdown.active {
    background-color: #008080;
    color: white;
    border: 2px solid #008080;
}
#eco-text{
 font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    align-items: center;
}
#lvl-txt{
margin-top:50px;
}

.search-container {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5px;
}

.dropdown {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px;
}

#searchInput {
    width: 100%;
    padding: 8px;
    border: none;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.search-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.search-results {
    position: absolute;
    top: 100%;
    width: 354px;
    max-height: 150px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: none;
    z-index: 10;
}

.search-result-item {
    padding: 8px 12px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.search-result-item:hover {
    background-color: #f0f0f0;
}


.dropdown {
    padding-top: 12px;
    border-radius: 12px;
    border: 2px solid #ddd;
    cursor: pointer;
    width: 350px;
    height: 18px;
    text-align: center;
    transition: all 0.3s ease;
}
.proogress-box{
    display: flex;
    position: absolute;
    bottom: 20px;
    width: 60%;
    height: auto;
    justify-items: center;
    margin-top: 80px;
}
.proogress-box .progress-bar-container {
    display: flex;
    justify-items: center;
    align-self: center;
    height: 8px;
    width: 78%;
    background-color: #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.proogress-box img{
    width: 20px;
    height: 20px;
    padding-right: 10px;
}
#frm-ck{
font-size:12px;
}
#cb-frm{
 padding:5px;
}
.progress-bar {
    height: 100%;
    width: 0;
    background-color: #008080;
    transition: width 0.3s ease;
    padding-left: 10px;
}
.icon {
    width: 24px; /* Set desired icon width */
    height: 24px; /* Set desired icon height */
 /* Space between icon and text */
    vertical-align: middle; /* Aligns icon with text */
}
#geo-icon{
width:27px;
}
.button {
    
    display: block;
    align-items: center;
    padding: 10px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.button img{
    width: 35px;
    height: 35px;
    padding: 4px 0px;
}

.button:hover {
    background-color: #f0f0f0;
}
.form-container {
    width: auto;
    padding: 20px;
    margin-left: 90px;
    margin-top: -5px;
    
}
.form-container h3{
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #000;
    margin-left: 1px;
    margin:0px;
}
.form-container p{
  font-size: 16.25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #000;
    margin-left: 1px;
     margin:5px;
   
}
.form-container h3 span{
color:#089E9E;
}
.form-container input[type="text"],
.form-container input[type="tel"],
.form-container input[type="email"],
.form-container select {
    width: 351px;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    background-color: transparent;
}
#slect-box{
  width:371px;
}
.form-container button {
    width: 236px;
    height: 34px;
    padding: 10px;
    background-color: #00a99d;
    color: white;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
}
.form-container button:hover {
    background-color: #008b7d;
   
}
.progress-bar {
    height: 100%;
    width: 0;
    background-color: #008080;
/* Temporary debugging border */
    transition: width 0.3s ease;
}

.teal-highlight {
    background-color: teal;
    color: white;
    border-radius: 5px;
    padding: 5px;
}
.button.active, .search-result-item.active {
    background-color: teal;
    color: white;
}

.search-result-item:hover {
    background-color: lightgray;
    cursor: pointer;
}
.search-results {
    display: none; /* Default hidden */
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    width: 350px;
}

.search-result-item {
    padding: 8px 12px;
    cursor: pointer;
}

.search-result-item.active {
    background-color: #f0f0f0;
}

.search-result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
}

.search-result-item .tick-icon {
    display: none;
    color: teal; /* Color for the tick icon */
}

.search-result-item.active .tick-icon {
    display: inline; /* Show tick when selected */
}
.search-container {
    position: relative;
    display: flex;
    align-items: center;
}

#dropdownIcon {
    cursor: pointer;
    margin-left: 5px;
}

#searchResults {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    z-index: 1000;
    display: none; /* Hidden by default */
}

.search-result-item {
    padding: 10px;
    cursor: pointer;
}

.search-result-item.active {
    background-color: #f0f0f0;
    color:#000;
}

.search-result-item:hover {
    background-color: #e0e0e0;
}

@media (max-width: 440px) {
  .main-container {
    max-width: 440px;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.right-s{
display:none;
}
.left-s {
    width: 100%;
    height: 100vh;
}
.container {
    text-align: left;
    width: 100%;
    margin-left: 0px;
}
.content {
    margin-left: 0px;
    padding: 20px;
}
.lg-box img {
    width: 105px;
    height: auto;
    margin-bottom: 24px;
    margin-left: 24px;
}
h2 {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
}
.buttons, .levels {
    display: flex
;
    flex-wrap: wrap;
}
.form-container {
    width: 300px;
    padding: 20px;
    margin-left: 0px; 
    margin-top: 10px;
}
.proogress-box {
    display: flex;
    position: absolute;
    bottom: 10px;
    width: 90%;
    padding: 10px 30px;
    height: auto;
    justify-items: center;
    margin-top: 80px;
}

#frm-ck{
     font-size: 12px;
     display: flex; 
     align-items: flex-start; 
     gap: 8px;   
  
}  


}

@media (max-width: 1920px) and (min-width:1440px) {
.main-container {
    max-width: 1920px;
    width: 100%;
    }
.container {
    text-align: left;
    width: 700px;
    margin-left: 180px;
            margin-top: 40px;
}
 
.lg-box img {
        width: 206px;
        height: 88.67px;
        }

}


@media (max-width: 1160px) and (min-width:699px) {

.container {
    text-align: left;
    width: 480px;
    margin-left: 40px;
}
.buttons {
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    align-items: center;
    flex-wrap: wrap;
}
.levels {
    display: flex
;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    flex-wrap: wrap;
}
.slider-image img {
    width: 209px;
    height: 209px;
}
.form-container {
    width: 300px;
    padding: 20px;
    margin-left: 25px;
    margin-top: -5px;
}
}
@media (max-width: 698px) and (min-width:460px) {
    .container {
        text-align: left;
        width: 395px;
        margin-left: 10px;
    }
        .slider-image img {
        width: 151px;
        height: 151px;
    }
    h2 {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    
}
.dropdown {
    padding-top: 12px;
    border-radius: 12px;
    border: 2px solid #ddd;
    cursor: pointer;
    width: 302px;
    height: 18px;
    text-align: center;
    transition: all 0.3s ease;
}
.buttons {
    display: flex
;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    align-items: center;
    flex-wrap: wrap;
}
.levels {
    display: flex
;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    flex-wrap: wrap;
}
}
@media (max-width: 390px) {
.button img {
  width: 28px;
  height: 28px;
  padding: 4px 0px;
}
.button {
  width: 50px;
  height: 49px;
  margin: 5px;
padding: 5px 8px;
 }
.buttons {
  font-size: 9px;
}
#eco-text {
  
  font-size: 9px;
 }
.dropdown {
  width: 300px;
  height: 18px;

}
.level {
  padding-top: 18px;
  width: 66px;
  height: 33px;
}
.levels {
  font-size: 9px;
  }
 .form-container input[type="text"], .form-container input[type="tel"], .form-container input[type="email"], .form-container select { 

  width: 270px;
  padding: 10px;
   font-size: 15px;
margin-top: 0px;
margin-left: 9px;
 
}
#slect-box {
  width: 290px;
}
.form-container h3 {
  font-size: 18px;
}
}