/*
*******************************************
*******************************************

Template Name: Finves - Finance and Consulting HTML5 Template
Template URL: https://themescare.com/demos/finves-preview/
Description: Finance and Consulting HTML5 Template
Author: Themescare
Author URL: https://themeforest.net/user/themescare
Version: 1.0

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - HEADER AREA CSS
04 - HERO AREA CSS
05 - ABOUT COMPANY AREA CSS
06 - WORK AREA CSS
07 - SERVICE AREA CSS
08 - WHY CHOOSE US AREA CSS
09 - TESTIMONIAL AREA CSS
10 - PROJECTS AREA CSS
11 - BLOG AREA CSS
12 - CONTACT AREA CSS
13 - FOOTER AREA CSS
14 - COMPANY PAGE AREA CSS
15 - PAGE HEADER AREA CSS
16 - COMPANY HISTORY SECTION CSS
17 - COMPANY TEAM SECTION CSS
18 - SERVICE PAGE SECTION CSS
19 - SERVICE DETAILS PAGE CSS
20 - PROJECT DETAILS AREA CSS
21 - BLOG DETAILS AREA CSS
22 - FAQ AREA CSS
23 - PRICING TABLE AREA CSS
24 - 404 AREA CSS
25 - RESPONSIVE CSS
*/

/*================================================
01 - IMPORTED CSS
==================================================*/


@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&amp;family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&amp;display=swap');



:root {
    --primary: #12353b;
    --primary-dark: #112d32;
    --primary-light: #1e3a3d;
    --accent: #d4aa2c;
    --accent-light: #eec74b;
    --white: #fafdfe;
    --dark: #111;
    --text-muted: #bcd4d9;
}

/*================================================
02 - DEFAULT CSS
==================================================*/
body {
    margin: 0;
    padding: 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Josefin Sans", sans-serif;
    color: #bcd4d9;
}

html,
body {
    height: 100%;

}

.main-wrapper {
    overflow-x: hidden
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #fafdfe;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #fafdfe;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fafdfe;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
}

h1,
.h1 {
    font-size: 68px;
    line-height: 120%;
}

h2,
.h2 {
    font-size: 44px;
    line-height: 120%;
}

h3,
.h3 {
    font-size: 36px;
    line-height: 100%;
}

h4,
.h4 {
    font-size: 30px;
    line-height: 110%;
}

h5,
.h5 {
    font-size: 32px;
    line-height: 110%;
}

h6,
.h6 {
    font-size: 28px;
    line-height: 110%;
}


p {
    margin-bottom: 20px;
    line-height: 1.6;
}


p:last-child {
    margin-bottom: 0 !important;
}

figure {
    margin: 0;
}

button {
    border: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: transparent
}

.section,
section {
    padding: 70px 0
}

.container {
    max-width: 1200px
}

.container.wide {
    max-width: 1400px
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-decoration: none;
    border: none;
}

.btn:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.18);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    z-index: 0;
}

.btn:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn span,
.btn i {
    position: relative;
    z-index: 1;
}

.btn-primary {
    background: #d4aa2c;
    color: #12353b;
}

.btn-primary:hover {
    background: #eec74b;
    color: #12353b;
}

.btn-arrow {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.btn:hover .btn-arrow {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
}

.btn:focus,
.btn:focus-visible {
    outline: none;
    box-shadow: none;
}

.btn:active {
    -webkit-transform: translateY(1px) scale(0.98);
    transform: translateY(1px) scale(0.98);
}

.btn:focus,
.btn:focus-visible,
.btn:active,
.btn.active,
.btn-check:focus + .btn,
.btn-check:checked + .btn {
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary:active,
.btn-primary:focus,
.btn-secondary:active,
.btn-secondary:focus {
    background: #eec74b !important;
    color: #12353b !important;
    border-color: #eec74b !important;
}

.btn:active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.section-label {
    background: transparent;
    border: 1px solid #eec74b;
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: 500;
    color: #fafdfe;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: background 0.3s, border-color 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, border-color 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, border-color 0.3s, transform 0.3s;
    transition: background 0.3s, border-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

.section-label i {
    color: #d4aa2c;
    margin-right: 5px;
}

.section-head h2 {
    color: #fafdfe;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
}


/*================================================
03 - HEADER AREA CSS
==================================================*/
.header-area {
    position: relative;
    z-index: 100;
}

.header-top-area {
    background: #12353b;
    color: #fafdfe;
}

.header-top-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

.top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.top-left a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    color: inherit;
    text-decoration: none;
}

.top-left i {
    color: #d4aa2c;
    line-height: 1;
}

.top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.top-right p {
    margin: 0;
}

.top-right a {
    color: #fafdfe;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.top-right a:hover {
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header-mainmenu {
    background: #fafdfe;
    border-bottom: 1px solid #eee;
}

.header-flex {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr auto auto;
    grid-template-columns: auto 1fr auto auto;
    -ms-grid-row-align: center;
    align-items: center;
    height: 70px;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

.site-logo {
    width: 140px;
}

.mainmenu ul {
    text-align: center;
}

.mainmenu ul li {
    display: inline-block;
    position: relative;
}

.mainmenu ul li a {
    color: #111;
    display: block;
    font-weight: 600;
    padding: 20px 15px;
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}

.mainmenu ul li a:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 18px;
    height: 2px;
    background: #112d32;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.mainmenu ul li ul li a:before {
    display: none;
}

.mainmenu ul li.active > a,
.mainmenu ul li:hover > a {
    color: #112d32;
}

.mainmenu ul li.active > a:before,
.mainmenu ul li:hover > a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.mainmenu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    background: #fafdfe;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .14);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
    -webkit-transition: opacity .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, transform .25s ease;
    transition: opacity .25s ease, transform .25s ease, -webkit-transform .25s ease;
    z-index: 99;
    text-align: left
}

.mainmenu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mainmenu ul li ul li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.mainmenu ul li ul li:last-child {
    border-bottom: none;
}

.mainmenu ul li ul li a {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    -webkit-transition: color .25s ease, padding-left .25s ease, background .25s ease;
    transition: color .25s ease, padding-left .25s ease, background .25s ease;
}

.mainmenu ul li ul li a:hover {
    color: #112d32;
    background: rgba(0, 0, 0, .035);
    padding-left: 18px;
}

.header-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.header-actions a {
    color: #12353b;
    font-size: 16px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.header-actions a:hover {
    color: #d4aa2c;
}

body.search-open {
    overflow: hidden;
}

.search-btn {
    font-size: 18px;
}

.search-btn:hover {
    color: #d4aa2c;
}

.search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(11, 34, 57, 0.96);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 9999;
}

.search-overlay.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.search-box-wrap {
    position: relative;
    width: 80%;
    max-width: 520px;
}

.search-box-wrap input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #d4aa2c;
    color: #fafdfe;
    font-size: 22px;
    padding: 15px 40px 15px 0;
    outline: none;
}

.search-box-wrap input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6);
}

.search-box-wrap input::-moz-placeholder {
    color: rgba(255, 255, 255, .6);
}

.search-box-wrap input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6);
}

.search-box-wrap input::placeholder {
    color: rgba(255, 255, 255, .6);
}

.search-close {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #d4aa2c;
    font-size: 22px;
}

.search-box-wrap input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.search-box-wrap input[type="search"]::-moz-search-clear {
    display: none;
}

.search-box-wrap input[type="search"]::-ms-clear {
    display: none;
}

.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #12353b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #fafdfe;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #12353b;
}

.social-link:hover {
    background: #d4aa2c;
    border-color: #d4aa2c;
    color: #fafdfe;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}


/*================================================
04 - HERO AREA CSS
==================================================*/

.hero-area {
    position: relative;
    z-index: 1;
    background: #112d32;
}

.hero-left {
    margin-top: 50px;
    position: relative;
}

.hero-tag {
    margin-bottom: 20px;
}

.hero-title {
    font-size: 46px;
    font-weight: 700;
    color: #fafdfe;
}

.consult-badge {
    position: absolute;
    top: -25px;
    right: 60px;
    width: 120px;
    height: 120px;
}

.consult-badge svg {
    width: 100%;
    height: 100%;
    -webkit-animation: rotateText 14s linear infinite;
    animation: rotateText 14s linear infinite;
}

.consult-badge text {
    font-size: 8px;
    letter-spacing: 2px;
    fill: #fafdfe;
    text-transform: uppercase;
}

.badge-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #fafdfe;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    -webkit-transition: background .35s ease, -webkit-transform .35s ease;
    transition: background .35s ease, -webkit-transform .35s ease;
    transition: transform .35s ease, background .35s ease;
    transition: transform .35s ease, background .35s ease, -webkit-transform .35s ease;
}

.badge-circle span {
    color: #12353b;
    font-size: 24px;
    line-height: 1;
}

@-webkit-keyframes rotateText {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateText {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn-row {
    margin-top: 20px;
}

.quote-card,
.stats-card {
    background: #12353b;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.quote-author img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 12px;
}

.quote-author span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fafdfe;
    line-height: 20px;
}

.quote-author span + span {
    color: #bcd4d9;
}

.stats-card .dot {
    width: 10px;
    height: 10px;
    background: #d4aa2c;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 22px;
}

.avatar-stack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 26px;
}

.avatar-stack img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #f5f5f2;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: -10px;
}

.avatar-stack img:first-child {
    margin-left: 0;
}

.avatar-plus {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #d4aa2c;
    color: #12353b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    margin-left: -10px;
}

.stat-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.stat-bottom span {
    font-size: 44px;
    font-weight: 700;
    color: #d4aa2c;
}

.hero-right {
    position: relative;
}

.hero-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

.video-card {
    position: absolute;
    bottom: 35px;
    right: 35px;
    width: 230px;
    background: #fafdfe;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.video-card img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--accent);
    color: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}

.video-play-btn:before {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 2px solid rgba(250, 253, 254, 0.6);
    -webkit-animation: videoPulse 2s infinite ease-out;
            animation: videoPulse 2s infinite ease-out;
}

@-webkit-keyframes videoPulse {
    0% {
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes videoPulse {
    0% {
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.video-play-btn:hover {
    background: var(--accent-light);
    -webkit-transform: translate(-50%, -50%) scale(1.08);
            transform: translate(-50%, -50%) scale(1.08);
}

.video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
}

.video-modal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.video-modal-open {
    overflow: hidden;
}

.video-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(9, 20, 22, 0.9);
}

.video-modal-dialog {
    position: relative;
    width: 100%;
    max-width: 900px;
    z-index: 1;
}

.video-modal-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.video-modal-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-modal-close {
    position: absolute;
    top: -46px;
    right: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--white);
    color: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.video-modal-close:hover {
    background: var(--accent);
}

/*================================================
05 - ABOUT COMPANY AREA CSS
==================================================*/

.about-section {
    background: #1e3a3d;
}

.about-img-wrap {
    border-radius: 15px;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    -webkit-transition: box-shadow 0.4s, -webkit-transform 0.4s;
    transition: box-shadow 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, box-shadow 0.4s;
    transition: transform 0.4s, box-shadow 0.4s, -webkit-transform 0.4s;
    height: 100%;
    min-height: 420px;
}


.about-img-wrap img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.about-right {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about-right h2 {
    font-size: 36px;
    font-weight: 700;
}

.about-info-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.about-checklist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #bcd4d9;
}

.about-checklist li i {
    font-size: 16px;
    color: #eec74b;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.stats-section {
    padding-top: 50px;
}

.stat-card {
    background: #12353b;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 15px;
    padding: 34px 30px;
    height: 100%;
    -webkit-transition: box-shadow 0.35s, background 0.35s, -webkit-transform 0.35s;
    transition: box-shadow 0.35s, background 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, box-shadow 0.35s, background 0.35s;
    transition: transform 0.35s, box-shadow 0.35s, background 0.35s, -webkit-transform 0.35s;
}

.stat-card strong {
    display: block;
    font-size: 44px;
    font-weight: 700;
    color: #d4aa2c;
    line-height: 1;
    margin-bottom: 20px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.stat-card h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}


/*================================================
06 - WORK AREA CSS
==================================================*/

.work-area {
    background: #112d32;
    overflow: hidden;
}

.work-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0 4px;
}

.work-slider-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    will-change: transform;
}

.work-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 48px) / 3);
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
}

.case-card {
    position: relative;
    height: 420px;
    overflow: hidden;
    border-radius: 20px;
    background: #000;
    box-shadow: 0 4px 16px -4px rgba(10, 22, 40, 0.06),
        0 1px 2px rgba(10, 22, 40, 0.04);
    -webkit-transition: box-shadow .5s cubic-bezier(.16, .84, .32, 1),
        -webkit-transform .5s cubic-bezier(.16, .84, .32, 1);
    transition: box-shadow .5s cubic-bezier(.16, .84, .32, 1),
        -webkit-transform .5s cubic-bezier(.16, .84, .32, 1);
    transition: box-shadow .5s cubic-bezier(.16, .84, .32, 1),
        transform .5s cubic-bezier(.16, .84, .32, 1);
    transition: box-shadow .5s cubic-bezier(.16, .84, .32, 1),
        transform .5s cubic-bezier(.16, .84, .32, 1),
        -webkit-transform .5s cubic-bezier(.16, .84, .32, 1);
}

.case-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .9s cubic-bezier(.16, .84, .32, 1);
    transition: -webkit-transform .9s cubic-bezier(.16, .84, .32, 1);
    transition: transform .9s cubic-bezier(.16, .84, .32, 1);
    transition: transform .9s cubic-bezier(.16, .84, .32, 1), -webkit-transform .9s cubic-bezier(.16, .84, .32, 1);
}

.case-card:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.case-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    background: rgba(250, 253, 254, 0.92);
    color: #112d32;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 50px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.16, .84, .32, 1);
    transition: -webkit-transform .4s cubic-bezier(.16, .84, .32, 1);
    transition: transform .4s cubic-bezier(.16, .84, .32, 1);
    transition: transform .4s cubic-bezier(.16, .84, .32, 1), -webkit-transform .4s cubic-bezier(.16, .84, .32, 1);
}

.case-card:hover .case-badge {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.case-badge i {
    color: #d4aa2c;
    font-size: 12px;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.16, .84, .32, 1);
    transition: -webkit-transform .4s cubic-bezier(.16, .84, .32, 1);
    transition: transform .4s cubic-bezier(.16, .84, .32, 1);
    transition: transform .4s cubic-bezier(.16, .84, .32, 1), -webkit-transform .4s cubic-bezier(.16, .84, .32, 1);
}

.case-arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #d4aa2c;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .4s ease, background .35s ease, -webkit-transform .4s cubic-bezier(.16, .84, .32, 1);
    transition: opacity .4s ease, background .35s ease, -webkit-transform .4s cubic-bezier(.16, .84, .32, 1);
    transition: opacity .4s ease, transform .4s cubic-bezier(.16, .84, .32, 1), background .35s ease;
    transition: opacity .4s ease, transform .4s cubic-bezier(.16, .84, .32, 1), background .35s ease, -webkit-transform .4s cubic-bezier(.16, .84, .32, 1);
    z-index: 3;
}

.case-card:hover .case-arrow {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.case-arrow a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fafdfe;
}

.case-arrow:hover {
    background: #eec74b;
}

.case-arrow i {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.16, .84, .32, 1);
    transition: -webkit-transform .4s cubic-bezier(.16, .84, .32, 1);
    transition: transform .4s cubic-bezier(.16, .84, .32, 1);
    transition: transform .4s cubic-bezier(.16, .84, .32, 1), -webkit-transform .4s cubic-bezier(.16, .84, .32, 1);
}

.case-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: -webkit-linear-gradient(top,
            rgba(10, 22, 40, 0) 40%,
            rgba(10, 22, 40, .96) 100%);
    background: linear-gradient(180deg,
            rgba(10, 22, 40, 0) 40%,
            rgba(10, 22, 40, .96) 100%);
}

.case-overlay span {
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: #d4aa2c;
    color: #fafdfe;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    padding: 5px 15px;
    border-radius: 50px;
    margin-bottom: 16px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    -webkit-transition: background .35s ease;
    transition: background .35s ease;
}

.case-overlay h3 {
    color: #fafdfe;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

.work-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: none;
    color: #fafdfe;
    font-size: 18px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .35s cubic-bezier(.16, .84, .32, 1);
    transition: all .35s cubic-bezier(.16, .84, .32, 1);
}

.work-nav:hover {
    background: #d4aa2c;
}

.work-nav i {
    -webkit-transition: -webkit-transform .35s cubic-bezier(.16, .84, .32, 1);
    transition: -webkit-transform .35s cubic-bezier(.16, .84, .32, 1);
    transition: transform .35s cubic-bezier(.16, .84, .32, 1);
    transition: transform .35s cubic-bezier(.16, .84, .32, 1), -webkit-transform .35s cubic-bezier(.16, .84, .32, 1);
}

.work-prev {
    left: 10px;
}

.work-next {
    right: 10px;
}

/*================================================
07 - SERVICE AREA CSS
==================================================*/
.service-area {
    background: #1e3a3d;
}

.service-card {
    background: #12353b;
    border-radius: 15px;
    padding: 40px 30px;
    height: 100%;
    position: relative;
    -webkit-transition: box-shadow .45s cubic-bezier(.16, .84, .32, 1),
        -webkit-transform .45s cubic-bezier(.16, .84, .32, 1);
    transition: box-shadow .45s cubic-bezier(.16, .84, .32, 1),
        -webkit-transform .45s cubic-bezier(.16, .84, .32, 1);
    transition: transform .45s cubic-bezier(.16, .84, .32, 1),
        box-shadow .45s cubic-bezier(.16, .84, .32, 1);
    transition: transform .45s cubic-bezier(.16, .84, .32, 1),
        box-shadow .45s cubic-bezier(.16, .84, .32, 1),
        -webkit-transform .45s cubic-bezier(.16, .84, .32, 1);
    box-shadow: 0 6px 20px rgba(10, 22, 40, .05),
        0 2px 6px rgba(10, 22, 40, .04);
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.service-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 30px 70px rgba(10, 22, 40, .12),
        0 10px 24px rgba(10, 22, 40, .08);
}

.service-icon {
    width: 56px;
    height: 56px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(22, 163, 74, 0.15);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    color: #d4aa2c;
    margin-bottom: 30px;
    -webkit-transition: background .45s,
        color .45s,
        box-shadow .45s,
        -webkit-transform .45s cubic-bezier(.16, .84, .32, 1);
    transition: background .45s,
        color .45s,
        box-shadow .45s,
        -webkit-transform .45s cubic-bezier(.16, .84, .32, 1);
    transition: transform .45s cubic-bezier(.16, .84, .32, 1),
        background .45s,
        color .45s,
        box-shadow .45s;
    transition: transform .45s cubic-bezier(.16, .84, .32, 1),
        background .45s,
        color .45s,
        box-shadow .45s,
        -webkit-transform .45s cubic-bezier(.16, .84, .32, 1);
}

.service-card:hover .service-icon {
    background: #d4aa2c;
    color: #fafdfe;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.service-card h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.service-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    -webkit-transition: gap .35s ease,
        color .35s ease,
        -webkit-transform .35s ease;
    transition: gap .35s ease,
        color .35s ease,
        -webkit-transform .35s ease;
    transition: gap .35s ease,
        color .35s ease,
        transform .35s ease;
    transition: gap .35s ease,
        color .35s ease,
        transform .35s ease,
        -webkit-transform .35s ease;
    font-size: 18px;
}

.service-card:hover .service-link {
    color: #d4aa2c;
    gap: 10px;
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}

.service-link i {
    font-size: 18px;
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease;
}

.service-card:hover .service-link i {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}

/*================================================
08 - WHY CHOOSE US AREA CSS
==================================================*/
.wcu-section {
    background: #112d32;
}

.wcu-left {
    position: relative;
    min-height: 480px;
}

.wcu-img-main {
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
}


.wcu-img-second {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.13);
    margin-top: 50px;
}

.wcu-badge {
    position: absolute;
    bottom: 50px;
    left: 120px;
    background: #fafdfe;
    border-radius: 10px;
    padding: 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    z-index: 3;
    max-width: 300px;
    -webkit-transition: box-shadow 0.35s, -webkit-transform 0.35s;
    transition: box-shadow 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, box-shadow 0.35s;
    transition: transform 0.35s, box-shadow 0.35s, -webkit-transform 0.35s;
    color: #12353b;
    font-weight: 700;
}

.wcu-badge-icon {
    width: 35px;
    height: 35px;
    background: #eec74b;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.wcu-badge-icon i {
    color: #12353b;
    font-size: 16px;
}

.wcu-right {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wcu-right h2 {
    font-size: 36px;
    font-weight: 700;
}

.wcu-progress-card {
    background: #12353b;
    border-radius: 15px;
    padding: 25px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-transition: box-shadow 0.35s, -webkit-transform 0.35s;
    transition: box-shadow 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, box-shadow 0.35s;
    transition: transform 0.35s, box-shadow 0.35s, -webkit-transform 0.35s;
}


.wcu-progress-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.wcu-progress-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}

.wcu-badge {
    position: absolute;
    bottom: 50px;
    left: 120px;
    background: #fafdfe;
    border-radius: 10px;
    padding: 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    z-index: 3;
    max-width: 300px;
    -webkit-transition: box-shadow 0.35s, -webkit-transform 0.35s;
    transition: box-shadow 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, box-shadow 0.35s;
    transition: transform 0.35s, box-shadow 0.35s, -webkit-transform 0.35s;
    color: #12353b;
    font-weight: 700;
}

.wcu-progress-label i {
    color: #eec74b;
    font-style: normal;
}

.wcu-bar-track {
    width: 100%;
    height: 8px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    overflow: hidden;
}

.wcu-bar-fill {
    height: 100%;
    background: #d4aa2c;
    border-radius: 50px;
    width: 0%;
    -webkit-transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}


/*================================================
09 - TESTIMONIAL AREA CSS
==================================================*/

.testimonials-section {
    background: #1e3a3d;
}

.testimonial-card {
    border-radius: 10px;
    padding: 40px 55px;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    margin: 0px 5px 0px 5px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: #12353b;
}

.testimonial-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
}

.testimonial-card .review-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.testimonial-card .review-star span i {
    font-size: 28px;
    color: #d4aa2c;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.testimonial-card .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
}

.rating i.filled {
    color: #d4aa2c;
}

.testimonial-card .testimonial-content {
    margin-bottom: 30px;
}

.testimonial-card .testimonial-content .description {
    line-height: 25px;
}

.testimonial-card .testimonial-author .avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(99, 102, 241, 0.3);
}

.avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-card .testimonial-author .author-name h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.testimonial-card .testimonial-author .author-name p {
    margin: 2px 0 0;
}

.testimonial-card .testimonial-author .author-name span {
    font-weight: 600;
}

.slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    background: #cfcfcf;
    border-radius: 50%;
    border: none;
    padding: 0px;
    margin-top: 20px;
}

.slick-dots li.slick-active button {
    width: 22px;
    background: #d4aa2c;
    border-radius: 15px;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    background: #d4aa2c;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.slick-prev {
    left: -55px;
}

.slick-next {
    right: -55px;
}

.slick-prev:after,
.slick-next:after {
    content: '';
    width: 7px;
    height: 7px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-width: 0 2px 2px 0;
    display: inline-block;
    color: #12353b
}

.slick-prev:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.slick-next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #eec74b;
}

.slick-prev:before,
.slick-next:before {
    content: '' !important;
    display: none !important;
}

.testimonial-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 15px;
}

.testimonial-arrows button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #d4aa2c;
    color: #12353b;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonial-arrows button:hover {
    background: #eec74b;
}

.testimonial-arrows button:focus {
    outline: none;
    box-shadow: none;
}

/*================================================
10 - PROJECTS AREA CSS
==================================================*/

.projects-section {
    background: #112d32;
}

.projects-area {
    background: #1e3a3d;
}

.filter-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
}

.filter-label {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 14px;
}

.filter-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.filter-btn {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 600;
    color: #fafdfe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: background 0.25s, color 0.25s, -webkit-transform 0.2s;
    transition: background 0.25s, color 0.25s, -webkit-transform 0.2s;
    transition: background 0.25s, color 0.25s, transform 0.2s;
    transition: background 0.25s, color 0.25s, transform 0.2s, -webkit-transform 0.2s;
}

.filter-btn:hover {
    background: #fafdfe;
    color: #12353b;
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

.filter-btn.active {
    background: #fafdfe;
    color: #12353b;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.28);
}

.filter-btn.active:hover {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
    background: #fafdfe;
}

.filter-count {
    padding: 0px 10px;
    border-radius: 50px;
    font-weight: 600;
    min-width: 30px;
    text-align: center;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}

.filter-btn.active .filter-count {
    color: #12353b;
}

.project-card {
    background: #12353b;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: box-shadow 0.4s cubic-bezier(0.16, 0.84, 0.32, 1),
        opacity 0.35s ease,
        -webkit-transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: box-shadow 0.4s cubic-bezier(0.16, 0.84, 0.32, 1),
        opacity 0.35s ease,
        -webkit-transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1),
        box-shadow 0.4s cubic-bezier(0.16, 0.84, 0.32, 1),
        opacity 0.35s ease;
    transition: transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1),
        box-shadow 0.4s cubic-bezier(0.16, 0.84, 0.32, 1),
        opacity 0.35s ease,
        -webkit-transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.project-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.13);
}

.project-col.hidden {
    display: none;
}

.card-img-wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.card-img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.7s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.7s cubic-bezier(0.16, 0.84, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.16, 0.84, 0.32, 1);
}

.project-card:hover .card-img-wrap img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.card-overlay {
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(290deg,
            rgba(13, 26, 13, 0.0) 0%,
            rgba(13, 26, 13, 0.88) 100%);
    background: linear-gradient(160deg,
            rgba(13, 26, 13, 0.0) 0%,
            rgba(13, 26, 13, 0.88) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 22px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.project-card:hover .card-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.overlay-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #fafdfe;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 5px 15px;
    border-radius: 50px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.4s ease 0.08s,
        background 0.25s, -webkit-transform 0.4s ease 0.08s;
    transition: opacity 0.4s ease 0.08s,
        background 0.25s, -webkit-transform 0.4s ease 0.08s;
    transition: transform 0.4s ease 0.08s, opacity 0.4s ease 0.08s,
        background 0.25s;
    transition: transform 0.4s ease 0.08s, opacity 0.4s ease 0.08s,
        background 0.25s, -webkit-transform 0.4s ease 0.08s;
}

.overlay-link:after {
    content: '↗';
    font-size: 16px;
}

.project-card:hover .overlay-link {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.overlay-link:hover {
    background: #d4aa2c;
    border-color: #d4aa2c;
}

.card-body {
    padding: 15px;
}

.card-tag {
    display: inline-block;
    color: #d4aa2c;
    background: rgba(22, 163, 74, 0.09);
    padding: 5px 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    -webkit-transition: background 0.25s, color 0.25s;
    transition: background 0.25s, color 0.25s;
}

.project-card:hover .card-tag {
    background: #d4aa2c;
    color: #fafdfe;
}

.card-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 20px;
}

.card-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.55);
    -webkit-transition: border-color 0.3s, background 0.3s;
    transition: border-color 0.3s, background 0.3s;
    font-size: 14px
}

.card-arrow a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fafdfe;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.card-arrow i {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.project-card:hover .card-arrow {
    border-color: #d4aa2c;
    background: #d4aa2c;
    color: #fafdfe;
}

.project-card:hover .card-arrow i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*================================================
11 - BLOG AREA CSS
==================================================*/
.blog-area {
    background: #1e3a3d;
}

.blog-card {
    background: #12353b;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: box-shadow 0.4s cubic-bezier(0.16, 0.84, 0.32, 1),
        -webkit-transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: box-shadow 0.4s cubic-bezier(0.16, 0.84, 0.32, 1),
        -webkit-transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1),
        box-shadow 0.4s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1),
        box-shadow 0.4s cubic-bezier(0.16, 0.84, 0.32, 1),
        -webkit-transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.blog-card:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.35);
}

.blog-card--featured {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-card--featured .blog-img-wrap {
    height: 260px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.blog-card--featured .blog-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-card--horizontal {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 180px 1fr;
    grid-template-columns: 180px 1fr;
}

.blog-card--horizontal .blog-img-wrap {
    height: 100%;
    min-height: 170px;
}

.blog-img-wrap {
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.blog-img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.7s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.7s cubic-bezier(0.16, 0.84, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.16, 0.84, 0.32, 1);
}

.blog-card:hover .blog-img-wrap img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.blog-badges {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-category {
    background: #d4aa2c;
    color: #fafdfe;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 50px;
}

.blog-read-time {
    background: #12353b;
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 50px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.blog-body {
    padding: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.blog-meta-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-meta-top span i {
    color: #d4aa2c;
}

.blog-title {
    font-size: 18px;
    font-weight: 700;
    color: #fafdfe;
    line-height: 1.4;
    margin: 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}


.blog-card:hover .blog-title {
    color: #d4aa2c;
}

.blog-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    margin-top: auto;
}

.blog-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.blog-stats span {
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

.blog-stats span i {
    color: #d4aa2c;
    font-size: 16px;
}

.blog-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #fafdfe;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: color 0.3s, gap 0.3s;
    transition: color 0.3s, gap 0.3s;
}

.blog-link i {
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.blog-link:hover {
    color: #d4aa2c;
    gap: 10px;
}

.blog-card--standard {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-card--standard .blog-img-wrap {
    height: 220px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.blog-card--standard .blog-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*================================================
12 - CONTACT AREA CSS
==================================================*/

.contact-area {
    background: #112d32;
}

.contact-section {
    background: #1e3a3d;
}

.contact-visual {
    position: relative;
    overflow: hidden;
}

.contact-visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 8s ease;
    transition: -webkit-transform 8s ease;
    transition: transform 8s ease;
    transition: transform 8s ease, -webkit-transform 8s ease;
}

.contact-area:hover .contact-visual img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.contact-visual-overlay {
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(315deg,
            rgba(10, 25, 15, 0.75) 0%,
            rgba(10, 25, 15, 0.45) 60%,
            rgba(10, 25, 15, 0.65) 100%);
    background: linear-gradient(135deg,
            rgba(10, 25, 15, 0.75) 0%,
            rgba(10, 25, 15, 0.45) 60%,
            rgba(10, 25, 15, 0.65) 100%);
    z-index: 1;
}

.contact-stat-card {
    position: absolute;
    z-index: 4;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 15px;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-transition: background 0.3s, -webkit-transform 0.35s;
    transition: background 0.3s, -webkit-transform 0.35s;
    transition: transform 0.35s, background 0.3s;
    transition: transform 0.35s, background 0.3s, -webkit-transform 0.35s;
}

.contact-stat-card:hover {
    background: rgba(255, 255, 255, 0.15);
}

.contact-stat-card--tl {
    top: 36px;
    left: 30px;
}

.contact-stat-card--br {
    bottom: 90px;
    right: 30px;
}

.contact-stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fafdfe;
    font-size: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: rgba(22, 163, 74, 0.15);
    -webkit-transition: background 0.3s, -webkit-transform 0.35s;
    transition: background 0.3s, -webkit-transform 0.35s;
    transition: transform 0.35s, background 0.3s;
    transition: transform 0.35s, background 0.3s, -webkit-transform 0.35s;
}

.contact-stat-card:hover .contact-stat-icon {
    background: #d4aa2c;
    color: #fafdfe;
}

.contact-stat-card strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fafdfe;
    line-height: 1;
    margin-bottom: 3px;
}

.contact-stat-card span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
    display: block;
}

.contact-visual-label {
    position: absolute;
    bottom: 28px;
    left: 30px;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
}

.contact-visual-label i {
    color: #d4aa2c;
    font-size: 16px;
}

.contact-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-form-head {
    margin-bottom: 28px;
}

.contact-form-head h2 {
    font-size: 36px;
    font-weight: 700;
}

.contact-trust-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.contact-trust-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    background: rgba(22, 163, 74, 0.08);
    border: 1px solid rgba(22, 163, 74, 0.18);
    border-radius: 50px;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #d4aa2c;
    -webkit-transition: background 0.3s, -webkit-transform 0.25s;
    transition: background 0.3s, -webkit-transform 0.25s;
    transition: background 0.3s, transform 0.25s;
    transition: background 0.3s, transform 0.25s, -webkit-transform 0.25s;
}

.contact-trust-item:hover {
    background: rgba(22, 163, 74, 0.14);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.contact-trust-item i {
    font-size: 16px;
}

.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
}

.form-group label {
    font-size: 16px;
    font-weight: 700;
    color: #fafdfe;
}

.form-input-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-input-wrap > i:first-child {
    position: absolute;
    left: 15px;
    font-size: 16px;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #d4aa2c;
}

.form-input-wrap:focus-within > i:first-child {
    color: #d4aa2c;
}

.form-input-wrap input,
.form-input-wrap select {
    width: 100%;
    background: #fafdfe;
    border-radius: 10px;
    padding: 10px 15px 10px 40px;
    font-size: 16px;
    color: #112d32;
    outline: none;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.55);
}


.form-select-wrap .form-select-arrow {
    position: absolute;
    right: 14px;
    color: #12353b;
    font-size: 16px;
    pointer-events: none;
}

.form-textarea-wrap textarea {
    width: 100%;
    background: #fafdfe;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 16px;
    color: #112d32;
    outline: none;
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.55);
}


.contact-form-success {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 12px 18px;
    border-radius: 8px;
    background: rgba(212, 170, 44, 0.12);
    border: 1px solid var(--accent);
    color: var(--accent-light);
    font-size: 14px;
    font-weight: 600;
}

.contact-form-success.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.proj-share-btn.copied {
    background: #16a34a !important;
    border-color: #16a34a !important;
    color: #fff !important;
}

/*================================================
13 - FOOTER AREA CSS
==================================================*/

.footer-area {
    background: #112d32;
    position: relative;
}

.footer-top-bar {
    background: #d4aa2c;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.ftb-deco {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.ftb-deco--1 {
    width: 420px;
    height: 420px;
    top: -160px;
    right: -100px;
    background: rgba(255, 255, 255, 0.055);
}

.ftb-deco--2 {
    width: 260px;
    height: 260px;
    bottom: -120px;
    left: 5%;
    background: rgba(255, 255, 255, 0.04);
}

.ftb-deco--3 {
    width: 140px;
    height: 140px;
    top: 40px;
    left: 38%;
    background: rgba(255, 255, 255, 0.035);
}

.ftb-tag {
    background: transparent;
    border: 1px solid #eec74b;
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: 500;
    color: #12353b;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: background 0.3s, border-color 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, border-color 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, border-color 0.3s, transform 0.3s;
    transition: background 0.3s, border-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

.ftb-tag i {
    margin-right: 5px
}

.footer-top-left h2 {
    font-size: 46px;
    color: #12353b;
    margin: 0 0 15px;
    font-weight: 700;
}

.footer-top-left > p {
    max-width: 420px;
}

.footer-top-left {
    color: #111;
}

.ftb-contact-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ftb-divider {
    width: 1px;
    height: 44px;
    background: rgba(255, 255, 255, 0.2);
}

.ftb-contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.ftb-contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #12353b;
    font-size: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.ftb-contact-item:hover .ftb-contact-icon {
    background: rgba(255, 255, 255, 0.22);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.ftb-contact-text a {
    display: block;
    color: #12353b;
}

.ftb-contact-text a:hover {
    text-decoration: underline
}

.ftb-right-card {
    background: #fafdfe;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    z-index: 2;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    -webkit-transition: box-shadow 0.4s, -webkit-transform 0.4s;
    transition: box-shadow 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, box-shadow 0.4s;
    transition: transform 0.4s, box-shadow 0.4s, -webkit-transform 0.4s;
    color: #12353b;
}

.ftb-card-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
}

.ftb-avatar-stack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ftb-avatar-stack img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2.5px solid #fff;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: -10px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.ftb-avatar-stack img:first-child {
    margin-left: 0;
}

.ftb-avatar-stack:hover img {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.ftb-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    margin-bottom: 4px;
}

.ftb-stars i {
    color: #eec74b;
    font-size: 16px;
}

.ftb-card-meta span {
    font-size: 13px;
    color: #12353b;
    font-weight: 600;
    display: block;
}

.ftb-right-card h2 {
    font-size: 24px;
    color: #112d32;
}

.ftb-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.ftb-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    -webkit-transition: color 0.3s, -webkit-transform 0.25s;
    transition: color 0.3s, -webkit-transform 0.25s;
    transition: color 0.3s, transform 0.25s;
    transition: color 0.3s, transform 0.25s, -webkit-transform 0.25s;
}

.ftb-feature:hover {
    color: #d4aa2c;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.ftb-feature i {
    color: #d4aa2c;
    font-size: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.ftb-feature:hover i {
    -webkit-transform: scale(1.2) rotate(-5deg);
    transform: scale(1.2) rotate(-5deg);
}


.footer-main {
    padding: 70px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #fafdfe;
    width: 160px;
    text-decoration: none;
    margin-bottom: 20px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.footer-logo i {
    color: #d4aa2c;
    font-size: 24px;
}

.footer-logo:hover {
    color: #d4aa2c;
}

.footer-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #12353b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fafdfe;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: border-color 0.3s, background 0.3s, color 0.3s, -webkit-transform 0.3s;
    transition: border-color 0.3s, background 0.3s, color 0.3s, -webkit-transform 0.3s;
    transition: border-color 0.3s, background 0.3s, color 0.3s, transform 0.3s;
    transition: border-color 0.3s, background 0.3s, color 0.3s, transform 0.3s, -webkit-transform 0.3s;
    background: #12353b;
}

.footer-socials a:hover {
    background: #d4aa2c;
    border-color: #d4aa2c;
    color: #fafdfe;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.footer-widget h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fafdfe;
    position: relative;
}

.footer-widget h2:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #d4aa2c;
    border-radius: 2px;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.footer-widget ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-transition: color 0.3s, gap 0.3s;
    transition: color 0.3s, gap 0.3s;
}

.footer-widget ul li a:before {
    content: '→';
    font-size: 15px;
    color: #d4aa2c;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.footer-widget ul li a:hover {
    color: #fafdfe;
    gap: 12px;
}

.footer-widget ul li a:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.footer-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 22px;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.footer-newsletter input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: none;
    border: none;
    outline: none;
    padding: 10px 15px;
    color: #fafdfe;
    min-width: 0;
}

.footer-newsletter input::-webkit-input-placeholder {
    color: #fafdfe;
}

.footer-newsletter input::-moz-placeholder {
    color: #fafdfe;
}

.footer-newsletter input:-ms-input-placeholder {
    color: #fafdfe;
}

.footer-newsletter input::placeholder {
    color: #fafdfe;
}

.footer-newsletter button {
    background: #d4aa2c;
    border: none;
    color: #fafdfe;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    -webkit-transition: background 0.3s, -webkit-transform 0.2s;
    transition: background 0.3s, -webkit-transform 0.2s;
    transition: background 0.3s, transform 0.2s;
    transition: background 0.3s, transform 0.2s, -webkit-transform 0.2s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-newsletter button:hover {
    background: #eec74b;
}

.footer-ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-rating-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.footer-rating-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
}

.footer-rating-stars i {
    color: #facc15;
    font-size: 16px;
}

.footer-rating-item span {
    font-size: 14px;
    font-weight: 500;
}

.footer-rating-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
}

.footer-bottom {
    padding: 22px 0;
}

.footer-bottom p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.35);
    margin: 0;
}

.footer-bottom-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.footer-bottom-links a:hover {
    color: #d4aa2c;
}

/*================================================
14 - COMPANY PAGE AREA CSS
==================================================*/
.company-section {
    background: #1e3a3d;
}

.company-divider {
    border: none;
    margin: 60px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
}

.company-img-block {
    position: relative;
    border-radius: 15px;
    overflow: visible;
}

.company-img-block img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    display: block;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.16, 0.84, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.16, 0.84, 0.32, 1);
}

.company-img-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #fff;
    border-radius: 15px;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.06);
    -webkit-transition: box-shadow 0.35s, -webkit-transform 0.35s;
    transition: box-shadow 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, box-shadow 0.35s;
    transition: transform 0.35s, box-shadow 0.35s, -webkit-transform 0.35s;
    z-index: 3;
}

.company-img-badge-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: #d4aa2c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fafdfe;
    font-size: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.company-img-badge strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #12353b;
    line-height: 1;
    margin-bottom: 3px;
}

.company-img-badge span {
    font-size: 16px;
    color: #12353b;
    font-weight: 500;
    display: block;
}

.company-img-dot {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.company-img-dot--1 {
    width: 80px;
    height: 80px;
    background: #d4aa2c;
    opacity: 0.12;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
    top: -18px;
    left: -18px;
}

.company-img-dot--2 {
    width: 48px;
    height: 48px;
    background: #d4aa2c;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    bottom: 60px;
    left: -28px;
}

.company-text-block h2 {
    font-size: 36px;
}

.company-highlight-grid {
    display: -ms-grid;
    display: grid;
        grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 28px 0;
}

.company-highlight {
    background: #fff;
    border-radius: 15px;
    padding: 20px 15px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
}

.company-highlight:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.company-highlight strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #d4aa2c;
    margin-bottom: 5px;
}

.company-highlight span {
    color: #12353b;
    font-weight: 600;
    display: block;
}

.company-text-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.company-block-head {
    margin-bottom: 15px;
}

.gc-filter-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    margin-bottom: 16px;
}

.gc-filter {
    padding: 7px 15px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.65);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.gc-filter:hover {
    color: #fafdfe;
    border-color: #d4aa2c;
}

.gc-filter.active {
    background: #d4aa2c;
    color: #fafdfe;
    border-color: #d4aa2c;
    box-shadow: 0 6px 18px rgba(22, 163, 74, 0.28);
}

.gc-legend-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gc-legend-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
}

.gc-sq {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    display: inline-block;
}

.gc-chart-wrap {
    position: relative;
    width: 100%;
    height: 260px;
}


.company-tab-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    margin-bottom: 24px;
    background: rgba(255, 255, 255, 0.08);
    padding: 5px;
    border-radius: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.company-tab-btn {
    background: none;
    border: none;
    padding: 10px 20px;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.65);
    -webkit-transition: background 0.25s, color 0.25s, box-shadow 0.25s;
    transition: background 0.25s, color 0.25s, box-shadow 0.25s;
}

.company-tab-btn:hover:not(.active) {
    background: rgba(255, 255, 255, 0.12);
    color: #fafdfe;
}

.company-tab-btn.active {
    background: #d4aa2c;
    color: #fafdfe;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.28);
}

.company-tab-panel {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-animation: tabFadeIn 0.35s ease;
    animation: tabFadeIn 0.35s ease;
}

.company-tab-panel.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@-webkit-keyframes tabFadeIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes tabFadeIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.company-tab-img {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 200px;
}

.company-tab-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.company-tab-img:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.company-tab-img-overlay {
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0) 40%,
            rgba(10, 25, 15, 0.85) 100%);
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 40%,
            rgba(10, 25, 15, 0.85) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 18px;
}

.company-tab-stat strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fafdfe;
}

.company-tab-panel > p {
    margin: 0;
}

.company-tab-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #d4aa2c;
    text-decoration: none;
    -webkit-transition: gap 0.3s, color 0.3s;
    transition: gap 0.3s, color 0.3s;
}

.company-tab-link i {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.company-tab-link:hover {
    color: #eec74b;
    gap: 12px;
}

.company-tab-link:hover i {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

.company-feature-card {
    color: #fafdfe;
    background: #12353b;
    border-radius: 15px;
    padding: 36px 30px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    -webkit-transition: box-shadow 0.35s,
        -webkit-transform 0.35s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: box-shadow 0.35s,
        -webkit-transform 0.35s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.35s cubic-bezier(0.16, 0.84, 0.32, 1),
        box-shadow 0.35s;
    transition: transform 0.35s cubic-bezier(0.16, 0.84, 0.32, 1),
        box-shadow 0.35s,
        -webkit-transform 0.35s cubic-bezier(0.16, 0.84, 0.32, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.company-feature-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #d4aa2c;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.company-feature-card:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.company-feature-card:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
}

.company-feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d4aa2c;
    font-size: 20px;
    margin-bottom: 22px;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
    background: rgba(22, 163, 74, 0.15);
}

.company-feature-card:hover .company-feature-icon {
    background: #d4aa2c;
    color: #fafdfe;
}

.company-feature-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fafdfe;
    margin-bottom: 15px;
}

.company-feature-card--accent h4 {
    color: #fafdfe;
}

.company-feature-card--accent p {
    color: #fafdfe;
}

.company-feature-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    font-weight: 700;
    color: #fafdfe;
    text-decoration: none;
    -webkit-transition: gap 0.3s, color 0.3s;
    transition: gap 0.3s, color 0.3s;
}

.company-feature-card--accent .company-feature-link {
    color: #fafdfe;
}

.company-feature-link i {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.company-feature-link:hover {
    gap: 12px;
    color: #d4aa2c;
}

/*================================================
15 - PAGE HEADER AREA CSS
==================================================*/
.page-header {
    position: relative;
    overflow: hidden;
    background: #0f172a;
}

.page-header-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.page-header-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-header-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: #12353ba3;
}

.page-header .container {
    position: relative;
    z-index: 3;
}

.page-header-inner {
    text-align: center;
}

.page-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #d4aa2c;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 16px;
}

.page-label i {
    font-size: 16px;
}

.page-header-inner h1 {
    font-size: 52px;
    font-weight: 700;
    color: #fafdfe;
    margin-bottom: 15px;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb li,
.breadcrumb span {
    font-size: 16px;
    color: #fafdfe;
}

.breadcrumb a {
    color: #fafdfe;
    font-weight: 600;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #d4aa2c;
}


/*================================================
16 - COMPANY HISTORY SECTION CSS
==================================================*/
.history-section {
    background: #1e3a3d;
}

.history-img-block {
    position: relative;
    border-radius: 15px;
    overflow: visible;
}

.history-img-block img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    display: block;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.16, 0.84, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.16, 0.84, 0.32, 1);
}

.history-img-badge {
    position: absolute;
    bottom: -18px;
    right: -18px;
    background: #fafdfe;
    border-radius: 15px;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.06);
    z-index: 2;
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
}

.history-img-badge i {
    font-size: 24px;
    color: #d4aa2c;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.history-img-badge {
    color: #111
}

.history-img-badge strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #112d32;
    line-height: 1;
    margin-bottom: 3px;
}

.history-text-block h2 {
    font-size: 36px;
}

.history-blockquote {
    background: #fff;
    border-left: 4px solid #d4aa2c;
    border-radius: 0 12px 12px 0;
    padding: 20px 20px 20px 25px;
    margin: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
}

.history-blockquote:hover {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.09);
}

.history-blockquote i {
    color: #d4aa2c;
    font-size: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 2px;
}

.history-blockquote p {
    font-weight: 600;
    font-style: italic;
    color: #112d32;
    line-height: 1.6;
    margin: 0;
}

.history-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    margin-top: 28px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.history-trust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.history-trust-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}

.history-trust-icons i {
    font-size: 16px;
    color: #d4aa2c;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.history-timeline-wrap {
    position: relative;
    padding-top: 60px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.history-timeline-line {
    position: absolute;
    top: 102px;
    left: 0;
    right: 0;
    height: 2px;
    background: -webkit-linear-gradient(left,
            transparent 0%,
            rgba(0, 0, 0, 0.1) 8%,
            rgba(0, 0, 0, 0.1) 92%,
            transparent 100%);
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(0, 0, 0, 0.1) 8%,
            rgba(0, 0, 0, 0.1) 92%,
            transparent 100%);
    z-index: 0;
}

.history-timeline-item {
    padding: 0 24px;
    position: relative;
    text-align: center;
}

.history-timeline-year {
    font-size: 22px;
    font-weight: 800;
    color: #bcd4d9;
    margin-bottom: 16px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    letter-spacing: -0.5px;
}

.history-timeline-item:hover .history-timeline-year {
    color: #d4aa2c;
}

.history-timeline-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #bcd4d9;
    border: 3px solid #d4aa2c;
    margin: 0 auto 24px;
    position: relative;
    z-index: 2;
    -webkit-transition: background 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
}

.history-timeline-item:hover .history-timeline-dot {
    background: #d4aa2c;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    box-shadow: 0 0 0 5px rgba(22, 163, 74, 0.15);
}

.history-timeline-body {
    background: #12353b;
    border-radius: 15px;
    padding: 35px 20px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    -webkit-transition: box-shadow 0.35s,
        border-color 0.3s,
        -webkit-transform 0.35s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: box-shadow 0.35s,
        border-color 0.3s,
        -webkit-transform 0.35s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.35s cubic-bezier(0.16, 0.84, 0.32, 1),
        box-shadow 0.35s,
        border-color 0.3s;
    transition: transform 0.35s cubic-bezier(0.16, 0.84, 0.32, 1),
        box-shadow 0.35s,
        border-color 0.3s,
        -webkit-transform 0.35s cubic-bezier(0.16, 0.84, 0.32, 1);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.55);
    overflow: hidden;
}

.history-timeline-body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #d4aa2c;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
}

.history-timeline-item:hover .history-timeline-body,
.history-timeline-item--active .history-timeline-body {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.1);
}

.history-timeline-item:hover .history-timeline-body:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.history-timeline-body h2 {
    font-size: 18px;
    font-weight: 700;
    color: #fafdfe;
    margin: 0 0 10px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.history-timeline-item:hover .history-timeline-body h2 {
    color: #d4aa2c;
}

/*================================================
17 - COMPANY TEAM SECTION CSS
==================================================*/

.team-section {
    background: #1e3a3d;
}

.team-head-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team-head-stat {
    text-align: center;
}

.team-head-stat strong {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #d4aa2c;
    line-height: 1;
    margin-bottom: 4px;
}

.team-head-divider {
    width: 1px;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
}

.team-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    -webkit-transition: box-shadow 0.4s,
        -webkit-transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: box-shadow 0.4s,
        -webkit-transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1),
        box-shadow 0.4s;
    transition: transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1),
        box-shadow 0.4s,
        -webkit-transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1);
    height: 100%;
}

.team-card--featured {
    border-color: rgba(22, 163, 74, 0.25);
    box-shadow: 0 4px 20px rgba(22, 163, 74, 0.1);
}

.team-card-img-wrap {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.team-card-img-wrap img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    display: block;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 0.84, 0.32, 1),
        -webkit-filter 0.4s;
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 0.84, 0.32, 1),
        -webkit-filter 0.4s;
    transition: transform 0.6s cubic-bezier(0.16, 0.84, 0.32, 1),
        filter 0.4s;
    transition: transform 0.6s cubic-bezier(0.16, 0.84, 0.32, 1),
        filter 0.4s,
        -webkit-transform 0.6s cubic-bezier(0.16, 0.84, 0.32, 1),
        -webkit-filter 0.4s;
}

.team-card:hover .team-card-img-wrap img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.75" /><feFuncG type="linear" slope="0.75" /><feFuncB type="linear" slope="0.75" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0.75);
    filter: brightness(0.75);
}

.team-card-overlay {
    position: absolute;
    inset: 0;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    z-index: 3;
    left: 120px;
    top: 230px;
}

.team-card:hover .team-card-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.team-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.team-socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fafdfe;
    font-size: 16px;
    text-decoration: none;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: background 0.25s, opacity 0.35s, -webkit-transform 0.35s;
    transition: background 0.25s, opacity 0.35s, -webkit-transform 0.35s;
    transition: background 0.25s, transform 0.35s, opacity 0.35s;
    transition: background 0.25s, transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
}


.team-card:hover .team-socials a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.team-socials a:hover {
    background: #d4aa2c;
    border-color: #d4aa2c;
}

.team-card-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fafdfe;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 50px;
    z-index: 2;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.team-card-badge--accent {
    background: #d4aa2c;
    border-color: #d4aa2c;
}

.team-card:hover .team-card-badge:not(.team-card-badge--accent) {
    background: rgba(255, 255, 255, 0.25);
}

.team-card-body {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    background: #12353b;
}

.team-card-body h2 {
    font-size: 18px;
    margin: 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.team-card:hover .team-card-body h4 {
    color: #d4aa2c;
}

.team-card-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.team-card-exp,
.team-card-location {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.team-card-exp i,
.team-card-location i {
    font-size: 16px;
    color: #d4aa2c;
}

.team-card-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team-tag {
    font-size: 16px;
    font-weight: 700;
    color: #d4aa2c;
    background: rgba(22, 163, 74, 0.08);
    padding: 5px 10px;
    border-radius: 50px;
    border: 1px solid rgba(22, 163, 74, 0.15);
    -webkit-transition: background 0.25s, color 0.25s;
    transition: background 0.25s, color 0.25s;
}

.team-card:hover .team-tag {
    background: #d4aa2c;
    color: #fafdfe;
    border-color: #d4aa2c;
}

.team-card--join {
    background: #112d32;
    border-color: #112d32;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 360px;
}

.team-join-inner {
    padding: 30px 24px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.team-join-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d4aa2c;
    font-size: 20px;
    -webkit-transition: background 0.3s, -webkit-transform 0.35s;
    transition: background 0.3s, -webkit-transform 0.35s;
    transition: background 0.3s, transform 0.35s;
    transition: background 0.3s, transform 0.35s, -webkit-transform 0.35s;
}

.team-card--join:hover .team-join-icon {
    background: #d4aa2c;
    color: #fafdfe;
}

.team-join-inner h2 {
    font-size: 20px;
    font-weight: 800;
    color: #fafdfe;
    margin: 0;
}

.team-join-inner p {
    margin: 0;
}

.team-join-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    background: #d4aa2c;
    color: #fafdfe;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 6px;
    -webkit-transition: background 0.3s, gap 0.25s, -webkit-transform 0.28s;
    transition: background 0.3s, gap 0.25s, -webkit-transform 0.28s;
    transition: background 0.3s, transform 0.28s, gap 0.25s;
    transition: background 0.3s, transform 0.28s, gap 0.25s, -webkit-transform 0.28s;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.3);
}

.team-join-btn i {
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.team-join-btn:hover {
    background: #eec74b;
    color: #fafdfe;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    gap: 12px;
}

.team-join-btn:hover i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*================================================
18 - SERVICE PAGE SECTION CSS
==================================================*/
.services-section {
    background: #1e3a3d;
}

.svc-card {
    background: #12353b;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: box-shadow 0.4s, border-color 0.3s,
        -webkit-transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: box-shadow 0.4s, border-color 0.3s,
        -webkit-transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1),
        box-shadow 0.4s, border-color 0.3s;
    transition: transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1),
        box-shadow 0.4s, border-color 0.3s,
        -webkit-transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.svc-card:hover {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
}

.svc-card-img {
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.svc-card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.7s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.7s cubic-bezier(0.16, 0.84, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.16, 0.84, 0.32, 1);
}

.svc-card:hover .svc-card-img img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.svc-card-img-overlay {
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top,
            rgba(10, 25, 15, 0) 30%,
            rgba(10, 25, 15, 0.85) 100%);
    background: linear-gradient(180deg,
            rgba(10, 25, 15, 0) 30%,
            rgba(10, 25, 15, 0.85) 100%);
}

.svc-card-number {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 48px;
    font-weight: 900;
    color: #eec74b;
    line-height: 1;
    letter-spacing: -2px;
    pointer-events: none;
}

.svc-card--large .svc-card-img {
    height: 180px;
}

.svc-card--medium .svc-card-img {
    height: 180px;
}

.svc-card--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.svc-card--horizontal .svc-card-img {
    width: 220px;
    height: auto;
    min-height: 160px;
}

.svc-card--standard .svc-card-img {
    height: 180px;
}

.svc-card--dark {
    background: #112d32;
    border-color: rgba(255, 255, 255, 0.1);
}

.svc-card-body {
    padding: 25px;
}

.svc-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: rgba(22, 163, 74, 0.12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d4aa2c;
    font-size: 20px;
    -webkit-transition: background 0.3s, -webkit-transform 0.35s;
    transition: background 0.3s, -webkit-transform 0.35s;
    transition: background 0.3s, transform 0.35s;
    transition: background 0.3s, transform 0.35s, -webkit-transform 0.35s;
    margin-bottom: 15px;
}

.svc-card:hover .svc-icon {
    background: #d4aa2c;
    color: #fafdfe;
}

.svc-tag {
    display: inline-block;
    font-weight: 600;
    color: #d4aa2c;
    background: #fafdfe;
    padding: 5px 15px;
    border-radius: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
    margin-bottom: 20px;
}

.svc-card:hover .svc-tag {
    background: #d4aa2c;
    color: #fafdfe;
}

.svc-card--accent:hover .svc-tag--light {
    background: rgba(255, 255, 255, 0.25);
}

.svc-card-body h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fafdfe;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.svc-card:hover .svc-card-body h3 {
    color: #d4aa2c;
}

.svc-card--accent .svc-card-body h3,
.svc-card--accent:hover .svc-card-body h3 {
    color: #fafdfe;
}

.svc-card--accent .svc-card-body p {
    color: rgba(255, 255, 255, 0.75);
}

.svc-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
}

.svc-features li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #fafdfe;
    font-weight: 500;
}

.svc-features--light li {
    color: #fafdfe;
}

.svc-features li i {
    color: #d4aa2c;
    font-size: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.svc-stat-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    margin-top: auto;
}

.svc-stat-row--light {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.svc-stat strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #fafdfe;
    line-height: 1;
    margin-bottom: 3px;
}

.svc-stat span {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 600;
}

.svc-stat-row--light .svc-stat span {
    color: rgba(255, 255, 255, 0.65);
}

.svc-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    color: #d4aa2c;
    text-decoration: none;
    margin-top: auto;
    -webkit-transition: gap 0.3s, color 0.3s;
    transition: gap 0.3s, color 0.3s;
}

.svc-link--light {
    color: #fafdfe;
}

.svc-link i {
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.svc-link:hover {
    gap: 12px;
    color: #fafdfe;
}

.svc-link--light:hover {
    color: rgba(255, 255, 255, 0.75);
}


/*================================================
19 - SERVICE DETAILS PAGE CSS
==================================================*/

.svc-detail-section {
    background: #1e3a3d;
}

.svc-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
}

.svc-sidebar-widget {
    background: #fff;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.svc-nav-list {
    list-style: none;
    padding: 8px;
    margin: 0;
}

.svc-nav-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #12353b;
    text-decoration: none;
    -webkit-transition: background 0.25s, color 0.25s, -webkit-transform 0.2s;
    transition: background 0.25s, color 0.25s, -webkit-transform 0.2s;
    transition: background 0.25s, color 0.25s, transform 0.2s;
    transition: background 0.25s, color 0.25s, transform 0.2s, -webkit-transform 0.2s;
    position: relative;
}

.svc-nav-list li a i:first-child {
    font-size: 15px;
    color: #12353b;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    width: 18px;
}

.svc-nav-arrow {
    margin-left: auto;
    font-size: 14px !important;
    color: #bcd4d9 !important;
    -webkit-transition: color 0.25s, -webkit-transform 0.25s !important;
    transition: color 0.25s, -webkit-transform 0.25s !important;
    transition: transform 0.25s, color 0.25s !important;
    transition: transform 0.25s, color 0.25s, -webkit-transform 0.25s !important;
}

.svc-nav-list li:hover a,
.svc-nav-list li.active a {
    background: rgba(22, 163, 74, 0.08);
    color: #d4aa2c;
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

.svc-nav-list li:hover a i:first-child,
.svc-nav-list li.active a i:first-child {
    color: #d4aa2c;
}

.svc-nav-list li.active a {
    background: #d4aa2c;
    color: #fafdfe;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.svc-nav-list li.active a i {
    color: rgba(255, 255, 255, 0.8) !important;
}

.svc-nav-list li.active .svc-nav-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: rgba(255, 255, 255, 0.8) !important;
}

.svc-widget-title {
    font-size: 16px;
    font-weight: 800;
    color: #112d32;
    padding: 20px 20px 10px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
}

.svc-widget-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #d4aa2c;
    border-radius: 0 2px 2px 0;
}

.svc-brochure-btns {
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.svc-brochure-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 10px 15px;
    border-radius: 10px;
    background: #d4aa2c;
    color: #fafdfe;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: background 0.3s, -webkit-transform 0.25s;
    transition: background 0.3s, -webkit-transform 0.25s;
    transition: background 0.3s, transform 0.25s;
    transition: background 0.3s, transform 0.25s, -webkit-transform 0.25s;
}

.svc-brochure-btn--alt {
    background: #112d32;
}

.svc-brochure-btn:hover {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
    color: #fafdfe;
    background: #eec74b;
}

.svc-brochure-btn--alt:hover {
    background: #1a3320;
}

.svc-brochure-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.svc-brochure-btn span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.svc-brochure-dl {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.7);
}

.svc-enquiry-card {
    padding: 20px 20px;
    background: #12353b !important;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.svc-enquiry-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: rgba(22, 163, 74, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d4aa2c;
    font-size: 20px;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
    margin-bottom: 15px
}

.svc-enquiry-card:hover .svc-enquiry-icon {
    background: #d4aa2c;
    color: #fafdfe;
}

.svc-enquiry-card h2 {
    font-size: 18px;
    color: #fafdfe;
}

.svc-enquiry-email,
.svc-enquiry-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.svc-enquiry-email i,
.svc-enquiry-phone i {
    color: #d4aa2c;
    font-size: 16px;
}

.svc-enquiry-email:hover,
.svc-enquiry-phone:hover {
    color: #fafdfe;
}

.svc-detail-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
}

.svc-detail-hero {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 340px;
}

.svc-detail-hero img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: -webkit-transform 6s ease;
    transition: -webkit-transform 6s ease;
    transition: transform 6s ease;
    transition: transform 6s ease, -webkit-transform 6s ease;
}

.svc-detail-hero:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.svc-detail-hero-overlay {
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top,
            rgba(10, 25, 15, 0) 40%,
            rgba(10, 25, 15, 0.85) 100%);
    background: linear-gradient(180deg,
            rgba(10, 25, 15, 0) 40%,
            rgba(10, 25, 15, 0.85) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 24px;
}

.svc-detail-hero-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    background: #d4aa2c;
    color: #fafdfe;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 50px;
}

.svc-detail-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
}

.svc-detail-head h2 {
    font-size: 36px;
    margin: 15px 0 0;
}

.svc-detail-body > p {
    margin: 0;
}

.svc-key-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    border-radius: 15px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: #12353b;
}

.svc-key-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}

.svc-key-point:hover {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.svc-key-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(22, 163, 74, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d4aa2c;
    font-size: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.svc-key-point:hover .svc-key-icon {
    background: #d4aa2c;
    color: #fafdfe;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.svc-key-point strong {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    color: #fafdfe;
}

.svc-chart-block {
    background: #12353b;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.svc-chart-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}

.svc-chart-head h3 {
    font-size: 20px;
    margin: 0 0 5px;
}

.svc-chart-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.svc-legend-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    color: #fafdfe;
    font-weight: 500;
}

.svc-legend-item span {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.svc-chart-kpis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.svc-chart-kpi strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #d4aa2c;
    line-height: 1;
    margin-bottom: 3px;
}

.svc-chart-kpi span {
    font-size: 11.5px;
    color: #12353b;
    font-weight: 600;
    display: block;
}

.svc-chart-canvas-wrap {
    position: relative;
    width: 100%;
    height: 240px;
}

.svc-special-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.svc-special-block h3 {
    font-size: 22px;
    margin: 0;
}

.svc-tab-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.svc-tab-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    padding: 10px 15px;
    border-radius: 50px;
    background: #12353b;
    font-size: 14px;
    font-weight: 600;
    color: #fafdfe;
    border: 1px solid rgba(255, 255, 255, 0.55);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.svc-tab-btn i {
    font-size: 16px;
}

.svc-tab-btn.active {
    background: #d4aa2c;
    color: #fafdfe;
    border-color: #d4aa2c;
    box-shadow: 0 4px 16px rgba(22, 163, 74, 0.28);
}

.svc-tab-btn:hover:not(.active) {
    background: rgba(0, 0, 0, 0.04);
    color: #d4aa2c;
}

.svc-tab-panel {
    display: none;
    -webkit-animation: svcTabIn 0.35s ease;
    animation: svcTabIn 0.35s ease;
}

.svc-tab-panel.active {
    display: block;
}

@-webkit-keyframes svcTabIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes svcTabIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.svc-tab-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 340px 1fr;
    grid-template-columns: 340px 1fr;
    gap: 25px;
    background: #12353b;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.svc-tab-img {
    height: 100%;
    min-height: 240px;
    overflow: hidden;
}

.svc-tab-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.svc-tab-content:hover .svc-tab-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.svc-tab-text {
    padding: 25px 25px 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.svc-tag-sm {
    display: inline-block;
    font-size: 16px;
    color: #12353b;
    background: #d4aa2c;
    padding: 5px 15px;
    border-radius: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.svc-tab-text h4 {
    font-size: 20px;
    margin: 0;
}

.svc-tab-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.svc-tab-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    -webkit-transition: color 0.25s, -webkit-transform 0.25s;
    transition: color 0.25s, -webkit-transform 0.25s;
    transition: color 0.25s, transform 0.25s;
    transition: color 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.svc-tab-list li:hover {
    color: #d4aa2c;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.svc-tab-list li i {
    color: #d4aa2c;
    font-size: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.svc-tab-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    text-decoration: none;
    margin-top: auto;
    -webkit-transition: gap 0.3s, color 0.3s;
    transition: gap 0.3s, color 0.3s;
    margin-top: 15px;
}

.svc-tab-link i {
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.svc-tab-link:hover {
    gap: 11px;
    color: #d4aa2c;
}

.skills-section {
    background: #1e3a3d;
    padding: 100px 0;
}

.skills-img-block {
    position: relative;
    border-radius: 15px;
    overflow: visible;
}

.skills-img-block img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.16, 0.84, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.16, 0.84, 0.32, 1);
}

.skills-img-overlay {
    position: absolute;
    inset: 0;
    border-radius: 15px;
    background: -webkit-linear-gradient(top,
            rgba(10, 25, 15, 0) 40%,
            rgba(10, 25, 15, 0.55) 100%);
    background: linear-gradient(180deg,
            rgba(10, 25, 15, 0) 40%,
            rgba(10, 25, 15, 0.55) 100%);
    pointer-events: none;
}

.skills-dot-grid {
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 90px;
    height: 90px;
    background-image: -webkit-radial-gradient(circle, #d4aa2c 1.5px, transparent 1.5px);
    background-image: radial-gradient(circle, #d4aa2c 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    z-index: -1;
    border-radius: 4px;
}

.skills-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 28px;
    padding-left: 20px;
}

.skills-bars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.skill-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.skill-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.skill-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.skill-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(22, 163, 74, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d4aa2c;
    font-size: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.skill-item:hover .skill-icon {
    background: #d4aa2c;
    color: #fafdfe;
}

.skill-left span {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.skill-item:hover .skill-left span {
    color: #d4aa2c;
}

.skill-pct {
    color: #d4aa2c;
    min-width: 40px;
    text-align: right;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.skill-track {
    width: 100%;
    height: 5px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 50px;
    overflow: visible;
    position: relative;
}

.skill-fill {
    height: 100%;
    width: 0%;
    background: -webkit-linear-gradient(left, #d4aa2c, var(--accent-light, #4ade80));
    background: linear-gradient(90deg, #d4aa2c, var(--accent-light, #4ade80));
    border-radius: 50px;
    position: relative;
    -webkit-transition: width 1.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.skill-fill-glow {
    position: absolute;
    right: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: #d4aa2c;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 8px rgba(22, 163, 74, 0.5);
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.skill-item:hover .skill-fill-glow {
    box-shadow: 0 0 16px rgba(22, 163, 74, 0.8);
}

.skills-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(0, 0, 0, 0.08);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/*================================================
20 - PROJECT DETAILS AREA CSS
==================================================*/

.proj-detail-section {
    background: #1e3a3d;
    padding: 100px 0;
}

.proj-detail-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
}

.proj-detail-hero {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 380px;
}

.proj-detail-hero img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 6s ease;
    transition: -webkit-transform 6s ease;
    transition: transform 6s ease;
    transition: transform 6s ease, -webkit-transform 6s ease;
}

.proj-detail-hero:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.proj-hero-overlay {
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, rgba(10, 25, 15, 0) 40%, rgba(10, 25, 15, 0.88) 100%);
    background: linear-gradient(180deg, rgba(10, 25, 15, 0) 40%, rgba(10, 25, 15, 0.88) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 25px;
}

.proj-hero-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    background: #d4aa2c;
    color: #fafdfe;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 50px;
}

.proj-hero-year {
    font-size: 16px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding: 7px 16px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.proj-title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.proj-tag-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proj-tag {
    color: #d4aa2c;
    background: rgba(22, 163, 74, 0.1);
    padding: 5px 15px;
    border-radius: 50px;
    border: 1px solid rgba(22, 163, 74, 0.18);
}

.proj-title-block h2 {
    font-size: 36px;
    margin: 0;
}

.proj-inline-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proj-inline-meta span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

.proj-inline-meta span i {
    color: #d4aa2c;
}

.proj-stats-row {
    display: -ms-grid;
    display: grid;
        grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.proj-stat-card {
    background: #12353b;
    border-radius: 15px;
    padding: 20px 24px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    -webkit-transition: box-shadow 0.35s, -webkit-transform 0.35s;
    transition: box-shadow 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, box-shadow 0.35s;
    transition: transform 0.35s, box-shadow 0.35s, -webkit-transform 0.35s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.proj-stat-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}

.proj-stat-icon {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: rgba(22, 163, 74, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d4aa2c;
    font-size: 20px;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
    margin-bottom: 10px;
}

.proj-stat-card:hover .proj-stat-icon {
    background: #d4aa2c;
    color: #fafdfe;
}

.proj-stat-card strong {
    display: block;
    font-size: 22px;
    line-height: 1;
}

.proj-blockquote {
    background: #112d32;
    border-radius: 15px;
    padding: 30px 30px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left: 4px solid #d4aa2c;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.proj-blockquote:hover {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.proj-blockquote-icon {
    color: #d4aa2c;
    font-size: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.proj-blockquote-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.proj-blockquote-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 2px solid #d4aa2c;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.proj-blockquote-author strong {
    display: block;
    font-size: 16px;
    color: #fafdfe;
}

.proj-offer-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
}

.proj-offer-block h3 {
    font-size: 22px;
    margin: 0;
}

.proj-offer-block > p {
    margin: 0px;
}

.proj-offer-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.proj-offer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #12353b;
    border-radius: 15px;
    padding: 20px;
    -webkit-transition: box-shadow 0.3s, border-color 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s, -webkit-transform 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.proj-offer-item:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09);
}

.proj-offer-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(22, 163, 74, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d4aa2c;
    font-size: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.proj-offer-item:hover .proj-offer-icon {
    background: #d4aa2c;
    color: #fafdfe;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.proj-offer-item strong {
    display: block;
    margin-bottom: 5px;
    color: #fafdfe;
}

.proj-gallery-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.proj-gallery-block h3 {
    font-size: 22px;
    color: #fafdfe;
    margin: 0;
}

.proj-gallery-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    height: 320px;
}

.proj-gallery-item {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.proj-gallery-item--large {
    grid-row: 1 / 3;
}

.proj-gallery-item--large img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.proj-gallery-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.proj-gallery-item:hover img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.proj-gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 25, 15, 0.45);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.proj-gallery-overlay i {
    font-size: 22px;
    color: #fafdfe;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
}

.proj-gallery-item:hover .proj-gallery-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.proj-gallery-item:hover .proj-gallery-overlay i {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.proj-nav-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.proj-nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    background: #12353b;
    border-radius: 15px;
    padding: 15px 20px;
    text-decoration: none;
    -webkit-transition: box-shadow 0.3s, border-color 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s, -webkit-transform 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.proj-nav-btn--next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

.proj-nav-btn i {
    font-size: 18px;
    color: #d4aa2c;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.proj-nav-btn--prev:hover i {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

.proj-nav-btn--next:hover i {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.proj-nav-btn strong {
    display: block;
    color: #d4aa2c;
}

.proj-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
}

.proj-sidebar-card {
    background: #12353b;
    border-radius: 15px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.proj-sidebar-card-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 20px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    position: relative;
}

.proj-sidebar-card-head:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #d4aa2c;
    border-radius: 0 2px 2px 0;
}

.proj-sidebar-card-head i {
    font-size: 16px;
    color: #d4aa2c;
}

.proj-sidebar-card-head h3 {
    font-size: 18px;
    margin: 0;
}

.proj-detail-list {
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

.proj-detail-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    gap: 12px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.proj-detail-list li:last-child {
    border-bottom: none;
}

.proj-detail-list li:hover {
    background: rgba(22, 163, 74, 0.03);
}

.proj-detail-key {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.proj-detail-key i {
    font-size: 16px;
    color: #d4aa2c;
}

.proj-detail-val {
    color: #d4aa2c;
    text-align: right;
    font-size: 16px;
}

.proj-status-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    background: rgba(22, 163, 74, 0.1);
    color: #d4aa2c;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 50px;
}

.proj-status-badge span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d4aa2c;
    -webkit-animation: statusPulse 1.8s ease-in-out infinite;
    animation: statusPulse 1.8s ease-in-out infinite;
}

@-webkit-keyframes statusPulse {

    0%,
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes statusPulse {

    0%,
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.proj-sidebar-btns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 15px 15px;
}

.proj-sidebar-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: background 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, transform 0.25s;
    transition: background 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.proj-sidebar-btn--prev {
    background: #fafdfe;
    color: #d4aa2c;
}

.proj-sidebar-btn--prev:hover {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
    color: #d4aa2c;
}

.proj-sidebar-btn--next {
    background: #d4aa2c;
    color: #fafdfe;
}

.proj-sidebar-btn--next:hover {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}

.proj-contact-list {
    list-style: none;
    padding: 12px 0;
    margin: 0;
}

.proj-contact-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.proj-contact-list li:last-child {
    border-bottom: none;
}

.proj-contact-list li:hover {
    background: rgba(22, 163, 74, 0.03);
}

.proj-contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(22, 163, 74, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d4aa2c;
    font-size: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.proj-contact-list li:hover .proj-contact-icon {
    background: #d4aa2c;
    color: #fafdfe;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.proj-contact-list li span,
.proj-contact-list li a {
    line-height: 1.5;
}

.proj-contact-list li a:hover {
    color: #d4aa2c;
}

.proj-share-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 0px 0px 15px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proj-share-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #112d32;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: background 0.25s, color 0.25s, box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, color 0.25s, box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, color 0.25s, transform 0.25s, box-shadow 0.25s;
    transition: background 0.25s, color 0.25s, transform 0.25s, box-shadow 0.25s, -webkit-transform 0.25s;
    border: 1px solid #112d32;
}

.proj-share-btn:hover {
    background: #d4aa2c;
    border-color: #d4aa2c;
    color: #fafdfe;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.proj-cta-card {
    background: #12353b;
    border-radius: 15px;
    padding: 30px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: box-shadow 0.35s, -webkit-transform 0.35s;
    transition: box-shadow 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, box-shadow 0.35s;
    transition: transform 0.35s, box-shadow 0.35s, -webkit-transform 0.35s;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.proj-cta-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background: rgba(22, 163, 74, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d4aa2c;
    font-size: 20px;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.proj-cta-card:hover .proj-cta-icon {
    background: #d4aa2c;
    color: #fafdfe;
}

.proj-cta-card h3 {
    font-size: 18px;
    color: #fafdfe;
    margin: 0;
}

.proj-cta-card p {
    margin: 0px;
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .92);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .35s;
    transition: .35s;
    z-index: 99999;
}

.gallery-lightbox.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.gallery-lightbox img {
    max-width: 90%;
    max-height: 85%;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition: .35s;
    transition: .35s;
}

.gallery-lightbox.active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-close,
.gallery-nav {
    position: absolute;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #d4aa2c;
    color: #fafdfe;
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
}

.gallery-close:hover,
.gallery-nav:hover {
    background: #eec74b;
}

.gallery-close {
    top: 30px;
    right: 30px;
}

.gallery-prev {
    left: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery-next {
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery-counter {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fafdfe;
    font-size: 15px;
    font-weight: 600;
}

.gallery-loader {
    position: absolute;
    width: 55px;
    height: 55px;
    border: 4px solid rgba(255, 255, 255, .15);
    border-top: 4px solid #d4aa2c;
    border-radius: 50%;
    -webkit-animation: gallerySpin .8s linear infinite;
    animation: gallerySpin .8s linear infinite;
    display: none;
}

.gallery-loading .gallery-loader {
    display: block;
}

@-webkit-keyframes gallerySpin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes gallerySpin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.gallery-lightbox {
    display: none;
}

.gallery-lightbox.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*================================================
21 - BLOG DETAILS AREA CSS
==================================================*/

.blog-detail-section {
    background: #1e3a3d;
}

.blog-detail-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}

.blog-detail-hero {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 400px;
}

.blog-detail-hero img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 6s ease;
    transition: -webkit-transform 6s ease;
    transition: transform 6s ease;
    transition: transform 6s ease, -webkit-transform 6s ease;
}

.blog-detail-hero:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.blog-detail-hero-overlay {
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, rgba(10, 25, 15, 0) 40%, rgba(10, 25, 15, 0.85) 100%);
    background: linear-gradient(180deg, rgba(10, 25, 15, 0) 40%, rgba(10, 25, 15, 0.85) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 25px;
}

.blog-detail-category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    background: #d4aa2c;
    color: #fafdfe;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 50px;
}

.blog-detail-read-time {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 50px;
}

.blog-detail-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px 20px;
    background: #12353b;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.blog-detail-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.blog-detail-author img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 2px solid #d4aa2c;
}

.blog-detail-author strong {
    display: block;
    font-size: 18px;
    color: #fafdfe;
}

.blog-detail-meta-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-detail-meta-right span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}

.blog-detail-meta-right span i {
    font-size: 16px;
    color: #d4aa2c;
}

.blog-detail-title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.blog-detail-title-block h1 {
    font-size: 36px;
    color: #fafdfe;
    margin: 0;
}

.blog-detail-tags-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-detail-tags-inline a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #d4aa2c;
    background: rgba(22, 163, 74, 0.09);
    padding: 4px 12px;
    border-radius: 50px;
    border: 1px solid rgba(22, 163, 74, 0.15);
    text-decoration: none;
    -webkit-transition: background 0.25s, color 0.25s;
    transition: background 0.25s, color 0.25s;
}

.blog-detail-tags-inline a:hover {
    background: #d4aa2c;
    color: #fafdfe;
}

.blog-detail-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-key-points {
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.blog-key-points h2 {
    font-size: 18px;
    color: #fafdfe;
    margin: 0;
}

.blog-key-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.blog-key-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: #12353b;
}

.blog-key-item:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

.blog-key-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(22, 163, 74, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d4aa2c;
    font-size: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.blog-key-item:hover .blog-key-icon {
    background: #d4aa2c;
    color: #fafdfe;
    -webkit-transform: scale(1.1) rotate(-6deg);
    transform: scale(1.1) rotate(-6deg);
}

.blog-key-item strong {
    display: block;
    font-size: 16px;
    color: #fafdfe;
    margin-bottom: 5px;
}

.blog-blockquote {
    background: #112d32;
    border-radius: 15px;
    padding: 30px 30px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left: 4px solid #d4aa2c;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin: 20px 0px;
}

.blog-blockquote:hover {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.blog-blockquote-icon {
    color: #d4aa2c;
    font-size: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 2px;
}

.blog-blockquote p {
    font-style: italic;
}

.blog-blockquote-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.blog-blockquote-author img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 2px solid #d4aa2c;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.blog-blockquote-author strong {
    display: block;
    font-size: 18px;
    color: #fafdfe;
}

.blog-inner-img {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-inner-img img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: 16px 16px 0 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.blog-inner-img:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.blog-inner-img-caption {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-top: none;
    padding: 10px 20px;
    font-size: 16px;
    color: #12353b;
    border-radius: 0 0 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.blog-inner-img-caption i {
    color: #d4aa2c;
}

.blog-checklist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    background: #12353b;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.blog-checklist-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 8px;
    -webkit-transition: background 0.25s, color 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, color 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, color 0.25s, transform 0.25s;
    transition: background 0.25s, color 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.blog-checklist-item:hover {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.blog-checklist-item i {
    color: #d4aa2c;
    font-size: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 1px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.blog-checklist-item:hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.blog-footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px 20px;
    background: #12353b;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.blog-footer-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-footer-tags span {
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.blog-footer-tags span i {
    color: #d4aa2c;
}

.blog-footer-tags a {
    font-size: 16px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.05);
    padding: 4px 12px;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-transition: background 0.25s, color 0.25s;
    transition: background 0.25s, color 0.25s;
}

.blog-footer-tags a:hover {
    background: #d4aa2c;
    color: #fafdfe;
    border-color: #d4aa2c;
}

.blog-footer-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.blog-footer-share span {
    font-weight: 700;
}

.blog-footer-share a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #112d32;
    border: 1px solid #112d32;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: background 0.25s, color 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, color 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, color 0.25s, transform 0.25s;
    transition: background 0.25s, color 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.blog-footer-share a:hover {
    background: #d4aa2c;
    color: #fafdfe;
    border-color: #d4aa2c;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.blog-author-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    background: #12353b;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: box-shadow 0.35s, -webkit-transform 0.35s;
    transition: box-shadow 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, box-shadow 0.35s;
    transition: transform 0.35s, box-shadow 0.35s, -webkit-transform 0.35s;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.blog-author-card:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.blog-author-card > img {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 3px solid #d4aa2c;
}

.blog-author-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.blog-author-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.blog-author-badge {
    display: inline-block;
    color: #d4aa2c;
    background: rgba(22, 163, 74, 0.1);
    padding: 5px 10px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.blog-author-info h2 {
    font-size: 18px;
    color: #fafdfe;
    margin: 0 0 5px;
}

.blog-author-info > div > span {
    font-size: 12.5px;
    color: #bcd4d9;
    font-weight: 500;
    display: block;
}

.blog-author-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.blog-author-socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #112d32;
    border: 1px solid #112d32;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: background 0.25s, color 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, color 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, color 0.25s, transform 0.25s;
    transition: background 0.25s, color 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.blog-author-socials a:hover {
    background: #d4aa2c;
    color: #fafdfe;
    border-color: #d4aa2c;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.blog-nav-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.blog-nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    background: #12353b;
    border-radius: 15px;
    padding: 15px 20px;
    text-decoration: none;
    -webkit-transition: box-shadow 0.3s, border-color 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s, -webkit-transform 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.blog-nav-btn:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09);
}

.blog-nav-btn--next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

.blog-nav-btn i {
    font-size: 18px;
    color: #d4aa2c;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.blog-nav-btn--prev:hover i {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

.blog-nav-btn--next:hover i {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.blog-nav-btn strong {
    display: block;
    color: #d4aa2c;
}

.blog-comments-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.blog-comments-block h3 {
    font-size: 22px;
    margin: 0;
}

.blog-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.blog-comment--reply {
    margin-left: 48px;
    position: relative;
}

.blog-comment--reply:before {
    content: '';
    position: absolute;
    left: -24px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(22, 163, 74, 0.2);
    border-radius: 2px;
}

.blog-comment > img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 2px solid rgba(0, 0, 0, 0.08);
    -webkit-transition: border-color 0.3s, -webkit-transform 0.3s;
    transition: border-color 0.3s, -webkit-transform 0.3s;
    transition: border-color 0.3s, transform 0.3s;
    transition: border-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.blog-comment:hover > img {
    border-color: #d4aa2c;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-comment-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #12353b;
    border-radius: 15px;
    padding: 20px 20px;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.blog-comment:hover .blog-comment-body {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}

.blog-comment-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 10px;
    color: #d4aa2c;
}

.blog-comment-head strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fafdfe;
}

.blog-comment-head span i {
    color: #d4aa2c;
    font-size: 16px;
}

.blog-reply-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 700;
    color: #d4aa2c;
    text-decoration: none;
    padding: 5px 14px;
    border-radius: 50px;
    border: 1px solid rgba(22, 163, 74, 0.2);
    background: rgba(22, 163, 74, 0.06);
    white-space: nowrap;
    -webkit-transition: background 0.25s, color 0.25s;
    transition: background 0.25s, color 0.25s;
}

.blog-reply-btn:hover {
    background: #d4aa2c;
    color: #fafdfe;
    border-color: #d4aa2c;
}

.blog-reply-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.blog-reply-form h3 {
    font-size: 22px;
    color: #fafdfe;
    margin: 0;
}

.blog-reply-form > p {
    margin: 0;
}

.blog-reply-form > p span {
    color: #ef4444;
}

.blog-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
}

.blog-form-group label {
    font-size: 16px;
    font-weight: 700;
    color: #fafdfe;
}

.blog-form-group label span {
    color: #ef4444;
}

.blog-input-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-input-wrap > i {
    position: absolute;
    left: 15px;
    color: #12353b;
    font-size: 16px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.blog-input-wrap:focus-within > i {
    color: #d4aa2c;
}

.blog-input-wrap input {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 15px 15px 15px 40px;
    font-size: 16px;
    color: #111;
    outline: none;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.blog-input-wrap input::-webkit-input-placeholder {
    color: #bcd4d9;
}

.blog-input-wrap input::-moz-placeholder {
    color: #bcd4d9;
}

.blog-input-wrap input:-ms-input-placeholder {
    color: #bcd4d9;
}

.blog-input-wrap input::placeholder {
    color: #bcd4d9;
}

.blog-textarea-wrap textarea {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 10px;
    padding: 15px 15px;
    font-size: 16px;
    color: #111;
    outline: none;
    resize: vertical;
    min-height: 130px;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.blog-textarea-wrap textarea::-webkit-input-placeholder {
    color: #bcd4d9;
}

.blog-textarea-wrap textarea::-moz-placeholder {
    color: #bcd4d9;
}

.blog-textarea-wrap textarea:-ms-input-placeholder {
    color: #bcd4d9;
}

.blog-textarea-wrap textarea::placeholder {
    color: #bcd4d9;
}

.blog-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
}

.blog-sidebar-widget {
    background: #12353b;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.blog-sidebar-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 6px 6px 18px;
}

.blog-sidebar-search input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    color: #fafdfe;
    background: transparent;
    font-family: inherit;
}

.blog-sidebar-search input::-webkit-input-placeholder {
    color: #fafdfe;
}

.blog-sidebar-search input::-moz-placeholder {
    color: #fafdfe;
}

.blog-sidebar-search input:-ms-input-placeholder {
    color: #fafdfe;
}

.blog-sidebar-search input::placeholder {
    color: #fafdfe;
}

.blog-sidebar-search button {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #d4aa2c;
    border: none;
    color: #fafdfe;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, transform 0.25s;
    transition: background 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.blog-sidebar-search button:hover {
    background: #eec74b;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-widget-title {
    font-size: 18px;
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    position: relative;
}

.blog-widget-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #d4aa2c;
    border-radius: 0 2px 2px 0;
}

.blog-cat-list {
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

.blog-cat-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.blog-cat-list li:last-child {
    border-bottom: none;
}

.blog-cat-list li:hover {
    background: rgba(22, 163, 74, 0.04);
}

.blog-cat-list li.active {
    background: rgba(22, 163, 74, 0.07);
}

.blog-cat-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: color 0.25s, gap 0.25s;
    transition: color 0.25s, gap 0.25s;
}

.blog-cat-list li a i {
    font-size: 11px;
    color: #bcd4d9;
    -webkit-transition: color 0.25s, -webkit-transform 0.25s;
    transition: color 0.25s, -webkit-transform 0.25s;
    transition: color 0.25s, transform 0.25s;
    transition: color 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.blog-cat-list li:hover a,
.blog-cat-list li.active a {
    color: #d4aa2c;
    gap: 12px;
}

.blog-cat-list li:hover a i,
.blog-cat-list li.active a i {
    color: #d4aa2c;
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}

.blog-cat-list li span {
    font-size: 16px;
    color: #d4aa2c;
    background: rgba(22, 163, 74, 0.1);
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 15px;
    min-width: 30px;
    text-align: center;
}

.blog-popular-list {
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}

.blog-popular-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: background 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, transform 0.25s;
    transition: background 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.blog-popular-item:hover {
    background: rgba(22, 163, 74, 0.05);
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.blog-popular-img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.blog-popular-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.blog-popular-item:hover .blog-popular-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-popular-info h3 {
    font-size: 16px;
    color: #fafdfe;
    margin: 0 0 5px;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.blog-popular-item:hover .blog-popular-info h6 {
    color: #d4aa2c;
}

.blog-popular-info span i {
    color: #d4aa2c;
    font-size: 16px;
}

.blog-tags-cloud {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.blog-tags-cloud a {
    font-size: 15px;
    font-weight: 600;
    color: #12353b;
    background: #fafdfe;
    padding: 5px 10px;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-transition: background 0.25s, color 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, color 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, color 0.25s, transform 0.25s;
    transition: background 0.25s, color 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.blog-tags-cloud a:hover {
    background: #d4aa2c;
    color: #fafdfe;
    border-color: #d4aa2c;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.blog-newsletter-widget {
    background: #112d32 !important;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.blog-newsletter-icon {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    background: rgba(22, 163, 74, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d4aa2c;
    font-size: 22px;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.blog-newsletter-widget:hover .blog-newsletter-icon {
    background: #d4aa2c;
    color: #fafdfe;
}

.blog-newsletter-widget h3 {
    font-size: 18px;
    color: #fafdfe;
    margin: 0;
}

.blog-newsletter-widget p {
    margin: 0;
}

.blog-newsletter-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.blog-newsletter-form input {
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 16px;
    color: #fafdfe;
    outline: none;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.blog-newsletter-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.blog-newsletter-form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.blog-newsletter-form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.blog-newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.blog-newsletter-form button i {
    font-size: 16px;
}

/*================================================
22 - FAQ AREA CSS
==================================================*/
.faq-section {
    background: #1e3a3d;
}

.faq-filter-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
    background: rgba(0, 0, 0, 0.04);
    padding: 5px;
    border-radius: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.faq-filter-btn {
    background: none;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fafdfe;
    -webkit-transition: background 0.25s, color 0.25s, box-shadow 0.25s;
    transition: background 0.25s, color 0.25s, box-shadow 0.25s;
}

.faq-filter-btn.active {
    background: #d4aa2c;
    color: #fafdfe;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.28);
}

.faq-filter-btn:hover:not(.active) {
    background: rgba(0, 0, 0, 0.06);
    color: #d4aa2c;
}

.faq-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.faq-item {
    background: #12353b;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.faq-item.faq-hidden {
    display: none;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    text-align: left;
    font-family: inherit;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}

.faq-q-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.faq-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(22, 163, 74, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d4aa2c;
    font-size: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.faq-item.active .faq-icon {
    background: #d4aa2c;
    color: #fafdfe;
}

.faq-q-left {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.faq-q-title {
    font-size: 16px;
    font-weight: 700;
    color: #fafdfe;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    line-height: 1.4;
}

.faq-item.active .faq-q-title {
    color: #d4aa2c;
}

.faq-chevron {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.faq-chevron {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #bcd4d9;
    font-size: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background 0.3s, color 0.3s, -webkit-transform 0.35s;
    transition: background 0.3s, color 0.3s, -webkit-transform 0.35s;
    transition: background 0.3s, color 0.3s, transform 0.35s;
    transition: background 0.3s, color 0.3s, transform 0.35s, -webkit-transform 0.35s;
}

.faq-item.active .faq-chevron {
    background: #d4aa2c;
    color: #fafdfe;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-answer-inner {
    padding: 0 20px 20px 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.faq-answer-inner p {
    margin: 0;
}

.faq-answer-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #fafdfe;
    text-decoration: none;
    -webkit-transition: gap 0.3s, color 0.3s;
    transition: gap 0.3s, color 0.3s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.faq-answer-link i {
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.faq-answer-link:hover {
    color: #d4aa2c;
    gap: 10px;
}

.faq-bottom-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    background: #112d32;
    border-radius: 15px;
    padding: 20px 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.faq-bottom-cta-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: rgba(22, 163, 74, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d4aa2c;
    font-size: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.faq-bottom-cta:hover .faq-bottom-cta-icon {
    background: #d4aa2c;
    color: #fafdfe;
}

.faq-bottom-cta strong {
    display: block;
    font-size: 18px;
    color: #fafdfe;
}

.faq-bottom-cta p {
    font-size: 13px;
    margin: 0;
}

.faq-form-card {
    background: #12353b;
    border-radius: 15px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 25px;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.faq-form-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
}

.faq-form-head-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background: rgba(22, 163, 74, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d4aa2c;
    font-size: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.faq-form-card:hover .faq-form-head-icon {
    background: #d4aa2c;
    color: #fafdfe;
}

.faq-form-head h3 {
    font-size: 20px;
    color: #fafdfe;
    margin: 0 0 5px;
}

.faq-trust-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.faq-trust-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    background: rgba(22, 163, 74, 0.09);
    border: 1px solid rgba(22, 163, 74, 0.15);
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 14px;
    color: #d4aa2c;
    -webkit-transition: background 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, transform 0.25s;
    transition: background 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.faq-trust-item:hover {
    background: #d4aa2c;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    color: #fafdfe;
}

.faq-trust-item i {
    font-size: 11px;
}

.faq-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.faq-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}

.faq-form-group label {
    font-size: 16px;
}

.faq-form-group label span {
    color: #ef4444;
}

.faq-input-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.faq-input-wrap > i:first-child {
    position: absolute;
    left: 14px;
    color: #bcd4d9;
    font-size: 16px;
    pointer-events: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    z-index: 1;
}

.faq-input-wrap:focus-within > i:first-child {
    color: #d4aa2c;
}

.faq-input-wrap input,
.faq-input-wrap select {
    width: 100%;
    background: #f9fafb;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px 15px 10px 40px;
    font-size: 16px;
    color: #112d32;
    outline: none;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

.faq-input-wrap input::-webkit-input-placeholder {
    color: #bcd4d9;
}

.faq-input-wrap input::-moz-placeholder {
    color: #bcd4d9;
}

.faq-input-wrap input:-ms-input-placeholder {
    color: #bcd4d9;
}

.faq-input-wrap input::placeholder {
    color: #bcd4d9;
}

.faq-select-arrow {
    position: absolute !important;
    right: 14px !important;
    left: auto !important;
    font-size: 11px !important;
    pointer-events: none;
}

.faq-textarea-wrap textarea {
    width: 100%;
    background: #f9fafb;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 16px;
    color: #112d32;
    outline: none;
    resize: vertical;
    min-height: 110px;
    font-family: inherit;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
}

.faq-textarea-wrap textarea::-webkit-input-placeholder {
    color: #bcd4d9;
}

.faq-textarea-wrap textarea::-moz-placeholder {
    color: #bcd4d9;
}

.faq-textarea-wrap textarea:-ms-input-placeholder {
    color: #bcd4d9;
}

.faq-textarea-wrap textarea::placeholder {
    color: #bcd4d9;
}

.faq-contact-alts {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.faq-contact-alt-title {
    font-size: 12px;
    font-weight: 700;
    color: #bcd4d9;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.faq-contact-alts-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.faq-contact-alt-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition: background 0.25s, border-color 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border-color 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border-color 0.25s, transform 0.25s;
    transition: background 0.25s, border-color 0.25s, transform 0.25s, -webkit-transform 0.25s;
    background: rgba(22, 163, 74, 0.06);
    border-color: rgba(22, 163, 74, 0.2);
}

.faq-contact-alt-item:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.faq-contact-alt-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(22, 163, 74, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d4aa2c;
    font-size: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.faq-contact-alt-item:hover .faq-contact-alt-icon {
    background: #d4aa2c;
    color: #fafdfe;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.faq-contact-alt-item strong {
    display: block;
}

.faq-contact-alt-item span {
    font-size: 14px;
    color: #bcd4d9;
}

/*================================================
23 - PRICING TABLE AREA CSS
==================================================*/

.pricing-section {
    background: #1e3a3d;
}

.pricing-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    background: rgba(0, 0, 0, 0.04);
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.pricing-toggle-label {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.pricing-toggle-label.active {
    color: #d4aa2c;
}

.pricing-toggle-btn {
    width: 50px;
    height: 26px;
    border-radius: 50px;
    background: #bcd4d9;
    border: none;
    position: relative;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pricing-toggle-btn.active {
    background: #d4aa2c;
}

.pricing-toggle-thumb {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-toggle-btn.active .pricing-toggle-thumb {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
}

.pricing-save-badge {
    display: inline-block;
    background: #d4aa2c;
    color: #fafdfe;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 50px;
}

.pricing-card {
    background: #12353b;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    -webkit-transition: box-shadow 0.4s, border-color 0.3s,
        -webkit-transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: box-shadow 0.4s, border-color 0.3s,
        -webkit-transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1),
        box-shadow 0.4s, border-color 0.3s;
    transition: transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1),
        box-shadow 0.4s, border-color 0.3s,
        -webkit-transform 0.4s cubic-bezier(0.16, 0.84, 0.32, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.pricing-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #d4aa2c;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
}

.pricing-card:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.pricing-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pricing-card--featured {
    background: #112d32;
    border-color: #d4aa2c;
    box-shadow: 0 24px 60px rgba(10, 25, 15, 0.3);
}

.pricing-card--featured:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    height: 4px;
}

.pricing-card--featured .pricing-bill-type {
    color: #12353b
}

.pricing-card--dark {
    background: #112d32;
    border-color: rgba(255, 255, 255, 0.1);
}

.pricing-card--dark:hover {
    border-color: rgba(22, 163, 74, 0.35);
    box-shadow: 0 28px 60px rgba(10, 25, 15, 0.28);
}

.pricing-popular-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #d4aa2c;
    color: #fafdfe;
    font-size: 16px;
    padding: 5px 12px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 5px;
}

.pricing-popular-badge i {
    font-size: 10px;
}

.pricing-card-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.pricing-plan-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background: rgba(22, 163, 74, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d4aa2c;
    font-size: 22px;
    -webkit-transition: background 0.3s, -webkit-transform 0.35s;
    transition: background 0.3s, -webkit-transform 0.35s;
    transition: background 0.3s, transform 0.35s;
    transition: background 0.3s, transform 0.35s, -webkit-transform 0.35s;
}

.pricing-plan-icon--light {
    background: rgba(255, 255, 255, 0.1);
    color: #fafdfe;
}

.pricing-card:hover .pricing-plan-icon {
    background: #d4aa2c;
    color: #fafdfe;
}

.pricing-card--dark:hover .pricing-plan-icon--light,
.pricing-card--featured:hover .pricing-plan-icon--light {
    background: rgba(255, 255, 255, 0.2);
}

.pricing-card-head h2 {
    font-size: 22px;
    color: #fafdfe;
    margin: 0;
}

.pricing-card--featured .pricing-card-head h4,
.pricing-card--dark .pricing-card-head h4 {
    color: #fafdfe;
}

.pricing-price-block {
    background: #112d32;
    border-radius: 16px;
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pricing-card--featured .pricing-price-block {
    background: #d4aa2c;
}

.pricing-card--dark .pricing-price-block {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 2px;
}

.pricing-currency {
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
}

.pricing-amount {
    font-size: 42px;
    font-weight: 900;
    color: #fafdfe;
    line-height: 1;
    letter-spacing: -2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pricing-period {
    font-size: 16px;
    margin-left: 2px;
}

.pricing-billed-note {
    font-size: 16px;
    text-align: right;
    line-height: 1.5;
}

.pricing-bill-type {
    display: block;
    font-weight: 700;
    color: #d4aa2c;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pricing-features li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    -webkit-transition: padding-left 0.25s, color 0.25s;
    transition: padding-left 0.25s, color 0.25s;
}

.pricing-features--light li {
    border-bottom-color: rgba(255, 255, 255, 0.07);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features li:hover {
    padding-left: 4px;
}

.pricing-features li.has {
    color: #fafdfe;
}

.pricing-features li.no {
    color: #bcd4d9;
}

.pricing-features--light li.has {
    color: rgba(255, 255, 255, 0.85);
}

.pricing-features--light li.no {
    color: rgba(255, 255, 255, 0.25);
}

.pricing-features li i {
    font-size: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pricing-features li.has i {
    color: #d4aa2c;
}

.pricing-features li.no i {
    color: #e5e7eb;
}

.pricing-features--light li.no i {
    color: rgba(255, 255, 255, 0.15);
}

.pricing-features li.has:hover {
    color: #d4aa2c;
}

.pricing-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 20px;
    border-radius: 15px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #d4aa2c;
    color: #fafdfe;
    background: transparent;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s, -webkit-transform 0.25s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, -webkit-transform 0.25s;
    transition: background 0.3s, color 0.3s, transform 0.25s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, transform 0.25s, box-shadow 0.3s, -webkit-transform 0.25s;
    letter-spacing: 0.2px;
}

.pricing-btn i {
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.pricing-btn:hover {
    background: #fafdfe;
    color: #12353b;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(10, 25, 15, 0.2);
    border: 1px solid #12353b;
}

.pricing-btn:hover i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pricing-btn--featured {
    background: #d4aa2c;
    color: #fafdfe;
    border-color: #d4aa2c;
    box-shadow: 0 6px 22px rgba(22, 163, 74, 0.3);
}

.pricing-btn--featured:hover {
    background: #eec74b;
    border-color: #eec74b;
    box-shadow: 0 12px 32px rgba(22, 163, 74, 0.42);
    color: #fafdfe;
}

.pricing-btn--dark {
    background: rgba(255, 255, 255, 0.08);
    color: #fafdfe;
    border-color: rgba(255, 255, 255, 0.18);
}

.pricing-btn--dark:hover {
    background: #d4aa2c;
    border-color: #d4aa2c;
    color: #fafdfe;
    box-shadow: 0 10px 28px rgba(22, 163, 74, 0.3);
}

.pricing-guarantee {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing-guarantee-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background: #fff;
    border-radius: 16px;
    padding: 18px 32px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.pricing-guarantee-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #12353b;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.pricing-guarantee-item:hover {
    color: #d4aa2c;
}

.pricing-guarantee-item i {
    font-size: 16px;
    color: #d4aa2c;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.pricing-guarantee-divider {
    width: 1px;
    height: 24px;
    background: rgba(0, 0, 0, 0.08);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/*================================================
24 - 404 AREA CSS
==================================================*/
.page-notfound .page-notfound-media {
    max-width: 500px;

}

.page-notfound-content h1 {
    font-size: 100px;
    font-weight: 700;
}

.page-notfound-outer {
    background: #1e3a3d;
}

.page-notfound-content {
    margin: 0px auto;
    border: 5px solid rgba(255, 255, 255, 0.55);
    padding: 50px 30px;
    text-align: center;
}

.error-comment {
    font-size: 32px
}

/*================================================
25 - RESPONSIVE CSS
==================================================*/
#menu-toggle span {
    height: 2px;
    width: 95%;
    background: #006578;
    display: block;
    margin-top: 5px;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;
}

#menu-toggle span:nth-child(1) {
    top: 4px;
}

#menu-toggle span:nth-child(2) {
    top: 6px;
    width: 75%;
}

#menu-toggle span:nth-child(3) {
    top: 8px;
    width: 65%
}

#menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

@media (max-width: 1200px) {
    .blog-area .section-head h2 {
        font-size: 36px;
    }

    .blog-card--featured .blog-img-wrap {
        height: 240px;
    }

    .blog-card--horizontal {
        -ms-grid-columns: 160px 1fr;
        grid-template-columns: 160px 1fr;
    }

    .blog-title {
        font-size: 18px;
    }

    .blog-body {
        padding: 18px;
        gap: 10px;
    }

    .contact-form-head h2 {
        font-size: 28px;
    }

    .contact-stat-card {
        padding: 14px 18px;
        gap: 12px;
    }

    .contact-stat-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .contact-stat-card strong {
        font-size: 18px;
    }

    .contact-stat-card span {
        font-size: 16px;
    }

    .contact-trust-item {
        font-size: 14px;
    }

    .form-group label {
        font-size: 16px;
    }

    .form-input-wrap input,
    .form-input-wrap select,
    .form-textarea-wrap textarea {
        font-size: 16px;
    }


    .footer-top-left h2 {
        font-size: 38px;
    }

    .ftb-right-card {
        padding: 26px;
    }

    .ftb-right-card h2 {
        font-size: 22px;
    }

    .footer-main {
        padding: 60px 0;
    }

    .footer-widget h2 {
        font-size: 20px;
    }

    .history-timeline-wrap {
        padding-top: 50px;
    }

    .history-timeline-line {
        top: 92px;
    }

    .history-timeline-item {
        padding: 0 16px;
    }

    .history-timeline-year {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .history-timeline-body {
        padding: 30px 18px;
    }

    .history-timeline-body h2 {
        font-size: 16px;
    }

    .history-timeline-body p {
        font-size: 16px;
    }

    .consult-badge {
        position: absolute;
        top: -25px;
        right: 20px;
        width: 110px;
        height: 110px;
    }

    .quote-card,
    .stats-card {
        padding: 15px;
    }

    .testimonial-card {
        padding: 40px 50px;
    }

    .card-footer {
        padding: 20px 15px;
    }

    .contact-trust-item {
        padding: 5px 13px;
    }

    .footer-ratings {
        gap: 7px;
    }

    .team-card-overlay {
        left: 90px;
        top: 230px;
    }

    .svc-tab-btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
        padding: 10px 10px;
        border-radius: 50px;
        background: #12353b;
        font-size: 13px;
        font-weight: 500;
        color: #fafdfe;
        border: 1px solid rgba(255, 255, 255, 0.55);
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

    .faq-bottom-cta {
        padding: 20px 50px;
    }

    .pricing-card {
        padding: 15px;
    }

    .pricing-popular-badge {
        font-size: 14px;
    }

    .pricing-guarantee-items {
        gap: 15px;
    }

    .wcu-badge {
        bottom: 100px;
    }

    .footer-socials {
        gap: 5px;
    }

    .proj-detail-val {
        color: #d4aa2c;
        text-align: right;
        font-size: 14px;
    }

    .proj-sidebar-btn {
        font-size: 12px;
        font-weight: 600
    }

    .faq-trust-item {
        font-size: 11px;
    }

    .faq-contact-alt-item span {
        font-size: 11px;
    }

    .faq-contact-alt-item {
        padding: 10px 10px;
    }

    .site-logo {
        width: 100px;
    }

    .footer-logo {
        width: 120px;
    }

    .social-link {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 45px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background: #112d32;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu > ul > li > span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 2;
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 15px 0px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
        font-size: 18px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        font-weight: 400;
    }

    .mainmenu ul li.has-submenu > a:before {
        display: none
    }

    .header-menu a:before {
        display: none
    }

    .header-menu a:after {
        display: none
    }

    nav#menu > ul > li:last-child > a {
        border: none
    }

    .mainmenu ul li > ul {
        border: none
    }

    nav#menu li.has-submenu > a:after {
        border: none;
        content: '+';
        position: absolute;
        top: 10px;
        right: 9px;
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: auto;
        height: auto;
        font-size: 30px;
        font-weight: 400;
        left: auto
    }

    .sub-menu:before {
        height: 90% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu:after {
        display: none
    }

    nav#menu li.has-submenu.active > a:after {
        content: "-";
        font-size: 30px
    }

    nav#menu ul ul > li a {
        padding: 13px 0px;
        line-height: normal;
        color: #fff;
        font-size: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22)
    }

    .menu-list > li > ul {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle.active span:nth-child(2) {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    .header-toggle.active span:nth-child(1) {
        top: 14px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header-toggle.active span:nth-child(3) {
        top: 0px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .mobile-btn {
        margin-top: 30px
    }

    .mobile-btn .btn-primary {
        background: #fff;
        color: #006578;
        width: 100%
    }

    .header-toggle {
        display: block;
    }

    nav#menu > ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }


    #menu-toggle {
        display: block;
        margin-left: 0px;
        padding-right: 0
    }

    .site-logo {
        font-size: 24px;
        white-space: nowrap;
    }

    #menu-toggle.active span:nth-child(2) {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    #menu-toggle.active span:nth-child(1) {
        top: 14px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 100%
    }

    #menu-toggle.active span:nth-child(3) {
        top: 0px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 100%
    }


    .section,
    section {
        padding: 60px 0
    }

    .work-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 24px) / 2);
        flex: 0 0 calc((100% - 24px) / 2);
    }

    .company-section {
        padding: 65px 0;
    }

    .company-img-block img {
        height: 600px;
        -o-object-position: top;
        object-position: top;
    }

    .company-img-badge {
        right: 0;
        bottom: -16px;
    }

    .company-highlight-grid {
            grid-template-columns: repeat(3, 1fr);
    }

    .history-section {
        padding: 65px 0;
    }

    .history-img-block img {
        height: 450px;
        -o-object-position: top;
        object-position: top;
    }

    .history-img-badge {
        right: 0;
        bottom: -14px;
    }

    .history-timeline-line {
        display: none;
    }

    .history-timeline-item {
        margin-bottom: 30px;
    }

    .team-head-stats {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .svc-card--horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .svc-card--horizontal .svc-card-img {
        width: 100%;
        height: 180px;
    }

    .svc-sidebar {
        position: static;
    }

    .svc-detail-hero {
        height: 260px;
    }

    .svc-tab-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .svc-tab-img {
        min-height: 200px;
    }

    .svc-tab-text {
        padding: 22px;
    }

    .skills-img-block img {
        height: 400px;
    }

    .skills-content {
        padding-left: 0;
        margin-top: 30px;
    }

    .skills-img-badge {
        left: 10px;
    }

    .skills-exp-card {
        right: 10px;
    }

    .proj-sidebar {
        position: static;
    }

    .proj-detail-hero {
        height: 280px;
    }

    .proj-stats-row {
            grid-template-columns: repeat(2, 1fr);
    }

    .proj-offer-grid {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
    }

    .blog-sidebar {
        position: static;
        margin-top: 10px;
    }

    .blog-detail-hero {
        height: 280px;
    }

    .blog-key-grid {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
    }

    .faq-form-card {
        position: static;
        margin-top: 10px;
    }

    .pricing-card--featured {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .pricing-card--featured:hover {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    .pricing-guarantee-items {
        gap: 15px;
        padding: 15px 20px;
    }

    .blog-area .section-head .btn-row {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .blog-card--featured .blog-img-wrap {
        height: 220px;
    }

    .blog-card--horizontal {
        -ms-grid-columns: 140px 1fr;
        grid-template-columns: 140px 1fr;
    }

    .blog-card--horizontal .blog-img-wrap {
        min-height: 150px;
    }

    .blog-category {
        font-size: 16px;
        padding: 4px 13px;
    }

    .blog-read-time {
        font-size: 16px;
        padding: 4px 12px;
    }

    .blog-title {
        font-size: 16px;
    }

    .blog-meta-top {
        gap: 12px;
        font-size: 16px;
    }

    .contact-visual {
        margin-bottom: 40px;
        min-height: 420px;
    }

    .contact-form-wrap {
        padding-left: 0 !important;
    }

    .contact-form-head {
        margin-bottom: 24px;
    }

    .contact-form-head h2 {
        font-size: 28px;
    }

    .contact-stat-card--tl {
        top: 24px;
        left: 20px;
    }

    .contact-stat-card--br {
        bottom: 70px;
        right: 20px;
    }

    .footer-top-bar {
        padding: 60px 0;
    }

    .footer-top-left h2 {
        font-size: 28px;
    }

    .ftb-contact-row {
        gap: 18px;
    }

    .ftb-divider {
        height: 36px;
    }

    .ftb-contact-icon {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }

    .ftb-right-card {
        padding: 24px;
    }

    .ftb-right-card h2 {
        font-size: 20px;
    }

    .ftb-card-head {
        margin-bottom: 18px;
    }

    .footer-main {
        padding: 50px 0;
    }

    .footer-bottom-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }

    .footer-bottom {
        padding: 20px 0;
        text-align: center;
    }

    .history-timeline-wrap {
        padding-top: 40px;
    }

    .history-timeline-line {
        display: none;
    }

    .history-timeline-item {
        padding: 0 12px;
        margin-bottom: 40px;
    }

    .history-timeline-item .history-timeline-dot {
        margin-bottom: 20px;
    }

    .history-timeline-year {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .history-timeline-body {
        padding: 28px 18px;
    }

    .history-timeline-body h2 {
        font-size: 16px;
    }

    .consult-badge {
        position: absolute;
        top: 20px;
        right: 80px;
        width: 110px;
        height: 110px;
    }

    .card-title {
        font-size: 20px;
    }

    .hero-right {
        margin-top: 30px;
    }

    .team-card-overlay {
        left: 100px;
        top: 230px;
    }

    .faq-bottom-cta {
        padding: 20px 25px;
    }

    .pricing-card {
        padding: 25px;
    }

    .wcu-right {
        padding-left: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
    }

    .about-right {
        padding-left: 0px;
        margin-top: 30px;
    }

    .wcu-badge {
        bottom: 40px;
        left: 180px;
    }

    .footer-socials {
        gap: 10px;
    }

    .proj-detail-val {
        color: #d4aa2c;
        text-align: right;
        font-size: 16px;
    }

    .proj-sidebar-btn {
        font-size: 16px;
    }

    .faq-trust-item {
        font-size: 14px;
    }

    .faq-contact-alt-item span {
        font-size: 14px;
    }

    .faq-contact-alt-item {
        padding: 10px 15px;
    }

    .header-area .social-links {
        display: none
    }

    .header-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .header-top-area {
        display: none
    }
}

@media (max-width: 767px) {


    .section,
    section {
        padding: 60px 0
    }

    .company-tab-btns {
        width: 100%;
    }

    .company-tab-btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }

    .breadcrumb {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .history-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .svc-card--large .svc-card-img {
        height: 180px;
    }

    .skills-img-block img {
        height: 300px;
    }

    .skills-bottom-stats {
        gap: 15px;
        padding: 15px 20px;
    }

    .proj-detail-hero {
        height: 220px;
    }

    .proj-gallery-grid {
        height: 240px;
    }

    .blog-detail-hero {
        height: 220px;
    }

    .blog-nav-row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .blog-author-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        text-align: center;
    }

    .blog-author-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        text-align: center;
    }

    .blog-author-socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .blog-card--horizontal {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .blog-card--horizontal .blog-img-wrap {
        height: 200px;
        min-height: unset;
    }

    .blog-card--featured .blog-img-wrap {
        height: 240px;
    }

    .blog-badges {
        top: 12px;
        left: 12px;
        right: 12px;
    }

    .blog-body {
        padding: 18px 20px;
    }

    .blog-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }

    .contact-visual {
        min-height: 360px;
    }

    .contact-form-head h2 {
        font-size: 24px;
    }

    .contact-stat-card {
        padding: 12px 16px;
        gap: 10px;
    }

    .contact-stat-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .contact-stat-card strong {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .contact-visual-label i {
        font-size: 16px;
    }

    .contact-trust-row {
        gap: 8px;
    }

    .form-group {
        gap: 6px;
    }

    .form-group label {
        font-size: 16px;
    }

    .form-input-wrap input,
    .form-input-wrap select,
    .form-textarea-wrap textarea {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-top-bar {
        padding: 50px 0;
    }

    .ftb-deco {
        display: none;
    }

    .footer-top-left h2 {
        font-size: 28px;
    }

    .footer-top-left > p {
        max-width: 100%;
    }

    .ftb-divider {
        display: none;
    }

    .ftb-right-card {
        margin-top: 10px;
        padding: 22px;
    }

    .ftb-avatar-stack img {
        width: 36px;
        height: 36px;
    }

    .ftb-right-card h2 {
        font-size: 20px;
    }

    .footer-main {
        padding: 40px 0;
        text-align: left;
    }

    .footer-brand {
        margin-bottom: 10px;
    }

    .footer-logo {
        font-size: 22px;
    }

    .footer-ratings {
        gap: 14px;
    }

    .footer-rating-divider {
        height: 34px;
    }

    .footer-bottom {
        padding: 20px 0;
        text-align: center;
    }

    .footer-bottom .col-md-6 {
        text-align: center !important;
    }

    .footer-bottom-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }

    .history-timeline-wrap {
        padding-top: 30px;
    }

    .history-timeline-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
        padding: 0 0 0 30px;
        margin-bottom: 30px;
        position: relative;
    }

    .history-timeline-item:before {
        content: '';
        position: absolute;
        top: 6px;
        bottom: -30px;
        left: 7px;
        width: 2px;
        background: rgba(255, 255, 255, 0.1);
    }

    .history-timeline-item:last-child:before {
        display: none;
    }

    .history-timeline-item:last-child {
        margin-bottom: 0;
    }

    .history-timeline-year {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .history-timeline-dot {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
    }

    .history-timeline-body {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        padding: 24px 20px;
    }

    .history-timeline-body h2 {
        font-size: 16px;
    }

    .team-card-img-wrap {
        height: 260px;
    }

    .team-card-overlay {
        left: 80px;
        top: 200px;
    }

    .team-tag {
        font-size: 14px;
        padding: 4px 10px;
    }

    .team-card--join {
        min-height: 220px;
    }

    .team-join-inner {
        padding: 24px 20px;
        gap: 12px;
    }

    .team-join-icon {
        width: 46px;
        height: 46px;
        font-size: 16px;
    }

    .team-join-inner h2 {
        font-size: 18px;
    }

    .hero-right {
        margin-top: 30px;
    }

    .hero-left {
        margin-top: 0px;
    }

    .about-right {
        padding-left: 0px;
        margin-top: 30px;
    }

    .about-right h2 {
        font-size: 30px;
    }

    .section-head h2 {
        font-size: 32px;
    }

    .stat-card strong {
        font-size: 40px;
    }

    .service-card {
        padding: 30px 20px;
    }

    .wcu-img-second {
        margin-top: 30px;
    }

    .wcu-right {
        padding-left: 0px;
        margin-top: 30px;
    }

    .wcu-right h2 {
        font-size: 30px;
    }

    .testimonial-card {
        padding: 35px 37px;
    }

    .isotope-project {
        margin-top: 30px;
    }

    .company-feature-card {
        padding: 20px 20px;
    }

    .page-header-inner h1 {
        font-size: 36px;
        margin-bottom: 5px;
    }

    .svc-card-body {
        padding: 20px;
    }

    .svc-card-number {
        font-size: 40px;
    }

    .svc-detail-head h2 {
        font-size: 32px;
    }

    .svc-tab-btns {
        gap: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .svc-tab-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .svc-tab-img img {
        height: 300px;
    }

    .svc-detail-hero-badge {
        font-size: 14px;
        font-weight: 600;
    }

    .proj-title-block h2 {
        font-size: 32px;
        margin: 0;
    }

    .error-comment {
        font-size: 22px;
    }

    .page-notfound-content h1 {
        font-size: 70px;
    }

    .page-notfound-content {
        padding: 20px 20px;
    }

    .pricing-card {
        padding: 25px;
    }

    .blog-detail-title-block h1 {
        font-size: 32px;
    }

    .faq-bottom-cta {
        padding: 20px 6px;
    }

    .section-label {
        font-size: 14px
    }
}

@media (max-width: 575px) {

    body {
        font-size: 14px
    }



    .section,
    section {
        padding: 50px 0
    }

    .work-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .case-card {
        height: 380px;
    }

    .work-nav {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }

    .work-prev {
        left: 4px;
    }

    .work-next {
        right: 4px;
    }

    .company-highlight-grid {
        -ms-grid-columns: 3fr;
        grid-template-columns: 3fr;
    }

    .history-text-block h2 {
        font-size: 24px;
    }

    .team-head-stats {
        gap: 10px;
    }

    .team-head-divider {
        height: 28px;
    }

    .services-section h2 {
        font-size: 24px;
    }

    .svc-tab-btns {
        gap: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .svc-tab-btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    .svc-tab-text h4 {
        font-size: 18px;
    }

    .svc-tab-link {
        font-size: 14px;
    }

    .svc-chart-kpis {
        gap: 15px;
    }

    .svc-detail-hero {
        height: 200px;
    }

    .skills-bottom-stat strong {
        font-size: 18px;
    }

    .skills-head h2 {
        font-size: 24px;
    }

    .proj-stats-row {
            grid-template-columns: repeat(2, 1fr);
    }

    .proj-title-block h1 {
        font-size: 22px;
    }

    .blog-detail-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .blog-detail-meta-right span {
        font-size: 13px;
    }

    .blog-footer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .blog-detail-title-block h1 {
        font-size: 18px;
    }

    .blog-comment--reply {
        margin-left: 20px;
    }

    .blog-blockquote {
        margin: 20px 0px
    }

    .blog-inner-img {
        margin-bottom: 20px
    }

    .blog-checklist {
        gap: 0px
    }

    .faq-filter-tabs {
        width: 100%;
    }

    .faq-filter-btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        font-size: 12px;
        padding: 8px 10px;
    }

    .faq-form-card {
        padding: 20px 20px;
    }

    .faq-answer-inner {
        padding-left: 20px;
    }

    .faq-contact-alts-row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .pricing-guarantee-divider {
        display: none;
    }

    .pricing-guarantee-items {
        gap: 12px;
    }

    .pricing-amount {
        font-size: 36px;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-tag {
        font-size: 14px;
    }

    .consult-badge {
        position: absolute;
        top: -15px;
        right: 20px;
        width: 80px;
        height: 80px;
    }

    .badge-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
        background: #fafdfe;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 2;
        -webkit-transition: background .35s ease, -webkit-transform .35s ease;
        transition: background .35s ease, -webkit-transform .35s ease;
        transition: transform .35s ease, background .35s ease;
        transition: transform .35s ease, background .35s ease, -webkit-transform .35s ease;
    }

    .badge-circle span {
        font-size: 18px;
    }

    .btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 8px;
        font-size: 14px;
        font-weight: 600;
        padding: 12px 15px;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        text-decoration: none;
        border: none;
    }

    .quote-author span {
        font-size: 14px;
    }

    .stat-bottom span {
        font-size: 40px;
    }


    .about-right h2 {
        font-size: 24px;
    }

    .stat-card strong {
        font-size: 36px;
    }

    .section-head h2 {
        font-size: 26px;
    }

    .service-card {
        padding: 30px 20px;
    }

    .wcu-img-second {
        margin-top: 20px;
    }

    .wcu-badge {
        left: 115px;
    }

    .wcu-right h2 {
        font-size: 24px;
    }

    .wcu-progress-label {
        font-size: 14px;
    }

    .wcu-bar-track {
        height: 5px;
    }

    .testimonial-arrows button {
        width: 40px;
        height: 40px;
    }

    .testimonials-section .section-head h2 {
        font-size: 22px;
    }

    .testimonial-card {
        padding: 30px 45px;
    }

    .blog-area .section-head h2 {
        font-size: 24px;
    }

    .blog-area .section-head p,
    .blog-area .section-label {
        font-size: 13px;
    }

    .blog-area .btn-row .btn {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .blog-card--featured .blog-img-wrap {
        height: 200px;
    }

    .blog-category {
        font-size: 12px;
        padding: 4px 12px;
    }

    .blog-read-time {
        font-size: 12px;
        padding: 4px 10px;
    }

    .blog-title {
        font-size: 16px;
    }

    .blog-body {
        padding: 16px;
        gap: 10px;
    }

    .blog-meta-top {
        gap: 10px;
        font-size: 14px;
    }

    .blog-footer {
        padding-top: 12px;
    }

    .blog-stats {
        gap: 12px;
    }

    .blog-stats span,
    .blog-link {
        font-size: 14px;
    }

    .contact-visual {
        min-height: 300px;
    }

    .contact-visual-overlay {
        position: absolute;
    }

    .contact-form-head {
        margin-bottom: 20px;
    }

    .contact-form-head h2 {
        font-size: 24px;
    }

    .contact-trust-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 20px;
    }

    .contact-trust-item {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 14px;
        padding: 5px 15px;
    }

    .form-group label {
        font-size: 14px;
    }

    .form-input-wrap > i:first-child {
        left: 12px;
        font-size: 14px;
    }

    .form-input-wrap input,
    .form-input-wrap select {
        padding: 10px 15px 10px 35px;
        font-size: 14px;
    }

    .form-textarea-wrap textarea {
        padding: 10px 14px;
        font-size: 14px;
        min-height: 100px;
    }

    .form-select-wrap .form-select-arrow {
        right: 12px;
        font-size: 12px;
    }

    .footer-top-bar {
        padding: 40px 0;
    }

    .ftb-tag {
        font-size: 12px;
        padding: 4px 12px;
        margin-bottom: 16px;
    }

    .footer-top-left h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .ftb-contact-icon {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .ftb-contact-text span {
        font-size: 12px;
    }

    .ftb-contact-text strong {
        font-size: 14px;
    }

    .ftb-right-card {
        padding: 20px;
    }

    .ftb-card-head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 16px;
    }

    .ftb-avatar-stack img {
        width: 32px;
        height: 32px;
    }

    .ftb-stars i {
        font-size: 12px;
    }

    .ftb-card-meta span {
        font-size: 12px;
    }

    .ftb-right-card h2 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .ftb-features {
        gap: 8px;
        margin-bottom: 16px;
    }

    .ftb-feature {
        font-size: 14px;
    }

    .ftb-right-card .btn-row .btn {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .ftb-right-card > p:last-child {
        text-align: center;
    }

    .footer-main {
        padding: 30px 0;
    }

    .footer-logo {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .footer-socials a {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .footer-widget h2 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .footer-widget ul {
        gap: 8px;
    }

    .footer-widget ul li a {
        font-size: 14px;
    }

    .footer-newsletter {
        margin-bottom: 16px;
    }

    .footer-newsletter input {
        padding: 8px 12px;
        font-size: 14px;
    }

    .footer-ratings {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
        gap: 10px;
    }

    .footer-rating-divider {
        display: none;
    }

    .footer-bottom p,
    .footer-bottom-links a {
        font-size: 12px;
    }

    .footer-bottom-links {
        gap: 14px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service-link {
        font-size: 14px;
    }

    .service-icon {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .page-header-inner h1 {
        font-size: 28px;
        font-weight: 700;
        color: #fafdfe;
        margin-bottom: 5px;
    }

    .company-text-block h2 {
        font-size: 24px;
    }

    .company-block-head h3 {
        font-size: 24px;
    }

    .company-tab-btn {
        background: none;
        border: none;
        padding: 10px 15px;
        font-size: 12px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.65);
        -webkit-transition: background 0.25s, color 0.25s, box-shadow 0.25s;
        transition: background 0.25s, color 0.25s, box-shadow 0.25s;
    }

    .company-tab-link {
        font-size: 14px;
    }

    .company-feature-link {
        font-size: 14px;
    }

    .history-img-badge strong {
        font-size: 14px;
        font-weight: 700;
    }

    .history-timeline-wrap {
        position: relative;
        padding-top: 0px;
        margin-top: 0px;
        border-top: 1px solid rgba(0, 0, 0, 0.07);
    }

    .history-timeline-wrap {
        padding-top: 24px;
        margin-top: 14px;
    }

    .history-timeline-item {
        padding-left: 24px;
        margin-bottom: 24px;
    }

    .history-timeline-item:before {
        left: 6px;
        bottom: -24px;
    }

    .history-timeline-dot {
        width: 14px;
        height: 14px;
        border-width: 2px;
    }

    .history-timeline-year {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .history-timeline-body {
        padding: 20px 16px;
    }

    .history-timeline-body h2 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .team-left h2 {
        margin-bottom: 15px
    }

    .team-card-img-wrap {
        height: 280px;
    }

    .team-card-overlay {
        left: 100px;
        top: 200px;
    }

    .team-socials {
        gap: 8px;
    }

    .team-card-badge {
        top: 12px;
        left: 12px;
        font-size: 12px;
        padding: 4px 10px;
    }

    .team-card-body h2 {
        font-size: 16px;
    }

    .team-card-exp,
    .team-card-location {
        gap: 8px;
        font-size: 16px;
    }

    .team-card-exp i,
    .team-card-location i {
        font-size: 12px;
    }

    .team-tag {
        font-size: 12px;
        padding: 4px 10px;
    }

    .team-card--join {
        min-height: 200px;
    }

    .team-join-inner {
        padding: 20px 16px;
        gap: 10px;
    }

    .team-join-icon {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .team-join-inner h2 {
        font-size: 18px;
    }

    .team-join-btn {
        font-size: 14px;
        padding: 8px 16px;
    }

    .service-link i {
        font-size: 14px;
    }

    .svc-card-body h3 {
        font-size: 18px;
    }

    .svc-chart-block {
        padding: 15px;
    }

    .proj-hero-tag {
        font-size: 14px;
        font-weight: 600;
    }

    .proj-hero-year {
        font-size: 14px;
        font-weight: 600;
    }

    .proj-title-block h2 {
        font-size: 24px;
    }

    .svc-detail-head h2 {
        font-size: 24px;
    }

    .proj-inline-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .proj-offer-block h3 {
        font-size: 18px;
    }

    .proj-gallery-block h3 {
        font-size: 18px;
    }

    .proj-sidebar-btn {
        font-size: 14px;
        font-weight: 600;
    }

    .proj-nav-row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .faq-q-title {
        font-size: 14px;
        font-weight: 600;
    }

    .faq-trust-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 6px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .faq-trust-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .faq-form-head h3 {
        font-size: 18px;
    }

    .page-notfound-content {
        padding: 40px 30px;
        margin-top: 30px;
    }

    .page-notfound-content h1 {
        font-size: 70px;
    }

    .error-comment {
        font-size: 18px;
    }

    .pricing-features li {
        font-size: 14px;
    }

    .pricing-plan-icon {
        font-size: 18px;
    }

    .pricing-popular-badge {
        font-size: 14px;
    }

    .pricing-guarantee-item {
        font-size: 14px;
    }

    .pricing-save-badge {
        font-size: 14px;
    }

    .blog-detail-category {
        font-size: 14px;
        font-weight: 600;
    }

    .blog-detail-read-time {
        font-size: 14px;
    }

    .blog-detail-meta-right {
        gap: 10px;
    }

    .blog-detail-tags-inline a {
        font-size: 14px;
        font-weight: 600;
    }

    .company-img-block img {
        height: 400px;
        -o-object-position: top;
        object-position: top;
    }

    .history-img-block img {
        height: 280px;
    }

    .faq-bottom-cta {
        padding: 20px 25px;
    }

    .contact-visual-label {
        position: absolute;
        bottom: 15px;
        left: 15px;
        z-index: 4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 9px;
        font-size: 13px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.75);
    }
}
