<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----- Reset and Base Styles ----- */
*, 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%);
}

/* ----- Section Styles ----- */
.section {
  padding: 70px 0 50px 0;
}
.hero-section {
  background-color: var(--dark-bg-color);
  border-radius: 20px;
  padding: 80px 20px;
}
.hero-section h1 {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 50px !important;
  line-height: 55px;
  text-align: center;
}
.text-green {
  color: var(--green);
}
.hero-section p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  width: 100%;
}

/* ----- Geo Text Section Styles ----- */
.geo-text h2 {
  color: var(--black-color);
  font-weight: 700;
  font-size: 40px !important;
  line-height: 50px;
}
.section-feature p,
.lookup-ip-work p,
.gradient-border p,
.geo-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #595960;
}
p strong {
  color: var(--black-color);
}

/* ----- Accordion Styles ----- */
.accordion-item {
  border: none;
}
.accordion-button {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  align-items: anchor-center;
  padding: 10px 0;
  font-weight: 600;
  color: #333;
  background-color: transparent;
}
.accordion-button:not(.collapsed) {
  color: #333;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.accordion-button::after {
  background-image: url("/img/Vector-down.svg");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("/img/Vector-down.svg");
}
.accordion-body {
  padding: 4px 0 32px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #595960;
}

/* ----- FAQ Section Styles ----- */
.faq-section-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
.faq-body .accordion {
  margin-top: 8%;
}
.faq-heading {
  font-weight: 700;
  font-size: 20px !important;
  line-height: 30px;
  text-align: left !important;
}
.faq-hr {
  border: none;
  height: 2px;
  background: repeating-linear-gradient(to right, #444450, #444450 10px, transparent 10px, transparent 20px);
  width: 100%;
  margin-top: 0px;
}
.section-hr {
  border: 1px solid #D1D5DB;
  max-width: 1320px;
  margin: auto;
}

/* ----- Feature Section Styles ----- */
.section-feature .heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 4px;
  text-align: center;
}
.section-feature h2,
.lookup-ip-work h2 {
  font-weight: 700;
  font-size: 40px !important;
  line-height: 50px;
  text-align: center;
}
.feature-body {
  max-width: 920px;
  margin: auto;
}

/* ----- Gradient Border Section Styles ----- */
.gradient-border, .light-green-gradient-border {
  position: relative;
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 8px;
  background: white;
}
.gradient-border::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(269.8deg, #121a00 0.13%, #374b01 31.93%, #bedc71 54.18%, #bedc71 81.67%, #374b01 99.78%);
  border-radius: 10px;
  z-index: -1;
}
.gradient-border strong ,.light-green-gradient-border strong{
  color: var(--black-color);
}
.gradient-border h3, .light-green-gradient-border h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 34px;
}
.gradient-border p, .light-green-gradient-border p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #595960;
  margin: 0px;
}

.light-green-gradient-border::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(269.8deg, #121A00 0.13%, #374B01 31.93%, #BEDC71 54.18%, #DCFC89 81.67%, #DCFC89 99.78%);
  border-radius: 10px;
  z-index: -1;
}

/* ----- Max Screen Width ----- */
.max-width-880{
  max-width: 880px;
  margin: auto;
}
.max-width-850{
  max-width: 850px;
  margin: auto;
}
.max-width-800{
  max-width: 800px;
  margin: auto;
}
.max-width-700{
  max-width: 700px;
  margin: auto;
}
.max-width-520{
  max-width: 520px;
  margin: auto;
}
.max-width-430{
  max-width: 430px;
  margin: auto;
}
/* dynamic-wrapper  */
.javascript-geolocation h2{
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
.javascript-geolocation p{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #595960;
}
.javascript-geolocation h3{
  font-size: 24px;

}
.script-dynamic-wrapper {
  background-color: var(--code-bg);
  border-radius: 50px;
  padding: 50px 20px;
}
.geoplugin-city-code {
  background-color: #16161B;
  padding: 30px;
  margin-top: 30px;
  border-radius: 20px;
}
.script-dynamic-wrapper .geoplugin-city-code {
  max-width: 881px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.geoplugin-city-code .ge0 {
  color: #FB5343;
  font-size: 20px;
}
.geoplugin-city-code div, .us0 {
  color: #F9FFD2;
}
.geoplugin-city-code .js0 {
  color: #c6ec64;
  font-size: 20px;
}
.webservices-currency .banner-content {
  max-width: 901px;
  margin: auto;
}

/* ----- Mobile Media Query Styles ----- */
@media (max-width: 430px) {
  
  .hero-section{
    padding: 50px 20px;
  }
  .hero-section h1 {
      font-size: 35px !important;
      line-height: 40px;
  }
  .hero-section p {
      font-size: 14px !important;
      line-height: 24px;
  }
  .hero-section p:last-of-type {
      margin-bottom: 30px;
  }
  .mobile-img {
      width: 160px !important;
      height: auto;
  }
  .geo-text h2 {
      font-size: 30px !important;
      line-height: 40px;
      text-align: center;
  }
  .geo-text p {
      font-size: 14px !important;
      line-height: 24px;
      text-align: center;
  }
  .section-hr {
    margin-top: 50px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .section-feature h2,
  .lookup-ip-work h2 {
      font-size: 30px !important;
      line-height: 40px;
  }
  .section-feature p,
  .lookup-ip-work p {
      font-size: 14px !important;
  }
  .gradient-border h3 {
      font-size: 20px !important;
      line-height: 30px;
      text-align: left !important;
  }
  .gradient-border p {
      font-size: 14px;
      line-height: 24px;
      text-align: left !important;
  }
  .faq-section-title {
      font-size: 30px !important;
      line-height: 40px;
      text-align: center;
  }
  .faq-body {
    margin-bottom: 50px;
}
  .faq-heading {
      font-size: 16px !important;
      line-height: 24px;
  }
  .accordion-body {
      font-size: 14px;
      line-height: 20px;
  }
  .accordion-button {
      align-items: center;
  }
  
  .geocoding-new-letter .form-control {
      padding: 15px;
  }
  .geocoding-new-letter {
    width: 100%;
  }

  .border-end-black img,
  .stars img {
      width: 80%;
  }
  .section {
    padding: 50px 0 0 0;
  }
  .webservices-javascript .container,
  .webservices-currency .container
  {
    padding-right: 1.5rem ;
    padding-left: 1.5rem ;
  }
  .javascript-geolocation .container{
    padding: 0px;
  }
  .section-feature .container{
    padding: 0 25px; 
  }
  .script-dynamic-wrapper {
    border-radius: 0px; 
  }
  .javascript-geolocation h2{
    font-size: 30px;
    line-height: 40px;
    max-width: 370px;
  }
  .javascript-geolocation h3{
    font-size: 20px;
  }
  .javascript-geolocation p{
    font-size: 14px;
  }
  .script-dynamic-wrapper span,
  .geoplugin-city-code div,
  .geoplugin-city-code .js0 
  {
    font-size: 14px;
  }
}
</pre></body></html>