@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.card {
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 10px;
  background: #ffffff;
}

.padding-100-y {
  padding: 100px 0px;
}
@media screen and (max-width: 1100px) {
  .padding-100-y {
    padding: 80px 0px;
  }
}
@media screen and (max-width: 991px) {
  .padding-100-y {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .padding-100-y {
    padding: 50px 0px;
  }
}

html, body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .container {
    padding: 0px 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 0px;
}

a {
  color: #124170;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Unordered List */
ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1rem;
}
ul li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #000000;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
}

/* Ordered List */
ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 1rem;
}
ol li {
  margin-bottom: 8px;
  line-height: 1.6;
  color: #333;
}
ol li::marker {
  font-weight: 700;
}

.section-text {
  color: #5e5e5e;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .section-text {
    font-size: 14px;
    line-height: 1.2;
  }
}

.bg-transparent {
  background-color: transparent !important;
}
.bg-transparent .sub-title {
  color: #000000;
}

.page-banner {
  position: relative;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
@media screen and (max-width: 576px) {
  .page-banner {
    padding: 50px 0px;
    height: inherit;
  }
}
.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 20, 40, 0.7);
  z-index: 0;
}
.page-banner .banner-content {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  text-align: center;
  height: 100vh;
}
@media screen and (max-width: 576px) {
  .page-banner .banner-content {
    height: inherit;
  }
}
.page-banner .banner-content p {
  margin-top: 0;
  margin-bottom: 10px;
}
.page-banner .banner-content p:last-child {
  margin-bottom: 0;
}
.page-banner .banner-content .page-title {
  font-size: 40px;
  font-family: "Archivo", sans-serif;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .page-banner .banner-content .page-title {
    font-size: 38px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .page-banner .banner-content .page-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .page-banner .banner-content .page-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .page-banner .banner-content .page-title {
    font-size: 28px;
  }
}
.page-banner .banner-content .page-title ~ p {
  margin-top: 0;
  text-align: center;
  max-width: 800px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 26px;
}
@media screen and (max-width: 576px) {
  .page-banner .banner-content .page-title ~ p {
    font-size: 14px;
    line-height: 1.5;
  }
}

.section-title {
  color: #000000;
  font-size: 48px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .section-title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 576px) {
  .section-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.section-title span.decorative-text {
  background: linear-gradient(180deg, #0080ff 0%, #00eeff 100%);
  background-clip: text; /* Standard property */
  -webkit-background-clip: text; /* For WebKit browsers */
  color: transparent; /* Standard way */
  -webkit-text-fill-color: transparent; /* For WebKit browsers */
}

.sub-title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .sub-title {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 576px) {
  .sub-title {
    font-size: 16px;
  }
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: 0.2s ease-in-out;
  position: relative;
  padding-right: 10px;
}
.breadcrumb a:hover {
  color: #ffffff;
}
.breadcrumb a::after {
  content: "/";
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.2;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}

.top-containt-wrap .section-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}
.top-containt-wrap .section-wrap .section-content-wrap {
  width: 50%;
}
.top-containt-wrap .section-wrap .section-image-wrap {
  width: 50%;
}
.top-containt-wrap .section-wrap .section-image-wrap picture {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.top-containt-wrap .section-wrap .section-image-wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.features-section {
  background-color: #f0feff;
  position: relative;
}
.features-section::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 250px;
  background-image: url(../images/shape4.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1280px) {
  .features-section::before {
    width: 150px;
    height: 170px;
  }
}
@media screen and (max-width: 1024px) {
  .features-section::before {
    width: 120px;
    height: 130px;
  }
}
@media screen and (max-width: 576px) {
  .features-section::before {
    width: 60px;
    height: 66px;
  }
}
.features-section .section-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .features-section .section-wrap {
    gap: 30px;
    flex-direction: column;
  }
}
.features-section .section-wrap .section-content-wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .features-section .section-wrap .section-content-wrap {
    width: 100%;
    order: 2;
  }
}
.features-section .section-wrap .section-image-wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .features-section .section-wrap .section-image-wrap {
    width: 100%;
    order: 1;
  }
}
.features-section .section-wrap .section-image-wrap picture {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.features-section .section-wrap .section-image-wrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.features-section p {
  color: #000000;
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (max-width: 576px) {
  .features-section p {
    font-size: 14px;
    line-height: 1.2;
  }
}
.features-section.bg-transparent::before {
  display: none;
}

ul.service-list-detail {
  margin-bottom: 0;
  margin-top: 5px;
  padding: 0;
}
ul.service-list-detail li {
  color: #000000;
  list-style: none;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  line-height: 26px;
}
ul.service-list-detail li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  ul.service-list-detail li {
    font-size: 14px;
    line-height: 1.2;
  }
}
ul.service-list-detail li i {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 12px;
}
@media screen and (max-width: 576px) {
  ul.service-list-detail li i {
    top: 2px;
  }
}

.bg-transparent ul.service-list-detail li:last-child {
  margin-bottom: 0;
}

.promise-cta-section {
  background-color: #001224;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.promise-cta-section img {
  content: "";
  position: absolute;
}
.promise-cta-section img.vectot-1 {
  width: 300px;
  height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.promise-cta-section img.vector-2 {
  width: 300px;
  height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.promise-cta-section img.shape-triangle-1 {
  width: 23px;
  height: 24px;
  margin: auto;
  top: 40px;
  left: 80px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .promise-cta-section img.shape-triangle-1 {
    display: none;
  }
}
.promise-cta-section img.shape-triangle-2 {
  width: 23px;
  height: 24px;
  margin: auto;
  bottom: 40px;
  right: 80px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .promise-cta-section img.shape-triangle-2 {
    display: none;
  }
}
.promise-cta-section .section-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 50px;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.promise-cta-section .section-wrap .section-image-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.promise-cta-section .section-wrap .section-image-wrap picture {
  display: block;
}
.promise-cta-section .section-wrap .section-image-wrap picture img {
  display: block;
  width: 100%;
  position: inherit;
}
@media screen and (max-width: 1024px) {
  .promise-cta-section .section-wrap .section-image-wrap picture img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.promise-cta-section .section-wrap .section-content-wrap {
  width: 100%;
}
.promise-cta-section .section-wrap .section-content-wrap .section-title {
  color: #ffffff;
}
.promise-cta-section .section-wrap p {
  max-width: 850px;
  margin: 0 auto;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  .promise-cta-section .section-wrap p {
    line-height: 1.5;
  }
}
.promise-cta-section .section-wrap p:last-child {
  margin-bottom: 0;
}

.btn-bordered {
  font-family: "Inter", sans-serif;
  border: 2px solid #6cf3fd;
  border-radius: 0.8rem;
  color: #ffffff;
  padding: 8px 24px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 16px auto 0;
  text-decoration: none;
}
.btn-bordered:hover {
  background-color: #6cf3fd;
  color: #000000;
  text-decoration: none;
}

.button-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-top: 30px;
}
.button-group .get-quote-btn {
  background: #1e8af7;
  color: #ffffff;
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  border: 2px solid #1e8af7;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.button-group .get-quote-btn:hover {
  background: #ffb600;
  border-color: #ffb600;
}
.button-group .contact-us-btn {
  background: #000000;
  color: #ffffff;
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  border: 2px solid #000000;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out; /* smooth hover effect */
  text-decoration: none;
}
.button-group .contact-us-btn:hover {
  background-color: transparent;
  color: #000000;
}

.table-section .section-content-wrap {
  text-align: center;
}

.table-container {
  max-width: 100%;
  padding: 0;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.custom-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.custom-table thead {
  background-color: #001224;
  color: #fff;
}
.custom-table thead th {
  padding: 10px;
  border: 1px solid #001224;
}
.custom-table tbody td {
  border: 1px solid #001224;
  padding: 10px;
}
.custom-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.custom-table tbody tr:hover {
  background-color: #f9f9f9;
}/*# sourceMappingURL=style.css.map */

/* new css */

      :root{
    --check-accent: #0a8a2e; /* change this to adjust green */
    --check-size: 22px;      /* icon size */
    --gap-between: 12px;
  }

  .service-list-detail{
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .service-list-detail li{
    display: flex;
    align-items: flex-start;
    gap: var(--gap-between);
    margin-bottom: 12px;
    line-height: 1.3;
  }

  /* icon container */
  .service-list-detail .icon-check {
    width: var(--check-size);
    height: var(--check-size);
    flex: 0 0 var(--check-size);
    margin-top: 3px; /* aligns icon with first line of text */
    display: inline-block;
  }

  /* If you used a white circle + green stroke like the example image */
  .icon-check circle { fill: #ffffff; stroke: var(--check-accent); stroke-width: 1.5; }
  .icon-check path   { stroke: var(--check-accent); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; fill: none; }

  /* Optional: make the strong text appear slightly bolder/closer to the text */
  .service-list-detail li strong { font-weight: 600; margin-right: 4px; }

  .section-image-shape{
    /* size control (optional) */
    max-width: 500px;   /* match your img width or remove to be fluid */
    border-radius: 16px;        /* big outer rounding */
    padding: 10px;              /* space between outer rounded bg and image */
    background: linear-gradient(180deg, #f3fbff 0%, #ffffff 100%); /* soft pale background */
    box-shadow:
      0 8px 20px rgba(9, 30, 66, 0.06),   /* soft large shadow */
      0 2px 6px rgba(9, 30, 66, 0.04);    /* subtle smaller shadow */
    overflow: hidden;           /* clip corners */
    display: inline-block;
  }

  /* the <img> itself */
  .section-image-shape img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;         /* inner rounding so image doesn't touch edges harshly */
    box-shadow: none;           /* keep shadow on wrapper, not the img */
    -webkit-font-smoothing: antialiased;
    image-rendering: auto;
  }

  /* optional: smaller radius on mobile */
  @media (max-width:480px){
    .section-image-shape{ border-radius:10px; padding:8px; }
    .section-image-shape img{ border-radius:6px; }
  }

:root{
  --nav-bg: #001224;
  --accent: #28d1ff;
  --muted: #cfefff;
  --btn-blue-start: #1e90ff;
  --btn-blue-end:   #1677d6;

  --header-height: 72px; /* used for layout; adjust if needed */
}

/* fixed header */
.sb-navbar{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background: linear-gradient(180deg,var(--nav-bg), #001026);
  border-bottom: 1px solid rgba(255,255,255,0.03);
  z-index: 1200;
  box-shadow: 0 4px 18px rgba(0,0,0,0.35);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* container */
.sb-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 5px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  position: relative; /* important: allows absolute positioning inside */
}

/* left brand */
.sb-brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  flex: 0 0 auto;
}
.sb-brand img{ width:65px; height:65px; object-fit:contain; display:block; }
.sb-brand .txt{ color:var(--accent); font-weight:700; font-size:18px; letter-spacing:0.2px; text-transform:none; }

/* center nav */
.sb-nav{ flex:1 1 auto; display:flex; justify-content:center; }
.sb-nav ul{ display:flex; gap:18px; list-style:none; margin:0; padding:0; align-items:center; }
.sb-nav a{ color:var(--muted); text-decoration:none; font-weight:500; padding:8px 6px; }
.sb-nav a:hover{ color:#fff; transform: translateY(-1px); }

/* right actions */
.sb-actions{ display:flex; align-items:center; gap:10px; flex:0 0 auto; margin-left:auto; padding-right:56px; /* leave room for the absolute toggle */ }
.sb-btn{ padding:8px 18px; border-radius:12px; font-weight:700; text-decoration:none; display:inline-block; font-size:14px; }
.sb-btn-outline{ color:#bff6ff; border:2px solid #46e2ff; background:transparent; }
.sb-btn-outline:hover{ background:#46e2ff; color:#001226; text-decoration: none; }
.sb-btn-solid{ color:#fff; background: linear-gradient(90deg,var(--btn-blue-start),var(--btn-blue-end)); border:2px solid rgba(0,0,0,0.08); }
.sb-btn-solid:hover{ opacity:0.95; transform: translateY(-1px); text-decoration: none; }

/* hamburger (now absolutely positioned to the right of the header) */
.sb-toggle{
  display:none;                    /* kept hidden on larger screens */
  background:transparent;
  border:0;
  color:var(--muted);
  font-size:20px;
  cursor:pointer;
  padding:10px;
  position: absolute;              /* absolute to the .sb-inner */
  right: 18px;                     /* flush to the right edge */
  top: 50%;
  transform: translateY(-50%);
  z-index: 1250;
  border-radius:10px;
}

/* better focus ring for accessibility */
.sb-toggle:focus{
  outline: 3px solid rgba(40, 209, 255, 0.18);
  outline-offset: 2px;
}

/* mobile menu dropdown (hidden by default) */
.sb-mobile-menu{
  display:none;
  position: fixed;
  top: var(--header-height); /* use the header height variable */
  left:0;
  right:0;
  background: linear-gradient(180deg,var(--nav-bg), #001026);
  padding: 14px 18px;
  border-top: 1px solid rgba(255,255,255,0.02);
  z-index: 1100;
  box-shadow: 0 6px 30px rgba(0,0,0,0.5);
}
.sb-mobile-menu.open{ display:block; }

.sb-mobile-menu a{
  display:block;
  color:var(--muted);
  text-decoration:none;
  padding:8px 8px;
  border-radius:8px;
  font-weight:600;
}
.sb-mobile-menu a:hover{ background: rgba(255,255,255,0.02); color:#fff; }

/* small screens: hide center nav and show hamburger */
@media (max-width: 992px){
  .sb-nav{ display:none; }           
  .sb-toggle{ display:inline-flex; }/* show hamburger */
  /* collapse action buttons spacing on small screens to avoid overlap
     you can also hide/register or convert them into icons if preferred */
  .sb-actions{ padding-right: 72px; gap:8px; }
}

/* very small */
@media (max-width:480px){
  .sb-brand .txt{ display:none; }   /* hide brand text to save space */
  .sb-inner{ padding:10px 12px; }
  .sb-btn{ padding:7px 10px; font-size:13px; border-radius:10px; }
  .sb-actions{ padding-right:78px; }
}

/* ensure page content not hidden under header */
body{
  margin:0;
  padding-top: var(--header-height); /* adjusts when header height changes */
}

/* Auth icon (user) button */
.sb-auth-toggle{
  display:none;               /* show only on small screens via media query */
  background:transparent;
  border:0;
  color:var(--muted);
  font-size:18px;
  cursor:pointer;
  padding:8px;
  position:absolute;
  right:64px;                 /* left of hamburger (hamburger is at 18px) */
  top:50%;
  transform:translateY(-50%);
  z-index:1250;
  border-radius:10px;
}
.sb-auth-toggle:focus{
  outline:3px solid rgba(40,209,255,0.18);
  outline-offset:2px;
}

/* small auth dropdown */
.sb-auth-menu{
  display:none;
  position:fixed;
  top: calc(var(--header-height) + 8px); /* just under header */
  right: 18px;                            /* align with hamburger edge */
  background: linear-gradient(180deg,var(--nav-bg), #001026);
  padding:8px;
  border-radius:10px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.45);
  z-index: 1260;
  min-width:140px;
  border: 1px solid rgba(255,255,255,0.03);
}
.sb-auth-menu.open{ display:block; }
.sb-auth-menu a{
  display:block;
  padding:8px 12px;
  text-decoration:none;
  color:var(--muted);
  font-weight:600;
  border-radius:8px;
}
.sb-auth-menu a:hover{ background: rgba(255,255,255,0.02); color:#fff }

/* show auth icon and hide full buttons on small screens */
@media (max-width: 992px){
  .sb-nav{ display:none; }
  .sb-toggle{ display:inline-flex; }

  /* hide the full text buttons to save space, show the icon instead */
  .sb-actions .sb-btn{ display:none; }
  .sb-auth-toggle{ display:inline-flex; }
  .sb-actions{ padding-right: 56px; } /* adjust space */
}

/* ensure .sb-auth-menu doesn't overlap sb-mobile-menu; higher z-index used */



/* footer css */

/* ---------- Site Footer (extracted) ---------- */
.site-footer {
  background: #001224;
  color: #fff;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

/* container */
.site-footer .container {
  max-width: 1120px; /* matches your max-w-7xl-ish width */
  margin: 0 auto;
  padding: 10px 10px; /* top/bottom and side padding */
  padding-top: 10px;
}

/* grid */
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Logo & contact block */
.site-footer .footer-logo img {
  max-width: 70%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.site-footer .footer-company {
  font-weight: 600;
  font-size: 1rem;
  margin-top: 0.25rem;
}
.site-footer .footer-address {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.9);
}

/* social icons row */
.site-footer .social-list {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.site-footer .social-list li {
  list-style: none;
}
.site-footer .social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 6px;
  background: rgba(255,255,255,0.06);
  transition: background .18s ease, transform .12s ease;
}
.site-footer .social-list a:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-2px);
}

/* footer links columns */
.site-footer .footer-column {
  text-align: center; 
}

.site-footer .footer-column h2 {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
  display: inline-block; 
  border-bottom: 2px solid rgba(255,255,255,0.08);
  padding-bottom: .35rem;
}

.site-footer .footer-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer .footer-column li {
  margin: 0.5rem 0;
}
.site-footer .footer-column a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 0.95rem;
}
.site-footer .footer-column a:hover {
  color: #a7f3d0; /* subtle hover color (can change) */
  text-decoration: underline;
}

/* bottom bar */
.site-footer .footer-bottom {
  border-top: 1px solid #6cf3fd59;
  padding: 1rem 0;
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
}

/* scroll-to-top button (footer-specific styling) */
#scrollTopBtn {
  transition: opacity 0.4s ease, transform .18s ease;
  opacity: 0;
  visibility: hidden;
}
#scrollTopBtn.visible {
  opacity: 1;
  visibility: visible;
}

/* small utility for footer icon sizes */
.site-footer .bi {
  font-size: 1.25rem;
  color: #fff;
}

/* responsive tweaks for very small screens */
@media (max-width: 420px) {
  .site-footer .footer-company { font-size: .95rem; }
  .site-footer .footer-address { font-size: .85rem; }
}
