body {
    color: #000000;
    background-color: #ffffff;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.4;
}
html {
    scroll-padding-top: 20%;
    scroll-behavior: smooth;
}
.container {
    max-width: 1300px;
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a[href^="tel:"] {
  white-space: nowrap;
}
h1, h2, h3, h4 {
    font-family: Montserrat, serif;
    font-weight: 400;
    font-style: normal;
}
h1 {
    font-size: 35px;
    font-weight: 900;
}
h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
}
h2 span {
    color: #174576;
}
h3 {
    font-size: 24px;
}
@media (min-width: 600px) {
    h1 {
        font-size: 40px;
   }
    h2 {
        font-size: 30px;
   }
    h3 {
        font-size: 24px;
   }
}
@media (min-width: 992px) {
    h1 {
        font-size: 50px;
   }
    h2 {
        font-size: 36px;
   }
    h3 {
        font-size: 30px;
   }
    .slider-text p {
        font-size: 23px !important;
    }
}
* {
    box-sizing: border-box;
}
header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #e9eef100;
    position: relative;
}
.hamburger {
    display: block;
    font-size: 35px;
    padding-right: 10px;
    color: #fff;
    z-index: 999;
    transition: all 0.5s ease 0s;
}
.menu .hamburger {
    width: 0px;
    position: absolute;
    bottom: 50px;
}
nav {
    display: flex;
    position: relative;
    width: 100%;
    top: 0px;
    flex-direction: column;
    height: fit-content;
    padding: 15px 10px 0;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    /* transition: background-color 0.3s ease 0s; */
    background: #ffffff00;
    /* box-shadow: 0 0 5px 0 #000; */
}
nav.scrolled {
    background-color: #ffffff;
    box-shadow: #000000 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: #ffffff00;
    height: auto;
    max-width: 1300px;
}
.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: #174576;
    position: absolute;
    top: -1rem;
    left: -105%;
    z-index: 0;
    transition: all 0.5s ease 0s;
    place-content: center;
    align-items: center;
}
nav .menu.active {
    top: -1rem;
    left: 0px;
    right: 0px;
    padding: 0px;
    z-index: 99;
    width: 100%;
}

nav:has(.menu.active) .hamburger {
    color: #fff;
}

nav .menu.active .booking-btn {
    margin-bottom: 15px
}
nav .menu li {
    margin: 0px;
    text-align: center;
    padding: 1rem 0px;
    list-style: none;
}
nav .menu li a {
    text-decoration: none;
    color: #ffffff;
    padding: 15px 20px;
    font-size: 15px;
    transition: .3s;
    border-radius: 25px;
}
nav .menu li a:hover {
    background: #fff;
    color: #000;
}
.brand {
    width: 65%;
    text-wrap: wrap;
    z-index: 10;
    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: #000000;
    font-size: 25px;
    margin-left: 10px;
    font-family: Montserrat, serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
}
.brand img {
    height: 80px;
    align-self: center;
}



/* @media (min-width: 1166px) {
    nav {
        height: fit-content;
   }
    nav > div {
        flex-direction: row;
        justify-content: space-between;
   }
    .navigation {
        width: auto;
   }
    nav .menu {
        width: auto;
   }
    .slider-section {
        height: calc(-189px + 116vh) !important;
   }
} */
.slider-section {
    position: relative;
    width: 100%;
    height: 110vh;
    align-items: center;
    display: flex;
    z-index: 0;
    flex-direction: column;
    justify-content: flex-start;
}



.slider-section svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 10;
}

.elementor-shape-fill {
    fill: #ffffff;
}

.slider-img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center top;
    top: 0px;
    z-index: 2;
}
.gradient-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #00203c;
    opacity: 0.7;
    pointer-events: none;
    z-index: 3;
}
.slider-img-1 {
    position: absolute;
    bottom: -2px;
    right: 0px;
    z-index: 3;
    transform: rotate(360deg);
    object-fit: contain;
    object-position: center center;
    height: 20vw;
    max-height: 450px;
    min-height: 180px;
}
.top-decoration-element {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 90%;
    position: relative;
    max-width: 1100px;
    z-index: 4;
    top: 10%;
    justify-content: center;
}
.slider-content {
    position: relative;
    z-index: 3;
    text-align: center;
}
.slider-text {
    color: #ffffff;
    /* text-shadow: #000000 0px 0px 5px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slider-text h1 {
    margin: 0px;
    position: relative;
    /* filter: drop-shadow(1px 1px 6px #000); */
    line-height: 1.2;
}
.slider-text p a {
    color: #e08009;
    text-decoration: none;
    text-shadow: #000000 0px 0px 5px;
    transition: 0.2s ease-in-out;
}
.slider-text p a:hover {
    color: #fff;
}
.slider-text p {
    margin: 15px 0px 20px;
    position: relative;
    font-weight: 500;
    font-size: 20px;
}
.headers-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.headers-buttons .button {
    background: #174576;
    border: 3px solid #174576;
}

nav .button {
  display: none;
}

nav .button:hover {
    background: #e08009;
    border-color: #fff;
}

.button {
  position: relative;
  display: inline-block;
  padding: 16px 30px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  border: 3px solid #ed8729;
  color: #fff;
  text-decoration: none;
  background: #ed8729;
  border-radius: 100px;
  cursor: pointer;
  overflow: hidden;
  transition: .3s;
}
.button span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition:
    transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    color 0.3s ease;
}
.button:hover {
    background: #e08009;
    border-color: #fff;
}
/* .button:hover span {
  transform: scale(1.05) translateY(-1px);
  color: #fff;
}
@keyframes bounceIn {
  0% { transform: perspective(200px) scale(0.7) rotateX(-20deg); opacity: 0; }
  50% { transform: perspective(200px) scale(1.1) rotateX(5deg); opacity: 1; }
  100% { transform: perspective(200px) scale(1) rotateX(0); opacity: 1; }
} */

.booking-btn {
  position: relative;
  display: inline-block;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 5px #000;
  letter-spacing: 1.2px;
  color: #fff;
  text-decoration: none;
  background: #2C2C2C;
  border-radius: 16px;
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    box-shadow 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    background 0.3s ease;
  box-shadow:
    0 8px 24px #17457666,
    0 4px 12px #17457655,
    inset 0 0 10px #ffffff33;
  animation: bounceIn 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.booking-btn span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition:
    transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    color 0.3s ease;
}
.booking-btn:hover {
  transform: perspective(200px) translateY(-6px) scale(1.05) rotateX(5deg);
  background: #174576;
  box-shadow:
    0 12px 36px #17457680,
    0 6px 16px #17457666,
    inset 0 0 15px #ffffff4d;
}
.booking-btn:hover span {
  transform: scale(1.05) translateY(-1px);
  color: #fff;
}
@keyframes bounceIn {
  0% { transform: perspective(200px) scale(0.7) rotateX(-20deg); opacity: 0; }
  50% { transform: perspective(200px) scale(1.1) rotateX(5deg); opacity: 1; }
  100% { transform: perspective(200px) scale(1) rotateX(0); opacity: 1; }
}


nav .button, nav .booking-btn {
    margin: 0;
}

.headers-buttons .booking-btn {
    margin-top: 16px;
}

.scroll-down {
    position: absolute;
    /* left: 20px; */
    bottom: 20px;
    margin: 20px;
}
.scroll-down img {
    height: 80px;
    transform: rotate(0deg);
    animation: 1.5s ease 0s infinite normal none running scroll-down-btn;
    filter: drop-shadow(#000000 0px 0px 5px);
}
@-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) {
    .top-decoration-element {
        /* width: 67%; */
   }
    .headers-buttons {
        flex-direction: row;
        justify-content: flex-start;
   }
    .headers-buttons .booking-btn {
        margin-left: 20px;
        margin-top: 0;
   }
}
@media (min-width: 768px) {
    .top-decoration-element {
        top: 10%;
   }
    .slider-text p {
        margin: 20px 0px 25px;
        font-size: 18px;
   }
}
@media (min-width: 1200px) {
    .hamburger {
        display: none;
   }
    .top-decoration-element {
        top: 10%;
        /* max-width: 1300px; */
   }
    h1 {
        font-size: 60px;
    }
}
.about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 30px 0px 50px;
}
.about-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    position: relative;
    max-width: 1300px;
}
.badges-container {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    /* padding: 30px 0px; */
    align-items: stretch;
    width: 100%;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
}
.badges-container > a {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    flex-flow: wrap;
}
.badge-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    max-width: 200px;
    padding: 20px 10px;
    margin: 10px;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    justify-content: space-between;
}
.badge-holder img {
    transition: all 0.5s ease-in-out 0s;
}
.badge-holder:nth-child(2n+1) {
    background: #174576;
    color: #ffffff;
}
.badge-holder:nth-child(2n+1) img {
    filter: drop-shadow(black 0px 0px 2px);
}
.badge-holder:nth-child(2n+1)::before {
    background: url("/img/dots-pattern-2.webp") center center / cover no-repeat;
    position: absolute;
    bottom: -17px;
    left: -13px;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-bottom-left-radius: 5px;
    filter: opacity(0.5);
}
.badge-holder:nth-child(2n) {
    background: #2C2C2C;
    border: 3px solid #2C2C2C;
    color: #ffffff;
    text-shadow: #000000 0px 0px 3px;
}
.badge-holder:nth-child(2n)::before {
    background: url("/img/dots-pattern-1.webp") center center / cover no-repeat;
    position: absolute;
    top: -16px;
    right: -14px;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-bottom-left-radius: 5px;
    filter: opacity(0.5);
}
p.badge-title {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 19px;
    margin: 10px 0;
    text-align: center;
    /* min-height: 60px; */
    align-content: center;
}
p.badge-content {
    text-align: center;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    margin: 0px;
}
.badge-holder img {
    width: 30%;
    /* padding-bottom: 5px; */
    filter: drop-shadow(black 0px 0px 3px);
}
.badge-holder:hover img {
    transform: rotateY(360deg);
    transition: transform 0.5s ease-in-out 0s;
}
#about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
    width: 100%;
    position: relative;
}
.about-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.about-content .button {
    /* color: black; */
    /* background: black; */
    /* border-color: black; */
}
.subtitle {
    text-transform: capitalize;
    color: #ffffff;
    margin-top: 0px;
    background-color: #ed8729;
    padding: 7px 40px 7px 40px;
    border-radius: 10px 10px 50px 5px;
    margin-right: auto;
}
.about-content h2 {
    text-align: left;
    margin: 0px;
}
.heading-divider {
    display: inline-block;
    position: relative;
    height: 3px;
    border-radius: 30px;
    background-color: #2C2C2C;
    width: 90px;
    overflow: hidden;
    margin-top: 10px;
}
.heading-divider::after {
    content: "";
    position: absolute;
    left: 0px;
    top: -1.1px;
    height: 7px;
    width: 8px;
    background-color: #ffffff;
    animation: 5s linear 0s infinite normal none running heading-move;
}
@-webkit-keyframes heading-move {
    0% {
        transform: translateX(-1px);
   }
    50% {
        transform: translateX(85px);
   }
    100% {
        transform: translateX(-1px);
   }
}
@keyframes heading-move {
    0% {
        transform: translateX(-1px);
   }
    50% {
        transform: translateX(85px);
   }
    100% {
        transform: translateX(-1px);
   }
}
.about-content p {
    text-align: justify;
}
.area-served {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
    width: 100%;
}
.area-served li {
    width: 100%;
}
@media (min-width: 600px) {
    .area-served li {
        width: 50%;
   }
}
.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;
}
.about-images {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    width: 100%;
}
.about-img {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
}
.about-image {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    z-index: 1;
}
.about-pattern {
    object-fit: cover;
    object-position: center center;
    width: 300px;
    height: 200px;
    position: absolute;
    bottom: -26px;
    left: -21px;
    filter: opacity(0.5);
    z-index: -1;
}
@media (min-width: 500px) {
    .about-pattern {
        width: 400px;
        height: 260px;
        left: -86px;
   }
    .about-image {
        /* width: 400px; */
   }
    .about-img-bg {
        /* width: 400px; */
        /* height: 270px; */
   }
}
@media (min-width: 768px) {
    #about {
        flex-direction: row;
        justify-content: space-between;
   }
    .about-images {
        width: 46%;
   }
    .about-content {
        width: 46%;
        align-items: flex-start;
   }
    .about-content h2 {
        text-align: left;
   }
    .about-img {
        max-width: 600px;
   }
    .about-pattern {
        width: 100%;
        height: 91%;
        left: -33px;
   }
    .about-image {
        width: 100%;
   }
    .about-img-bg {
        width: 100%;
        height: 100%;
   }
}


/* Container Background */
.features-section {
     /* Light grey background to make white cards pop */
    padding: 80px 20px;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.main-title {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    margin-bottom: 50px;
}

.features-content h2 {
    
}

/* Grid Layout */
.features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
}

.features-content .button {
    margin-top: 30px;
}

/* Individual Cards */
.feature-card {
    background: white;
    padding: 40px 20px 30px;
    border-radius: 10px;
    flex: 1;
    min-width: 240px;
    max-width: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); /* Soft shadow */
    position: relative;
    margin-top: 40px; /* Space for the overlapping icon */
    transition: all 0.3s ease-in-out 0s;
}

.feature-card:hover {
    transform: translateY(-10px);
}

/* Circular Icons */
.icon-circle {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px; /* Moves icon halfway off the top of the card */
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 2px dashed #0056b3; /* Blue dashed border from image */
}

.icon-circle img {
    width: 60px;
}

/* Typography inside cards */
.feature-card h3 {
    font-size: 18px;
    color: #333;
    margin: 25px 0 0px;
    font-weight: 700;
    min-height: 76px;
    align-content: center;
}

.feature-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}




.services-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 15px;
    position: relative;
     /* Room for the SVG */
}
.services-section .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center top;
    top: 0px;
}
.services-section > div {
    width: 100%;
    max-width: 1300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.services-section .gradient-overlay {
    z-index: 0;
    position: absolute;
    max-width: none;
    background: linear-gradient(180deg, #174576a1 0%, #174576 100%);
    opacity: 1;
}
.services-section svg {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 20px; /* Adjust height for the "steepness" of the trail */
}
.side-trail {
    position: absolute;
    z-index: 1;
    max-width: 500px;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-bottom: -80px;
}
.services-section .subtitle, .features-section .subtitle {
    justify-self: center;
    border-radius: 10px 10px 50px 50px;
    margin-right: 0;
}
.srvBlockTitle {
    text-align: center;
}
.srvBlockTitle h2 {
    margin: 0px;
    color: #fff;
}
.srvBlock {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: wrap;
    position: relative;
    gap: 20px;
    margin-top: 30px;
    width: 100%;
}
.srvElement {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
    background: #fff;
    padding: 20px 10px;
    transition: all 0.3s ease-in-out 0s;
    max-width: 700px;
    border: 4px solid #ed8729;
}
.srvElementHeader h2 {
    text-align: center;
    color: #000000;
    font-family: Heebo, sans-serif;
    padding: 5px 0;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0px;
    text-shadow: none;
}
.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    position: relative;
}

.srvElementImg img {
    width: 100%;
}
.srvElementImg > div {
    background: #ed8729;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    text-align: center;
}
.srvElementImg > div img {
    padding: 12px;
}
.srvElementContent {
    text-align: justify;
    color: #000000;
}
.srvElementContent p {
    margin: 0;
}
.srvElementBody {
    position: relative;
    padding-top: 15px;
}
.srvElementHeader {
    position: relative;
    bottom: 1px;
    padding: 5px;
}
.srvElement:hover {
    transform: translateY(-10px);
    transition: all 0.5s ease-in-out 0s;
    background: #fff1e5;
}
.srvElement:hover .srvElementImg > div {
    transform: rotateY(360deg);
    transition: transform 0.5s ease-in-out 0s;
}
.services-section .button {
    margin-top: 30px;
}
@media (min-width: 768px) {
    .srvElement {
        width: 48.6%;
   }
    .srvElement:nth-child(3) {
        width: 100%;
        max-width: none;
    }
    .srvElement:last-child {
        width: 100%;
        max-width: none;
    }
    .srvElementFullWidth .srvElementImg img {
        height: 100%;
   }
    .srvElementBody {
        height: 100%;
   }
    .srvElementContent {
        height: 100%;
   }
    .srvElementFullWidth .srvElementContent {
        height: auto;
   }
    .srvElement.srvElementFullWidth {
        width: 100%;
        max-width: 1280px;
        flex-direction: row;
   }
    .srvElementFullWidth .srvElementImg {
        width: 32%;
        margin: 0px;
   }
    .srvElementFullWidth .srvElementBody {
        width: 68%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
   }
    .srvElementImg > div {
        width: 120px;
        height: 120px;
    }
}
@media screen and (min-width: 992px) {
    .slider-section svg {
        height: 100px;
    }
    .services-section svg {
        height: 100px;
    }
}
.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;
   }
}
.testimonials-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 80px 0px 0;
    position: relative;
}
.testimonials-section .subtitle {
    justify-self: center;
    border-radius: 10px 10px 50px 50px;
    margin-right: 0;
}
.testi-content.swiper-wrapper {
    margin-top: 65px;
}
#testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 3;
    /* flex-direction: column; */
}
.testimonial {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1300px;
}
.testimonial h2 {
    margin: 0px;
    text-shadow: none;
    color: #000000;
}
.testimonial .heading-divider::after {
    background: #ffffff;
}
.testimonial .image {
    height: 300px;
    width: 100%;
    position: relative;
    object-fit: cover;
    object-position: center 21%;
    border-radius: 5px;
    z-index: 1;
}
.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
    margin-bottom: -100px;
}
.testimonial-content {
    background: #174576;
    border-radius: 5px;
    padding: 0px 15px 63px;
    position: relative;
    z-index: 0;
    height: fit-content;
    max-width: 690px;
    width: 100%;
}
.testimonial-text {
    background: #2C2C2C;
    border-radius: 5px;
    position: relative;
    top: -35px;
    box-shadow: #000000 0px 0px 5px;
    transition: all 0.5s ease-in-out 0s;
}
.testimonial-content:hover .testimonial-text {
    transform: translateY(-10px);
    transition: all 0.5s ease-in-out 0s;
}
.slide p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: justify;
    margin: 0px;
    position: relative;
    padding: 20px;
}
.slide .details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
}
.details .name {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.slide .details img {
    width: 130px;
    margin-left: 10px;
    filter: drop-shadow(0px 0px 1px #000);
    border-left: 3px solid #ffffff;
    padding-left: 10px;
}
.swiper-button-next {
    right: -60px !important;
    top: -94px !important;
}
.swiper-button-prev {
    left: -60px !important;
    top: -146px !important;
}
.swiper-button-prev, .swiper-button-next {
    width: 0px !important;
    position: relative !important;
}
.swiper-button-prev::after, .swiper-button-next::after {
    color: #ffffff;
    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;
}
#contact-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    padding: 20px;
    position: relative;
    max-width: 1300px;
    flex-direction: column;
    background: #fff;
    border: 4px solid #fff;
    border-radius: 25px;
    justify-self: center;
    transition: all 0.4s ease-in-out 0s;
    margin-top: -200px;
    box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.33);
}
#contact-form:hover {
    transform: translateY(-10px);
    border-color: #ed8729;
}
.contact-form-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1300px;
    position: relative;
    z-index: 2;
}

.email-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.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: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.email-form h3 {
    text-align: center;
    color: #000000;
    margin: 20px 0;
    position: relative;
    z-index: 2;
    font-weight: 600;
}
.contact-form .form-row {
    width: 100%;
    position: relative;
    display: flex;
}
.contact-form .form-row.submit-btn {
    width: auto;
    margin: 5px 0 0;
}
.contact-form .form-row.submit-btn .button {
    background: #174576;
    border: 3px solid #174576;
}
.contact-form .form-row.submit-btn .button:hover {
    background: #ed8729;
    border: 3px solid #ed8729;
}
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
    width: 100%;
    padding: 20px 10px;
    border: 1px solid #2C2C2C;
    border-radius: 100px;
    box-sizing: border-box;
    background: #2C2C2C;
    transition: all 0.3s ease 0s;
    color: #fff;
}
.contact-form input:focus, .contact-form input:not(:placeholder-shown), .contact-form textarea:focus, .contact-form textarea:not(:placeholder-shown) {
    border-color: #000000;
    outline: 0px;
}
.contact-form textarea {
    resize: none;
}
.contact-form .form-row span {
    color: #aaaaaa;
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    padding: 0px 5px;
}

.contact-form input:focus + span, .contact-form input:not(:placeholder-shown) + span, .contact-form textarea:focus + span, .contact-form textarea:not(:placeholder-shown) + span {
    top: 0;
    color: #ffffff;
    padding: 2px 5px;
    background: #2c2c2c;
    border-radius: 25px;
    border: 2px solid #000;
    font-size: 14px;
}
.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus, .contact-form input[type="email"]:focus, .contact-form textarea:focus {
    outline: none;
    border-color: #000000;
    color: #fff;
}
@media (min-width: 500px) {
    #contact-form::after {
        top: -6%;
   }
}
@media (min-width: 981px) {
    .testimonial {
        max-width: 690px
    }
}
@media (min-width: 768px) {
    .testimonials-section {
        flex-direction: row;
        align-items: stretch;
        padding: 0;
   }
    #testimonials {
        /* width: 49%; */
        /* flex-direction: row; */
        /* justify-content: flex-end; */
        /* padding: 40px 0px; */
   }
   #contact-form > img {
    position: absolute;
   }
    #contact-form::after {
        top: -2px;
        left: -7%;
        height: 101%;
        width: 12%;
        transform: skewX(-3deg);
   }
    .contact-form .form-row {
        width: 48%
    }
}

.row .col-md-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gallery-section .subtitle {
    justify-self: center;
    border-radius: 10px 10px 50px 50px;
    margin-right: 0;
}
.gallery-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0px;
    color: #000000;
    text-align: center;
}
.gallery-section {
    padding: 80px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.lp-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 20px auto 0px;
}
.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: 5px;
}
.contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
}

.contact-section p {
    margin: 0;
}
.contact-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    background: #174576;
    padding-bottom: 15px;
}
.contact-icons > div {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    place-content: center space-around;
    position: relative;
    width: 90%;
    max-width: 1300px;
    padding: 30px 0px 50px;
}
.contact-icon {
    background: #2C2C2C;
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-block;
    z-index: 1;
    margin: 15px 20px;
    transition: all 0.5s ease-in-out 0s;
}
.contact-icon::before {
    content: "";
    position: absolute;
    inset: -10px;
    border: 3px solid #2C2C2C;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
}
.contact-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #174576;
    transform: scale(0, 0);
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    z-index: -1;
}
.contact-icon:hover::after {
    transform: scale(1, 1);
}
.contact-icon:hover::before {
    border-color: #174576;
    transition: all 0.5s ease-in-out 0s;
}
.contact-icon img {
    object-fit: contain;
    object-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 21px;
}
.contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 80px 20px;
    /* z-index: -1; */
}
.contact-content::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #174576e0 0%, #17457647 100%);
    z-index: 1;
    box-shadow: #000000 0px 0px 5px;
}
.contact-content img {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    z-index: -1;
}
.contact-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    width: 100%;
    max-width: 1300px;
    gap: 30px;
}
.contact-content-container a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: block;
}
.contact-content-container img {
    position: relative;
    top: unset;
    width: 35px;
    height: auto;
    object-fit: contain;
    object-position: center;
    z-index: -1;
    padding-right: 10px;
}
.footer-menu-holder, .footer-services-holder, .footer-contact-holder {
}
.footer-services-holder p, .footer-contact-holder p {
    width: fit-content;
}
.footer-contact-info p {
    text-align: left;
}
.contact-content span {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
}
.footer-logo-holder {
}

.contact-content-container-holder {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    gap: 30px;
}

.footer-logo-holder img {
    width: 210px;
    padding-right: 0;
}
.footer-logo-holder p {
    
}
.footer-menu-holder {
}
.footer-menu-holder a {
    font-weight: normal;
}
.contact-content .menu, .contact-content .footer-menu {
    list-style: none;
    padding: 0;
}

.contact-content .footer-menu {}

.contact-content .menu li, .contact-content .footer-menu li {
    margin: 5px 0;
}

.contact-content .footer-menu li {
    margin: 10px 0;
}

.footer-contact-container {
    display: flex;
    margin: 12px 0;
}

.footer-phone-info, .footer-contact-info {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .contact-content-container {
        flex-direction: row;
        gap: 40px;
    }
    .footer-logo-holder {
        width: 30%;
    }
}




.footer-contact-text {
    background: #174576;
    padding: 20px;
    z-index: 1;
    border-radius: 10px;
    margin-top: 30px;
    width: 100%;
    max-width: 1300px;
}
.footer-contact-text p {
    font-size: 28px;
    z-index: 1;
    position: relative;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
}
.footer-contact-text a {
    color: #ffffff;
    text-decoration: underline;
    transition: 0.2s ease-in-out;
}
.footer-contact-text a:hover {
    color: #fff;
}


footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    background: #ed8729;
    padding: 30px 0px;
    position: relative;
}
footer > div {
    display: flex;
    width: 90%;
    max-width: 1300px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
}
footer .booking-btn {
    position: fixed;
    left: 0;
    z-index: 9999999;
    bottom: 10px;
    border-radius: 0 16px 16px 0;
    border: 2px solid #ffffff;
    border-left: 0;
    background: #2C2C2C;
}

#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: #81d742;
        color: #ffffff;
        text-decoration: none;
        border: none;
        transition: all 0.3s ease 0s;
        border-radius: 5px;
        width: fit-content;
        height: fit-content;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
   }
    #callnowbutton a img {
        height: 2em;
   }
}


@media (min-width: 1200px) {
    .navigation {
        width: auto;
   }
    nav .button {
        display: block !important;
        border: 3px solid #174576;
        background: #174576;
    }
    nav .button:hover {
        display: block !important;
        background: #e08009;
        border-color: #fff;
    }

    nav .menu {
        height: auto;
        min-height: 64px;
        flex-direction: row;
        top: initial;
        left: initial;
        position: relative;
        width: auto;
        align-items: center;
        padding: 0 4px;
        border-radius: 100px;
        border: 2px solid #fff;
        background: #174576;
   }
    nav .menu li {
        margin: 0px 1px;
        padding: 0px;
   }
    .brand {
        width: 100%;
        justify-content: center;
   }
    .brand a {
        justify-content: center;
   }

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

    .srvElement, .srvElement:nth-child(3) {
         max-width: 420px;
         width: 32%;
    }

    .contact-form .form-row {
        width: 24%;
    }
}