* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Family: Aileron */
/* Regular */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Light (300) */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Light Italic */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Thin (100) */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Thin Italic */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* UltraLight (200) */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-UltraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* UltraLight Italic */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-UltraLightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* SemiBold (600) */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* SemiBold Italic */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-SemiBoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Heavy (800) */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Heavy Italic */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-HeavyItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* Black (900) */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Black Italic */
@font-face {
  font-family: "Aileron";
  src: url("../fonts/Aileron-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}


/* Family: SF Pro Display */
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-SemiboldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-HeavyItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Ultralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-UltralightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}


:root {
    --background-color: #010D01;
}
    
body {
    font-family: 'Aileron', sans-serif;
    background: var(--background-color);
    color: rgb(255 255 255 / 80%);
    font-size: 16px;
    letter-spacing: 1.3px;
    font-weight: 300;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  font-size: 14px;
  font-family: "SF Pro Display", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.text-18 {
  font-size: 17.5px;
  font-weight: 300;
}
.color-op-50 {
  color: rgb(255 255 255 / 50%);
}

.form-control:focus {
    color: inherit;
    background-color: inherit;
    border-color: #ffffff54;
    outline: 0;
    box-shadow: none;
}
::placeholder {
  color: rgb(255 255 255 / 40%) !important
}

.btn-primary {
    color: #ffffff;
    background: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, 0.0); 
    border-radius: 8px;
    letter-spacing: 1.3px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active,
.btn-primary:hover {
  background: rgba(255, 255, 255, .4);
  border-color: rgba(255, 255, 255, 0.0); 
}

.btn-secondary { 
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .15);
}

.small, small {
    font-size: 12px;
    font-family: "SF Pro Display", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}


/* ===== PAGE LOADER ===== */
#siteLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #010D01; /* use your dark green? -> #021102 */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999; 
    /* transition: opacity 0.4s ease, visibility 0.4s ease; */
}

#siteLoader.hidden {
    opacity: 0;
    visibility: hidden;
}
#siteLoader img {
    width: 50px;
}

/* ===== PAGE LOADER END ===== */


header {
    height: 70px;
    align-content: center;
    box-shadow: 0px 4px 28px 5px rgb(255 255 255 / 3%);
    backdrop-filter: blur(24px);
    background: hsl(120deg 86% 3% / 12%);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
main {
    margin-top: 70px;
    padding-top: 50px;
    min-height: calc(100vh - 606px);
}
.hero-banner {
    margin-top: -70px;
}
.header-logo,
.header-icons {
    flex: 1; 
}
.header-logo-centered {
    text-align: center; 
    flex: 0;            
}
.header-icons {
    display: flex;
    justify-content: flex-end; 
    gap: 22px;
    align-items: center;
}

.main-heading {
    font-size: 20px;
    letter-spacing: 1.4px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(102 102 102 / 30%);
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
}


.our-services .card_title {
  margin-top: 20px;  
} 


footer {
  margin-top: 100px;
  font-family: "SF Pro Display", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
footer .container> .row {
    padding-top: 55px;
    padding-bottom: 55px;
    border-top: 1px solid rgb(255 255 255 / 10%);
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
footer#bottomFooter img {
    margin-top: 15px;
}
.quick-links li a {
    letter-spacing: 2.2px;
    font-weight: 200;
}
.copyright {
    padding: 15px 20px 20px;
}
.copyright p {
    font-size: 12px;
    color: rgb(255 255 255 / 50%);
}

.copyright .quick-links li a {
    font-size: 12px;
    font-weight: 300;
    color: rgb(255 255 255 / 60%);
}




header .dropdown-toggle {
    display: block;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 26px;
    height: 26px;
    position: relative;
    z-index: 101;
}
header .hamburger {
    width: 100%;
    height: 2px;
    /* background: #fff; */
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
}
header .hamburger::before, header .hamburger::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    transition: transform 0.3s ease;
}

header .hamburger::before { top: -6px; }
header .hamburger::after { top: 6px; }

header .dropdown-toggle.show .hamburger {
    background: transparent;
}
header .dropdown-toggle.show .hamburger::before {
    transform: translateY(6px) rotate(45deg);
}
header .dropdown-toggle.show .hamburger::after {
    transform: translateY(-6px) rotate(-45deg);
}
header .dropdown-toggle::after {
  display: none;
}


.sv-row li {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
}
.sv-row li h2 {
  margin-bottom: 20px;
}
.sv-row li .sv-img {
  width: 100%;
}
.sv-row li .sv-img img {
    width: 100%;
}


/*********** Cookie! Start ***********/
#cookieBanner {
  position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100%; 
    z-index: 1055;
    display: none;
    animation: slideUp 0.5s ease;
    max-width: 360px;
    border-radius: 12px;
    border: 1px solid #ffffff17;
    text-align: center;
    padding: 20px;
    background-color: rgb(0 15 2 / 76%);
    backdrop-filter: blur(10px);
}

div#cookieBanner:before {
  /* content: ''; */
  background: url(https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 16px;
  z-index: -1;
  opacity: .04;
}

/* @keyframes slideUp {
      from {
        opacity: 0;
        transform: translate(-50%, 30px);
      }
      to {
        opacity: 1;
        transform: translate(-50%, 0);
      }
    } */

#cookieBanner h5 { 
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 18px;
}

#cookieBanner p {
  font-size: 14px;
  color: rgb(255 255 255 / 60%);
  margin-bottom: 15px;
}

#cookieBanner p a {
    color: rgb(255 255 255 / 80%);
}

.btn-cookie {
  border: none;
  border-radius: 8px;
  background: rgba(208, 211, 218, 0.4);
  color: #a7a7a7;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.3px;
  padding: 8px 20px;
  transition: all 0.3s ease;
}

.btn-accept {
    color: #ffffff;
    background: rgba(255, 255, 255, .2);
}

.btn-accept:hover {
  color: #ffffff;
    background: rgba(255, 255, 255, 35%);
}

.btn-deny {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .15);
}

.btn-deny:hover {
  background: rgba(255, 255, 255, 15%);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .15);
}

/*********** Cookie! End ***********/



/* ====== Fixed call to action Start ====== */
/* ===== WhatsApp Floating Button (Glassy + Dark) ===== */
.call-to-action-banner {
  background: rgb(1 13 1 / 50%);
  backdrop-filter: blur(42px);
  position: fixed;
  width: 100%;
  height: 58px;
  bottom: -1px;
  padding: 0 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* display: none !important; */
  box-shadow: 0px 4px 28px 5px rgb(255 255 255 / 3%);
}

.cta-btn {
    width: 100%;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 255 255 / 0.2);
    color: rgb(255 255 255 / 90%);
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: rgb(255 255 255 / 25%);
    transform: scale(1.01);
}

.cta-btn span {
  letter-spacing: 1.5px;
  font-weight: 300;
  font-size: 14px;
}

.cta-whatsapp-icon {
  width: 20px;
  margin-left: 13px;
}

/* .whatsapp-btn svg {
      width: 28px;
      height: 28px;
      fill: #25D366;
    } */

/* Hide animation */
.call-to-action-banner.hide {
  opacity: 0;
  transform: translateY(40px);
  pointer-events: none;
}

/* ====== Fixed call to action End ====== */



 /* Success Icon Style */
.success-icon {
  font-size: 35px;
  color: #28a745; /* Bootstrap success green */
  font-weight: bold;
  animation: pop 0.5s ease;
}

/* Modal Animation */
.animate-popup {
  animation: fadeUp 0.4s ease;
}

@keyframes fadeUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pop {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  70% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.form-control {
    height: 60px;
    background: rgb(255 255 255 / 2%);
    border-color: rgb(255 255 255 / 10%);
    border-radius: 16px;
    padding-left: 64px;
    color: rgb(255 255 255 / 70%);
    font-size: 14px;
    letter-spacing: 1px;
}

.form-icon {
    position: absolute;
    left: 6px;
    width: 48px;
    height: 48px;
    background: rgb(255 255 255 / 5%);
    border-radius: 13px;
    top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
textarea.form-control {
    height: 150px;
    padding-top: 18px;
}
.contact-page .btn-secondary,
.contact-page .btn-primary {
  height: 50px;
}

#thankYouModal .modal-content {
  background: rgb(1 13 1 / 30%);
  border: 1px solid rgb(255 255 255 / 20%);
  backdrop-filter: blur(4px);
}

.custom-list li {
  color: rgb(255 255 255 / 50%);
  font-size: 14px;
}