@import url("all.min.css");
@import url("bootstrap.min.css");
@import url("swiper.css");
@import url("fancybox.css");
@import url("aos.css");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

:root {
    --cp-fw-normal: normal;
    --cp-fw-thin: 100;
    --cp-fw-elight: 200;
    --cp-fw-light: 300;
    --cp-fw-regular: 400;
    --cp-fw-medium: 500;
    --cp-fw-sbold: 600;
    --cp-fw-bold: 700;
    --cp-fw-ebold: 800;
    --cp-fw-black: 900;
    --cp-fs-body: 18px;
    --cp-fs-p: 18px;
    --cp-fs-h1: 65px;
    --cp-fs-h2: 56px;
    --cp-fs-h3: 24px;
    --cp-fs-h4: 20px;
    --cp-fs-h5: 18px;
    --cp-fs-h6: 14px;
    --cp-color-common-white: #ffffff;
    --cp-color-common-black: #000000;
    --cp-color-heading-primary: #10551F;
    --cp-color-text-body: #383838;
    --cp-color-text-black: #111111;
    --cp-color-theme-primary: #00811F;
    --cp-color-theme-secondary: #C7DC49;
    --cp-color-bg-1: #F2F9F6;
    --cp-color-grey-1: #F2F9F6;
    --cp-color-border-1: #B5CBC5;
    --navy: #38456e;
    --navy-dark: #262f4d;
    --navy-light: #4d5c8c;
    --red: #e51624;
    --red-dark: #c01120;
    --bg-section: #f2f3f7;
    --card-bg: #ffffff;
    --text-dark: #22273a;
    --text-muted: #6d7386;
    --border-soft: #e6e8f0;
    --radius-lg: 20px;
    --radius-md: 14px;
    --font-body: 'Plus Jakarta Sans', sans-serif;
}

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
}

html {
    max-width: 100%;
}

label,
p {
    margin: 0px;
    font-weight: normal;
}

button,
input,
select,
textarea {
    background: 0px 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    outline: 0px;
    border-radius: 0px;
    appearance: none;
    box-shadow: none;
    padding: 0px;
}

textarea {
    vertical-align: middle;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

dl,
ol,
ul {
    margin-bottom: 0px;
}

button {
    cursor: pointer;
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0px;
}

.header9 .top_bar {
    padding: 8px 0px;
    background-color: rgb(22 38 74);
}

.header9 .top_bar>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header9 .top_bar p {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 500;
}

.header9 .top_bar ul {
    display: flex;
    gap: 5px;
    align-items: center;
}

.header9 .top_bar ul li {
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.header9 .top_bar ul li a {
    font-size: 14px;
    color: inherit;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.header9 .top_bar ul li a:hover {
    background-color: rgb(22 38 74);
    color: rgb(22 38 74);
}

.header9 .top_bar ul li a .icon-x {
    position: relative;
    top: -1px;
}

.header9.header_1 .container {
    position: relative;
}

.header9 .header_inner {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
    align-items: center;
    position: relative;
    z-index: 2;
    background: rgb(255, 255, 255);
    border-radius: 0px 0px 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 7px 0px;
}

.header9 .header_inner .logo img {
    height: 46px;
}

.header9 .hm_inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header9 .hm_inner ul {
    gap: 15px;
}

.header9 .hm_inner a.donate_btn {
    border-color: rgb(22 38 74);
    margin-top: 0px;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    background: rgb(22 38 74);
}

.header9 .hm_inner a.donate_btn:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(22 38 74);
}

@media (min-width: 1201px) {
    .header9 .hm_inner>ul>li>ul {
        margin-top: 26px;
        position: relative;
    }

    .header9 .hm_inner>ul>li>ul::before {
        content: "";
        position: absolute;
        left: 0px;
        top: -26px;
        width: 100%;
        height: 26px;
    }

    .header9 .sub-menu li {
        position: relative;
    }

    .header9 .sub-menu li ul {
        left: 100%;
        top: 0px;
    }

    .header9 .sub-menu li:hover>ul {
        visibility: visible;
        opacity: 1;
    }

    .header9 .hm_inner>ul>li ul li {
        position: relative;
    }

    .header9 .hm_inner>ul>li ul li ul {
        position: absolute;
        left: 104%;
        top: 0px;
    }

    .header9 .hm_inner>ul>li ul li ul::before {
        content: "";
        position: absolute;
        left: -15px;
        top: 0px;
        bottom: 0px;
        width: 15px;
    }

    .header9 .hm_inner>ul {
        align-items: center;
        margin-left: auto;
        display: flex !important;
    }

    .header9 .hm_inner>ul>li ul li:hover>a {
        background-color: rgb(22 38 74);
        color: rgb(255, 255, 255);
    }

    .header9 .hm_inner>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header9 .hm_inner>ul>li>ul li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header9 .hm_inner>ul>li {
        position: relative;
    }

    .header9 .hm_inner>ul>li a {
        transition: 0.3s;
    }

    .header9 .hm_inner>ul>li:hover>a {
        font-weight: 600;
        color: rgb(22 38 74);
    }

    .header9 .hm_inner>ul>li ul {
        display: block !important;
    }
}

.header9 .hm_inner>ul>li>a {
    color: rgb(22 38 74);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    height: 25px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}

@media (min-width: 1200px) {
    .header9 .hm_inner>ul>li>a::before {
        content: "";
        position: absolute;
        left: 10px;
        top: -10px;
        width: 16px;
        height: 4px;
        background-color: red;
        border-radius: 5px;
        opacity: 0;
        transition: all .3s;
    }

    .header9 .hm_inner>ul>li>a.active::before {
        opacity: 1;
    }
}

.header9 .hm_inner ul li>a.active {}

.header9 .hm_inner>ul>li>a.has-submenu::after {
    content: "";
    font-family: FontAwesome;
    margin-left: 7px;
}

.header9 .has-submenu+i {
    display: none;
}

.header9 .hm_inner>ul>li ul {
    position: absolute;
    left: 0px;
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    border-radius: 5px;
    padding: 8px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    background: rgba(255, 255, 255, 0.7);
}

.header9 .hm_inner>ul>li ul li a {
    display: flex;
    font-weight: 600;
    color: rgb(0, 0, 0);
    padding: 8px;
    font-size: 14px;
    align-items: center;
}

.header9 .hm_inner>ul>li ul li a {
    white-space: nowrap;
}

.header9 .menu_trigger {
    display: none;
}

.header9 .src_trigger i {
    font-size: 16px;
}

.header9 .src_trigger img {
    width: 80%;
    height: 80%;
    object-fit: cover;
}

.header9 .src_trigger {
    width: 48px;
    border-radius: 50%;
    height: 48px;
    color: rgb(30, 30, 30);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header9 .hm_inner a.donate_btn {
    height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 0px 40px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s;
    background: rgb(22 38 74);
    border: 1px solid rgb(22 38 74);
    cursor: pointer;
}

.header9 .hm_inner a.donate_btn span {
    position: relative;
    z-index: 2;
}

.header9 .src_area {
    position: absolute;
    bottom: 0px;
    background-color: rgb(255, 255, 255);
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
    transition: 0.3s;
    width: calc(100% - 40px);
    left: 50%;
    z-index: 4;
    border-radius: 0px 0px 20px 20px;
}

.header9 .src_area.active {
    opacity: 1;
    visibility: visible;
}

.header9.header_1 {
    position: fixed;
    top: 0px;
    z-index: 10;
    transition: 0.3s;
    width: 100%;
}

.header9.header_1.fixed {
    top: -55px;
}

.header9 .sa_inner {
    position: relative;
}

.header9 .sa_inner input {
    width: 100%;
    height: 78px;
    color: rgb(30, 30, 30);
    font-size: 28px;
}

.header9 .sa_inner input::placeholder {
    color: rgb(199, 208, 210);
}

.header9 .sa_inner button {
    position: absolute;
    right: 0px;
    top: 50%;
    height: 44px;
    color: rgb(255, 255, 255);
    background-color: rgb(71, 99, 107);
    display: flex;
    padding: 0px 15px;
    border-radius: 5px;
    align-items: center;
    font-weight: 600;
    transform: translateY(-50%);
}

.header9 .header_right {
    flex: 1 1 0%;
}

.header9 .tb_contact li {
    display: flex;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
}

.header9 .tb_contact li+li {
    margin-left: 5px;
}

.header9 .tb_contact li svg {
    height: 14px;
}

@media (max-width: 1200px) {
    .header9 .hm_inner>ul ul {
        padding-right: 0px !important;
    }

    .header9 .hm_inner>ul ul a {
        padding-right: 15px !important;
        font-size: 14px !important;
    }

    .header9 button.src_button.menu_trigger {
        margin-left: -15px;
        position: relative;
        left: 15px;
    }

    .header9 .hm_inner {
        justify-content: flex-end;
    }

    .header9 .hm_inner a.donate_btn {
        height: 40px;
        padding: 0px 20px;
    }

    .header9 .src_button.src_trigger {
        padding: 0px;
        justify-content: center;
        height: 40px;
        width: 40px;
    }

    .header9 .header_inner .logo img {
        height: 35px;
    }

    .header9 .src_button {
        margin-left: 0px;
        font-size: 24px;
        display: flex;
        align-items: center;
        padding: 0px 15px;
        color: rgb(30, 30, 30);
    }

    .header9 .h_menu>ul>li>a.has-submenu::after,
    .header9 .has-submenu::after {
        content: "";
        font-family: FontAwesome;
        color: rgb(255, 255, 255);
        position: static;
        height: auto;
        border-radius: 0px;
        font-size: 20px;
        line-height: normal;
    }

    .header9 .has-submenu.active::after {
        content: "" !important;
    }

    .header9 .hm_inner>ul>li ul {
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        margin: 0px;
        padding: 0px 20px;
        display: none;
        transition: none;
        background: transparent;
    }

    .header9 .hm_inner>ul>li ul li a {
        color: rgb(255, 255, 255);
        height: 36.5px;
    }

    .header9 .menu_trigger {
        display: block;
        padding-left: 0px;
    }

    .header9 .hm_inner ul {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        background-color: rgb(30, 30, 30);
        margin-top: 0px;
        display: none;
        overflow-y: auto;
    }

    .header9 .hm_inner>ul {
        max-height: 350px;
    }

    .header9 .hm_inner ul li {
        width: 100%;
    }

    .header9 .hm_inner ul li:last-child a {
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: none;
    }

    .header9 .hm_inner ul li a {
        color: rgb(255, 255, 255);
        height: auto;
        padding: 10px 15px;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
        font-size: 14px;
    }

    .header9 .hm_inner ul li.active a {
        color: rgb(255, 255, 255);
    }
}

@media (max-width: 768px) {
    .header9 .hm_inner a.donate_btn {
        height: 40px;
        padding: 0px 20px;
        font-size: 16px;
    }

    .header9 .header_inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header9.header_1 .container {
        padding: 0px 15px;
    }

    .header9 .hm_inner {
        gap: 10px;
    }

    .header9 .hm_inner a.donate_btn {
        display: none;
    }

    .header9 .sa_inner input {
        font-size: 16px;
        height: 70px;
    }

    .header9 .sa_inner button {
        height: 30px;
        font-size: 13px;
    }

    .header9 .hm_inner a.donate_btn {
        padding: 0px 10px;
        font-size: 13px;
        height: 30px;
        max-width: 100px;
        white-space: nowrap;
        overflow: hidden;
    }

    .header9 .src_button {
        height: 40px;
    }

    .header9 .hm_inner ul {
        left: -15px;
        right: -15px;
        padding: 15px;
    }

    .header9 .top_bar {
        display: none;
    }

    .header9 .header_inner .logo img {
        height: 40px;
        max-width: 140px;
    }
}

.header9 .header_green {
    background-color: rgb(22 38 74);
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header9 .header_green p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    display: inline-flex;
    gap: 10px;
}

.header9 .header_green p a {
    color: inherit;
}

.header9 .header_social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header9 .header_social li span {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.header9 .header_social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    color: rgb(22 38 74);
    font-size: 16px;
}

.mainSwiper img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    min-height: 550px;
}

.slider_component h1,
.slider_component h2 {
    color: rgb(255, 255, 255);
    font-size: 58px;
    font-weight: 700;
    margin: 0px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.2;
    letter-spacing: -0.1rem;
}

.slider_component p {
    font-size: 20px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: rgb(245, 245, 245);
    margin-top: 20px;
}

.slider_component a.btn_component1:hover {
    background-color: rgb(255, 255, 255);
    color: var(--primary-color);
}

.slider_component a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(30, 30, 30);
}

.mainSwiper .swiper-slide {
    position: relative;
}

.mainSwiper .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0px;
    opacity: 0.7;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.slider_component .container {
    position: absolute;
    left: 50%;
    bottom: 150px;
    padding: 0px 30px;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
}

.slider_component .container>div {
    width: 730px;
    max-width: 100%;
}

.slider_component .container>div.slider_btns {
    width: 100%;
    margin-bottom: 20px;
}

.mainSwiper {
    position: relative;
    overflow: hidden;
}

.mainSwiper>.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.mainSwiper>.container button {
    pointer-events: all;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 32px;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.2);
}

#mainPagination {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 80px;
    z-index: 2;
}

#mainPagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0px 5px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 0px;
}

#mainPagination .swiper-pagination-bullet-active {
    background-color: rgb(255, 255, 255);
}

@media (min-width: 1400px) {
    .mainSwiper>.container {
        max-width: 1400px;
        width: 1400px;
    }
}

.slider_btns {
    display: flex;
    align-items: center;
}

.slider_btns button {
    font-size: 32px;
    color: rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    pointer-events: all;
}

@media (min-width: 768px) {
    .slider_btns button:hover {
        background: rgba(255, 255, 255, 0.12);
    }
}

.slider_btns button+button {
    margin-left: 10px;
}

.swiper-container {
    overflow: hidden;
    width: 100%;
}

#pagination1 {
    position: absolute;
    bottom: 30px;
    right: 30px;
    transform: translateY(-50%);
    width: auto;
    pointer-events: all;
    display: flex;
    gap: 0px;
    z-index: 2;
    left: auto;
}

#pagination1 span {
    width: 20px;
    height: 2px;
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 0px;
    opacity: 0.5;
    transition: 0.3s;
}

#pagination1 span.swiper-pagination-bullet-active {
    background-color: rgb(255, 255, 255);
    width: 40px;
    opacity: 1;
}

.slider_component {
    position: relative;
}

.slider_component a.btn_component1 {
    margin-top: 24px;
    background: transparent;
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    pointer-events: all;
}

.text_swiper .swiper-slide {
    opacity: 0 !important;
    pointer-events: none;
}

.text_swiper .swiper-slide-active {
    opacity: 1 !important;
    pointer-events: all;
}

a.btn_component1,
.btn_component1 {
    height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 0px 40px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
}

.slider_component a.btn_component1 {
    margin-top: 24px;
    background: transparent;
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    pointer-events: all;
}

.slider_component a.btn_component1:hover {
    background: rgb(255, 255, 255);
    color: rgb(22 38 74);
}

.work-process-card-items {
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.work-process-card-items .line-shape {
    position: absolute;
    top: 82px;
    left: 242px;
}

@media (max-width: 1199px) {
    .work-process-card-items .line-shape {
        display: none;
    }
}

.work-process-card-items .work-process-icon {
    width: 188px;
    height: 188px;
    background-color: rgb(248, 248, 248);
    border-radius: 50%;
    text-align: center;
    line-height: 188px;
    margin: 0px auto;
    position: relative;
}

.work-process-card-items .work-process-icon img {
    max-width: 65%;
    max-height: 65%;
}

.work-process-card-items .work-process-icon .number {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(229, 22, 36);
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}

.work-process-card-items .work-peocess-content {
    margin-top: 30px;
}

.work-process-card-items .work-peocess-content h3 {
    font-size: 20px;
    font-weight: 600;
}

.work-process-card-items .work-peocess-content p {
    max-width: 333px;
    margin: 0px auto;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.work-process-section {
    position: relative;
}

.work-process-section .work-process-shape-1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

@media (max-width: 1600px) {
    .work-process-section .work-process-shape-1 {
        display: none;
    }
}

.work-process-section .work-process-shape-2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

@media (max-width: 1600px) {
    .work-process-section .work-process-shape-2 {
        display: none;
    }
}

.section-row .section-title {
    margin-bottom: 0px;
}

.section-title-content p {
    margin: 0px;
}

.section-btn {
    text-align: end;
}

.section-title {
    position: relative;
    margin-bottom: 40px;
}

.section-bg-title {
    position: absolute;
    top: -40px;
}

.section-bg-title span {
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 100px;
    line-height: 1em;
    font-weight: 800;
    color: var(--white-color);
    background: -webkit-linear-gradient(270deg, rgba(229, 22, 36, 0.05) 68.79%, rgba(11, 61, 44, 0) 91%) text;
    -webkit-text-stroke: 2px transparent;
}

.section-bg-title.dark-bg-1 span {
    color: rgba(229, 22, 36, 0);
}

.section-bg-title.dark-bg-2 span {
    color: var(--primary-color);
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.08) 68.79%, rgba(11, 61, 44, 0.016) 91%) text;
}

.section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: capitalize;
    color: rgb(229, 22, 36);
    margin-bottom: 20px;
}

.section-title h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0px;
}

.section-title h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0px;
    letter-spacing: -0.05rem;
    color: rgb(22 38 74);
}

.section-title h1 span,
.section-title h2 span {
    font-weight: 400;
}

.section-title p {
    margin-top: 25px;
    margin-bottom: 0px;
}

.section-padding {
    padding: 80px 0px;
}

.section-row {
    margin-bottom: 40px;
}

.footer-1 {
    background-color: rgb(22 38 74);
}

.footer-1 .footer-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 40px;
}

@media (max-width: 1199px) {
    .footer-1 .footer-wrapper {
        padding-bottom: 130px;
    }
}

@media only screen and (max-width: 992px) {
    .footer-1 .footer-wrapper {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}

.footer-1 .footer-wrapper .bg-img {
    background-image: url("../img/footer-bg-shape.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 0.02;
}

.footer-1 .footer-wrapper .footer-shape {
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0.4;
}

.footer-2 {
    background-color: var(--cp-color-heading-primary);
    position: relative;
}

.footer-wrapper-2 {
    background-color: rgb(0, 61, 6);
    padding: 70px 70px 0px;
    margin: 24px 0px;
    border-radius: 12px;
}

@media only screen and (max-width: 992px) {
    .footer-wrapper-2 {
        padding: 50px 30px 0px;
    }
}

.footer-wrapper-2 .footer-widget .footer-list-wrap {
    display: flex;
    justify-content: start;
    gap: 48px;
}

.footer-top {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top .bg-img {
    background-image: url("../img/footer_bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.footer-top .bg-img::after {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    content: "";
    background: linear-gradient(rgba(0, 34, 26, 0.4) 0%, rgb(22 38 74) 100%);
}

.footer-top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
    padding: 100px 0px;
}

@media only screen and (max-width: 992px) {
    .footer-top {
        gap: 30px 20px;
        flex-wrap: wrap;
    }
}

.footer-top .footer-title {
    color: var(--cp-color-common-white);
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 0px;
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    .footer-top .footer-title {
        font-size: 28px;
    }
}

.footer-top-3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top-3 .footer-content {
    padding-top: 100px;
}

.footer-top-3 .footer-content .title {
    font-weight: 600;
    font-size: 52px;
    line-height: 115%;
    color: var(--cp-color-common-white);
}

@media (max-width: 1199px) {
    .footer-top-3 .footer-content .title {
        font-size: 42px;
    }
}

.footer-top-3 .footer-image {
    width: 948px;
    height: 476px;
}

@media (max-width: 1199px) {
    .footer-top-3 .footer-image {
        width: 100%;
    }
}

.footer-top-3 .footer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-top-2 {
    margin-top: 24px;
}

.footer-top-2 .footer-content {
    background-color: var(--cp-color-theme-secondary);
    padding: 48px;
    border-radius: 12px;
}

@media (max-width: 1199px) {
    .footer-top-2 .footer-content {
        padding: 48px 50px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-top-2 .footer-content {
        padding: 20px;
    }
}

.footer-top-2 .footer-content .title {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .footer-top-2 .footer-content .title {
        width: 100%;
        font-size: 30px;
    }
}

.footer-top-2 .footer-content.style-2 {
    background-color: var(--cp-color-common-white);
}

.footer-3 {
    background-color: var(--cp-color-heading-primary);
    position: relative;
}

.footer-3::after {
    position: absolute;
    top: 0px;
    height: 100%;
    content: "";
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    left: 50.6%;
    transform: translateX(-50%);
}

@media (max-width: 1399px) {
    .footer-3::after {
        display: none;
    }
}

.footer-3 .copyright-num {
    white-space: nowrap;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.65) !important;
}

.footer-3 .copyright-num a {
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400 !important;
}

.footer-col-1 {
    margin-left: 35px;
}

@media only screen and (max-width: 992px) {
    .footer-col-1 {
        margin-left: 0px;
    }
}

.footer-col-2 {
    margin-left: 95px;
}

@media (max-width: 1399px) {
    .footer-col-2 {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 992px) {
    .footer-col-2 {
        margin-left: 0px;
    }
}

.footer-col-3 {
    margin-left: 100px;
}

@media (max-width: 1399px) {
    .footer-col-3 {
        margin-left: 0px;
    }
}

.footer-wrap {
    padding: 80px 0px 60px;
}

@media only screen and (max-width: 992px) {
    .footer-wrap {
        padding: 0px;
    }
}

.footer-widget .widget-header {
    margin-bottom: 20px;
}

.footer-widget .widget-header .footer-logo {
    max-width: 170px;
}

.footer-widget .widget-header .widget-title {
    color: var(--cp-color-common-white);
    font-weight: 600;
    font-size: 24px;
}

.footer-widget p {
    color: rgb(181, 201, 203);
    margin-top: 24px;
}

.footer-widget .title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 30px;
    text-transform: uppercase;
}

.footer-widget .title span {
    color: var(--cp-color-text-body);
    display: block;
    margin-top: 10px;
    text-transform: inherit;
    font-weight: 400;
}

.footer-widget .footer-list-wrap {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

@media only screen and (max-width: 992px) {
    .footer-widget .footer-list-wrap {
        justify-content: start;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.footer-widget .footer-list {
    list-style: none;
    padding: 0px;
}

.footer-widget .footer-list li {
    display: flex;
    flex-direction: column;
}

.footer-widget .footer-list li a {
    font-weight: 400;
    color: rgb(255, 255, 255);
    pointer-events: none;
}

.footer-widget .footer-list li a:hover {
    color: var(--cp-color-common-white);
}

.footer-widget .footer-list li span {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 5px;
    display: block;
}

.footer-widget .footer-list li:not(:last-of-type) {
    margin-bottom: 13px;
}

.footer-widget .footer-list.address-list li a {
    font-family: var(--cp-ff-heading);
    font-weight: 500;
    font-size: 16px;
    color: var(--cp-color-common-white);
}

.footer-widget .footer-list.address-list li p {
    font-family: var(--cp-ff-heading);
    margin-top: 0px;
    color: var(--cp-color-common-white);
}

.footer-widget .social-list {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-widget .social-list li a {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.4s ease-in-out;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--cp-color-common-white);
}

.footer-widget .social-list li a:hover {
    background-color: var(--cp-color-theme-secondary);
    color: var(--cp-color-heading-primary);
}

.footer-widget .copyright-num {
    font-weight: 500;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.copyright-area {
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
    border-image: none;
    border-width: 1px 0px;
    padding: 40px 0px;
    position: relative;
}

.copyright-area .copyright-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.copyright-area .copyright-content p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    margin: 0px;
}

.copyright-area .copyright-content p a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--cp-color-common-white);
}

.copyright-area .copyright-content .social-list {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
}

.copyright-area .copyright-content .social-list li {
    font-family: var(--cp-ff-heading);
    font-weight: 500;
    font-size: 20px;
    color: var(--cp-color-common-white);
    list-style: none;
}

.copyright-area .copyright-content .social-list li a {
    color: rgb(181, 201, 203);
    font-size: 16px;
}

.copyright-area::after {
    position: absolute;
    top: 0px;
    height: 100%;
    content: "";
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    left: auto;
    right: 39.8%;
}

@media (max-width: 1199px) {
    .copyright-area::after {
        display: none;
    }
}

.copyright-area-2 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 92px;
}

.copyright-area-2 .copyright-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0px;
    flex-wrap: wrap;
    gap: 30px;
}

.copyright-area-2 .copyright-content p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
}

.copyright-area-2 .copyright-content p a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--cp-color-common-white);
}

.copyright-area-2 .copyright-content .copyright-list li a {
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    color: rgba(255, 255, 255, 0.65);
}

.newsletter-wrap {
    margin-top: 32px;
}

.newsletter-wrap .newsletter-logo {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 200px;
    line-height: 0.76;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: var(--cp-color-common-white);
}

.cp-primary-btn {
    cursor: pointer;
    display: inline-flex;
    justify-content: flex-start;
    position: relative;
    text-align: left;
    text-decoration: none;
    user-select: none;
    align-items: stretch;
    background: transparent;
    height: 56px;
    width: fit-content;
    border-radius: 12px;
}

.cp-primary-btn svg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cp-primary-btn svg path {
    transition: fill 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.cp-primary-btn .btn_label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--cp-color-theme-primary);
    color: var(--cp-color-common-white);
    border-radius: 12px 0px 0px 12px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 8px 8px 8px 24px;
    position: relative;
    text-transform: uppercase;
    font-family: var(--cp-ff-body);
    overflow: visible;
    transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1), color 0.6s cubic-bezier(0.25, 1, 0.5, 1), margin-inline-end 0.6s cubic-bezier(0.25, 1, 0.5, 1), padding-right 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.cp-primary-btn .btn_label .label_corner {
    position: absolute;
    top: 0px;
    right: -19px;
    bottom: 0px;
    width: 20px;
    height: 100%;
    display: block;
    background: transparent;
}

.cp-primary-btn .btn_label .label_corner svg path {
    fill: var(--cp-color-theme-primary);
}

.cp-primary-btn .btn_icon {
    display: inline-flex;
    background-color: transparent;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 56px;
    height: 100%;
    transform-origin: right center;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.cp-primary-btn .btn_icon::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    width: 10px;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    background-color: var(--cp-color-common-white);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11'%3E%3Cpath d='M1 5.5H11.5M7 10L11.5 5.5M7 1L11.5 5.5' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: 10px 10px;
    transition: -webkit-mask-position 0.6s cubic-bezier(0.25, 1, 0.5, 1), mask-position 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.cp-primary-btn .btn_icon svg path {
    fill: var(--cp-color-theme-primary);
}

@media (hover: hover) and (pointer: fine) {
    .cp-primary-btn:hover {
        scale: 1.02;
    }

    .cp-primary-btn:hover .btn_label {
        background-color: var(--cp-color-theme-primary);
        fill: var(--cp-color-common-white);
    }

    .cp-primary-btn:hover .label_corner svg path {
        fill: var(--cp-color-theme-primary);
    }

    .cp-primary-btn:hover .btn_icon::before {
        animation: 0.4s ease 0s 1 normal none running slideLeft;
    }

    .cp-primary-btn:hover .btn_icon svg path {
        fill: var(--cp-color-theme-primary);
    }
}

.cp-primary-btn.secondary-btn .btn_label {
    background-color: rgb(22 38 74);
    color: rgb(255, 255, 255);
}

.cp-primary-btn.secondary-btn .label_corner svg path {
    fill: rgb(22 38 74);
}

.cp-primary-btn.secondary-btn .btn_icon svg path {
    fill: rgb(22 38 74);
}

.cp-primary-btn.secondary-btn .btn_icon::before {
    background-color: rgb(255, 255, 255);
}

.feature_section167 {
    padding: 80px 0px;
    overflow: hidden;
}

.feature_section167 img {
    border-radius: 20px;
    width: 100%;
}

.feature_section167 .about_text {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.feature_section167 .about_text h3 {
    margin: 0px 0px 40px;
    font-size: 36px;
    font-weight: 700;
    color: rgb(22 38 74);
}

.feature_section167 .about_text p {
    font-size: 16px;
}

.feature_section167 .about_text>div+div {
    margin-top: 40px;
}

.feature_section167 .wc_items {
    margin: 0px -20px;
    row-gap: 40px;
    height: 100%;
}

.feature_section167 .wc_items>div {
    padding: 0px 20px;
}

.feature_section167 .wc_item {
    background-color: rgb(249, 249, 249);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    transition: 0.3s;
    height: 100%;
}

.feature_section167 .wc_item>div+div {
    margin-top: 40px;
    width: 100%;
}

.feature_section167 .wc_item_icon {
    width: 80px;
    height: 80px;
    background-color: rgb(22 38 74);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.feature_section167 .wc_item_icon svg {
    height: 40px;
}

.feature_section167 .wc_item h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
    color: rgb(22 38 74);
    transition: 0.3s;
}

.feature_section167 .wc_item p {
    transition: 0.3s;
    color: var(--text-muted);
    font-size: 0.94rem;
}

.feature_section167 .wc_item.active {
    background-color: rgb(22 38 74);
}

.feature_section167 .wc_item.active h4 {
    color: rgb(255, 255, 255);
}

.feature_section167 .wc_item.active p {
    color: rgb(255, 255, 255);
}

.feature_section167 .wc_item.active .wc_item_icon {
    background-color: rgb(229, 22, 36);
}

.feature_section167 .wc_item .wc_item_icon svg * {
    fill: rgb(255, 255, 255);
}

.feature_section167 .wc_item.active .wc_item_icon svg * {
    fill: rgb(255, 255, 255);
    transition: 0.3s;
}

.feature_section167 .wc_row {
    margin: 0px -20px;
    row-gap: 40px;
}

.feature_section167 .wc_row>div {
    padding: 0px 20px;
}

.usage-section {
    background: var(--bg-section);
    padding: 80px 0px;
    font-family: var(--font-body);
    position: relative;
    overflow: hidden;
}

.usage-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(56, 69, 110, 0.06), rgba(56, 69, 110, 0) 70%);
    pointer-events: none;
}

.usage-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--red);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.usage-eyebrow::before {
    content: "";
    width: 22px;
    height: 2px;
    background: var(--red);
    display: inline-block;
    border-radius: 2px;
}

.usage-heading {
    color: var(--navy);
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-bottom: 18px;
}

.usage-heading span {
    color: var(--red);
}

.usage-subtext {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 560px;
    margin-bottom: 0px;
}

.usage-head-row {
    margin-bottom: 48px;
}

.usage-card {
    background: var(--card-bg);
    border-radius: var(--radius-lg);
    padding: 34px 28px;
    height: 100%;
    border: 1px solid var(--border-soft);
    position: relative;
    overflow: hidden;
    transition: transform 0.35s, box-shadow 0.35s, border-color 0.35s;
}

.usage-card::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 4px;
    width: 0%;
    background: linear-gradient(90deg, var(--red), var(--navy));
    transition: width 0.45s;
    border-radius: 0px 4px 4px 0px;
}

.usage-card:hover {
    transform: translateY(-8px);
    box-shadow: rgba(38, 47, 77, 0.25) 0px 24px 48px -20px;
    border-color: transparent;
}

.usage-card:hover::after {
    width: 100%;
}

.usage-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: var(--radius-md);
    background: rgba(56, 69, 110, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    position: relative;
    transition: background 0.35s;
}

.usage-icon-wrap i {
    font-size: 26px;
    color: var(--navy);
    transition: color 0.35s, transform 0.35s;
}

.usage-card:hover .usage-icon-wrap {
    background: var(--red);
}

.usage-card:hover .usage-icon-wrap i {
    color: rgb(255, 255, 255);
    transform: scale(1.08) rotate(-4deg);
}

.usage-card-title {
    color: var(--text-dark);
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 10px;
}

.usage-card-text {
    color: var(--text-muted);
    font-size: 0.94rem;
    line-height: 1.65;
    margin-bottom: 0px;
}

.usage-tag {
    position: absolute;
    top: 28px;
    right: 28px;
    font-size: 0.72rem;
    font-weight: 700;
    background: rgba(229, 22, 36, 0.1);
    color: var(--red-dark);
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.03em;
}

.counter-right-content {
    display: flex;
    /* align-items: center; */
    gap: 70px;
    border-bottom: 1px solid rgb(228, 228, 228);
}

.counter-right-content .counter-content-1.style-2 {
    border-left: 1px solid rgb(228, 228, 228);
    padding-left: 30px;
}

.counter-right-content .counter-content-1 span {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    display: inline-block;
    color: rgb(22 38 74);
    white-space: nowrap;
}

.counter-right-content .counter-content-1 h2 {
    font-size: 64px;
    color: rgb(229, 22, 36);
    font-weight: 700;
    margin-bottom: 20px;
}

.counter-right-content .counter-content-1 h2 span {
    font-size: 64px;
    color: rgb(229, 22, 36);
}

.counter-content-1 {
    padding-bottom: 40px;
}

.feature-wrapper-1 .feature-right-item .feature-image img {
    width: 100%;
    height: 100%;
}

.feature-wrapper-2 .feature-left-item-2 .feature-image {
    margin-bottom: 60px;
}

.feature-wrapper-2 .feature-left-item-2 .feature-image img {
    width: 100%;
    height: 100%;
}

.feature-wrapper-2 .feature-left-item-2 .feature-icon-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 1199px) {
    .feature-wrapper-2 .feature-left-item-2 .feature-icon-item {
        flex-wrap: wrap;
    }
}

.feature-wrapper-2 .feature-left-item-2 .feature-icon-item.style-2 {
    border-bottom: 1px solid rgb(228, 228, 228);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.feature-wrapper-2 .feature-left-item-2 .feature-icon-item .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--bg-3);
}

.feature-wrapper-2 .feature-left-item-2 .feature-icon-item .icon img {
    transition: 0.4s ease-in-out;
    display: inline-block;
}

.feature-wrapper-2 .feature-left-item-2 .feature-icon-item .content p {
    max-width: 380px;
}

.feature-wrapper-2 .feature-left-item-2 .feature-icon-item:hover .icon img {
    transform: scaleX(-1) !important;
}

.feature-wrapper-2 .feature-right-item-2 {
    margin-left: 20px;
}

@media (max-width: 1199px) {
    .feature-wrapper-2 .feature-right-item-2 {
        margin-left: 0px;
    }
}

.feature-wrapper-2 .feature-right-item-2 .text {
    max-width: 684px;
    margin-top: 20px;
}

.feature-wrapper-2 .feature-right-item-2 .feature-image-item {
    display: flex;
    gap: 30px;
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .feature-wrapper-2 .feature-right-item-2 .feature-image-item {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .feature-wrapper-2 .feature-right-item-2 .feature-image-item {
        flex-wrap: wrap;
        margin-top: 30px;
        align-items: center;
    }
}

.feature-wrapper-2 .feature-right-item-2 .feature-image-item .feature-image-2 img {
    width: 100%;
    height: 100%;
}

.feature-wrapper-2 .feature-right-item-2 .feature-image-item .feature-count-box {
    border: 1px solid rgb(228, 228, 228);
    padding: 40px 30px;
    text-align: center;
}

@media (max-width: 575px) {
    .feature-wrapper-2 .feature-right-item-2 .feature-image-item .feature-count-box {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .feature-wrapper-2 .feature-right-item-2 .feature-image-item .feature-count-box {
        margin: 0px auto;
    }
}

.feature-wrapper-2 .feature-right-item-2 .feature-image-item .feature-count-box .feature-count.style-2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(228, 228, 228);
}

.feature-wrapper-2 .feature-right-item-2 .feature-image-item .feature-count-box .feature-count.style-3 {
    margin-bottom: -20px;
}

.feature-wrapper-2 .feature-right-item-2 .feature-image-item .feature-count-box .feature-count h2 {
    color: var(--theme);
}

.content-detail {
    font-size: 1rem;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    overflow-wrap: break-word;
}

.content-detail h1,
.content-detail h2,
.content-detail h3,
.content-detail h4,
.content-detail h5,
.content-detail h6 {
    font-weight: bold;
    margin: 1em 0px 0.5em;
    line-height: 1.3;
    font-weight: 500;
}

.content-detail h1 {
    font-size: 2em;
}

.content-detail h2 {
    font-size: 1.75em;
}

.content-detail h3 {
    font-size: 1.5em;
}

.content-detail h4 {
    font-size: 1.25em;
}

.content-detail h5 {
    font-size: 1.1em;
}

.content-detail h6 {
    font-size: 1em;
}

.content-detail p {
    margin: 1em 0px;
}

.content-detail ul {
    list-style-type: disc;
    margin: 1em 0px;
    padding-left: 2em;
}

.content-detail ol {
    list-style-type: decimal;
    margin: 1em 0px;
    padding-left: 2em;
}

.content-detail ul ul,
.content-detail ol ul,
.content-detail ul ol,
.content-detail ol ol {
    list-style-type: circle;
    margin-left: 1em;
}

.content-detail li {
    margin-bottom: 0.5em;
    list-style: inherit;
}

.content-detail a {
    color: rgb(51, 51, 51);
    text-decoration: underline;
    transition: color 0.2s;
}

.content-detail a:hover {
    color: rgb(0, 64, 128);
}

.content-detail b,
.content-detail strong {
    font-weight: bold;
}

.content-detail i,
.content-detail em {
    font-style: italic;
}

.content-detail u {
    text-decoration: underline;
}

.content-detail blockquote {
    border-left: 4px solid rgb(204, 204, 204);
    margin: 1em 0px;
    padding: 1em;
    color: rgb(102, 102, 102);
    font-style: italic;
    background-color: rgb(249, 249, 249);
}

.content-detail code {
    font-family: monospace;
    background-color: rgb(244, 244, 244);
    padding: 0.2em 0.4em;
    border-radius: 4px;
}

.content-detail pre {
    font-family: monospace;
    background-color: rgb(244, 244, 244);
    padding: 1em;
    border-radius: 4px;
    overflow-x: auto;
    margin: 1em 0px;
    white-space: pre-wrap;
}

.content-detail table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0px;
    border: 1px solid rgb(221, 221, 221);
}

.content-detail th,
.content-detail td {
    border: 1px solid rgb(221, 221, 221);
    padding: 0.75em;
    text-align: left;
}

.content-detail th {
    background-color: rgb(245, 245, 245);
    font-weight: bold;
}

.content-detail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em 0px;
}

.content-detail dl {
    margin: 1em 0px;
}

.content-detail dt {
    font-weight: bold;
    margin-top: 1em;
}

.content-detail dd {
    margin-left: 1em;
}

.content-detail hr {
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-top: 1px solid rgb(221, 221, 221);
    margin: 1.5em 0px;
}

.content-detail input,
.content-detail select,
.content-detail textarea,
.content-detail button {
    font: inherit;
    padding: 0.5em;
    margin: 0.5em 0px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-sizing: border-box;
}

.content-detail button {
    background-color: rgb(0, 102, 204);
    color: white;
    cursor: pointer;
    transition: background-color 0.2s;
}

.content-detail button:hover {
    background-color: rgb(0, 64, 128);
}

.content-detail sub,
.content-detail sup {
    font-size: 0.8em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.content-detail sup {
    top: -0.5em;
}

.content-detail sub {
    bottom: -0.25em;
}

.content-detail iframe,
.content-detail video {
    max-width: 100%;
    height: auto;
    margin: 1em 0px;
    border: none;
}

.content-detail figure {
    margin: 1em 0px;
    text-align: center;
}

.content-detail figcaption {
    font-size: 0.9em;
    color: rgb(102, 102, 102);
}

.content-detail mark {
    background-color: rgb(255, 255, 0);
    color: rgb(51, 51, 51);
}

.content-detail aside {
    background-color: rgb(249, 249, 249);
    padding: 1em;
    margin: 1em 0px;
    border-left: 4px solid rgb(204, 204, 204);
    font-size: 0.9em;
    color: rgb(85, 85, 85);
}

.content-detail .pull-quote {
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    margin: 1em 0px;
    color: rgb(68, 68, 68);
}

.content-detail abbr[title] {
    border-bottom: 1px dotted rgb(51, 51, 51);
    cursor: help;
}

.content-detail>:first-child {
    margin-top: 0;
}

.content-detail>:last-child {
    margin-bottom: 0;
}

#hakkimizda {
    background-color: rgb(22 38 74);
}

#hakkimizda img {
    width: 100%;
    border-radius: 20px;
}

#hakkimizda .section-title h2 {
    color: #fff;
}

#hakkimizda .section-bg-title span {
    background: -webkit-linear-gradient(270deg, rgb(192 192 192 / 5%) 68.79%, rgba(11, 61, 44, 0) 91%) text;
}

#hakkimizda .section-title h3 {
    color: #fff;
}

#hakkimizda .content-detail {
    color: #fff;
}

#hakkimizda>.container>.row {
    row-gap: 40px;
}

#hakkimizda .section-row {
    margin: 0;
}

.quote-modal .modal-content {
    border: none;
    border-radius: 14px;
    overflow: hidden;
}

.quote-modal .modal-header {
    background: #2b3568;
    border: none;
    padding: 28px 32px 24px;
    position: relative;
}

.quote-modal .modal-header::after {
    content: "";
    position: absolute;
    left: 32px;
    bottom: 0;
    width: 46px;
    height: 4px;
    background: #e2263f;
    border-radius: 2px;
}

.quote-modal .modal-title {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
}

.quote-modal .modal-subtitle {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13.5px;
    margin-top: 6px;
}

.quote-modal .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 0.8;
}

.quote-modal .modal-body {
    padding: 32px;
    background: #fff;
}

.quote-modal .form-label {
    color: #2b3568;
    font-weight: 600;
    font-size: 13.5px;
    margin-bottom: 6px;
}

.quote-modal .form-control,
.quote-modal .form-select {
    border: 1px solid #e2e4ec;
    border-radius: 8px;
    padding: 11px 14px;
    font-size: 14.5px;
    color: #2b3568;
    background: #fafbfd;
}

.quote-modal textarea.form-control {
    resize: none;
}

.quote-modal .form-control:focus,
.quote-modal .form-select:focus {
    border-color: #e2263f;
    box-shadow: 0 0 0 3px rgba(226, 38, 63, 0.12);
    background: #fff;
}

.quote-modal .section-label {
    color: #e2263f;
    font-weight: 700;
    font-size: 11.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.quote-modal .qty-group {
    display: flex;
    border: 1px solid #e2e4ec;
    border-radius: 8px;
    overflow: hidden;
    background: #fafbfd;
}

.quote-modal .qty-group input {
    border: none;
    background: transparent;
    flex: 1;
    padding: 11px 14px;
    font-size: 14.5px;
    color: #2b3568;
}

.quote-modal .qty-group input:focus {
    outline: none;
    box-shadow: none;
}

.quote-modal .qty-group select {
    border: none;
    border-left: 1px solid #e2e4ec;
    background: #f1f2f7;
    font-size: 13.5px;
    color: #2b3568;
    padding: 0 12px;
}

.quote-modal .qty-group select:focus {
    outline: none;
    box-shadow: none;
}

.quote-modal .form-check {
    padding-left: 1.9em;
}

.quote-modal .form-check-label {
    color: #6b7185;
    font-size: 13px;
}

.quote-modal .form-check-input:checked {
    background-color: #e2263f;
    border-color: #e2263f;
}

.quote-modal .submit-btn {
    background: #e2263f;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 13px 0;
    border-radius: 8px;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.3px;
    transition: background 0.2s ease;
}

.quote-modal .submit-btn:hover {
    background: #c11e35;
    color: #fff;
}

.quote-modal .modal-footer-note {
    text-align: center;
    color: #9498a8;
    font-size: 12px;
    margin-top: 14px;
}

.mobile-modal-button {
    display: none;
}


@media (max-width: 1200px) {
    .mobile-modal-button {
        display: block;
    }

    .header_right {
        flex: unset;
    }

    .has-submenu.active::after {
        content: "" !important;
    }

    .h_menu>ul>li>a.has-submenu::after,
    .has-submenu::after {
        content: "";
        font-family: "Font Awesome 6 Pro";
        color: rgb(255, 255, 255);
        position: static;
        height: auto;
        border-radius: 0px;
        font-size: 20px;
        line-height: normal;
    }

    .slider_component h1,
    .slider_component h2 {
        font-size: 40px;
    }

    .slider_component p {
        font-size: 18px;
    }

    .slider_component a {
        font-size: 16px;
        height: 40px;
        padding: 0px 20px;
    }
}

@media (max-width: 992px) {
    .counter-right-content .counter-content-1.style-2 {
        border-left: none;
        padding-left: 0;
    }

    .counter-content-1 {
        border-bottom: 1px solid #eaeaea;
    }

    .section-title h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .counter-right-content {
        gap: 30px;
    }

    .counter-right-content .counter-content-1 h2 span,
    .counter-right-content .counter-content-1 h2 {
        font-size: 36px;
    }

    .usage-heading {
        font-size: 2rem;
    }

    .feature_section167 .about_text>div {
        width: 100%;
    }

    .slider_component h1,
    .slider_component h2 {
        font-size: 40px;
    }

    .slider_component p {
        font-size: 18px;
    }

    .mainSwiper>.container button {
        display: none;
    }

    .slider_component .container>div {
        padding: 0px;
    }

    .header9 .header_green {
        display: none;
    }

    .header9.header_1.fixed {
        top: 0px;
    }
}

@media (max-width: 768px) {
    .footer-top-content {
        padding: 40px 0;
    }

    .copyright-area {
        margin-top: 40px;
    }

    section {
        overflow: hidden;
    }

    .work-process-card-items {
        margin-top: 0;
    }

    .container {
        padding: 0 30px;
    }

    .counter-right-content {
        flex-wrap: wrap;
        gap: 30px;
    }

    .usage-section {
        padding: 40px 0px;
    }

    .usage-heading {
        font-size: 1.7rem;
    }

    .usage-card {
        padding: 28px 22px;
    }

    .feature_section167 {
        padding: 40px 0px;
    }

    .feature_section167 .about_text h3 {
        font-size: 28px;
        margin: 0px 0px 15px;
    }

    .feature_section167 .about_text p {
        font-size: 16px;
    }

    .feature_section167 .about_text>div+div {
        margin-top: 20px;
    }

    .feature_section167 .wc_row,
    .feature_section167 .wc_items {
        row-gap: 20px;
    }

    .section-padding {
        padding: 40px 0px;
    }

    #pagination1 {
        top: auto;
        transform: none;
        bottom: -40px;
        flex-direction: unset;
        right: 0px;
        width: 100%;
        justify-content: center;
        gap: 0px;
    }

    .top_bar .container,
    .header_1 .container {
        padding: 0px 15px;
    }

    .slider_btns button {
        height: 40px;
        width: 40px;
        font-size: 29px;
    }

    .slider_btns {
        left: 15px;
    }

    #mainPagination {
        bottom: 65px;
    }

    .mainSwiper img {
        min-height: 450px;
        height: 450px;
    }

    .slider_component h1,
    .slider_component h2 {
        font-size: 28px;
    }

    .slider_component p {
        font-size: 14px;
        margin-top: 15px;
    }

    .slider_component a {
        font-size: 14px;
        height: 35px;
        padding: 0px 15px;
    }

    .slider_component .container {
        bottom: 70px;
    }
}