body {
    color: rgb(0, 0, 0);
    background-color: #fff;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}


html {
    scroll-padding-top: 80px;
    scroll-behavior: smooth;
}

@media (min-width: 769px) {
    html {
        scroll-padding-top: 150px;
    }
}

@media (min-width: 992px) {
    html {
        scroll-padding-top: 170px;
    }
}

@media (min-width: 1154px) {
    html {
        scroll-padding-top: 100px;
    }
}

.container {
    max-width: 1280px;
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: auto;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4 {
    font-family: Metrophobic, serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 26px;
    font-weight: 600;
}

h2 {
    font-size: 24px;
    font-weight: 500;
}

h3 {
    font-size: 22px;
}

@media (min-width: 600px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 28px;
    }
}

* {
    box-sizing: border-box;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    position: relative;
}

.hamburger {
    display: block;
    font-size: 30px;
    padding: 0px 10px;
    color: #303030;
    z-index: 999;
}

.menu .hamburger {
    width: 0px;
    position: absolute;
    bottom: 50px;
}

nav {
    display: flex;
    position: relative;
    width: 100%;
    top: 0px;
    flex-direction: column;
    height: fit-content;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    background: #d9e6f8;
    transition: background-color 0.3s ease 0s;
    margin-bottom: 5px;
}

nav.scrolled {
    background-color: #d9e6f7;
    box-shadow: rgb(0, 0, 0) 0px 2px 5px;
    position: fixed;
    top: 0px;
    margin: 0px;
    z-index: 999999;
    animation: 0.3s ease 0s 1 normal none running slideDown;
}

nav > div {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
    background: #d9e6f7;
    height: auto;
    padding: 5px 0px;
}

.navigation {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
}

nav .menu {
    flex-direction: column;
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: #d9e6f7;
    position: absolute;
    top: -1rem;
    left: -100%;
    z-index: 0;
    transition: all 1s ease 0s;
    place-content: center;
}

nav .menu.active {
    top: -1rem;
    left: 0px;
    right: 0px;
    padding: 0px;
    z-index: 99;
    width: 100%;
}

nav .menu li {
    margin: 0px;
    text-align: center;
    padding: 1rem 0px;
    list-style: none;
}

nav .menu li a {
    text-decoration: none;
    font-weight: 500;
    color: #303030;
}

.brand {
    width: 85%;
    text-wrap: wrap;
    z-index: 10;
    padding: 0px 10px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.brand a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.brand span {
    color: #303030;
    font-size: 25px;
    margin-left: 10px;
    font-family: Metrophobic, serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    bottom: 3px;
}

.brand img {
    width: 80px;
    height: auto;
    align-self: center;
}

.button {
    /* letter-spacing: 0.25px; */
    border: 2px solid #4183d7;
    font-size: 18px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    padding: 10px 15px;
    border-radius: 15px;
    cursor: pointer;
    background-color: #4183d7;
    color: rgb(255 255 255) !important;
    font-weight: 500;
    transition: background-position 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s, box-shadow 0.4s ease-in-out 0s;
    animation: zoomPulse 3.6s ease-in-out infinite;
    -webkit-animation: zoomPulse 3s ease-in-out infinite;
    will-change: transform;
}

@keyframes zoomPulse{
  0%, 100% { transform:  scale(1); }
  50%      { transform:  scale(1.1); }
}

@-webkit-keyframes zoomPulse{
  0%, 100% { transform:  scale(1); }
  50%      { transform:  scale(1.1); }
}

.button:active {
    scale: 0.92;
}

.button:hover {
    background: #fff;
    color: #4183D7 !important;
    border-color: #fff;
    
}

.button-1 {
    font-size: 18px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-weight: 600;

    letter-spacing: 0.25px;
}

.button-1:hover, .button-1:active {
    text-decoration: underline;
}

.button-2 {
    /* background-color: transparent; */
    /* border-width: 3px; */
    /* border-top-style: solid; */
    /* border-right-style: solid; */
    /* border-bottom-style: solid; */
    /* border-top-color: #303030; */
    /* border-right-color: #303030; */
    /* border-bottom-color: #303030; */
    /* border-image: initial; */
    padding: 12px;
    /* font-size: 18px; */
    border-radius: 15px;
    /* border-left-style: initial; */
    /* border-left-color: initial; */
    display: inline-block;
    /* font-family: Poppins, Arial, Helvetica, sans-serif; */
    /* font-weight: 600; */
    /* font-style: normal; */
    color: #303030 !important;
    border: solid 3px #303030;
    animation: zoomPulse 3.6s ease-in-out infinite;
    -webkit-animation: zoomPulse 3s ease-in-out infinite;
    will-change: transform;
}

.button-2:hover, .button-2:active {
    background-color: #303030;
    border-color: #303030;
    color: rgb(255, 255, 255) !important;
    text-shadow: 0 0 5px #000;
}

nav .menu.active .button-2, nav .menu.active .button-1 {
    border: 3px solid #303030;
    border-radius: 15px;
    padding: 12px;
}

nav .menu li:nth-of-type(7) {
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .slider-section {
        max-width: 1280px;
        width: 90% !important;
    }

    .button-2 {
        border-radius: 15px;
        border-left: 3px solid #303030;
    }
}

@media (min-width: 992px) {
    .hamburger {
        display: none;
    }

    nav {
        height: 150px;
    }

    nav > div {
        justify-content: center;
    }

    nav .menu {
        height: auto;
        background-color: transparent;
        flex-direction: row;
        justify-content: space-around;
        top: initial;
        left: initial;
        position: relative;
        width: auto;
        align-items: center;
        padding: 0px;
        margin: 5px 0px;
    }

    nav .menu li {
        margin: 0px 10px;
        padding: 0px;
    }

    nav .menu li a {
        color: #303030;
    }

    .brand {
        width: 100%;
        justify-content: center;
    }

    .brand a {
        justify-content: center;
    }

    .slider-section {
        /* padding-top: 4vw; */
        height: calc(-181px + 100vh) !important;
    }

    .slider-content {
        bottom: 40px;
        width: 70% !important;
    }

    nav .menu li:nth-of-type(7) {
        margin-bottom: 0px;
    }

    nav .menu .button-1 {
        border: 3px solid #4183d7;
        border-radius: 15px;
        padding: 12px;
        background: #4183d7;
        color: rgb(255, 255, 255) !important;
    }

    nav .menu .button-1:hover {
        background: #fff;
        border-color: #fff;
        text-decoration: none;
        color: #4183d7 !important;
    }
}

@media (min-width: 1154px) {
    nav {
        height: 90px;
    }

    nav > div {
        flex-direction: row;
        justify-content: space-between;
        max-width: 1280px;
        width: 100%;
    }

    .navigation {
        width: auto;
    }

    nav .menu {
        width: auto;
    }
}

.slider-section {
    position: relative;
    width: 100%;
    height: 120vh;
    align-items: center;
    display: flex;
    z-index: 0;
    flex-direction: column;
    border-radius: 25px;
    justify-content: space-around;
}

.slider-section img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: 65% center;
    border-radius: 25px;
    top: 0px;
}
.hero-badegs{
    position:absolute;
    top:0;
    background: #0d1b2a;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index: 2;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    align-items: center;
    height: 20%;
}

.hero-badegs p{
    color:#fff;
    display: flex;
    align-items: center;
}

.slider-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #303030f7 40%, #30303080 100%);
    z-index: 1;
    border-radius: 25px;
}





.decoration-circle {
    position: absolute;
    background-color: #d9e6f7;
    width: 190px;
    height: 190px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    bottom: -70px;
    right: 59px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: Metrophobic, serif;
    font-weight: 400;
    font-style: normal;
    z-index: 1;
}

.decoration-circle::before {
    content: "";
    top: 100px;
    left: -20px;
    width: 20px;
    height: 20px;
    border-radius: 0px 0px 30px;
    border-bottom: 10px solid #d9e6f7;
    border-right: 10px solid #d9e6f7;
    position: absolute;
}

.decoration-circle::after {
    content: "";
    top: 100px;
    right: -20px;
    width: 20px;
    height: 20px;
    border-radius: 0px 0px 0px 30px;
    border-bottom: 10px solid #d9e6f7;
    border-left: 10px solid #d9e6f7;
    position: absolute;
}

.button-title {
    font-size: 20px;
    color: #303030;
}

.button-subtitle {
    font-size: 20px;
    color: #303030;
}

.top-decoration-element {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    width: 85%;
    flex-direction: column;
    height: 70%;
}

.slider-content {
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: left;
}

.slider-text {
    color: white;
    /* text-shadow: rgb(0, 0, 0) 0px 0px 5px; */
}

.slider-text h1 {
    margin-top: 0px;
}

.slider-text a {
    color: #fff;
    text-decoration: underline;
}
/* 
.slider-text a:hover {
    color: #4183D7;
} */

.slider-text p {
    margin-bottom: 40px;
}
.slider-text .button {
    text-decoration: none;
    padding: 12px;
}

.email-form-hero{
    background:#fff;
    padding:20px;
    z-index: 3;
    border-radius: 20px;
    width: 400px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.email-form-hero h3{
    text-align:center;
}

.scroll-down-section {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: 20px;
}

.scroll-down img {
    height: 80px;
    transform: rotate(0deg);
    animation: 1.5s ease 0s infinite normal none running scroll-down-btn;
}

@-webkit-keyframes scroll-down-btn {
    0% {
        transform: rotate(0deg) translate(0px, 0px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: rotate(0deg) translate(0px, 20px);
        opacity: 0;
    }
}

@keyframes scroll-down-btn {
    0% {
        transform: rotate(0deg) translate(0px, 0px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: rotate(0deg) translate(0px, 20px);
        opacity: 0;
    }
}

@media (min-width: 600px) {
    .scroll-down-section {
        max-width: 1280px;
        width: calc(-260px + 90vw);
        padding: 20px 30px;
        margin: 0px;
        left: 5vw;
    }
}

@media (min-width: 1460px) {
    .scroll-down-section {
        left: 11vw;
        width: calc(-438px + 90vw);
    }
}

@media (min-width: 1700px) {
    .scroll-down-section {
        left: auto;
    }
}

.badges-container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
    padding-bottom: 50px;
    align-items: center;
    width: 100%;
}

.badge-holder {
    background: rgb(245, 245, 245);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 160px;
    padding: 15px 5px 22px;
    margin: 10px 5px 30px;
    border-radius: 15px;
    position: relative;
    text-shadow: rgba(0, 0, 0, 0.04) 0px 15px 15px;
    font-family: Nunito, sans-serif;
    border: 1px solid rgb(255, 255, 255);
}

.badge-holder:hover {
    box-shadow: rgba(252, 255, 252, 0.6) 0px 0px 8px 0px;
}

p.badge-content {
    color: rgb(0, 0, 0);
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.badge-holder img {
    width: 50%;
    padding-bottom: 5px;
}

.badge-title {
    background: #303030;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border-radius: 15px;
}

.badge-title span {
    font-size: 17px;
}

.about-section {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 50px 0px;
}

.about-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    max-width: 1280px;
}

#about {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* About image card (rounded photo + bottom-right cut-out + positioned button) */
.about-card{
  position: relative;
  width: 100%;
  isolation: isolate;          /* keeps z-index tidy */
}

.about-media{
  position: relative;
  border-radius: 28px;         /* big rounded corners */
  overflow: hidden;
  /* box-shadow: 0 10px 30px rgba(0,0,0,.08); */
  height: 100%;
}

.about-media img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Bottom-right concave “cut-out” overlay */
.about-card::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 170px;
  height: 84px;
  background: #ffffff;         /* match your page background if not white */
  border-top-right-radius: 30px; /* tweak to adjust the curve */
  z-index: 2;                  /* above image, below button */
  pointer-events: none;
}

/* show the SVG notch */
.about-media::after{
  content: "";
  position: absolute;
  left: -5px;                 /* anchor bottom-right */
  bottom: 83px;
  width: 40px;             /* notch size — adjust */
  height: 40px;
  background: url("../img/cutcorner.svg") no-repeat right bottom / 100% 100%;
  z-index: 2;               /* above image */
  pointer-events: none;
  transform: rotate(90deg);
}

.about-media::before{
  content: "";
  position: absolute;
  left: 165px;                 /* anchor bottom-right */
  bottom: -2px;
  width: 40px;             /* notch size — adjust */
  height: 40px;
  background: url("../img/cutcorner.svg") no-repeat right bottom / 100% 100%;
  z-index: 2;               /* above image */
  pointer-events: none;
  transform: rotate(90deg);
}

/* Position your existing button (visual styles come from your own .btn) */
.about-card .button{
  position: absolute;
  left: 9px;
  bottom: 2px;
  z-index: 3;
  padding: 15px;
}

/* Responsive tweak */
@media (max-width: 600px){
  .about-media{ border-radius: 22px; }
 
  .about-card .cta-quote{
    right: 16px;
    bottom: 16px;
  }
}


.about-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #fff;
    border-radius: 25px;
}

.about-content h2 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
}

:root{
    --card-bg: #d9e6f8;   /* pale slate like screenshot */
    --text: #0b1b3a;      /* deep navy */
    --muted: #8a93a8;
    --accent: #4183d7;    /* bright blue when active */
    --radius: 22px;
    --icon-size: 64px;
    --gutter-x: 28px;
    --gap: 18px;
  }

  .feat-accordion{ display:grid; gap:28px; }

  .feat{
    background: var(--card-bg);
    border-radius: var(--radius);
    box-shadow: 0 1px 0 rgba(16,24,40,.02);
    overflow:hidden;
  }

  .feat-toggle{
    all:unset;
    display:flex; align-items:center; justify-content:space-between;
    width:100%; cursor:pointer;
    padding: 24px var(--gutter-x);
  }
  .feat-toggle:focus-visible{ outline: 3px solid rgba(16,98,255,.35); border-radius: calc(var(--radius) - 4px); }

  .feat-left{ display:flex; align-items:center; gap: var(--gap); }
  .feat-icon{
    width: var(--icon-size);
    height: var(--icon-size);
    border-radius: 50%;
    display:grid;
    place-items:center;
    background: #303030;
    color: #ffffff;
    transition: background .2s ease, color .2s ease, transform .2s ease;
  }

  .feat-title{
    color: var(--text);
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -.2px;
    line-height: 1.1;
  }

  .feat-arrow svg{
    transform: rotate(0deg);
    transition: transform .2s ease, opacity .2s ease;
    opacity:.9;
  }

  /* Expanded state */
  .feat.open .feat-icon{ background: var(--accent); color:#fff; }
  .feat.open .feat-arrow svg{ transform: rotate(90deg); }

  /* Body */
  .feat-content{
    padding: 0 var(--gutter-x) 22px calc(var(--gutter-x) + var(--icon-size) + var(--gap));
    color:#22304f;
    line-height:1.6;
    font-size: 18px;
  }
/* 1) Make each card full width of its container */
.feat-accordion{
  display: grid;
  grid-template-columns: minmax(0, 1fr); /* stretch */
  width: 100%;
}
.feat{
  width: 100%;
  /* overflow: hidden;  <-- remove or comment out */
  overflow: visible;     /* allow arrow to be fully visible */
}

/* 2) Ensure the arrow sits inside the card */
.feat-toggle{
  width: 100%;
  box-sizing: border-box;
  padding-right: calc(var(--gutter-x) + 12px); /* a bit more room on the right */
}
.feat-arrow{
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}
.feat-arrow svg{ width: 22px; height: 22px; }
  /* Mobile tweaks */
  @media (max-width: 520px){
    :root{--icon-size: 56px;--gutter-x: 20px;}
    .feat-title{ font-size: 20px; }
  }

@media (min-width: 992px) {
    #about {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }

    .about-img {
        width: 49%;
        padding-top: 0px;
        min-height: 100%;
    }

    .about-img img {
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .about-content {
        width: 49%;
        align-items: flex-start;
    }
    .about-content h2 {
        text-align: left;
    }
}

/* ===== Services (cleaned) ===== */

/* ===== CUSTOM SERVICES SLIDER (no Swiper) ===== */
#services {
  padding: 48px 0;
  overflow: hidden;
}

#services .services-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

#services .srvHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

#services .srvTitle {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  margin: 0;
  color: #0e1b2a;
}

#services .services-nav {
  display: flex;
  gap: 10px;
}

#services .nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d9e6f8;
  background: #d9e6f8;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  transform: none;
}
#services .nav-btn:hover {
  background: #f5f5f5;
}

.slider-window {
  overflow: hidden;
  padding-bottom: 30px;
}

.slider-track {
  display: flex;
  transition: transform 0.4s ease;
}

.srvElement {
  flex: 0 0 350px;
  margin-right: 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: fit-content;
}

.srvElementImg img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.srvElementHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  font-weight: bold;
}

.srvToggle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border:none;
  background: #d9e6f8;
  cursor: pointer;
  font-size: 20px;      /* the +/– symbol */
  font-weight: bold;
  line-height: 1px;       /* no vertical stretching */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  position: relative;
  z-index: 2;
  margin-left: 10px;
}
.srvToggle:before{
   content:'';
   width: 25px;
   height: 25px;
   border-radius: 50%;
   border: 5px solid #d9e6f8;
   background: none;
   display: block;
   position: absolute;
   z-index: 0;
}
.srvElementContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 12px;
}

.srvElement.is-open .srvElementContent {
  max-height: 400px; /* enough space for text */
  padding-bottom: 12px;
}

.services-text{
    display: grid;
    justify-content: center;
    text-align: center;
    justify-items: center;
}
.services-text .button{
    max-width:150px;
}
.services-text p{
    margin-right:20px;
    font-size: 23px;
}

.area-served-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 0px;
}

.area-served-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1280px;
    flex-direction: column;
}

.features-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
    padding: 50px 0px;
    max-width: 1280px;
    margin: auto;
    background: linear-gradient(0deg, #303030 20%, #30303087);
    border-radius: 30px;
}

.features-section > div {
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    max-width: 1280px;
}

.features-content-1{
    position:relative;
    background: transparent;
    display: flex;
    flex-direction: column-reverse;
}

.features-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: transparent;
    border-radius: 25px;
    padding: 15px;
    color: #fff;
}
.features-content  h2{
    font-size: 40px;
    margin: 10px 0;
    font-weight: 800;
}
.features-content ul {
    padding-left: 20px;
}

.features-content li {
    text-align: justify;
}

.features-content li strong {
    color: rgb(255 255 255);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.7em;
}


.g-card{
  display:block;
  max-width:640px;
  margin:0;
  padding:16px 18px;
  background: #ffffff00;
  /* border:1px solid rgba(0,0,0,.08); */
  border-radius:16px;
  text-decoration:none;
  color: #ffffff;
  font:16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  /* box-shadow:0 2px 8px rgba(0,0,0,.04); */
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  text-align: center;
}
.g-card:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 20px rgba(0,0,0,.10);
  border-color:rgba(0,0,0,.12);
}

.g-card img{
    position: relative !important;
    z-index: 1 !important;
    width: 200px !important;
    height: auto !important;
    border-radius: 0 !important;
}

/* Lines */
.g-line{margin:2px 0}
.g-rating-line{display:flex;align-items:center;gap:8px;font-weight:700;justify-content: center;}
.g-score{font-weight:800}
.g-stars{letter-spacing:2px; /* brand: change if you want */
  color:#f5a623; /* star color (try #cfa767 to match your palette) */ }
.g-count{color: #ffffff;font-weight:700}
.g-years{color: #ffffff;}

/* Quote */
.g-quote-row{display:flex;align-items:flex-start;gap:10px;margin-top:8px}
.g-avatar{width:22px;height:22px;border-radius:50%;background:#e8f0fe;
  display:inline-grid;place-items:center;flex:0 0 22px}
.g-quote{margin:0;font-style:italic;color: #ffffff;}

/* Small screens */
@media (max-width:480px){
  .g-card{padding:14px 16px;border-radius:14px}
}

.features-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 25px;
    padding: 15px;
    min-height: 335px;
}

.features-section img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    border-radius: 25px;
    z-index: -1;
}



@media (min-width: 992px) {
    .features-content-1 {
        flex-direction: row;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }

    .features-content {
        width: 49%;
        align-items: flex-start;
    }

    .features-img {
        width: 49%;
        margin: 0px;
        min-width: 407px;
        min-height: 390px;
    }

 
}

.email-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background: #fff;
    border-radius: 25px;
    padding: 0 20px;
}

@media (min-width: 981px) {
    .top-decoration-element{
        flex-direction:row;
    }
    .email-form {
        align-items: flex-end;
    }

    .g-card{
        text-align:left;
    }
    .g-rating-line{
        justify-content:flex-start
    }
}

.email-form > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.contact-form {
    z-index: 2;
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.email-form h3 {
    text-align: center;
    /* color: rgb(255, 255, 255); */
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    /* text-shadow: rgb(0, 0, 0) 0px 0px 5px; */
    font-weight: 600;
    font-size: clamp(28px, 4vw, 40px);
}

.contact-form .form-row {
    margin-bottom: 15px;
    width: 100%;
}

.contact-form .form-row.submit-btn {
    width: auto;
    text-align: center;
}

.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form input[type="message"] {
    width: 100%;
    padding: 10px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: rgb(0 0 0 / 24%) 0px 0px 5px;
}

.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus, .contact-form input[type="email"]:focus, .contact-form input[type="message"]:focus {
    outline: none;
    border-color: #303030;
}



@media (min-width: 768px) {

    .hero-badegs{
        flex-direction: row;
        height: auto;
    }
    .top-decoration-element{
        height: 80%;
    }
   
}

@media (min-width: 870px) {
    
}

@media screen and (min-width: 992px) {
   
}

@media (min-width: 1300px) {
   
}
.decoration-section {
  background: #4183d7; /* same blue background */
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
.decoration-title{
    width:100%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-size: clamp(28px, 4vw, 40px);
    font-family: Metrophobic, serif;
}
.decoration-gallery {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
}

.decoration-item {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  transition: flex 0.5s ease, transform 0.5s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.decoration-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

/* Default: first image larger */
.decoration-item:first-child {
  flex: 2;
}

/* On hover: shrink all except hovered */
.decoration-gallery:hover .decoration-item {
  flex: 1;
}

/* Enlarge hovered items, but exclude the first one */
.decoration-gallery:hover .decoration-item:not(:first-child):hover {
  flex: 2;
}

.decoration-gallery:hover .decoration-item:not(:first-child):hover img {
  transform: scale(1.05);
}

/* Mobile/touch support */
@media (hover: none) {
  .decoration-item:active {
    flex: 2 !important;
  }
  .decoration-item:active img {
    transform: scale(1.05);
  }
}


.gallery-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0px 0px 20px;
    color: rgb(0, 0, 0);
    text-align: center;
}

.gallery-section {
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.lp-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    margin: 0px auto;
}

.lp-gallery a {
    width: 40vw;
    height: 40vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 5px;
}

.lp-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 25px;
}

.lightboxOverlay, .lightbox {
    z-index: 999999 !important;
}

@media (min-width: 981px) {
    .lp-gallery a {
        width: calc(31.6667vw);
        max-width: 300px;
        height: calc(31.6667vw);
        max-height: 300px;
    }
    .about-card{
    width:50%;
    height: 100%;
}
}



.testimonials-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* background: #d9e6f7; */
}

.testi-content.swiper-wrapper {
    margin-top: 30px;
}

.testimonial {
    position: relative;
    width: 90%;
    padding-top: 40px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
}
.testimonial h2{
    font-weight:800;
}
.testimonial .image {
    height: 150px;
    width: 150px;
    position: relative;
    object-fit: cover;
    border-radius: 25px;
    z-index: 1;
    padding: 5px;
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-image: linear-gradient(white, white), linear-gradient(#303030, #4183D7);
}

.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
}

.testimonial-content {
    background: #303030;
    border-radius: 25px;
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
    z-index: 0;
    bottom: 100px;
    height: fit-content;
    width: 100%;
}

.slide p {
    padding: 0px 60px;
    font-size: 18px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: justify;
}

.slide .quote-icon {
    font-size: 30px;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 15px;
}

.slide .details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.details .name {
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    border-right: 3px solid rgb(255, 255, 255);
    padding-right: 10px;
}

.slide .details img {
    width: 130px;
    margin-left: 10px;
}

.swiper-button-prev, .swiper-button-next {
    width: 0px !important;
    position: absolute;
  z-index: 5;
}

.swiper-button-prev::after, .swiper-button-next::after {
    color: #fff;
    /* font-size: 30px !important; */
}

.nav-btn {
    border-radius: 50%;
    transform: translateY(30px);
    transition: all 0.2s ease 0s;
}

.nav-btn::after, .nav-btn::before {
    font-size: 20px;
}



/* ===== Footer ===== */
.site-footer{
  background: #0e1b2a; /* deep navy */
  color:#e7eef7;
  margin-top: 56px;
  border-radius: 28px 28px 0 0;
}

.site-footer a{color:#e7eef7;text-decoration:none;}
.site-footer a:hover{ text-decoration:underline; }

.site-footer .footer-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 16px;
  display: flex;
  gap: 36px;
  /* grid-template-columns: 1.4fr 1fr 1fr; */
  justify-content: center;
  flex-direction: column;
}

.footer-headline{
  margin:0 0 16px;
  font-size: clamp(22px, 3.2vw, 34px);
  line-height:1.1;
  letter-spacing:-.02em;
  color:#fff;
  text-align: center;
}

/* Selling points row */
.footer-promises{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  list-style:none;
  margin:0 0 18px;
  padding:0;
  justify-content: center;
}
.footer-promises li{
  display:flex; align-items:center; gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  font-size:14px;
}
.footer-promises svg{ width:16px; height:16px; fill:#bcd5ff; }
.footer-promises span{width:16px;height:16px;fill:#bcd5ff;font-size: 16px;color: #bcd5ff;}

/* Buttons */
.footer-cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px;justify-content: center;}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px; border-radius:999px; border:1px solid rgba(255,255,255,.24);
  font-weight:600; transition:transform .12s ease, background .2s ease, border-color .2s ease;
}
.btn:hover{ transform: translateY(-1px); }
.btn-primary{ background:#4a82d8; border-color:#4a82d8; color:#fff; }
.btn-primary:hover{ background:#5c8fe0; }
.btn-ghost{ background:transparent; }

/* Info / links */
.footer-info h3, .footer-links h3{ margin:0 0 10px; font-size:16px; color:#dce8ff; }
.footer-info ul, .footer-links ul{ margin:0 0 18px; padding:0; list-style:none; }
.footer-info li+li{ margin-top:6px; }
.footer-links li+li{ margin-top:6px; }

/* Bottom strip */
.footer-bottom{
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 12px;
  text-align:center;
  padding: 14px 24px 22px;
  font-size:14px; color:#c8d7f2;
}

/* === Footer CTA (simple + centered) =============================== */
.footer-cta {
  max-width: 960px;          /* keeps it readable */
  margin: 0 auto;
  /* padding: 40px 24px 28px; */
  gap: 18px;
  place-items: center;       /* centers the first three rows */
  text-align: center;
}

/* 1) Title row */
.footer-cta .footer-title {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.12;
  font-size: clamp(28px, 4vw, 44px);
}

/* 2) Badges row — one single line */
.footer-cta .footer-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;

  /* always one line; allow gentle sideways scroll on very small screens */
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.footer-cta .footer-badges::-webkit-scrollbar { display: none; }

.footer-cta .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);   /* subtle pill */
  color: #E6EEFF;
  font: 600 14px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* 3) Buttons row — side by side */
.footer-cta .footer-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.footer-cta .btn {
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 600;
  /* line-height: 1; */
  border: 2px solid transparent;
  cursor: pointer;
}

.footer-cta .btn-primary {
  background: #4A82E5;
  border-color: #4A82E5;
  color: #fff;
}
.footer-cta .btn-primary:hover { filter: brightness(1.08); }

.footer-cta .btn-ghost {
  background: transparent;
  border-color: rgba(255,255,255,0.22);
  color: #E6EEFF;
}
.footer-cta .btn-ghost:hover {
  border-color: #4A82E5;
  color: #fff;
}

/* keep whatever you already have for the copyright row */


/* Responsive */
@media (max-width: 900px){
  .site-footer .footer-inner{ grid-template-columns: 1fr; }
  .footer-cta{/* justify-content:flex-start; */}
}


#callnowbutton {
    display: none;
}

@media screen and (max-width: 650px) {
    #callnowbutton {
        position: fixed;
        right: 10px;
        padding: 10px 20px;
        z-index: 9999999;
        cursor: pointer;
        bottom: 10px;
        background-color: rgb(129, 215, 66);
        color: rgb(255, 255, 255);
        text-decoration: none;
        border: none;
        transition: all 0.3s ease 0s;
        border-radius: 15px;
        width: fit-content;
        height: fit-content;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    #callnowbutton a img {
        height: 2em;
    }
}

#booking-engin {
    position: fixed;
    left: -1px;
    z-index: 9999999;
    cursor: pointer;
    bottom: 10px;
    background-color: rgb(12 67 88);
    transition: all 0.3s ease 0s;
    border-radius: 0 15px 15px 0;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #000;
}
#booking-engin .button-2 {
    color: #fff !important;
    border: none;
    font-weight: 500;
}