/*--------------------------------------------------------------------
  General CSS
--------------------------------------------------------------------*/
body {
  color: #414146;
  font-size: 15px;
  line-height: 1.6;
  font-family: "Outfit", sans-serif !important;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px 10px 0px;
  color: #333333;
  font-family: "Outfit", sans-serif !important;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.8em;
}
a {
  color: #2855eb;
  text-decoration: none;
}
a,
a:focus,
a:hover,
a:active {
  outline: 0 !important;
}
a:focus {
  text-decoration: none;
}
a:hover {
  color: #2855eb;
  text-decoration: none !important;
}
ul {
  list-style: none;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
li ul,
li ol {
  padding: 0;
  margin: 0;
  font-size: 17px;
}
p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 10px 0;
}
strong {
  font-weight: 500;
}

/*--------------------------------------------------------------------
  Common CSS
--------------------------------------------------------------------*/

.top__title {
  display: inline-block;
  color: #0061ff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border-radius: 4px;
  background: #e5efff;
  padding: 8px 12px;
  margin-bottom: 16px;
  font-family: "Outfit", sans-serif !important;
}

.heading {
  font-size: 36px;
  color: #333333;
  font-weight: 600;
  font-family: "Outfit", sans-serif !important;
}

.sub__heading {
  font-size: 18px;
  color: #414146;
  font-weight: 300;
}

/*--------------------------------------------------------------------
  Home Page CSS
--------------------------------------------------------------------*/

.header {
  padding: 10px 0;
}

.navbar-brand img {
  width: 280px;
}

.header,
.bg-light {
  background-color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #0c5adb;
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link {
  color: #333333;
}

.dropdown-item {
  font-size: 16px;
  padding: 12px 16px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #0c5adb;
  color: #ffffff;
}

.dropdown-menu {
  padding: 0;
  border-radius: 0;
}

.app-button {
  display: inline-flex;
  align-items: center;
  -webkit-box-pack: center;
  font-family: Rajdhani, sans-serif;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background-size: 200%;
  background-image: linear-gradient(to right, rgb(26, 144, 255), rgb(12, 90, 219) 51%, rgb(26, 144, 255));
  text-decoration: none;
  gap: 5px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 5px;
  padding: 14px 20px;
  transition: 0.4s;
}

.app-button:hover {
  color: #ffffff;
}

@media (min-width: 768px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .navbar-expand-lg .navbar-nav {
    gap: 13px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 17px;
  }
}

.banner {
  position: relative;
}

/* .banner img {
  border-bottom-right-radius: 200px;
} */

.bx-wrapper {
  border: none !important;
  box-shadow: none !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 30px !important;
}

.banner__content {
  position: absolute;
  top: 50px;
  left: 0;
  padding: 20px 60px;
}

@media (min-width: 768px) {
  .banner__content {
    width: 70%;
  }
}

.banner__content h2 {
  font-size: 50px;
  color: #ffffff;
  font-weight: normal;
}

.banner__content p {
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Roboto", sans-serif !important;
}

.about__area {
  padding: 40px 0 70px 0;
  background-color: #ffffff;
}

.about__area img {
  border-radius: 10px;
}

.about__area h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about__area li {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.about__area .check {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  background-color: #0061ff;
  border-radius: 50%;
  color: #fff;
  transform: translateY(-2px);
  margin-right: 5px;
}

.product__service {
  background-color: #eff4fd;
  padding: 70px 0 90px 0;
}

.product__inner {
  /* background: url("../image/service-bg21.png") no-repeat;
  background-size: cover;
  padding: 50px 40px; */
  /* border-radius: 10px; */
  margin-top: 40px;
}

.product__service .product__item {
  background-color: #f7f8fe;
  padding: 20px;
  border-radius: 10px;
  margin: 12px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.product__service .more__details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.product__service .more__details img {
  width: 40px;
}

/* .product__service .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d2e1fa;
} */

.product__service .icon img {
  width: 250px;
}

.product__service .product__item h3 {
  font-size: 20px;
  margin: 22px 0 15px 0;
  font-weight: 600;
}

.product__service .product__item p {
  line-height: 24px;
  margin: 8px 0;
}

.product__service .product__item .learn__more {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #0061ff;
  border: 1px solid #0061ff;
  padding: 7px 20px;
  border-radius: 5px;
}

.product__service .product__item .whatsapp {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #089135;
  border: 1px solid #23a317;
  padding: 7px 20px;
  border-radius: 5px;
  gap: 10px;
}

.product__service .product__item .whatsapp i {
  font-size: 20px;
}

.how__works {
  background: url("../image/choose-bg2.jpg") no-repeat;
  background-size: cover;
  padding: 70px 0 0 0px;
  overflow: hidden;
  margin-top: -20px;
}

.how__works img {
  margin-top: 20px;
}

.how__works .choose__item {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px 15px;
  margin: 15px 0;
  border-radius: 10px;
  border: 1px solid #dddddd;
}

.how__works .choose__item h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.how__works .choose__item p {
  margin: 0;
}

.our__promises {
  background-color: #0260fe;
  padding: 80px 0 70px 0;
  color: #ffffff;
}

.our__promises .items {
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: 5px;
  height: 100%;
}

.our__promises img {
  border-top-left-radius: 130px;
  border-bottom-right-radius: 130px;
}

.our__promises .heading,
.our__promises .sub__heading {
  color: #ffffff;
}

.our__promises h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.our__promises p {
  color: #000000;
}

.testimonials {
  padding: 80px 0;
  background-color: #041424;
}

.testimonials .heading {
  color: #ffffff;
}

.testimonials .sub__heading {
  color: #0c5adb;
}

.testimonial__items {
  background-color: #152534;
  padding: 30px 20px;
  color: #ffffff;
  border-radius: 10px;
}

.testimonial__items h3 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 15px;
}

.testimonial__items .description {
  font-size: 13px;
}

.testimonial__items .writer {
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
}

.testimonial__items .stars {
  color: #ffb108;
  margin-bottom: 10px;
}

.achivement {
  background-color: #ffffff;
  padding: 60px;
}

.achivement .lists {
  margin: 20px 0;
  text-align: center;
}

.achivement .lists h3 {
  font-size: 25px;
  font-weight: bold;
}

.achivement .lists p {
  font-size: 18px;
}

.faq__quotes {
  background: url("../image/pricing-bg2.png") no-repeat;
  background-size: cover;
  padding: 100px 0 120px 0px;
}

.request__quote {
  background-color: rgb(221 228 200 / 30%);
  padding: 40px;
  border: 1px solid #dddddd;
  border-radius: 10px;
}

.request__quote input {
  border-radius: 0;
  font-size: 15px;
  height: 44px;
}

.request__quote select {
  border-radius: 0;
  font-size: 15px;
}

.request__quote button {
  padding: 12px 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.need__help {
  margin-bottom: -70px;
}

.need__help__inner {
  background: url("../image/call-to-bg.png") no-repeat;
  background-size: cover;
  padding: 20px 20px 0px 50px;
  border-radius: 10px;
}

.need__help .title {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}

.phone__number {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 25px;
  color: #ffffff;
}

.footer {
  background-color: #031323;
  padding: 150px 0 60px;
  font-size: 14px;
}

.footer h4 {
  color: #ffffff;
  border-bottom: 1px solid #323b5c;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 22px;
}

.footer li {
  margin: 15px 0;
  font-size: 16px;
  color: #dadada;
}

.footer p {
  font-size: 16px;
  color: #dadada;
}

.footer li a {
  color: #dadada;
}

.footer a {
  color: #dadada;
}

.footer li a:hover {
  color: #ffffff;
  text-decoration: underline !important;
}

.footer li strong {
  font-weight: 500;
  text-decoration: underline;
}

.social__icons {
  display: flex;
  gap: 10px;
}

.social__icons a {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d2b39;
  border-radius: 5px;
}

.social__icons a:hover {
  background-color: #302cfb;
}

.social__icons li a:hover {
  text-decoration: none !important;
}

.copyright {
  font-size: 12px;
  color: #ffffff;
  margin: 10px 0;
}

.city__wise__service {
  padding: 10px 0 80px 0;
}

.city__wise__service a {
  color: #000000;
}

/*--------------------------------------------------------------------
  About CSS
--------------------------------------------------------------------*/
.innerer__banner {
  background-color: #000000;
  padding: 80px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../image/breadcrumb-bg.png");
  background-position: center center;
}

.innerer__banner h1 {
  font-size: 40px;
  color: #ffffff;
}

.mission__vision {
  padding: 60px 0;
  background-color: #edf1ff;
}

.mission__vision h2 {
  font-size: 30px;
  font-weight: bold;
}

.why__choose__about {
  padding: 60px 0 120px 0px;
  background: url("../image/pricing-bg2.png") no-repeat;
  background-size: cover;
}

.why__choose__about .choose_card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin: 15px 0;
  display: flex;
  gap: 15px;
}

.why__choose__about .choose_card .content {
  flex: 1;
}

.why__choose__about .choose_card .icon {
  width: 40px;
}

.why__choose__about .choose_card h4 {
  font-size: 20px;
  font-weight: bold;
}

.why__choose__about .choose_card p {
  margin: 0;
}

.contact__area {
  padding: 50px 0;
}

.contact__box {
  border: 1px solid #0c5adb;
  padding: 30px 20px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  margin: 0 0 20px 0;
}

.contact__box .icon {
  border: 2px solid #0c5adb;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 25px;
  color: #0c5adb;
}

.contact__box p {
  font-size: 16px;
  font-weight: bold;
  color: #5a5a5a;
  margin-bottom: 2px;
}

.contact__box h2 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}

.contact__box .content {
  flex: 1;
}

.contact__form {
  background-color: #e2ebff;
  border-top: 3px solid #0c5adb;
  padding: 20px 30px;
  border-radius: 10px;
}

.contact__form h2 {
  margin-bottom: 20px;
}

.contact__form input {
  border-radius: 0;
  height: 44px;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 40.25%;
  position: relative;
  height: 0;
  margin-bottom: 100px;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* .about__contents {
  padding-top: 40px;
  padding-bottom: 60px;
} */

.service__one {
  background-color: #f3f6fa;
  padding: 70px 0;
}

.service__one h1 {
  font-size: 40px;
  margin-bottom: 15px;
}

.service__one h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.service__one img {
  border-radius: 15px;
}

.service__two {
  background-color: #d0e1fc;
  padding: 60px 0;
}

.heading span {
  color: #002aa3;
}

.service__two .choose_card {
  display: flex;
  gap: 20px;
  background-color: #ffffff;
  margin: 15px 0;
  padding: 20px 15px;
  border-radius: 15px;
}

.service__two .choose_card .icon {
  width: 40px;
}

.service__two .choose_card .content {
  flex: 1;
}

.service__three {
  background-color: #f5f5f5;
  padding: 40px 0;
}

.fact__lists {
  background-color: #f2f5fa;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.18) 1px 0px 6px 0px inset;
  padding: 20px;
  margin: 10px 0;
  height: 100%;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service__four {
  padding: 50px 0;
  background-color: #ffffff;
}

.rent__items {
  margin: 10px 0;
  border: 1px solid #dddddd;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.rent__items span {
  color: #002aa3;
  font-weight: 600;
}

.faqs {
  background-color: #dee7f7;
  padding: 50px 0 70px 0;
  margin-bottom: 60px;
}

.accordion-button {
  font-size: 18px;
  font-weight: bold;
}

.service__five {
  background-color: #f5f5f5;
  padding: 60px 0 40px 0;
}

.product__items {
  margin-bottom: 20px;
}

.brands__list {
  padding: 50px 30px;
  margin: 10px 0;
  background-color: #ffffff;
}

/* Loader Styles */
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #ddd;
  border-top: 6px solid #498bf4; /* your theme color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.disc {
  list-style-type: disc;
}

.disc li {
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 17px;
}

.contact-calls {
  position: fixed;
  bottom: 10%;
  right: 5px;
  display: flex;
  flex-direction: column;
}
.contact-calls img {
  width: 40px;
  margin: 8px 0;
}
.mobile-enquiry {
  display: flex;
  justify-content: space-between;
  padding: 8px 20px 2px 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 9999999;
  text-align: center;
  visibility: hidden;
}
.mobile-enquiry img {
  width: 40px;
}
.mobile-enquiry p {
  margin: 1px 0 0 0;
  font-size: 11px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .mobile-enquiry {
    visibility: visible;
  }
  .contact-calls {
    display: none;
  }
}

/*--------------------------------------------------------------------
  Responsive CSS
--------------------------------------------------------------------*/
@media (max-width: 768px) {
  .banner__content h2 {
    font-size: 25px;
  }
  .banner__content {
    top: 10px;
    padding: 10px 20px;
  }
  .bx-controls {
    display: none;
  }
  .bx-wrapper {
    margin-bottom: 0 !important;
  }
}
