/****/
* {
  padding: 0px;
  margin: 0px;
}

img {
  max-width: 100%;
  border: 0px;
  outline: none;
  padding: 0px;
  margin: 0px;
}

body {
  background: linear-gradient(to bottom, #3d1a52, #1d1840);
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


header.heder {
  background: #16183f;
}

.mantleArea {
  width: 100%;
}

.hero-section {
  padding: 80px 0;
}

.hero-section .hero-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.hero-subtitle {
  font-size: 1rem;
  color: #b9b9b9;
  margin: 20px 0;
}

.btn-start {
  padding: 10px 25px;
  background-color: white;
  color: #1e0c3b;
  font-weight: bold;
  border-radius: 50px;
}

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






.stats-section {
  padding: 60px 0 30px;
}

.stat-box {
  text-align: center;
  margin-bottom: 30px;
}

.stat-number {
  font-size: 1.8rem;
  font-weight: bold;
}

.stat-label {
  color: #b9b9b9;
  font-size: 0.95rem;
  margin-top: 5px;
}







.pricing-section {
  padding: 80px 0 50px;
}

.pricing-section .pricingHead {}

.pricing-section .pricingTabArea {}

.pricing-section .pricingTab {}

.pricing-section .pricingTabBtn {}

.pricing-section .pricingTabArea {}

.pricing-toggle {
  background: linear-gradient(90deg, #d0d3ff, #c8c1ff, #e3cfff);
  padding: 8px 22px;
  border-radius: 30px;
}

.pricing-toggle button {
  margin: 0 5px;
  border-radius: 25px;
  padding: 6px 20px;
  font-weight: bold;
}

.pricing-toggle button.btnPriceTab {
  border: none;
  background: none;
  color: #0e1211;
}

.pricing-toggle button.btnPriceTab:hover {
  background: #0e1211;
  border: none;
  color: #fff;
  border-radius: 20px;
}

.pricing-toggle button.btnPriceTab.active {
  background: #0e1211;
  border: none;
  color: #fff;
  border-radius: 20px;
}



.card-pricing {
  border: none;
  border-radius: 15px;
  background: #2f2f91;
  color: white;
  transition: transform 0.3s;
}

.card-pricing:hover {
  transform: scale(1.03);
}

.card-pricing.best-value {
  background: #080415;
  color: white;
  transform: scale(1.09);
}

.card-pricing .price {
  font-size: 2.5rem;
  font-weight: bold;
}

.card-pricing .badge {
  font-size: 0.8rem;
}

.card-pricing .badge.bg-priceHighlight {
  background-color: #e6bfdc;
  padding: 5px 15px;
  color: #080415;
  font-size: 16px;
}

.card-pricing .btn-custom {
  background: #4b4bff;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 0.5rem 1.5rem;
}

.card-pricing .btn-custom:hover {
  background: #3535ff;
}

.pricing-section .pricing-bottom-info {
  margin: 50px 0px 20px;
}

.pricing-section .pricing-bottom-info h5 {
  font-size: 18px;
  color: #fff;
  display: inline-block;
}

.services-sectionMain {
  width: 100%;
}

.services-sectionHead {
  width: 100%;
}

.services-sectionBdy {
  background-image: url(../images/service_area_map.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 100vh;
  position: relative;
  padding: 100px 20px;
  text-align: center;
  margin: 50px 0px;
}

.services-section h2 {
  font-weight: 700;
  font-size: 2.5rem;
}

.services-section p {
  color: #cccccc;
  margin-bottom: 50px;
}


.info-box {
  background-color: rgba(38, 49, 94, 0.9);
  border-radius: 12px;
  padding: 20px 25px;
  width: 260px;
  text-align: left;
  color: #ffffff;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
}

.info-box h5 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.info-box .badge {
  float: right;
  background-color: #0dcaf0;
  font-size: 0.7rem;
  margin-left: 10px;
  color: #000;
}

.info-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-box li {
  font-size: 0.9rem;
  padding: 3px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.info-box li:last-child {
  border-bottom: none;
}


.shiftwave {
  background-color: #251949;
}

.shiftwave img {
  max-width: 290px;
  height: auto;
}

.shiftwave .btn {
  border-radius: 30px;
}

.foter {}

.foter .footerLogo {
  margin-bottom: 10px;
}

.foter .footerLogo img {
  max-width: 220px;
  height: auto;
}

.foter p {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
}

.downloadArea {}

.downloadArea img {
  max-width: 130px;
  height: auto;
}

.foter h5 {
  font-size: 18px;
  font-weight: bold;
}

.foter ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.foter li {
  font-size: 16px;
  padding: 5px 0px 5px;
}

.foter ul li a {
  color: #fff;
  text-decoration: none;
}

.foter ul li a:hover {
  color: #fff;
  padding-left: 3px;
}



.socialIcons {
  width: 100%;
}

.socialIcons img {
  max-width: 40px;
  height: auto;
  padding: 5px;
}

.footerDown {
  width: 100%;
  border-top: 1px solid #fff;
  margin: 30px 0px;
}

.footerDown h5 {
  color: #fff;
  font-size: 15px;
}

.footerDown a {
  color: #fff;
}