@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;
}
@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;
}
@media (min-width: 996px) {
  .nav-items {
    margin: 0 !important;
  }
  .freaquently-asked-wrapper {
    width: 90%;
    max-width: 1200px;
    margin-inline: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .freaquently-asked-wrapper h1.main-heading {
    color: #333 !important;
    font-size: 1.8rem !important;
    text-align: left;
    margin-bottom: 1.5rem;
    font-family: "Satoshi-Bold";
    text-transform: none !important;
  }
  .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";
  }
  .survey-records-container {
    margin-top: 3rem;
  }
  .survey-records-container .download-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    padding: 1rem;
    width: 50%;
    border-radius: 10px;
    border: 1.2px solid rgba(0, 128, 0, 0.3764705882);
    background-color: rgba(0, 128, 0, 0.1450980392);
  }
  .survey-records-container .download-wrapper h2, .survey-records-container .download-wrapper h1, .survey-records-container .download-wrapper p {
    padding: 0;
    margin: 0;
    font-family: "Satoshi-Variable";
    color: #333;
  }
  .survey-records-container .download-wrapper .heading {
    font-family: "Satoshi-Bold";
    font-size: 1.2rem;
    color: #008000;
  }
  .survey-records-container .download-wrapper p {
    font-family: "Satoshi-Medium";
    font-size: 0.9rem;
    color: #333;
    margin-top: 0.5rem;
  }
  .survey-records-container .download-wrapper h1 {
    font-family: "Satoshi-Black";
    font-size: 1.6rem;
    color: #1a1a1a;
    margin-top: 1rem;
  }
  .survey-records-container .download-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 10rem;
    padding: 0 1.5rem;
    background: #008000;
    border-radius: 4px;
    color: #fff !important;
    font-family: "Satoshi-Bold";
    font-size: 0.85rem;
    margin-top: 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  .survey-records-container .download-wrapper a:hover {
    background: #002500;
    border-radius: 10rem;
  }
  .survey-records-container .main-heading {
    font-size: 1.5rem;
    color: #1a1a1a;
  }
  .survey-records-container .main-description {
    font-size: 0.85rem;
    color: #333;
    font-family: "Satoshi-Medium";
    line-height: 1.5;
    width: 50%;
  }
  .table-container {
    width: 80%;
    margin-top: 2rem;
  }
  .table-container .wrapper {
    width: 100% !important;
  }
  .table-container .wrapper .table-row-container {
    display: flex;
    padding-left: 1rem;
    justify-content: space-between;
  }
  .table-container .wrapper .table-row-container:nth-child(1) .heading {
    font-size: 1rem;
    color: #008000 !important;
    font-family: "Satoshi-Bold";
  }
  .table-container .wrapper .table-row-container:nth-last-of-type(even) {
    background: #ececec;
  }
  .table-container .wrapper .description {
    display: flex;
    justify-content: start;
  }
  .table-container .wrapper .description p {
    font-family: "Satoshi-Medium";
    width: 90%;
    text-align: left;
  }
  .table-container .wrapper .download {
    display: flex;
    min-width: 12rem;
  }
  .table-container .wrapper .document-name {
    min-width: 12rem !important;
  }
  .table-container .mainFirst .heading {
    font-family: "Satoshi-Bold";
    font-size: 1rem;
    color: #008000 !important;
  }
  .table-container .table-row-container:last-child {
    border-bottom: none;
  }
  .table-container .table-row-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1.2px solid #dedede;
    align-items: center !important;
    padding: 1rem 0;
  }
  .table-container .table-row-container .download a {
    display: flex;
    height: 2rem;
    font-size: 0.8rem;
    color: #fff;
    background-color: #008000;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1rem;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-family: "Satoshi-Bold";
    transition: 0.3s all ease-in-out;
  }
  .table-container .table-row-container .download a:hover {
    background-color: #002500;
    border-radius: 10rem;
  }
  .table-container .table-row-container .document-name p {
    font-family: "Satoshi-Bold";
    font-size: 1rem;
    color: #1a1a1a;
  }
  .table-container .table-row-container p {
    margin: 0;
    padding: 0;
  }
  .wrapper {
    width: 1210px;
    margin: auto;
  }
  .banner-img {
    position: absolute;
    top: -4rem;
    left: 0;
    width: 100%;
    height: 120%;
    margin-top: -2rem;
    z-index: 1;
  }
  .visuals-container .top-container {
    width: 30rem;
    display: flex;
    justify-content: center;
  }
  .visuals-container .top-container img {
    margin-bottom: -4rem;
    height: 50% !important;
  }
  .visuals-container .bottom-container {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .visuals-container .bottom-container .line {
    height: 6em;
    width: 1.2px;
    background: #008000;
  }
  .banner-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    height: 60dvh;
  }
  .banner-container .content-wrapper {
    position: relative;
    z-index: 3;
  }
  .banner-container .content-wrapper .heading {
    display: flex;
    align-items: center;
    gap: 1rem !important;
  }
  .banner-container .content-wrapper .heading .logoContainer {
    height: 4rem;
    width: 4rem;
  }
  .banner-container .content-wrapper .heading .logoContainer img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-container .banner-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    z-index: 2;
  }
  .main-heading {
    font-family: "Satoshi-Bold";
  }
  h1, p {
    margin: 0;
    padding: 0;
  }
  .breadcrumb {
    width: 90%;
    max-width: 1210px;
    margin-inline: auto;
    transform: translateY(6rem);
  }
  .content-wrapper {
    width: 1210px;
    margin: auto;
    transform: translateY(-3rem);
  }
  .content-wrapper .main-heading {
    color: #fff !important;
  }
  .content-wrapper .subheading {
    margin-top: 2rem;
    color: #fff;
    width: 50%;
    line-height: 1.5;
    font-family: "Satoshi-Medium";
  }
  .land-surveying-container {
    position: relative;
    margin-top: 0rem;
    display: flex;
  }
  .land-surveying-container .wrapper {
    display: flex;
    gap: 3rem;
  }
  .land-surveying-container .wrapper .subheading {
    padding-top: 1rem;
  }
  .land-surveying-container .wrapper p {
    font-family: "Satoshi-Medium";
    font-size: 0.9rem;
    color: #1a1a1a;
  }
  .land-surveying-container .content-container {
    width: 1210px;
    margin: auto;
  }
  .land-surveying-container .content-container .main-heading {
    font-size: 1.8rem;
    color: #1a1a1a;
  }
  .use-maps-container {
    margin-top: 3rem;
  }
  .use-maps-container .main-heading {
    font-size: 1rem;
    color: #1a1a1a;
    text-transform: capitalize;
  }
  .use-maps-container .cards-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 1rem;
  }
  .use-maps-container .cards-container .top-cards-wrapper, .use-maps-container .cards-container .bottom-cards-wrapper {
    display: flex;
    gap: 2rem;
  }
  .use-maps-container .cards-container .top-cards-wrapper div, .use-maps-container .cards-container .bottom-cards-wrapper div {
    border: 1.2px solid #dedede;
    padding: 0.8rem 1rem;
    border-radius: 4px;
  }
  .use-maps-container .cards-container .top-cards-wrapper p, .use-maps-container .cards-container .bottom-cards-wrapper p {
    padding-top: 0.5rem;
    font-size: 0.9rem;
    font-family: "Satoshi-Regular";
  }
  .use-maps-container .cards-container .top-cards-wrapper .heading, .use-maps-container .cards-container .bottom-cards-wrapper .heading {
    font-size: 1rem;
    color: #1a1a1a;
  }
  .stake-cards-container {
    padding-top: 3rem;
    display: flex;
    width: 1210px;
    margin: auto;
    gap: 2rem;
  }
  .stake-cards-container .heading {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  }
  .stake-cards-container .description {
    font-size: 0.9rem;
    padding-top: 1rem;
    font-family: "Satoshi-Medium";
    color: #1a1a1a;
  }
  .stake-cards-container > div {
    border-radius: 10px;
    background: #f7f7f7;
    padding: 1rem 2rem;
  }
  .emaps-services-container {
    margin-top: 5rem;
    background: #f7f7f7;
  }
  .emaps-services-container .eMapServices {
    margin-top: 2rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .emaps-services-container .eMapServices li {
    font-size: 0.8rem;
    font-family: "Satoshi-Medium";
    color: #333;
  }
  .emaps-services-container .visuals-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .emaps-services-container .visuals-container img {
    width: 80%;
    margin-bottom: -3rem;
  }
  .emaps-services-container .wrapper {
    padding: 3rem 0;
  }
  .emaps-services-container .wrapper .side-side {
    display: flex;
  }
  .emaps-services-container .wrapper .side-side .section {
    width: 50%;
  }
  .emaps-services-container .wrapper .side-side .section .main-heading {
    font-size: 1.8rem;
    color: #1a1a1a;
  }
  .emaps-services-container .wrapper .side-side .section .description {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #1a1a1a;
    font-family: "Satoshi-Medium";
  }
  .emaps-services-container .wrapper .side-side .section .emaps-btn {
    height: 2rem;
    width: -moz-fit-content;
    width: fit-content;
    background: #008000;
    color: #fff;
    margin-top: 2rem;
    font-size: 0.9rem;
    text-decoration: none;
    display: flex;
    padding: 0 0.8rem;
    font-family: "Satoshi-Bold";
    align-items: center;
    border-radius: 4px;
  }
  .emaps-services-container .subheading {
    margin-top: 3rem;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
  }
  .emaps-services-container .services-cards-container {
    margin-top: 2rem;
    display: flex;
    gap: 2rem;
  }
  .emaps-services-container .services-cards-container .card-wrapper {
    border: 1.2px solid #dedede;
    padding: 1rem;
    border-radius: 10px;
    width: 25%;
  }
  .emaps-services-container .services-cards-container .card-wrapper h2 {
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
    font-size: 1.2rem;
  }
  .emaps-services-container .services-cards-container .heading {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .emaps-services-container .services-cards-container .heading span {
    height: 1rem;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .emaps-services-container .services-cards-container .heading span img {
    height: 100%;
    width: 100%;
  }
  .emaps-services-container .services-cards-container .description {
    font-size: 0.85rem;
    margin-top: 1rem;
    color: #333;
    font-family: "Satoshi-Medium";
  }
  .emaps-services-container .heading h2 {
    margin: 0;
    padding: 0;
  }
  .topocadastral-wrapper {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
  }
  .topocadastral-wrapper .content-wrapper .main-heading {
    font-size: 1.8rem;
    color: #1a1a1a;
    font-family: "Satoshi-Bold";
  }
  .topocadastral-wrapper .content-wrapper .description {
    padding-top: 1rem;
    font-size: 0.9rem;
    width: 70%;
    color: #1a1a1a;
    font-family: "Satoshi-Medium";
  }
  .topocadastral-wrapper .content-wrapper .point p {
    font-size: 0.9rem;
    font-family: "Satoshi-Medium";
    color: #1a1a1a;
  }
  .topocadastral-wrapper .cta-wrapper {
    margin-top: 3rem;
    width: 26rem;
    padding: 0.5rem 0;
    height: -moz-fit-content;
    height: fit-content;
    background: #fff;
    padding-bottom: 1rem;
    border-radius: 4px;
  }
  .topocadastral-wrapper .cta-wrapper .main-container {
    width: 85%;
    margin: auto;
  }
  .topocadastral-wrapper .cta-wrapper .main-container p, .topocadastral-wrapper .cta-wrapper .main-container h3 {
    margin: 0;
    padding: 0;
  }
  .topocadastral-wrapper .cta-wrapper .main-container .heading {
    padding-top: 1rem;
    color: #1a1a1a;
  }
  .topocadastral-wrapper .cta-wrapper .main-container p {
    padding-top: 1.5rem;
    font-size: 0.9rem;
    font-family: "Satoshi-Medium";
    color: #1a1a1a;
    opacity: 0.8;
  }
  .topocadastral-wrapper .cta-wrapper .main-container h3 {
    padding-top: 0.5rem;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
    font-size: 1.4rem;
  }
  .topocadastral-wrapper .cta-wrapper .main-container .buy-now {
    display: flex;
    margin-top: 1rem;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none;
    background: #008000;
    color: #fff;
    font-size: 0.9rem;
    align-items: center;
    height: 2rem;
    gap: 0.5rem;
    font-family: "Satoshi-Bold";
    padding: 0 0.8rem;
    border-radius: 4px;
  }
  .card-component {
    width: 35rem;
  }
  .card-component .heading {
    font-family: "Satoshi-Bold";
    padding: 0;
    margin: 0;
  }
  .faq-item .icon-container {
    height: 3rem !important;
    width: unset !important;
    width: 3rem !important;
    background: unset !important;
    background: #f7f7f7 !important;
    border: 1.1px solid #dedede !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .faq-item .icon-container img {
    height: 1.5rem;
    height: 1.5rem;
  }
  .faq-item .content-container {
    width: -moz-fit-content;
    width: fit-content;
  }
  .background-container {
    position: absolute;
    left: 0;
    top: -3rem;
    z-index: -2;
    height: 25rem;
    width: 40%;
  }
  .background-container img {
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 350px) and (max-width: 992px) {
  body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
  }
  .table-container .wrapper {
    width: unset !important;
  }
  .slider-container {
    margin-top: 3rem;
  }
  .use-maps-container {
    margin-top: 3rem;
  }
  .use-maps-container .wrapper {
    width: 90%;
    margin-inline: auto;
  }
  .use-maps-container .wrapper .subheading {
    color: #1a1a1a;
    font-family: "Satoshi-Bold";
    font-size: 1.2rem;
  }
  .use-maps-container .wrapper .services-cards-container {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .use-maps-container .wrapper .services-cards-container .card-wrapper {
    border: 1.2px solid #dedede;
    background-color: #f7f7f7;
    padding: 1.5rem 1rem;
  }
  .use-maps-container .wrapper .services-cards-container .card-wrapper .description {
    font-size: 0.85rem;
    font-family: "Satoshi-Medium";
    color: #333;
    text-align: unset !important;
    margin-top: 1rem;
  }
  .use-maps-container .wrapper .services-cards-container .card-wrapper .heading {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .use-maps-container .wrapper .services-cards-container .card-wrapper .heading h2 {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    color: #1a1a1a;
    font-family: "Satoshi-Bold";
  }
  .use-maps-container .wrapper .services-cards-container .card-wrapper .heading span {
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .use-maps-container .wrapper .content-container .main-heading {
    font-size: 1.5rem;
    color: #1a1a1a;
    text-transform: capitalize;
    font-family: "Satoshi-Bold";
  }
  .use-maps-container .wrapper .cards-container {
    margin-top: 2rem;
  }
  .use-maps-container .wrapper .cards-container .bottom-cards-wrapper {
    margin-top: 1rem;
  }
  .use-maps-container .wrapper .cards-container .top-cards-wrapper, .use-maps-container .wrapper .cards-container .bottom-cards-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .use-maps-container .wrapper .cards-container .top-cards-wrapper .card-component, .use-maps-container .wrapper .cards-container .bottom-cards-wrapper .card-component {
    border: 1.2px solid #dedede;
    background-color: #f7f7f7;
    padding: 1.5rem 1rem;
    border-radius: 4px;
  }
  .use-maps-container .wrapper .cards-container .top-cards-wrapper .card-component .heading, .use-maps-container .wrapper .cards-container .bottom-cards-wrapper .card-component .heading {
    font-family: "Satoshi-Bold";
    font-size: 1.2rem;
    color: #1a1a1a;
    margin: 0;
  }
  .use-maps-container .wrapper .cards-container .top-cards-wrapper .card-component p, .use-maps-container .wrapper .cards-container .bottom-cards-wrapper .card-component p {
    font-family: "Satoshi-Medium";
    color: 0.85rem;
  }
  .table-container .wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .table-container .wrapper .table-row-container .description {
    margin: unset !important;
    padding: 0 !important;
    text-align: left !important;
  }
  .table-container .wrapper .table-row-container:nth-child(1) {
    display: none;
  }
  .table-container .wrapper .table-row-container {
    background: #f7f7f7;
    border-radius: 10px;
    border-top: unset !important;
    padding: 1rem;
    border: 1.2px solid #dedede;
    border-top: 1.2px solid #dedede !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  }
  .table-container .wrapper .table-row-container .document-name p {
    font-size: 1.2rem;
    font-family: "Satoshi-Bold";
    margin-bottom: 0;
    margin-top: 0.5rem;
    padding: 0 !important;
    color: #1a1a1a;
  }
  .table-container .wrapper .table-row-container .description p {
    padding: 0 !important;
    margin-top: 0.5rem !important;
    font-size: 0.85rem;
    font-family: "Satoshi-Medium";
    color: #333;
  }
  .table-container .wrapper .table-row-container .download a {
    display: flex;
    height: 2.5rem;
    margin-top: 1rem;
    width: 100%;
    background: rgba(0, 128, 0, 0.7411764706);
    border-radius: 4px;
    color: #fff;
    font-size: 0.85rem;
    font-family: "Satoshi-Bold";
    text-decoration: none;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease-in-out;
  }
  .table-container .wrapper .table-row-container .download a:hover {
    background: #002500;
    border-radius: 10rem;
  }
  .download-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    padding: 1rem;
    border-radius: 10px;
    border: 1.2px solid rgba(0, 128, 0, 0.3764705882);
    background-color: rgba(0, 128, 0, 0.1450980392);
  }
  .download-wrapper h2, .download-wrapper h1, .download-wrapper p {
    padding: 0;
    margin: 0;
    font-family: "Satoshi-Variable";
    color: #333;
  }
  .download-wrapper .heading {
    font-family: "Satoshi-Bold";
    font-size: 1.2rem;
    color: #008000;
  }
  .download-wrapper p {
    font-family: "Satoshi-Medium";
    font-size: 0.9rem;
    color: #333;
    margin-top: 0.5rem;
  }
  .download-wrapper h1 {
    font-family: "Satoshi-Black";
    font-size: 1.6rem;
    color: #1a1a1a;
    margin-top: 1rem;
  }
  .download-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 100%;
    background: #008000;
    border-radius: 4px;
    color: #fff !important;
    font-family: "Satoshi-Bold";
    font-size: 0.85rem;
    margin-top: 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  .download-wrapper a:hover {
    background: #002500;
    border-radius: 10rem;
  }
  .main-wrapper {
    height: 100%;
    width: 100%;
  }
  .main-wrapper .banner-container {
    width: 100%;
    position: relative;
    height: 60dvh;
    z-index: 100;
  }
  .main-wrapper .banner-container .uk-breadcrumb a {
    color: #fff;
    font-family: "Satoshi-Medium";
    font-size: 1rem;
    text-decoration: none;
    opacity: 0.8;
  }
  .main-wrapper .banner-container .uk-breadcrumb a:hover {
    color: #008000;
  }
  .main-wrapper .banner-container .content-wrapper {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .main-wrapper .banner-container .content-wrapper .heading {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    gap: 1rem;
  }
  .main-wrapper .banner-container .content-wrapper .heading .logoContainer {
    display: flex;
    height: 4rem;
    width: 4rem;
  }
  .main-wrapper .banner-container .content-wrapper .heading .logoContainer img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-wrapper .banner-container .content-wrapper .heading .main-heading {
    display: flex;
    color: #fff;
    font-family: "Satoshi-Bold";
    font-size: 2rem;
    margin: 0;
    padding: 0;
  }
  .main-wrapper .banner-container .content-wrapper .subheading {
    color: #fff;
    font-family: "Satoshi-Medium";
    font-size: 0.85rem;
    margin: 0;
    margin-top: 1rem;
    padding: 0;
    text-align: center;
  }
  .main-wrapper .banner-container .banner-img {
    position: absolute;
    top: -2rem;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    width: 100%;
  }
  .land-surveying-container {
    position: relative;
    width: 100%;
    position: relative;
  }
  .land-surveying-container .content-container {
    position: relative;
    z-index: 2;
  }
  .land-surveying-container .content-container .main-heading {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-family: "Satoshi-Bold";
    font-size: 2rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
    padding: 0;
    text-align: center;
  }
  .land-surveying-container .content-container .subheading {
    margin-top: 1rem;
    font-family: "Satoshi-Medium";
    font-size: 0.85rem;
    color: #1a1a1a;
    width: 90%;
    margin-inline: auto;
    text-align: center;
  }
  .land-surveying-container .background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
  }
  .land-surveying-container .background-container img {
    height: 100%;
    width: 100%;
    z-index: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .land-surveying-container .visuals-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .land-surveying-container .visuals-container .top-container {
    height: 25rem;
    width: 80%;
    margin-inline: auto;
    z-index: 2;
    margin-top: 1rem;
  }
  .land-surveying-container .visuals-container .top-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .land-surveying-container .visuals-container .bottom-container {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-inline: auto;
    margin-top: -8rem;
  }
  .land-surveying-container .visuals-container .bottom-container p {
    font-family: "Satoshi-Medium";
    font-size: 0.85rem;
    margin: 0;
    color: #333;
    margin-left: 1.5rem;
    padding: 0;
    position: relative;
  }
  .land-surveying-container .visuals-container .bottom-container p::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1rem;
    height: 4rem;
    background-color: #008000;
    width: 1.2px;
    z-index: 1;
  }
  .points-container {
    width: 90%;
    margin-inline: auto;
    margin-top: 2rem;
  }
  .points-container .points-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .points-container .point {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .points-container .point span {
    display: flex;
    min-width: 1rem;
    min-height: 1rem;
    width: 1rem;
    height: 1rem;
  }
  .points-container .point span img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .points-container .point p {
    font-family: "Satoshi-Medium";
    font-size: 0.85rem;
    margin: 0;
    padding: 0;
  }
  .points-container .heading {
    font-family: "Satoshi-Bold";
    font-size: 1.5rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: center;
    margin-bottom: 1rem;
  }
  .points-container .subheading {
    font-family: "Satoshi-Medium";
    font-size: 0.85rem;
    color: #1a1a1a;
    width: 90%;
  }
  .emaps-services-container {
    margin-top: 3rem;
    width: 90%;
    margin-inline: auto;
  }
  .emaps-services-container .points-container .point strong {
    font-size: 0.85rem;
    color: #1A1A1A;
    font-family: "Satoshi-Bold";
  }
  .emaps-services-container .main-heading {
    font-size: 1.5rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    color: #1a1a1a;
    font-family: "Satoshi-Bold";
    text-align: center;
    margin-bottom: 1rem;
  }
  .emaps-services-container .description {
    font-family: "Satoshi-Medium";
    font-size: 0.85rem;
    color: #333;
    text-align: center;
    margin-top: 1rem;
  }
  .emaps-services-container .eMapServices {
    margin-top: 1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .emaps-services-container .eMapServices li {
    font-size: 0.8rem;
    color: #1a1a1a;
    font-family: "Satoshi-Medium";
  }
  .emaps-services-container .emaps-btn {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 2rem;
    height: 2.5rem;
    background: #008000;
    color: #fff;
    text-decoration: none;
    color: #fff;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    font-family: "Satoshi-Bold";
    border-radius: 4px;
    justify-content: center;
    margin-inline: auto;
  }
  .emaps-services-container .visuals-container {
    display: flex;
    width: 90%;
    margin-inline: auto;
    height: 20rem;
    margin-top: 2rem;
  }
  .emaps-services-container .visuals-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ecadastre-container {
    margin-top: -3.5rem;
  }
  .ecadastre-container .topContainerWrapper {
    width: 90%;
    margin-inline: auto;
  }
  .ecadastre-container .topContainerWrapper .cadastreHeading {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-family: "Satoshi-Bold";
  }
  .ecadastre-container .topContainerWrapper .cadastreHeading .main-heading {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-family: "Satoshi-Bold";
    gap: 0.5rem;
  }
  .ecadastre-container .topContainerWrapper .cadastreHeading span {
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ecadastre-container .topContainerWrapper .cadastreHeading span img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ecadastre-container .topContainerWrapper .description {
    font-family: "Satoshi-Medium";
    font-size: 0.85rem;
    color: #1a1a1a;
    text-align: center;
  }
  .sliderBottom {
    width: 90%;
    margin-inline: auto;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .sliderBottom > div {
    width: 100%;
  }
  .sliderBottom > div .heading {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.5rem;
    margin-inline: auto;
    align-items: center;
  }
  .sliderBottom > div .heading span {
    display: flex;
    height: 1rem;
    width: 1rem;
    align-items: center;
    justify-content: center;
  }
  .sliderBottom > div .heading .main-heading {
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    font-family: "Satoshi-Bold";
  }
  .sliderBottom > div .description {
    font-size: 0.85rem;
    font-family: "Satoshi-Medium";
    color: #1a1a1a;
    width: 90%;
    text-align: center;
    margin-inline: auto;
    margin-top: 1rem;
  }
  .launch-magazine {
    display: flex;
    height: 2.5rem;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1rem;
    margin-top: 1.5rem;
    background-color: #008000;
    color: white;
    align-items: center;
    border-radius: 4px;
    font-size: 0.8rem;
    font-family: "Satoshi-Bold";
    text-decoration: none;
    margin-inline: auto;
  }
  .ecadastre-services-container {
    background-color: #f7f7f7;
    margin-top: 3rem;
    padding-top: 1.5rem;
  }
  .ecadastre-services-container .wrapper {
    width: 90%;
    margin-inline: auto;
  }
  .ecadastre-services-container .wrapper .subheading {
    font-size: 0.85rem;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .ecadastre-services-container .wrapper #propertySearchSection {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }
  .ecadastre-services-container .wrapper #propertySearchSection .card-wrapper {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 1.5rem 1rem;
    border: 1.2px solid #dedede;
    border-radius: 10px;
  }
  .ecadastre-services-container .wrapper #propertySearchSection .card-wrapper .description {
    text-align: left;
    font-size: 0.85rem;
    font-family: "Satoshi-Medium";
    color: #333;
    width: 100%;
    margin-top: 1rem;
  }
  .ecadastre-services-container .wrapper #propertySearchSection .card-wrapper .heading {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .ecadastre-services-container .wrapper #propertySearchSection .card-wrapper .heading span {
    display: flex;
    height: 1.2rem;
    width: 1.2rem;
    justify-content: center;
    align-items: center;
  }
  .ecadastre-services-container .wrapper #propertySearchSection .card-wrapper .heading span img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ecadastre-services-container .wrapper #propertySearchSection .card-wrapper .heading h2 {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    text-transform: capitalize;
    font-family: "Satoshi-Bold";
    color: #008000;
  }
  .ecadastre-services-container .wrapper .main-heading {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: 1.5rem;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
    text-align: center;
  }
  .ecadastre-services-container .wrapper .description {
    font-size: 0.85rem;
    font-family: "Satoshi-Medium";
    color: #333;
    text-align: center;
    width: 90%;
    margin-inline: auto;
    margin-top: 1rem;
  }
  .property-search-wrapper {
    margin-top: 3rem;
    width: 100%;
  }
  .property-search-wrapper .points-container {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin: 1.5rem 0;
    position: relative;
    width: 100%;
  }
  .property-search-wrapper .points-container .point {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .property-search-wrapper .cta-wrapper {
    margin: 2rem 0;
  }
  .property-search-wrapper .cta-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1rem;
    text-transform: capitalize;
    background-color: #008000;
    margin-inline: auto;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.8rem;
    font-family: "Satoshi-Bold";
  }
  .survey-records-container {
    margin-top: 3rem;
  }
  .survey-records-container .main-description {
    font-size: 0.85rem;
    font-family: "Satoshi-Medium";
    color: #1a1a1a;
    width: 90%;
    margin-inline: auto;
    margin-top: 1rem;
    text-align: center;
  }
  .elodgments-container {
    width: 100%;
    margin-top: 3rem;
  }
  .elodgments-container .content-wrapper {
    width: 100%;
  }
  .elodgments-container .subheading {
    font-family: "Satoshi-Medium" !important;
    color: #333 !important;
    font-size: 0.8rem !important;
    margin-top: 1rem !important;
    text-align: center !important;
  }
  .elodgments-container .listedItemsWrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 1rem;
  }
  .elodgments-container .listedItemsWrapper > div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .elodgments-container .listedItemsWrapper > div span {
    min-height: 1rem;
    min-width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .elodgments-container .listedItemsWrapper > div span img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .elodgments-container .listedItemsWrapper > div p {
    font-family: "Satoshi-Medium";
    font-size: 0.9rem;
    margin: 0;
    color: #333;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
  }
  .elodgments-container .elodgments-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    background: #008000;
    color: #fff;
    font-family: "Satoshi-Bold";
    font-size: 0.85rem;
    text-decoration: none;
    width: 100%;
    margin-inline: auto;
    height: 2.5rem;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
  }
  .elodgments-container .elodgments-btn:hover {
    background: #002500;
    border-radius: 10rem;
  }
  .elodgments-container .visual-wrapper {
    margin-top: 2rem;
    height: 20rem;
    width: 100%;
  }
  .elodgments-container .visual-wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .survey-container {
    margin-top: 3rem;
  }
  .survey-container .visual-wrapper {
    margin-top: 2rem;
    height: 20rem;
    width: 100%;
  }
  .survey-container .visual-wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .survey-container .examinations-btn {
    display: flex;
    height: 2.5rem;
    width: 100%;
    background: #008000;
    color: #fff;
    font-family: "Satoshi-Bold";
    font-size: 0.85rem;
    text-decoration: none;
  }
  .survey-container .subheading {
    font-family: "Satoshi-Medium" !important;
    color: #333 !important;
    font-size: 0.8rem !important;
    margin-top: 1rem !important;
    text-align: center !important;
  }
  .survey-container .content-wrapper .points-container .listedItemsWrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .survey-container .content-wrapper .points-container .listedItemsWrapper > div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-family: "Satoshi-Medium";
    font-size: 0.85rem;
    color: #333;
  }
  .survey-container .content-wrapper .points-container .listedItemsWrapper > div strong {
    color: #1a1a1a;
  }
  .survey-container .content-wrapper .points-container .listedItemsWrapper > div span {
    display: none;
  }
  .examinations-btn {
    display: flex;
    height: 2.5rem;
    width: 100%;
    background: #008000;
    color: #fff;
    font-family: "Satoshi-Bold";
    font-size: 0.85rem;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-top: 1rem;
    transition: all 0.3s ease-in-out;
  }
  .examinations-btn:hover {
    background: #002500;
    border-radius: 10rem;
  }
  .freaquently-asked-wrapper {
    margin-top: 3rem;
    padding: 0 1rem;
  }
  .freaquently-asked-wrapper h1.main-heading {
    color: #333 !important;
    font-size: 1.5rem !important;
    text-align: left;
    margin-bottom: 1.5rem;
    font-family: "Satoshi-Bold";
    text-transform: none !important;
  }
  .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=mapping.css.map */