/* ----------------------------------------------------------------
			[ All Css Plugins & Helper Classes File ]
-----------------------------------------------------------------*/

/* == Bootstrap == */
@import url("plugins/bootstrap.min.css");

/* == Owl.carousel == */
@import url("plugins/owl.carousel.min.css");
@import url("plugins/owl.theme.default.min.css");

/* == Animate css == */
@import url("plugins/animate.min.css");

/* == Themify & Fontawesome Icons ==*/
@import url("plugins/themify-icons.css");
@import url("plugins/font-awesome-pro.css");

/* == Magnific-popup Gallery  == */
@import url("plugins/magnific-popup.css");

/* == YouTubePopUp == */
@import url("plugins/YouTubePopUp.css");

/* == Vegas Slider == */
@import url("plugins/vegas.slider.min.css");
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: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.011em;
    overflow-x: hidden !important;
}
p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.011em;
    color: #626d7a;
    margin-bottom: 15px;
}
p.text-white {
    color: rgba(255, 255, 255, 0.6) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 20px 0;
    color: #0e1323;
    letter-spacing: -0.02em;
}
h1 {
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
}
h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.15;
}
h3 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
h4 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.015em;
    line-height: 1.25;
}
h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.3;
}
h6 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.006em;
    line-height: 1.4;
}
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: 500;
    color: #003366;
}
.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: 13.25px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.75em;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #626d7a;
    background-image: none;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #cbdcec;
    border-radius: 10px;
}
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 #003366;
    background: transparent;
    outline: none;
}
select {
    padding: 10px;
    border-radius: 6px;
}
table,
th,
tr,
td {
    border: 2px solid #f8f5f0;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
input[type="submit"] {
    font-weight: 400;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    background: #33cc66;
    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: #626d7a;
    background-image: none;
    border: none;
    border-radius: 30px;
    border: 2px solid #e8e8d4;
}
input[type="number"] {
    max-width: 100% ;
    width: 100% ;
    margin-bottom: 0;
    padding: 12px 30px;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #626d7a;
    font-size: 18px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #626d7a;
}
::-moz-placeholder {
    color: #626d7a;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #626d7a;
}
/* blockquote */
blockquote {
    padding: 45px;
    display: block;
    position: relative;
    background-color: #003366;
    overflow: hidden;
    margin: 35px 0;
    color: #fff;
    font-style: italic;
    border-radius: 6px;
}
blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3;
}
blockquote:before {
    content: '\e645';
    font-family: 'Themify';
    position: absolute;
    right: 80px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.1;
    line-height: 1;
    color: #003366;
    font-style: normal;
}
blockquote p {
    margin-bottom: 0;
    font-size: 18px;
}
blockquote p a {
    color: inherit;
}
blockquote cite {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    position: relative;
    padding-left: 60px;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: #fff;
    font-weight: 400;
}
blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: #fff;
}

/* ======= 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;
}
.mb-0 {
    margin-bottom: 0 !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: "Inter", 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;
}
:root {
    scroll-behavior: auto;
    --primary-color: #003366;
    --primary-blue: #003366;
    --primary-green: #33cc66;
    --primary-green-dark: #2ba855;
    --primary-green-hover: #2ba855;
    --primary-green-light: #5dd88a;
    --secondary-color: #626d7a;
    --accent-color: #33cc66;
    --accent-light: #70e09a;
}
/* background & color */
.bg-navy {
    background: #0a4a7a ;
}
.bg-lightblue {
    background: #edf1fb;
}
.bg-lightgreen {
    background: rgba(51, 204, 102, 0.1);
}
.text-lightgreen {
    color: #33cc66;
}
.bg-lightgreen-solid {
    background: #33cc66;
}
.bg-white {
    background: #fff;
}
.icons {
    color: #fd961e;
    font-size: 15px;
    line-height: 1.1em;
    display: inherit;
    margin-bottom: 0;
}
.mr-5 {
    margin-right: 5px;
}
.mr-15 {
    margin-right: 15px;
}
.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);
}
/* booking form */
.booking-box {
    position: relative;
    background: #fff;
    padding: 50px 40px;
    margin-bottom: -80px;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}
.booking-box .head-box h3 {
    color: #0e1323;
    font-size: 32px;
}
.booking-box .head-box h3 span {
    color: #003366;
}


/* ======= Selection style ======= */
::-webkit-selection {
    color: #fff;
    background: #003366;
}
::-moz-selection {
    color: #fff;
    background: #003366;
}
::selection {
    color: #fff;
    background: #003366;
}
/* list style */


/* ======= Cursor & Drag style  ======= */
.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;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff;
    transition: all ease 0.15s;
    transform: scale(0.15);
}
.cursor.light:before {
    transform: scale(1);
    background: transparent;
}
.cursor.drag {
    mix-blend-mode: unset;
}
.cursor.drag:before {
    transform: scale(1);
    border-color: transparent;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease-out;
}
.cursor.drag:before {
    content: "\e658";
    font-family: "Themify";
    font-size: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease-out;
    transform: scale(1);
}

.cursor.drag.active:before {
    transform: scale(0.8);
}

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
    .cursor {
        display: none;
    }
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}
#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 #cbdcec;
    -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 #003366;
    -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: 0;
    margin-bottom: 0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 3px;
    border-radius: 50%;
    background: #cbdcec;
    border: 1px solid #cbdcec;
    -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: #003366;
    border: 1px solid #003366;
}
.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: #003366;
    border: 1px solid #003366;
    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: #003366;
    font-size: 10px;
    margin-right: 60px;
    margin-left: 60px;
    cursor: pointer;
    border: 1px solid #003366;
    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 #003366;
    color: #003366;
}
@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-padding h6 {
    color: #0e1323;
}
.section-subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0e1323;
    font-size: 13px;
    align-items: center;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.section-subtitle span {
    color: #003366;
}
.section-subtitle .text-lightgreen {
    color: #33cc66;
}
.section-subtitle::before {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #003366 !important;
}
.section-title {
    font-family: "Inter", sans-serif;
    font-size: 52px;
    line-height: 1.08;
    font-weight: 800;
    color: #003366;
    margin-bottom: 15px;
    letter-spacing: -0.03em;
}
.section-title img {
    width: 60px;
}
.section-title span {
    color: #33cc66 !important;
    display: contents;
}
.section-title.white {
    color: #fff;
}
/* section-info */
.section-info {
    position: relative;
    display: contents;
}
.section-info .icons {
    margin-right: 10px;
    padding: 0 20px;
    border-radius: 30px;
    background-color: #003366;
    color: #0e1323;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block !important;
    vertical-align: middle !important;
    letter-spacing: 1px;
}
.section-info .tag {
    margin-right: 5px;
    padding: 1px 20px;
    border-radius: 40px;
    background-color: #33cc66;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: inline-block !important;
    vertical-align: middle !important;
}
.section-info .desc {
    margin: 0;
    color: #626d7a;
    display: inline-block;
    vertical-align: middle;
    display: inherit;
}
.section-info .text-decoration-line-bottom {
    border-bottom: 2px solid #003366;
    font-family: "Inter", sans-serif;
    line-height: 1.2em;
    font-weight: 600;
    font-size: 18px;
    color: #003366;
}
@media screen and (max-width: 991px) {
    .section-title {
        font-size: 38px;
    }
    .section-info {
        display: block;
    }
}


/* ======= Two-Tier Header (NDT Style) ======= */

/* --- Layout Grid (av-*) --- */
.av-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}
.av-columns-area {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px;
    align-items: flex-start;
    justify-content: flex-start;
}
[class*="av-column-"] {
    position: relative;
    width: 100%;
    padding: 0 15px;
    z-index: 0;
}
.my-auto { margin: auto 0; }
@media (min-width: 992px) {
    .av-column-1  { flex: 0 0 8.333%;  max-width: 8.333%; }
    .av-column-2  { flex: 0 0 16.667%; max-width: 16.667%; }
    .av-column-3  { flex: 0 0 25%;     max-width: 25%; }
    .av-column-4  { flex: 0 0 33.333%; max-width: 33.333%; }
    .av-column-5  { flex: 0 0 41.667%; max-width: 41.667%; }
    .av-column-6  { flex: 0 0 50%;     max-width: 50%; }
    .av-column-7  { flex: 0 0 58.333%; max-width: 58.333%; }
    .av-column-8  { flex: 0 0 66.667%; max-width: 66.667%; }
    .av-column-9  { flex: 0 0 75%;     max-width: 75%; }
    .av-column-10 { flex: 0 0 83.333%; max-width: 83.333%; }
    .av-column-11 { flex: 0 0 91.667%; max-width: 91.667%; }
    .av-column-12 { flex: 0 0 100%;    max-width: 100%; }
}

/* --- Header Root --- */
.site-header {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    z-index: 99;
}
.navigator-wrapper {
    position: relative;
    width: 100%;
}
.navigator-wrapper .av-columns-area,
.navigator-wrapper .av-columns-area [class*='av-column-'] {
    margin-bottom: 0;
}

/* --- Top Bar (Desktop) --- */
.nav-top-bar {
    padding: 18px 0;
    border-bottom: 1px solid rgba(189, 189, 189, 0.45);
}
.nav-top-bar .logo {
    display: flex;
    align-items: center;
}
.nav-top-bar .logo img,
.nav-top-bar .logo-img {
    max-width: 180px;
    height: auto;
    transition: all 0.3s ease;
}
.top-bar-right {
    display: flex;
    justify-content: flex-end;
}
.top-bar-right .header-wrap-right {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}
.top-bar-right .widget-wrap {
    display: inline-flex;
    align-items: center;
}
.top-bar-right .contact-area {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-bar-right .contact-icon {
    font-size: 28px;
    color: #003366;
    width: 30px;
    text-align: center;
}
.top-bar-right .contact-info {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}
.top-bar-right .contact-info .title {
    font-size: 20px;
    color: #888;
    margin-bottom: 0;
}
.top-bar-right .contact-info .text {
    font-weight: 600;
    font-size: 15px;
    color: #0e1323;
}

/* --- AV Buttons (Bubble Effect) --- */
.av-btn {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    line-height: 2;
    letter-spacing: 0.3px;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: initial;
    font-family: inherit;
    text-decoration: none;
    position: relative;
    z-index: 0;
    transition: all 0.3s cubic-bezier(.645,.045,.355,1);
    cursor: pointer;
}
.av-btn i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 90%;
    background: rgba(255,255,255,0.5);
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: -5px;
    float: right;
    overflow: hidden;
    transition: all 0.3s ease;
}
.av-btn:hover i::before {
    animation: iconY 0.5s forwards;
}
@keyframes iconY {
    49% { transform: translateY(100%); }
    50% { opacity: 0; transform: translateY(-100%); }
    51% { opacity: 1; }
}
.av-btn-primary {
    color: #fff;
    background: #33cc66;
    border-color: #33cc66;
}
.av-btn-primary:hover,
.av-btn-primary:focus {
    color: #fff;
    background: #2bb558;
    border-color: #2bb558;
}

/* Bubble effect */
.av-btn-bubble {
    -webkit-font-smoothing: antialiased;
    border: none;
    user-select: none;
    letter-spacing: 0.5px;
    z-index: 2;
    transition: all 0.1s ease-out;
}
.av-btn-bubble:hover {
    animation: btn_stretch 0.6s ease-in-out 0.3s;
}
@keyframes btn_stretch {
    0% { transform: scale(1); }
    100% { transform: scale(1); }
}
.av-btn-bubble:hover::before,
.av-btn-bubble:focus::before {
    content: "";
    position: absolute;
    left: -2em; top: -2em; right: -2em; bottom: -2em;
    z-index: -1;
    pointer-events: none;
    background-repeat: no-repeat;
    background-image:
        radial-gradient(circle, #33cc66 25%, transparent 27%),
        radial-gradient(circle, #33cc66 25%, transparent 27%),
        radial-gradient(circle, #33cc66 25%, transparent 27%),
        radial-gradient(circle, #33cc66 25%, transparent 27%),
        radial-gradient(circle, #33cc66 25%, transparent 27%),
        radial-gradient(circle, #33cc66 25%, transparent 27%);
    background-position:
        37px 23px, 23px 37px, 20px 20px,
        calc(100% - 37px) calc(100% - 23px),
        calc(100% - 23px) calc(100% - 37px),
        calc(100% - 20px) calc(100% - 20px);
    background-size: 32px 32px, 32px 32px, 48px 48px, 32px 32px, 32px 32px, 48px 48px;
    animation: button-bubbles 1s ease-in-out forwards;
}
.av-btn-bubble:active::before {
    animation: none;
    background-size: 0;
}
.av-btn-bubble > i {
    color: #fff;
    font-size: 10px;
    position: relative;
    top: 0;
    padding-left: 5px;
}
@keyframes button-bubbles {
    0% {
        background-position: 23px 23px, 23px 23px, 18px 18px,
            calc(100% - 23px) calc(100% - 23px),
            calc(100% - 23px) calc(100% - 23px),
            calc(100% - 18px) calc(100% - 18px);
        background-size: 32px 32px, 32px 32px, 48px 48px, 32px 32px, 32px 32px, 48px 48px;
    }
    30% {
        background-position: 19px 24px, 24px 19px, 10px 10px,
            calc(100% - 19px) calc(100% - 24px),
            calc(100% - 24px) calc(100% - 19px),
            calc(100% - 10px) calc(100% - 10px);
    }
    60% {
        background-position: 19px 24px, 24px 19px, 10px 10px,
            calc(100% - 19px) calc(100% - 24px),
            calc(100% - 24px) calc(100% - 19px),
            calc(100% - 10px) calc(100% - 10px);
        background-size: 32px 32px, 32px 32px, 48px 48px, 32px 32px, 32px 32px, 48px 48px;
    }
    80% {
        background-position: 10px 34px, 34px 10px, 0 0,
            calc(100% - 10px) calc(100% - 34px),
            calc(100% - 34px) calc(100% - 10px),
            calc(100% + 0px) calc(100% + 0px);
        background-size: 10px 10px, 10px 10px, 48px 48px, 10px 10px, 10px 10px, 48px 48px;
    }
    100% {
        background-position: 10px 34px, 34px 10px, 3px 3px,
            calc(100% - 10px) calc(100% - 34px),
            calc(100% - 34px) calc(100% - 10px),
            calc(100% - 20px) calc(100% - 20px);
        background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    }
}
.bubble_effect { display: none; }

/* --- Bottom Navigation Bar (Desktop) --- */
.navbar-area {
    padding: 0;
    background: #003366;
    color: #fff;
    position: relative;
    z-index: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.navbar-area .theme-menu {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

/* --- Social Icons (white circles, NDT style) --- */
.navbar-area .menu-right.menu-left {
    margin-top: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.navbar-area .menu-right.menu-left::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    top: 0;
    right: -15px;
    bottom: 0;
    margin: auto 0;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}
.navbar-area .menu-right.menu-left .header-wrap-right {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0 20px 0 15px;
    height: 70px;
}
.widget.widget_social_widget {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
}
.widget_social_widget ul {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
}
.widget_social_widget li {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
}
.share-toolkit .toolkit-hover,
.widget_social_widget li a {
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 100%;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #003366;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.35s cubic-bezier(.645,.045,.355,1);
    overflow: hidden;
}
.share-toolkit .toolkit-hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.widget_social_widget li a:hover {
    background: #33cc66;
    color: #fff;
    box-shadow: 0 6px 18px rgba(51,204,102,0.45);
    transform: translateY(-2px);
}
/* Bubble pulse on navbar social icons hover — same family as .av-btn-bubble */
.navbar-area .widget_social_widget li a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100%;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.55) 0%, transparent 70%);
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
    z-index: 1;
}
.navbar-area .widget_social_widget li a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.menubar {
    text-align: center;
    position: relative;
    z-index: 1;
}
.menubar ul.menu-wrap {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-wrap > li {
    display: inline-block;
    margin: 0;
    position: relative;
}
.menu-wrap > li > a {
    position: relative;
    display: inline-flex;
    text-align: center;
    z-index: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 70px;
    padding: 0 18px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.menu-wrap > li > a::after {
    content: "";
    bottom: 0;
    left: 50%;
    right: 50%;
    position: absolute;
    height: 3px;
    background: #33cc66;
    box-shadow: 0 0 8px rgba(51, 204, 102, 0.7);
    transition: left 0.3s cubic-bezier(.645,.045,.355,1), right 0.3s cubic-bezier(.645,.045,.355,1);
}
.menu-wrap > li.active > a::after,
.menu-wrap > li:hover > a::after {
    left: 0;
    right: 0;
}
.menu-wrap > li.active > a,
.menu-wrap > li:hover > a {
    color: #fff !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

/* Dropdown menu (desktop) */
@media (min-width: 992px) {
    .navbar-area .menu-wrap > li > .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9;
        width: 280px;
        background: #fff;
        padding: 12px 0;
        margin: 0;
        border: 0;
        border-radius: 6px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        list-style: none;
    }
    .navbar-area .menu-wrap > li:hover > .dropdown-menu,
    .navbar-area .menu-wrap > li.focus > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
    .navbar-area .dropdown-menu li a {
        display: block;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 500;
        color: #0e1323;
        text-decoration: none;
        border-bottom: 1px dashed #eee;
        transition: all 0.3s ease;
    }
    .navbar-area .dropdown-menu li:last-child a {
        border-bottom: none;
    }
    .navbar-area .dropdown-menu li a:hover {
        color: #003366;
        background: rgba(0, 51, 102, 0.05);
        padding-left: 25px;
    }
}

/* --- Sticky Nav --- */
.navbar-area.sticky-menu {
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
    background: #003366;
    z-index: 999;
    animation: fadeInDown 500ms ease-in-out;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
/* Sticky : réaligner les icônes sociales (annule le margin négatif) */
.navbar-area.sticky-menu .menu-right.menu-left {
    margin-top: 0;
    height: 100%;
   
    align-items: center;
    display: flex;
}
.navbar-area.sticky-menu .menu-right.menu-left::before {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
}
.navbar-area.sticky-menu .menu-right.menu-left .header-wrap-right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
}
@keyframes fadeInDown {
    from { opacity: 0; transform: translate3d(0, -100%, 0); }
    to   { opacity: 1; transform: none; }
}

/* --- Mobile Nav Bar --- */
.theme-mobile-nav {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.theme-mobile-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}
.theme-mobile-menu .mobile-logo img,
.theme-mobile-menu .mobile-logo .logo-img {
    max-width: 140px;
    height: auto;
}

/* Hamburger */
.hamburger {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border-radius: 4px;
    overflow: hidden;
}
.toggle-lines {
    width: inherit;
    height: inherit;
    display: block;
    padding: 10px 8px;
    background: none;
    border: none;
    cursor: pointer;
}
.toggle-lines div {
    height: 3px;
    width: 100%;
    margin: 0 0 5px;
    background: #0e1323;
    transition: all 0.3s cubic-bezier(.645,.045,.355,1);
}
.toggle-lines div:last-child { margin-bottom: 0; }
.toggle-lines .meat,
.toggle-lines .bottom-bun {
    width: 100%;
}
.toggle-lines:hover div,
.toggle-lines:focus div {
    width: 100%;
    background-color: #33cc66;
}
.toggle-lines:hover .top-bun,
.toggle-lines:focus .top-bun {
    animation: burger-hover 0.8s infinite ease-in-out alternate;
}
.toggle-lines:hover .meat,
.toggle-lines:focus .meat {
    animation: burger-hover 0.8s infinite ease-in-out alternate forwards 150ms;
}
.toggle-lines:hover .bottom-bun,
.toggle-lines:focus .bottom-bun {
    animation: burger-hover 0.8s infinite ease-in-out alternate forwards 300ms;
}
@keyframes burger-hover {
    0%   { width: 100%; }
    50%  { width: 50%; }
    100% { width: 100%; }
}

/* --- Responsive Header --- */
@media (max-width: 991px) {
    .av-container { padding: 0 20px; }
    .theme-mobile-nav { display: block; }
}
@media (max-width: 420px) {
    .theme-mobile-menu .mobile-logo img { max-width: 120px; }
    .toggle-lines div { height: 2.5px; margin: 0 0 3.7px; }
    .hamburger { width: 35px; height: 35px; }
}


/* ======= Slider Wrapper (NDT Style Carousel) ======= */
.slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    color: #fff;
    background: #001a33;
    z-index: 0;
}
.main-slider {
    width: 100%;
    height: 100%;
}
.main-slider .owl-item {
    overflow: hidden;
    position: relative;
}
.main-slider .owl-item .item {
    position: relative;
    overflow: hidden;
}
.main-slider .owl-item img {
    display: block;
    width: 100%;
    height: 100vh;
    max-height: 750px;
    min-height: 600px;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.08);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 1.2s ease;
    filter: brightness(0.9) saturate(1.1);
    will-change: transform;
}
.main-slider .owl-item.active img {
    transform: scale(1.01);
    filter: brightness(0.85) saturate(1.15);
}
/* Premium multi-layer overlay */
.theme-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background:
        linear-gradient(180deg,
            rgba(0, 26, 51, 0.35) 0%,
            rgba(0, 0, 0, 0.10) 30%,
            rgba(0, 0, 0, 0.05) 50%,
            rgba(0, 26, 51, 0.40) 80%,
            rgba(0, 26, 51, 0.65) 100%
        );
}
/* Vignette edges for cinematic depth */
.theme-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: radial-gradient(ellipse at center, transparent 55%, rgba(0, 26, 51, 0.3) 100%);
    pointer-events: none;
}
/* Bottom luminous accent line */
.slider-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    z-index: 10;
    background: linear-gradient(90deg, transparent, #33cc66 30%, #2bb558 70%, transparent);
    opacity: 0.85;
}
.theme-table {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.theme-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.theme-slider div.theme-content {
    position: relative;
    max-width: 700px;
    width: 100%;
    margin-bottom: 60px;
    z-index: 3;
}
.theme-slider .text-left .theme-content,
.theme-content.text-left {
    margin-right: auto;
}
.theme-slider .text-center .theme-content,
.theme-content.text-center {
    margin: 0 auto 60px;
}
.theme-slider .text-right .theme-content,
.theme-content.text-right {
    margin-left: auto;
}
.theme-content h3 {
    width: max-content;
    max-width: 100%;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
    padding: 12px 20px;
    line-height: 1.55;
    background: rgba(0, 51, 102, 0.65);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    color: #fff;
}
.theme-content.text-left h3 {
    border-left-width: 4px;
    border-image-slice: 0 0 0 1;
    border-image-source: linear-gradient(-137deg, #33cc66, #2bb558);
}
.theme-content.text-center h3 {
    margin-left: auto;
    margin-right: auto;
    border-top-width: 4px;
    border-image-slice: 1 0 0 0;
    border-image-source: linear-gradient(-137deg, #33cc66, #2bb558);
}
.theme-content.text-right h3 {
    margin-left: auto;
    border-right-width: 4px;
    border-image-slice: 0 1 0 0;
    border-image-source: linear-gradient(-137deg, #33cc66, #2bb558);
}
.theme-content h1 {
    font-size: clamp(42px, 4.5vw, 62px);
    font-weight: 900;
    margin-bottom: 12px;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.theme-content h1 .primary-color {
    color: #33cc66;
}
.theme-content p {
    font-weight: 300;
    margin-bottom: 22px;
    font-size: 16px;
    color: rgba(255,255,255,0.9);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.theme-content .av-btn:not(:last-child) {
    margin-right: 28px;
}

/* Owl nav arrows for main slider */
.main-slider.owl-theme .owl-nav {
    margin: 0;
}
.main-slider .owl-nav [class*=owl-] {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 5;
    width: 55px;
    height: 55px;
    display: inline-flex;
    cursor: pointer;
    text-align: center;
    color: #fff;
    outline: none;
    border-radius: 55px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: rgba(51, 204, 102, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 18px;
}
.main-slider .owl-nav [class*=owl-]:hover {
    width: 65px;
    height: 65px;
    color: #fff;
    background: rgba(51, 204, 102, 0.6);
    border-color: rgba(51, 204, 102, 0.4);
    box-shadow: 0 8px 32px rgba(51, 204, 102, 0.3);
}
.main-slider .owl-nav .owl-prev { left: 3%; }
.main-slider .owl-nav .owl-next { right: 3%; }
.main-slider .owl-nav .owl-prev:hover { left: 1%; }
.main-slider .owl-nav .owl-next:hover { right: 1%; }

/* Owl dots for main slider */
.main-slider.owl-theme .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 5;
}
.main-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(255,255,255,0.35);
    border: none;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.main-slider.owl-theme .owl-dots .owl-dot.active span,
.main-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #33cc66;
    border-color: #33cc66;
    width: 28px;
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(51, 204, 102, 0.5);
}

/* Slider responsive */
@media (max-width: 991px) {
    .theme-slider .av-container { padding: 0 15px; }
    .theme-slider div.theme-content { margin-bottom: 0; padding: 10px 0; max-width: 90%; }
    .theme-content h3 { font-size: 16px; margin-bottom: 6px; padding: 7px 14px; width: auto; max-width: 100%; }
    .theme-content h1 { font-size: 40px; font-weight: 900; margin-bottom: 8px; }
    .theme-content p  { font-size: 15px; margin-bottom: 10px; }
    .theme-content .av-btn { font-size: 13px; padding: 6px 12px; }
    .main-slider .owl-nav [class*=owl-] { width: 40px; height: 40px; font-size: 14px; }
    .main-slider .owl-item img {
        height: 70vh;
        max-height: 500px;
        min-height: 450px;
        transform: scale(1.01) !important;
        transition: none;
    }
    .main-slider .owl-item.active img { transform: scale(1.01) !important; }
    .theme-slider {
        background: linear-gradient(180deg,
            rgba(0, 26, 51, 0.50) 0%,
            rgba(0, 0, 0, 0.25) 40%,
            rgba(0, 0, 0, 0.20) 55%,
            rgba(0, 26, 51, 0.60) 80%,
            rgba(0, 26, 51, 0.80) 100%
        );
    }
    .theme-slider::before { display: none; }
}
@media (max-width: 576px) {
    .theme-slider div.theme-content { max-width: 95%; padding: 5px 0; }
    .theme-content h3 { font-size: 14px; padding: 6px 12px; width: auto; max-width: 100%; line-height: 1.4; }
    .theme-content h1 { font-size: clamp(28px, 8vw, 36px); font-weight: 900; line-height: 1.15; }
    .theme-content p { font-size: 14px; margin-bottom: 8px; line-height: 1.45; }
    .theme-content .av-btn { font-size: 11px; padding: 5px 10px; }
    .main-slider .owl-nav { display: none; }
    .main-slider .owl-item img {
        height: 65vh;
        max-height: 420px;
        min-height: 380px;
        filter: brightness(0.75) saturate(1.1);
    }
    .main-slider.owl-theme .owl-dots { bottom: 15px; }
    .main-slider.owl-theme .owl-dots .owl-dot span { width: 8px; height: 8px; margin: 0 3px; }
    .main-slider.owl-theme .owl-dots .owl-dot.active span { width: 22px; }
    .slider-wrapper::after { height: 3px; }
    .theme-slider {
        background: linear-gradient(180deg,
            rgba(0, 26, 51, 0.55) 0%,
            rgba(0, 0, 0, 0.30) 35%,
            rgba(0, 0, 0, 0.25) 50%,
            rgba(0, 26, 51, 0.65) 75%,
            rgba(0, 26, 51, 0.85) 100%
        );
    }
}


/* ======= Header style ======= */
.header {
    min-height: calc(95vh - 100px);
    overflow: hidden;
}
.header[data-overlay-dark] h6,
.header h6 {
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    font-size: 21px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.header[data-overlay-dark] h6 .icon,
.header h6 .icon {
    background-color: #003366;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.header h5 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.header h5::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #003366 !important;
}
.header h3 {
    position: relative;
    font-size: 75px;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.header h3 span {
    color: #003366;
}
.header h2 {
    position: relative;
    font-size: 40px;
    color: #fff;
    letter-spacing: 1px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.header h2 span {
    color: #003366;
}
.header h1 {
    position: relative;
    font-size: 45px;
    color: #fff;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.header h1 span {
    font-style: italic;
    color: #003366;
}
.header p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header p a {
    color: #003366;
}
.header .button-1 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
@media screen and (max-width: 991px) {
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header h3 {
        font-size: 45px;
    }
    .header h5 {
        font-size: 16px;
    }
}


/* ======= Slider-fade style (Homepage Slider) ======= */
.slider-fade .owl-item {
    min-height: calc(100vh - 100px);
    position: relative;
}
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
    z-index: 9;
}
/* 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: #003366!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 (Inner Page Slider) ======= */
.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: #003366;
    border: 1px solid #003366;
}
/* bounce */
.header .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 8;
}
.header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.header .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
}
.header .arrow i:hover {
    border: 1px solid #003366;
    color: #003366;
}
.header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* ======= Kenburns Slider style ======= */
.kenburns-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: calc(100vh - 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: #1a3a5c;
}
.kenburns-inner {
    position: relative;
    z-index: 15;
}
.kenburns-inner[data-overlay-dark] h6,
.kenburns-inner h6 {
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    font-size: 21px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-style: italic;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.kenburns-inner[data-overlay-dark] h6 .icon,
.kenburns-inner h6 .icon {
    background-color: #003366;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.kenburns-inner h5 {
font-family: "Inter", sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.kenburns-inner h5::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #003366 !important;
}
.kenburns-inner h3 {
    position: relative;
    font-size: 75px;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
}
.kenburns-inner h3 span {
    color: #003366;
}
.kenburns-inner h2 {
    position: relative;
    font-size: 40px;
    color: #fff;
    letter-spacing: 1px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.kenburns-inner h2 span {
    color: #003366;
}
.kenburns-inner h1 {
    position: relative;
    font-size: 45px;
    color: #fff;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.kenburns-inner h1 span {
    font-style: italic;
    color: #003366;
}
.kenburns-inner p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.kenburns-inner p a {
    color: #003366;
}
#kenburnsSliderContainer .vegas-overlay {
    outline: none;
}
@media screen and (max-width: 767px) {
    .kenburns-inner h3 {
        font-size: 45px;
    }
}



/* Rotate circle button */
.header .circle-button,
.kenburns-section .circle-button,
.banner-header .circle-button {
    position: relative;
    display: inline-block;
}
.header .circle-button.in-bord:after,
.kenburns-section .circle-button.in-bord:after,
.banner-header .circle-button.in-bord:after {
    content: '';
    position: absolute;
    top: 55px;
    left: 55px;
    right: 55px;
    bottom: 55px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}
.header .circle-button.in-bord:before,
.kenburns-section .circle-button.in-bord:before,
.banner-header .circle-button.in-bord:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}
.header .circle-button .rotate-circle svg,
.kenburns-section .circle-button .rotate-circle svg,
.banner-header .circle-button .rotate-circle svg {
    width: 210px;
    fill: #fff;
}
.header .circle-button .in-circle,
.kenburns-section .circle-button .in-circle,
.banner-header .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%);
}
.header .circle-button.no-animate .rotate-circle,
.kenburns-section .circle-button.no-animate .rotate-circle,
.banner-header .circle-button.no-animate .rotate-circle {
    -webkit-animation: none;
    animation: none;
}
.header .rotate-circle,
.kenburns-section .rotate-circle,
.banner-header .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;
    text-transform: uppercase !important;
    font-size: 40px !important;
    font-weight: 700;
}
@-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);
    }
}
.header .hover-this .hover-anim,
.kenburns-section .hover-this .hover-anim,
.banner-header .hover-this .hover-anim {
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.header .cursor,
.kenburns-section .cursor,
.banner-header .cursor {
    pointer-events: none;
    position: fixed;
    padding: 0.3rem;
    background-color: #fff;
    border-radius: 50%;
    mix-blend-mode: difference;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
    z-index: 99999;
}
.header .cursor-active,
.kenburns-section .cursor-active,
.banner-header .cursor-active {
    -webkit-transform: translate(-50%, -50%) scale(8);
    -ms-transform: translate(-50%, -50%) scale(8);
    transform: translate(-50%, -50%) scale(8);
    opacity: .1;
}
.header .circle-button .in-circle,
.kenburns-section .circle-button .in-circle,
.banner-header .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%);
}
.header .circle-button .in-circle i,
.kenburns-section .circle-button .in-circle i,
.banner-header .circle-button .in-circle i {
    color: #fff;
    font-size: 45px;
}
.header .circle-button .in-circle img,
.kenburns-section .circle-button .in-circle img,
.banner-header .circle-button .in-circle img {
    width: 60px;
    height: 60px;
}
/* wow animation custom */
@keyframes zoomInPlace {
    0% {
        opacity: 0;
        transform: scale(1.8) translateY(30px);
        letter-spacing: 5px;
        filter: blur(4px);
    }
    50% {
        opacity: 1;
        transform: scale(1.1) translateY(0px);
        letter-spacing: 1px;
        filter: blur(0.5px);
    }
    100% {
        transform: scale(1);
        letter-spacing: 0;
        filter: blur(0);
    }
}
.zoom-in-place {
    animation: zoomInPlace 1.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

@media screen and (max-width: 991px) {
    .header .circle-button,
    .kenburns-section .circle-button,
    .banner-header .circle-button {
        display: none;
    }
}

/* ======= Banner Header style ======= */
.banner-header {
     min-height: calc(70vh - 100px);
    background-position: center;
}
.banner-header.full-height {
    min-height: calc(100vh - 100px);
}
.banner-header[data-overlay-dark] h6,
.banner-header h6 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    display: flex;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.banner-header[data-overlay-dark] h6 .icon,
.banner-header h6 .icon {
    background-color: #003366;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.banner-header[data-overlay-dark] h6 .icon img,
.banner-header h6 .icon img {}
.banner-header h1 {
    position: relative;
    font-size: 60px;
    color: #fff;
}
.banner-header h1 span {
    color: #003366;
}
.banner-header h2 {
    position: relative;
    font-size: 60px;
    color: #fff;
}
.banner-header h2 span {
    color: #003366;
}
.banner-header h3 {
    position: relative;
    font-size: 75px;
    color: #fff;
    line-height: 1em;
}
.banner-header h3 span {
    color: #003366;
}
.banner-header h4 {
    position: relative;
    font-size: 60px;
    color: #fff;
    line-height: 1em;
}
.banner-header h4 span {
    color: #003366;
}
.banner-header h5 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.banner-header h5::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #003366 !important;
}
.banner-header p {
    font-size: 18px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8) !important;
}
.banner-header p a {
    color: #003366;
}
/* 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: 18px;
}
.banner-header .post .date-comment {
    position: relative;
    font-size: 18px;
    color: #fff;
    margin-right: 20px
}
.banner-header .post .date-comment i {
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}
.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}
/* for slider and header dark overlay */
.left-overlay-secondary[data-overlay-dark]:before {
    background: rgba(26, 58, 92, 0.75);
    background: linear-gradient(-90deg, transparent, #1a3a5c 65%)
}
@media screen and (max-width: 767px) {
    .banner-header {}
    .banner-header h5 {
        font-size: 16px;
    }
    .banner-header h1 {
        font-size: 40px;
        letter-spacing: 0;
    }
    .banner-header h1 span {
        font-size: 40px;
    }
    .banner-header h3 {
        font-size: 45px;
    }
    .banner-header h3 span {
        font-size: 45px;
    }
}

/* ======= About style ======= */
.about {
    position: relative;
}
.about.section-padding.bg-navy,
.about.section-padding.bg-navy .section-title,
.about.section-padding.bg-navy .item,
.about.section-padding.bg-navy .item h5,
.about.section-padding.bg-navy .item p {
    color: #fff;
}
.about.section-padding.bg-navy .item .icon {
    color: #33cc66;
}
.about .phone {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #003366;
    text-align: left;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 15px;
    margin-top: 0;
}
.about .phone a {
    color: #0e1323;
}
.about .phone i {
    height: 58px;
    width: 58px;
    line-height: 58px;
    background: #003366;
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.about .item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.about .item img {
    position: relative;
    border-radius: 6px;
}
.about img {
    border-radius: 6px;
    margin-bottom: 0;
}
.about img.img {
    margin-bottom: 0px;
}
.about-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 0 0;
}
.image.about-signature {
    margin-right: 20px;
    width: 60px;
}
.about-name {
    font-size: 18px;
    color: #003366;
    font-weight: 700;
}
.about-rol {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 16px;
}
/* year box */
.about .year-box {
    position: absolute;
    padding: 15px 15px 25px 15px;
    width: 150px;
    border-radius: 6px;
    bottom: 30px;
    left: 30px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    background: #fff;
    text-align: center;
    overflow: hidden !important;
    z-index: 1;
}
.about .year-box .number {
    position: relative;
    font-size: 105px;
    line-height: 95px;
    font-weight: 900;
    color: #fff;
    z-index: 1;
    display: block;
}
.about .year-box .txt {
    color: #0e1323;
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 400;
}
.about .year-box .number-bg {
    top: -60px;
    left: -5px;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    background-color: #003366;
    z-index: 0;
    position: absolute;
}
.about .year-box.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.about .year-box.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(-5px);
    }
}
.about .bg-color {
    display: block;
    width: 60%;
    height: 670px;
    background: rgba(0, 51, 102, 0.1);
    top: 30px;
    right: 0;
    position: absolute;
    border-radius: 500px 0px 0px 500px;
    z-index: -1;
}
.about .bg-img {
    width: 46%;
    height: 659px;
    border-radius: 0 500px 500px 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}


/* ======= Team style ======= */
.team {
    position: relative;
    overflow: hidden;
}
.team .team-container {
    width: 140%;
    position: relative;
}
.team .item {
    position: relative;
    padding: 0 0 0 45px;
    margin: 10px 10px 20px 10px;
    overflow: visible;
}
.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.12);
}
/* text */
.team .item .wrapper .text {
    bottom: 10px;
    left: -10px;
    position: absolute;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.team .item .wrapper .text .name,
.team .item .wrapper .text .position {
    display: inline-block;
}
.team .item .wrapper .text .name {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #0e1323;
    letter-spacing: 0.3px;
}
.team .item .wrapper .text .position {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #626d7a;
    margin: 0;
    padding-left: 20px;
    position: relative;
    letter-spacing: 0.3px;
}
.team .item .wrapper .text .position:before {
    content: "·";
    left: 6px;
    position: absolute;
    top: 1px;
    font-size: 30px;
    color: #003366;
}
/* icon */
.team .item .wrapper .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    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;
}
.team .item .wrapper .icon .arrow {
    position: absolute;
    background: #003366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.team .item .wrapper .icon .arrow span {
    color: #fff;
    font-size: 18px;
}
.team .item:hover .wrapper .icon .arrow {
    color: #fff;
    background: #1a3a5c;
}
.team .item:hover .wrapper .icon .arrow span {
    color: #fff;
}
@media screen and (max-width: 991px) {
    .team .team-container {
        width: 100%;
    }
}


/* ======= Team Single style ======= */
.team-details {
    position: relative;
    margin-bottom: 45px;
}
.team-details .item {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #cbdcec;
}
.team-details h5 {
    color: #0e1323;
    font-size: 32px;
}
.team-details .item img {
    border-radius: 10px 10px 0 0;
}
.team-details .item .wrap {
    flex-wrap: wrap;
    padding: 30px;
    border-radius: 0 0 10px 10px;
}
.team-details .item .wrap h3 {
    color: #0e1323;
    font-size: 24px;
    text-align: center;
    margin-bottom: 5px;
}
.team-details .item .wrap h5 {
    font-weight: 400;
    color: #003366;
    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 #cbdcec;
}
.team-details .item .wrap .cont .coll {
    width: auto;
    max-width: auto;
}
.team-details .item .wrap .cont .coll h6 {
    font-size: 18px;
    line-height: 1.1em;
    white-space: normal;
    margin: 0;
    color: #0e1323;
}
.team-details .item .wrap .cont .coll p {
    font-family: "Inter", 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: #626d7a;
}
.team-details .item .wrap .social-icon {
    text-align: center;
    margin-bottom: 0px;
}
.team-details .item .wrap .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
    margin-right: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: #003366;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.team-details .item .wrap .social-icon a:hover {
    background: #003366;
    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.3em;
    font-weight: 500;
    color: #003366;
}
.team-details .item .wrap .desc .section-subtitle {
    color: #003366;
    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: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cbdcec;
}
.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-weight: 700;
    cursor: pointer;
    color: #0e1323;
    font-size: 21px;
}
.team-details .simpl-bord .nav-link.active {
    color: #003366;
}


/* ======= Services 1 style ======= */
.services1 {
    position: relative;
}
.services1 .item {
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.services1 .item .img {
    min-height: 350px;
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    isolation: isolate;
    border-radius: 5px 0 0 5px;
}
.services1 .item .img .img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 5px 0 0 5px;
}
.services1 .item .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;
}
.services1 .item:hover .img > img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.services1 .item .arrow {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: inline-table;
}
.services1 .item .arrow .icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    font-size: 18px;
    color: #003366;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services1 .item:hover .arrow .icon a {
    background-color: #003366;
    color: #fff;
}
.services1 .item .cont {
    padding: 60px 30px;
    background: #fff;
}
.services1 .item .cont .icon {
    font-size: 50px;
    color: #003366;
    margin-bottom: 15px;
    display: block;
}
.services1 .item .cont h5 {
    font-size: 27px;
    margin-bottom: 15px;
    color: #0e1323;
}
.services1 .item .cont h5 a {
    color: #0e1323;
}
.services1 .item .cont p {
    margin-bottom: 0;
}
.rest {
    padding: 0 !important;
    margin: 0 !important;
}


/* ======= Services 2 style ======= */
.services2 {
    position: relative;
    overflow: hidden;
}
.services2 .services2-container {
    width: 140%;
    position: relative;
}
.services2 .item {
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    border-radius: 10px;
}
.services2 .item .img {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.services2 .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0, transparent 100%);
    border-radius: 10px;
}
.services2 .item:hover .img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 10px;
}
.services2 .item .con {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
.services2 .item .con .title {
    font-family: "Inter", sans-serif;
    font-size: 27px;
    font-weight: 700;
    color: #fff;
}
.services2 .item .con .arrow {
    position: relative;
    display: block;
    top: 0px;
    transform: translateX(-66%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}
.services2 .item:hover .con .arrow {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}
.services2 .item .con .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    font-size: 18px;
    color: #003366;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services2 .item .con .arrow a:hover {
    background-color: #003366;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .services2 .services2-container {
        width: 100%;
    }
}


/* ======= Services 3 style ======= */
.services3 {
    position: relative;
}
.services3 .item {
    background: #fff;
    padding: 45px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    line-height: 1;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    border: 1px solid #cbdcec;
}
.services3 .item:hover {
    background: #003366;
    border: 1px solid #003366;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.services3 .item h5 {
    font-family: "Inter", sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #0e1323;
    margin-bottom: 0;
}
.services3 .item:hover h5 {
    color: #fff;
}
.services3 .item span,
.services3 .item i {
    font-size: 36px;
    color: #003366;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 100;
    background: #edf1fb;
    padding: 15px;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    line-height: 50px;
}
.services3 .item:hover i,
.services3 .item:hover span {
    color: #0e1323;
}
.services3 .item p {
    margin: 0;
    color: #003366;
}
.services3 .item .shape {
    position: absolute;
    opacity: 0.05;
    z-index: -1;
    bottom: -30px;
    left: 120px;
}
.services3 .item .shape i,
.services3 .item .shape span {
    font-size: 120px;
    color: #003366;
}
.services3 .item:hover .shape i,
.services3 .item:hover .shape span {
    color: #0e1323;
}
.services3 .bg-img {
    width: 46%;
    height: 659px;
    border-radius: 0 500px 500px 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}


/* ======= Services box style ======= */
.services-box {
    position: relative;
}
.services-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.services-box .item .icon {
    color: #33cc66 !important;
    margin-right: 20px;
}

.services-box .item .icon:before {
    font-size: 60px;
    line-height: 60px;
    font-style: normal;
}
.services-box .item h5 {
    margin-bottom: 5px;
    font-size: 24px;
    color: #003366;
}
.services-box .item p {
    font-size: 18px;
    color: #003366;
}


/* ======= Pricing style ======= */
.pricing .item {
    padding: 60px 40px;
    border-radius: 10px;
    background: #1a3a5c;
}
.pricing .item h5 {
    font-size: 30px;
    color: #fff;
}
.pricing .item p {
    color: #003366;
}
.pricing ul,
.pricing ol {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.pricing li {
    list-style: inside disc;
    color: #626d7a;
}
.pricing li::marker {
    color: #003366;
}
.pricing .item .cont {
    display: flex;
    grid-gap: 20px;
    gap: 20px;
    align-items: anchor-center;
    align-items: center;
}
.pricing .item .cont h3 {
    font-size: 36px;
    margin-bottom: 0;
}
.pricing .item .cont h3 span {
    font-size: 24px;
    display: inline-block;
}
.pricing .item .cont h3 i {
    font-size: 18px;
    display: inline-block;
    font-style: normal;
}


/* ======= Pricing 2 style ======= */
.pricing2 {
    outline: none;
    outline: 0;
    border: none;
    box-shadow: none;
}
.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 #cbdcec;
}
.pricing2 .list .flex .price {
    margin-left: auto;
    font-size: 18px;
    color: #0e1323;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}
.pricing2 .list .img {
    display: block;
    float: left;
    position: relative;
    top: 0px;
    margin-right: 15px;
    border-radius: 50%;
}
.pricing2 .list .img img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
}


/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
    position: relative;
    min-height: calc(100vh - 100px);
    overflow: hidden;
}
.video-fullscreen-video {
    height: calc(100vh - 100px);
}
.video-fullscreen-wrap video {
    width: 100vw;
    min-width: 100%;
    min-height: calc(100vh - 100px);
    -o-object-fit: cover;
    object-fit: cover;
}
.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;
}
.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-size: 24px;
    font-weight: 700;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    color: #0e1323;
}
.gallery-filter li:last-child {
    margin-right: 0;
}
.gallery-filter li.active {
    color: #003366;
    content: "";
    left: 0;
    bottom: 0px;
    border-bottom: 2px solid #cbdcec;
    -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: #003366;
}
.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: 6px;
    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: 27px;
    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;
}


/* ======= 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: #003366;
      border: 3px solid #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    }
    

/* =======  Testimonials style  ======= */
.testimonials {
    position: relative;
    overflow: hidden;
}
.testimonials .item {
    padding: 45px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.testimonials .item:hover {
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.testimonials .item .info p {
    margin-bottom: 40px;
    line-height: 1.75em;
    font-weight: 400;
    font-size: 18px;
}
.testimonials .item .info p span {
    font-size: 24px;
    color: #003366;
    font-weight: 700;
}
.testimonials .item .review-title {
    display: flex;
    align-items: center;
}
.testimonials .item .review-title .img {
    position: relative;
    width: 80px;
    height: 80px;
    margin-right: 15px;
    flex-shrink: 0;
}
.testimonials .item .review-title .img-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.testimonials .item .review-title .img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    transition: 1000ms ease-in-out;
}
.testimonials .item .review-title .quote-img {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #003366;
    position: absolute;
    top: -15px;
    left: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    /* quote önde kalsın */
    transition: 400ms ease-in-out;
}
.testimonials .item .review-title .quote-img img {
    width: 60%;
    height: auto;
}
.testimonials .item .review-title .quote-icon {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #003366;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: 400ms ease-in-out;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.testimonials .item .review-title .quote-icon i {
    font-size: 20px;
    color: #fff;
}
.testimonials .item:hover .review-title .quote-icon {
    transform: rotateY(180deg);
    background: #003366;
}
.testimonials .item:hover .review-title .quote-icon i {
    color: #fff;
}
.testimonials .item:hover .img-inner > img {
    scale: 1.05;
    transform: rotateZ(10deg);
}
.testimonials .item .review-title .text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testimonials .item .review-title h6 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.testimonials .item .review-title .icons {
    color: #fd961e;
    font-size: 12px;
    line-height: 1.1em;
    letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
    .testimonials .item .info {
        margin: 0px 0 0 0 !important;
    }
}


/* ======= 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;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.circle-fill circle {
    opacity: 1;
    fill: rgba(145, 165, 56, 0.7);
}
.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: #0e1323;
}
.play-button.color .circle-fill circle {
    fill: #0e1323;
}
/* video section */
.video-wrapper {
    background-position: center;
}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #003366;
    border: 2px solid #003366;
    -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: #003366;
    border-radius: 50%;
    color: #fff;
    padding: 12px 11px 12px 13px;
    line-height: 0;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 10%);
}
.video-gallery-polygon:hover {
    background: #fff;
    color: #003366;
}
.vid-area .vid-icon {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.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: 6px;
}


/* ======= FAQs (Accordion) style  ======= */
.accordion-box {
    position: relative;
    padding: 0px;
}
.accordion-box .block {
    position: relative;
    background: #fff;
    border: 1px solid #cbdcec;
    margin-bottom: 15px;
    border-radius: 10px;
}
.accordion-box .block.active-block {
    border-radius: 10px;
    border: 1px solid #cbdcec;
}
.accordion-box .block:last-child {
    margin-bottom: 0;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
    padding: 15px;
    color: #0e1323;
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn span {
    background: #003366;
    color: #ffffff;
    height: 40px;
    width: 40px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50% !important;
    align-items: center !important;
    justify-content: center !important;
    display: inline-flex;
    margin-right: 10px !important;
}
.accordion-box .block .acc-btn:hover {
    color: #0e1323;
}
.accordion-box .block .acc-btn:before {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
    color: #626d7a;
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    transition: all 500ms ease;
    background: transparent;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
}
.accordion-box .block .acc-btn.active {
    background-color: #fff;
    color: #0e1323;
    border-radius: 10px 10px 0 0;
}
.accordion-box .block .acc-btn.active:before {
    color: #0e1323;
    content: "\f106";
    font-family: "Font Awesome 6 Pro";
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
.accordion-box .block .content {
    position: relative;
    padding: 0px 30px 30px 30px;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content p {
    display: block;
    position: relative;
    color: #626d7a;
    margin-bottom: 0;
}

/* ======= Blog style ======= */
.blog {
    position: relative;
}
.blog .item {
    position: relative;
    border-radius: 5px;
    transition: all 0.4s ease;
    background: #fff;
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1);
}
.blog .item:hover {
    transform: translateY(-10px);
}
.blog .item .img {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.blog .item .img .cat {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 10px;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.8);
    color: #0e1323;
    opacity: 0;
}
.blog .item:hover .img .cat {
    background: rgba(255, 255, 255, 0.8);
    opacity: 1;
}
.blog .item .cont {
    padding: 40px;
    position: relative;
    z-index: 2;
    border-radius: 0 0 5px 5px;
}
.blog .item .cont h4 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0e1323;
    letter-spacing: 0px;
}
.blog .item .cont h4 a {
    text-decoration: none;
    color: #0e1323;
}
.blog .item .cont p {
    color: #626d7a;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
}
/* 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: 0;
    bottom: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #0e1323;
    letter-spacing: 0px;
}
.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 #cbdcec;
}
.blog .item .cont .author h5:hover a.text-decoration-line-bottom {
    border-bottom: 1px solid #cbdcec;
}
.blog .item .cont .author h5:hover a {
    color: #003366;
}
/* 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: #0e1323;
    font-weight: 600;
    font-size: 16px;
    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: 16px;
}
.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #003366;
    border: 1px solid #003366;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}
.pagination-wrap li a.active {
    background-color: #003366;
    border: 1px solid #003366;
    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: 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 {
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 15px;
    color: #626d7a;
    font-weight: 500;
}
.blog-sidebar .widget ul li a {
    color: #626d7a;
}
.blog-sidebar .widget ul li a.active {
    color: #003366;
}
.blog-sidebar .widget ul li a:hover {
    color: #003366;
}
.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.blog-sidebar .widget ul li i {
    font-size: 12px;
    margin-right: 12px;
    color: #003366;
}
.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}
.blog-sidebar .widget .recent .thum {
    width: 150px;
    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 #cbdcec;
    font-size: 24px;
    margin-bottom: 15px;
    color: #0e1323;
}
.blog-sidebar .search form {
    position: relative;
}
.blog-sidebar .search form input {
    width: 100%;
    padding: 15px 20px;
    border: 0;
    background: #edf1fb;
    margin-bottom: 0;
    border: none;
    color: #626d7a;
    border-radius: 30px;
}
.blog-sidebar .search form input::placeholder {
    color: #626d7a;
}
.blog-sidebar .search form button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    background: #003366;
    font-size: 16px;
    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: #003366;
    color: #fff;
    outline: none;
}
.blog-sidebar .tags li {
    margin: 4px !important;
    padding: 8px 24px;
    background-color: #003366;
    color: #fff;
    float: left;
    border-radius: 5px;
}
.blog-sidebar ul.tags li a {
    font-size: 16px;
    color: #fff;
}
.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li:hover a {
    background-color: #003366;
    color: #fff;
}


/* ======= Post style ======= */
.post h5 {
    font-size: 24px;
}
.post-comment-section {
    margin-top: 60px;
}
.post-comment-section h3 {
    font-size: 21px;
    color: #003366;
    margin-bottom: 15px;
}
.post-comment-section h3 span {
    font-size: 15px;
    color: #003366;
    margin-left: 15px;
    font-weight: 400;
}
.post-caption h1 {
    margin-bottom: 15px;
    font-size: 40px;
    text-transform: uppercase;
}
.post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.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;
}

/* ======= Page style ======= */
.page {
    position: relative;
}
.page h4 {
    font-size: 30px;
    color: #003366;
}
.page h5 {
    color: #003366;
}
.page h6 {
    font-size: 18px;
    color: #003366;
}
.page .img-cover {
    overflow: hidden;
    border-radius: 10px;
}
/* list */
.page-list {
    position: relative;
    display: block;
}
.page-list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.page-list li + li {
    margin-top: 5px;
}
.page-list-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: transparent;
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    border-radius: 50%;
    border: 1px solid #33cc66;
}
.page-list-icon span {
    font-size: 12px;
    color: #33cc66 ;
}
.page-list-text {
    margin-left: 10px;
}
.page-list-text p {
    font-size: 18px;
    margin: 0;
    color: #0e1323;
}


/* ======= Appointment style ======= */
.appointment h4 {
    font-size: 45px;
    margin-bottom: 30px;
    color: #fff;
}
.appointment h4 span {
    color: #33cc66  !important;
}
.appointment .help {
    display: flex;
    align-items: center;
}
.appointment .help .icon {
    position: relative;
    top: 0;
    background: #33cc66;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
}
.appointment .help .icon i {
    font-size: 30px;
}
.appointment .help .text {
    margin-left: 15px;
}
.appointment .help .text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 0;
}
.appointment .help .text a {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff !important;
}
.appointment .appointment-cta-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    padding: 40px;
    margin-top: 20px;
}

.appointment .appointment-cta-wrapper .btn-wrap {
    position: relative;
    z-index: 1;
}
.appointment .appointment-cta-wrapper .button-1 {
    box-shadow: 0 10px 40px rgba(0, 51, 102, 0.3);
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.appointment .appointment-cta-wrapper .button-1:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 51, 102, 0.4);
}
@media screen and (max-width: 991px) {
    .appointment .appointment-cta-wrapper {
        min-height: 150px;
        padding: 30px 20px;
        margin-top: 30px;
    }
    .appointment .appointment-cta-bg {
        height: 100px;
    }
}
/* ======= Scrolling style ======= */
.scrolling {
    background: #0d2b4e;
    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: "Inter", sans-serif;
    display: inline-flex;
    align-items: center;
    font-size: 27px;
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
}
.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%);
}


/* ======= 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;
}
.contact-form h3 {
    color: #0e1323;
    font-size: 32px;
    margin-bottom: 30px;
}
.contact-form h3 span {
    color: #003366;
}
/* info box */
.info-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.info-box .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    margin-right: 15px;
    background: #003366;
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
}
.info-box .item .icon:before {
    font-size: 27px;
    font-weight: 300;
}
.info-box .item h5 {
    color: #0e1323;
    margin-bottom: 0px;
    font-size: 21px;
    margin-top: 5px;
}
.info-box .item h6 {
    color: #003366;
    margin-bottom: 0px;
    font-size: 22px;
}
.info-box .item p {
    font-size: 18px;
    margin-bottom: 0;
}
/* worktime */
.worktime {
    position: relative;
    background: transparent;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #cbdcec;
}
.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: #626d7a;
}
.worktime ul li .tit {
    padding-right: 10px;
    color: #626d7a;
}
.worktime ul li .dots {
    height: 0px;
    width: 100%;
    border-bottom: 1px dashed #cbdcec;
    position: relative;
    top: -7px;
}
/* form-group */
.form-group {
    position: relative;
}
.form-group .form-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 2px;
    left: 25px;
    pointer-events: none;
}
.form-group .form-icon i {
    color: #626d7a !important;
}
.form-group input,
.form-group select,
.form-group textarea {
    padding-left: 55px;
}
.form-group.form-textarea .form-icon {
    top: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/* ======= 404 Page style ======= */
.notfound {
    min-height: calc(100vh - 100px);
    position: relative;
    background-blend-mode: overlay;
    background: rgba(26, 58, 92, .4);
    background-image: url("../img/slider/9.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}
@media (max-width: 767px) {
    .notfound {
        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: 40px;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
}
.notfound h2 span {
    color: #003366;
}
.notfound h1 {
    font-size: 240px;
    line-height: 160px;
    position: relative;
    margin-bottom: 30px;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    opacity: .8;
}
.notfound h1 span {
    color: #003366;
    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 #003366;
}
.notfound form input::placeholder {
    color: #fff;
}
.notfound form button {
    background-color: #003366;
    border-radius: 100%;
    color: #fff;
    border: 0;
    position: absolute;
    top: 6px;
    right: 7px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    height: 53px;
    width: 53px;
    line-height: 53px;
    text-align: center;
}
.notfound form button:hover {
    background-color: #fff;
    color: #003366;
    outline: none;
}


/* ======= Button style ======= */
.btn-wrap {
    display: inline-flex;
    align-items: center;
    gap: 30px 58px;
    flex-wrap: wrap;
}
.btn-wrap .button-1 {
    overflow: hidden;
    z-index: 1;
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    background: #33cc66;
    font-size: 18px;
    line-height: 1;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 20px 39px;
    border-radius: 40px;
    transition: 0.2s transform ease-in-out;
    will-change: transform;
    transition: 400ms;
    cursor: pointer;
    border: 1px solid transparent;
}
.btn-wrap .button-1::after {
    background: #fff;
    content: "";
    height: 24px;
    width: 24px;
    border-radius: 50%;
    position: absolute;
    right: 34px;
    top: 30%;
    z-index: -1;
    transition: 400ms ease;
    scale: 1;
}
.btn-wrap .button-1 .icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 14px;
    margin-left: 11px;
    color: #003366;
}
.btn-wrap .button-1:hover {
    color: #fff !important;
    border-color: #33cc66;
    transform: scale(1.05);
}
.btn-wrap .button-1:hover::after {
    scale: 21;
}
.btn-wrap .button-1:hover .text {
    color: #003366 !important;
}
/* call button */
.btn-wrap .call-button {
    display: flex;
    align-items: center;
    gap: 18px;
}
.btn-wrap .call-button .icon {
    flex: 0 0 auto;
    position: relative;
    font-size: 24px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #003366;
    text-align: center;
    line-height: 62px;
    color: #fff;
    transition: 0.4s ease-in-out;
    overflow: hidden;
}
.btn-wrap .call-button .icon i {
    display: inline-block;
    transition: 400ms;
    color: #fff;
}
.btn-wrap .call-button .icon:hover i {
    animation: chy-call-2 0.5s ease-in-out;
    color: #fff;
}
@keyframes chy-call-2 {
    25% {
        transform: translateX(60px);
    }
    50% {
        transform: translateX(-60px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
    }
}
.btn-wrap .call-button .cont .text {
    font-size: 16px;
    font-weight: 500;
    color: #626d7a;
    display: block;
    line-height: 1.1em;
    margin-bottom: 5px;
}
.btn-wrap .call-button .cont .phone {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0e1323;
    line-height: 1;
    transition: 0.4s ease-in-out;
    padding: 0;
    margin: 0;
}
.btn-wrap .call-button .cont .phone:hover {
    color: #0e1323;
}


/* ======= Footer style ======= */
.footer {
    background-color: #0d2b4e;
}
.footer-logo {
    width: 150px;
    margin-bottom: 15px;
}
.footer-logo h2 {
    font-size: 27px;
    display: flex;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.1em;
}
.footer-logo h2 span {
    color: #003366;
}
.footer .widget .widget-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}
/* first footer - REMOVED */
.first-footer {
    display: none;
}
/* footer icon */
.footer-icon {
    width: 65px;
    max-height: 65px;
    min-height: 65px;
    min-width: 65px;
    background-color: #33cc66;
    color: #fff;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
}
.footer-icon i {
    width: 100%;
    text-align: center;
}
/* footer link */

.links.dark.footer-contact-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 20px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
}
.footer-contact-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-contact-links-divider {
    width: 1px;
    min-height: 100%;
    margin-right: 20px;
    margin-left: 20px;
    background-color: rgba(255, 255, 255, 0.1);
}
.footer-contact-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0e1323;
    text-decoration: none;
}
.image-wrapper.footer-contact-link-icon {
    margin-right: 22px;
}
.footer-contact-link-wrapper h6 {
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 5px;
}
.footer-contact-link-wrapper p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0px;
}
/* second footer */
.second-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
}
.second-footer .widget-area .widget {
    padding: 20px 0;
}
.second-footer .widget-area .widget p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}
/* usefull links */
.footer .usful-links ul {
    margin: 0 0 0 5px;
    padding: 0;
}
.footer .usful-links ul li {
    margin-bottom: 5px;
}
.footer .usful-links ul li:hover {
    color: #33cc66;
}
.footer .usful-links ul li i {
    font-size: 7px;
    margin-right: 3px;
}
.footer .usful-links ul li a {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    padding-left: 15px;
}
.footer .usful-links ul li a:after {
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 100%;
    position: absolute;
    background: #33cc66;
    left: 0;
    top: 13px;
}
.footer .usful-links ul li a:hover {
    color: #33cc66 !important;
}
/* bottom footer */
.copyright {
    padding-top: 30px;
    padding-bottom: 30px;
}
.copyright p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}
.copyright p a {
    background: linear-gradient(to bottom, #003366 0%, #003366 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
    font-weight: 600;
}
.copyright p a:hover {
    color: #fff;
}
/* social icons */
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    text-align: center;
    font-size: 16px;
    background: transparent;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}
.social-icons li a {
    display: block;
    text-align: center;
    color: #fff;
}
.footer .social-icons li > a {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.social-icons li a:hover {
    background: #33cc66;
    border-radius: 100%;
    color: #fff;
}
/* newsletter */
.widget-newsletter {
    position: relative;
}
.widget-newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: #ffffff;
    font-size: 16px;
    color: #000000;
    outline: none;
    padding: 0 90px 0 20px;
    border: 1px solid #0066ff;
    border-radius: 30px;
}
.widget-newsletter button {
    height: 50px;
    border: none;
    background: #33cc66;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    outline: none;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    width: 50px;
}
.widget-newsletter button i {
    font-weight: 100;
}
.widget-newsletter input::placeholder {
    color: rgba(0,0,0,0.5);
}

.widget-newsletter input:focus {
    border: 1px solid #0066ff;
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #000000 !important;
}
.widget-newsletter input:-webkit-autofill,
.widget-newsletter input:-webkit-autofill:hover,
.widget-newsletter input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: #000000 !important;
    border: 1px solid #0066ff !important;
}
.widget-newsletter button:hover {
    background: #fff;
    color: #0e1323;
}
@media screen and (max-width: 767px) {
    .footer-contact-links-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-contact-links-divider {
        width: auto;
        min-height: 2px;
        margin: 20px 0px;
    }
}


/* ======= 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: 700;
    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: 3;
    -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 1px rgba(217, 214, 209, 0.5);
    box-shadow: inset 0 0 0 1px rgba(217, 214, 209, 0.5);
}
.progress-wrap::after {
    color: #003366;
}
.progress-wrap svg.progress-circle path {
    stroke: #003366;
}


/* =======  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: #1a3a5c;
}
[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;
}


/* ======= Mobile Drawer Style ======= */
.mobile-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 10001;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: -10px 0 30px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}
.mobile-drawer.open {
    right: 0;
}
.drawer-header {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
}
.drawer-logo img {
    height: 35px;
}
.drawer-close {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #0e1323;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px 0;
}
.drawer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.drawer-nav > li {
    border-bottom: 1px solid #fcfcfc;
}
.drawer-nav > li > a {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    color: #0e1323;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.drawer-nav > li > a i {
    margin-right: 15px;
    font-size: 18px;
    color: #003366;
    width: 20px;
    text-align: center;
}
.drawer-nav > li > a.active {
    color: #003366;
    background: rgba(0, 51, 102, 0.02);
}
.drawer-nav .submenu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.drawer-nav .arrow {
    transition: transform 0.3s ease;
    font-size: 10px;
}
.drawer-nav .has-submenu.active .arrow {
    transform: rotate(90deg);
}
.drawer-submenu {
    list-style: none;
    padding: 0;
    background: #fafafa;
    display: none;
}
.drawer-submenu li a {
    display: block;
    padding: 12px 25px 12px 60px;
    color: #626d7a;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
}
.drawer-footer {
    padding: 20px;
    border-top: 1px solid #f5f5f5;
    background: #fff;
}
.btn-drawer-quote {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #33cc66;
    color: #fff !important;
    padding: 14px 20px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 2px solid #33cc66;
    text-decoration: none;
}
.btn-drawer-quote:hover {
    background: #2bb558;
    border-color: #2bb558;
}
.btn-drawer-quote:active {
    transform: translateY(0);
}
.drawer-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 10000;
}
.drawer-overlay.active {
    display: block;
}

/* ======= Icons Green Override ======= */


.services1 .item .cont .icon,
.services2 .item .con .arrow a:hover,
.services3 .item span,
.services3 .item i,
.services-box .item .icon,
.pricing .item p,
.pricing ul li:before,
.info-box .item .icon,
.about .icon-box .icon,
.section-subtitle {
   
}

/* Team section icon */
.team .item .wrapper .icon .arrow {
    background: var(--primary-green) !important;
}
.team .item:hover .wrapper .icon .arrow {
    background: var(--primary-green-hover) !important;
}

/* Service arrows */
.services1 .item:hover .arrow .icon a,
.services2 .item .con .arrow a:hover {
    background-color: #003366 !important;
}
.services3 .item:hover {
    background: var(--primary-green) !important;
    border-color: #003366 !important;
}

/* Social icons */
.team-details .item .wrap .social-icon a:hover {
    background: var(--primary-green) !important;
}
**/


/* Links */
a {
    color: #003366;
    transition: color 0.3s ease;
}
a:hover {
    color: #001a57 !important;
}

/* Section subtitle */
.section-subtitle {
    color: #003366 !important;
}

/* ======= Form Styles ======= */
/* form-group */
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.form-group .form-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 2px;
    left: 20px;
    color: #003366 !important;
}
.form-group .form-icon i {
    color: #003366 !important;
}
.form-group input,
.form-group select,
.form-group textarea {
    padding-left: 55px;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 14px 15px 14px 55px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fff;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #003366 !important;
    box-shadow: 0 0 0 4px rgba(0, 51, 102, 0.12) !important;
    outline: none;
}
.form-group.form-textarea .form-icon {
    top: 18px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Form Section Titles */
.form-section-title {
    color: #0e1323;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 51, 102, 0.3);
}
.form-section-title i {
    color: #003366;
    margin-right: 8px;
}

/* Demande Devis Form */
.demande-devis-form .form-group select {
    padding-left: 55px;
    height: 50px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    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='%23003366' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    cursor: pointer;
}

/* Alert success */
.alert-success {
    background-color: rgba(0, 51, 102, 0.1);
    border: 1px solid rgba(0, 51, 102, 0.3);
    color: var(--primary-green-dark);
    padding: 15px 20px;
    border-radius: 8px;
}
.alert-success i {
    margin-right: 8px;
    color: var(--primary-green);
}

/* ======= Services1 Uniform Heights ======= */
.services1 .owl-carousel .item {
    height: 100%;
}
.services1 .owl-carousel .item .row {
    height: 350px;
}
.services1 .item .img {
    min-height: 350px;
    max-height: 350px;
    height: 350px;
}
.services1 .item .img .img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.services1 .item .cont {
    min-height: 350px;
    max-height: 350px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 30px;
    overflow: hidden;
}
.services1 .item .cont h5 {
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 1.3;
}
.services1 .item .cont p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.services1 .item .cont .icon {
    font-size: 45px;
    color: #003366 !important;
    margin-bottom: 12px;
}

/* ======= Enhanced Mobile Responsiveness ======= */

/* Extra small devices (phones, less than 576px) */
@media screen and (max-width: 575.98px) {
    /* Global */
    body {
        font-size: 15px;
    }
    .section-padding {
        padding: 50px 0;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Typography */
    h1 { font-size: 28px; }
    h2 { font-size: 24px; }
    h3 { font-size: 22px; }
    h4 { font-size: 20px; }
    h5 { font-size: 18px; }
    .section-title {
        font-size: 26px !important;
        line-height: 1.3;
    }
    .section-subtitle {
        font-size: 13px;
        letter-spacing: 1px;
    }
    
    /* Banner */
    .banner-header {
        min-height: 200px;
    }
    .banner-header h3 {
        font-size: 24px;
        line-height: 1.3;
    }
    .banner-header h5 {
        font-size: 13px;
    }
    
    /* Services1 Mobile */
    .services1 .owl-carousel .item .row {
        height: auto;
        flex-direction: column;
    }
    .services1 .item .img,
    .services1 .item .cont {
        min-height: auto;
        max-height: none;
        height: auto;
    }
    .services1 .item .img {
        min-height: 180px;
        border-radius: 10px 10px 0 0 !important;
    }
    .services1 .item .img .img-cover {
        border-radius: 10px 10px 0 0 !important;
    }
    .services1 .item .cont {
        padding: 25px 20px;
        border-radius: 0 0 10px 10px !important;
    }
    .services1 .item .cont .icon {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .services1 .item .cont h5 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .services1 .item .cont p {
        font-size: 14px;
        -webkit-line-clamp: 3;
    }
    .services1 .item .arrow {
        bottom: 10px;
        left: 10px;
    }
    .services1 .item .arrow .icon a {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    /* Contact Form Mobile */
    .contact-section-bg {
        padding: 40px 0;
    }
    .contact-info-card,
    .devis-form-card {
        padding: 25px 20px;
        margin-bottom: 20px;
        border-radius: 12px;
    }
    .contact-info-card h3,
    .devis-form-card h3 {
        font-size: 20px;
    }
    .form-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .form-section-title {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .form-group input,
    .form-group select,
    .form-group textarea,
    .demande-devis-form .form-group input,
    .demande-devis-form .form-group select,
    .demande-devis-form .form-group textarea {
        font-size: 14px;
        padding: 12px 12px 12px 45px;
        border-radius: 8px;
    }
    .form-group .form-icon {
        left: 15px;
        font-size: 14px;
    }
    .demande-devis-form .form-group select {
        height: 46px;
    }
    
    /* Buttons Mobile */
    .button-1,
    .btn-wrap .button-1,
    a.button-1 {
        padding: 10px 16px;
        font-size: 16px;
        border-radius: 10px;
        background-color: #33cc66;
    }
    .btn-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .btn-wrap .button-1 {
        width: auto;
        min-width: 200px;
        max-width: 280px;
        justify-content: center;
        text-align: center;
        margin-left: 0 !important;
    }
    .btn-wrap .button-1 .text {
        margin-right: 6px;
    }
    .btn-wrap .button-1::after {
        display: none;
    }
    .btn-wrap .button-1 .icon {
        color: #fff !important;
        font-size: 16px;
    }
    
    /* Info box items Mobile */
    .info-box .item {
        margin-bottom: 20px;
        padding: 10px 0;
    }
    .info-box .item .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        font-size: 24px;
        width: 45px;
        height: 45px;
        min-width: 45px;
        min-height: 45px;
        border-radius: 50%;
    }
    .info-box .item h5 {
        font-size: 15px;
        margin-bottom: 3px;
    }
    .info-box .item p {
        font-size: 14px;
    }
    
    /* Worktime Mobile */
    .worktime {
        margin-top: 30px !important;
    }
    .worktime h5 {
        font-size: 16px;
    }
    .worktime ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0;
        gap: 10px;
        flex-wrap: wrap;
        border-bottom: 1px dashed rgba(0,0,0,0.05);
    }
    .worktime ul li:last-child {
        border-bottom: none;
    }
    .worktime ul li .tit {
        flex: 0 0 auto;
        font-size: 14px;
        font-weight: 600;
        color: #0e1323;
        margin-bottom: 0;
    }
    .worktime ul li .dots {
        display: none;
    }
    .worktime ul li span {
        flex: 1 1 auto;
        font-size: 13px;
        color: #003366;
        text-align: right;
        white-space: normal;
        word-break: break-word;
    }
    
    /* Footer Mobile */
    .footer {
        padding: 40px 0 20px;
    }
    .footer .logo {
        margin-bottom: 20px;
    }
    .footer h5 {
        font-size: 18px;
    }
    .footer p,
    .footer li,
    .footer a {
        font-size: 14px;
    }
    
    /* Navbar Mobile */
    .navbar {
        padding: 10px 15px;
    }
    .navbar-brand img {
        max-height: 40px;
    }
    .navbar-toggler {
        padding: 5px 10px;
    }
    
    /* Owl carousel dots Mobile */
    .owl-theme .owl-dots {
        margin-top: 20px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .section-title {
        font-size: 32px !important;
    }
    .banner-header h3 {
        font-size: 28px;
    }
    .services1 .owl-carousel .item .row {
        height: auto;
    }
    .services1 .item .img,
    .services1 .item .cont {
        min-height: 250px;
        max-height: 250px;
        height: 250px;
    }
    .services1 .item .cont {
        padding: 25px 20px;
    }
    .contact-info-card,
    .devis-form-card {
        padding: 30px 25px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .section-title {
        font-size: 38px !important;
    }
    .services1 .item .img,
    .services1 .item .cont {
        min-height: 300px;
        max-height: 300px;
        height: 300px;
    }
    .services1 .item .cont {
        padding: 30px 25px;
    }
    .services1 .item .cont h5 {
        font-size: 22px;
    }
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
    .services1 .item .img,
    .services1 .item .cont {
        min-height: 350px;
        max-height: 350px;
        height: 350px;
    }
}

/* Touch-friendly improvements for mobile */
@media (hover: none) and (pointer: coarse) {
    .button-1,
    .btn-wrap .button-1,
    .form-group input,
    .form-group select,
    .form-group textarea {
        min-height: 48px;
    }
    .nav-link {
        padding: 12px 15px;
    }
    .info-box .item {
        padding: 12px 0;
    }
    a, button {
        -webkit-tap-highlight-color: rgba(0, 51, 102, 0.2);
    }
}

/* Safe area for notched phones (iPhone X+) */
@supports (padding: max(0px)) {
    .navbar {
        padding-left: max(15px, env(safe-area-inset-left));
        padding-right: max(15px, env(safe-area-inset-right));
    }
    .footer {
        padding-bottom: max(20px, env(safe-area-inset-bottom));
    }
    .container {
        padding-left: max(15px, env(safe-area-inset-left));
        padding-right: max(15px, env(safe-area-inset-right));
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Better text rendering */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* ======= Performance Optimizations ======= */
/* CSS Containment for isolated components */
.services-box .item,
.services1 .item,
.services3 .item,
.testimonials .item,
.team .item {
    contain: layout style paint;
}

.owl-carousel .owl-item {
    contain: layout;
}

/* Reduce paint areas */
.video-fullscreen-wrap {
    contain: layout;
}

/* Optimize fixed elements */
.navbar.nav-scroll {
    will-change: transform;
    contain: layout style;
}

.progress-wrap {
    will-change: transform;
}

.cursor {
    will-change: transform;
}

/* Optimize scrolling ticker */
.scrolling.scrolling-ticker .wrapper .content {
    will-change: transform;
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .scrolling.scrolling-ticker .wrapper .content {
        animation: none;
    }
    .wow {
        animation: none !important;
    }
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ======= Login Page ======= */
.login-page {
    padding: 120px 0 90px;
    background: linear-gradient(120deg, rgba(0, 51, 102, 0.08), rgba(0, 51, 102, 0.08));
}
.login-card {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(14, 19, 35, 0.12);
    background: #fff;
}
.login-info {
    padding: 48px 54px;
    background: linear-gradient(160deg, #0d2b4e 0%, #1a3a5c 100%);
    color: #fff;
}
.login-brand {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
}
.login-info h1 {
    font-size: 34px;
    margin-bottom: 14px;
    color: #fff;
}
.login-info p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 24px;
}
.login-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.login-info li {
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
    color: #fff;
}
.login-info li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #5a8f7b;
}
.login-form {
    padding: 50px 48px;
    background: #fff;
}
.login-form h2 {
    font-size: 28px;
    margin-bottom: 6px;
}
.login-subtitle {
    color: #6b7280;
    margin-bottom: 24px;
}
.login-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #0e1323;
}
.login-form .form-control {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 10px;
    border: 1px solid rgba(14, 19, 35, 0.12);
    padding: 12px 14px;
}
.login-submit {
    width: 100%;
    border: none;
    background: #003366;
    color: #fff;
    font-weight: 700;
    padding: 12px 16px;
    border-radius: 30px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.login-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(0, 51, 102, 0.3);
}
.login-form .alert {
    border-radius: 10px;
}
@media screen and (max-width: 991px) {
    .login-card {
        grid-template-columns: 1fr;
    }
    .login-info {
        padding: 36px 32px;
    }
    .login-form {
        padding: 36px 32px;
    }
}

/* =================================================================
   HOVER SWEEP — effet vent/reflet diagonal au survol
   Appliqué automatiquement à tous les éléments interactifs du site
================================================================= */
@keyframes sweepShine {
    0%   { left: -110%; opacity: 0; }
    8%   { opacity: 1; }
    92%  { opacity: 1; }
    100% { left: 160%; opacity: 0; }
}

/* --- Classe utilitaire manuelle --- */
.hover-sweep {
    position: relative;
    overflow: hidden;
}
.hover-sweep::after {
    content: "";
    position: absolute;
    inset: 0;
    left: -110%;
    width: 55%;
    background: linear-gradient(110deg,
        transparent 0%,
        rgba(255,255,255,0.18) 35%,
        rgba(255,255,255,0.42) 50%,
        rgba(255,255,255,0.18) 65%,
        transparent 100%);
    transform: skewX(-18deg);
    pointer-events: none;
    z-index: 3;
}
.hover-sweep:hover::after {
    animation: sweepShine 0.65s ease-in-out forwards;
}

/* ─── NAVBAR LINKS ─── */
.menu-wrap > li > a {
    position: relative;
    overflow: hidden;
}
.menu-wrap > li > a::before {
    content: "";
    position: absolute;
    top: 0; bottom: 0;
    left: -110%;
    width: 50%;
    background: linear-gradient(110deg,
        transparent 0%,
        rgba(255,255,255,0.10) 35%,
        rgba(255,255,255,0.22) 50%,
        rgba(255,255,255,0.10) 65%,
        transparent 100%);
    transform: skewX(-18deg);
    pointer-events: none;
    z-index: 2;
}
.menu-wrap > li > a:hover::before {
    animation: sweepShine 0.6s ease-in-out forwards;
}

/* ─── BOUTON .av-btn (hors bubble, car ::before occupé) ─── */
.av-btn:not(.av-btn-bubble) {
    overflow: hidden;
}
.av-btn:not(.av-btn-bubble)::after {
    content: "";
    position: absolute;
    inset: 0;
    left: -110%;
    width: 55%;
    background: linear-gradient(110deg,
        transparent 0%,
        rgba(255,255,255,0.22) 35%,
        rgba(255,255,255,0.48) 50%,
        rgba(255,255,255,0.22) 65%,
        transparent 100%);
    transform: skewX(-18deg);
    pointer-events: none;
    z-index: 3;
}
.av-btn:not(.av-btn-bubble):hover::after {
    animation: sweepShine 0.55s ease-in-out forwards;
}

/* ─── BOUTON .button-1 (CTA / appointment) ─── */
.btn-wrap .button-1,
.appointment .button-1 {
    overflow: hidden;
}
.btn-wrap .button-1::before,
.appointment .button-1::before {
    content: "";
    position: absolute;
    inset: 0;
    left: -110%;
    width: 55%;
    background: linear-gradient(110deg,
        transparent 0%,
        rgba(255,255,255,0.22) 35%,
        rgba(255,255,255,0.50) 50%,
        rgba(255,255,255,0.22) 65%,
        transparent 100%);
    transform: skewX(-18deg);
    pointer-events: none;
    z-index: 3;
}
.btn-wrap .button-1:hover::before,
.appointment .button-1:hover::before {
    animation: sweepShine 0.55s ease-in-out forwards;
}

/* ─── SERVICES 1 item ─── */
.services1 .item { position: relative; overflow: hidden; }
.services1 .item::after {
    content: "";
    position: absolute;
    inset: 0; left: -110%;
    width: 55%;
    background: linear-gradient(110deg,
        transparent 0%,
        rgba(255,255,255,0.14) 35%,
        rgba(255,255,255,0.30) 50%,
        rgba(255,255,255,0.14) 65%,
        transparent 100%);
    transform: skewX(-18deg);
    pointer-events: none; z-index: 2;
}
.services1 .item:hover::after { animation: sweepShine 0.65s ease-in-out forwards; }

/* ─── SERVICES 2 item ─── */
.services2 .item { overflow: hidden; }
.services2 .item::after {
    content: "";
    position: absolute;
    inset: 0; left: -110%;
    width: 55%;
    background: linear-gradient(110deg,
        transparent 0%,
        rgba(255,255,255,0.14) 35%,
        rgba(255,255,255,0.30) 50%,
        rgba(255,255,255,0.14) 65%,
        transparent 100%);
    transform: skewX(-18deg);
    pointer-events: none; z-index: 2;
}
.services2 .item:hover::after { animation: sweepShine 0.65s ease-in-out forwards; }

/* ─── SERVICES 3 item ─── */
.services3 .item { overflow: hidden; }
.services3 .item::after {
    content: "";
    position: absolute;
    inset: 0; left: -110%;
    width: 55%;
    background: linear-gradient(110deg,
        transparent 0%,
        rgba(255,255,255,0.16) 35%,
        rgba(255,255,255,0.34) 50%,
        rgba(255,255,255,0.16) 65%,
        transparent 100%);
    transform: skewX(-18deg);
    pointer-events: none; z-index: 2;
}
.services3 .item:hover::after { animation: sweepShine 0.65s ease-in-out forwards; }

/* ─── TEAM wrapper ─── */
.team .item .wrapper { position: relative; overflow: hidden; }
.team .item .wrapper::after {
    content: "";
    position: absolute;
    inset: 0; left: -110%;
    width: 55%;
    background: linear-gradient(110deg,
        transparent 0%,
        rgba(255,255,255,0.18) 35%,
        rgba(255,255,255,0.38) 50%,
        rgba(255,255,255,0.18) 65%,
        transparent 100%);
    transform: skewX(-18deg);
    pointer-events: none; z-index: 2;
}
.team .item:hover .wrapper::after { animation: sweepShine 0.65s ease-in-out forwards; }

/* ─── TESTIMONIALS item ─── */
.testimonials .item { position: relative; overflow: hidden; }
.testimonials .item::after {
    content: "";
    position: absolute;
    inset: 0; left: -110%;
    width: 55%;
    background: linear-gradient(110deg,
        transparent 0%,
        rgba(255,255,255,0.12) 35%,
        rgba(255,255,255,0.26) 50%,
        rgba(255,255,255,0.12) 65%,
        transparent 100%);
    transform: skewX(-18deg);
    pointer-events: none; z-index: 2;
}
.testimonials .item:hover::after { animation: sweepShine 0.65s ease-in-out forwards; }

/* ─── FOOTER — liens rapides avec effet lumineux ─── */
.footer .usful-links ul li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: color 0.3s ease, padding-left 0.3s ease;
}
.footer .usful-links ul li a::before {
    content: "";
    position: absolute;
    inset: 0;
    left: -110%;
    width: 60%;
    background: linear-gradient(110deg,
        transparent 0%,
        rgba(51,204,102,0.15) 35%,
        rgba(51,204,102,0.35) 50%,
        rgba(51,204,102,0.15) 65%,
        transparent 100%);
    transform: skewX(-18deg);
    pointer-events: none;
    z-index: 1;
}
.footer .usful-links ul li a:hover::before {
    animation: sweepShine 0.55s ease-in-out forwards;
}
.footer .usful-links ul li a:hover {
    color: #33cc66 !important;
    padding-left: 22px;
}

/* ─── FOOTER social icons (footer .social-icons) ─── */
.social-icons li {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.social-icons li:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(51,204,102,0.35);
}
.footer .social-icons li a { position: relative; overflow: hidden; }
.footer .social-icons li a::after {
    content: "";
    position: absolute;
    inset: 0; left: -110%;
    width: 60%;
    background: linear-gradient(110deg,
        transparent 0%,
        rgba(255,255,255,0.35) 40%,
        rgba(255,255,255,0.65) 50%,
        rgba(255,255,255,0.35) 60%,
        transparent 100%);
    transform: skewX(-18deg);
    pointer-events: none; z-index: 2;
    border-radius: 100%;
}
.footer .social-icons li a:hover::after { animation: sweepShine 0.5s ease-in-out forwards; }

/* ─── NEWSLETTER button ─── */
.widget-newsletter button { overflow: hidden; }
.widget-newsletter button::after {
    content: "";
    position: absolute;
    inset: 0; left: -110%;
    width: 60%;
    background: linear-gradient(110deg,
        transparent 0%,
        rgba(255,255,255,0.30) 40%,
        rgba(255,255,255,0.55) 50%,
        rgba(255,255,255,0.30) 60%,
        transparent 100%);
    transform: skewX(-18deg);
    pointer-events: none; z-index: 2;
}
.widget-newsletter button:hover::after { animation: sweepShine 0.5s ease-in-out forwards; }

/* ======= Features Section — "Nos Prestations" ======= */
.features-section {
    overflow: hidden;
    position: relative;
    z-index: 0;
    background: #f8fafc;
}

/* Heading */
.features-heading {
    max-width: 635px;
    margin: 0 auto 55px;
}

.features-heading .section-title {
    font-size: 38px;
    color: #003366;
    margin-bottom: 0;
}

.features-heading .section-title span {
    color: #33cc66;
}

.features-heading p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* separator */
.features-separator {
    width: 143px;
    height: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px auto 0;
    position: relative;
}

.features-separator::after,
.features-separator::before {
    content: "";
    position: absolute;
    top: 0; bottom: 0;
    width: 60px; height: 3px;
    margin: auto;
    background: linear-gradient(-137deg, #33cc66 0%, #2bb558 100%);
}

.features-separator::after  { left: 0; }
.features-separator::before { right: 0; }

.features-separator > span {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.features-separator > span::after,
.features-separator > span::before {
    content: "";
    width: 7px; height: 7px;
    display: inline-block;
    border-radius: 100px;
    position: relative; z-index: 1;
    background: linear-gradient(-137deg, #33cc66 0%, #2bb558 100%);
}

.features-separator > span::after  { left: 5.5px; }
.features-separator > span::before { right: 5.5px; }

.features-separator span span {
    width: 11px; height: 11px;
    border: 2px solid #33cc66;
    display: inline-block;
}

/* Tilter 3D */
.tilter {
    perspective: 1000px;
}

.tilter * {
    pointer-events: none;
}

.tilter > * {
    transform: translateZ(0px);
}

.tilter .features-item .features-title a {
    pointer-events: visible;
}

/* Card */
.features-item {
    text-align: center;
    padding: 35px 25px;
    background: #ffffff;
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
    position: relative;
    overflow: hidden;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.features-inner {
    position: relative;
    z-index: 1;
}

/* Icon */
.features-item .features-icon {
    display: inline-block;
    margin-bottom: 12px;
}

.features-item .features-icon i {
    font-size: 50px;
    background: linear-gradient(-137deg, #33cc66 0%, #2bb558 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .3s ease;
}

/* Title */
.features-item .features-title {
    font-weight: 600;
    font-size: 18px;
    background: linear-gradient(-137deg, #33cc66 0%, #2bb558 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-item .features-title a {
    pointer-events: visible;
    text-decoration: none;
    color: inherit;
}

/* Description */
.features-item p {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #555;
    transition: color .3s ease;
}

/* Modern icon (big background icon) */
.modern-icon {
    position: absolute;
    z-index: -1;
    right: -6px;
    bottom: -6px;
    opacity: 0;
    font-size: 110px;
    color: rgb(208 208 208 / 40%);
    transform-origin: bottom;
    transition: transform .6s cubic-bezier(0,.15,.3,1), opacity .4s ease;
}

/* Deco lines */
.features-item .tilter__deco--lines {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 94%; height: 90%;
    border: 1.5px dashed #252525;
    margin: auto;
    border-radius: 0;
    z-index: 0;
    opacity: 0;
    transition: all .3s ease;
}

/* ——— HOVER STATE ——— */
.tilter:hover .features-item,
.tilter:focus-within .features-item,
.features-item:hover,
.features-item:focus-within {
    background: linear-gradient(-137deg, #33cc66 0%, #2bb558 100%);
}

.tilter:hover .features-item .tilter__deco--lines,
.tilter:focus-within .features-item .tilter__deco--lines,
.features-item:hover .tilter__deco--lines,
.features-item:focus-within .tilter__deco--lines {
    border-color: #ffffff;
    opacity: 1;
}

.tilter:hover .features-item .features-title,
.tilter:focus-within .features-item .features-title,
.tilter:hover .features-item .features-title a,
.tilter:focus-within .features-item .features-title a,
.tilter:hover .features-item .features-icon i,
.tilter:focus-within .features-item .features-icon i,
.tilter:hover .features-item p,
.tilter:focus-within .features-item p,
.features-item:hover .features-title,
.features-item:focus-within .features-title,
.features-item:hover .features-title a,
.features-item:focus-within .features-title a,
.features-item:hover .features-icon i,
.features-item:focus-within .features-icon i,
.features-item:hover p,
.features-item:focus-within p {
    background: transparent;
    color: #ffffff;
    -webkit-text-fill-color: unset;
}

.tilter:hover .modern-icon,
.tilter:focus-within .modern-icon {
    transform: scale(1.2);
    opacity: 0.5;
}

/* Responsive */
@media (max-width: 991px) {
    .features-heading .section-title {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .features-item {
        padding: 25px 18px;
    }
    .features-item .features-icon i {
        font-size: 38px;
    }
}

/* ======= Button: Tous nos services ======= */
.btn-all-services {
    display: inline-block;
    padding: 14px 38px;
    border: 2px solid #003366;
    color: #003366;
    background-color: transparent;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn-all-services i {
    margin-left: 8px;
}
.btn-all-services:hover {
    background-color: #33cc66;
    border-color: #33cc66;
    color: #ffffff;
    text-decoration: none;
}

/* ======= Partner / Ils nous font confiance ======= */
.partner-section {
    background: #003366;
    padding: 80px 0;
    overflow: hidden;
}

.partner-heading {
    max-width: 635px;
    margin: 0 auto 55px;
    color: #ffffff;
}

.partner-heading .section-title {
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 0;
}

.partner-heading .section-title span {
    color: #94D13A;
}

/* separator */
.partner-separator {
    width: 143px;
    height: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px auto 0;
    position: relative;
}

.partner-separator::after,
.partner-separator::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    margin: auto;
    background: #33cc66;
}

.partner-separator::after { left: 0; }
.partner-separator::before { right: 0; }

.partner-separator > span {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.partner-separator > span::after,
.partner-separator > span::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    background: #33cc66;
}

.partner-separator > span::after { left: 5.5px; }
.partner-separator > span::before { right: 5.5px; }

.partner-separator span span {
    width: 11px;
    height: 11px;
    border: 2px solid #33cc66;
    display: inline-block;
}

.partner-heading p {
    color: rgba(255, 255, 255, 0.75);
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.7;
}

/* partner items */
.single-partner {
    position: relative;
    text-align: center;
    opacity: 0.5;
    filter: grayscale(100%);
    transform: scale(0.92);
    transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
}

.single-partner .inner-partner {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
}

.single-partner .inner-partner img {
    max-width: 100%;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.single-partner:hover,
.single-partner:focus-within,
.owl-item.active.center .single-partner {
    opacity: 1;
    filter: grayscale(0);
    transform: scale(1.05);
}

/* hide owl dots for partner carousel */
.partner-carousel .owl-dots {
    display: none !important;
}

@media (max-width: 768px) {
    .partner-heading .section-title {
        font-size: 26px;
    }
    .partner-section {
        padding: 50px 0;
    }
}

/* ======================================================
   INFO CONTACT SECTION (3 blocs inspirés NDT)
   ====================================================== */

.info-contact-section {
    padding: 35px 0 80px;
    background: transparent;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.info-contact-section .widget-contact {
    padding: 8px;
    border: 1px dashed rgba(0, 51, 102, 0.25);
    border-radius: 5px;
    display: inline-block;
    width: fit-content;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.info-contact-section .widget-contact:hover {
    border-color: #33cc66;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(51, 204, 102, 0.15);
}

.info-contact-section .contact-area {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 18px;
    background: linear-gradient(135deg, #33cc66 0%, #28a555 100%);
    border-radius: 4px;
    position: relative;
    width: max-content;
    overflow: hidden;
    transition: all 0.35s ease;
}

.info-contact-section .contact-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 51, 102, 0.2), transparent);
    transition: left 0.6s ease;
}

.info-contact-section .widget-contact:hover .contact-area::before {
    left: 100%;
}

.info-contact-section .contact-icon {
    font-size: 22px;
    background: transparent;
    border: 2px solid #003366;
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
}

.info-contact-section .widget-contact:hover .contact-icon {
    background: transparent;
    border-color: #003366;
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 0 20px rgba(0, 51, 102, 0.5);
}

.info-contact-section .contact-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-decoration: none;
    flex: 0 0 auto;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.info-contact-section .contact-info .text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.info-contact-section .contact-info .title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.info-contact-section .widget-contact:hover .contact-info .text {
    color: rgba(255, 255, 255, 0.95);
}

.info-contact-section .widget-contact:hover .contact-info .title {
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .info-contact-section {
        padding: 40px 0 20px;
    }
    /* Réinitialisation du no-wrap desktop : on laisse le texte s'adapter */
    .info-contact-section .widget-contact {
        display: block;
        width: auto;
    }
    .info-contact-section .contact-area {
        width: 100%;
        padding: 18px 15px;
        gap: 14px;
    }
    .info-contact-section .contact-info {
        white-space: normal;
        flex: 1;
    }
    .info-contact-section .contact-info .title {
        white-space: normal;
        font-size: 15px;
    }
    .info-contact-section .contact-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .info-contact-section {
        padding: 30px 0 10px;
    }
    .info-contact-section .widget-contact {
        display: block;
        width: auto;
        margin-bottom: 20px;
    }
    .info-contact-section .contact-area {
        width: 100%;
        padding: 16px 12px;
    }
    .info-contact-section .contact-info {
        white-space: normal;
        flex: 1;
    }
    .info-contact-section .contact-info .text {
        font-size: 12px;
        white-space: normal;
    }
    .info-contact-section .contact-info .title {
        font-size: 14px;
        white-space: normal;
    }
    .info-contact-section .contact-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 18px;
    }
}
