body{
  background-color: #EEEEEE;
}
a{
    text-decoration:none;
}

/* -----------------Call And Whatsapp Button--------------------- */
.quick_contact a {
  position: fixed;
  width: 50px;
  height: 50px;
  left: 18px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 4;
  transition: transform 0.5s ease;
}
.qwhtsapp {
  bottom: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #25d366;
}
.qcall {
  bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F68B21;
}
.quick_contact_icon {
 
}
.quick_contact a:hover {
  transform: scale(1.1);
}

.my-float{
	margin-top:16px;
}
/* Base styles for header */
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #EEEEEE;
  z-index: 1000;
}

.logo img {
  max-width: 150px;
  margin-left: 50px;
}

.nav-links {
  display: flex;
  gap: 20px;
  margin-right: 50px;
}

.nav-links a {
  text-decoration: none;
  font-size: 14px;
}

 .phone-number {
  border: 1px solid #fe6600;
  padding: 5px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.phone-number a{
  font-size: 18px;
  color: #fe6600;
}
.phone-number i{
  font-size: 18px;
  color: #fe6600;
}
.menu-container p i{
  font-size: 30px;
  margin-right: 10px;
}
.menu-container p{
  font-size: 18px;
}

.menu-icon {
  display: none; /* Hidden by default */
  font-size: 24px;
  cursor: pointer;
}
/* General submenu styles */
.menu-container .submenu {
  display: none;
  top: 100%; /* Position below the menu container */
  left: -80px;
  z-index: 10;
  min-width: 250px;
  border-top: 3px solid #e65c00 ;
}

/* Show the submenu on hover */
.menu-container:hover .submenu {
  display: block;
}

/* Styling for submenu links */
.menu-container .submenu a {
  text-decoration: none;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #ddd;
}

/* Remove border for the last item */
.menu-container .submenu a:last-child {
  border-bottom: none;
}

/* Add hover effect for submenu links */
.menu-container .submenu a:hover {
  background-color: #FD6831;
  color: #fff !important;
}
@media (max-width: 768px) {
  .logo img {
    max-width: 110px;
    margin-left: 0px;
  }
  .nav-links {
    display: flex;
    gap: 20px;
    margin-right: 0px;
  }
}
/* Responsive Styles */
/* @media (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease-in-out;
  }

  .nav-links.active {
    display: flex;
  }

  .menu-icon {
    display: block;
  }

  .logo img {
    max-width: 80px;
  }
} */


/* ---------End Header--------- */
/* ----------Hero Slider------------- */
.Hero-image-container {
  position: relative;
}
.Hero-image-container img{
  width: 100%;
  height: 70vh;
  object-fit: cover;
}
.Hero-image-container .overlay {
  background: rgba(0, 0, 0, 0.5); 
}

.Hero-image-container .content h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.Hero-image-container .content p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.Hero-image-container .content .ContactUs {
  font-size: 1rem;
  font-weight: 600;
  background-color: #FD6831;
  color: white;
  border: none;
  padding: 0.4rem 1.5rem;
}
.citybtn{
  font-size: 1rem;
  font-weight: 600;
  background-color: #FD6831;
  color: white;
  border: none;
 
}
.citybtn:hover{
  font-size: 1rem;
  font-weight: 600;
  background-color: #FD6831;
  color: white;
  border: none;
 
}
@media (max-width: 768px) {
.Hero-image-container img{
  width: 100%;
  height: 40vh;
  object-fit: cover;
}
.Hero-image-container .content h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.Hero-image-container .content p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
  
}
.we-offer-card{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}
.we-offer-card p{
  background-color:rgba(230, 92, 0, 1);
  padding: 5px 10px;
  border-radius: 10px;
}
@media (max-width: 768px) {
.we-offer-card h6 {
  font-size: 11px;
}
.we-offer-card p {
  font-size: 8px;
}
}

.service-we-offer {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
 
}
.how-it-works-iconContaier{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FE6600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Incredible-Solutions-iconContaier{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FE6600;
  display: flex;
  justify-content: center;
  align-items: center;
}



.testimonial-card {

  border-radius: 10px;
  position: relative;
  text-align: center;
  margin: 20px auto;
}



.testimonial-text {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.testimonial-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
}

.testimonial-name {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}

.testimonial-role {
  font-size: 14px;
  color: #777;
}

.stars {
  color: #fbc02d;
  margin-top: 5px;
}

.Why-omexa-img img{
  width:150px;
  height:150px;
  border-radius: 50%;
  object-fit: cover; 
  margin-bottom: 10px;

}
/* ----------Hero Slider------------- */
/* .hero_section{
  height: 100vh;
}

.hero-image-container {
    position: relative;
}

.hero-image {
    height: 70vh;
    object-fit: cover;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}

.hero-content {
    position: absolute;
    top: 10%; 
    width: 100%;
    z-index: 2; 
    text-align: center;
}

.book-section {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    padding: 1rem;
}

.form-container {
    width: auto;
    z-index: 3;
    background: white;
    color: black;
    border-radius: 10px;
    border-top-left-radius: 0px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: start;
  }

 
  .Hero_Form-label{
    font-size: 13px;
  }
.Hero_Form-input{
    font-size: 10px;
}
@media (max-width: 768px) {
  .book-section {
    position: absolute;
    bottom:0%;
    left: 0%;
    transform: translateX(-50%);
    transform: translatey(50%);
      z-index: 2;
      text-align: center;
      padding: 1rem;
  }
  .hero_section{
    height: 140vh;
  }
  .form-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .hero-content h2{
font-size: 30px;
  }
  .hero-image {
    height: 90vh;
    object-fit: cover;
}
} */

/* ------------End Hero Section------------- */
/* -----------------Form------------------- */
.form-container {
  margin: 50px auto;
  top: 80px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 1;
}
.form-control{
  border: 1px solid black !important;
  border-radius: 5px;
  padding: 10px;
}
.btn-orange {
  background-color: #ff6600;
  color: #fff;
  padding: 10px;
}
.btn-orange:hover {
  background-color: #e65c00;
}

/* -----------------Form------------------- */
/* ------------Start  Services Section------------- */
.service_card{
  padding: 20px;
  border-radius: 10px;
  background-color:#EEF2FF;
}

/* ------------End  Services Section------------- */
.Service-area-list{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
 
}
.Service-area-list li{
  padding-right: 20px;
}
.Service-area-list li p{
  background-color: #fff;
  padding: 5px;
}
.Service-area-list li::marker {
  color: #D6EAFF; /* Disc color */
}

/* ----------------footer_list----------------- */
.footer_list{
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_list li a{
  text-decoration: none;
  color:#000 ;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .footer_list{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
  }
  .footer_list li{
    margin: 5px;
  }
}
.social-icons_footer a {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  text-align: center;
  background-color: #2e3542;
  border: none;
  border-radius: 50%;
  padding: 10px;
  margin: 5px;
  transition: background-color 0.3s ease;
}
.socIcin_Footer {
  color: #fff;
  transition: 0.3s;
}
.footer-icon{
  font-size: 2.5rem;
  color: #e65c00;
}

 /*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:0px;
}
.thank img{
    width:60%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:45px;
  width:45px;
  background:#ef2445;
  color:#fff;
  font-size:20px;
  display:flex;
  align-items:center;
  margin:5px;
  border-radius:5px;
  justify-content:center;
}

@media screen and (max-width:1024px) {
.thank{
  margin-top:80px;
}
}

@media screen and (max-width:768px) {
  .thank{
  margin:50px 0px;
  height:auto;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
.thank img{
    width:70%;
}
}

/*---thank-Section-end----*/
