body {
    color: #000000;
    background-color: #ffffff;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.4;
}
html {
    scroll-padding-top: 20%;
    scroll-behavior: smooth;
}
.container {
    max-width: 1380px;
    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: 26px;
    font-weight: 700;
}
h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: #ffffff 0px 0px 5px;
    line-height: 1.2;
}
h2 span {
    color: #2388D9;
}
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: #e9eef1;
    position: relative;
}
.hamburger {
    display: block;
    font-size: 30px;
    padding-right: 10px;
    color: #101D37;
    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;
    padding: 10px 0px;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease 0s;
    background: #fff;
    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: #ffffff;
    height: auto;
    max-width: 1380px;
}
.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: #ffffff;
    position: absolute;
    top: -1rem;
    left: -100%;
    z-index: 0;
    transition: all 1s 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 .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;
    font-weight: 500;
    color: #000000;
}
.brand {
    width: 85%;
    text-wrap: wrap;
    z-index: 10;
    padding-left: 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: #000000;
    font-size: 25px;
    margin-left: 10px;
    font-family: Montserrat, serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
}
.brand img {
    width: 80px;
    height: auto;
    align-self: center;
}


@media (min-width: 992px) {
    .hamburger {
        display: none;
   }
    nav {
        height: fit-content;
   }
    nav > div {
        justify-content: center;
   }
    nav .menu {
        height: auto;
        flex-direction: row;
        justify-content: space-around;
        top: initial;
        left: initial;
        position: relative;
        width: auto;
        align-items: center;
        padding: 0px;
        margin: 5px 0px;
        background: transparent;
   }
    nav .menu li {
        margin: 0px 10px;
        padding: 0px;
   }
    .brand {
        width: 100%;
        justify-content: center;
   }
    .brand a {
        justify-content: center;
   }
    .slider-section {
        /* height: calc(-145px + 106vh) !important; */
   }
    nav .menu li:nth-of-type(7) {
        margin-bottom: 0px;
   }
}
@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: 100%;
    align-items: center;
    display: flex;
    z-index: 0;
    flex-direction: column;
    justify-content: flex-start;
    border-width: 20px;
    border-style: solid;
    border-color: #2388D9 #ffffff #2388D9 #2388D9;
    min-height: 400px;
    /* max-height: 700px; */
}
.slider-section::before {
    content: "";
    position: absolute;
    right: -20px;
    top: -20px;
    width: 35%;
    height: 20px;
    background-color: white;
    z-index: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 5% 0%);
}
.slider-section::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -21px;
    width: 75%;
    height: 20px;
    background-color: #ffffff;
    z-index: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 5% 0%);
}
.slider-img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 0px;
    box-shadow: #000000 0px 0px 5px;
    z-index: 2;
}
.gradient-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #101D37;
    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: 1280px;
    z-index: 4;
    top: 5px;
    justify-content: center;
    margin: 30px auto;
}
.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 {
    position: relative;
    /* filter: drop-shadow(1px 1px 6px #000); */
    line-height: 1.2 !important;
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    max-width: 900px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}
.slider-text p a {
    color: #ec8305;
    text-decoration: none;
    text-shadow: #000000 0px 0px 5px;
    transition: 0.2s ease-in-out;
}
.slider-text p a:hover {
    color: #2388D9;
}
.slider-text p {
    margin: 10px 0px;
    position: relative;
    font-weight: 500;
    font-size: 1.3rem;
    color: #f0f0f0;
    max-width: 700px;
}
.hero-services {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
    color: #fff;
    justify-content: center;
}
.hero-services strong {
    width: 100%;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ed8b15;
}
.hero-services span{
    background-color: rgba(255,255,255,0.15);
    backdrop-filter: blur(5px);
    padding: 6px 15px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.3);
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}
.hero-services span:hover{
    transform: translateY(-2px);
}
.headers-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.button {
  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: #ec8305;
  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 #ec830566,
    0 4px 12px #ec830555,
    inset 0 0 10px #ffffff33;
  animation: bounceIn 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.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 {
  transform: perspective(200px) translateY(-6px) scale(1.05) rotateX(5deg);
  background: #ec8305;
  box-shadow:
    0 12px 36px #ec830580,
    0 6px 16px #ec830566,
    inset 0 0 15px #ffffff4d;
}
.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: #101D37;
  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 #2388D966,
    0 4px 12px #2388D955,
    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: #2388D9;
  box-shadow:
    0 12px 36px #2388D980,
    0 6px 16px #2388D966,
    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: 0px 10px;
}

.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: 600px) {
    .top-decoration-element {
        /* top: 8%; */
   }
}
@media (min-width: 1200px) {
    .top-decoration-element {
        top: 15%;
        max-width: 800px;
   }
       .slider-text h1 {
        font-size: 2.2rem;
   }
}
.about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 30px 0px;
}
.about-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    position: relative;
    max-width: 1380px;
}
.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;
}
.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: calc(80% - 10px);
    max-width: 250px;
    padding: 15px 5px 22px;
    margin: 10px;
    border-radius: 5px;
    position: relative;
    text-shadow: #0000000a 0px 15px 15px;
    z-index: 0;
    box-shadow: #000000 0px 0px 5px;
}
.badge-holder img {
    transition: all 0.5s ease-in-out 0s;
}
.badge-holder:nth-child(2n+1) {
    background: #2388D9;
    color: #ffffff;
    text-shadow: #000000 0px 0px 4px;
}
.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: #101D37;
    border: 3px solid #101D37;
    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: 18px;
    margin: 5px 0;
    text-align: center;
    min-height: 55px;
    /* align-content: center; */
}
p.badge-content {
    text-align: center;
    text-transform: capitalize;
    min-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
}
.badge-holder img {
    width: 40%;
    /* 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-reverse;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
    width: 100%;
    position: relative;
}
.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.subtitle {
    text-transform: uppercase;
    color: #101D37;
    margin: 0px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 3px;
}
.about-content h2 {
    text-align: center;
    margin: 0px;
}
.heading-divider {
    display: inline-block;
    position: relative;
    height: 3px;
    border-radius: 30px;
    background-color: #101D37;
    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: 300px;
}
.about-image {
    position: relative;
    width: 300px;
    height: auto;
    border-radius: 5px;
    z-index: 1;
}
.about-img-bg {
    position: absolute;
    top: 0px;
    width: 300px;
    height: 200px;
    background: #2388D9;
    border-radius: 5px;
    z-index: 0;
    transform: rotate(13deg);
}
.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: 49%;
        align-items: flex-start;
   }
    .about-content h2 {
        text-align: left;
   }
    .about-img {
        max-width: 450px;
   }
    .about-pattern {
        width: 100%;
        height: 91%;
        left: -33px;
   }
    .about-image {
        width: 100%;
   }
    .about-img-bg {
        width: 100%;
        height: 100%;
   }
}
.features-section {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px 0px 0px;
    background: #101D37;
    z-index: 0;
    position: relative;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.features-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    position: relative;
}
.features-content > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
    z-index: 3;
    width: 90%;
    max-width: 690px;
}
.features-content .subtitle {
    color: #fff;
}
.features-content h2 span {
    color: #2388D9;
}
.features-content .heading-divider {
    background: #2388D9;
}
.features-content h2 {
    text-align: center;
    text-shadow: none;
    margin: 0px;
}
.features-content .heading-divider::after {
    background: #101D37;
}
.features-content ul {
    padding-left: 10px;
}
.features-content ul li {
    text-align: justify;
    padding-left: 5px;
    list-style: none;
}
.features-content ul li::before {
    content: '\2713';
    font-size: 18px;
}
.features-images {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.features-images::before {
    content: "";
    position: absolute;
    top: -5%;
    left: 0px;
    transform: skewY(-3deg);
    width: 100%;
    background: #101D37;
    height: 10%;
    z-index: 2;
}
.features-image {
    position: relative;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: 64% center;
}
@media (min-width: 768px) {
    .features-section {
        flex-direction: row;
        padding: 0px;
        justify-content: flex-start;
   }
    .features-content {
        width: 50%;
        align-items: center;
        padding: 30px 15px 15px;
        flex-direction: row;
        justify-content: flex-end;
   }
    .features-content h2 {
        text-align: center;
   }
    .features-images {
        width: 50%;
        display: flex;
        justify-content: flex-end;
        right: 0;
        position: absolute;
        height: 100%;
   }
    .features-images::before {
        top: 0px;
        left: -10%;
        height: 100%;
        width: 22%;
        transform: skewX(-3deg);
   }
}
.services-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 20px;
    position: relative;
}
.services-section > div {
    width: 90%;
    max-width: 1380px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.srvBlockTitle {
    text-align: center;
}
.srvBlockTitle h2 {
    margin: 0px;
}
.srvBlock {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: wrap;
    position: relative;
}
.srvElement {
    margin: 50px auto 0px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
    background: #1072c0;
    padding: 10px;
    transition: all 0.5s ease-in-out 0s;
    max-width: 500px;
}
.srvElementHeader h2 {
    text-align: center;
    color: #fff;
    font-family: Heebo, sans-serif;
    padding: 5px;
    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::before {
    content: "";
    position: absolute;
    top: -5%;
    left: -1%;
    width: 100%;
    height: 100%;
    border-bottom: 41px solid #1072c0;
    z-index: 1;
    transform: rotate(-3deg);
}
.srvElementImg img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
    object-position: center center;
    border-radius: 5px;
    position: relative;
    z-index: 0;
}
.srvElementImg > div {
    position: absolute;
    bottom: -15px;
    right: 18px;
    background: #ffffff;
    border-radius: 5px;
    width: 80px;
    height: 72px;
    z-index: 2;
    border: 2px solid #2388D9;
    transition: all 0.5s ease-in-out 0s;
}
.srvElementImg > div img {
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: contain;
}
.srvElementContent {
    text-align: justify;
    color: #fff;
    padding: 0px 20px 10px;
}
.srvElementBody {
    position: relative;
    padding-top: 40px;
}
.srvElementHeader {
    position: relative;
    bottom: 1px;
    padding: 5px;
}
.srvElement:hover {
    transform: translateY(-10px);
    transition: all 0.5s ease-in-out 0s;
}
.srvElement:hover .srvElementImg > div {
    transform: rotateY(360deg);
    transition: transform 0.5s ease-in-out 0s;
}
@media (min-width: 768px) {
    .srvElement {
        width: 48%;
        display: flex;
        flex-direction: column;
        margin: 30px 10px 0px 0px;
   }
    .srvElementImg img {
        height: 200px;
   }
    .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;
   }
}
@media screen and (min-width: 992px) {
    .srvBlock {
        justify-content: center;
   }
    .srvElement {
        width: 30%;
        display: flex;
        flex-direction: column;
        margin: 30px 10px 10px;
   }
}
.lightboxOverlay, .lightbox {
    z-index: 999999 !important;
}
.content-sections-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-content: center;
    margin: 0 0 20px;
    align-items: center;
}
.content-section {
    padding: 20px;
}
.content-section .container {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px !important;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-left: 6px solid #1072c0;
}
.content-section h2{
    font-size: 1.6rem;
    color: #101d37;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}
.content-section p{
    text-align: justify;
}
.content-section ul{
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}
.content-section li{
    position: relative;
    padding-left: 35px;
    font-size: 1.1rem;
    color: #101d37;
}
.content-section li:before{
    content: '\2713';
    position: absolute;
    left: 0;
    color: #ea8205;
    font-weight: bold;
    font-size: 1.2rem;
}
.content-section .button{
    display: inline-block;
    margin-top: 20px;
    padding: 15px 35px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s ease;
}
.content-section .button:hover{
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255,153,0,0.3)
}
section#faq {
    background-color: #101d37;
    padding: 0px 10% 20px;
    max-width: 1200px;
    margin: 15px auto 50px;
}

.faq-item {
    background-color: #fff;
    margin-bottom: 15px;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}
.faq-container h2{
    color: #fff;
    text-shadow: none;
}
summary.faq-question {
    width: 100%;
    padding: 20px 30px;
    background: none;
    text-align: left;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
    position: relative;
}
summary.faq-question h3{
    margin: 0;
    font-size: 0.9rem;
}
summary:marker {
    content: '';
}
summary:before{
    content: '+';
    position: absolute;
    inset-inline-end: 1rem;
    color: #0d60a2;
    transition: transform 0.3s ease;
}
details[open] summary:before{
    content: '-';
    transform: rotate(180deg);
}
.faq-question:hover{
    background-color: #f0f7ff;
}
.faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: #fff;
}
.faq-item:focus-within .faq-answer{
    max-height: 200px;
}
@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: 30px 0px;
    position: relative;
}
.testi-content.swiper-wrapper {
    margin-top: 65px;
}
#testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 3;
    flex-direction: column;
    position: relative;
}
.testimonial {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1380px;
}
.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: -70px; */
}
.testimonial-content {
    background: #1072c0;
    border-radius: 5px;
    padding: 0px 15px 63px;
    position: relative;
    z-index: 0;
    height: fit-content;
    max-width: 690px;
    width: 100%;
}
.testimonial-text {
    background: #101D37;
    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 2px #000);
    border-left: 3px solid #fff;
    padding-left: 10px;
}
.swiper-button-next {
    right: -40px !important;
    bottom: 10px !important;
}
.swiper-button-prev {
    left: -40px !important;
    bottom: 10px !important;
}
.swiper-button-prev, .swiper-button-next {
}
.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;
}
.testimonials-swiper-navigation {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin-top: 0px;
    position: absolute;
    bottom: 60px;
    z-index: 9999;
}
@media(min-width: 600px) {
    .testimonials-swiper-navigation {
       bottom: 20px;
    }
}
.testimonials-swiper-navigation .swiper-button-next, .testimonials-swiper-navigation .swiper-button-prev{
   border-radius: 50%;
   padding: 0px;
   position: relative;
   width: 40px !important;
   height: 40px !important;
   background: transparent;
   z-index: 9999;
}
.testimonials-swiper-navigation .swiper-button-next:after {
    content:'>';
    color:#fff;
}
.testimonials-swiper-navigation .swiper-button-prev:after{
    content:'<';
    color:#fff;
}

#contact-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0px;
    position: relative;
    min-height: 580px;
}
#contact-form::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #101D379e;
    z-index: 1;
}
#contact-form::after {
    content: "";
    position: absolute;
    top: -4%;
    left: 0px;
    transform: skewY(-3deg);
    width: 100%;
    background: #ffffff;
    height: 10%;
    z-index: 2;
}
#contact-form > img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.contact-form-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 690px;
    position: relative;
    z-index: 2;
}
.email-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    z-index: 2;
    padding: 30px 0px 20px;
}
.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: #ffffff;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    text-shadow: #000000 0px 0px 5px;
    font-weight: 600;
    filter: drop-shadow(1px 1px 6px #000);
}
.contact-form .form-row {
    margin-bottom: 25px;
    width: 100%;
    position: relative;
}
.contact-form .form-row.submit-btn {
    width: auto;
}
.contact-form .form-row.submit-btn .button {
    padding: 12.5px 30px;
    border: none;
}
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
    width: 100%;
    padding: 20px 10px 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: #000000 0px 0px 5px;
    transition: all 0.3s ease 0s;
}
.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: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    padding: 0px 5px;
}
.contact-form .form-row-textarea span {
    color: #aaaaaa;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 18%;
    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: #000;
    padding: 2px 5px;
    background: #fff;
    border-radius: 5px;
    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;
}
@media (min-width: 500px) {
    #contact-form::after {
        top: -6%;
   }
}
/* CAPTCHA */
.form-row.form-row-captcha {
    top: -7px;
}
.checkbox-captcha {
    pointer-events: auto !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #000 !important;
    box-sizing: border-box;
    transition: 0.5s;
    border: 1px solid #dddddd;
    box-shadow: #000000 0px 0px 5px;
    background: #fff;
    width: 100%;
    accent-color: #101d37 !important;
    padding: 12px 12px !important;
    border-radius: 5px;
    font-size: 14px;
    left: 0 !important;
    transform: unset !important;
}
.checkbox-captcha input[type="checkbox"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.form-note {
    background-color: rgba(255,255,255,0.1);
    padding: 12px 15px;
    border-radius: 6px;
    margin: 0 0 20px;
    text-align: left;
    border-left: 4px solid #1072c0;
}
.form-note p{
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.4;
    margin: 0;
}

.form-note strong {
    /* color: #efae16; */
}
select#service {
    width: 100%;
    height: 50px;
    padding: 0 10px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    margin-bottom: 15px;
    cursor: pointer;
}
.form-row-service span {
    margin-top: 2px;
    font-size: 13px;
}
@media (min-width: 981px) {
    .testimonial {
        max-width: 690px
    }
    .email-form {
        align-items: flex-end;
   }
}
@media (min-width: 768px) {
    .testimonials-section {
        flex-direction: row;
        align-items: stretch;
        padding: 0px;
   }
    #testimonials {
        width: 49%;
        justify-content: flex-end;
        /* padding: 30px 0px; */
   }
   #contact-form > img {
    position: absolute;
   }
    .contact-form-section {
        margin-left: 6%;
   }
    #contact-form {
        flex-direction: row;
        justify-content: flex-start;
        flex: 1 1 0%;
        width: 49%;
   }
    #contact-form::after {
        top: -2px;
        left: -7%;
        height: 101%;
        width: 12%;
        transform: skewX(-3deg);
   }
}

.row .col-md-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gallery-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0px;
    color: #000000;
    text-align: center;
}
.gallery-section {
    padding: 30px 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;
    width: 100%;
    padding: 60px 0px 0px;
}
.contact-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    background: #2388D9;
    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: 1380px;
    padding: 30px 0px 50px;
}
.contact-icon {
    background: #101D37;
    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 #101D37;
    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: #ec8305;
    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: #ec8305;
    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: 90%;
    max-width: 1380px;
    position: relative;
    padding: 20px;
    top: -50px;
    border-radius: 5px;
}
.contact-content::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #101D37a6;
    z-index: 1;
    border-radius: 5px;
    box-shadow: #000000 0px 0px 5px;
}
.contact-content img {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
    border-radius: 5px;
}
.contact-content p {
    font-size: 28px;
    z-index: 1;
    position: relative;
    color: #ffffff;
    text-shadow: #000000 0px 0px 5px;
    text-align: center;
    font-weight: 500;
}
.contact-content a {
    color: #ec8305;
    text-decoration: underline;
    transition: 0.2s ease-in-out;
}
.contact-content a:hover {
    color: #2388D9;
}
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    background: #101D37;
    padding: 30px 0px;
    position: relative;
}
footer > div {
    display: flex;
    width: 90%;
    max-width: 1380px;
    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: #101D37;
}

#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;
   }
}


