/* Reset styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Global styles */
body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #333;
  height: 100%;
}

a {
  text-decoration: none;
  color: #333;
}

/* Header styles */
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  background-color: #fff;
}

header {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.main-header .header-left li a {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  color: #333333;
  font-weight: 500;
}

.main-header .header-left li a.active {
  border-bottom-color: #fe5721;
  color: #fe5721;
}

.main-header .header-right li {
  display: inline-block;
  margin-left: 20px;
}

.main-header .header-right li a {
  text-decoration: none;
}

.main-header .header-right li a .bt {
  padding-left: 20px;
  padding-right: 20px;
}

.bt {
  padding: 6px 16px;
  border: solid 1px transparent;
  border-radius: 4px;
}

.bt-prim {
  background-color: #fe5721;
  color: #ffffff;
}

.bt-prim:hover {
  color: #ffffff;
  opacity: .8;
  transition: all .5s ease-in;
}

.bt-outline-prim {
  border-color: #fe5721;
  color: #fe5721;
  background-color: #ffffff;
}

.bt-outline-prim:hover {
  background-color: #fe5721;
  color: #ffffff;
  transition: all .5s ease-in;
}

.header-top {
  width: 100%;
  display: block;
  padding: 2px 0;
}

.header-top ul {
  padding-bottom: 0 !important;
}

.header-top ul li {
  display: inline-block;
  padding: 2px;
  margin-right: 10px;
  margin-left: 10px;
}

.header-top ul li  a {
  color: #ffffff;
  text-decoration: none;
}

.top-header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-top .social-media-nav li {
  margin: 0;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

nav ul {
  display: flex;
  list-style-type: none;
}

nav li {
  margin-left: 20px;
}

nav a {
  font-size: 16px;
}

/* Main content styles */
.hero {
  background-color: #f2f2f2;
  padding: 80px 20px;
  text-align: center;
}

.hero h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.hero p {
  font-size: 18px;
  margin-bottom: 40px;
}

.hero button {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 60px 20px;
}

.feature {
  text-align: center;
}

.feature img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.feature h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.feature p {
  /* font-size: 16px; */
  color: #666;
}

.cta {
  background-color: #f2f2f2;
  padding: 60px 20px;
  text-align: center;
}

.cta h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.cta p {
  font-size: 16px;
  margin-bottom: 20px;
}

.whatsapp-button,
.gift-button {
  display: inline-block;
  background-color: #25d366;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.gift-button {
  background-color: #007bff;
}

/* Footer styles */
footer {
  color: #fe5721;
  padding: 7px 5px;
  border-top: 3px solid #f2f2f2;
  background-color: #ffffff;

  position: sticky; 
  bottom: 0; 
  left: 0; 
  right: 0; 
  width: 100%; 
}

.footer-links a {
  color: #fff;
  margin: 0 10px;
}

footer p {
  font-size: 14px;
  margin-top: 10px;
}

footer ul {
  padding-left: 0;
}

footer ul li {
  display: inline-block;
}

footer ul li a {
  text-decoration: none;
  color: #fe5721;
  font-size: 14px;
}

footer ul li a:hover {
  color: #fe5721;
}

footer .footer-right {
  display: flex;
  justify-content: flex-end;
}
footer .footer-right ul li {
  padding: 0 4px;
  text-align: right;
}

.bg-prim {
  background-color: #fe5721 !important;
  color: #fff;
}

.text-prim {
  color: #fe5721 !important;
}

.border-prim {
  border: 1px solid #fe5721;
}

.text-sm {
  font-size: 12px;
}

.text-md {
  font-size: 14px;
}

/* Tabs */
.custom-tabs {
  height: 100% !important;
  padding: 30px 0;
}

.custom-tab-pane {
  width: 100%;
  display: none;
}

.custom-tab-pane.active {
  display: block;
}

.services {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.services .service {
  margin: 10px;
  position: relative;
  max-width: 70px;
  min-width: 70px;
  width: 70px;
}

.services .service-icon {
  text-align: center;
  border: .5px solid #fe5721;
  border-radius: 8px;
  /* max-width: 70px;
  min-width: 70px;
  width: 70px; */
  padding: 20px 5px;
}

.service .service-icon img {
  max-width: 40px;
}

.services .service .service-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background-color: rgba(0, 0, 0, 0.1); */
  background-color: #fe5721;
  color: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 4px;
  font-size: 14px;
  text-align: center;
  display: none;
  transition: all .5s ease-in;
}
.services .service.active .service-name { 
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type='text'].form-control:focus {
  box-shadow: none;
  outline: 0;
}

input[type='email'].form-control:focus {
  box-shadow: none;
  outline: 0;
}

input[type='number'].form-control:focus {
  box-shadow: none;
  outline: 0;
}

input.form-control:focus {
  box-shadow: none;
  outline: 0;
}

.ul-padding {
  padding-left: 0;
}

.ul-no-style {
  list-style: none;
}

.service-box {
  width: 190px;
  min-width: 190px;
}

.service-box a {
  text-decoration: none;
  color: #333;
}

.service-box a:hover {
  color: #fe5721;
  opacity: .6;
}

.card-header-bg {
  /* background-color: #fe5721 !important; */
  background-color: #e5e7eb !important;
  /* color: #fff; */
}


.fancy-list li {
  list-style: none;
  padding: 10px;
  margin: 10px 0;
  border-radius: 8px;
  background-color: #e5e7eb;
}

.fancy-list div {
  display: flex;
  /* align-items: center; */
  justify-content: flex-start;
}

.fancy-list .list-icon {
  width: 50px;
  height: 50px;
  max-height: 50px;
  min-width: 50px;
  border-radius: 50%;
  /* background-color: #fe5721; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.fancy-list i {
  font-size: 30px;
}

.banner-slider li img {
  /* width: 50%; */
}

.see-more a {
  color: #fe5721 !important;
}

.mobile-top-menu {
  display: none;
}


/* Mobile side nav */

#openNav {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-size: 26px;
  border: .5px solid #818181;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  color: #fe5721;
  z-index: 1000;
}

.sidenav-content {
  padding: 20px;
}

.sidenav-content ul {
  list-style: none;
  padding-left: 0;
}

.sidenav-content ul li {
  padding: 10px;
}

.sidenav-content ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.sidenav-content ul li a {
  padding: 0;
  font-size: 16px;
  color: #333;
}

.sidenav-content ul li a.active {
  color: #fe5721;
}

.sidenav-content ul li a:hover {
  color: #333;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 20px;
  margin-left: 50px;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 500;
}

.mobile-header {
  display: none;
}

#signupMenuContent {
  display: none;
}


@media screen and (max-width: 767px) {
  .main-top-menu {
    display: none;
  }

  .main-header {
    display: none;
  }

  .mobile-top-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .mobile-header {
    display: flex;
  }

  .service-box {
    width: 100%;
  }
  
}

@media screen and (max-width: 991px) {
  .main-header {
    display: none;
  }

  .mobile-top-menu {
    display: none;
  }

  .mobile-header {
    display: flex;
  }

  .service-box {
    width: 100%;
  }
  
}