/* ------------------------------------------
[ Custom style ] 

1. Basic and Typography style
2. Helper style
3. Selection style
4. Cursor & Drag style
5. Preloader style
6. Owl-Theme custom style
7. Section style
8. Navbar style
9. Header style
10. Slider-fade style
11. Slider style
12. Kenburns Slider style
13. Banner Header style
14. About style
15. Services 1 style
16. Services 2 style
17. Services 3 style
18. Services 4 style
19. Before-After style
20. Team style
21. Team Details style
22. Pricing 1 style
23. Pricing 2 style
24. Oval image style
25. Video Background style
26. Gallery style
27. Testimonials style
28. Promo Video style
29. FAQs & Accordion style
30. Blog style
31. Blog Sidebar style
32. Post style
33. Prev and Next style
34. Page style
35. Contact style
36. Button style
37. Appointment style
38. Scrolling style
39. For Images Reveal Effect style
40. Text Animation style
41. For Images Imago Effect style
42. 404 Page style
43. Footer style
44. toTop Button style
45. Overlay Effect Bg image style
46. Responsive style

------------------------------------------ */


/* ======= Basic and Typography style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75em;
    color: #6e778c;
    overflow-x: hidden !important;
    background: #fff;
}

p {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75em;
    color: #6e778c;
    margin-bottom: 15px;
}

p.text-white {
    color: rgba(255, 255, 255, 0.6) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 15px 0;
    color: #031b4e;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 27px;
}

h5 {
    font-size: 27px;
}

h6 {
    font-size: 18px;
}

img {
    width: 100%;
    height: auto;
}

img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

b {
    font-weight: 600;
    color: #00bde0;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
}

/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 11px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.75em;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #6e778c;
    background-image: none;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid rgba(0, 189, 224, 0.2);
    border-radius: 5px;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: transparent;
    border: 0px solid transparent;
    outline: none;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
    outline: none;
}

input[type="password"]:active,
input[type="email"]:active,
input[type="text"]:active,
input[type="file"]:active,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
textarea:active,
textarea:focus {
    border: 1px solid #00bde0;
    background: transparent;
    outline: none;
}

select {
    padding: 10px;
    border-radius: 6px;
}

table,
th,
tr,
td {
    border: 1px solid #f8f5f0;
}

th,
tr,
td {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

input[type="submit"] {
    font-weight: 400;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
    background: #00bde0;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 18px;
    letter-spacing: 2px;
}

input[type="number"] {
    padding: 14px 20px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.75em;
    font-size: 18px;
    font-weight: 400;
    color: #6e778c;
    background-image: none;
    border: none;
    border-radius: 30px;
    border: 2px solid #e8e8d4;
}

input[type="number"] {
    max-width: 160px;
    width: 160px;
    margin-bottom: 0;
    padding: 12px 30px;
}

select {
    max-width: 100%;
}

.form-select {
    display: block;
    width: 100%;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #6e778c;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23757086' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m2 5 6 6 6-6'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: right 0.95rem center;
    background-size: 12px 20px;
    border: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    padding-left: 20px;
    padding-top: 13.25px;
    padding-bottom: 13.25px;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 189, 224, 0.2);
    outline: none;
    background-color: transparent;
}

.form-control {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 15.953120px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    color: #6e778c;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid rgba(0, 189, 224, 0.2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
}

.form-control:focus,
.form-select:focus,
select:focus {
    outline: none;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #e4e2f3;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Native takvim ikonunu sola almaya çalışalım */
input[type="date"] {
    padding-left: 55px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    filter: invert(49%) sepia(10%) saturate(9%) hue-rotate(198deg) brightness(92%) contrast(85%);
    filter: invert(60%) sepia(8%) saturate(10%) hue-rotate(190deg) brightness(97%) contrast(85%);
}

/* placeholder */
::-webkit-input-placeholder {
    color: #6e778c;
    font-size: 18px;
    font-weight: 400;
}

:-moz-placeholder {
    color: #6e778c;
}

::-moz-placeholder {
    color: #6e778c;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #6e778c;
}

/* blockquote */
blockquote {
    padding: 40px 50px;
    display: block;
    position: relative;
    background-color: #00bde0;
    overflow: hidden;
    color: #fff;
    border-radius: 10px;
}

blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 3;
}

blockquote h5 {
    font-size: 21px;
    color: #fff;
}

blockquote:before {
    content: '\e645';
    font-family: 'Themify';
    position: absolute;
    right: 45px;
    bottom: 45px;
    font-size: 95px;
    opacity: 0.075;
    line-height: 1;
    color: #fff;
    font-style: normal;
}

blockquote p a {
    color: inherit;
}

blockquote cite {
    display: inline-block;
    font-size: 18px;
    position: relative;
    padding-left: 40px;
    border-color: inherit;
    line-height: 1;
    margin-top: 15px;
    font-style: italic;
    color: #fff;
    font-weight: 400;
}

blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 30px;
    height: 1px;
    border-top: 1px solid #fff;
    border-radius: 30px;
}

blockquote.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}


/* ======= Helper style ======= */
.pt-30 {
    padding-top: 30px;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-90 {
    padding-top: 90px;
}

.pt-120 {
    padding-top: 120px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mt--100 {
    margin-top: -100px !important;
}

.mt--200 {
    margin-top: -200px !important;
}

.mt--250 {
    margin-top: -250px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-210 {
    padding-top: 210px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px;
    !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

/* important */
.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100%;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-imgfixed {
    background-attachment: fixed;
}

.pattern {
    background-repeat: repeat;
    background-size: auto;
}

.bold {
    font-weight: 400;
}

.count {
    font-family: "Jost", sans-serif;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}

.js .animate-box {
    opacity: 0;
}

.bg-position-bottom {
    background-position: bottom !important;
}

.bg-position-center {
    background-position: center !important;
}

.bg-position-top {
    background-position: top !important;
}

.cover-background {
    background-repeat: no-repeat !important;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center center !important;
}

:root {
    scroll-behavior: auto;
}

/* background & color */
.bg-navy {
    background: #031b4e;
}

.bg-turquoise {
    background: #00bde0;
}

.bg-lightblue {
    background: #eff9ff;
}

.bg-gradient-lightblue {
    background-image: linear-gradient(to bottom, #eff9ff, #f0f9ff, #f2faff, #f3faff, #f5fbff, #f7fcff, #f8fcff, #fafdff, #fbfdff, #fdfeff, #ffffff);
}

.bg-white {
    background: #fff;
}

.br-20 {
    border-radius: 20px;
}

.icons {
    color: #fd961e;
    font-size: 18px;
    line-height: 1.2em;
    display: inherit;
    margin-bottom: 0;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

/* star - white  */
.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}

.star:before,
.star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.star:after {
    transform: rotate(35deg);
}

/* star rating  */
.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}

.star-rating:before,
.star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.star-rating:after {
    transform: rotate(35deg);
}

.feather-shadow {
    mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
}

.feather-shadow2 {
    mask-image: linear-gradient(to right, transparent 6%, #000 20%, #000 80%, transparent 92%);
    -webkit-mask-image: linear-gradient(to right, transparent 6%, #000 20%, #000 80%, transparent 92%);
}

.border-radius-100 {
    border-radius: 100% !important;
}

.br-20 {
    border-radius: 20px;
}

.br-20-20-0-0 {
    border-radius: 20px 20px 0 0;
}

.br-0-0-20-20 {
    border-radius: 0 0 20px 20px;
}


/* ======= Selection style ======= */
::-webkit-selection {
    color: #fff;
    background: #00bde0;
}

::-moz-selection {
    color: #fff;
    background: #00bde0;
}

::selection {
    color: #fff;
    background: #00bde0;
}


/* ======= Cursor & Drag style  ======= */
/* cursor styles */
.cursor {
    position: fixed;
    top: -40px;
    left: -40px;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: difference;
}

.cursor:before {
    content: "";
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff;
    transition: all ease 0.15s;
    transform: scale(0.15);
}

/* drag style */
.cursor.drag {
    mix-blend-mode: unset;
}

.cursor.drag:before {
    content: "\e658";
    font-family: "Themify";
    font-size: 21px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #031b4e;
    backdrop-filter: blur(8px);
    border-color: transparent;
    transform: scale(1);
    transition: transform 0.2s ease-out, background 0.2s ease-out;
}

.cursor.drag.active:before {
    transform: scale(0.8);
}

.cursor.cursor-hidden {
    opacity: 0;
}

.cursor.cursor-hidden:before {
    transform: scale(0) !important;
}

/* mobile disable */
@media only screen and (max-width: 991px) {
    .cursor {
        display: none;
    }
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
    pointer-events: none;
}

#preloader {
    display: table;
    table-layout: fixed;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 70px;
    height: 70px;
    left: 50%;
    top: auto;
    margin-left: -35px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 2px solid rgba(0, 189, 224, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.loader span {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -2px;
    left: -2px;
    border: 2px solid transparent;
    border-top: 2px solid #00bde0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* ======= Owl-Theme custom style ======= */
/* owl-dots */
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    line-height: 1.5;
    display: block;
    outline: none;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
    margin-bottom: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 3px;
    border-radius: 50%;
    background: #b2daf2;
    border: 1px solid #b2daf2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00bde0;
    border: 1px solid #00bde0;
}

.owl-theme .owl-dots .owl-dot:hover span {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

/* owl-nav */
.owl-theme .owl-nav {
    position: absolute !important;
    top: 42% !important;
    bottom: auto !important;
    width: 100%
}

.owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* owl-prev owl-next */
.owl-theme .owl-prev,
.owl-theme .owl-prev {
    left: 10px !important
}

.owl-theme .owl-next {
    right: 10px !important
}

.owl-theme .owl-prev,
.owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #00bde0;
    border: 1px solid #00bde0;
    line-height: 0;
    text-align: center;
    font-size: 18px
}

.owl-theme .owl-prev>span,
.owl-theme .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: transparent;
    border-radius: 100%;
    color: #00bde0;
    font-size: 10px;
    margin-right: 60px;
    margin-left: 60px;
    cursor: pointer;
    border: 1px solid #00bde0;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #00bde0;
    color: #00bde0;
}

@media screen and (max-width: 768px) {
    .owl-theme .owl-nav {
        display: none;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}


/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}

.section-subtitle {
    color: #00bde0;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #eff9ff;
    border-radius: 40px;
    padding: 1px 20px 0px 20px;
}

.section-subtitle.bg-white {
    background: #fff;
}

.section-subtitle.bg-transparent {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.section-subtitle.text-white {
    color: #fff;
}

.section-subtitle.text-navy {
    color: #031b4e;
}

.section-subtitle .icon {
    background-color: #00bde0;
    margin-right: 10px;
    height: 4px;
    width: 4px;
    border-radius: 100%;
}

.section-subtitle .icon i {
    align-items: center;
    justify-content: center;
    color: #fff;
}

.section-title {
    font-family: "Jost", sans-serif;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 600;
    color: #031b4e;
    margin-bottom: 15px;
    align-items: center;
    text-transform: uppercase;
}

.section-title img {
    width: 60px;
}

.section-title span {
    color: #00bde0 !important;
    display: contents;
}

.section-title.white {
    color: #fff;
}

.section-title.text-navy {
    color: #031b4e;
}

/* section-info */
.section-info {
    position: relative;
    display: contents;
}

.section-info .icons {
    margin-right: 10px;
    padding: 0 20px;
    border-radius: 30px;
    background-color: #00bde0;
    color: #031b4e;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block !important;
    vertical-align: middle !important;
    letter-spacing: 1px;
}

.section-info .tag {
    margin-right: 5px;
    border-radius: 100%;
    background-color: #fff;
    color: #00bde0;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    display: inline-block !important;
    vertical-align: middle !important;
    box-shadow: 0 1px 4px #0f0c3105, 0 5px 15px #00bde01f;
    border: 1px solid #efeef6;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center !important;
}

.section-info .desc {
    font-family: "Jost", sans-serif;
    color: #031b4e;
    display: inline-block;
    vertical-align: middle;
    display: inherit;
    margin: 0;
}

.section-info .text-decoration-line-bottom {
    border-bottom: 2px solid #00bde0;
    font-family: "Jost", sans-serif;
    line-height: 1.2em;
    font-weight: 600;
    font-size: 18px;
    color: #031b4e;
}

@media screen and (max-width: 991px) {
    .section-title {
        font-size: 45px;
    }

    .section-info {
        display: block;
    }
}


/* ======= Navbar style ======= */
.navbar {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
    border: none;
}

.navbar .container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 100px;
    padding-left: 22px;
    padding-right: 22px;
}

.navbar-toggler-icon {
    background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #031b4e;
}

.navbar .navbar-nav .nav-link {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #031b4e;
    margin: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding: 10px 12px;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 14px;
    letter-spacing: 0.01em;
}

.navbar .navbar-nav .nav-link.nav-color {
    color: #00bde0;
}

.navbar .navbar-nav .nav-link:hover {
    color: #00bde0;
    background: rgba(0, 189, 224, 0.08);
}

.navbar .navbar-nav .active {
    color: #00bde0 !important;
    background: linear-gradient(180deg, rgba(0, 189, 224, 0.1) 0%, rgba(0, 189, 224, 0.04) 100%);
}

.navbar .navbar-nav .active i {
    color: #00bde0;
}

.nav-scroll {
    background: #fff;
    padding: 0 0 0 0;
    position: fixed;
    top: -90px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
    border: none;
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    height: 90px;
}

.nav-scroll .container {
    min-height: 90px;
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #031b4e;
}

.nav-scroll .navbar-nav .nav-link {
    color: #031b4e;
}

.nav-scroll .navbar-nav .active,
.nav-scroll .navbar-nav .active i {
    color: #00bde0 !important;
}

.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #00bde0;
}

.nav-scroll .dropdown .nav-link i {
    color: #031b4e;
}

.nav-scroll .logo-img {
    width: 200px;
}

.nav-scroll .logo-img {
    margin-bottom: 0px;
}

.nav-scroll .logo-wrapper .logo h2 {
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
}

.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 9px;
    color: #00bde0;
    font-weight: 400;
    letter-spacing: 6px;
    display: block;
    margin-top: 0px;
    line-height: 1.75em;
    text-transform: uppercase;
    padding-left: 4px;
}

.nav-scroll .logo-wrapper {}

.logo-wrapper {
    float: left;
}

.logo-wrapper .logo h2 {
    font-size: 36px;
    font-weight: 600;
    display: block;
    width: 100%;
    position: relative;
    color: #031b4e;
    margin-bottom: 0;
}

.logo-wrapper .logo h2 a i {
    color: #6e778c;
    font-size: 21px;
    vertical-align: super;
}

.logo-wrapper .logo span {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 11px;
    color: #00bde0;
    font-weight: 400;
    letter-spacing: 5px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
    padding-left: 4px;
}

.logo-wrapper .logo h2 i {
    color: #00bde0;
    font-style: normal;
}

.logo {
    padding: 0;
}

.logo-img {
    width: 210px;
    margin-bottom: 0px;
}

.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
    font-weight: 600;
    color: #031b4e;
    transition: all 0.3s ease-in-out 0s;
}

.dropdown .nav-link:hover i {
    color: #00bde0;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 9px 0;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #031b4e;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}

.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}

.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 9px;
    font-weight: 600;
    float: right;
}

.navbar .dropdown-menu .dropdown:hover>.dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #00bde0;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 189, 224, 0.1);
}

.navbar .dropdown-menu li:last-child {
    border-bottom: none;
}

/* li hover */
.navbar .dropdown-menu li {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.navbar .dropdown-menu li:hover {
    padding-left: 5px;
}

.navbar .services-dropdown-menu {
    width: 320px;
}

.navbar .pricing-dropdown-menu {
    width: 340px;
}

.navbar .pricing-dropdown-menu li:hover {
    padding-left: 0;
}

.navbar .pricing-dropdown-menu .dropdown-item {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    line-height: 1.45;
    padding: 12px 0;
}

.navbar .services-dropdown-menu li:hover {
    padding-left: 0;
}

.navbar .services-dropdown-menu .dropdown-item {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    line-height: 1.45;
    padding: 12px 0;
}

.navbar .services-dropdown-menu .dropdown-item.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-right: 22px;
}

.navbar .services-dropdown-menu .services-submenu-label {
    flex: 1 1 auto;
    min-width: 0;
}

.navbar .services-dropdown-menu .services-submenu-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: rgba(3, 27, 78, 0.55);
    transition: transform .25s ease, color .25s ease;
}

.navbar .services-dropdown-menu .services-submenu-indicator i {
    font-size: 12px;
    line-height: 1;
    padding: 0 !important;
    float: none !important;
}

.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}

.site-contact-bar {
    position: relative;
    z-index: 1002;
    min-height: 36px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0, 189, 224, 0.08), transparent 34%),
        linear-gradient(90deg, #031b4e 0%, #072b5d 100%);
    border-bottom: 1px solid rgba(0, 189, 224, 0.34);
}

.site-contact-bar__inner {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding-top: 0;
    padding-bottom: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.site-contact-bar__inner::-webkit-scrollbar {
    display: none;
}

.site-contact-bar__phone,
.site-contact-bar__locations,
.site-contact-bar__country {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.site-contact-bar__phone {
    gap: 8px;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.site-contact-bar__phone:hover {
    color: #5edcf1;
}

.site-contact-bar__locations {
    gap: 10px;
}

.site-contact-bar__country {
    gap: 7px;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.site-contact-bar__country img {
    width: 24px;
    height: 16px;
    display: block;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

.site-contact-bar__icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
    border-radius: 50%;
    color: #fff;
    background: #00bde0;
    box-shadow: 0 5px 12px rgba(0, 189, 224, 0.22);
}

.site-contact-bar__icon svg {
    width: 11px;
    height: 11px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.site-contact-bar__separator {
    width: 1px;
    height: 15px;
    flex: 0 0 1px;
    background: rgba(255, 255, 255, 0.24);
}

html[dir="rtl"] .site-contact-bar__inner {
    direction: rtl;
    justify-content: flex-end;
}

/* navbar-right button */
.navbar .navbar-right {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    padding-left: 0;
    margin-left: 0;
}

.navbar .navbar-right::before {
    content: none;
}

.lang-switcher {
    margin-left: 2px;
    position: relative;
    flex-shrink: 0;
}

.lang-switcher .lang-switcher-toggle {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 12px 8px 8px;
    min-height: 48px;
    min-width: 124px;
    border: 1px solid rgba(3, 27, 78, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 249, 255, 0.95) 100%);
    box-shadow: 0 16px 36px rgba(3, 27, 78, 0.09);
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #031b4e !important;
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease, background .3s ease;
}

.lang-switcher .lang-switcher-toggle:hover,
.lang-switcher .lang-switcher-toggle.show,
.lang-switcher .lang-switcher-toggle:focus {
    border-color: rgba(0, 189, 224, 0.28);
    box-shadow: 0 20px 44px rgba(0, 189, 224, 0.18);
    transform: translateY(-2px);
}

.lang-switcher .lang-switcher-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(3, 27, 78, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.96);
}

.lang-switcher .lang-switcher-flag img,
.lang-switcher-menu .lang-menu-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lang-switcher .lang-switcher-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
}

.lang-switcher .lang-switcher-label {
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    color: #031b4e;
    white-space: nowrap;
}

.lang-switcher .lang-switcher-code {
    line-height: 1;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6e778c;
}

.lang-switcher .lang-switcher-chevron {
    color: #6e778c;
    font-size: 11px;
    margin-left: auto;
    transition: transform .3s ease, color .3s ease;
}

.lang-switcher .lang-switcher-toggle.show .lang-switcher-chevron {
    transform: rotate(180deg);
    color: #00bde0;
}

.lang-switcher-menu {
    min-width: 260px;
    padding: 10px !important;
    border-radius: 22px !important;
    border: 1px solid rgba(3, 27, 78, 0.08) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 24px 60px rgba(3, 27, 78, 0.16) !important;
    backdrop-filter: blur(16px);
}

.lang-switcher-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
    padding: 11px 12px !important;
    border-radius: 16px;
    color: #031b4e !important;
    transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.lang-switcher-menu .dropdown-item:hover,
.lang-switcher-menu .dropdown-item:focus {
    background: rgba(0, 189, 224, 0.08) !important;
    transform: translateX(4px);
}

.lang-switcher-menu .dropdown-item.active {
    background: linear-gradient(135deg, #0b7cff 0%, #00bde0 100%) !important;
    color: #fff !important;
    box-shadow: 0 16px 32px rgba(11, 124, 255, 0.22);
}

.lang-switcher-menu .lang-menu-flag {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(3, 27, 78, 0.12);
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.95);
}

.lang-switcher-menu .lang-menu-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.lang-switcher-menu .lang-menu-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.lang-switcher-menu .lang-menu-code {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6e778c;
}

.lang-switcher-menu .dropdown-item.active .lang-menu-code {
    color: rgba(255, 255, 255, 0.72);
}

.lang-switcher-menu .lang-menu-check {
    margin-left: auto;
    font-size: 12px;
}

html[dir="rtl"] .lang-switcher {
    margin-left: 0;
    margin-right: 8px;
}

html[dir="rtl"] .lang-switcher .lang-switcher-meta {
    align-items: flex-end;
    text-align: right;
}

html[dir="rtl"] .lang-switcher .lang-switcher-chevron {
    margin-left: 0;
    margin-right: auto;
}

html[dir="rtl"] .lang-switcher-menu {
    text-align: right;
}

html[dir="rtl"] .lang-switcher-menu .dropdown-item:hover,
html[dir="rtl"] .lang-switcher-menu .dropdown-item:focus {
    transform: translateX(-4px);
}

html[dir="rtl"] .lang-switcher-menu .lang-menu-copy {
    text-align: right;
}

html[dir="rtl"] .lang-switcher-menu .lang-menu-check {
    margin-left: 0;
    margin-right: auto;
}

/* durubtn 5 */
.navbar .navbar-right .durubtn5 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    gap: 8px;
    padding: 0 18px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #10c2e5 0%, #08afd9 100%);
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 18px 34px rgba(0, 189, 224, 0.24);
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease, box-shadow 300ms ease;
    transform-style: flat;
}

.nav-scroll .navbar-right .durubtn5 {
    background: linear-gradient(135deg, #10c2e5 0%, #08afd9 100%);
    color: #fff;
}

.navbar .navbar-right .durubtn5 .nav-cta-label {
    font-family: "Jost", sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.navbar .navbar-right .durubtn5:hover {
    background: linear-gradient(135deg, #13c8ec 0%, #0aa8d4 100%);
    color: #fff;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
    box-shadow: 0 22px 40px rgba(0, 189, 224, 0.28);
}

.navbar .navbar-right .durubtn5:hover .nav-cta-label {
    color: #fff;
}

.navbar .navbar-right .durubtn5 i {
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    position: static;
    z-index: 2;
    margin: 0 !important;
    flex-shrink: 0;
    line-height: 1;
    top: auto;
}

.navbar .navbar-right .durubtn5:hover i {
    color: #fff;
}

.navbar .navbar-right .durubtn5 i.ml-5 {
    margin-left: 5px;
}

.navbar .navbar-right .durubtn5 i.mr-5 {
    margin-right: 5px;
}

/* navbar-right phone */
.navbar .navbar-right .phonex {
    position: relative;
    display: flex;
    align-items: center;
    gap: 9px;
    z-index: 5;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #031b4e;
    white-space: nowrap;
    flex-shrink: 0;
    min-height: 50px;
    padding: 0 12px 0 10px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 250, 255, 0.95) 100%);
    border: 1px solid rgba(3, 27, 78, 0.08);
    box-shadow: 0 14px 30px rgba(3, 27, 78, 0.08);
}

.navbar .navbar-right:hover .phonex {
    color: #031b4e;
}

.navbar .navbar-right .phonex i {
    font-size: 14px;
    margin-right: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #00bde0;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    flex-shrink: 0;
}

.nav-scroll .navbar-right .phonex {
    color: #031b4e;
}

.nav-scroll .navbar-right:hover .phonex {
    color: #031b4e;
}

/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .navbar-nav {
        gap: 0;
        align-items: center;
    }

    .navbar .dropdown-submenu {
        position: relative;
    }

    .navbar .navbar-collapse {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        z-index: 1205;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 240px;
        padding: 15px 25px;
        border-radius: 6px;
        border: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
        box-shadow: 0 20px 60px rgba(0, 0, 0, .08) -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .navbar .services-dropdown-menu {
        width: 320px;
        padding: 15px 22px;
        overflow: visible;
    }

    .navbar .pricing-dropdown-menu {
        width: 340px;
        padding: 15px 22px;
    }

    .navbar .services-dropdown-menu li:hover {
        padding-left: 0;
    }

    .navbar .services-dropdown-menu .dropdown-item {
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
        line-height: 1.45;
        padding: 12px 0;
    }

    .navbar .pricing-dropdown-menu li:hover {
        padding-left: 0;
    }

    .navbar .pricing-dropdown-menu .dropdown-item {
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
        line-height: 1.45;
        padding: 12px 0;
    }

    .navbar .dropdown-menu .dropdown-menu {
        left: 100%;
        top: 0;
        right: auto;
        min-width: 240px;
        transform: translateY(8px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .navbar .services-dropdown-menu .dropdown-submenu > .dropdown-menu {
        left: auto;
        right: 100%;
        overflow: visible;
    }

    .navbar .dropdown-submenu > .dropdown-menu::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -12px;
        width: 12px;
        background: transparent;
    }

    .navbar .services-dropdown-menu .dropdown-submenu > .dropdown-menu::before {
        left: auto;
        right: -18px;
        width: 18px;
    }

    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .navbar .dropdown-submenu:hover>.dropdown-menu,
    .navbar .dropdown-submenu:focus-within>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .navbar .lang-switcher-menu {
        width: 260px;
        left: auto !important;
        right: 0 !important;
        top: calc(100% + 14px);
        padding: 10px !important;
        transform: translateY(14px) scale(0.98);
        transform-origin: top right;
    }

    .navbar .lang-switcher:hover>.lang-switcher-menu,
    .navbar .lang-switcher .lang-switcher-menu.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }

    .navbar .navbar-nav.mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
    .navbar .container {
        gap: 8px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .navbar .logo-img {
        width: 152px;
    }

    .navbar .navbar-collapse {
        gap: 5px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 9px 4px;
        font-size: 11px;
        letter-spacing: 0;
    }

    .navbar .dropdown .nav-link i {
        font-size: 7px;
    }

    .lang-switcher .lang-switcher-toggle {
        min-width: 102px;
        min-height: 44px;
        gap: 6px;
        padding: 6px 9px 6px 6px;
        border-radius: 15px;
    }

    .lang-switcher .lang-switcher-flag {
        width: 27px;
        height: 27px;
    }

    .lang-switcher .lang-switcher-label {
        font-size: 11px;
    }

    .lang-switcher .lang-switcher-code {
        font-size: 9px;
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0;
        padding-right: 0;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(14px);
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        box-shadow: 0 12px 30px rgba(3, 27, 78, 0.08);
    }

    .nav-scroll {
        background: rgba(255, 255, 255, 0.98);
    }

    .logo-wrapper {
        float: left;
        padding: 20px 16px;
    }

    .nav-scroll .logo-wrapper {
        padding: 18px 16px;
        background-color: transparent;
    }

    .nav-scroll .logo-img {
        width: 143px;
    }

    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }

    .nav-scroll .logo {}

    .logo-img {
        margin-bottom: 0px;
        width: 143px;
    }

    .navbar button {
        margin-right: 16px;
        outline: none !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 248, 255, 0.95) 100%);
        margin-top: 10px;
        border: none;
        width: 48px;
        height: 48px;
        border-radius: 16px;
        border: 1px solid rgba(3, 27, 78, 0.08);
        box-shadow: 0 14px 28px rgba(3, 27, 78, 0.08);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .navbar button:hover {
        background: transparent;
    }

    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }

    .navbar .container {
        padding: 0;
    }

    .navbar .nav-link {
        margin: 0 !important;
    }

    .navbar .navbar-nav .nav-link {
        color: #031b4e;
        width: 100%;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.25;
        padding: 14px 0;
        letter-spacing: -0.02em;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-scroll .navbar-collapse .nav-link {
        color: #031b4e !important;
    }

    .nav-scroll .navbar-collapse .active {
        color: #00bde0 !important;
    }

    .navbar .dropdown-menu .dropdown-item {
        padding: 12px 16px;
        font-size: 16px;
        line-height: 1.5;
    }

    .navbar .services-dropdown-menu {
        width: 100%;
    }

    .navbar .pricing-dropdown-menu {
        width: 100%;
    }

    .navbar .services-dropdown-menu .dropdown-item {
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
        padding: 12px 16px;
    }

    .navbar .pricing-dropdown-menu .dropdown-item {
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
        padding: 12px 16px;
    }

    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }

    .navbar .dropdown-submenu .dropdown-toggle::after {
        content: "›";
        position: absolute;
        display: block;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        line-height: 1;
        font-weight: 700;
        color: rgba(3, 27, 78, 0.55);
        transition: transform .25s ease, color .25s ease;
    }

    .navbar .dropdown-submenu:hover>.dropdown-toggle::after {
        transform: translateY(-50%) translateX(2px);
        color: #00bde0;
    }

    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: translateY(-50%) rotate(90deg);
        color: #00bde0;
    }

    .navbar .dropdown-menu {
        border: 1px solid rgba(0, 189, 224, 0.12);
        padding: 10px;
        border-radius: 20px;
        margin: 10px 0 0;
        background: linear-gradient(180deg, rgba(247, 251, 255, 0.98) 0%, rgba(255, 255, 255, 0.96) 100%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 18px 40px rgba(3, 27, 78, 0.08);
    }

    .navbar .dropdown-submenu .dropdown-toggle::after {
        content: none !important;
        display: none !important;
    }

    .navbar .dropdown-submenu:hover > .dropdown-toggle .services-submenu-indicator,
    .navbar .dropdown-submenu:focus-within > .dropdown-toggle .services-submenu-indicator {
        transform: translateX(2px);
        color: #00bde0;
    }

    .lang-switcher {
        width: 100%;
        margin-left: 0;
    }

    .lang-switcher .lang-switcher-toggle {
        width: 100%;
        justify-content: flex-start;
        min-height: 58px;
    }

    .lang-switcher-menu {
        width: 100%;
        min-width: 100%;
        box-shadow: 0 16px 32px rgba(3, 27, 78, 0.1) !important;
    }

    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
    }

    .navbar .dropdown-submenu .dropdown-menu.show,
    .navbar .dropdown-submenu.submenu-open>.dropdown-menu {
        display: block;
    }

    .navbar .dropdown-submenu.submenu-open>.dropdown-toggle {
        color: #00bde0;
    }

    .navbar .dropdown-submenu .dropdown-item.dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding-right: 16px;
    }

    .navbar .dropdown-submenu .dropdown-toggle::after {
        content: none !important;
        display: none !important;
    }

    .navbar .dropdown-submenu .services-submenu-label {
        flex: 1 1 auto;
        min-width: 0;
        padding-right: 8px;
    }

    .navbar .dropdown-submenu .services-submenu-indicator {
        position: static;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        margin-left: auto;
        transform: none;
        flex: 0 0 18px;
    }

    .navbar .dropdown-submenu .services-submenu-indicator i {
        display: block;
        padding: 0 !important;
        margin: 0;
        font-size: 12px;
        line-height: 1;
        float: none !important;
    }

    .navbar .dropdown-submenu.submenu-open>.dropdown-toggle .services-submenu-indicator,
    .navbar .dropdown-submenu .dropdown-toggle.show .services-submenu-indicator {
        transform: rotate(90deg);
        color: #00bde0;
    }

    .navbar .dropdown-menu li a {
        padding: 12px 16px;
    }

    .navbar .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar .navbar-collapse {
        max-height: calc(100vh - 88px);
        overflow: auto;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(247, 251, 255, 0.98) 100%);
        text-align: left;
        padding: 22px 20px 24px;
        -webkit-box-shadow: 0px 18px 50px rgb(15 36 84 / 8%);
        box-shadow: 0px 18px 50px rgb(15 36 84 / 8%);
        border-top: 1px solid rgba(3, 27, 78, 0.06);
        border-radius: 0 0 28px 28px;
    }

    .dropdown .nav-link i {
        color: #031b4e;
        font-size: 14px;
        transition: transform .25s ease, color .25s ease;
    }

    .navbar .navbar-nav {
        gap: 6px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(3, 27, 78, 0.08);
    }

    .navbar .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar .navbar-nav .nav-link.active {
        color: #00bde0;
    }

    .navbar .nav-item.dropdown .dropdown-toggle.show i,
    .navbar .nav-item.dropdown .nav-link[aria-expanded="true"] i {
        transform: rotate(180deg);
        color: #00bde0;
    }

    .navbar .navbar-right {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        align-items: stretch;
        margin-left: 0;
        padding-left: 0;
        padding-top: 2px;
    }

    .navbar .navbar-right .phonex {
        width: 100%;
        min-height: 56px;
        padding: 12px 16px;
        border-radius: 18px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 248, 255, 0.96) 100%);
        border: 1px solid rgba(3, 27, 78, 0.08);
        box-shadow: 0 14px 28px rgba(3, 27, 78, 0.08);
    }

    .navbar .navbar-right .phonex i {
        width: 38px;
        height: 38px;
        line-height: 38px;
        margin-right: 12px;
        flex-shrink: 0;
    }

    .navbar .navbar-right .durubtn5 {
        width: 100%;
        min-height: 56px;
        line-height: 1;
        border-radius: 18px;
        justify-content: center;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        box-shadow: 0 18px 34px rgba(0, 189, 224, 0.24);
        padding: 0 22px;
    }

    .navbar .navbar-right .durubtn5 .nav-cta-label {
        font-size: 13px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
    }

    .navbar .navbar-right .durubtn5 i {
        margin: 0 !important;
        flex-shrink: 0;
        position: static;
        top: auto;
    }

    .navbar .lang-switcher {
        margin-top: 2px;
    }

    .navbar .lang-switcher-menu {
        margin-top: 10px;
    }

    html[dir="rtl"] .navbar .navbar-collapse {
        text-align: right;
    }

    html[dir="rtl"] .navbar .navbar-right .phonex i {
        margin-right: 0;
        margin-left: 12px;
    }

    .site-contact-bar__inner {
        gap: 10px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .site-contact-bar__phone,
    .site-contact-bar__country {
        font-size: 11px;
    }
}


/* ======= Header style ======= */
.header {
    min-height: calc(95vh - 100px);
    overflow: hidden;
}

.header h1 {
    color: #fff !important;
    font-size: 21px;
    line-height: 1em;
    white-space: normal;
    word-break: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header h1 span {
    font-size: 200px;
    line-height: 180px;
    color: #00bde0 !important;
    display: block;
    font-weight: 700;
    letter-spacing: 0px;
}

.header h2 {
    color: #fff !important;
    font-size: 75px;
    line-height: 1em;
    white-space: normal;
    word-break: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.header h2 span {
    color: #00bde0 !important;
}

.header h3 {
    position: relative;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
}

.header h3 span {
    color: #00bde0;
}

.header h4 {
    position: relative;
    font-size: 48px;
    color: #fff;
    line-height: 1.2em;
}

.header h4 span {
    color: #00bde0;
}

.header h5 {
    font-size: 12px;
    margin-bottom: 15px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 20px;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-weight: 500;

}

.header h5 .icon {
    background-color: #00bde0;
    margin-right: 10px;
    height: 4px;
    width: 4px;
    border-radius: 100%;
}

.header h5 .icon i {
    align-items: center;
    justify-content: center;
    color: #fff;
}

.header p {
    font-size: 18px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8) !important;
}

.header p a {
    color: #00bde0;
}

@media screen and (max-width: 991px) {
    .header h1 {
        font-size: 18px;
    }

    .header h1 span {
        font-size: 90px;
        line-height: 90px;
    }

    .header h2 {
        font-size: 45px;
    }


}


/* ======= Slider-fade style ======= */
.slider-fade .owl-item {
    min-height: calc(95vh - 100px);
    position: relative;
}

.slider-fade .owl-item:not(.active) {
    pointer-events: none;
}

.slider-fade .owl-item.active {
    pointer-events: auto;
    z-index: 2;
}

.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
    z-index: 0;
}

.slider-fade .item .caption,
.slider-fade .item .container,
.slider-fade .item .row,
.slider-fade .item [class*="col-"] {
    position: relative;
    z-index: 3;
}

/* owl-nav next and prev */
.slider-fade .owl-theme .owl-nav {
    position: absolute;
    bottom: 7%;
    right: 12%;
}

.slider-fade .owl-theme .owl-prev {
    float: left;
}

.slider-fade .owl-theme .owl-next {
    float: right;
}

.slider-fade .owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    border-radius: 100%;
    color: #fff !important;
    font-size: 14px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.slider-fade .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: #fff;
    border: 1px solid #fff;
    color: #00bde0 !important;
}

@media screen and (max-width: 768px) {
    .slider-fade .owl-nav {
        display: none;
    }
}

/* owl-dots for slider and slider-fade */
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 6vh;
    width: 100%;
}

.slider-fade .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    line-height: .7;
    display: block;
}

.slider-fade .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid #fff;
}

.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 12%;
    text-align: left;
}


/* ======= Slider style ======= */
.slider .owl-item {
    height: 100vh;
    position: relative;
}

.slider .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slider .item .caption {
    z-index: 9;
}

.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 3%;
    right: 12%;
    text-align: right;
}

.slider .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #00bde0;
    border: 1px solid #00bde0;
}


/* ======= Kenburns Slider style ======= */
.kenburns-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: calc(95vh - 100px);
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.kenburns-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: #000;
}

.kenburns-inner {
    position: relative;
    z-index: 15;
}

.kenburns-inner h1 {
    color: #fff !important;
    font-size: 21px;
    line-height: 1em;
    white-space: normal;
    word-break: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.kenburns-inner h1 span {
    font-size: 200px;
    line-height: 180px;
    color: #00bde0 !important;
    display: block;
    font-weight: 700;
    letter-spacing: 0px;
}

.kenburns-inner h2 {
    color: #fff !important;
    font-size: 75px;
    line-height: 1em;
    white-space: normal;
    word-break: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.kenburns-inner h2 span {
    color: #00bde0 !important;
}

.kenburns-inner h3 {
    position: relative;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
}

.kenburns-inner h3 span {
    color: #00bde0;
}

.kenburns-inner h4 {
    position: relative;
    font-size: 48px;
    color: #fff;
    line-height: 1.2em;
}

.kenburns-inner h4 span {
    color: #00bde0;
}

.kenburns-inner h5 {
    font-size: 13px;
    margin-bottom: 15px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 20px;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.kenburns-inner p {
    font-size: 18px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8) !important;
}

.kenburns-inner p a {
    color: #00bde0;
}

#kenburnsSliderContainer .vegas-overlay {
    outline: none;
}

@media screen and (max-width: 991px) {
    .kenburns-inner h1 {
        font-size: 18px;
    }

    .kenburns-inner h1 span {
        font-size: 90px;
        line-height: 90px;
    }

    .kenburns-inner h2 {
        font-size: 45px;
    }
}


/* ======= Banner Header style ======= */
.banner-header {
    min-height: calc(65vh - 100px);
    background-position: center;
}

.banner-header.middle-height {
    min-height: calc(95vh - 100px);
}

.banner-header.full-height {
    min-height: calc(100vh - 100px);
}

.banner-header h1 {
    color: #fff !important;
    font-size: 21px;
    line-height: 1em;
    white-space: normal;
    word-break: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-header h1 span {
    font-size: 200px;
    line-height: 180px;
    color: #00bde0 !important;
    display: block;
    font-weight: 700;
    letter-spacing: 0px;
}

.banner-header h2 {
    color: #fff !important;
    font-size: 75px;
    line-height: 1em;
    white-space: normal;
    word-break: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.banner-header h2 span {
    color: #00bde0 !important;
}

.banner-header h3 {
    position: relative;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
}

.banner-header h3 span {
    color: #00bde0;
}

.banner-header h4 {
    position: relative;
    font-size: 40px;
    color: #fff;
    line-height: 1.2em;
}

.banner-header h4 span {
    color: #00bde0;
}

.banner-header h5 {
    font-size: 12px;
    margin-bottom: 15px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 20px;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;

    display: flex;
    display: inline-flex;
    align-items: center;
    font-weight: 500;

}

.banner-header h5 .icon {
    background-color: #00bde0;
    margin-right: 10px;
    height: 4px;
    width: 4px;
    border-radius: 100%;
}

.banner-header h5 .icon i {
    align-items: center;
    justify-content: center;
    color: #fff;
}

.banner-header p {
    font-size: 18px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8) !important;
}

.banner-header p a {
    color: #00bde0;
}

.page-cover-breadcrumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 24px auto 0;
}

.page-cover-breadcrumb a {
    color: inherit;
    text-decoration: none;
    transition: color .25s ease, opacity .25s ease;
}

.page-cover-breadcrumb a:hover,
.page-cover-breadcrumb a:focus {
    color: #9feeff;
}

.page-cover-breadcrumb .separator {
    opacity: 0.6;
}

/* author & date */
.banner-header .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.banner-header .post {
    margin-top: 20px;
}

.banner-header .post div {
    display: inline-block;
}

.banner-header .post .author {
    margin-right: 20px;
    font-size: 15px;
}

.banner-header .post .date-comment {
    position: relative;
    font-size: 15px;
    color: #fff;
    margin-right: 20px
}

.banner-header .post .date-comment i {
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
}

.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}

@media screen and (max-width: 991px) {
    .banner-header h1 {
        font-size: 18px;
    }

    .banner-header h1 span {
        font-size: 90px;
        line-height: 90px;
    }

    .banner-header h3 {
        font-size: 45px;
    }

    .page-cover-breadcrumb {
        gap: 10px;
        padding: 12px 18px;
        font-size: 12px;
    }
}


/* ======= About style ======= */
.about {
    position: relative;
}

.about .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    isolation: isolate;
}

.about .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.about .item:hover img {
    transform: scale(1.05);
}

/* icon */
.about .item .icon {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 160px;
    height: 160px;
    background: #fff;
    border-top-right-radius: 50%;
    padding: 15px;
}

.about .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    right: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.about .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    left: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* rotate circle button */
.about .circle-button {
    position: relative;
    display: inline-block;
}

.about .circle-button.in-bord:after {
    content: '';
    position: absolute;
    top: 38px;
    left: 38px;
    right: 38px;
    bottom: 38px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.about .circle-button.in-bord:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    background-color: #00bde0;
    border-radius: 50%;
}

.about .circle-button .rotate-circle svg {
    width: 150px;
    fill: #fff;
    font-weight: 500;
    letter-spacing: 6px;
    font-family: "Jost", sans-serif;
    word-spacing: 12px;
    text-transform: uppercase !important;
    font-size: 48px !important;
}

.about .circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.about .circle-button.no-animate .rotate-circle {
    -webkit-animation: none;
    animation: none;
}

.about .rotate-circle {
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.about .circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 40px;
    color: #fff;
}

.about .circle-button .in-circle img {
    width: 30px;
    height: 30px;
}

.about .circle-button .in-circle i {
    color: #fff;
}

.about .circle-button-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.about .float-overlap2 {
    position: relative;
    right: 150px;
    z-index: 2;
    top: 15%;
}

@media screen and (max-width: 991px) {
    .float-overlap2 {
        right: 0px;
    }

    .float-overlap {
        left: 0;
        top: -15%;
    }
}


/* ======= Services 1 style  ======= */
.services {
    position: relative;
}

.services-container {
    width: 140%;
    position: relative;
}

.services .item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    padding: 45px;
    text-align: center;
}

.services .item .img {
    overflow: hidden;
    border-radius: 20px 20px 0 20px;
    border-radius: 50%;
    margin-bottom: 25px;
}

.services .item .img img {
    width: 100%;
    border-radius: inherit;
    transition: transform 0.6s cubic-bezier(.2, .8, .2, 1);
    transform: scale(1);
    transform-origin: center center;
}

.services .item:hover .img img {
    transform: scale(1.05);
}

.services .item .text h3 {
    margin: 0 0 0 0;
    font-size: 21px;
    color: #031b4e;
}

.services .item .text .cat {
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.services .item .text .cat::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #00bde0;
    margin-bottom: 2px;
}

/* icon */
.services .item .icon {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 80px;
    height: 80px;
    background: #eff9ff;
    border-bottom-left-radius: 40px;
    padding: 15px;
    z-index: 3;
}

.services .item:hover .icon .arrow {
    transform: scale(1.05);
}

.services .item .icon::before {
    position: absolute;
    content: "";
    top: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-top-right-radius: 20px;
    box-shadow: 6px -6px 0 6px #eff9ff;
}

.services .item .icon::after {
    position: absolute;
    content: "";
    bottom: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-top-right-radius: 20px;
    box-shadow: 6px -6px 0 6px #eff9ff;
}

.services .item .icon .arrow {
    position: absolute;
    background: #00bde0;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.services .item .icon .arrow span {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.services .item:hover .icon .arrow {
    color: #fff;
    background: #031b4e;
}

.services .item:hover .icon .arrow span {
    color: #fff;
    transform: translate(10px, -10px);
    opacity: 0;
}

.services .item .icon .arrow::before {
    content: "\e65a";
    font-family: 'themify';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(-10px, 10px);
    opacity: 0;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    color: #fff;
    font-size: 15px;
}

.services .item:hover .icon .arrow::before {
    transform: translate(-50%, -50%) translate(0, 0);
    opacity: 1;
}


/* ======= Services 2 style ======= */
.services2 {
    position: relative;
    overflow: hidden;
}

.services2 .item {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.services2 .item .img {
    min-height: 350px;
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    isolation: isolate;
    border-radius: 20px 0 0 20px;
}

.services2 .item .img .img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 20px 0 0 20px;
}

.services2 .item .img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    transition: all .5s;
}

.services2 .item:hover .img>img {
    filter: none;
    transform: scale(1.03, 1.03);
    transition: all 1s ease;
}

.services2 .item .cont {
    padding: 60px 40px;
    background: #fff;
}

.services2 .item .cont h5 {
    font-size: 21px;
    margin-bottom: 10px;
    color: #031b4e;
}

.services2 .item .cont h5 a {
    color: #031b4e;
}

.services2 .item .cont p {
    margin-bottom: 0;
}

.rest {
    padding: 0 !important;
    margin: 0 !important;
}

.services2 .item .cont .icon-img {
    margin-bottom: 10px;
    display: inline-block;
    width: 80px;
}

.services2 .item .cont .icon-i {
    color: #00bde0;
    font-size: 35px;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    line-height: 75px;
    text-align: center;
    border-radius: 100%;
    background: #eff9ff;
}

.icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* Bunu mutlaka ekle */
}

.icon-i {
    color: #00bde0;
    font-size: 50px;
    margin-bottom: 20px;
    width: 90px;
    height: 90px;
    line-height: 110px;
    text-align: center;
    border-radius: 100%;
    background: #eff9ff;
}

/* icon */
.services2 .item .icon {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 90px;
    height: 90px;
    background: #eff9ff;
    border-top-right-radius: 50%;
}

.services2 .item:hover .icon .arrow {
    transform: scale(1.05);
}

.services2 .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    right: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #eff9ff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.services2 .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    left: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #eff9ff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.services2 .item .icon .arrow {
    position: absolute;
    inset: 15px;
    background: #00bde0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.services2 .item .icon .arrow span {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.services2 .item:hover .icon .arrow {
    color: #fff;
    background: #031b4e;
}

.services2 .item:hover .icon .arrow span {
    color: #fff;
    transform: translate(10px, -10px);
    opacity: 0;
}

.services2 .item .icon .arrow::before {
    content: "\e65a";
    font-family: 'themify';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(-10px, 10px);
    opacity: 0;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    color: #fff;
    font-size: 15px;
}

.services2 .item:hover .icon .arrow::before {
    transform: translate(-50%, -50%) translate(0, 0);
    opacity: 1;
}

html[dir="rtl"] .services2 {
    text-align: right;
}

html[dir="rtl"] .services2 .item {
    border-radius: 20px 0 0 20px;
}

html[dir="rtl"] .services2 .item .img {
    border-radius: 0 20px 20px 0;
}

html[dir="rtl"] .services2 .item .img .img-cover {
    border-radius: 0 20px 20px 0;
}

html[dir="rtl"] .services2 .item .cont {
    text-align: right;
}

html[dir="rtl"] .services2 .item .icon {
    left: auto;
    right: -6px;
    border-top-right-radius: 0;
    border-top-left-radius: 50%;
}

html[dir="rtl"] .services2 .item .icon::before {
    right: auto;
    left: -20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px 0 6px #eff9ff;
}

html[dir="rtl"] .services2 .item .icon::after {
    left: auto;
    right: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px 0 6px #eff9ff;
}

html[dir="rtl"] .services2 .item:hover .icon .arrow span {
    transform: translate(-10px, -10px);
}

html[dir="rtl"] .services2 .item .icon .arrow::before {
    transform: translate(-50%, -50%) translate(10px, 10px);
}


/* ======= Services 3 style  ======= */
.services3 {
    position: relative;
}

@media (min-width: 1200px) {
    .services3 .services3-copy-col {
        flex: 0 0 28%;
        max-width: 28%;
    }

    .services3 .services3-slider-col {
        flex: 0 0 72%;
        max-width: 72%;
    }
}

.services3-container {
    width: 126%;
    position: relative;
}

.services3 .item {
    position: relative;
    overflow: hidden;
    border-radius: 20px 0 20px 20px;
    background: #00bde0;
}

.services3 .item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #031b4e -25%, transparent 50%);
    z-index: 1;
    pointer-events: none;
}

.services3 .item .img {
    overflow: hidden;
    border-radius: 20px 20px 0 20px;
}

.services3 .item .img.service-card-media {
    aspect-ratio: 1.05 / 1;
    min-height: 0;
    background: #dfeefa;
}

.services3 .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    transition: transform 0.6s cubic-bezier(.2, .8, .2, 1);
    transform: scale(1);
    transform-origin: center center;
}

.services3 .item:hover .img img {
    transform: scale(1.05);
}

.services3 .item .text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 25px;
    color: #fff;
    z-index: 2;
}

.services3 .item .text-overlay h3 {
    margin: 0 0 10px 0;
    font-size: 21px;
    color: #fff;
}

.services3 .item .text-overlay h3 a {
    color: inherit;
}

.services3 .item .text-overlay p {
    margin: 0;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5em;
}

/* icon */
.services3 .item .icon {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 80px;
    height: 80px;
    background: #eff9ff;
    border-bottom-left-radius: 40px;
    padding: 15px;
    z-index: 3;
}

.services3 .item:hover .icon .arrow {
    transform: scale(1.05);
}

.services3 .item .icon::before {
    position: absolute;
    content: "";
    top: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-top-right-radius: 20px;
    box-shadow: 6px -6px 0 6px #eff9ff;
}

.services3 .item .icon::after {
    position: absolute;
    content: "";
    bottom: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-top-right-radius: 20px;
    box-shadow: 6px -6px 0 6px #eff9ff;
}

.services3 .item .icon .arrow {
    position: absolute;
    background: #00bde0;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.services3 .item .icon .arrow span {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.services3 .item:hover .icon .arrow {
    color: #fff;
    background: #031b4e;
}

.services3 .item:hover .icon .arrow span {
    color: #fff;
    transform: translate(10px, -10px);
    opacity: 0;
}

.services3 .item .icon .arrow::before {
    content: "\e65a";
    font-family: 'themify';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(-10px, 10px);
    opacity: 0;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    color: #fff;
    font-size: 15px;
}

.services3 .item:hover .icon .arrow::before {
    transform: translate(-50%, -50%) translate(0, 0);
    opacity: 1;
}

@media (max-width:991px) {
    .services3-container {
        width: 100%;
    }
}

html[dir="rtl"] .services3 {
    text-align: right;
}

html[dir="rtl"] .services3 .rich-text-content,
html[dir="rtl"] .services3 .section-title,
html[dir="rtl"] .services3 .section-subtitle {
    text-align: right;
}

html[dir="rtl"] .services3 .durubtn2 i {
    margin-left: 0 !important;
    margin-right: 10px;
    transform: scaleX(-1);
}

html[dir="rtl"] .services3-container {
    width: 126%;
}

@media (max-width: 1199px) {
    .services3-container,
    html[dir="rtl"] .services3-container {
        width: 100%;
    }
}

html[dir="rtl"] .services3 .item {
    border-radius: 0 20px 20px 20px;
}

html[dir="rtl"] .services3 .item .img {
    border-radius: 20px 20px 20px 0;
}

html[dir="rtl"] .services3 .item .icon {
    right: auto;
    left: -6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 40px;
}

html[dir="rtl"] .services3 .item .icon::before {
    left: auto;
    right: -20px;
    border-top-right-radius: 0;
    border-top-left-radius: 20px;
    box-shadow: -6px -6px 0 6px #eff9ff;
}

html[dir="rtl"] .services3 .item .icon::after {
    right: auto;
    left: 6px;
    border-top-right-radius: 0;
    border-top-left-radius: 20px;
    box-shadow: -6px -6px 0 6px #eff9ff;
}

html[dir="rtl"] .services3 .item .text-overlay {
    text-align: right;
}

html[dir="rtl"] .services3 .item:hover .icon .arrow span {
    transform: translate(-10px, -10px);
}

html[dir="rtl"] .services3 .item .icon .arrow::before {
    transform: translate(-50%, -50%) translate(10px, 10px);
}

@media (min-width: 992px) {
    html[dir="rtl"] .services3 .offset-lg-1 {
        margin-left: 0;
        margin-right: 8.33333333%;
    }
}


/* ======= Services 4 style ======= */
.services4 {
    position: relative;
    z-index: 9;
}

.services4 .item {
    margin-left: 0px;
    margin-right: 15px;
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-transition: width .7s;
    transition: width .7s;
    margin-bottom: 30px;
    border-radius: 20px;
}

.services4 .item:last-of-type {
    margin-right: 0px;
}

.services4 .item .cont {
    top: 0;
    height: 100%;
    position: absolute;
    background: #fff;
    padding: 30px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.services4 .item .cont .icon-img {
    border-radius: 50%;
    display: flex;
    color: #00bde0;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}

.services4 .item .cont .icon-img i {
    margin-top: 7px;
}

.services4 .item .cont .title {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #031b4e;
    margin-bottom: 15px;
}

.services4 .item .cont p {
    font-size: 18px;
    color: #6e778c;
    margin-bottom: 0px;
}

.services4 .item .img {
    border-radius: 20px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
}

.services4 .item .img .number {
    font-size: 80px;
    line-height: 80px;
    font-weight: 600;
    display: inline-block;
    left: 30%;
    position: absolute !important;
    text-align: center;
    color: #fff;
    bottom: -30px;
    z-index: 2;
}

.services4 .item.active .img {
    border-radius: 20px 0 0 20px
}

.services4 .item.active .cont {
    border-radius: 0 20px 20px 0
}

.services4 .item .cont-hover {
    width: 100%;
}

.services4 .item.active .cont-hover {
    animation: fade 1s
}

/* icon */
.services4 .item .icon {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 80px;
    height: 80px;
    background: #eff9ff;
    border-top-right-radius: 50%;
}

.services4 .item:hover .icon .arrow {
    transform: scale(1.05);
}

.services4 .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    right: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #eff9ff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.services4 .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    left: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #eff9ff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.services4 .item .icon .arrow {
    position: absolute;
    inset: 15px;
    background: #00bde0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.services4 .item .icon .arrow span {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.services4 .item:hover .icon .arrow {
    color: #fff;
    background: #031b4e;
}

.services4 .item:hover .icon .arrow span {
    color: #fff;
    transform: translate(10px, -10px);
    opacity: 0;
}

.services4 .item .icon .arrow::before {
    content: "\e65a";
    font-family: 'themify';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(-10px, 10px);
    opacity: 0;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    color: #fff;
    font-size: 15px;
}

.services4 .item:hover .icon .arrow::before {
    transform: translate(-50%, -50%) translate(0, 0);
    opacity: 1;
}

@media (max-width:1199px) {
    .services4 .item {
        width: 33.33% !important;
        margin-left: 0;
        margin-right: 0;
        padding: 0 15px;
        box-shadow: none
    }

    .services4 .item .cont {
        width: 100% !important;
        left: 0 !important;
        position: relative;
        height: auto
    }

    .services4 .item.active .cont,
    .services4 .item.active .img {
        border-radius: 0
    }

    .services4 .img {
        width: 100% !important;
        border-radius: 0 !important
    }

    .services4 .item.active .cont-hover {
        animation: fade 0s
    }
}

@media (max-width:991px) {
    .services4 {
        justify-content: center
    }

    .services4 .item {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .services4 .item {
        width: 100% !important;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
}


/* ======= Before-After style ======= */
.before-after {
    position: relative;
}

.before-after .item {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.before-after .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
}

.before-after .item .item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: width 0.2s ease-out;
}

.before-after .item .handle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 40px;
    cursor: ew-resize;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.before-after .item .handle-line {
    width: 4px;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.before-after .item .handle-circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #00bde0;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}


/* ======= Team style ======= */
.team {
    position: relative;
    overflow: hidden;
}

.team .team-container {
    width: 140%;
    position: relative;
}

.team .item {
    position: relative;
    overflow: visible;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.team .item .wrapper {
    position: relative;
}

.team .item .wrapper .img {
    overflow: hidden;
    border-radius: 20px 20px 0 20px;
}

.team .item .wrapper .img img {
    width: 100%;
    border-radius: inherit;
    transition: transform 0.6s cubic-bezier(.2, .8, .2, 1);
    transform: scale(1);
    transform-origin: center center;
}

.team .item:hover .wrapper .img img {
    transform: scale(1.05);
}

/* text */
.team .item .text {
    padding: 20px 0 0 15px;
}

.team .item .text .name {
    font-family: "Jost", sans-serif;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #031b4e;
}

.team .item .text .position {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #6e778c;
    margin-bottom: 5px;
    position: relative;
}

/* icon */
.team .item .wrapper .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 80px;
    height: 80px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}

.team .item:hover .wrapper .icon .arrow {
    transform: scale(1.05);
}

.team .item .wrapper .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.team .item .wrapper .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

/* arrow icon */
.team .item .wrapper .icon .arrow {
    position: absolute;
    background: #00bde0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.team .item .wrapper .icon .arrow span {
    position: absolute;
    font-size: 15px;
    color: #fff;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.team .item .wrapper .icon .arrow .default-icon {
    opacity: 1;
    transform: translate(0, 0);
}

.team .item .wrapper .icon .arrow .hover-icon {
    font-size: 15px;
    opacity: 0;
    transform: translate(-20px, 20px);
}

.team .item:hover .wrapper .icon .arrow .default-icon {
    opacity: 0;
    transform: translate(10px, -10px);
}

.team .item:hover .wrapper .icon .arrow .hover-icon {
    opacity: 1;
    transform: translate(0, 0);
}

.team .item:hover .wrapper .icon .arrow {
    background: #031b4e;
}

.team .item:hover .wrapper .icon .arrow span {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .team .team-container {
        width: 100%;
    }
}

html[dir="rtl"] .team {
    text-align: right;
}

html[dir="rtl"] .team .item .text {
    padding: 20px 15px 0 0;
    text-align: right;
}

html[dir="rtl"] .team .item .wrapper .img {
    border-radius: 20px 20px 20px 0;
}

html[dir="rtl"] .team .item .wrapper .icon {
    right: auto;
    left: -6px;
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
}

html[dir="rtl"] .team .item .wrapper .icon::before {
    left: auto;
    right: -20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px 0 6px #fff;
}

html[dir="rtl"] .team .item .wrapper .icon::after {
    right: auto;
    left: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px 0 6px #fff;
}

html[dir="rtl"] .team .item .wrapper .icon .arrow .hover-icon {
    transform: translate(20px, 20px);
}

html[dir="rtl"] .team .item:hover .wrapper .icon .arrow .default-icon {
    transform: translate(-10px, -10px);
}


/* ======= Team Details style ======= */
.team-details {
    position: relative;
}

.team-details .item {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.02);
}

.team-details h5 {
    color: #031b4e;
    font-size: 27px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.team-details h6 {
    font-size: 18px;
    color: #00bde0;
    font-weight: 500;
}

.team-details .item img {
    border-radius: 20px;
}

.team-details .item .wrap {
    padding: 20px;
}

.team-details .item .wrap h3 {
    color: #031b4e;
    font-size: 27px;
    text-align: center;
    margin-bottom: 5px;
}

.team-details .item .wrap h5 {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    color: #00bde0;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

.team-details .item .wrap .cont {
    width: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 189, 224, 0.2);
}

.team-details .item .wrap .cont .coll {
    width: auto;
    max-width: auto;
}

.team-details .item .wrap .cont .coll h6 {
    font-size: 18px;
    line-height: 1.2em;
    white-space: normal;
    margin: 0;
    color: #031b4e;
}

.team-details .item .wrap .cont .coll p {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    white-space: normal;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    transition: color .3s;
    color: #6e778c;
}

.team-details .item .wrap .social-icon {
    margin-bottom: 0px;
}

.team-details .item .wrap .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    color: #00bde0;
    border-radius: 100%;
    margin-right: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: transparent;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    border: 1px solid rgba(0, 189, 224, 0.3);
}

.team-details .item .wrap .social-icon a:hover {
    background: #00bde0;
    border: 1px solid #00bde0;
    color: #fff;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.team-details .item .wrap .desc {
    padding: 43px 40px;
}

.team-details .item .wrap .desc .section-title {
    font-size: 27px;
    line-height: 1.2em;
    font-weight: 600;
    color: #00bde0;
}

.team-details .item .wrap .desc .section-subtitle {
    color: #00bde0;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team-details .item .wrap .desc p {
    margin-bottom: 0;
}

/* team detail tabs */
.team-details .simpl-bord.nav-tabs {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #00bde0;
}

.team-details .simpl-bord .nav-item {
    margin-right: 50px;
}

.team-details .simpl-bord .nav-item:last-of-type {
    margin-right: 0;
}

.team-details .simpl-bord .nav-link {
    padding: 0;
    border: 0;
    background: transparent;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    cursor: pointer;
    color: #031b4e;
    font-size: 18px;
}

.team-details .simpl-bord .nav-link.active {
    color: #00bde0;
}


/* ======= Pricing 1 style ======= */
.pricing {
    position: relative;
}

.pricing .item {
    padding: 50px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.pricing .item .head {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid rgba(0, 189, 224, 0.2);
}

.pricing .item .head .title {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    color: #031b4e;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
}

.pricing .item .head .price-wrapper {
    display: inline-flex;
    align-items: flex-end;
}

.pricing .item .head .price-wrapper .price-cont {
    display: flex;
    align-items: flex-start;
    color: #031b4e;
    font-family: "Jost", sans-serif;
}

.pricing .item .head .price-wrapper .price-cont .symbol {
    font-family: "Jost", sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}

.pricing .item .head .price-wrapper .price-cont .price {
    font-family: "Jost", sans-serif;
    font-size: 40px;
    line-height: 40px;
    padding-left: 1px;
    font-weight: 600;
}

.pricing .item .head .price-wrapper .frequency {
    position: relative;
    margin-left: 3px;
    font-size: 15px;
}

.pricing .item .head .price-wrapper .frequency::before {
    content: '/';
    padding-right: 5px;
    display: inline-block;
}

/* ptable list */
.pricing .item .content {
    padding-bottom: 60px;
}

.pricing .item .content .price-line {
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}

.pricing .item .content .price-line:last-child {
    margin-bottom: 0;
}

.pricing .item .content .price-line i {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 9px;
    color: #00bde0;
}

/* button */
.pricing .item .content .button-wrap {
    display: inline-table;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px 15px 0 15px;
    border-radius: 40px 40px 0 0;
    background-color: #eff9ff;
}

.pricing .item .content .button-wrap::after,
.pricing .item .content .button-wrap::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 15px 0 0 #eff9ff;
}

.pricing .item .content .button-wrap::before {
    right: 100%;
    border-bottom-right-radius: 15px;
}

.pricing .item .content .button-wrap::after {
    left: 100%;
    border-bottom-left-radius: 15px;
}

/* price-active */
.pricing .item.price-active {
    background-color: #00bde0;
}

.pricing .item.price-active .head {
    border-color: rgba(255, 255, 255, 0.3);
}

.pricing .item.price-active .head .title {
    color: #fff;
}

.pricing .item.price-active .head .price-wrapper .price-cont {
    color: #fff;
}

.pricing .item.price-active .head .price-wrapper .frequency {
    color: #fff;
}

.pricing .item.price-active .content .price-line {
    color: #fff;
}

.pricing .item.price-active .content .price-line i {
    color: #fff;
}

.dots-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: -2;
}

.pricing:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: #eff9ff;
    z-index: -1;
}

.pricing:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: transparent;
    z-index: -1;
}

.pricing .dots-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}


/* ======= Pricing 2 style ======= */
.pricing2 {
    outline: none;
    outline: 0;
    border: none;
    box-shadow: none;
}

.pricing2 .box1 {
    background: #eff9ff;
    padding: 40px;
    border-radius: 20px;
}

.pricing2 .box2 {
    background: #00bde0;
    padding: 40px;
    border-radius: 20px;
}

.pricing2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
}

.pricing2 .list .item {
    line-height: 35px;
}

.pricing2 .list .flex .title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 400;
}

.pricing2 .list .flex .dots {
    flex-grow: 1;
    position: relative;
    margin: 0 20px;
}

.pricing2 .list .flex .dots:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed rgba(0, 189, 224, 0.2);
}

.pricing2 .list .flex .price {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #00bde0;
    margin-left: auto;
}


/* ======= Oval image style ======= */
.ovalimage .wrapper {
    position: relative;
}

/* big-img RIGHT-LEFT */
.ovalimage .wrapper .bg-img-right {
    overflow: hidden;
    border-radius: 20px 20px 0 20px;
}

.ovalimage .wrapper .bg-img-left {
    overflow: hidden;
    border-radius: 20px 20px 20px 0;
}

.ovalimage .wrapper .bg-img-right img,
.ovalimage .wrapper .bg-img-left img {
    width: 100%;
    border-radius: inherit;
    transition: transform 0.6s cubic-bezier(.2, .8, .2, 1);
    transform: scale(1);
    transform-origin: center center;
}

.ovalimage .wrapper:hover .bg-img-right img,
.ovalimage .wrapper:hover .bg-img-left img {
    transform: scale(1.03);
}

/* small-img RIGHT */
.ovalimage .wrapper .small-img-right {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 240px;
    height: 240px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 20px;
}

.ovalimage .wrapper .small-img-right::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.ovalimage .wrapper .small-img-right::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.ovalimage .wrapper .small-img-right img {
    position: absolute;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 200px;
    height: 200px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}

.ovalimage .wrapper:hover .small-img-right img {
    transform: scale(1.03);
}

/* small-img LEFT */
.ovalimage .wrapper .small-img-left {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 240px;
    height: 240px;
    background: #fff;
    border-top-right-radius: 50%;
    padding: 20px;
}

.ovalimage .wrapper .small-img-left::before {
    position: absolute;
    content: "";
    bottom: 6px;
    right: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px 0 6px #fff;
}

.ovalimage .wrapper .small-img-left::after {
    position: absolute;
    content: "";
    top: -20px;
    left: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px 0 6px #fff;
}

.ovalimage .wrapper .small-img-left img {
    position: absolute;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 200px;
    height: 200px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}

.ovalimage .wrapper:hover .small-img-left img {
    transform: scale(1.03);
}

@media screen and (max-width: 991px) {
    .ovalimage .wrapper .small-img-left img {
        width: 80px;
        height: 80px;
    }

    .ovalimage .wrapper .small-img-left {
        position: absolute;
        bottom: -6px;
        left: -6px;
        width: 120px;
        height: 120px;
        background: #fff;
        border-top-right-radius: 50%;
        padding: 20px;
    }
}

/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
    position: relative;
    min-height: calc(95vh - 100px);
    overflow: hidden;
    background: #031b4e;
}

.video-fullscreen-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: calc(95vh - 100px);
    overflow: hidden;
}

.video-fullscreen-wrap video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

.hero-youtube-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100%;
    border: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}

.video-fullscreen-wrap .overlay {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}

.position-relative {
    position: relative !important;
}

.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
}

.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}

.video-fullscreen-wrap .overlay {
    /*  background-image: linear-gradient(to bottom right, #000000, #000000);*/
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}

.position-relative {
    position: relative !important;
}

.video-fullscreen-wrap .v-middle {
    z-index: 9;
}


/* ======= Gallery style ======= */
.gallery-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
}

.gallery-filter li {
    font-family: "Jost", sans-serif;
    font-size: 21px;
    font-weight: 600;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    color: #031b4e;
}

.gallery-filter li:last-child {
    margin-right: 0;
}

.gallery-filter li.active {
    color: #00bde0;
    content: "";
    left: 0;
    bottom: 0px;
    border-bottom: 2px solid rgba(0, 189, 224, 0.2);
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.gallery-filter li:hover {
    color: #00bde0;
}

.gallery-item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    -moz-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    border-radius: 6px;
}

.gallery-box {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 20px;
    isolation: isolate;
}

.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.gallery-box .gallery-img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.gallery-box:hover .gallery-img>img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.gallery-box .gallery-detail {
    position: absolute;
    opacity: 0;
    transform: translateX(-20px);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    padding: 30px 20px;
    bottom: 0;
}

.gallery-box .gallery-detail h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
}

.gallery-box .gallery-detail p {
    color: #fff;
    margin-bottom: 0;
}

.gallery-box:hover .gallery-detail {
    opacity: 1;
    transform: translateX(0px);
}

/* overlay */
.gallery-box .overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(14, 19, 35, 0.8), rgba(14, 19, 35, 0));
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.gallery-box:hover .overlay-bottom {
    opacity: 1;
}

.gallery-box .gallery-detail {
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 2;
    color: #fff;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.gallery-box:hover .gallery-detail {
    opacity: 1;
    transform: translateY(0);
}

/* magnific popup custom */
.mfp-counter {
    display: none;
}

.mfp-figure button {
    border: 0px solid transparent;
}

button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}

.mfp-bg,
body.mfp-zoom-out-cur {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}

.mfp-premium-lightbox.mfp-bg {
    background: rgba(6, 14, 28, 0.9);
    opacity: 1 !important;
    backdrop-filter: blur(8px);
}

.mfp-premium-lightbox .mfp-container {
    padding: 36px;
}

.mfp-premium-lightbox .mfp-content {
    max-width: min(1120px, calc(100vw - 72px));
}

.mfp-premium-lightbox .mfp-figure {
    padding: 0;
}

.mfp-premium-lightbox .mfp-figure::after {
    display: none;
}

.mfp-premium-lightbox img.mfp-img {
    padding: 0;
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(4, 12, 24, 0.36);
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #fff;
}

.mfp-premium-lightbox .mfp-bottom-bar {
    position: static;
    margin-top: 18px;
    padding: 0 10px;
    min-height: 0;
}

.mfp-premium-lightbox .mfp-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #f8fbff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    backdrop-filter: blur(8px);
}

.mfp-premium-lightbox .mfp-title:empty {
    display: none;
}

.mfp-premium-lightbox .mfp-title::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #00bde0;
    box-shadow: 0 0 0 6px rgba(0, 189, 224, 0.16);
    flex: 0 0 8px;
}

.mfp-premium-lightbox .mfp-close,
.mfp-premium-lightbox .mfp-arrow {
    opacity: 1;
}

.mfp-premium-lightbox .mfp-close {
    position: fixed;
    top: 22px;
    right: 22px;
    width: 54px;
    height: 54px;
    padding: 0 !important;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 28px;
    line-height: 54px;
    backdrop-filter: blur(8px);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.mfp-premium-lightbox .mfp-close:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.16);
}

.mfp-premium-lightbox .mfp-arrow {
    margin-top: -34px;
    width: 68px;
    height: 68px;
}

.mfp-premium-lightbox .mfp-arrow::before,
.mfp-premium-lightbox .mfp-arrow::after {
    display: none;
}

.mfp-premium-arrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 26px;
    backdrop-filter: blur(8px);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.mfp-premium-lightbox .mfp-arrow:hover .mfp-premium-arrow-icon {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.16);
}

@media (max-width: 767.98px) {
    .mfp-premium-lightbox .mfp-container {
        padding: 18px;
    }

    .mfp-premium-lightbox .mfp-content {
        max-width: calc(100vw - 36px);
    }

    .mfp-premium-lightbox img.mfp-img {
        border-radius: 22px;
    }

    .mfp-premium-lightbox .mfp-close {
        top: 14px;
        right: 14px;
        width: 46px;
        height: 46px;
        line-height: 46px;
        border-radius: 16px;
        font-size: 24px;
    }

    .mfp-premium-lightbox .mfp-arrow {
        width: 54px;
        height: 54px;
        margin-top: -27px;
    }
}


/* =======  Testimonials style  ======= */
.testimonials {
    position: relative;
    overflow: hidden;
}

.testimonials .item {
    position: relative;
    padding: 30px 45px 0px;
    border-radius: 20px 20px 20px 0;
    background: #00bde0;
    margin-bottom: 15px;
}

.testimonials .item i.fa-quote-left {
    color: #00bde0;
    font-size: 30px;
    margin-bottom: 5px;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
}

.testimonials .item .text p {
    color: #fff;
    font-style: italic;
}

.testimonials .item .info {
    align-items: center;
    margin-left: 0px;
}

.testimonials .item .info .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials .item .info .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonials .item .info .text-box {
    padding: 25px;
    margin-left: 35px;
}

.testimonials .item .info .text-box h6 {
    font-family: "Jost", sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonials .item .info .text-box p {
    font-size: 15px;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 0;
}

.testimonials .item .img-curv {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 90px;
    height: 90px;
    background: #fff;
    border-top-right-radius: 50%;
    padding: 15px;
    flex-shrink: 0;
}

.testimonials .item .img-curv::before {
    position: absolute;
    content: "";
    bottom: 6px;
    right: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px 0 6px #fff;
}

.testimonials .item .img-curv::after {
    position: absolute;
    content: "";
    top: -20px;
    left: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px 0 6px #fff;
}

.testimonials .item .img-curv .img {
    display: flex;
    justify-content: flex-start;
}

.testimonials.float-overlap2 {
    position: relative;
    right: -150px;
    z-index: 2;
    top: 20%;
}

@media screen and (max-width: 991px) {
    .testimonials.float-overlap2 {
        right: 0px;
        margin-bottom: 40px;
    }
}

/* ======= Promo Video style ======= */
/* play button */
.vid-area h5 {
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

.play-button {
    position: relative;
    margin: auto;
    z-index: 4;
}

.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.circle-fill circle {
    opacity: 1;
    fill: #00bde0;
}

.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
}

.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}

.play-button svg.circle-track {
    z-index: 0;
}

.play-button.color {
    color: #031b4e;
}

.play-button.color .circle-fill circle {
    fill: #031b4e;
}

/* video section */
.video-wrapper {
    background-position: center;
}

.video-wrapper .vid {
    position: relative;
    z-index: 8;
}

.video-wrapper .vid .vid-butn:hover .icon {
    color: #00bde0;
    border: 2px solid #00bde0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.video-wrapper .vid .vid-butn .icon {
    color: #fff;
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 95px;
    text-align: center;
    font-size: 40px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* video gallery */
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}

.video-gallery-polygon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #fff;
    border-radius: 50%;
    color: #00bde0;
    padding: 12px 11px 12px 13px;
    line-height: 0;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 10%);
}

.video-gallery-polygon:hover {
    background: #00bde0;
    color: #fff;
}

.vid-area .vid-icon {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.vid-area .vid-icon img:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05);
}

.vid-area .vid-icon img {
    transform: scale(1);
    transition: transform 500ms ease;
    border-radius: 20px;
}


/* ======= FAQs & Accordion style  ======= */
.accordion-box {
    position: relative;
    padding: 0px;
}

.accordion-box .block {
    position: relative;
    background: transparent;
    margin-bottom: 0;
    overflow: hidden;
    padding: 25px 25px 25px 30px;
    border: none;
    border-bottom: 1px solid rgba(0, 189, 224, 0.2);
}

.accordion-box .block.active-block {
    border-radius: 0px;
}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #031b4e;
    transition: all 500ms ease;
}

.accordion-box .block .number {
    color: #00bde0;
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    left: 1px;
    top: 20px;
    transition: all 0.3s ease;
}

.accordion-box .block .number.active {
    -webkit-text-fill-color: #00bde0;
    color: #00bde0;
    transform: scale(1.1);
}

.accordion-box .block .acc-btn:hover {
    color: #031b4e;
}

.accordion-box .block .acc-btn.active {
    background-color: #fff;
    color: #031b4e;
    border-radius: 10px 10px 0 0;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 15px 0px 0px 0px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content p {
    display: block;
    position: relative;
    color: #6e778c;
    margin-bottom: 0;
}

.faqs {
    position: relative;
}

.faqs .img {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.2s ease;
}

.faqs .tilt-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    transform-style: preserve-3d;
    transform: rotateX(0deg) rotateY(0deg);
    transition: transform 0.15s ease, box-shadow 0.3s ease;
}

.faqs .absolute-middle-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
}

.faqs .absolute-middle-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
}

/* icon */
.faqs .item {
    position: relative;
}

.faqs .item .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 100px;
    height: 100px;
    background: #fff;
    border-top-left-radius: 50%;
}

.faqs .item:hover .icon .arrow {
    transform: scale(1.05);
}

.faqs .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.faqs .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.faqs .item .icon .arrow {
    position: absolute;
    inset: 15px;
    background: #00bde0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.faqs .item .icon .arrow span {
    color: #fff;
    font-size: 21px;
}

.faqs .item:hover .icon .arrow {
    color: #fff;
    background: #031b4e;
}

.faqs .item:hover .icon .arrow span {
    color: #fff;
}


/* ======= Blog style ======= */
.blog {
    position: relative;
}

.blog .item {
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    margin-bottom: 10px;
}

.blog .item:hover {
    transform: translateY(-10px);
}

.blog .item .img {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

/* icon */
.blog .item .icon {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 80px;
    height: 80px;
    background: #eff9ff;
    border-bottom-left-radius: 40px;
    padding: 15px;
    z-index: 3;
}

.blog .item:hover .icon .arrow {
    transform: scale(1.05);
}

.blog .item .icon::before {
    position: absolute;
    content: "";
    top: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-top-right-radius: 20px;
    box-shadow: 6px -6px 0 6px #eff9ff;
}

.blog .item .icon::after {
    position: absolute;
    content: "";
    bottom: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-top-right-radius: 20px;
    box-shadow: 6px -6px 0 6px #eff9ff;
}

.blog .item .icon .arrow {
    position: absolute;
    background: #00bde0;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.blog .item .icon .arrow span {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.blog .item:hover .icon .arrow {
    color: #fff;
    background: #00bde0;
}

.blog .item:hover .icon .arrow span {
    color: #fff;
    transform: translate(10px, -10px);
    opacity: 0;
}

.blog .item .icon .arrow::before {
    content: "\e65a";
    font-family: 'themify';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(-10px, 10px);
    opacity: 0;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    color: #fff;
    font-size: 15px;
}

.blog .item:hover .icon .arrow::before {
    transform: translate(-50%, -50%) translate(0, 0);
    opacity: 1;
}

/* cont */
.blog .item .cont {
    position: relative;
    z-index: 2;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 45px 0 #00bde012;
    box-shadow: 0 0 45px 0 #00bde012;
    border-radius: 0 0 20px 20px;
}

.blog .item .cont h4 {
    font-size: 21px;
    line-height: 1.3em;
    color: #031b4e;
}

.blog .item .cont h4 a {
    text-decoration: none;
    color: #031b4e;
}

.blog .item .cont p {
    color: #6e778c;
}

/* blog box author */
.blog .item * {
    transition: all 0.45s ease-out;
}

.blog .item .cont .author {
    position: absolute;
    display: contents;
}

.blog .item .cont .author>div {
    position: relative;
    height: 25px;
    overflow: hidden;
}

.blog .item .cont .author h5 {
    position: absolute;
    left: 0;
    margin: 0px;
    bottom: 0px;
    color: #6e778c;
    line-height: 1.75em;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.blog .item .cont .author h5 i {
    color: #00bde0;
    margin-right: 7px;
    font-size: 14px;
}

.blog .item .cont .author h5:nth-of-type(2) {
    opacity: 0;
    transform: translateY(150%);
}

.blog .item:hover .cont .author h5:first-of-type,
.blog .item:focus .cont .author h5:first-of-type {
    transform: translateY(150%);
    opacity: 0;
}

.blog .item:hover .cont .author h5:nth-of-type(2),
.blog .item:focus .cont .author h5:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
}

.blog .item .cont .author h5 a.text-decoration-line-bottom {
    border-bottom: 1px solid #00bde0;
}

.blog .item .cont .author h5:hover a.text-decoration-line-bottom {
    border-bottom: 1px solid #00bde0;
}

.blog .item .cont .author h5:hover a {
    color: #00bde0;
}

/* pagination */
.pagination-wrap {
    padding: 0;
    margin: 0;
}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrap li a {
    background: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #6e778c;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 100%;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.pagination-wrap li a i {
    font-size: 18px;
}

.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #00bde0;
    border: 1px solid #00bde0;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}

.pagination-wrap li a.active {
    background-color: #00bde0;
    border: 1px solid #00bde0;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .blog .item {
        margin-bottom: 30px;
    }

    .blog .item .cont {
        padding: 40px 20px;
    }

    .pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}


/* ======= Blog Sidebar style ======= */
.blog-sidebar .widget {
    background: #fff;
    padding: 40px 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 6px;
    border: none;
}

.blog-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}

.blog-sidebar .widget ul li {
    line-height: 1.75em;
    margin-bottom: 20px;
}

.blog-sidebar .widget ul li a {
    color: #031b4e;
}

.blog-sidebar .widget ul li a.active {
    color: #00bde0;
}

.blog-sidebar .widget ul li a:hover {
    color: #00bde0;
}

.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget ul li i {
    font-size: 12px;
    margin-right: 12px;
    color: #00bde0;
}

.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}

.blog-sidebar .widget .recent .thum {
    width: 180px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
    margin-right: 15px;
}

.blog-sidebar .widget .recent a {
    display: block;
    margin-left: 140px;
}

.blog-sidebar .widget-title {
    margin-bottom: 15px;
}

.blog-sidebar .widget-title h6 {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 189, 224, 0.2);
    font-size: 21px;
    margin-bottom: 15px;
    color: #031b4e;
    text-transform: uppercase;
}

.blog-sidebar .search form {
    position: relative;
}

.blog-sidebar .search form input {
    width: 100%;
    padding: 15px 20px;
    border: 0;
    background: #eff9ff;
    margin-bottom: 0;
    border: none;
    color: #6e778c;
    border-radius: 30px;
}

.blog-sidebar .search form input::placeholder {
    color: #6e778c;
}

.blog-sidebar .search form button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    background: #00bde0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    outline: none;
}

.blog-sidebar button[type="submit"] i {
    margin-right: 0px;
    color: #fff;
}

.blog-sidebar .search:hover form button {
    background-color: #00bde0;
    color: #fff;
    outline: none;
}

.blog-sidebar .tags li {
    margin: 4px !important;
    padding: 8px 24px;
    background-color: #00bde0;
    color: #fff;
    float: left;
    border-radius: 5px;
}

.blog-sidebar ul.tags li a {
    font-size: 18px;
    color: #fff;
}

.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li:hover a {
    background-color: #00bde0;
    color: #fff;
}


@media only screen and (max-width: 991px) {
    .blog-sidebar .widget .recent .thum {
        width: 120px;
    }
}


/* ======= Post style ======= */
.post h3 {
    font-size: 27px;
    color: #fff;
}

.post img {
    border-radius: 10px;
}

.first-letter {
    float: left;
    font-size: 65px;
    line-height: 65px;
    font-weight: 600;
    text-align: center;
    margin: 0 25px 0 0;
    align-content: center;
    color: #00bde0;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(0, 189, 224, 0.2) !important;
    border-radius: 100%;
}

.post-comment-section {
    margin-top: 60px;
}

.post-comment-section h5 {
    font-size: 21px;
    margin-bottom: 15px;
}

.post-comment-section h5 span {
    font-size: 13px;
    font-weight: 400;
    color: #6e778c;
    margin-left: 15px;
}

.post-caption h1 {
    margin-bottom: 15px;
    font-size: 40px;
    text-transform: uppercase;
}

.post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}

.post-comment-wrap p i {
    color: darkorange;
}

.post-user-comment {
    margin-right: 20px;
    flex: 0 0 auto;
}

.post-user-comment img {
    border-radius: 100%;
    width: 100px;
}

.post-user-content {
    margin-right: 26px;
}


/* ======= Prev and Next style ======= */
.nex-prv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: none;
    border-top: 1px solid rgba(0, 189, 224, 0.2);
}

.nex-prv span.icon {
    color: #00bde0;
    font-size: 32px;
}

.nex-prv .prv h5,
.nex-prv .prv h5 a {
    font-size: 21px;
    color: #031b4e;
    margin-bottom: 0;
}

.nex-prv .nxt h5,
.nex-prv .nxt h5 a {
    font-size: 21px;
    color: #031b4e;
    margin-bottom: 0;
}

.nex-prv .nxt span {
    color: #fff;
}

.nex-prv .nxt .img,
.nex-prv .prv .img {
    padding: 60px 90px;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.nex-prv .nxt .img:hover,
.nex-prv .prv .img:hover {
    color: #fff;
}

.nex-prv .nxt .img:hover:after,
.nex-prv .prv .img:hover:after {
    opacity: 0;
}

.nex-prv .nxt .img:after,
.nex-prv .prv .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.nex-prv .nxt .img .overly,
.nex-prv .prv .img .overly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #031b4e;
    opacity: .7;
}

.nex-prv .nxt .img .text-center,
.nex-prv .prv .img .text-center {
    position: relative;
    z-index: 4;
}

.nex-prv .all-works {
    display: block;
    height: 100%;
    padding: 30px;
    background: transparent;
    border-left: 1px solid rgba(0, 189, 224, 0.2);
    border-right: 1px solid rgba(0, 189, 224, 0.2);
}

.ontop {
    position: relative;
    z-index: 7;
}

.nex-prv .prv:hover h5,
.nex-prv .prv:hover h5 a {
    color: #fff;
}

.nex-prv .nxt:hover h5,
.nex-prv .nxt:hover h5 a {
    color: #fff;
}


/* ======= Page style ======= */
.page {
    position: relative;
}

.page h4 {
    font-size: 30px;
    color: #031b4e;
}

.page h6 {
    font-size: 21px;
    color: #031b4e;
}

.page .img-cover {
    overflow: hidden;
    border-radius: 10px;
}

.service-detail-post {
    padding-top: 0;
    background:
        linear-gradient(180deg, transparent 0, transparent 560px, #ffffff 560px, #ffffff 100%);
}

.service-detail-post .container {
    position: relative;
}

.service-detail-layout {
    position: relative;
    z-index: 4;
    margin-top: 72px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
    gap: clamp(34px, 4vw, 64px);
    align-items: start;
}

.service-detail-main {
    min-width: 0;
}

.service-detail-sidebar {
    min-width: 0;
}

.service-detail-sidebar__sticky {
    position: sticky;
    top: 120px;
    display: grid;
    gap: 20px;
}

.service-detail-intro-media {
    position: relative;
    z-index: 4;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(8, 24, 48, 0.18), 0 4px 14px rgba(8, 24, 48, 0.1);
    border: 1px solid rgba(12, 189, 229, 0.1);
    isolation: isolate;
    transform: translateY(18px) scale(0.985);
    opacity: 0;
    animation: serviceIntroCardIn 0.85s cubic-bezier(.2, .8, .2, 1) 0.08s forwards;
    will-change: transform, opacity, box-shadow;
}

.service-detail-intro-media img {
    display: block;
    width: 100%;
    max-height: 540px;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    transform: scale(1.045);
    animation: serviceIntroImageIn 1.15s cubic-bezier(.2, .8, .2, 1) 0.12s forwards;
    will-change: transform, opacity;
}

.service-detail-intro-media::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 34%);
    z-index: 2;
    pointer-events: none;
}

.service-detail-post h3 {
    color: #031b4e;
    font-size: 34px;
    line-height: 1.2em;
    margin: 42px 0 18px;
    letter-spacing: -0.02em;
}

.service-detail-post p {
    color: #5f6b80;
    font-size: 18px;
    line-height: 1.95em;
    margin-bottom: 18px;
}

.service-faq-section {
    margin-top: 52px;
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid rgba(10, 191, 225, 0.14);
    border-radius: 30px;
    background:
        radial-gradient(circle at 8% 0%, rgba(10, 191, 225, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 252, 255, 0.96));
    box-shadow: 0 24px 58px rgba(6, 43, 95, 0.075);
}

.service-faq-section h2 {
    margin: 14px 0 24px;
    color: #031b4e;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.service-faq-accordion {
    display: grid;
    gap: 12px;
}

.service-faq-item {
    overflow: hidden;
    border: 1px solid rgba(6, 43, 95, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 34px rgba(6, 43, 95, 0.055);
}

.service-faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #031b4e;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    text-align: left;
}

.service-faq-question i {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 191, 225, 0.12);
    color: #0abfe1;
    font-size: 14px;
    transition: transform .24s ease, background .24s ease, color .24s ease;
}

.service-faq-question:not(.collapsed) i {
    transform: rotate(45deg);
    background: #0abfe1;
    color: #fff;
}

.service-faq-answer {
    padding: 0 22px 22px;
    color: #5f6b80;
    font-size: 17px;
    line-height: 1.8;
}

.service-faq-answer > *:last-child {
    margin-bottom: 0;
}

html[dir="rtl"] .service-faq-question {
    text-align: right;
}

.service-detail-post ul {
    margin: 8px 0 28px;
    padding: 0;
}

.service-detail-post li {
    position: relative;
    list-style: none;
    margin: 0 0 14px;
    padding-left: 34px;
    color: #031b4e;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 500;
}

.service-detail-post li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0.1em;
    color: #11bbe5;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
}

.service-detail-post h3:first-of-type {
    margin-top: 18px;
}

.service-consultation-card {
    position: relative;
    overflow: hidden;
    padding: 28px 24px 24px;
    border: 1px solid rgba(3, 27, 78, 0.08);
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 189, 224, 0.12), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
    box-shadow: 0 24px 60px rgba(3, 27, 78, 0.11);
}

.service-consultation-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 62px;
    height: 3px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, #00bde0, #35d8c4);
}

.service-consultation-card__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #00a9cf;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.service-consultation-card__eyebrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00bde0;
}

.service-detail-post .service-consultation-card h3 {
    margin: 0 0 12px;
    color: #031b4e;
    font-size: 25px;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.service-detail-post .service-consultation-card > p {
    margin-bottom: 16px;
    color: #68758c;
    font-size: 15px;
    line-height: 1.55;
}

.service-consultation-form {
    display: grid;
    gap: 10px;
}

.service-consultation-form label {
    display: grid;
    gap: 4px;
    margin: 0;
}

.service-consultation-form label > span {
    color: #173666;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.service-consultation-form input,
.service-consultation-form textarea {
    width: 100%;
    min-height: 42px;
    margin: 0 !important;
    padding: 9px 12px;
    border: 1px solid rgba(3, 27, 78, 0.1);
    border-radius: 14px;
    outline: none;
    color: #031b4e;
    font-size: 15px;
    line-height: 1.4;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.service-consultation-form textarea {
    min-height: 80px;
    resize: vertical;
}

.service-consultation-form input:focus,
.service-consultation-form textarea:focus {
    border-color: rgba(0, 189, 224, 0.72);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 189, 224, 0.1);
}

.service-consultation-form button {
    min-height: 46px;
    margin-top: 3px;
    padding: 0 19px;
    border: 0;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background: linear-gradient(135deg, #031b4e 0%, #075e83 58%, #00aecd 100%);
    box-shadow: 0 14px 30px rgba(3, 27, 78, 0.2);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease;
}

.service-consultation-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(3, 27, 78, 0.26);
}

.service-consultation-feedback {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 13px;
    font-size: 13px;
    line-height: 1.5;
}

.service-consultation-feedback--success {
    color: #087252;
    background: rgba(35, 193, 138, 0.1);
    border: 1px solid rgba(35, 193, 138, 0.2);
}

.service-consultation-feedback--error {
    color: #9d3341;
    background: rgba(222, 77, 93, 0.08);
    border: 1px solid rgba(222, 77, 93, 0.16);
}

.service-whatsapp-card {
    position: relative;
    isolation: isolate;
    min-height: 178px;
    overflow: hidden;
    padding: 22px;
    border-radius: 28px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 32px;
    gap: 15px;
    align-items: start;
    color: #fff !important;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 36%),
        linear-gradient(135deg, #031b4e 0%, #064c70 58%, #008eaa 100%);
    box-shadow: 0 24px 58px rgba(3, 27, 78, 0.22);
    transition: box-shadow .38s ease;
}

.service-whatsapp-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    border-radius: inherit;
    background-image:
        linear-gradient(
            104deg,
            transparent 14%,
            rgba(255, 255, 255, 0.05) 35%,
            rgba(255, 255, 255, 0.2) 48%,
            rgba(96, 227, 209, 0.13) 55%,
            transparent 78%
        ),
        radial-gradient(circle at 88% 18%, rgba(96, 227, 209, 0.22), transparent 34%),
        linear-gradient(135deg, transparent 42%, rgba(96, 227, 209, 0.08) 100%);
    background-size: 46% 180%, 100% 100%, 100% 100%;
    background-position: -90% 50%, center, center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1px rgba(96, 227, 209, 0.2);
    transition:
        opacity .3s ease,
        background-position .82s cubic-bezier(.2, .72, .24, 1);
}

.service-whatsapp-card::after {
    content: "";
    position: absolute;
    inset: auto -50px -72px auto;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    z-index: -1;
}

a.service-whatsapp-card:hover {
    display: grid;
    color: #fff;
    transform: none;
    box-shadow:
        0 30px 70px rgba(3, 27, 78, 0.28),
        0 0 0 1px rgba(96, 227, 209, 0.3),
        0 0 38px rgba(0, 174, 205, 0.18);
}

a.service-whatsapp-card:hover::before {
    opacity: 1;
    background-position: 180% 50%, center, center;
}

.service-whatsapp-card__orb {
    position: absolute;
    top: -42px;
    right: -22px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 226, 199, 0.32), rgba(59, 226, 199, 0));
    z-index: -1;
}

.service-whatsapp-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 22px;
    position: relative;
    z-index: 2;
}

.service-whatsapp-card__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    z-index: 2;
}

.service-whatsapp-card__content small {
    margin-bottom: 5px;
    color: #60e3d1;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.service-whatsapp-card__content strong {
    margin-bottom: 10px;
    color: #fff;
    font-size: 23px;
    line-height: 1.15;
}

.service-whatsapp-card__content span {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.45;
}

.service-whatsapp-card__content b {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.02em;
}

.service-whatsapp-card__arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #031b4e;
    background: #60e3d1;
    position: relative;
    z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
    .service-whatsapp-card,
    .service-whatsapp-card::before,
    .service-whatsapp-card__orb,
    .service-whatsapp-card__icon,
    .service-whatsapp-card__arrow {
        transition-duration: .01ms !important;
    }
}

html[dir="rtl"] .service-detail-post {
    text-align: right;
}

html[dir="rtl"] .service-detail-post ul {
    text-align: right;
}

html[dir="rtl"] .service-detail-post li {
    padding-left: 0;
    padding-right: 34px;
    text-align: right;
}

html[dir="rtl"] .service-detail-post li::before {
    left: auto;
    right: 0;
}

html[dir="rtl"] .service-consultation-card::before {
    left: auto;
    right: 30px;
}

html[dir="rtl"] .service-consultation-card__eyebrow::before {
    order: 2;
}

html[dir="rtl"] .service-consultation-form button i {
    transform: rotate(180deg);
}

@keyframes serviceIntroCardIn {
    0% {
        opacity: 0;
        transform: translateY(18px) scale(0.985);
        box-shadow: 0 8px 18px rgba(8, 24, 48, 0.08);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        box-shadow: 0 18px 34px rgba(8, 24, 48, 0.18), 0 4px 14px rgba(8, 24, 48, 0.1);
    }
}

@keyframes serviceIntroImageIn {
    0% {
        transform: scale(1.07);
    }

    100% {
        transform: scale(1);
    }
}

@media screen and (max-width: 991px) {
    .service-detail-post {
        background:
            linear-gradient(180deg, transparent 0, transparent 420px, #ffffff 420px, #ffffff 100%);
    }

    .service-detail-layout {
        margin-top: 52px;
        grid-template-columns: 1fr;
    }

    .service-detail-sidebar__sticky {
        position: static;
    }

    .service-detail-post h3 {
        font-size: 30px;
        margin-top: 34px;
    }
}

@media screen and (max-width: 767px) {
    .service-detail-post {
        background:
            linear-gradient(180deg, transparent 0, transparent 280px, #ffffff 280px, #ffffff 100%);
    }

    .service-detail-layout {
        margin-top: 36px;
        gap: 30px;
    }

    .service-detail-post h3 {
        font-size: 26px;
        margin: 28px 0 14px;
    }

    .service-detail-post p,
    .service-detail-post li {
        font-size: 17px;
        line-height: 1.8em;
    }

    .service-detail-post li {
        padding-left: 28px;
    }

    .service-detail-post li::before {
        font-size: 18px;
        top: 0.18em;
    }

    html[dir="rtl"] .service-detail-post li {
        padding-left: 0;
        padding-right: 28px;
    }

    .service-consultation-card,
    .service-whatsapp-card {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .service-detail-post .service-consultation-card h3 {
        font-size: 25px;
    }

    .service-whatsapp-card {
        min-height: 0;
        grid-template-columns: 44px minmax(0, 1fr) 30px;
        gap: 12px;
    }

    .service-whatsapp-card__icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }
}

/* list */
.page-list {
    position: relative;
    display: block;
}

.page-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    width: fit-content;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 189, 224, 0.2);
}

.page-list li.text-lightpurple {
    border-bottom: 1px solid rgba(0, 189, 224, 0.2);
}

.page-list li:last-child {
    border-bottom: 1px solid transparent;
}

.page-list li+li {
    margin-top: 5px;
}

.page-list-icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex: 0 0 16px;
    width: 16px;
    padding-top: 4px;
}

.page-list-icon span {
    font-size: 15px;
    color: #00bde0;
}

.page-list-icon i {
    font-size: 24px;
    color: #00bde0;
}

.page-list-text {
    margin-left: 10px;
    flex: 1 1 auto;
}

.page-list-text p {
    margin: 0;
    font-weight: 500;
    color: #031b4e;
    line-height: 1.45em;
}

.page-list-text p.text-navy {
    color: #031b4e;
}


/* ======= Contact style ======= */
/* maps */
.google-maps {
    width: 100%;
    height: 550px;
    display: block;
    border: none;
}

.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.contact-form {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    padding: 60px;
    background: #fff;
}

.contact-form h3 {
    color: #031b4e;
    font-size: 27px;
    margin-bottom: 30px;
}

.contact-form h3 span {
    color: #00bde0;
}

/* info box */
.info-box h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.info-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.info-box .item .icon {
    color: #fff;
    margin-right: 15px;
    background: #00bde0;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 100%;
    line-height: 65px;
}

.info-box .item .icon:before {
    font-size: 27px;
    font-weight: 400;
}

.info-box .item h5 {
    color: #031b4e;
    margin-bottom: 0px;
    font-size: 18px;
    margin-top: 5px;
}

.info-box .item h6 {
    color: #00bde0;
    margin-bottom: 0px;
    font-size: 22px;
}

.info-box .item p {
    font-size: 18px;
    margin-bottom: 0;
}

/* worktime */
.worktime {
    position: relative;
    background: #00bde0;
    border-radius: 20px;
    padding: 30px;
}

.worktime h4 {
    font-size: 30px;
    line-height: 1.2em;
    color: #fff;
}

.worktime ul {
    margin: 0;
    padding: 0;
}

.worktime ul li .tit,
.worktime ul li .dots,
.worktime ul li span {
    display: table-cell;
    white-space: nowrap;
}

.worktime ul li {
    margin-bottom: 15px;
    font-size: 18px;
}

.worktime ul li:last-of-type {
    margin-bottom: 0;
}

.worktime ul li span {
    white-space: nowrap;
    padding-left: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.worktime ul li .tit {
    padding-right: 10px;
    color: #fff;
    font-weight: 500;
}

.worktime ul li .dots {
    height: 0px;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    position: relative;
    top: -9px;
}

/* form-group */
.form-group {
    position: relative;
}

.form-group .form-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    pointer-events: none;
}

.form-group .form-icon i {
    color: #00bde0 !important;
}

.form-group input,
.form-group select,
.form-group textarea,
.form-group .form-control {
    padding-left: 45px;
}

.form-group.form-textarea .form-icon {
    top: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* contact box */
.contact-box {
    position: relative;
    margin-bottom: 0px;
    margin-top: -100px;
}

.contact-box .container {
    position: relative;
    z-index: 2;
}

.contact-box .item {
    background: #fff;
    padding: 45px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 20px;
}

.contact-box .item.active {
    background: #00bde0;
}

.contact-box .item:hover {
    background: #00bde0;
    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.contact-box .item h5 {
    font-size: 21px;
    color: #031b4e;
    margin-bottom: 5px;
}

.contact-box .item.active h5 {
    color: #fff
}

.contact-box .item:hover h5 {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact-box .item p {
    margin-bottom: 0;
}

.contact-box .item.active p {
    color: #fff;
}

.contact-box .item:hover p {
    color: #fff;
}

.contact-box .item span,
.contact-box .item i {
    font-size: 45px;
    color: #00bde0;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact-box .item.active span,
.contact-box .item.active i {
    color: #fff;
}

.contact-box .item:hover span,
.contact-box .item:hover i {
    color: #fff;
}

.contact-box .item i.numb {
    font-size: 120px;
    position: absolute;
    bottom: -40px;
    right: -20px;
    color: #eff9ff;
    z-index: -1;
}

.contact-box .item.active i.numb {
    color: rgba(255, 255, 255, 0.1);
}

.contact-box .item:hover .numb {
    color: rgba(255, 255, 255, 0.1);
}


/* ======= Button style ======= */
/* durubtn 1 */
.durubtn {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 35px;
    min-height: 55px;
    line-height: 50px;
    border-radius: 40px;
    color: #fff;
    background: #031b4e;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.durubtn .text-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.durubtn .text {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.durubtn .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn:hover {
    background: #00bde0;
    color: #fff;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.durubtn:hover .text {
    color: #fff;
}

.durubtn:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.durubtn:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}

.durubtn i {
    font-size: 13px;
    color: #fff;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.durubtn i.ml-5 {
    margin-left: 5px;
}

.durubtn i.mr-5 {
    margin-right: 5px;
}

.durubtn:hover i {
    color: #fff;
}

/* durubtn 2 */
.durubtn2 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 35px;
    min-height: 55px;
    line-height: 50px;
    border-radius: 40px;
    color: #fff;
    background: #00bde0;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.durubtn2 .text-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.durubtn2 .text {
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.durubtn2 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn2 .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn2:hover {
    background: #031b4e;
    color: #fff;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.durubtn2:hover .text {
    color: #fff;
}

.durubtn2:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.durubtn2:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}

.durubtn2 i {
    font-size: 13px;
    color: #fff;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.durubtn2 i.ml-5 {
    margin-left: 5px;
}

.durubtn2 i.mr-5 {
    margin-right: 5px;
}

.durubtn2:hover i {
    color: #fff;
}

/* durubtn 3 */
.durubtn3 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 35px;
    min-height: 55px;
    line-height: 50px;
    border-radius: 40px;
    color: #031b4e;
    background: #fff;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.durubtn3 .text-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.durubtn3 .text {
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #031b4e;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.durubtn3 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn3 .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn3:hover {
    background: #00bde0;
    color: #fff;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.durubtn3:hover .text {
    color: #fff;
}

.durubtn3:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.durubtn3:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}

.durubtn3 i {
    font-size: 13px;
    color: #031b4e;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.durubtn3 i.ml-5 {
    margin-left: 5px;
}

.durubtn3 i.mr-5 {
    margin-right: 5px;
}

.durubtn3:hover i {
    color: #fff;
}

/* durubtn 4 */
.durubtn4 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 35px;
    min-height: 55px;
    line-height: 50px;
    border-radius: 40px;
    color: #031b4e;
    background: #fff;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.durubtn4 .text-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.durubtn4 .text {
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #031b4e;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.durubtn4 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn4 .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn4:hover {
    background: #031b4e;
    color: #fff;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.durubtn4:hover .text {
    color: #fff;
}

.durubtn4:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.durubtn4:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}

.durubtn4 i {
    font-size: 13px;
    color: #031b4e;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.durubtn4 i.ml-5 {
    margin-left: 5px;
}

.durubtn4 i.mr-5 {
    margin-right: 5px;
}

.durubtn4:hover i {
    color: #fff;
}

/* call button */
.call-button {
    display: flex;
    align-items: center;
}

.call-button .icon {
    flex: 0 0 auto;
    position: relative;
    font-size: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #00bde0;
    text-align: center;
    line-height: 65px;
    color: #fff;
    transition: 0.4s ease-in-out;
    overflow: hidden;
    margin-right: 10px;
}

.call-button .icon i {
    display: inline-block;
    transition: 400ms;
    color: #fff;
}

.call-button .icon:hover i {
    animation: chy-call-2 0.5s ease-in-out;
    color: #fff;
}

.call-button .icon:hover {
    background: #031b4e;
}

@keyframes chy-call-2 {
    25% {
        transform: translateX(60px);
    }

    50% {
        transform: translateX(-60px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
    }
}

.call-button .cont .text {
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #6e778c;
    display: block;
    line-height: 1.2em;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.call-button .cont .phone {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #031b4e;
    line-height: 1;
    transition: 0.4s ease-in-out;
    padding: 0;
    margin: 0;
    letter-spacing: -1px;
}

.call-button .cont .phone:hover {
    color: #031b4e;
}

/* ======= Appointment style ======= */
.appointment h4 {
    font-size: 40px;
    margin-bottom: 0px;
    color: #fff !Important;
    line-height: 1.1em;
}

.appointment .help {
    display: flex;
    align-items: center;
}

.appointment .help .icon {
    position: relative;
    top: 0;
    background: #00bde0;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
}

.appointment .help .icon i {
    font-size: 24px;
}

.appointment .help .text {
    margin-left: 15px;
}

.appointment .help .text p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.appointment .help .text a {
    font-size: 27px;
    font-weight: 600;
    color: #fff !important;
    letter-spacing: -1px;
}

@media screen and (max-width: 991px) {
    .appointment h4 {
        font-size: 27px;
        margin-bottom: 30px;
    }
}

/* ======= Scrolling style ======= */
.scrolling {
    background: linear-gradient(90deg, #00bde0 0%, #00bde0 100%);
    padding: 40px 0;
}

.scrolling.scrolling-ticker {
    padding: 40px 0;
}

.scrolling.scrolling-ticker .wrapper {
    --gap: 30px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    align-items: center;
}

.scrolling.scrolling-ticker .wrapper .content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 50s linear infinite;
}

.scrolling.scrolling-ticker .wrapper .content span {
    font-family: "Jost", sans-serif;
    display: inline-flex;
    align-items: center;
    font-size: 21px;
    line-height: 1.2em;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
}

.scrolling.scrolling-ticker .wrapper .content span i {
    color: rgba(255, 255, 255, 0.7);
}

.scrolling.scrolling-ticker .wrapper .content span img {
    width: 100%;
    max-width: 24px;
    margin-right: 30px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@media only screen and (max-width: 991px) {
    .scrolling {
        padding: 15px 0;
    }

    .scrolling.scrolling-ticker .wrapper {
        --gap: 20px;
    }

    .scrolling.scrolling-ticker .wrapper .content span {
        font-size: 24px;
    }

    .scrolling.scrolling-ticker .wrapper .content span img {
        max-width: 20px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .scrolling.scrolling-ticker .wrapper {
        --gap: 15px;
    }

    .scrolling.scrolling-ticker .wrapper .content span {
        font-size: 24px;
    }

    .scrolling.scrolling-ticker .wrapper .content span img {
        max-width: 15px;
        margin-right: 15px;
    }
}

.feather-shadow {
    mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
}

.feather-shadow2 {
    mask-image: linear-gradient(to right, transparent 6%, #000 20%, #000 80%, transparent 92%);
    -webkit-mask-image: linear-gradient(to right, transparent 6%, #000 20%, #000 80%, transparent 92%);
}


/* ======= For Images Reveal Effect style ======= */
.reveal-effect {
    float: left;
    position: relative;
}

.reveal-effect.animated:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #eff9ff;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    animation: 1s reveal linear forwards;
    -webkit-animation-duration: 1s;
    z-index: 1;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.animated>* {
    animation: 1s reveal-inner linear forwards;
}

@-webkit-keyframes reveal {
    0% {
        left: 0;
        width: 0;
    }

    50% {
        left: 0;
        width: 100%;
    }

    51% {
        left: auto;
        right: 0;
    }

    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}

@-webkit-keyframes reveal-inner {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    50% {
        visibility: hidden;
        opacity: 0;
    }

    51% {
        visibility: visible;
        opacity: 1;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .cursor {
        display: none !important;
    }
}

/* ======= Text Animation style ====== */
.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
    width: 10px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.splitting.txt.animated .char {
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
    width: 5px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* ======= For Images Imago Effect style ======= */
.imago {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.imago.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}


/* ======= 404 Page style ======= */
.notfound {
    min-height: calc(100vh - 100px);
    position: relative;
    background-blend-mode: overlay;
    background: rgba(11, 7, 28, .3);
    background-image: url("../img/slider/1.jpg");
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    color: #fff;
}

@media (max-width: 767px) {
    .404 {
        min-height: calc(100vh - 100px);
    }
}

.notfound .item {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 30px 15px;
}

.notfound h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.notfound h3 {
    font-size: 45px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

.notfound h2 {
    font-size: 36px;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
}

.notfound h2 span {
    color: #00bde0;
}

.notfound h1 {
    font-size: 180px;
    line-height: 120px;
    position: relative;
    margin-bottom: 30px;
    color: #fff;
}

.notfound h1 span {
    color: #00bde0;
    font-style: italic;
}

.notfound p {
    color: #fff;
    font-size: 18px;
}

/* notfound form */
.notfound form {
    margin-top: 30px;
    position: relative;
}

.notfound form input {
    width: 100%;
    padding: 15px 50px 15px 20px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    color: #fff;
    margin-bottom: 15px;
    outline: none;
}

.notfound form input:active,
.notfound form input:focus {
    border: 2px solid #00bde0;
}

.notfound form input::placeholder {
    color: #fff;
}

.notfound form button {
    background-color: #00bde0;
    border-radius: 100%;
    color: #fff;
    border: 0;
    position: absolute;
    top: 6px;
    right: 7px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    height: 53px;
    width: 53px;
    line-height: 53px;
    text-align: center;
}

.notfound form button:hover {
    background-color: #fff;
    color: #00bde0;
    outline: none;
}


/* ======= Footer style ======= */
.footer {
    position: relative;
    display: block;
    background: #fff;
}

/* footer top */
.footer-top {
    position: relative;
    display: block;
    padding: 90px 0 45px 0;
    z-index: 1;
}

.footer-top .item {
    position: relative;
}

.footer-top .item .title {
    font-size: 18px;
    color: #0e1323;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-top .item p {
    color: #6e778c;
}

.footer-top .item .phone {
    font-size: 18px;
    color: #00bde0;
    margin-bottom: 5px;
}

.footer-top .item .phone a,
.footer-top .item .mail a {
    color: inherit;
}

.footer-top .item .mail {
    font-size: 18px;
    line-height: 2.5em;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-top .item .mail:hover {
    color: #00bde0;
}

.footer-top .item .mail:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(0, 189, 224, 0.5);
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-top .item .mail:hover:before {
    background-color: #00bde0;
}

.footer-top .item .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.footer-top .item .social-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #00bde0;
    font-size: 18px;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-top .item .social-list a+a {
    margin-left: 15px;
}

.footer-top .item .social-list a:hover {
    background-color: transparent;
    color: #00bde0;
}

.footer-top .item .subscribe form {
    position: relative;
}

.footer-top .item .subscribe form input {
    width: 100%;
    padding: 12px 60px 12px 20px;
    background-color: transparent;
    border: 1px solid rgba(0, 189, 224, 0.5);
    border-radius: 0px;
    color: #6e778c;
    margin-bottom: 15px;
    outline: none;
    border-radius: 50px;
}

.footer-top .item .subscribe form input::placeholder {
    color: #6e778c;
}

.footer-top .item .subscribe form button {
    background-color: #00bde0;
    border-radius: 100%;
    color: #fff;
    border: 0;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    width: 49px;
    height: 49px;
    text-align: center;
}

.footer-top .item .subscribe form button:hover {
    background-color: #0e1323;
    color: #fff;
    outline: none;
}

.footer-certificates {
    position: relative;
}

.footer-certificates p {
    margin-bottom: 18px;
    color: #6e778c;
    line-height: 1.75;
}

.footer-certificates-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    max-width: 440px;
}

.footer-certificate-card {
    min-height: 74px;
    padding: 10px 8px;
    border: 1px solid rgba(0, 189, 224, 0.16);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(244, 251, 254, 0.94) 100%);
    box-shadow: 0 14px 34px rgba(6, 43, 95, 0.055);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.footer-certificate-card:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 189, 224, 0.34);
    box-shadow: 0 18px 42px rgba(6, 43, 95, 0.09);
}

.footer-certificate-card img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
}

.footer-certificate-card img[src*="health-turkiye-logo"] {
    width: 70px;
    height: 52px;
}

.footer .item .opening ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.footer .item .opening ul li .tit,
.footer .item .opening ul li .dots,
.footer .item .opening ul li span {
    display: table-cell;
    white-space: nowrap;
}

.footer .item .opening ul li {
    margin-bottom: 15px;
    font-size: 18px;
}

.footer .item .opening ul li:last-of-type {
    margin-bottom: 0;
}

.footer .item .opening ul li span {
    white-space: nowrap;
    padding-left: 10px;
    color: #6e778c;
}

.footer .item .opening ul li .tit {
    padding-right: 10px;
    color: #6e778c;
}

.footer .item .opening ul li .dots {
    height: 4px;
    width: 100%;
    border-bottom: 1px dashed rgba(0, 189, 224, 0.3);
    position: relative;
    top: -7px;
}

/* footer bottom */
.footer-bottom {
    position: relative;
    display: block;
    background-color: #eff9ff;
    padding: 30px 0;
}

.footer-bottom p {
    font-size: 16px;
    color: #6e778c;
    margin: 10px 0;
}

.footer-bottom p a {
    color: #00bde0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-bottom p a:hover {
    color: #00bde0;
}

/* links */
.footer .footer-bottom .links {}

.footer .footer-bottom .links ul {
    margin: 0;
    padding: 0;
}

.footer .footer-bottom .links ul li {
    display: inline-block;
    margin: 10px;
    font-size: 18px;
}

.footer .footer-bottom .links ul li a {
    color: #6e778c;
    position: relative;
}

.footer .footer-bottom .links ul li:hover,
.footer .footer-bottom .links ul li:hover a {
    color: #00bde0;
}

@media screen and (max-width: 991px) {
    .footer .footer-bottom .links ul li {
        margin: 5px;
    }

    .footer .footer-bottom .links,
    .footer .footer-bottom p {
        text-align: left !important;
    }
}

@media (max-width: 575.98px) {
    .footer-certificates-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 100%;
        gap: 8px;
    }

    .footer-certificate-card {
        min-height: 68px;
        border-radius: 14px;
        padding: 9px 7px;
    }

    .footer-certificate-card img {
        width: 46px;
        height: 46px;
    }

    .footer-certificate-card img[src*="health-turkiye-logo"] {
        width: 64px;
        height: 46px;
    }
}

/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    font-weight: 600;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 189, 224, 0.2);
    box-shadow: inset 0 0 0 2px rgba(0, 189, 224, 0.2);
}

.progress-wrap::after {
    color: #00bde0;
}

.progress-wrap svg.progress-circle path {
    stroke: #00bde0;
}


/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark] {
    position: relative;
}

[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #031b4e;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}

[data-overlay-dark] p {
    color: #fff;
}

[data-overlay-dark="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before {
    opacity: 0.2;
}

[data-overlay-dark="3"]:before {
    opacity: 0.3;
}

[data-overlay-dark="4"]:before {
    opacity: 0.4;
}

[data-overlay-dark="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before {
    opacity: 0.7;
}

[data-overlay-dark="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before {
    opacity: 1;
}

/* ======= Responsive style ======= */
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }

    .bg-imgfixed {
        background-attachment: scroll !important;
    }

    .notfound h1 {
        font-size: 160px;
        line-height: 110px;
    }

    .notfound h2 {
        font-size: 32px;
    }

    .banner-header h4 {
        font-size: 27px;
    }

    .banner-header .post .author,
    .banner-header .post .date-comment {
        font-size: 13px;
    }

    .post h5 {
        font-size: 21px;
    }

    .worktime {
        padding: 30px 15px;
    }

    .contact-form {
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    .banner-header h2 {
        font-size: 36px;
        letter-spacing: 0;
    }

    .section-title {
        font-size: 36px;
    }

    .post-comment-section h3 span {
        margin-left: 5px;
    }

    .video-fullscreen-wrap .caption.text-left,
    .video-fullscreen-wrap .caption {
        text-align: center;
    }

    .video-fullscreen-wrap h3 {
        font-size: 45px;
    }

    .info-box .item h5 {
        font-size: 18px;
    }
}

.about-story {
    position: relative;
}

.about-story .section-subtitle,
.about-story .section-title {
    text-align: left;
}

.about-story-text {
    max-width: none;
    margin: 0;
    font-size: 17px;
    line-height: 1.95em;
    color: #5c6470;
    text-align: left;
}

.about-story-text h3 {
    margin: 28px 0 14px;
    color: #031b4e;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
}

.about-story-text p {
    margin-bottom: 18px;
}

.about-story-text ul {
    margin: 18px 0 22px;
    padding: 0;
}

.about-story-text li {
    list-style: none;
    position: relative;
    margin-bottom: 12px;
    padding-left: 28px;
}

.about-story-text li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 1px;
    color: #00bde0;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
}

html[dir="rtl"] .about-story-text {
    text-align: right;
}

html[dir="rtl"] .about-story-text li {
    padding-left: 0;
    padding-right: 28px;
}

html[dir="rtl"] .about-story-text li::before {
    left: auto;
    right: 0;
}

.about-award-highlight {
    display: grid;
    grid-template-columns: minmax(260px, 370px) minmax(0, 520px);
    gap: 32px;
    align-items: center;
    max-width: 980px;
    margin: 42px 0 12px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.about-award-highlight__media {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 46px rgba(7, 23, 51, 0.14);
    background: #071733;
}

.about-award-highlight__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center top;
}

.about-award-highlight__content {
    min-width: 0;
}

.about-award-highlight__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(25, 191, 230, 0.1);
    color: #00a6cf;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-award-highlight__eyebrow::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #19bfe6;
}

.about-story-text .about-award-highlight h3 {
    margin-top: 0;
    margin-bottom: 16px;
    color: #031b4e;
    font-size: 24px;
    line-height: 1.28;
    letter-spacing: 0.02em;
}

.about-story-text .about-award-highlight p {
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 1.72;
    color: #5c6470;
}

html[dir="rtl"] .about-award-highlight__eyebrow::before {
    order: 2;
}

.about-flow-separator {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 56px;
    padding: 18px 0 6px;
}

.about-flow-separator::before {
    content: '';
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(17, 172, 226, 0), rgba(25, 191, 230, 0.38), rgba(17, 172, 226, 0));
}

.about-flow-separator span {
    position: relative;
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0) 46%),
        linear-gradient(135deg, rgba(25, 191, 230, 0.18), rgba(16, 43, 114, 0.12));
    box-shadow:
        0 18px 40px rgba(16, 43, 114, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(16px);
}

.about-flow-separator span::before,
.about-flow-separator span::after {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 999px;
}

.about-flow-separator span::before {
    inset: 18px;
    background: radial-gradient(circle at center, #19bfe6 0, #19bfe6 32%, rgba(25, 191, 230, 0) 36%);
    opacity: 0.95;
}

.about-flow-separator span::after {
    width: 8px;
    height: 8px;
    top: 13px;
    right: 13px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.65);
}

.certificates-section {
    position: relative;
    padding-top: 48px;
}

.certificate-card {
    height: 100%;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(16, 24, 40, 0.08);
    border: 1px solid rgba(17, 24, 39, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certificate-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 80px rgba(16, 24, 40, 0.14);
}

.certificate-card-media {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #f5f7fb;
    overflow: hidden;
    display: block;
    cursor: zoom-in;
    isolation: isolate;
    contain: paint;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.certificate-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: opacity 0.25s ease;
}

.certificate-card-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 29, 77, 0.02), rgba(10, 29, 77, 0.32));
    opacity: 0;
    transition: opacity 0.35s ease;
}

.certificate-card-zoom {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
    color: #102b72;
    font-size: 18px;
    box-shadow: 0 14px 30px rgba(16, 43, 114, 0.18);
    transform: translateY(12px);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.certificate-card:hover .certificate-card-media::after,
.certificate-card-media:focus-visible::after {
    opacity: 1;
}

.certificate-card:hover .certificate-card-zoom,
.certificate-card-media:focus-visible .certificate-card-zoom {
    transform: translateY(0);
    opacity: 1;
}

.certificate-card-media:focus-visible {
    outline: 0;
}

.certificate-card-media:focus-visible .certificate-card-zoom {
    background: #19bfe6;
    color: #fff;
}

.about-gallery-card {
    overflow: hidden;
    isolation: isolate;
    contain: paint;
}

.about-gallery-link {
    position: relative;
    display: block;
    overflow: hidden;
    isolation: isolate;
    contain: paint;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.about-gallery-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: opacity 0.25s ease;
}

.about-gallery-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 42%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
    z-index: 1;
}

.about-gallery-link:hover img,
.about-gallery-link:focus-visible img {
    opacity: 0.98;
}

.about-gallery-link:hover::before,
.about-gallery-link:focus-visible::before {
    opacity: 1;
}

.about-gallery-link:hover,
.about-gallery-link:focus,
.about-gallery-link:focus-visible,
.certificate-card-media:hover,
.certificate-card-media:focus,
.certificate-card-media:focus-visible {
    display: block !important;
}

.about-gallery-zoom {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(9, 185, 227, 0.92);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(7, 23, 51, 0.18);
    transform: translateY(10px);
    opacity: 0;
    transition: transform 0.28s ease, opacity 0.28s ease, background 0.28s ease;
}

.about-gallery-link:hover .about-gallery-zoom,
.about-gallery-link:focus-visible .about-gallery-zoom {
    transform: translateY(-2px);
    opacity: 1;
}

.laboratory-brand-section {
    position: relative;
}

.laboratory-brand-cards {
    align-items: stretch;
}

.laboratory-brand-card {
    height: 100%;
    padding: 32px 28px;
    border-radius: 28px;
    border: 1px solid rgba(8, 37, 82, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 255, 0.94)),
        radial-gradient(circle at top right, rgba(25, 191, 230, 0.12), rgba(25, 191, 230, 0) 46%);
    box-shadow: 0 22px 52px rgba(9, 31, 67, 0.08);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.laboratory-brand-logo-wrap {
    min-height: 64px;
    display: flex;
    align-items: center;
}

.laboratory-brand-logo {
    max-width: 180px;
    max-height: 52px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
    filter: saturate(1.02) contrast(1.01);
}

.laboratory-brand-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid rgba(8, 37, 82, 0.08);
    background: rgba(255, 255, 255, 0.9);
    color: #082552;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.laboratory-brand-copy h3 {
    margin: 0 0 14px;
    color: #082552;
    font-size: 28px;
    line-height: 1.2;
}

.laboratory-brand-text,
.laboratory-brand-text p,
.laboratory-brand-text li {
    color: #5c6f91;
    font-size: 18px;
    line-height: 1.9;
}

.laboratory-brand-text ul {
    margin: 14px 0 0;
    padding: 0;
}

.laboratory-brand-text li {
    list-style: none;
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
}

.laboratory-brand-text li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 1px;
    color: #19bfe6;
    font-weight: 800;
    line-height: 1;
}

.laboratory-brand-text p:last-child,
.laboratory-brand-text > *:last-child {
    margin-bottom: 0;
}

html[dir="rtl"] .laboratory-brand-text ul {
    text-align: right;
}

html[dir="rtl"] .laboratory-brand-text li {
    padding-left: 0;
    padding-right: 28px;
}

html[dir="rtl"] .laboratory-brand-text li::before {
    left: auto;
    right: 0;
}

@media (max-width: 991.98px) {
    .laboratory-brand-card {
        padding: 24px 22px;
        border-radius: 24px;
    }

    .laboratory-brand-copy h3 {
        font-size: 24px;
    }

    .laboratory-brand-text,
    .laboratory-brand-text p,
    .laboratory-brand-text li {
        font-size: 17px;
    }
}

.certificate-card-body {
    padding: 28px 28px 30px;
}

.certificate-card-body h4 {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 12px;
}

.certificate-card-text,
.certificate-card-body p {
    margin: 0;
    font-size: 15px;
    line-height: 1.9em;
    color: #6b7280;
}

.certificate-card-text p:last-child {
    margin-bottom: 0;
}

.certificate-card-document-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(10, 191, 225, 0.1);
    color: #062b5f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.certificate-card-document-link:hover {
    background: #0abfe1;
    color: #fff;
    transform: translateY(-2px);
}

.home-about-certificates {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0 24px;
    max-width: 640px;
}

.home-about-certificate {
    min-height: 118px;
    padding: 16px 14px;
    border: 1px solid rgba(10, 191, 225, 0.14);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f4fbfe 100%);
    box-shadow: 0 14px 38px rgba(6, 43, 95, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-about-certificate img {
    width: 82px;
    height: 82px;
    object-fit: contain;
    display: block;
}

.home-about-certificate img[src*="health-turkiye-logo"] {
    width: 104px;
    height: 82px;
}

.rich-text-content > *:last-child,
.about-story-text > *:last-child,
.certificate-card-text > *:last-child {
    margin-bottom: 0;
}

.rich-video-embed {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 26px 0;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

.rich-video-embed--iframe {
    aspect-ratio: 16 / 9;
}

.rich-video-embed iframe,
.rich-video-embed video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.rich-video-embed video {
    background: #000;
}

@media screen and (max-width: 767px) {
    .rich-video-embed {
        margin: 20px 0;
        border-radius: 16px;
    }
}

@media screen and (max-width: 767px) {
    .about-story-text {
        font-size: 16px;
        line-height: 1.85em;
        text-align: left;
    }

    .about-award-highlight {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 18px;
        border-radius: 24px;
    }

    .about-award-highlight__media {
        border-radius: 20px;
    }

    .about-story-text .about-award-highlight h3 {
        font-size: 24px;
    }

    .about-flow-separator {
        gap: 12px;
        margin-top: 40px;
        padding-top: 10px;
    }

    .about-flow-separator span {
        width: 48px;
        height: 48px;
    }

    .certificate-card-body {
        padding: 22px 20px 24px;
    }

    .certificate-card-body h4 {
        font-size: 22px;
    }

    .home-about-certificates {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        max-width: 100%;
        padding-bottom: 8px;
        scroll-snap-type: x proximity;
    }

    .home-about-certificate {
        flex: 0 0 128px;
        min-height: 104px;
        scroll-snap-align: start;
    }

    .home-about-certificate img {
        width: 72px;
        height: 72px;
    }

    .home-about-certificate img[src*="health-turkiye-logo"] {
        width: 96px;
        height: 72px;
    }
}

body {
    padding-bottom: max(0px, env(safe-area-inset-bottom, 0px));
}

.footer {
    padding-bottom: 82px;
}

.floating-cta-shell {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    width: 100%;
    pointer-events: none;
}

.floating-cta-inner {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(28px, 5vw, 74px);
    padding: 11px max(24px, env(safe-area-inset-left, 0px)) calc(11px + env(safe-area-inset-bottom, 0px));
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%),
        rgba(17, 29, 42, 0.97);
    border-top: 1px solid rgba(53, 198, 230, 0.38);
    box-shadow: 0 -12px 32px rgba(7, 20, 34, 0.2);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    pointer-events: auto;
}

.floating-cta-rail {
    width: min(18vw, 240px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(28, 194, 225, 0.9));
    flex: 0 1 240px;
}

.floating-cta-rail:last-child {
    background: linear-gradient(90deg, rgba(28, 194, 225, 0.9), transparent);
}

.floating-cta-button {
    position: relative;
    min-height: 44px;
    width: min(360px, 30vw);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 22px;
    overflow: hidden;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
    will-change: transform, box-shadow, filter;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.floating-cta-button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.22) 48%, transparent 78%);
    opacity: 0;
    transform: translateX(-90%);
    transition: opacity 0.25s ease;
}

.floating-cta-shell .floating-cta-button,
.floating-cta-shell .floating-cta-button:hover,
.floating-cta-shell .floating-cta-button:focus,
.floating-cta-shell .floating-cta-button:focus-visible {
    display: flex;
    color: #fff !important;
    text-decoration: none !important;
}

.floating-cta-button:hover,
.floating-cta-button:focus-visible {
    transform: translate3d(0, -2px, 0);
    filter: saturate(1.05) brightness(1.06);
}

.floating-cta-button:hover::before,
.floating-cta-button:focus-visible::before {
    opacity: 0.72;
    animation: floatingCtaShine 0.65s ease;
}

.floating-cta-button--primary {
    background: linear-gradient(135deg, #16bddd 0%, #168fc8 100%);
    box-shadow: 0 8px 20px rgba(12, 153, 195, 0.24);
}

.floating-cta-button--secondary {
    width: min(280px, 25vw);
    background: linear-gradient(135deg, #32c98d 0%, #20ad70 100%);
    box-shadow: 0 8px 20px rgba(24, 181, 111, 0.22);
}

.floating-cta-button--primary:hover,
.floating-cta-button--primary:focus-visible {
    box-shadow: 0 10px 24px rgba(12, 153, 195, 0.34);
}

.floating-cta-button--secondary:hover,
.floating-cta-button--secondary:focus-visible {
    box-shadow: 0 10px 24px rgba(24, 181, 111, 0.32);
}

.floating-cta-icon,
.floating-cta-value {
    position: relative;
    z-index: 1;
}

.floating-cta-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    font-size: 19px;
    flex: 0 0 24px;
    transition: transform 0.25s ease, background 0.25s ease;
}

.floating-cta-button:hover .floating-cta-icon,
.floating-cta-button:focus-visible .floating-cta-icon {
    transform: scale(1.08);
}

.floating-cta-value {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[dir="rtl"] .floating-cta-inner {
    direction: rtl;
}

@keyframes floatingCtaShine {
    from {
        transform: translateX(-90%);
    }
    to {
        transform: translateX(90%);
    }
}

@media screen and (max-width: 767px) {
    .footer {
        padding-bottom: 76px;
    }

    .floating-cta-inner {
        min-height: 64px;
        gap: 8px;
        padding: 9px 10px calc(9px + env(safe-area-inset-bottom, 0px));
    }

    .floating-cta-rail {
        display: none;
    }

    .floating-cta-button {
        min-width: 0;
        min-height: 46px;
        width: auto;
        flex: 1 1 60%;
        gap: 7px;
        padding: 9px 6px;
        border-radius: 5px;
    }

    .floating-cta-button--secondary {
        flex-basis: 40%;
        width: auto;
    }

    .floating-cta-icon {
        width: 20px;
        height: 20px;
        font-size: 17px;
        flex-basis: 20px;
    }

    .floating-cta-value {
        font-size: clamp(9px, 2.65vw, 12px);
        letter-spacing: 0;
    }
}
