@font-face {
  font-family: "Satoshi-Variable";
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2"), url("../fonts/Satoshi-Variable.woff") format("woff"), url("../fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
  * This is a variable font
  * You can controll variable axes as shown below:
  * font-variation-settings: 'wght' 900.0;
  *
  * available axes:

  * 'wght' (range from 300.0 to 900.0)

  */
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("../fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("../fonts/Satoshi-VariableItalic.woff") format("woff"), url("../fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url("../fonts/Satoshi-Light.woff2") format("woff2"), url("../fonts/Satoshi-Light.woff") format("woff"), url("../fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("../fonts/Satoshi-LightItalic.woff2") format("woff2"), url("../fonts/Satoshi-LightItalic.woff") format("woff"), url("../fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff"), url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("../fonts/Satoshi-Italic.woff2") format("woff2"), url("../fonts/Satoshi-Italic.woff") format("woff"), url("../fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("../fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("../fonts/Satoshi-MediumItalic.woff") format("woff"), url("../fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("../fonts/Satoshi-BoldItalic.woff") format("woff"), url("../fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("../fonts/Satoshi-Black.woff2") format("woff2"), url("../fonts/Satoshi-Black.woff") format("woff"), url("../fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url("../fonts/Satoshi-Black.woff2") format("woff2"), url("../fonts/Satoshi-BlackItalic.woff") format("woff"), url("../fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

body {
  height: 100%;
  width: 100%;
  font-family: "Satoshi-Variable";
  overflow-x: hidden !important;
}

.loaderContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.loader {
  height: 10rem;
  width: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loaderContainer.fade-out {
  opacity: 0;
}

body.no-scroll {
  overflow: hidden;
}

.chatboxContainer {
  position: absolute;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1000000;
}

.chatboxContainer a {
  height: 6rem;
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chatboxContainer a img {
  height: 100%;
  width: 100%;
}

a.cahtboxDarkContainer {
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
  justify-content: center;
}

@media (min-width: 996px) {
  .services-cards-container .mainCardWrapper {
    width: 30rem !important;
    max-width: 30rem !important;
  }
  .services-cards-container .bottom-cards {
    justify-content: unset !important;
  }
  .banner-container .wrapper {
    position: relative;
    z-index: 5 !important;
  }
  .banner-container .wrapper .bannerHeading {
    display: flex;
    align-items: center !important;
    gap: 1rem;
  }
  .banner-container .wrapper .bannerHeading h1 {
    margin: 0;
    padding: 0;
  }
  .banner-container .wrapper .bannerHeading img {
    height: 4rem;
    width: 4rem;
  }
  .banner-container .wrapper .main-description {
    margin-top: 2rem;
  }
  .banner-container .bannerGeodetic {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  .banner-container .bannerGeodetic img {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .banner-container .heading {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .banner-container .heading img {
    height: 3rem;
    width: 3rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: -1rem;
  }
  .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    margin-top: -2rem;
    z-index: -1;
  }
  .geodetic-container {
    margin-top: 5rem;
  }
  .geodetic-container .wrapper {
    width: 90%;
    max-width: 1210px;
    margin: auto;
  }
  .geodetic-container .wrapper .main-heading {
    font-family: "Satoshi-Bold";
    font-size: 2rem;
  }
  .geodetic-container .wrapper .geodetic-banner-container {
    display: flex;
    justify-content: space-between;
  }
  .geodetic-container .wrapper .geodetic-banner-container .description {
    width: 45%;
  }
  .geodetic-container .wrapper .geodetic-banner-container .options-container {
    margin-top: 2rem;
    display: flex;
    align-items: start;
    gap: 2rem;
  }
  .geodetic-container .wrapper .geodetic-banner-container .options-container p {
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
  }
  .geodetic-container .wrapper .geodetic-banner-container .manual-download {
    margin-top: 2rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.9rem;
    background: #008000;
    color: #fff;
    text-decoration: none;
    display: flex;
    height: 2rem;
    padding: 0 0.8rem;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-family: "Satoshi-Bold";
  }
  .services-cards-container {
    margin-top: 5rem;
  }
  .services-cards-container .top-cards, .services-cards-container .bottom-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 2rem;
  }
  .services-cards-container .top-cards div, .services-cards-container .bottom-cards div {
    border: 1.2px solid #dedede;
    border-radius: 10px;
    background: #fff;
    padding: 1rem;
  }
  .services-cards-container .top-cards div .heading, .services-cards-container .bottom-cards div .heading {
    font-family: "Satoshi-Bold";
    font-size: 1rem;
    margin: 0;
    padding: 0;
  }
  .services-cards-container .top-cards div .description, .services-cards-container .bottom-cards div .description {
    margin-top: 1rem;
    font-size: 0.9rem;
  }
  .services-cards-container .disclaimer {
    background: #E1F4E9;
    display: flex;
    align-items: center;
    border-radius: 4px;
    width: -moz-fit-content;
    width: fit-content;
    height: 3.2rem;
    gap: 0.5rem;
    padding: 0 1rem;
  }
  .services-cards-container .disclaimer p {
    font-family: "Satoshi-Bold";
    font-size: 0.8rem;
    width: 20rem;
    color: #1a1a1a;
  }
  .slider-container {
    height: auto;
    margin-top: 3rem;
  }
  .geodetic-main-container {
    margin-top: 5rem;
    background: #f7f7f7;
  }
  .geodetic-main-container .wrapper {
    width: 1210px;
    margin: auto;
    padding: 3rem 0;
  }
  .geodetic-main-container .wrapper .main-heading {
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
    font-size: 2rem;
    text-transform: capitalize;
  }
  .geodetic-main-container .wrapper .main-description {
    width: 50%;
    color: #1a1a1a;
    font-size: 0.9rem;
    font-family: "Satoshi-Medium";
  }
  .geodetic-main-container .services-cards-wrapper {
    margin-top: 2rem;
  }
  .geodetic-main-container .services-cards-wrapper .heading {
    font-size: 1.1rem;
    font-family: "Satoshi-Medium";
    padding: 0;
    margin: 0;
  }
  .geodetic-main-container .services-cards-wrapper .cards-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
  }
  .geodetic-main-container .services-cards-wrapper .cards-wrapper .cards-component {
    border: 1.2px solid #dedede;
    border-radius: 4px;
    padding: 0.5rem;
    width: 25rem;
    height: 12rem;
  }
  .geodetic-main-container .services-cards-wrapper .cards-wrapper .cards-component p {
    font-size: 0.9rem;
  }
  .geodetic-main-container .services-cards-wrapper .cards-wrapper .heading {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .geodetic-main-container .services-cards-wrapper .cards-wrapper .heading h2 {
    font-size: 1rem;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
    padding: 0;
    margin: 0;
  }
  .geodesy-btn {
    margin-top: 2rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.9rem;
    background: #008000;
    color: #fff;
    text-decoration: none;
    display: flex;
    height: 2rem;
    padding: 0 0.8rem;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-family: "Satoshi-Bold";
    text-transform: capitalize;
  }
  .survey-control-wrapper {
    background: #f7f7f7;
    padding: 3rem 0;
  }
  .survey-control-wrapper .main-container {
    width: 1210px;
    margin: auto;
  }
  .survey-control-wrapper .main-container .survey-record-container > div {
    width: 50%;
  }
  .survey-control-wrapper .main-container .survey-record-container .content-wrapper {
    width: 50%;
  }
  .survey-control-wrapper .main-container .survey-record-container .content-wrapper .description {
    width: 100%;
    font-size: 0.9rem;
    font-family: "Satoshi-Medium";
  }
  .survey-control-wrapper .main-container .survey-record-container .visuals-wrapper {
    width: 50%;
  }
  .survey-control-wrapper .main-container .survey-record-container, .survey-control-wrapper .main-container .cors-equipments-wrapper {
    display: flex;
  }
  .survey-control-wrapper .main-container .survey-record-container h2, .survey-control-wrapper .main-container .cors-equipments-wrapper h2 {
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
    font-size: 1.8rem;
  }
  .survey-control-wrapper .main-container .survey-record-container .description, .survey-control-wrapper .main-container .cors-equipments-wrapper .description {
    font-size: 0.9rem;
    width: 45%;
  }
  .cors-equipments-wrapper {
    margin-top: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3rem;
  }
  .cors-equipments-wrapper .content-wrapper {
    width: 50%;
  }
  .cors-equipments-wrapper .content-wrapper .description {
    width: 100% !important;
    font-size: 0.9rem;
    font-family: "Satoshi-Medium";
  }
  .cors-equipments-wrapper .visuals-wrapper {
    width: 50%;
    transform: translateX(0rem);
    height: -moz-fit-content;
    height: fit-content;
  }
  .freaquently-asked-wrapper {
    padding-top: 5rem;
    width: 1200px;
    margin: auto;
    padding-bottom: 3rem;
  }
  .freaquently-asked-wrapper .main-heading {
    color: #333 !important;
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 1.5rem;
    font-family: "Satoshi-Bold";
  }
  .freaquently-asked-wrapper .faq-container ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    margin: 0;
  }
  .freaquently-asked-wrapper .faq-container li {
    background: #fff;
    border-radius: 8px;
    border: 1.2px solid #e8e8e8 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .freaquently-asked-wrapper .faq-container .uk-open {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  }
  .freaquently-asked-wrapper .faq-container .uk-open a {
    color: #008000 !important;
    font-family: "Satoshi-Bold" !important;
    background: linear-gradient(90deg, rgba(0, 128, 0, 0.05) 0%, transparent 100%);
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    border: none !important;
    font-size: 0.95rem;
    font-family: "Satoshi-Bold";
    min-height: unset !important;
    height: auto;
    color: #333;
    text-decoration: none;
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-title .faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
    flex-shrink: 0;
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-title .faq-icon img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-title::before {
    order: 1;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23666' stroke-width='1.5' points='5 7.5 10 12.5 15 7.5'/%3E%3C/svg%3E");
  }
  .freaquently-asked-wrapper .faq-container .uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23008000' stroke-width='1.5' points='5 12.5 10 7.5 15 12.5'/%3E%3C/svg%3E");
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-content {
    padding: 0 1rem 1rem 1rem;
    margin: 0;
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-content p {
    color: #555;
    line-height: 1.6;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    font-family: "Satoshi-Regular";
  }
  .geodetic-main-wrapper {
    display: flex;
  }
  .geodetic-main-wrapper .description {
    width: 50%;
    font-size: 0.9rem;
    font-family: "Satoshi-Medium";
  }
  .geodetic-main-wrapper .main-image {
    width: 50%;
    -o-object-fit: contain;
       object-fit: contain;
    height: 15rem;
    scale: 1.1;
    margin-top: -3rem;
  }
  .options-container > div {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .options-container > div div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .options-container > div div p {
    font-size: 0.9rem;
  }
  .equipment-wrapper {
    margin-top: 2rem;
  }
  .breadcrumb {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: -2rem;
  }
  .breadcrumb a {
    color: #f7f7f7;
    opacity: 0.8;
    font-family: "Satoshi-Medium";
  }
  .banner-container {
    height: 25rem;
    position: relative;
  }
  .banner-container .wrapper {
    width: 1210px;
    margin: auto;
    padding: 3rem 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .banner-container .main-heading {
    font-family: "Satoshi-Bold";
    color: #fff;
  }
  .banner-container .main-description {
    width: 60%;
    color: #fff;
    opacity: 0.9;
  }
  .services-card-container {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: auto;
    margin-top: 1rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .services-card-container div {
    height: 10rem;
    width: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .services-card-container .icon-container {
    background: blue;
    width: 90%;
    margin-top: 0.5rem;
  }
  .services-card-container p {
    color: #fff;
    font-family: "Satoshi-Bold";
  }
  .survey-record-container {
    display: flex;
    align-items: center;
  }
  .mainHeadingGeodetic {
    /* background-color: red; */
    /* font-family: 'Satoshi-Bold' !important; */
    font-size: unset !important;
    font-size: 2rem !important;
  }
  .headingContainer {
    /* background: red; */
    height: -moz-fit-content;
    height: fit-content;
  }
  .content-wrapper h2 {
    font-size: unset !important;
    font-size: 1.5rem !important;
    color: #1a1a1a !important;
    font-family: "Satoshi-Medium" !important;
  }
  .headingContainer h1 {
    font-family: "Satoshi-Bold";
    font-size: 2rem;
    margin-top: 1rem;
    color: #1a1a1a !important;
    margin: 0;
    padding: 0;
  }
  .services-cards-container li {
    font-size: 0.9rem;
    margin-top: 0px !important;
  }
  .services-cards-container ul {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }
  .geodetic-main-wrapper {
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-direction: column; */
  }
  .geodetic-heading {
    transform: translateY(3.5rem);
  }
  .geodetic-main-wrapper img {
    margin-right: -8rem;
  }
  .options-container {
    /* background-color: red; */
    display: flex;
    width: 70%;
    margin-top: -2rem !important;
    justify-content: space-between;
  }
  .faq-item {
    /* background-color: yellow !important; */
    height: 5.5rem !important;
    display: flex;
    /* width: 45rem !important; */
    justify-content: space-between !important;
    gap: 1rem !important;
  }
  .faq-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7 !important;
    height: unset !important;
    width: unset !important;
    height: 2rem !important;
    width: 2rem !important;
    border-radius: 4px;
  }
  .faq-contents-wrapper {
    display: flex;
    gap: 1rem;
  }
  .faq-content-container {
    /* background: blue; */
    width: 35rem;
  }
  .banner-container {
    /* background-color: red; */
    min-height: 60vh;
    /* height: 50vh; */
    position: relative;
  }
  .banner-container .bannerGeodetic {
    position: absolute;
    /* z-index: 10; */
    height: 140%;
    min-width: 120vw;
    top: -5rem;
    left: -5rem;
  }
  .banner-container .bannerGeodetic img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .slider-container {
    min-height: 80vh !important;
  }
  .slider-container .sliderWrapperMain {
    height: 80vh !important;
    /* background-color: red; */
  }
  .sliderWrapperMain img {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  li.uk-width-3-4.uk-active {
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    list-style: outside none none;
    max-width: 100%;
    padding: 0px 0px 0px 40px;
    position: relative;
    height: 80vh;
  }
}
@media (min-width: 350px) and (max-width: 968px) {
  .mainWrapperContainer {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .mainWrapperContainer .geodetic-container {
    width: 90%;
    margin-inline: auto;
    margin-top: -2rem;
  }
  .mainWrapperContainer .geodetic-container .options-container {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .mainWrapperContainer .geodetic-container .options-container > div {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }
  .mainWrapperContainer .geodetic-container .options-container > div > div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .mainWrapperContainer .geodetic-container .options-container > div > div img {
    min-height: 0.9rem;
    min-width: 0.9rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainWrapperContainer .geodetic-container .options-container p {
    padding: 0;
    margin: 0;
    font-size: 0.85rem;
    color: #333;
    font-family: "Satoshi-Medium";
  }
  .mainWrapperContainer .geodetic-container .geodetic-banner-container .geodetic-heading {
    font-size: 1.5rem;
    font-family: "Satoshi-Bold";
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    color: #1a1a1a;
  }
  .mainWrapperContainer .geodetic-container .geodetic-banner-container .description {
    font-size: 0.85rem;
    font-family: "Satoshi-Medium";
    color: #333;
    width: 95%;
    text-align: center;
  }
  .mainWrapperContainer .services-cards-container {
    margin-top: 2rem;
    width: 100%;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .mainWrapperContainer .services-cards-container > div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .mainWrapperContainer .services-cards-container > div ul {
    padding: 0;
  }
  .mainWrapperContainer .services-cards-container > div li {
    font-size: 0.85rem;
    color: #333;
    font-family: "Satoshi-Medium";
  }
  .mainWrapperContainer .services-cards-container .mainCardWrapper {
    border: 1.2px solid #dedede;
    background-color: #f7f7f7;
    width: 100%;
    margin-inline: auto;
    padding: 1.5rem 1rem;
    border-radius: 4px;
  }
  .mainWrapperContainer .services-cards-container .mainCardWrapper .heading {
    font-size: 1rem;
    color: #1a1a1a;
    font-family: "Satoshi-Bold";
  }
  .mainWrapperContainer .slider-container {
    margin-top: 2rem;
  }
  .mainWrapperContainer .survey-control-wrapper {
    margin-top: 2rem;
  }
  .mainWrapperContainer .survey-control-wrapper .main-container {
    width: 90%;
    margin-inline: auto;
  }
  .mainWrapperContainer .survey-control-wrapper .main-container .content-wrapper .mainHeadingGeodetic {
    font-size: 1.5rem;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .mainWrapperContainer .survey-control-wrapper .main-container .content-wrapper .description {
    font-size: 0.85rem;
    color: #333;
    font-family: "Satoshi-Medium";
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .mainWrapperContainer .headingContainer {
    margin-top: 2rem;
  }
  .mainWrapperContainer .headingContainer h1 {
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
    text-align: center;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
  }
  .mainWrapperContainer .cors-equipments-wrapper {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .mainWrapperContainer .cors-equipments-wrapper .content-wrapper {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .mainWrapperContainer .cors-equipments-wrapper .content-wrapper .cors-wrapper {
    border: 1.2px solid #dedede;
    background-color: #f7f7f7;
    padding: 1rem;
    border-radius: 4px;
  }
  .mainWrapperContainer .cors-equipments-wrapper .content-wrapper .heading {
    font-size: 1.2rem;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
    margin-top: 1rem;
    width: 90%;
    text-transform: capitalize;
    text-align: center;
    margin-inline: auto;
  }
  .mainWrapperContainer .cors-equipments-wrapper .content-wrapper .description {
    font-size: 0.85rem;
    color: #333;
    font-family: "Satoshi-Medium";
  }
  .mainWrapperContainer .cors-equipments-wrapper .visuals-wrapper {
    width: 100%;
    height: 25rem;
    display: flex;
    justify-content: center;
  }
  .mainWrapperContainer .cors-equipments-wrapper .visuals-wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mainWrapperContainer .faq-container {
    margin-top: 3rem;
  }
  .mainWrapperContainer .faq-container .main-heading {
    font-family: "Satoshi-Bold";
    font-size: 1.5rem;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 1rem;
  }
  .mainWrapperContainer .faq-container .faq-contents-wrapper {
    width: 90%;
    margin-inline: auto;
  }
  .mainWrapperContainer .faq-container .faq-contents-wrapper .left-side, .mainWrapperContainer .faq-container .faq-contents-wrapper .right-side {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem !important;
  }
  .mainWrapperContainer .faq-container .faq-contents-wrapper .faq-item {
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    flex-direction: column;
    padding: 1rem;
    border-radius: 10px;
  }
  .mainWrapperContainer .faq-container .faq-contents-wrapper .faq-item .icon-container {
    display: flex;
    height: 2rem;
    width: 2rem;
    padding: 0.3rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f7f7f7;
  }
  .mainWrapperContainer .faq-container .faq-contents-wrapper .faq-item .icon-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainWrapperContainer .faq-container .faq-contents-wrapper .faq-item .heading {
    font-family: "Satoshi-Bold";
    font-size: 1.2rem;
    color: #1a1a1a;
    margin-top: 1rem;
    padding: 0;
  }
  .mainWrapperContainer .faq-container .faq-contents-wrapper .faq-item p {
    font-family: "Satoshi-Medium";
    font-size: 0.85rem;
    width: 90%;
    color: #333;
    margin-top: 0.5rem;
    padding: 0;
  }
  .mainWrapperContainer .main-container .bannerGeodetic {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
  }
  .mainWrapperContainer .main-container .bannerGeodetic img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainWrapperContainer .main-container .banner-container {
    height: 65dvh;
    width: 100%;
    position: relative;
    top: -4rem;
    left: 0;
  }
  .mainWrapperContainer .main-container .banner-container .content-container {
    position: relative;
    z-index: 2;
    top: 10rem;
    width: 90%;
    margin: auto;
  }
  .mainWrapperContainer .main-container .banner-container .content-container .breadcrumb {
    display: none;
  }
  .mainWrapperContainer .main-container .banner-container .content-container .main-description {
    font-size: 0.85rem;
    font-family: "Satoshi-Medium";
    color: #fff;
    text-align: center;
    margin-top: 1rem;
  }
  .mainWrapperContainer .main-container .banner-container .bannerHeading {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
  }
  .mainWrapperContainer .main-container .banner-container .bannerHeading .main-heading {
    font-size: 2.5rem;
    font-family: "Satoshi-Bold";
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .mainWrapperContainer .main-container .banner-container .bannerHeading img {
    height: 2rem;
    width: 2rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .freaquently-asked-wrapper {
    margin-top: 3rem;
    padding: 0 1rem;
    padding-bottom: 2rem;
  }
  .freaquently-asked-wrapper .main-heading {
    color: #333 !important;
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 1.5rem;
    font-family: "Satoshi-Bold";
  }
  .freaquently-asked-wrapper .faq-container ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    margin: 0;
  }
  .freaquently-asked-wrapper .faq-container li {
    background: #fff;
    border-radius: 8px;
    border: 1.2px solid #e8e8e8 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .freaquently-asked-wrapper .faq-container .uk-open {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  }
  .freaquently-asked-wrapper .faq-container .uk-open a {
    color: #008000 !important;
    font-family: "Satoshi-Bold" !important;
    background: linear-gradient(90deg, rgba(0, 128, 0, 0.05) 0%, transparent 100%);
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    border: none !important;
    font-size: 0.9rem;
    font-family: "Satoshi-Bold";
    min-height: unset !important;
    height: auto;
    color: #333;
    text-decoration: none;
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-title .faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.2rem;
    width: 1.2rem;
    flex-shrink: 0;
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-title .faq-icon img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-title::before {
    order: 1;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23666' stroke-width='1.5' points='5 7.5 10 12.5 15 7.5'/%3E%3C/svg%3E");
  }
  .freaquently-asked-wrapper .faq-container .uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23008000' stroke-width='1.5' points='5 12.5 10 7.5 15 12.5'/%3E%3C/svg%3E");
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-content {
    padding: 0 1rem 1rem 1rem;
    margin: 0;
  }
  .freaquently-asked-wrapper .faq-container .uk-accordion-content p {
    color: #555;
    line-height: 1.6;
    font-size: 0.85rem;
    margin-top: 0.5rem;
    font-family: "Satoshi-Regular";
  }
}
.premium-footer {
  margin-top: 5rem;
  font-family: "Satoshi-Medium", sans-serif;
  position: relative;
}
.premium-footer .footer-main {
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.premium-footer .footer-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(0, 128, 0, 0.03) 1px, transparent 0);
  background-size: 32px 32px;
  pointer-events: none;
}
.premium-footer .footer-container {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  padding: 4.5rem 0 3.5rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.1fr;
  gap: 3rem;
  position: relative;
  z-index: 1;
}
.premium-footer .footer-section {
  display: flex;
  flex-direction: column;
}
.premium-footer .footer-brand-section {
  padding-right: 2rem;
}
.premium-footer .footer-brand-section .footer-logo-link {
  display: inline-block;
  transition: transform 0.3s ease;
}
.premium-footer .footer-brand-section .footer-logo-link:hover {
  transform: translateY(-2px);
}
.premium-footer .footer-brand-section .footer-logo-img {
  height: 4.5rem;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}
.premium-footer .footer-brand-section .footer-brand-tagline {
  margin-top: 1rem;
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 1.1rem;
  color: #1a1a1a;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.premium-footer .footer-brand-section .footer-brand-desc {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #5a5a5a;
  line-height: 1.7;
  max-width: 280px;
}
.premium-footer .footer-brand-section .footer-social {
  margin-top: 1.75rem;
  display: flex;
  gap: 0.75rem;
}
.premium-footer .footer-brand-section .footer-social .social-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.premium-footer .footer-brand-section .footer-social .social-link:hover {
  background: #008000;
  border-color: #008000;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 128, 0, 0.25);
}
.premium-footer .footer-heading {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 0.8rem;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.premium-footer .footer-heading .heading-icon {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #008000, #00a000);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 128, 0, 0.2);
}
.premium-footer .footer-heading .heading-icon i {
  font-size: 0.75rem;
  color: #fff;
}
.premium-footer .footer-office-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 1.25rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.premium-footer .footer-office-card:hover {
  border-color: rgba(0, 128, 0, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 128, 0, 0.1);
}
.premium-footer .footer-office-card .office-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-family: "Satoshi-Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #008000;
  background: rgba(0, 128, 0, 0.08);
  padding: 0.3rem 0.7rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.premium-footer .footer-address {
  font-style: normal;
}
.premium-footer .footer-address .address-line {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  font-size: 0.85rem;
  color: #5a5a5a;
  line-height: 1.6;
}
.premium-footer .footer-address .address-line i {
  color: #008000;
  font-size: 0.85rem;
  margin-top: 0.15rem;
  min-width: 14px;
}
.premium-footer .footer-address .address-line span {
  flex: 1;
}
.premium-footer .footer-address .address-line.phone-line span {
  color: #1a1a1a;
  font-family: "Satoshi-Bold", sans-serif;
}
.premium-footer .footer-address .address-line:last-child {
  margin-bottom: 0;
}
.premium-footer .footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.premium-footer .footer-links-list li {
  margin-bottom: 0.5rem;
}
.premium-footer .footer-links-list li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #5a5a5a;
  text-decoration: none;
  padding: 0.5rem 0;
  transition: all 0.25s ease;
  border-radius: 4px;
}
.premium-footer .footer-links-list li a i {
  font-size: 0.6rem;
  color: #008000;
  transition: transform 0.25s ease;
}
.premium-footer .footer-links-list li a:hover {
  color: #008000;
  padding-left: 0.5rem;
}
.premium-footer .footer-links-list li a:hover i {
  transform: translateX(4px);
}
.premium-footer .footer-payments-section {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e8e8e8;
}
.premium-footer .footer-payments-section .payments-label {
  display: block;
  font-size: 0.7rem;
  font-family: "Satoshi-Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888;
  margin-bottom: 0.75rem;
}
.premium-footer .footer-payments-section .payment-methods {
  display: flex;
  gap: 0.6rem;
}
.premium-footer .footer-payments-section .payment-icon {
  width: 44px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.premium-footer .footer-payments-section .payment-icon i {
  font-size: 1.1rem;
  color: #666;
}
.premium-footer .footer-payments-section .payment-icon:hover {
  border-color: #008000;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 128, 0, 0.15);
}
.premium-footer .footer-payments-section .payment-icon:hover i {
  color: #008000;
}
.premium-footer .footer-bottom {
  background: #1a1a1a;
}
.premium-footer .footer-bottom .footer-bottom-container {
  max-width: 1280px;
  width: 92%;
  margin: 0 auto;
  padding: 1.25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.premium-footer .footer-bottom .footer-bottom-left .copyright {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.premium-footer .footer-bottom .footer-bottom-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.premium-footer .footer-bottom .footer-bottom-nav a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.25s ease;
  position: relative;
}
.premium-footer .footer-bottom .footer-bottom-nav a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #00a000;
  transition: width 0.25s ease;
}
.premium-footer .footer-bottom .footer-bottom-nav a:hover {
  color: #ffffff;
}
.premium-footer .footer-bottom .footer-bottom-nav a:hover::after {
  width: 100%;
}

@media (max-width: 1024px) {
  .premium-footer {
    margin-top: 4rem;
  }
  .premium-footer .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 2rem;
    padding: 3.5rem 0 3rem;
  }
  .premium-footer .footer-brand-section {
    grid-column: 1/-1;
    padding-right: 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .premium-footer .footer-brand-section .footer-brand-tagline {
    flex: 1;
    min-width: 200px;
    margin-top: 0;
    align-self: center;
  }
  .premium-footer .footer-brand-section .footer-brand-desc {
    flex-basis: 100%;
    max-width: 500px;
    margin-top: 0;
  }
  .premium-footer .footer-brand-section .footer-social {
    margin-top: 0;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .premium-footer {
    margin-top: 3rem;
  }
  .premium-footer .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
    padding: 3rem 0 2.5rem;
    width: 90%;
  }
  .premium-footer .footer-brand-section {
    flex-direction: column;
    align-items: flex-start;
  }
  .premium-footer .footer-brand-section .footer-brand-tagline {
    margin-top: 1rem;
  }
  .premium-footer .footer-brand-section .footer-social {
    margin-left: 0;
    margin-top: 1.25rem;
  }
  .premium-footer .footer-heading {
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
  }
  .premium-footer .footer-heading .heading-icon {
    width: 26px;
    height: 26px;
  }
  .premium-footer .footer-bottom .footer-bottom-container {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    padding: 1.25rem 0;
  }
  .premium-footer .footer-bottom .footer-bottom-nav {
    gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  .premium-footer {
    margin-top: 2.5rem;
  }
  .premium-footer .footer-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 2.5rem 0 2rem;
  }
  .premium-footer .footer-brand-section {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    text-align: center;
    align-items: center;
    padding: 0 1rem;
    gap: 0;
  }
  .premium-footer .footer-brand-section .footer-logo-img {
    height: 3.5rem;
  }
  .premium-footer .footer-brand-section .footer-brand-tagline {
    text-align: center;
    font-size: 1.05rem;
    margin-top: 1rem;
    flex: none;
    min-width: unset;
  }
  .premium-footer .footer-brand-section .footer-brand-desc {
    text-align: center;
    max-width: 320px;
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
  .premium-footer .footer-brand-section .footer-social {
    justify-content: center;
    margin-top: 1.5rem;
    margin-left: 0;
  }
  .premium-footer .footer-brand-section .footer-social .social-link {
    width: 44px;
    height: 44px;
  }
  .premium-footer .footer-section {
    align-items: center;
    text-align: center;
  }
  .premium-footer .footer-heading {
    justify-content: center;
  }
  .premium-footer .footer-office-card {
    width: 100%;
    max-width: 100%;
  }
  .premium-footer .footer-address .address-line {
    justify-content: flex-start;
    text-align: left;
  }
  .premium-footer .footer-links-list li a {
    justify-content: center;
  }
  .premium-footer .footer-links-list li a:hover {
    padding-left: 0;
  }
  .premium-footer .footer-payments-section {
    text-align: center;
  }
  .premium-footer .footer-payments-section .payment-methods {
    justify-content: center;
  }
  .premium-footer .footer-bottom .footer-bottom-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.5rem;
  }
}/*# sourceMappingURL=geodetic-services.css.map */