*{
    margin: 0;
    border: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}
.hovers{
    transition: all 0.2s;
    cursor: pointer;
}
.hovers:hover{
    opacity: 0.8;
}
.text-black{
  color: #000 !important;
}
.main-color{
  color: #0CA9DB;
}
.main-bg{
  background-color: #0CA9DB;
}
.main-btn{
  background-color: #0CA9DB;
  color: #fff;
  transition: all 0.2s;
  cursor: pointer;
}
.main-btn:hover{
  opacity: 0.8;
}
.fs-25{
  font-size: 25px;
}
.white-space{
  white-space:nowrap ;
}
.main-search{
  border: 1px solid #737373 !important;
  background-color: #0CA9DB14 !important;
}
.nav-item.active{
  background-color: #0CA9DB;
}
.nav-item:hover .nav-link{
  border-bottom: 3px solid #0CA9DB;
}
 .nav-item:hover .nav-link{
  color: #0CA9DB !important;
}
.mega-dropdown  {
  width: 93vw; /* Full viewport width */
  left: 3.5%;
  top: 64px; /* Directly below the navbar */
  border: none;
  background-color: #fff;
  padding: 20px;
  margin: 0;
  position: absolute;
  z-index: 1050; /* Ensure it stays on top */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.mega-dropdown .col-md-4{
  padding-left: 20px;
}
.mega-dropdown .col-md-3:not(:last-child){
  border-right: 1px solid #0CA9DB;
}
.mega-dropdown .col-md-3 h4 {
  font-weight: bold;
  color: #0CA9DB;
  margin-bottom: 10px;
}
.long-navbar{
  background-color: #F1F1F17A;
}
header{
  background: url(../img/bg.png);
  width: 100%;
  min-height: 75.8vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
}
header.header-1{
  background: url(../img/bg-1.png);
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
}
header.header-2{
  background: url(../img/bg-2.png);
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
}
header.header-3{
  background: url(../img/bg-3.png);
  width: 100%;
  min-height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
}
header.header-4{
  background: url(../img/bg-4.png);
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
}
header.header-5{
  background: url(../img/bg-5.png);
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
}
header.header-6{
  background: url(../img/bg-5.png);
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:top;
}
header.header-7{
  background: url(../img/bg-6.png);
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
}
header.header-8{
  background: url(../img/bg-6.png);
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
}
.overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.418);
}
.small-navbar,.filter{
  position: fixed;
  top: 0;
  left: -330px;
  transition: all 0.2s;
  height: 100vh;
  background-color: #fff;
  width: 330px;
  z-index: 1;
  overflow-y: scroll;
}
.card-content{
  position: fixed;
  top: 0;
  right: -370px;
  transition: all 0.2s;
  height: 100vh;
  background-color: #fff;
  width: 370px;
  z-index: 1;
  overflow-y: scroll;
}
.card-content::-webkit-scrollbar, .chat-container::-webkit-scrollbar{
  display: none;
}
.absolute-container{
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1;
}
.absolute-container .icom{
  background-color: #3CC421;
  width: 70px;
  height: 70px;
}
.chat-container{
  position: fixed;
  width: 300px;
  height: 470px;
  overflow-y: scroll;
  bottom: 125px;
  right: 10%;
  z-index: 1;
}
/* Highlight the clicked item */
.active-item {
  background-color: #f0f0f0;
  font-weight: bold;
}

/* Indent and mark the sub-items under the main item */
.marked-item {
  background-color: #e0e0e0;
}
.active-item { 
  background-color: #f0f0f0;
 }
.active-title {
   background-color: #e0e0e0;
    font-weight: bold; 
  }
.subtitle-item {
   padding-left: 20px;
   background-color: #f6f6f6;
   }
.head-btn{
  background-color: #ECECEC;
  border: 3px solid #C6C6C6;
}
.green-color{
  color: #199900;
}
.big-title{
  font-size: 65px;
  font-weight: bold;
  background: linear-gradient(90deg, #0F150E, #0CA9DB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width:500px) {
  .big-title{
    font-size: 45px;
  }
}
.sec-shadow{
  box-shadow: 4px 0px 4px 0px #00000040 inset;
  box-shadow: 4px 0px 4px 0px #00000040;
}
.big-btn{
  width: 75%;
}
@media (max-width:767px) {
  .big-btn{
    width: 100%;
  }
}
.red-title{
  color: #E51115;
}
.circle-grey{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #C8C7C73B;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width:600px) {
  .circle-grey{
    width: 350px;
    height: 350px;
  }
}
@media (min-width:600px) {
  .man-img{
    height: 550px !important;
  }
}
.title-arrow::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 50%;
  background-color: #0CA9DB;
}
.title-arrow::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;
  border-left: 10px solid #00bfff; /* Arrowhead color */
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  height: 0;
}
.video-icon-parent{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.video-icon{
  background-color:#1B1313E5 ;
  color: #2A8A17;
  width: 70px;
  height: 70px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s;
}
.video-icon:hover{
  background-color: #b48f4a;
}
.video-container{
  height: 310px;
}
.video-container-parent{
  height: 310px;  
}
#video{
  height: 100%;
  object-fit: cover;
}
a{
  text-decoration: none !important;
}
a:hover:not(.nav-link){
  text-decoration: underline !important;
}
.sort-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: none !important; /* Remove default chevron */
  padding-right: 2rem !important; /* Adjust padding to make space for the icon */
  position: relative !important;
}
.orange-color{
  color: #E57411;
}
.orange-bg{
  background-color: #E57411;
}
.price-input{
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.price-input .field{
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.field input{
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator{
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider{
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress{
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #E57411;
}
.range-input{
  position: relative;
}
.range-input input{
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb{
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #F1F5F7;
  border: 2px solid #D9E1E7;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
input[type="range"]::-moz-range-thumb{
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17A2B8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
.w-300px{
  width: 350px;
}
.sec-btn{
  border: 1px solid #000;
}
.inp-shadow{
  box-shadow: 0px 2px 4px 0px #00000040;

box-shadow: 0px 2px 8px 0px #0000000A;

box-shadow: 0px 2px 8px 0px #0000000A;
background-color: #F1F1F1 !important;
}
.grean-head{
  background:linear-gradient(to right, #3CC4219E, #0CA9DB9E);
}
.form-bg{
  border: 1px solid #000;
  background-color: #0CA9DB14;
  padding-left: 100px;
  padding-right: 100px;
}
.form-bg.no-pad{
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width:767px) {
  .form-bg{
    padding-left: 30px;
    padding-right: 30px;
  }
  
}
.upload-image{
  width: 100%;
  height:150px;
  border:dashed 1px #CACACA;
  cursor:pointer;   
}
.upload-image:hover{
  opacity: 0.6;
}

.toggle-container input[type="range"] {
  -webkit-appearance: none;
  width: 60px;
  height: 20px;
  background: #81D660;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.toggle-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  transition: transform 0.3s ease, background 0.3s ease;
}

.toggle-container input[type="range"]:checked {
  background: #28a745;
}

.toggle-container input[type="range"]:checked::-webkit-slider-thumb {
  transform: translateX(50px);
  border-color: #28a745;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background-color: #0CA9DB;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 2.5px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #0CA9DB;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.step {
  display: none !important;
}
.step.active {
  display: flex !important;
}
.step-indicator {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.step-indicator .circle {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #DFDEDE;
  text-align: center;
  color: white;
  margin: 0 10px;
  position: relative;
}
.step-indicator .circle::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #DFDEDE;
  top: 50%;
  left: -20px;
}
/* Cancel the `::before` for the first child */
.step-indicator .circle:first-child::before {
  content: none;
}
.step-indicator .circle.active {
  background-color: #40BFFF;
}
.step-indicator .circle.completed {
  background-color: #3CC421;
}
