*, p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

:root {
  --black-color: #16161B;
  --green: #C6EC64;
  --lightgreen: #ebf4d1;
  --text-color: #F9FFD2;
  --code-bg: #EBF4D1;
  --dark-bg-color: #27272E;
  --gradient-green: linear-gradient(91.04deg, #080809 0.81%, #111602 25.53%, #36470A 51.22%, #293706 76.4%, #1F2B01 97.76%);
}

.fw-bold {
  font-weight: 700 !important;
}

.login-header-btn,
.dashboard-header-btn {
  background-color: var(--green);
  border-radius: 10px;
  padding: 10px;
}
.signup-header-btn{
  padding: 10px;
}

body{
  font-weight: 400 !important;
  font-size: 20px !important;
}

/* ----- Navigation Styles ----- */
.navbar-nav li a {
  font-size: 16px;
}
.navbar-toggler:focus{
  box-shadow: none;
}

/* Hide dropdown by default */
.nav-item.dropdown .dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Navbar dropdown styles */
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  background-color: var(--lightgreen);
}

.webservicesDropdown {
  min-width: 300px;
}
.productsDropdown {
  min-width: 250px;
}

.productsDropdown {
  width: auto;
  padding: 15px;
}

.productsDropdown .row {
  flex-wrap: nowrap;
}

.productsDropdown .col-6 {
  min-width: 220px; 
}

/* ----- Call To Action Section Styles ----- */
.cta-section {
  background: #EBF4D1;
  padding: 80px 20px;
}
.cta-section .left{
  border-bottom: 1px solid black;
  padding-bottom: 40px;
}
.cta-section .heading {
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 50px;
}

/* ----- Footer Section Styles ----- */
.footer-top {
  background: var(--dark-bg-color);
  color: white;
}
.footer-top .heading {
  font-family: Poppins;
  font-weight: 700;
  font-size: 35px !important;
  line-height: 45px;
  max-width: 380px;
  margin: auto;
}
.footer-top p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
    margin-top: 38px;
}
.lg-img {
  width: 250px !important;
  height: auto;
}
.footer-left-bg-img,
.geo-bg-left {
  left: 0;
}
.footer-right-bg-img,
.geo-bg-right {
  right: 0;
}
.footer {
  position: relative;
  margin-top: -2px;
  background-color: var(--black-color);
}
.footer-left-bg-img,
.footer-right-bg-img {
  position: absolute;
  width: 110px;
}


/* ----- Buttons Styles ----- */
.border-end-black {
  border-right: 1px solid black;
}
.try-free-btn {
  background: var(--gradient-green);
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  border-radius: 10px;
  color: var(--green);
  padding: 14px 25px;
  text-align: center;
}
.try-free-btn:hover {
  color: var(--green);
}

.max-width-780{
  max-width: 780px;
  margin: auto;
}
.geocoding-new-letter .form-control {
  border-radius: 10px !important;
  background: var(--black-color) !important;
  height: 60px;
  padding: 25px 0 25px 10px;
  color: var(--text-color) !important;
}
.geocoding-new-letter .btn {
  border-radius: 10px !important;
  background: var(--green);
  color: #161108;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  height: 45px;
  position: absolute;
  right: 10px;
  width: 126px;
}
.geocoding-new-letter {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 4px;
  width: 95%;
}
input::placeholder {
  color: var(--text-color) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.footer .heading {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.footer-ul {
  list-style: none;
}
.footer-ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  line-height: 34px;
  font-weight: bold;
}
.footer {
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer-social-icon a{
  width: 30px;
  height: 30px;
}
.footer-social-icon a img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.padding-bottom-70px {
  padding-bottom: 70px !important;
}
.footer-hr {
  border-bottom: 1px solid #2E2E3A;
  opacity: 1;
  max-width: 98%;
  margin: auto;
}
.footer .copy-right {
  font-size: 14px;
  line-height: normal;
  color: #FFFFFF;
}
.footer .copy-right-policy a {
  font-size: 16px;
  line-height: normal;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
/* ----- Rating Section Styles ----- */
.rating-section {
  max-width: 500px;
  margin: auto;
}
.text-green {
  color: var(--green);
}

@media (max-width: 1025px) {
  .navbar {
    overflow-y: auto;
  }
}

@media (min-width: 1025px) {
  .navbar {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar .navbar-toggler {
    display: none;
  }

  .navbar .navbar-collapse {
    display: flex !important;
  }

  .navbar .navbar-nav {
    flex-direction: row;
  }

  .navbar .dropdown-menu {
    position: absolute !important;
    z-index: 1050;
    left: auto;
    top: 100%;
    margin-top: 0.5rem;
  }

 .navbar .dropdown-item {
    padding: 6px;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .navbar .dropdown-item:active {
    background-color: white;
    color: var(--black);
  }
}

@media (max-width: 768px) { 
  .nav-line-hover::after {
    content: "";
    position: absolute;
    border-bottom: 3px solid var(--green);
    width: 100%;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .35s;
  }
  .nav-line:hover .nav-line-hover::after {
    opacity: 1;
    visibility: visible;
  }
  footer .padding-bottom-70px{
    padding-bottom: 40px !important;
  }
  .footer-left-bg-img {
    position: absolute;
    bottom: 100px;
    left: 38%;
    transform: translateX(-50%);
    width: 110px;
    display: block;
    transform: rotate(-90deg);
  }
  .copy-right-policy{
    padding-top: 120px;
  }
  .footer .copy-right {
    margin-top: 50px;
  }
  .footer .second-line {
    position: absolute;
    bottom: 162px;
    width: 88%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 430px) {
  .productsDropdown {
    min-width: auto;
    max-width: 100%;
    padding: 10px;
  }

  .productsDropdown .row {
      flex-wrap: wrap; 
  }

  .productsDropdown .col-6 {
      width: 100%; 
      padding: 5px 0;
  }

  .productsDropdown .dropdown-item {
      white-space: normal; 
  }
.cta-section{
  padding: 40px 20px;
}
.cta-section .left{
  border-bottom: none;
  padding-bottom: 0px;
}
.cta-section .heading {
    font-weight: 700;
    font-size: 35px !important;
    line-height: 45px;
    text-align: center;
    margin-bottom: 20px;
}
.footer-top .heading {
  font-size: 30px !important;
  line-height: 40px;
  text-align: center;
}
.footer-top p {
  font-size: 14px !important;
  line-height: 21px;
  text-align: center;
  padding-top: 30px;
}
.footer {
  padding: 20px 0px;
}
.footer-ul {
    padding-left: 0px;
    padding-top: 35px;
}

.footer-right-bg-img {
    display: none;
}
.border-end-black img,
  .stars img {
      width: 80%;
  }
}
.copyButton{
cursor: pointer;
}