@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
  /*font-family: "Poppins", sans-serif;*/
  overflow-x: hidden;
}

ol,
ul {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

p {
  margin: 0;
  font-family: "Poppins", sans-serif;
}
/* =============================
          Default Css
============================== */
a {
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  text-decoration: none;
}

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

/* =============================
            button 
============================== */
.btn-primary {
  color: #161554;
  background-color: #d3f1ff;
  border-color: #d3f1ff;
  min-width: 140px;
  border-radius: 0px;
  font-size: 16px;
  position: relative;
  font-weight: 700;
  min-height: 40px;
  /*width: fit-content;*/
  border-radius: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-primary:hover {
  color: #fff;
  background-color: #8499a3;
  border-color: #8499a3;
}

.btn-light {
  min-width: 160px;
  border-radius: 25px;
  min-height: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  border: 1px solid #fff;
}

.btn-light:hover {
  background: #dbebdf;
}

.btn-light span {
  color: #2dbb55;
}

.btn-success {
  background-color: #2dbb55;
  border-color: #2dbb55;
  min-width: 190px;
  border-radius: 25px;
  min-height: 40px;
  font-size: 14px;
  line-height: 34px;
}

/* =============================
        padding spacing
================================*/
.pl_2 {
  padding-left: 5px;
}
/* =============================
        Scroll Top
================================*/
#topbtn {
  display: inline-block;
  background: #2dbb55;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 180px;
  right: 30px;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#topbtn.show {
  bottom: 30px;
}

#topbtn::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 30px;
  color: #fff;
}

#topbtn:hover {
  cursor: pointer;
  background-color: #d69721;
}

#topbtn:active {
  background-color: #555;
}

#topbtn.show {
  opacity: 1;
  visibility: visible;
}

/* =============================
        Preloader
================================*/
#preloader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 9999;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ripple-effect {
  color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgb(45, 187, 85);
  margin: 0 auto;
  -webkit-animation: ripple 0.7s linear infinite;
  animation: ripple 0.7s linear infinite;
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(45, 187, 85, 0.3),
      0 0 0 10px rgba(45, 187, 85, 0.3), 0 0 0 30px rgba(45, 187, 85, 0.3),
      0 0 0 60px rgba(45, 187, 85, 0.3);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(45, 187, 85, 0.3),
      0 0 0 30px rgba(45, 187, 85, 0.3), 0 0 0 60px rgba(45, 187, 85, 0.3),
      0 0 0 90px rgba(45, 187, 85, 0);
  }
}

/* ===========================
      Footer Section
============================ */
.footer {
  /*background: url("../images/footerbg.png") no-repeat center;*/
  position: relative;
  padding: 65px 0 10px;
  background: #000000;
}

.footer-list h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

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

.footer_links ul li {
  position: relative;
}

.footer-list ul li,
.footer-list ul li a {
  padding: 6px 0;
  font: normal normal normal 14px / 25px Poppins;
  letter-spacing: 0.18px;
  color: #ffffff;
}

.footer-list {
  display: flex;
  justify-content: center;
  width: 55%;
  margin: auto;
}

.footer-list ul li a:hover {
  color: #3589c7;
}
.footer-list ul li a.active {
  color: #3589c7;
  font-weight: 700;
}

.footer-list h4 {
  font: normal normal 600 14px/15px Poppins;
  letter-spacing: 1.9px;
  color: #888888;
  margin-bottom: 20px;
}

.footer_social {
  padding: 20px 0;
}

.social-menu p {
  padding: 0;
  color: #fff;
  font-size: 20px;
}

.copyright-box {
  padding: 20px 0;
  text-align: center;
  z-index: 9;
  position: relative;
}

.copyright-box p {
  color: #020202;
  margin: 0;
  font-weight: 400;
  text-align: right;
}

.copyright-box p.copyright_con {
  text-align: left;
}

.copyright-box p a {
  color: #83b8b9;
  font-weight: 300;
}

.social-menu {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
}

/* social menu */

.social-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.social-menu ul li {
  list-style: none;
  margin: 0 6px 0 0;
}

.social-menu ul li a img {
  height: 16px;
}

.social-menu ul li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: transparent;
  text-align: center;
  transition: 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin: 0 10px 0 0;
  border: 1.5px solid #81270b;
}

.social-menu ul li a:hover {
  transform: translate(0, -10%);
  color: #fff;
  box-shadow: 0 5px 4px rgb(0 0 0 / 50%);
}

.social-menu ul li a i,
.social-menu ul li a svg {
  color: #81270b;
}

.social-menu ul li:hover a i,
.social-menu ul li:hover a svg {
  color: rgb(255, 255, 255);
}

.copyright_box {
  border-top: 1px solid #ffffff47;
  padding: 20px 0 10px;
  text-align: center;
}

.footer-logobox img {
  width: 160px;
}
.copyright_box p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: 200;
}

.footer-logobox .social-menu {
  justify-content: flex-start;
  margin-top: 4%;
}

.footer-logobox .social-menu ul li a {
  background: #fff;
  border: none;
}

.footer-logobox .social-menu ul li a i,
.footer-logobox .social-menu ul li a svg {
  color: #222;
}
.footer-logobox {
  padding: 0 0 35px;
}

.copyright_box {
  border-top: 1px solid #ffffff47;
}

.footer_social p {
  font: normal normal 600 14px / 15px Poppins;
  letter-spacing: 1.9px;
  color: #888888;
  margin-bottom: 20px;
}
/* =============================
            nav bar 
============================== */
.nav-bar-logo {
  width: 195px;
  text-align: center;
  position: absolute;
  left: 50%;
  z-index: 9999;
  transform: translateX(-50%);
}

.nav-bar .dropdown-toggle::after {
  display: none;
}
/* stellarnav */
.stellarnav.light li a {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.nav-bar.scroll-navbar {
  padding: 20px;
  /*position: fixed;*/
  position: sticky;
  width: 100%;
  z-index: 9;
  transition: all ease-in 0.4s;
}

.nav-bar.scroll-navbar.scroll {
  /*transition: all ease-in-out 0.5s;
  z-index: 999;
  top: 0;
  position: fixed;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: rgba(55, 55, 55, 0.541) 0px 2px 8px 0px;*/
  transition: all ease-in-out 0.5s;
  padding: 20px;
  position: fixed;
  background: #2dbb55;
  z-index: 9999;
}

.stellarnav li a {
  padding: 15px;
  display: block;
  text-decoration: none;
  color: #777;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.stellarnav.dark li a {
  color: #252525;
  font-weight: 500;
  font-size: 14px;
}

.stellarnav > ul > li > a {
  padding: 8px 5px 5px;
}

.navr-single .dropdown .dropdown-toggle {
  background: transparent;
  border: none;
  width: 25px;
}

.stellarnav li.has-sub > a:after {
  content: "\f078";
  font-family: "fontawesome";
  border: 0;
  margin-left: 5px;
  font-size: 13px;
}

.nav-menu .stellarnav {
  width: auto;
}

.nav-rightbox .stellarnav > ul > li.nav-hover {
  /*display: flex;
  align-items: center;*/
  padding: 0 10px;
  min-width: 75px;
  /*justify-content: center;*/
}

.stellarnav ul {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: end;
}

li.nav-hover {
  position: relative;
}

li.nav-hover.active::before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 40%;
  height: 2px;
  bottom: 0;
  left: 30%;
}

li.nav-hover.active a {
  color: #fff;
}

li.nav-hover:hover a {
  color: #fff;
}

li.nav-hover:hover::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 40%;
  height: 2px;
  bottom: 0;
  left: 30%;
}

.stellarnav.light ul ul {
  top: 80%;
}
.navb_left {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.nav-rightbox .stellarnav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navb_left img {
  width: 145px;
}
.countrydrop_box {
  display: flex;
  gap: 5px;
  border: 1px solid #91919180;
  border-radius: 10px;
  padding: 8px 5px;
  color: #919191;
  font-size: 13px;
  cursor: pointer;
}

.country_map img {
  width: 25px;
}

.search_box button {
  background: transparent;
  border: 0;
  width: 40px;
}

.search_box .dropdown-menu {
  padding: 12px 18px;
  min-width: 230px;
}

.search_box .dropdown-menu .form-control {
  font-size: 13px;
}

.location_dropdown {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding: 10px;
}

/*==============================
      Hero section
===============================*/
.heronav_sec {
  background: #2dbb55;
  position: relative;
}

.heronav_sec::before {
  position: absolute;
  content: "";
  background: url("../images/hero-bg.svg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.hero_sec {
  padding: 5% 0 3%;
  position: relative;
  height: 550px;
}

.heros_right {
  position: absolute;
  bottom: -15%;
  right: 8%;
}

.heros_right img {
  height: 480px;
}

.logo_box img {
  width: 200px;
  margin: 0 0 24px;
}

.herol_con {
  width: 70%;
  color: #fff;
}

.herol_con h5 {
  font-size: 24px;
}

.herol_con h2 {
  font-size: 45px;
  padding: 10px 0;
}

.heros_btn .btn {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.heros_btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
/*==============================
      special section
===============================*/
section.special_sec {
  padding: 6% 0;
  position: relative;
}

section.special_sec::before {
  position: absolute;
  content: "";
  background: url("../images/special-bg.png") no-repeat;
  width: 55%;
  height: 100%;
  right: -37%;
  background-size: contain;
  top: 0;
}

.subtitle {
  font: normal normal bold 24px/15px Poppins;
  letter-spacing: 3.6px;
  color: #2dbb55;
}

.heading_title {
  margin: 15px 0;
  font: normal normal 600 40px/52px Poppins;
  letter-spacing: -0.4px;
  color: #222222;
}

.special_sec p {
  font: normal normal normal 15px/22px Poppins;
  letter-spacing: -0.16px;
  color: #222222;
  margin: 10px 0 20px;
}

.special_box .heading_title {
  font: normal normal 600 25px/30px Poppins;
}

.special_box ul li span {
  font-weight: 600;
}
/* ===========================
        Offer Section
============================ */
section.offer-sec {
  background: url("../images/inner-banner.png") center no-repeat;
  background-size: cover;
  position: relative;
  min-height: 500px;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offersec-wrapper {
  z-index: 9;
  position: relative;
  width: 100%;
  height: 100%;
}

.offersec-box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.offersec-box h6 {
  text-align: left;
  letter-spacing: 5.9px;
  color: #ffffff;
  font-weight: 400;
}

.offersec-box h2 {
  font: normal normal 600 28px/34px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
}

/* video section */
.offer-video {
  margin-bottom: 30%;
}

.vdo_btn img {
  padding: 20px;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
}

.vdo_btn {
  position: absolute;
  background-color: white;
  top: 0;
  left: 40%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 25px 3px rgb(255 255 255 / 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.vdo_btn:hover {
  text-decoration: none;
}

.vdo_btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.75);
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

.vdo_btn i {
  color: rgb(7, 7, 7);
  font-size: 30px;
  margin-left: 7px;
}

/* video section/ */

/*==============================
      feature section
===============================*/
section.feature_sec {
  padding: 80px 0;
}

.feature_head {
  width: 60%;
  margin: auto;
  text-align: center;
}

.feature_box {
  display: flex;
  padding: 50px 0;
  justify-content: center;
  gap: 15px;
}

.featureb_left,
.featureb_right {
  max-width: 420px;
}

.single_feature {
  display: flex;
  gap: 10px;
  margin: 12% 0 15%;
  min-height: 170px;
  justify-content: space-around;
}

.featureb_left .single_feature {
  text-align: right;
}

.singf_con {
  width: 80%;
}
.singf_icon {
  width: 20%;
  height: 115px;
}

.singf_con h4 {
  font: normal normal 600 20px/35px Poppins;
  letter-spacing: 0px;
  color: #000000;
}

.singf_con p {
  font: normal normal normal 14px/24px Poppins;
  letter-spacing: 0.35px;
  color: #666666;
}

/*==============================
      client say section
===============================*/
section.clientsay_sec {
  background: rgb(235 235 235 / 53%);
  padding: 80px;
}
.clients_head {
  text-align: center;
  margin: 0 auto 18px;
  width: 50%;
}
.client_testibox {
  position: relative;
  padding: 16px;
}

.client_img {
  position: absolute;
  top: 42px;
  left: 136px;
  z-index: 9;
}

.client_testibox .client_con {
  position: relative;
  background: #fff;
  margin: 20% 0 0;
  text-align: center;
  padding: 22% 8% 6%;
  min-height: 340px;
}

.client_testimonl {
  padding: 2% 0 0;
}

.client_testimonl .client_carousel .client_img img {
  width: 85px;
  height: 85px;
  border: 7px solid #60cb7e;
  border-radius: 50%;
}

.quote_icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  left: 10px;
}

.client_name {
  position: relative;
  padding: 0 0 16px;
  margin: 0 0 25px;
}

.client_name::before {
  position: absolute;
  content: "";
  background: #2222221a;
  width: 30px;
  height: 2px;
  bottom: 0;
  left: 45%;
}

.client_name h4 {
  font: normal normal 600 18px/20px Poppins;
  letter-spacing: -0.18px;
  color: #000000;
}

.client_name p {
  font: normal normal 500 13px/18px Poppins;
  letter-spacing: 0.3px;
  color: #666666;
}

.client_condetails {
  position: relative;
}

.client_condetails p {
  font: normal normal normal 14px/25px Poppins;
  letter-spacing: -0.14px;
  color: #222222;
  width: 90%;
  margin: 5px auto 18px;
}

.owl-theme.client_carousel .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: rgba(247, 147, 6, 0.5);
}

.owl-theme.client_carousel .owl-dots .owl-dot.active span,
.owl-theme.client_carousel .owl-dots .owl-dot:hover span {
  background: #f79406;
}

/* ===========================
        partner Section
============================ */
.becomep_sec {
  background: url("../images/partner-bg.png") no-repeat;
  background-size: cover;
  min-height: 750px;
  position: relative;
}

.partner_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 50%;
  margin: 5% auto;
  text-align: center;
}

.partner_box .heros_btn {
  justify-content: center;
  margin: 5% 0;
}

/* ===========================
        faq Section
============================ */

section.faq_sec {
  padding: 80px 0;
}

.faq_box .accordion-item {
  border: 0;
}

.faq_box .accordion .accordion-item {
  box-shadow: 1px 3px 13px 3px #0000000f;
  margin-bottom: 25px;
}

.faq_box .accordion .accordion-button {
  font: normal normal 600 14px/24px Poppins;
  letter-spacing: 0.7px;
  color: #222222;
  background: transparent;
}

.faq_box .accordion .accordion-button::after {
  background: none;
  content: "\2b";
  font-family: "fontawesome";
}

.faq_box .accordion-button:not(.collapsed)::after {
  content: "\f068";
}

.faq_box {
  padding: 2%;
}

.faq_box .accordion-body p {
  font: normal normal normal 14px/24px Poppins;
  letter-spacing: 0.7px;
  color: #888888;
}

/* ===========================
        newsletter Section
============================ */
.subscribe_inputbox {
  position: relative;
  margin: 15px 0;
  border: 2px solid #2dbb55;
  border-radius: 30px;
}

.subscribe_inputbox input {
  min-height: 55px;
  border: 0;
  border-radius: 30px;
  font: normal normal 500 14px/16px Poppins;
  letter-spacing: 0.35px;
  color: #111111;
  padding: 0 24% 0 5%;
}

.btn_subscribe {
  position: absolute;
  right: 0;
  background: #2dbb55;
  min-height: 55px;
  color: #fff;
  top: 0;
  border-radius: 0 30px 30px 0;
  font: normal normal 500 15px/15px Poppins;
  letter-spacing: 0.8px;
  color: #ffffff;
}

section.newsletter_sec {
  background: #f9f9f9;
  padding: 55px 0;
}

/* ===========================
        breadcum page
============================ */
.heronav_sec.breadcrumb_sec::before {
  background-position-y: bottom;
}

.breadcrumb_sec {
  min-height: 300px;
}

.breadcumb_box {
  position: relative;
  display: flex;
  min-height: 300px;
}

.taxi_element {
  position: absolute;
  left: 8%;
  bottom: -8%;
}

.bike_element {
  position: absolute;
  bottom: -8%;
  right: 8%;
}

.bike_element::before {
  transform: matrix(0.96, -0.05, 0.26, 0.21, 0, 0);
  background: #0000007a 0% 0% no-repeat padding-box;
  border-radius: 90px;
  opacity: 0.45;
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: -75px;
  left: -5px;
}

.breadcrumb_con {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.breadcrumb_con h3 {
  font: normal normal 600 38px/68px Poppins;
  letter-spacing: 0.76px;
  color: #ffffff;
}

/* ===========================
        how it works page
============================ */
.process_box {
  display: flex;
  text-align: center;
  gap: 15px;
  justify-content: space-between;
}

section.process_sec {
  padding: 80px 0;
}

.processb_img {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 6px 7px 11px 2px #464a4733;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8%;
  border-radius: 50%;
}

.single_processbox {
  position: relative;
}

.single_processbox::before {
  position: absolute;
  content: "\f054";
  font-family: "fontawesome";
  right: 0;
  color: #22222240;
  top: 15%;
}

.single_processbox:last-child::before {
  display: none;
}

.processb_con h4 {
  font: normal normal 600 20px/24px Poppins;
  letter-spacing: 0.2px;
  color: #222222;
}

.processb_con p {
  font: normal normal normal 14px/24px Poppins;
  letter-spacing: 0.35px;
  color: #888888;
}

section.caborbit_sec {
  background: #f8f8f8 0% 0% no-repeat padding-box;
  padding: 80px 0 60px;
  position: relative;
}

.carbr_left p {
  font: normal normal normal 14px/26px Poppins;
  letter-spacing: -0.16px;
  color: #222222;
  margin-bottom: 24px;
}

.carbr_left .btn {
  margin: 20px 0 0;
}

.carbr_right {
  position: absolute;
  right: 0;
}

.carbr_right img {
  width: 530px;
  height: 600px;
  object-fit: cover;
}

/* ===========================
        contact page
============================ */
.contactus_box .form-control {
  border-radius: 7px;
  margin-bottom: 15px;
  height: 55px;
  font: normal normal 500 14px/15px Poppins;
  letter-spacing: 0.35px;
  color: #222;
  border: 0;
}

.contactus_box textarea.form-control {
  height: auto;
}

section.contact_sec {
  padding: 80px 0 10px;
}

.contact_head {
  width: 65%;
}

.contactus_box,
.connect_box {
  background: #f8f8f8 0% 0% no-repeat padding-box;
  padding: 10%;
  min-height: 570px;
}

h4.contact_title {
  font: normal normal 600 28px/45px Poppins;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 20px;
}

.submitbtn {
  text-align: center;
  margin: 6% 0 0;
}

.connect_box h3 {
  font: normal normal 600 28px/49px Poppins;
  letter-spacing: 0px;
  color: #000000;
}

.contact_details ul li {
  list-style: none;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  margin: 0 0 25px;
  padding: 20px 20px 20px 40px;
  position: relative;
  min-height: 70px;
}

.contact_details ul li a {
  color: #000;
  font: normal normal 500 15px/25px Poppins;
}

.contact_details ul li a span {
  color: #2dbb55;
  position: absolute;
  left: 15px;
  font: normal normal 500 18px / 49px Poppins;
  letter-spacing: 0px;
  top: 10px;
}
/* ===========================
        career page
============================ */
section.join_us {
  padding: 80px 0;
}

.joinus_img {
  text-align: center;
}

section.currentopen_sec {
  background: rgb(180 180 180 / 19%);
  padding: 80px 0;
  margin: 15px 0 50px;
}

.currentopen_sec h3 {
  font: normal normal 600 28px/54px Poppins;
  letter-spacing: 1.4px;
  color: #000000;
}

.currentopen_sec h3 span {
  font: italic normal 500 18px/54px Poppins;
  letter-spacing: 0.9px;
  color: #2dbb55;
}

.currento_sec {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  margin-bottom: 25px;
  padding: 25px;
  min-height: 160px;
}

.currento_sec h5 {
  font: normal normal 500 20px/30px Poppins;
  letter-spacing: 1.1px;
  color: #f79406;
}

.currento_sec p {
  font: normal normal 500 17px/30px Poppins;
  letter-spacing: 0.85px;
  color: #4b4b4b;
  margin: 6px 0;
}

.apply_btn {
  border: 1px solid #2dbb55;
  font: normal normal 500 15px/58px Poppins;
  letter-spacing: 0.75px;
  color: #2dbb55;
  padding: 5px 15px;
  transition: all ease-in-out 0.5s;
  border-radius: 20px;
}

.apply_btn:hover {
  background: #2dbb55;
  color: #fff;
}

section.currentopen_sec.savebetter_sec {
  background: transparent;
  padding-bottom: 0;

}

section.currentopen_sec.savebetter_sec .currento_sec {
  background: #edededc7 0% 0% no-repeat padding-box;
  text-align: center;
}

.today_no {
  color: #03b134;
  border: 1.5px solid #03b134;
  border-radius: 5px;
  width: 50%;
  margin: 10px auto 0;
  padding: 6px;
  font-weight: 600;
}

.special_box ul li {
  padding-bottom: 10px;
}

.become_page{
  margin: 5% 0;
}

.single_blog {
  box-shadow: 5px 5px 15px #7e7e7e1c;
  padding: 20px;
  background: #fff;
  min-height: 265px;
  border-radius: 7px;
  border: 1px solid #2dbb55;
}

.blogs_img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 25px;
}

.blogs_con h5 {
  font-size: 18px;
  margin-top: 20px;
}

section.become_page h3 {
  padding: 4% 5%;
}


section.become_page .becomep_sec{
  padding: 5%;
}

section.become_page .currento_sec {
  text-align: center;
}

.reward_sec .blogs_img img{
  width: 100%;
  margin: 0;
}

.reward_sec{
  padding: 8% 0
}

section.reward_sec h3 {
  font-size: 30px;
  margin: 20px 0;
}

.blog_head {
  background: #fcc30b;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.blog_head h4{
  margin: 0;
}
/* ----------------------------------------- */

/* Privacy Policy Styles */
.privacy-policy {
    padding: 60px 0;
    background: #f8f9fa;
}

.privacy-content {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.privacy-header {
    text-align: center;
    margin-bottom: 40px;
}

.privacy-header img {
    max-width: 200px;
}

.intro-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.privacy-sections {
    margin-top: 30px;
}

.privacy-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.privacy-section:last-child {
    border-bottom: none;
}

.privacy-section h2 {
    color: #333;
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.privacy-section h3 {
    color: #444;
    font-size: 1.4rem;
    margin: 25px 0 15px;
}

.styled-list {
    list-style: none;
    padding-left: 0;
}

.styled-list li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #555;
}

.styled-list li i {
    color: #007bff;
    width: 20px;
    font-size: 1.1rem;
}

.contact-info {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .privacy-content {
        padding: 20px;
    }
    
    .privacy-section h2 {
        font-size: 1.5rem;
    }
    
    .privacy-section h3 {
        font-size: 1.2rem;
    }

    .styled-list li {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .privacy-policy {
        padding: 30px 0;
    }

    .privacy-header img {
        max-width: 150px;
    }

    .intro-text {
        font-size: 1rem;
    }
}
