/*
Theme Name: ReEnergy 
Author: namespace-it
Author URI: https://themeforest.net/user/namespace-it
Description: ReEnergy - Solar and Renewable Energy HTML Template<
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&amp;display=swap");
@import url('flaticon_mycollection.css');

:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #002b5c;
    --theme2: #ff7029;
    --header: #0D0D0E;
    --text: #585858;
    --text-2: #ffffffcc;
    --border: #E3E3E3;
    --border2: #242449;
    --border3: #5262FF;
    --bg: #F3F7FB;
    --bg2: #282832;
    --bg3: #ffffff33;
    --box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
    --box-shadow-2: 0px 4px 25px rgba(56, 75, 255, 0.1);
}

html {
    scroll-behavior: smooth;
}


.theme-btn {
    background-color: #002b5c;
    color: var(--white);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 10px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}

/* .theme-btn::before {
    content: "";
    background-color: #ff7029;
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.theme-btn::after {
    content: "";
    background-color: #ff7029;
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
} */

.theme-btn i {
    margin-left: 10px;
}

.theme-btn:hover {
    background-color: #ff7029;
    color: var(--white);
    border-radius: 10px;
}

.theme-btn:hover::before,
.theme-btn:hover::after {
    width: 100%;
}

.theme-btn.hover-white::before,
.theme-btn.hover-white::after {
    background-color: var(--white);
}

.theme-btn.hover-white:hover {
    color: var(--header);
}

.theme-btn.bg-white {
    background-color: var(--white);
    color: var(--header);
}

.theme-btn.bg-white:hover {
    color: var(--white);
}

.theme-btn.border-white {
    border: 1px solid var(--white);
    background-color: transparent;
    padding: 22px 40px;
}

@media (max-width: 767px) {
    .theme-btn.border-white {
        padding: 18px 32px;
    }
}

@media (max-width: 575px) {
    .theme-btn.border-white {
        padding: 16px 30px;
    }
}

.theme-btn.border-white::before,
.theme-btn.border-white::after {
    background-color: var(--white);
}

.theme-btn.border-white:hover {
    color: var(--header) !important;
}

@media (max-width: 767px) {
    .theme-btn {
        padding: 20px 32px;
    }
}

@media (max-width: 575px) {
    .theme-btn {
        padding: 18px 30px;
        font-size: 16px;
    }
}

.theme-btn-2 {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    color: var(--header);
    text-transform: capitalize;
    border-radius: 10px;
}

.theme-btn-2 i {
    margin-left: 10px;
}

.theme-btn-2:hover {
    color: var(--theme);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
    font-family: "Kumbh Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #000;
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    max-width: 100vw;
}


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

input:focus {
    /* color: var(--white); */
    outline: none;
}

input {
    /* color: var(--white); */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Kumbh Sans", sans-serif;
    margin: 0px;
    padding: 0;
    color: var(--header);
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 112%;
}

h2 {
    font-size: 31px;
    line-height: 125%;
    font-weight: 700;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 21px;
    }
}

h3 {
    font-size: 22px;
    font-weight: 600;
}

@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
}

h5 {
    font-size: 18px;
    font-weight: 500;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 145%;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

span {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

.about-wrapper .about-image-items {
    position: relative;
}

.about-wrapper .about-image-items .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.about-wrapper .about-image-items .video-box .video-buttton {
    width: 142px;
    height: 142px;
    line-height: 142px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    display: inline-block;
    z-index: 9;
    font-size: 24px;
    color: var(--white);
    position: relative;
}

.about-wrapper .about-image-items .video-box .video-buttton .text-circle {
    position: absolute;
    top: 7%;
    left: 7%;
    -webkit-animation: cir36 10s linear infinite;
    animation: cir36 10s linear infinite;
}

.about-wrapper .about-image-items .counter-shape {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    position: absolute;
    bottom: 30px;
    left: -50px;
    z-index: 1;
}

@media (max-width: 575px) {
    .about-wrapper .about-image-items .counter-shape {
        left: 0;
    }
}

.about-wrapper .about-image-items .counter-shape .content h3 {
    font-size: 28px;
    font-weight: bold;
}

.about-wrapper .about-image-items .about-image-1 {
    max-width: 415px;
    height: 445px;
    position: relative;
}

@media (max-width: 991px) {
    .about-wrapper .about-image-items .about-image-1 {
        max-width: 560px;
    }
}

.about-wrapper .about-image-items .about-image-1 .about-image-2 {
    position: absolute;
    bottom: -13%;
    right: -35%;
}

@media (max-width: 1399px) {
    .about-wrapper .about-image-items .about-image-1 .about-image-2 {
        right: -20%;
    }
}

@media (max-width: 1199px) {
    .about-wrapper .about-image-items .about-image-1 .about-image-2 {
        width: 200px;
        bottom: 0;
        right: -10%;
    }

    .about-wrapper .about-image-items .about-image-1 .about-image-2 img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .about-wrapper .about-image-items .about-image-1 .about-image-2 {
        bottom: -13%;
        right: -35%;
    }
}

@media (max-width: 575px) {
    .about-wrapper .about-image-items .about-image-1 .about-image-2 {
        width: 140px;
        bottom: initial;
        top: 0;
        right: 0;
    }
}

.about-wrapper .about-image-items .about-image-1::after {
    content: "";
    width: 100%;
    height: 88%;
    position: absolute;
    right: -55px;
    top: 20%;
    border: 3px solid var(--theme);
    z-index: -1;
}

@media (max-width: 1199px) {
    .about-wrapper .about-image-items .about-image-1::after {
        right: -30px;
    }
}

@media (max-width: 991px) {
    .about-wrapper .about-image-items .about-image-1::after {
        width: 100%;
        height: 88%;
        right: -55px;
        top: 20%;
    }
}

@media (max-width: 575px) {
    .about-wrapper .about-image-items .about-image-1::after {
        display: none;
    }
}

.about-wrapper .about-content .about-icon-items {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 40px;
}

.about-right {
    position: relative;
}

@media (max-width: 1399px) {
    .about-wrapper .about-content .about-icon-items {
        flex-wrap: wrap;
        padding-bottom: 30px;
        margin-top: 30px;
    }
}

.about-wrapper .about-content .about-icon-items .icon-items {
    display: flex;
    gap: 25px;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.about-wrapper .about-content .about-icon-items .icon-items .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    color: var(--white);
}

/* .about-wrapper .about-content .about-icon-items .icon-items .content {
  flex-basis: 60%;
} */

.about-wrapper .about-content .about-icon-items .icon-items .content h4 {
    font-size: 31px;
    color: var(--theme);
}

.about-sec {
    margin-top: 80px;
    position: absolute;
    top: 0;
}

.about-content {
    margin-right: 50px;
}

.about-sec p {
    margin: 0% 15% 5% 0%;
    padding: 25px 30px 10px 30px;
    background-color: #FFFFFF;
    box-shadow: 9px 12px 38px 0px rgba(0, 0, 0, 0.1);
    display: flex;
}

.about-sec i {
    background-color: #07A3C5;
    color: #FFFFFF;
    box-shadow: 4px 5px 16px 0px rgba(255, 112, 41, 0.4);
    padding: 12px;
    border-radius: 50%;
    display: inline-table;
    margin: 0 10px 0 0;
    height: 40px;
}

.about-sec span {
    display: inline;
}

.about-sec p:nth-child(2) {
    margin: 0% 0% 5% 15%;
    background: #07A3C5;
    color: #fff;
}

.about-sec p:nth-child(2) i {
    background-color: #002b5c;
}

.about-sec p:hover {
    background-color: #002b5c;
    color: #fff;
}

.about-sec p:hover i {
    background-color: #fff;
    color: #002b5c;
}

.about-bg {
    background-image: url(../images/logo-0.2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-wrapper .about-content .about-author {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

.quote-form .form-control {
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    font-size: 16px;
}

.quote-form .form-control:focus {
    border-color: #07A3C5;
    box-shadow: 0 0 5px rgba(7, 163, 197, 0.5);
}

.quote-form .form-check-label a {
    color: #07A3C5;
    text-decoration: underline;
}

.quote-btn {
    display: inline-block;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    color: #fff;
    background: #002b5c;
    background-size: 200% 200%;
    transition: background-position 0.4s ease-in-out;
}

.quote-btn:hover {
    background-position: right center;
}

@media (max-width: 1199px) {
    .about-wrapper .about-content .about-author {
        flex-wrap: wrap;
    }

    .about-wrapper .about-content .about-icon-items .icon-items {
        flex-direction: column;
        gap: 0px;
    }
}

.about-wrapper .about-content .about-author .author-image {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-wrapper .about-content .about-author .author-image .content p {
    font-size: 14px;
    color: var(--text);
    font-weight: 500;
    margin-top: -2px;
}

.about-wrapper.style-2 .about-image-items .circle-shape {
    position: absolute;
    top: 0;
    right: 25%;
    animation: cir36 10s linear infinite;
}

.about-wrapper.style-2 .about-image-items .counter-shape {
    background-color: var(--theme);
    bottom: -70px;
    left: 30px;
}

@media (max-width: 991px) {
    .about-wrapper.style-2 .about-image-items .counter-shape {
        bottom: 20px;
    }
}

.about-wrapper.style-2 .about-image-items .counter-shape .icon {
    filter: grayscale(100%) brightness(300%);
}

.about-wrapper.style-2 .about-image-items .counter-shape .content h3 {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
}

.about-wrapper.style-2 .about-image-items .counter-shape .content h3 span {
    font-size: 28px;
    font-weight: bold;
    margin-right: 5px;
}

.about-wrapper.style-2 .about-image-items .counter-shape .content p {
    font-size: 14px;
    color: var(--white);
}

.about-wrapper.style-2 .about-image-items .about-image-1 {
    max-width: 386px;
    height: 415px;
}

@media (max-width: 991px) {
    .about-wrapper.style-2 .about-image-items .about-image-1 {
        max-width: 550px;
        height: 530px;
    }
}

@media (max-width: 767px) {
    .about-wrapper.style-2 .about-image-items .about-image-1 {
        max-width: 450px;
        height: 415px;
    }
}

@media (max-width: 575px) {
    .about-wrapper.style-2 .about-image-items .about-image-1 {
        max-width: 550px;
        height: 500px;
    }
}

.about-wrapper.style-2 .about-image-items .about-image-1 .about-image-2 {
    border: 10px solid var(--white);
    box-shadow: var(--box-shadow);
    right: -40%;
}

@media (max-width: 1199px) {
    .about-wrapper.style-2 .about-image-items .about-image-1 .about-image-2 {
        right: -20%;
    }
}

@media (max-width: 575px) {
    .about-wrapper.style-2 .about-image-items .about-image-1 .about-image-2 {
        right: 0;
    }
}

.about-wrapper.style-2 .about-image-items .about-image-1::after {
    display: none;
}

.about-wrapper.style-2 .about-content .about-icon-items .icon-items .icon {
    background-color: var(--white);
    color: var(--theme);
}

.about-wrapper-2 {
    margin-bottom: -30px;
}

@media (max-width: 1399px) {
    .about-wrapper-2 {
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .about-wrapper-2 {
        margin-bottom: -10px;
    }
}

.about-wrapper-2 .about-image {
    position: relative;
    z-index: 9;
}

.about-wrapper-2 .about-image .video-box {
    position: absolute;
    top: 75%;
    right: 65%;
    width: 125px;
    height: 125px;
    line-height: 125px;
    background-color: var(--white);
    border-radius: 50%;
    text-align: center;
}

@media (max-width: 767px) {
    .about-wrapper-2 .about-image .video-box {
        width: 105px;
        height: 105px;
        line-height: 105px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-2 .about-image .video-box {
        width: 95px;
        height: 95px;
        line-height: 95px;
    }
}

.about-wrapper-2 .about-image .video-box .video-btn {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 22px;
    background-color: var(--theme);
    color: var(--white);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .about-wrapper-2 .about-image .video-box .video-btn {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-2 .about-image .video-box .video-btn {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

.about-wrapper-2 .about-image .video-box .ripple::before,
.about-wrapper-2 .about-image .video-box .ripple::after {
    box-shadow: 0 0 0 0 rgba(119, 184, 15, 0.5);
}

.about-wrapper-2 .about-image .shape-image {
    position: absolute;
    bottom: 10%;
    left: -12%;
    z-index: -1;
}

.about-wrapper-2 .about-image .circle-shape {
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
    bottom: 25px;
    z-index: -1;
}

.about-wrapper-2 .about-image img {
    width: 100%;
    height: 100%;
}

.about-wrapper-2 .about-content {
    margin-left: 40px;
}

@media (max-width: 991px) {
    .about-wrapper-2 .about-content {
        margin-left: 0;
    }
}

.about-wrapper-2 .about-content p {
    border-bottom: 1px solid var(--border);
    padding-bottom: 35px;
    display: inline-block;
}

.about-wrapper-2 .about-content .icon-area {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 65px;
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-content .icon-area {
        flex-wrap: wrap;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .about-wrapper-2 .about-content .icon-area {
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-2 .about-content .icon-area {
        gap: 20px;
        margin-top: 20px;
    }
}

.about-wrapper-2 .about-content .icon-area .list li {
    font-weight: 500;
}

.about-wrapper-2 .about-content .icon-area .list li:not(:last-child) {
    margin-bottom: 10px;
}

.about-wrapper-2 .about-content .icon-area .list li i {
    color: var(--theme);
    margin-right: 5px;
}

.about-wrapper-2 .about-content .icon-area .icon-items {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    padding: 28px 25px;
    border-left: 3px solid var(--theme);
}

.about-wrapper-2 .about-content .icon-area .icon-items .content h2 {
    font-size: 28px;
    margin-bottom: 5px;
}

.about-wrapper-2 .about-content .icon-area .icon-items .content span {
    color: var(--header);
}

.about-wrapper-2 .about-content .about-author {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-content .about-author {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .about-wrapper-2 .about-content .about-author {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-2 .about-content .about-author {
        margin-top: 20px;
    }
}

.about-wrapper-2 .about-content .about-author .author-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-wrapper-2 .about-content .about-author .author-icon .icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: var(--theme);
    text-align: center;
    color: var(--white);
    border-radius: 50%;
    position: relative;
}

.about-wrapper-2 .about-content .about-author .author-icon .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--theme);
    content: "";
    transform: translate(-50%, -50%);
}

.about-wrapper-2 .about-content .about-author .author-icon .content h5 {
    font-weight: 600;
}

.about-wrapper-2 .about-content .about-author .author-icon .content span {
    font-size: 14px;
    font-weight: 600;
    color: var(--header);
}

.about-wrapper-2.style-2 .about-image-2 img {
    width: 100%;
    height: 100%;
}

.about-wrapper-2.style-2 .about-content {
    margin-left: 50px;
}

@media (max-width: 991px) {
    .about-wrapper-2.style-2 .about-content {
        margin-left: 0;
    }
}

.about-wrapper-2.style-2 .about-content .about-button {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .about-wrapper-2.style-2 .about-content .about-button {
        margin-top: 35px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-2.style-2 .about-content .about-button {
        margin-top: 25px;
    }
}

@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

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

@keyframes rounded {
    50% {
        transform: rotate(15deg);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

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

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

@keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(20deg);
    }
}

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

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

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

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

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

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

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

@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
}

.brand-wrapper h6 {
    font-size: 33px;
    position: relative;
    margin-bottom: 50px;
    color: var(--header);
    font-weight: 700;
}

.brand-wrapper h6::before {
    position: absolute;
    top: 25px;
    left: 35px;
    content: "";
    height: 1px;
    width: 200px;
    background-color: var(--border);
}

@media (max-width: 1399px) {
    .brand-wrapper h6::before {
        display: none;
    }
}

.brand-wrapper h6::after {
    position: absolute;
    top: 25px;
    right: 35px;
    content: "";
    height: 1px;
    width: 200px;
    background-color: var(--border);
}

@media (max-width: 1399px) {
    .brand-wrapper h6::after {
        display: none;
    }
}

.brand-wrapper .brand-image {
    text-align: center;
    filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
    opacity: 0.4;
}

.brand-wrapper .brand-image:hover {
    filter: initial;
    opacity: 1;
}

.brand-wrapper .swiper-slide.swiper-slide-active .brand-image {
    filter: initial;
    opacity: 1;
}

.brand-wrapper-2 {
    margin-bottom: -10px;
}

@media (max-width: 1199px) {
    .brand-wrapper-2 {
        margin-top: -7px;
    }
}

.brand-wrapper-2 .brand-img {
    text-align: center;
}

.contact-form-items .form-clt span {
    color: var(--white);
    margin-bottom: 20px;
    display: inline-block;
}

.contact-form-items .form-clt input,
.contact-form-items .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
    padding: 18px 20px;
}

@media (max-width: 767px) {

    .contact-form-items .form-clt input,
    .contact-form-items .form-clt textarea {
        padding: 14px 20px;
    }
}

@media (max-width: 575px) {

    .contact-form-items .form-clt input,
    .contact-form-items .form-clt textarea {
        padding: 12px 18px;
    }
}

.contact-form-items .form-clt input::placeholder,
.contact-form-items .form-clt textarea::placeholder {
    color: rgba(255, 255, 255, 0.7019607843);
}

.contact-form-items .form-clt textarea {
    padding-bottom: 70px;
}

.contact-wrapper {
    margin-top: -140px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .contact-wrapper {
        margin-top: -185px;
    }
}

@media (max-width: 1199px) {
    .contact-wrapper {
        margin-top: -130px;
    }
}

@media (max-width: 991px) {
    .contact-wrapper {
        margin-top: 0;
    }
}

.contact-wrapper .arrow-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.contact-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    z-index: -1;
    top: 20%;
}

@media (max-width: 1199px) {
    .contact-wrapper::before {
        top: 15%;
    }
}

@media (max-width: 991px) {
    .contact-wrapper::before {
        top: initial;
    }
}

.contact-wrapper .contact-image {
    height: 725px;
    position: absolute;
    bottom: 0;
    left: 100px;
}

@media (max-width: 1199px) {
    .contact-wrapper .contact-image {
        left: 20px;
        height: 590px;
    }
}

@media (max-width: 991px) {
    .contact-wrapper .contact-image {
        display: none;
    }
}

.contact-wrapper .contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-wrapper .contact-image .cricle-shape {
    position: absolute;
    top: 24%;
    left: -81px;
    z-index: -1;
    animation: cir36 10s linear infinite;
}

.contact-wrapper .contact-image .small-cricle-shape {
    position: absolute;
    left: 60%;
    top: 25%;
    animation: cir36 10s linear infinite;
}

.contact-wrapper .contact-image .frame-shape {
    position: absolute;
    left: -47px;
    bottom: -14px;
    animation: rounded 5s linear infinite;
}

.contact-wrapper .contact-content {
    padding: 0 60px 80px 0;
    margin-left: 50px;
    margin-top: 250px;
}

@media (max-width: 1199px) {
    .contact-wrapper .contact-content {
        margin-top: 210px;
    }
}

@media (max-width: 991px) {
    .contact-wrapper .contact-content {
        margin-top: 0;
        margin-left: 0;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .contact-wrapper .contact-content {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .contact-wrapper .contact-content {
        padding: 50px 40px;
    }
}

@media (max-width: 575px) {
    .contact-wrapper .contact-content {
        padding: 40px 30px;
    }
}

.contact-info-area {
    padding-top: 90px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: center;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

@media (max-width: 1199px) {
    .contact-info-area {
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 60px;
    }

    .footer-widgets-wrapper .row {
        justify-content: flex-start !important;
    }
}

@media (max-width: 575px) {
    .contact-info-area {
        gap: 30px;
        display: block;
    }
}

.contact-info-area .contact-info-items {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    position: relative;
    padding-bottom: 40px;
}

@media (max-width: 1199px) {
    .contact-info-area .contact-info-items {
        flex-wrap: wrap;
        /* padding-bottom: 80px; */
    }
}

.contact-info-area .contact-info-items:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 100px;
    height: 110px;
    margin-right: 50px;
}

@media (max-width: 1399px) {
    .contact-info-area .contact-info-items:not(:last-child) {
        border: none;
    }
}

@media (max-width: 1199px) {
    .contact-info-area .contact-info-items:not(:last-child) {
        border: none;
        height: initial;
        padding: 0;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
}

.contact-info-area .contact-info-items .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position: relative;
}

.contact-info-area .contact-info-items .icon::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/circle-2.png");
    animation: cir36 10s linear infinite;
}

.contact-info-area .contact-info-items .content p {
    color: var(--white);
    margin-bottom: 5px;
}

.contact-info-area .contact-info-items .content h3 {
    font-size: 21px;
    color: var(--white);
    max-width: 275px;
}

.contact-info-area .contact-info-items .content h3 a {
    color: var(--white);
    font-size: 21px;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 {
    padding: 40px;
    background-color: var(--theme);
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 468px) {
    .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
        display: block;
    }

    .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 {
        font-size: 19px !important;
    }
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position: relative;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/circle-3.png");
    animation: cir36 10s linear infinite;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content p {
    color: var(--white);
    margin-bottom: 5px;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 {
    font-size: 24px;
    color: var(--white);
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 a {
    color: var(--white);
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items.border-none {
    border: none !important;
}

.contact-wrapper-2 .contact-left-items .video-image {
    position: relative;
}

.contact-wrapper-2 .contact-left-items .video-image img {
    width: 100%;
    height: 100%;
}

.contact-wrapper-2 .contact-left-items .video-image .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.contact-wrapper-2 .contact-left-items .video-image .video-box .video-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: var(--theme);
    background-color: var(--white);
}

.contact-wrapper-2 .contact-left-items .video-image .video-box .ripple::before,
.contact-wrapper-2 .contact-left-items .video-image .video-box .ripple::after {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
}

.contact-wrapper-2 .contact-content {
    margin-left: 40px;
}

@media (max-width: 991px) {
    .contact-wrapper-2 .contact-content {
        margin-left: 0;
    }
}

.contact-wrapper-2 .contact-content h2 {
    margin-bottom: 10px;
}

.contact-wrapper-2 .contact-content .contact-form-items {
    margin-top: 30px;
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt span {
    color: var(--header);
    font-weight: 600;
    text-transform: capitalize;
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt input,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
    border: 1px solid var(--border);
    color: var(--text);
    padding: 18px 20px;
    border-radius: 5px;
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt input::placeholder,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea::placeholder {
    color: var(--text);
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
    padding-bottom: 150px;
}

.map-items .googpemap iframe {
    width: 100%;
    height: 600px;
}

@media (max-width: 575px) {
    .map-items .googpemap iframe {
        height: 400px;
    }
}

.contact-section-21 {
    position: relative;
    z-index: 9;
}

.contact-section-21 .contact-image-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 1199px) {
    .contact-section-21 .contact-image-2 {
        position: static;
        margin-bottom: 50px;
    }
}

.contact-section-21 .contact-image-2 img {
    width: 100%;
    height: 100%;
}

.contact-wrapper-21 .contact-image img {
    width: 100%;
    height: 100%;
}

.contact-wrapper-21 .contact-content {
    padding: 50px;
    background-color: var(--white);
    margin-left: -70px;
}

@media (max-width: 767px) {
    .contact-wrapper-21 .contact-content {
        padding: 50px 40px;
    }
}

@media (max-width: 575px) {
    .contact-wrapper-21 .contact-content {
        padding: 40px 30px;
    }
}

@media (max-width: 1199px) {
    .contact-wrapper-21 .contact-content {
        margin-left: 0;
    }
}

.contact-wrapper-21 .contact-content .form-clt input,
.contact-wrapper-21 .contact-content .form-clt textarea {
    line-height: 1;
    border: 1.5px solid var(--border);
    padding: 17px 20px;
    color: var(--text);
    outline: none;
    width: 100%;
    border-radius: 5px;
}

.contact-wrapper-21 .contact-content .form-clt textarea {
    padding: 17px 20px 125px;
}

@media (max-width: 1199px) {
    .contact-wrapper-21.style-padding-minus {
        margin-bottom: -50px;
    }
}

.cta-section {
    position: relative;
}

.cta-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--header);
    z-index: -1;
    top: 50%;
}

.cta-wrapper {
    padding: 65px 70px;
    background-color: var(--theme);
    position: relative;
    margin-top: 125px;
}

@media (max-width: 1199px) {
    .cta-wrapper {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .cta-wrapper {
        padding: 55px;
    }
}

@media (max-width: 575px) {
    .cta-wrapper {
        padding: 45px;
    }
}

.cta-wrapper .mask-shape {
    position: absolute;
    top: 0;
    left: 21%;
}

@media (max-width: 1199px) {
    .cta-wrapper .mask-shape {
        display: none;
    }
}

.cta-wrapper .circle-shape {
    position: absolute;
    bottom: 10px;
    left: 80px;
    animation: cir36 10s linear infinite;
}

@media (max-width: 1199px) {
    .cta-wrapper .circle-shape {
        display: none;
    }
}

.cta-wrapper .cta-image {
    position: absolute;
    bottom: 0;
    left: 100px;
    height: 357px;
    max-width: 393px;
}

@media (max-width: 1399px) {
    .cta-wrapper .cta-image {
        left: 30px;
    }
}

@media (max-width: 1199px) {
    .cta-wrapper .cta-image {
        display: none;
    }
}

.cta-wrapper .cta-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 512px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .cta-wrapper .cta-items {
        margin-left: 350px;
    }
}

@media (max-width: 1199px) {
    .cta-wrapper .cta-items {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .cta-wrapper .cta-items {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .cta-wrapper .cta-items {
        gap: 20px;
    }
}

.cta-wrapper .cta-items h3 {
    font-size: 32px;
    font-weight: bold;
    color: var(--white);
    line-height: 156%;
}

@media (max-width: 767px) {
    .cta-wrapper .cta-items h3 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .cta-wrapper .cta-items h3 {
        font-size: 24px;
    }
}

.cta-banner-2 {
    position: relative;
    z-index: 9;
}

/* .cta-banner-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  z-index: -1;
  top: 50%;
} */
.cta-banner-2 .cta-wrapper-2 {
    padding: 55px 60px;
    background-color: var(--theme);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .cta-banner-2 .cta-wrapper-2 {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
        padding: 45px 30px;
    }
}

.cta-banner-2 .cta-wrapper-2 .author-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.cta-banner-2 .cta-wrapper-2 .author-icon::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50%;
    content: "";
    height: 85px;
    width: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/bar.png");
}

@media (max-width: 1399px) {
    .cta-banner-2 .cta-wrapper-2 .author-icon::before {
        display: none;
    }
}

/* .cta-banner-2 .cta-wrapper-2 .author-icon .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--white);
  text-align: center;
  color: var(--theme);
  border-radius: 50%;
  position: relative;
} */

.cta-banner-2 .cta-wrapper-2 .author-icon .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* border: 1px solid var(--white); */
    content: "";
    transform: translate(-50%, -50%);
}

.cta-banner-2 .cta-wrapper-2 .author-icon .content h4 {
    font-weight: 600;
}

.cta-banner-2 .cta-wrapper-2 .author-icon .content h4 a {
    color: var(--white);
    font-size: 23px;
}

.cta-banner-2 .cta-wrapper-2 .author-icon .content span {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 5px;
    display: inline-block;
}

.cta-banner-2 .cta-wrapper-2 h3 {
    font-size: 32px;
    color: var(--white);
    line-height: 156%;
}

@media (max-width: 575px) {
    .cta-banner-2 .cta-wrapper-2 h3 {
        font-size: 23px;
        line-height: 130%;
    }
}

@media (max-width: 991px) {
    .cta-banner-2 .cta-wrapper-2 h3 {
        text-align: center;
    }
}

.faqs-section {
    padding: 60px 20px;
    background: #f5f5f5;
    position: relative;
}

.home-1_faq-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
}

/* .section-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  color: #009a4e;
} */

.faq-item {
    background: #fff;
    margin-bottom: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 0.5px solid #07a3c5;
    position: relative;
    z-index: 9;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    font-size: 20px;
    font-weight: 600;
    background: none;
    border: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #002b5c;
    transition: all 0.3s ease;
}

.faq-question .icon img {
    max-width: 40px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 20px;
}

.faq-answer p {
    padding: 12px 0;
    font-size: 18px;
    color: #333;
}

/* Active state */
.faq-item.active .faq-question {
    color: #009a4e;
    border-bottom: 1px solid #002b5c5c;
}


.faq-item.active .faq-answer {
    max-height: 500px;
    /* enough for most answers */
    padding: 10px 20px 20px;
}

@media (max-width: 1199px) {
    .faq-question {
        font-size: 18px;
    }

    .faq-answer p {
        font-size: 16px;
    }

    .faq-item.active .faq-answer {
        padding: 0px 20px;
        max-height: unset !important;
    }
}

.achievement-section {
    margin-top: -200px;
    position: relative;
    z-index: 9;
}

.achievement-section-3 {
    background-color: var(--theme);
    position: relative;
}

.achievement-section-3 .shape-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -50px;
}

@media (max-width: 1399px) {
    .achievement-section-3 .shape-image {
        display: none;
    }
}

.achievement-section-3 .shape-image img {
    width: 100%;
    height: 100%;
}

.achievement-wrapper {
    padding: 100px 80px;
    background-color: var(--theme);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-right: -25%;
    position: relative;
    z-index: 9;
}

@media (max-width: 1600px) {
    .achievement-wrapper {
        margin-right: 0;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .achievement-wrapper {
        padding: 50px 40px;
    }
}

@media (max-width: 575px) {
    .achievement-wrapper {
        padding: 60px 50px;
        text-align: center;
        justify-self: center;
        gap: 30px;
    }
}

.achievement-wrapper .counter-area {
    display: flex;
    align-items: center;
    gap: 100px;
}

@media (max-width: 1399px) {
    .achievement-wrapper .counter-area {
        flex-wrap: wrap;
        gap: 40px;
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .achievement-wrapper .counter-area {
        text-align: center;
        justify-content: center;
        gap: 20px;
    }
}

.achievement-wrapper .counter-area .counter-items:not(:last-child) {
    border-right: 1px solid var(--white);
    padding-right: 70px;
}

@media (max-width: 1199px) {
    .achievement-wrapper .counter-area .counter-items:not(:last-child) {
        padding-right: 0;
        border: none;
    }
}

.achievement-wrapper .counter-area .counter-items .content {
    margin-top: 20px;
}

.achievement-wrapper .counter-area .counter-items .content h2 {
    color: var(--white);
}

.achievement-wrapper .counter-area .counter-items .content p {
    color: var(--white);
    margin-top: 5px;
}

.achievement-wrapper.style-2 {
    background-color: initial;
    margin-right: 0;
    padding: 80px 0;
}

.achievement-wrapper.style-2 .counter-area {
    gap: 70px;
}

@media (max-width: 575px) {
    .achievement-wrapper.style-2 .counter-area {
        gap: 30px;
    }
}

.achievement-wrapper.style-2 .counter-area .counter-items:not(:last-child) {
    border-right: 2px solid rgba(243, 247, 251, 0.16);
}

@media (max-width: 1199px) {
    .achievement-wrapper.style-2 .counter-area .counter-items:not(:last-child) {
        border: none;
    }
}

.offer-section {
    position: relative;
}

.offer-section .line-shape {
    position: absolute;
    top: -13%;
    left: 0;
}

.offer-section .line-shape img {
    width: 100%;
    height: 100%;
}

.offer-section .mask-shape {
    position: absolute;
    top: 10%;
    right: -2%;
}

.offer-items {
    margin-top: 65px;
    position: relative;
    text-align: center;
    z-index: 9;
    padding: 30px 10px;
    padding-top: 1px;
    height: 150px;
}

.offer-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid var(--white);
    opacity: 0.3;
    top: 0;
    z-index: -1;
}

.offer-items .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background: #07A3C5;
    margin: 0 auto;
    margin-top: -35px;
    transition: all 0.4s ease-in-out;
}

.offer-items .icon .icon-number {
    font-size: 29px;
    font-weight: 600;
    color: #fff;
}

.offer-items .content {
    margin-top: 20px;
}

.offer-items .content h5 {
    color: var(--white);
}

.offer-items .shape-top {
    position: absolute;
    top: 50%;
    right: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.offer-items .shape-bottom {
    position: absolute;
    bottom: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.offer-items:hover .shape-top {
    top: -1px;
    right: -1px;
    opacity: 1;
    visibility: visible;
}

.offer-items:hover .shape-bottom {
    position: absolute;
    bottom: -1px;
    left: -1px;
    opacity: 1;
    visibility: visible;
}

.offer-items:hover .icon {
    background-image: none;
    background-color: var(--theme);
    transform: rotateY(360deg);
}

.offer-items:hover .icon svg path {
    fill: #fff;
}

.offer-items.active .shape-top {
    top: -1px;
    right: -1px;
    opacity: 1;
    visibility: visible;
}

.offer-items.active .shape-bottom {
    position: absolute;
    bottom: -1px;
    left: -1px;
    opacity: 1;
    visibility: visible;
}

.offer-items.active .icon {
    background-image: none;
    background-color: var(--theme);
    transform: rotateY(360deg);
}

.offer-items.active .icon svg path {
    fill: #fff;
}

.choose-us-section {
    position: relative;
}

.choose-us-section .choose-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 850px;
    width: 100%;
    z-index: -1;
}

.why_smart {
    padding: 80px 0px;
}

.smart-house-about-logo {
    margin-bottom: 30px;
}

.why-smart-house-solar-title {
    margin-bottom: 30px;
}

.why_smart_list p {
    line-height: 1.75;
    font-size: 17px;
    margin: 0 0 20px 0;
    color: var(--text);
}

.why_smart_list li {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
    list-style: none;
}

.why_smart_list li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #07A3C5;
    position: relative;
    top: 18px;
    left: -30px;
    border-radius: 100px;
}

@media (max-width: 1600px) {
    .choose-us-section .choose-shape {
        left: -180px;
    }
}

@media (max-width: 1399px) {
    .choose-us-section .choose-shape {
        left: -230px;
    }
}

@media (max-width: 1199px) {
    .choose-us-section .choose-shape {
        left: -300px;
        top: 0;
    }
}

@media (max-width: 991px) {
    .choose-us-section .choose-shape {
        display: none;
    }
}

.process-flow {
    padding: 80px 0px;
}

.process-flow p {
    line-height: 1.75;
    font-size: 17px;
    margin: 0 0 20px 0;
    color: var(--text);
}

/* About Timline */
.timeline {
    position: relative;
    margin: 0 auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.custom-container {
    position: relative;
    width: 50%;
    padding-left: 100px;
}

.custom-container::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    right: -43px;
    background-color: #07A3C5;
    top: 120px;
    border-radius: 50%;
    z-index: 1;
    line-height: 80px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 33px;
}

.custom-container:nth-child(1)::after {
    content: '1';
}

.custom-container:nth-child(2)::after {
    content: '2';
}

.custom-container:nth-child(3)::after {
    content: '3';
}

.custom-container:nth-child(4)::after {
    content: '4';
}

.custom-container:nth-child(5)::after {
    content: '5';
}

.custom-container:nth-child(6)::after {
    content: '6';
}

.custom-container:nth-child(7)::after {
    content: '7';
}

.custom-container:nth-child(8)::after {
    content: '8';
}

.custom-container:nth-child(9)::after {
    content: '9';
}

.timeline-left {
    left: 0;
}

.timeline-right {
    left: 563px;
}

.timeline-left {
    padding-left: 0;
    padding-right: 100px;
}

.process-flow .container {
    max-width: 1134px;
}

.timeline-left::before {
    content: " ";
    height: 100%;
    position: absolute;
    top: 20px;
    z-index: 1;
    right: -5px;
    border: 1px solid #d8d8d8;
    width: 0;
}

.timeline-right::before {
    content: " ";
    height: 100%;
    position: absolute;
    top: 20px;
    z-index: 1;
    left: -5px;
    border: 1px solid #d8d8d8;
    width: 0;
}

.timeline-right::after {
    left: -40px;
}

.timeline-content {
    padding: 25px;
    background-color: #fff;
    position: relative;
    min-height: 300px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.timeline-top-border:before {
    content: '';
    position: absolute;
    background: #d8d8d8;
    width: 30px;
    height: 2px;
    left: -120px;
    top: 18px;
}

.timeline-bottom-border:before {
    content: '';
    position: absolute;
    background: #d8d8d8;
    width: 30px;
    height: 2px;
    left: -120px;
    bottom: -20px;
}

.timeline-content h2 {
    font-size: 24px;
    line-height: 1.4;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 8px;
    color: #232323;
    font-weight: 800;
}

.timeline-content p {
    font-size: 15px;
    color: #616161;
    font-weight: 400;
}

.timeline-content p a {
    color: #002b5c;
    font-weight: bold;
}

.custom-container:hover .timeline-content {
    background-color: #07A3C5;
    color: #fff;
}

.custom-container:hover::after {
    background-color: #002b5c;
    color: #fff;
    transform: scale(1.1);
}

.custom-container:hover:nth-child(1) .timeline-content {
    background-image: url("../img/step1_icon.png");
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.custom-container:hover:nth-child(2) .timeline-content {
    background-image: url("../img/step2_icon.png");
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.custom-container:hover:nth-child(3) .timeline-content {
    background-image: url("../img/step3_icon.png");
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.custom-container:hover:nth-child(4) .timeline-content {
    background-image: url("../img/step4_icon.png");
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.custom-container:hover:nth-child(5) .timeline-content {
    background-image: url("../img/step5_icon.png");
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.custom-container:hover:nth-child(6) .timeline-content {
    background-image: url("../img/step6_icon.png");
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.custom-container:hover:nth-child(7) .timeline-content {
    background-image: url("../img/step7_icon.png");
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.custom-container:hover:nth-child(8) .timeline-content {
    background-image: url("../img/step8_icon.png");
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.custom-container:hover:nth-child(9) .timeline-content {
    background-image: url("../img/step9_icon.png");
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.custom-container:hover .timeline-content p,
.custom-container:hover .timeline-content h2 {
    color: #fff;
}

.timeline-content:hover a {
    color: #000;
}

.timeline-content:after {
    content: "\f077";
    display: block;
    text-align: center;
    font-size: 20px;
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    color: #07a3c5;
    transform: rotate(90deg);
}

.timeline-left .timeline-content:after {
    content: "\f077";
    display: block;
    text-align: center;
    font-size: 20px;
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    color: #07a3c5;
    transform: rotate(-90deg);
    left: 480px;
}

.timeline-content:hover::after {
    color: #002b5c;
}

@media screen and (max-width: 767px) {
    .sitemap-columns3 {
        columns: 2;
    }

    .sitemap-columns2 {
        columns: 1;
    }

    .sitemap-columns2.link-content li {
        width: 100%;
    }

    .timeline::after {
        left: 31px;
    }

    .custom-container::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        right: 0;
        background-color: #07A3C5;
        top: 50%;
        border-radius: 50%;
        z-index: 1;
        line-height: 50px;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        padding: 0px 0px 0px 18px;
    }

    .custom-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .custom-container::before {
        left: 35px;
    }

    .timeline-left::after,
    .timeline-right::after {
        left: 10px;
    }

    .timeline-right {
        left: 0%;
    }

    .timeline-content {
        padding: 15px;
        background-color: #fff;
        position: relative;
        min-height: auto;
        box-shadow: 6px 7px 20px rgba(0, 0, 0, 0.07);
    }

    .timeline-content h2 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 800;
    }

    .timeline-top-border:before {
        left: -50px;
        top: 20px;
    }

    .timeline-content:after {
        display: none !important;
    }

    .timeline-bottom-border:before {
        left: -50px;
    }

    .why_smart_list {
        padding: revert-layer !important;
        ;
    }

    .why_smart_list li {
        font-size: 21px;
    }

    .why_smart,
    .process-flow {
        padding: 40px 0px;
    }

    .about-sec p {
        margin: 0% 0% 5% 0%;
    }

    .about-sec p:nth-child(2) {
        margin: 0% 0% 5% 0%;
    }

    .about-sec {
        margin-top: 40px;
        position: static;
    }

    .about-content {
        margin-right: 0px;
    }
}

/* About Timline */
.choose-us-section .choose-shape img {
    width: 100%;
    height: 100%;
}

.choose-us-section .bottom-shape {
    position: absolute;
    bottom: 0;
    left: 0;
}

.choose-us-section .arrow-shape-1 {
    position: absolute;
    top: -30px;
    left: -30px;
}

.choose-us-section .circle-shape {
    position: absolute;
    top: 32%;
    left: 34%;
    animation: cir36 10s linear infinite;
}

.choose-us-section .line-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.choose-us-wrapper .choose-us-image {
    margin-bottom: -120px;
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .choose-us-wrapper .choose-us-image {
        margin-bottom: 0;
        margin-top: 0;
        text-align: center;
        max-width: 0 auto;
    }
}

.choose-us-wrapper .choose-us-image img {
    width: 100%;
    height: 100%;
}

.choose-us-wrapper .choose-content {
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .choose-us-wrapper .choose-content br {
        display: none;
    }
}

.choose-us-wrapper .choose-content .choose-list-area {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .choose-us-wrapper .choose-content .choose-list-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .choose-us-wrapper .choose-content .choose-list-area {
        flex-wrap: wrap;
    }
}

.choose-us-wrapper .choose-content .choose-list-area .choose-list li {
    font-weight: 500;
}

.choose-us-wrapper .choose-content .choose-list-area .choose-list li:not(:last-child) {
    margin-bottom: 10px;
}

.choose-us-wrapper .choose-content .choose-list-area .choose-list li i {
    color: var(--theme);
    margin-right: 5px;
}

.choose-us-wrapper .choose-content .progress-wrap {
    margin-top: 30px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items:not(:last-child) {
    margin-bottom: 30px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .pro-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .pro-head .title {
    font-size: 16px;
    font-weight: 600;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .pro-head .point {
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .progress {
    background: var(--bg);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    display: flex;
    height: 12px;
    width: 100%;
    border-radius: 16px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .progress-value {
    animation: load 3s normal forwards;
    border-radius: 0;
    background: var(--theme);
    height: 12px;
    width: 0;
    border-radius: 16px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .style-two {
    animation: load2 3s normal forwards;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .style-three {
    animation: load3 3s normal forwards;
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 75%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }

    100% {
        width: 95%;
    }
}

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

.work-process-items .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    position: relative;
    margin: 0 auto;
}

.work-process-items .icon .number {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    color: var(--white);
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
}

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

.work-process-items .content h4 {
    margin-bottom: 5px;
    font-weight: 700;
}

.work-process-items .content.style-2 {
    margin-top: 0;
    margin-bottom: 30px;
}

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

.process-work-wrapper .line-shape {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 880px;
}

.process-work-wrapper .line-shape img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1399px) {
    .process-work-wrapper .line-shape {
        display: none;
    }
}

.footer-widgets-wrapper {
    padding: 20px 0 25px;
    position: relative;
    z-index: 9;
}

.footer-widgets-wrapper .shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-widgets-wrapper .shape-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.footer-widgets-wrapper .row {
    justify-content: center;
}

@media (max-width: 1199px) {
    .footer-widgets-wrapper {
        padding: 60px 0 90px;
    }
}

@media (max-width: 991px) {
    .footer-widgets-wrapper {
        padding: 50px 0 70px;
    }
}

.footer-widgets-wrapper .single-footer-widget {
    margin-top: 30px;
}

.footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .widget-head {
        margin-bottom: 20px;
    }
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-weight: bold;
    color: var(--white);
    font-size: 21px;
    border-bottom: 1px solid var(--white);
    display: inline-block;
    padding-bottom: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content p {
    color: var(--text-2);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 40px;
    gap: 15px;
    position: relative;
    z-index: 9;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
        margin-top: 20px;
    }
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: var(--white);
    transition: all 0.4s ease-in-out;
    text-align: center;
    background-color: transparent;
    border: 1px solid rgba(227, 227, 227, 0.2);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid transparent;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info {
    margin-top: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li {
    color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li i {
    font-size: 16px;
    color: var(--white);
    margin-right: 10px;
    font-size: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li a {
    color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
    position: relative;
    margin-top: 40px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
    background: transparent;
    border: none;
    outline: none;
    padding: 18px 20px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
    color: var(--text-2);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 60px;
    height: 55px;
    line-height: 70px;
    border-radius: 4px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    bottom: 5px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn i {
    font-size: 32px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li {
    transition: all 0.4s ease-in-out;
}

.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li a {
    color: var(--text-2);
    max-width: 250px;
    overflow: hidden;
    display: block;
}

.footer-widgets-wrapper .single-footer-widget .list-area li a i {
    margin-right: 5px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li:hover {
    margin-left: 5px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li:hover a {
    color: #ff7c3b;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .thumb {
    width: 80px;
    height: 80px;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .thumb img {
    width: 100%;
    height: 100%;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content .post-date {
    margin-bottom: 10px;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content .post-date li {
    color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content h6 {
    font-size: 16px;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content h6 a {
    color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content h6 a:hover {
    color: var(--theme);
}

.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item {
    overflow: hidden;
}

.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item .thumb {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item .post-content .post-date {
    color: var(--theme);
    margin-bottom: 10px;
}

.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item .post-content .post-date i {
    margin-right: 10px;
}

.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item .post-content h6 {
    font-size: 16px;
}

.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item .post-content h6 a {
    color: var(--text);
}

.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item .post-content h6 a:hover {
    color: var(--theme);
}

/* @media (min-width: 1200px) {
  .footer-widgets-wrapper .single-footer-widget.style-margin {
    margin-left: 70px;
  }
} */
.footer-widgets-wrapper .footer-style-2 {
    background-color: rgba(122, 135, 255, 0.15);
    margin-top: 30px;
    padding: 20px 50px 50px 50px;
    position: relative;
    z-index: 9;
}

.footer-widgets-wrapper .footer-style-2 .single-footer-widget .footer-content .contact-info-area-2 {
    margin-top: 20px;
}

.footer-widgets-wrapper .footer-style-2 .single-footer-widget .footer-content .contact-info-area-2 .contact-info-item-2 {
    display: flex;
    gap: 16px;
}

.footer-widgets-wrapper .footer-style-2 .single-footer-widget .footer-content .contact-info-area-2 .contact-info-item-2 .icon {
    font-size: 24px;
    color: var(--white);
}

.footer-widgets-wrapper .footer-style-2 .single-footer-widget .footer-content .contact-info-area-2 .contact-info-item-2 .content h6 {
    font-weight: 700;
    color: var(--white);
    margin-bottom: 5px;
}

.footer-widgets-wrapper .footer-style-2 .single-footer-widget .footer-content .contact-info-area-2 .contact-info-item-2 .content a {
    color: var(--text-2);
}

.footer-widgets-wrapper .footer-style-2 .single-footer-widget .footer-content .apps-image {
    gap: 16px;
    margin-top: 30px;
}

.footer-bottom {
    padding: 20px 0;
    position: relative;
    z-index: 9;
    background-color: var(--theme);
}

@media (max-width: 991px) {
    .footer-bottom .footer-wrapper {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center !important;
        margin-top: 30px;
    }
}

.footer-bottom .footer-wrapper p {
    color: var(--white);
}

.footer-bottom .footer-wrapper p a {
    color: var(--white);
}

.footer-bottom .footer-wrapper .footer-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-bottom .footer-wrapper .footer-menu li a {
    color: var(--white);
    background-image: linear-gradient(var(--white), var(--white));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.footer-bottom .footer-wrapper .footer-menu li a:hover {
    background-size: 100% 1px;
}

.footer-bottom .scroll-icon {
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    line-height: 60px;
    background-color: var(--theme);
    border-radius: 50%;
    text-align: center;
    color: var(--white);
    border: 5px solid var(--white);
    display: inline-block;
    z-index: 99;
}

.footer-bottom.style-2 {
    background-color: #002b5c;
    border-top: 1px solid #fff;
}

.footer-bottom.style-2 .footer-wrapper p {
    color: rgba(255, 255, 255, 0.8);
}

.footer-bottom.style-2 .footer-wrapper p a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-bottom.style-2 .footer-wrapper .footer-menu li a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-bottom.style-2 .scroll-icon {
    left: 93%;
}

@media (max-width: 1399px) {
    .footer-bottom.style-2 .scroll-icon {
        left: 50%;
    }
}

.footer-bottom.style-3 {
    background-color: initial;
    margin-top: -25px;
}

.footer-bottom.style-3 .footer-wrapper {
    background-color: rgba(122, 135, 255, 0.15);
    padding: 35px 30px;
}

@media (max-width: 991px) {
    .footer-bottom.style-3 .footer-wrapper {
        gap: 30px;
        justify-content: space-between !important;
    }
}

@media (max-width: 767px) {
    .footer-bottom.style-3 .footer-wrapper {
        justify-content: center !important;
    }
}

.footer-bottom.style-3 .footer-wrapper p {
    color: rgba(255, 255, 255, 0.8);
}

.footer-bottom.style-3 .footer-wrapper p a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-bottom.style-3 .scroll-icon {
    top: 25%;
    left: 93%;
}

@media (max-width: 1399px) {
    .footer-bottom.style-3 .scroll-icon {
        left: 50%;
        top: 5%;
    }
}

@media (max-width: 767px) {
    .footer-bottom.style-3 .scroll-icon {
        left: 78%;
        top: 50%;
    }
}

@media (max-width: 575px) {
    .footer-bottom.style-3 .scroll-icon {
        left: 90%;
        top: 50%;
    }
}

.footer-bottom.style-4 {
    background-color: transparent;
    padding: 30px 0;
}

.client-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .client-wrapper {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
}

.client-wrapper .client-thumb {
    display: flex;
    align-items: center;
    gap: 10px;
}

.client-wrapper .client-thumb h6 {
    color: var(--white);
}

.client-wrapper .client-thumb h6 span {
    color: var(--theme);
    margin-right: 5px;
}

.footer-section {
    position: relative;
}

.footer-section .shape-1 {
    position: absolute;
    bottom: 0;
    left: -5%;
    z-index: -1;
}

.footer-section .shape-2 {
    position: absolute;
    bottom: 0;
    right: -3%;
}

.footer-section .footer-shape-4 {
    position: absolute;
    top: 0;
    left: -5%;
}

.header-top-section {
    background-color: #002b5c;
    padding: 0px 0px;
    position: relative;
}

@media (max-width: 991px) {
    .header-top-section {
        display: none;
    }
}

@media (max-width: 1899px) {
    .header-top-section::before {
        display: none;
    }
}

.header-top-section.top-style-2 {
    position: relative;
}

.header-top-section.top-style-2::before {
    display: none;
}

.header-top-section.top-style-2::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    width: 16%;
}

@media (max-width: 1899px) {
    .header-top-section.top-style-2::after {
        display: none;
    }
}

.header-top-section.top-style-3::before {
    display: none;
}

.header-top-section .container-fluid {
    padding: 0 130px;
}

@media (max-width: 1399px) {
    .header-top-section .container-fluid {
        padding: 0 50px;
    }
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-wrapper .contact-list {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-top-wrapper .contact-list li {
    font-size: 15px;
    color: var(--text-2);
}

.header-top-wrapper .contact-list li i {
    color: #002b5c;
    margin-left: 0px !important;
    font-size: 16px;
}

.header-top-wrapper .top-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-top-wrapper .top-right .social-icon {
    gap: 15px;
}

.header-top-wrapper .top-right .social-icon span {
    color: var(--white);
    font-weight: 500;
}

.header-top-wrapper .top-right .social-icon a {
    color: var(--white);
}

.header-top-wrapper .top-right .flag-wrap {
    position: relative;
    width: 160px;
}

.header-top-wrapper .top-right .flag-wrap .nice-select {
    padding: 0 0 0 60px;
    background: transparent;
    border: none;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    border: none !important;
    padding-bottom: 0 !important;
}

.header-top-wrapper .top-right .flag-wrap .nice-select::after {
    right: 23px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    width: 10px;
    height: 10px;
    top: 15px;
    border-bottom: 2px solid transparent;
    border-color: var(--theme);
    border-right: 2px solid theme-color;
}

.header-top-wrapper .top-right .flag-wrap .nice-select span {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white);
}

.header-top-wrapper .top-right .flag-wrap .flag {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
}

@media (max-width: 767px) {
    .header-top-wrapper .top-right .flag-wrap .flag {
        display: none;
    }
}

.header-top-wrapper .top-right .flag-wrap .flag img {
    width: 100%;
    height: 100%;
    border: 4px solid var(--white);
    border-radius: 50%;
}

.header-top-wrapper.style-2 {
    margin-left: 250px;
}

@media (max-width: 1899px) {
    .header-top-wrapper.style-2 {
        margin-left: 0;
    }
}

.header-section-2 {
    position: relative;
}

.header-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    width: 16%;
}

@media (max-width: 1899px) {
    .header-section-2::before {
        display: none;
    }
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.header-main .main-menu ul {
    margin-bottom: 0;
}

.header-main .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 40px;
    font-weight: 600;
}

.header-main .main-menu ul li:last-child {
    margin-inline-end: 30px;
}

/* .header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
} */


/* Add arrow for dropdown items */
/* .header-main .main-menu ul li.has-dropdown>a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-size: contain;
  background: url("../img/down-arrow.png") no-repeat center center;
  background-size: contain;
  transition: transform 0.3s ease;
} */

/* Rotate arrow when hovered */
.header-main .main-menu ul li.has-dropdown:hover>a::after {
    transform: rotate(180deg);
}

.header-main .main-menu ul li .dropdown a {
    padding: 10px 15px;
}

.header-main .main-menu ul .dropdown li {
    margin-inline-end: unset;
}

/* Rotate arrow when open */
.header-main .main-menu ul li.has-dropdown.open>a::after {
    transform: rotate(180deg);
}

/* Dropdown menu hidden by default */
.header-main .main-menu ul li .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}

.header-main .main-menu ul li.has-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* Show dropdown when parent has class "open" */
.header-main .main-menu ul li.open .dropdown {
    display: block;
}


/* .header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
} */

.header-main .main-menu ul li .submenu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: 240px;
    background: var(--white);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: var(--header);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.header-main .main-menu ul li .submenu li a {
    position: relative;
    z-index: 11;
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
    padding: 0 25px;
    padding-bottom: 11px;
    padding-top: 11px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.header-main .main-menu ul li .submenu li:last-child a {
    border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.header-main .main-menu ul li .submenu li:hover>a {
    background: #009a4e;
    color: var(--white) !important;
}

.header-main .main-menu ul li .submenu li:hover>a::after {
    color: var(--theme2);
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
    -webkit-transform: translateY(1);
    -moz-transform: translateY(1);
    -ms-transform: translateY(1);
    -o-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--theme);
}

.header-main .main-menu ul li .has-homemenu {
    width: 1000px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    left: -250px;
    visibility: hidden;
    padding: 30px 30px 10px 30px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items {
        flex-wrap: wrap;
    }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
    position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 14px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 14px;
    text-align: center;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 155, 55, 0)), to(#5B9B37));
    background: linear-gradient(to bottom, rgba(91, 155, 55, 0) 0%, #5B9B37 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
}

.header-main .main-menu ul li:hover>a {
    color: var(--theme2);
}

.header-main .main-menu ul li:hover>a::after {
    color: var(--theme);
}

.header-main .main-menu ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
}

.header-1 {
    position: relative;
    /* background-color: var(--white); */
    /* box-shadow: var(--box-shadow); */
    z-index: 999;
}


@media (max-width: 1899px) {
    .header-1::before {
        display: none !important;
    }
}

.header-1 .container-fluid {
    padding: 0 130px;
    /* background-color: #fff; */
}

@media (max-width: 1399px) {
    .header-1 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 991px) {
    .header-1 .container-fluid {
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
    .header-1 .container-fluid {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1025px) {
    .header-1 .header-main .main-menu ul li {
        margin-inline-end: 25px;
    }
}

.header-1 .header-main .main-menu ul li .has-homemenu {
    left: -400px;
}

@media (max-width: 1600px) {
    .header-1 .header-main .main-menu ul li .has-homemenu {
        left: -300px;
    }
}

.header-1 .header-main .header-right {
    gap: 50px;
}

@media (max-width: 991px) {
    .header-1 .header-main .header-right {
        gap: 25px;
    }
}

.header-1 .header-main .header-right .search-icon {
    color: var(--header);
}

.header-1 .header-main .header-right .header-button {
    margin-right: 50px;
}

.header-1 .header-main .header-right .header-button .theme-btn {
    padding: 15px 20px;
}

@media (max-width: 1899px) {
    .header-1 .header-main .header-right .header-button {
        margin-right: 0;
    }
}

@media (max-width: 1600px) {
    .header-1 .header-main .header-right .header-button {
        display: none;
    }
}

.header-1 .header-main .header-right .header__hamburger {
    margin-right: -70px;
    display: none !important;
}

@media (max-width: 1899px) {
    .header-1 .header-main .header-right .header__hamburger {
        margin-right: 0;
    }
}

.header-1 .header-main .header-right .header__hamburger .sidebar__toggle {
    font-size: 24px;
    color: var(--white);
}

@media (max-width: 1899px) {
    .header-1 .header-main .header-right .header__hamburger .sidebar__toggle {
        color: var(--theme);
    }
}

.header-2 .container-fluid {
    padding: 0 100px;
}

@media (max-width: 1899px) {
    .header-2 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .header-2 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1199px) {
    .header-2 .container-fluid {
        padding: 0 30px;
    }
}

.header-2 .header-left {
    display: flex;
    align-items: center;
    gap: 50px;
}

.header-2 .header-right {
    gap: 40px;
}

.header-2 .header-right .icon-items {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1399px) {
    .header-2 .header-right .icon-items {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header-2 .header-right .header-button {
        display: none;
    }
}

.header-3 {
    position: relative;
}

.header-3::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    left: 72%;
}

@media (max-width: 1600px) {
    .header-3::before {
        display: none;
    }
}

.header-3 .plane-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

@media (max-width: 1899px) {
    .header-3 .plane-shape {
        display: none;
    }
}

@media screen and (max-width: 1025px) {
    .header-3 .header-main .main-menu ul li {
        margin-inline-end: 25px;
    }
}

.header-3 .header-main .main-menu ul li .has-homemenu {
    left: -400px;
}

@media (max-width: 1600px) {
    .header-3 .header-main .main-menu ul li .has-homemenu {
        left: -300px;
    }
}

@media screen and (max-width: 1025px) {
    .header-3 .header-main .main-menu ul li .has-homemenu {
        left: -350px;
    }
}

.header-3 .header-main .header-right {
    gap: 50px;
}

@media (max-width: 991px) {
    .header-3 .header-main .header-right {
        gap: 25px;
    }
}

.header-3 .header-main .header-right .search-icon {
    color: var(--header);
}

.header-3 .header-main .header-right .header-button {
    margin-left: 60px;
    position: relative;
}

.header-3 .header-main .header-right .header-button::before {
    width: 0px;
    height: 0px;
    border-top: 65px solid var(--theme);
    border-right: 65px solid transparent;
    content: "";
    left: -68px;
    position: absolute;
    bottom: -2%;
    transform: rotate(-45deg);
    z-index: 9;
    overflow: hidden;
}

@media (max-width: 1600px) {
    .header-3 .header-main .header-right .header-button::before {
        display: none;
    }
}

.header-3 .header-main .header-right .header-button .theme-btn {
    padding: 22px 30px;
}

@media (max-width: 1899px) {
    .header-3 .header-main .header-right .header-button .theme-btn {
        background-color: var(--theme) !important;
        color: var(--white);
    }
}

@media (max-width: 1899px) {
    .header-3 .header-main .header-right .header-button {
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .header-3 .header-main .header-right .header-button {
        display: none;
    }
}

.header-4 .container-fluid {
    padding: 0 250px;
}

@media (max-width: 1899px) {
    .header-4 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .header-4 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1199px) {
    .header-4 .container-fluid {
        padding: 0 30px;
    }
}

.header-4 .header-left {
    display: flex;
    align-items: center;
    gap: 50px;
}

.header-4 .header-right {
    gap: 40px;
}

.header-4 .header-right .icon-items {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1399px) {
    .header-4 .header-right .icon-items {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header-4 .header-right .header-button {
        display: none;
    }
}

.header-top-section-22 {
    background-color: var(--header);
    padding: 10px 0;
}

@media (max-width: 991px) {
    .header-top-section-22 {
        display: none;
    }
}

.header-top-section-22 .container-fluid {
    padding: 0 100px;
}

@media (max-width: 1899px) {
    .header-top-section-22 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .header-top-section-22 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1199px) {
    .header-top-section-22 .container-fluid {
        padding: 0 30px;
    }
}

.header-top-section-4 {
    background-color: var(--theme);
    padding: 10px 0;
}

@media (max-width: 991px) {
    .header-top-section-4 {
        display: none;
    }
}

.header-top-section-4 .container-fluid {
    padding: 0 250px;
}

@media (max-width: 1899px) {
    .header-top-section-4 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .header-top-section-4 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1199px) {
    .header-top-section-4 .container-fluid {
        padding: 0 30px;
    }
}

.header-top-section-4 .contact-list li {
    color: var(--white);
}

.header-top-section-4 .contact-list li a {
    color: #009a4e;
}

.sidebar__toggle {
    cursor: pointer;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.9s;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999999 !important;
}

.sticky.header-1::before {
    display: none;
}

.sticky.header-1 .header-main .header-right {
    gap: 12px;
}

@media (max-width: 991px) {
    .sticky.header-1 .header-main .header-right {
        gap: 25px;
    }
}

.sticky.header-1 .header-main .header-right .header-button {
    margin-right: 0;
}

.sticky.header-1 .header-main .header-right .header__hamburger {
    display: none !important;
}

@media (max-width: 991px) {
    .sticky.header-1 .header-main .header-right .header__hamburger {
        display: block !important;
    }
}

.sticky.header-2 {
    margin-left: 0;
}

.sticky.header-2 .main-logo {
    display: none;
}

.sticky.header-2 .header-main .logo {
    display: block !important;
}

.sticky.header-2 .header-left {
    margin-left: 0;
}

.sticky.header-3::before {
    display: none !important;
}

.sticky.header-3 .header-main .header-right .search-icon {
    color: var(--theme);
}

.sticky.header-3 .header-main .header-right .header-button {
    margin-left: 0;
}

.sticky.header-3 .header-main .header-right .header-button::before {
    display: none !important;
}

.sticky.header-3 .header-main .header-right .header-button .theme-btn {
    background-color: var(--theme) !important;
    color: var(--white);
}

/* .sticky.header-4 .header-main .main-menu ul li a {
  color: var(--header);
} */

.sticky.header-4 .header-logo-2 {
    display: block;
}

.sticky.header-4 .header-logo {
    display: none;
}

.sticky.header-4 .header-right .search-icon {
    color: var(--header);
}

.offcanvas__info {
    background: var(--bg) none repeat scroll 0 0;
    border-left: 2px solid #009a4e;
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
    display: none;
}

.offcanvas__info.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas__logo a img {
    width: 150px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
    color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
    color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 15px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
    margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
    color: var(--theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
    text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 100%;
    padding: 16px 40px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 30px;
    gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: transparent;
    color: var(--text);
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid var(--border);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

.offcanvas__overlay.overlay-open {
    opacity: 0.8;
    visibility: visible;
}

@media (max-width: 450px) {
    .offcanvas__info {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

.breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    /* 🔥 parallax effect */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.breadcrumb-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(270.07deg, #002b5c9c 0.07%, #002b5c 99.95%);
    opacity: 0.85;
    z-index: -1;
}


.breadcrumb-wrapper .page-heading {
    position: relative;
    padding: 180px 0;
    text-align: center;
    z-index: 9;
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading {
        padding: 140px 0;
    }
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading {
        padding: 120px 0;
    }
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading {
        padding: 100px 0;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading {
        padding: 80px 0;
    }
}

.breadcrumb-wrapper .page-heading h1 {
    color: var(--white);
    font-size: 65px;
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 52px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 28px;
        margin-top: 50px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
    justify-content: center;
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items{
        display: none;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items {
        margin-top: 15px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    color: var(--white);
    text-transform: capitalize;
    font-weight: 600;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li.active {
    color: #ff7029;
}


.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
    color: var(--theme);
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
    color: var(--white);
}

.breadcrumb-wrapper .border-shape {
    position: absolute;
    top: 20px;
    left: 0;
}

.breadcrumb-wrapper .line-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.breadcrumb-wrapper .line-shape img {
    width: 100%;
    height: 100%;
}

.error-items {
    text-align: center;
}

.error-items .error-image img {
    width: 100%;
    height: 100%;
}

.error-items h2 {
    margin-top: 30px;
    margin-bottom: 40px;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme);
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--theme);
    border-radius: 10px;
}

/* .fix {
  overflow: hidden;
} */

.ralt {
    position: relative;
}

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

.ripple {
    position: relative;
}

.ripple::before,
.ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(119, 184, 15, 0.5);
    -webkit-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.ripple::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.ripple::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.swiper-dot-2 {
    border: 2px dotted var(--theme);
    width: 146px;
    height: 41px;
    line-height: 37px;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    z-index: 9;
}

.swiper-dot-2 .swiper-pagination-bullet {
    background-color: transparent;
    width: 11px;
    height: 11px;
    border: 2px solid var(--theme) !important;
    opacity: 1;
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border: 2px solid var(--theme);
}

.array-button {
    display: flex;
    align-items: center;
    gap: 15px;
}

.array-button .array-prev {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: transparent;
    color: var(--theme);
    border-radius: 50%;
    border: 1px solid var(--theme);
    transition: all 0.4s ease-in-out;
}

.array-button .array-prev:hover {
    background-color: var(--theme);
    color: var(--white);
}

.array-button .array-next {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.array-button .array-next:hover {
    background-color: var(--white);
    color: var(--theme);
}

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

@media (max-width: 575px) {
    br {
        display: none;
    }
}

/* background */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.nice-select {
    background-color: transparent;
    width: unset;
    outline: none;
    border-bottom: 2px solid var(--border) !important;
    padding-bottom: 20px !important;
    border: none;
    border-radius: 0;
    padding: 0;
}

.nice-select:hover {
    border-bottom: 2px solid transparent;
    border-color: var(--theme);
    border-bottom: 2px solid transparent;
    border-image-slice: 2;
}

.nice-select span {
    font-size: 16px;
    color: var(--text);
    text-transform: capitalize;
}

.nice-select .current {
    margin-right: 12px;
}

.nice-select:after {
    right: 23px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    width: 10px;
    height: 10px;
    top: 15px;
    border-bottom: 2px solid transparent;
    border-color: var(--theme);
    border-right: 2px solid transparent;
    border-image-slice: 2;
}

.nice-select.open .list {
    background: var(--bg);
    margin-top: 16px;
    width: 100%;
    text-transform: capitalize;
    color: var(--text);
}

.nice-select .option.selected.focus {
    background: var(--bg);
    outline: none;
    color: var(--text);
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    border: none;
}

.nice-select .option {
    border: none;
}

.nice-select .option:hover {
    background: transparent;
}

.scroll-up {
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px var(--border);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    position: fixed;
    right: 25px;
    bottom: 35px;
    height: 50px;
    width: 50px;
    transition: all 0.4s ease-in-out;
}

.scroll-up::after {
    position: absolute;
    font-family: "Font Awesome 6 free";
    content: "\f062";
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    color: var(--theme);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
    fill: none;
}

.scroll-up svg.scroll-circle path {
    stroke: var(--theme2);
    stroke-width: 4px;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

@media (max-width: 767px) {
    .mt-30 {
        margin-top: 0;
    }
}

.bor-top {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.bor-left {
    border-left: 1px solid var(--border);
}

.bor-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.bor-right {
    border-right: 1px solid var(--border);
}

.footer-bg {
    background-color: #002b5c;
    overflow: hidden;
}

.border-white {
    border: 1px solid var(--white) !important;
    color: var(--white) !important;
}

.border-white:hover {
    border: 1px solid transparent !important;
}

.mr-left {
    margin-left: 50% !important;
}

@media (max-width: 991px) {
    .mr-left {
        margin-left: 35% !important;
    }
}

.mt-70 {
    margin-top: 70px;
}

@media (max-width: 1199px) {
    .mt-70 {
        margin-top: 30px;
    }
}

.box-shadow {
    box-shadow: var(--box-shadow) !important;
}

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

.page-nav-wrap ul li {
    display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin: 0 2px;
    border: 1px solid var(--border);
    color: var(--text);
}

.page-nav-wrap ul li .page-numbers.current {
    background-color: var(--theme);
    color: var(--white);
}

@media (max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}

.page-nav-wrap ul li .page-numbers i {
    margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid transparent;
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    color: #fff;
}

.hero-static h1 {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 40px;
}

.hero-image-slider img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.hero-image-slider {
    max-width: 100%;
    text-align: center;
}

.hero-static,
.hero-rotate {
    position: relative;
    z-index: 2;
}

.hero-static {
    margin-bottom: 50px;
}

.hero-text-slider .swiper-slide {
    transition: opacity 0.5s;
}

/* .hero-1 .hero-overlay {
position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
} */
.hero-1 .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #f5f5f5;
    z-index: -2;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%, 0 100%);
    overflow: hidden;
}

.hero-1 .array-button {
    position: absolute;
    top: 50%;
    right: 30px;
    left: 30px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
}

@media (max-width: 1399px) {
    .hero-1 .array-button {
        display: none;
    }
}

.hero-1 .swiper-slide-active .hero-image {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    transform: scale(1.12);
}

.hero-1 .swiper-dot {
    position: absolute;
    bottom: 5%;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
}

.hero-1 .swiper-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: 0.6s;
    background-color: var(--white);
    opacity: 1;
    border-radius: 10px;
}

.hero-1 .swiper-dot .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
}

.hero-1 .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    transition: 0.6s;
    position: relative;
}

.hero-1 .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: -6px;
    left: -6px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--theme);
    content: "";
}

.hero-1 .shape-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    bottom: 0;
}

.hero-1 .shape-image img {
    width: 100%;
    height: 100%;
}

.hero-1 .shape-image-2 {
    position: absolute;
    top: -20%;
    right: 0;
    z-index: 9;
}

@media (max-width: 1199px) {
    .hero-1 .shape-image-2 {
        display: none;
    }
}

.hero-1 .hero-image {
    overflow: hidden;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -2;
    background-size: cover;
    transform: scale(1);
    -webkit-transition: all 8s ease-out 0s;
    -moz-transition: all 8s ease-out 0s;
    -ms-transition: all 8s ease-out 0s;
    -o-transition: all 8s ease-out 0s;
    transition: all 8s ease-out 0s;
}

/* .hero-1 .hero-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #16171A 0.06%, rgba(22, 23, 26, 0) 99.93%);
  z-index: -1;
} */

.hero-1 .hero-content {
    position: relative;
    z-index: 9;
    max-width: 750px;
}

@media (max-width: 768px) {
    .hero-1 .hero-content {
        text-align: center;
    }

    .hero-image-slider img {
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .hero-1 .hero-content {
        text-align: center;
        margin: 0 auto;
    }
}

.hero-1 .hero-content h6 {
    color: var(--white);
    background-color: #002b5c;
    padding: 8px 20px;
    line-height: 1;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.hero-1 .hero-content h1 {
    color: #009a4e;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 48px;
}

@media (max-width: 768px) {
    .hero-1 .hero-content h1 {
        font-size: 21px;
        margin-bottom: 25px;
    }
}

.hero-1 .hero-content p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

.hero-2 {
    position: relative;
    z-index: 9;
    padding: 130px 0 130px;
}

.hero-2 .array-button {
    display: grid;
    align-items: center;
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    gap: 0;
}

@media (max-width: 1399px) {
    .hero-2 .array-button {
        display: none;
    }
}

.hero-2 .array-button .array-prev {
    background-color: var(--white);
    color: var(--header);
    border-radius: 0;
    border: none;
}

.hero-2 .array-button .array-prev:hover {
    background-color: var(--header);
    color: var(--white);
}

.hero-2 .array-button .array-next {
    background-color: var(--header);
    border-radius: 0;
    border: none;
}

.hero-2 .array-button .array-next:hover {
    background-color: var(--white);
    color: var(--header);
}

.hero-2 .hero-content {
    opacity: 0;
    z-index: 3;
    position: relative;
    transform: translateY(150px);
}

.hero-2 .hero-content .icon {
    margin-bottom: 40px;
}

.hero-2 .hero-content h1 {
    font-size: 80px;
    color: var(--white);
}

@media (max-width: 1199px) {
    .hero-2 .hero-content h1 {
        font-size: 70px;
    }
}

@media (max-width: 991px) {
    .hero-2 .hero-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .hero-2 .hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-content h1 {
        font-size: 36px;
    }
}

.hero-2 .hero-content p {
    font-size: 20px;
    color: var(--white);
    margin-top: 30px;
    margin-bottom: 50px;
}

.hero-2 .hero-content .theme-btn {
    background-color: var(--white);
    color: var(--header);
}

.hero-2 .hero-content .theme-btn:hover {
    color: var(--white);
}

.hero-2 .hero-image {
    margin-right: -60%;
    position: relative;
    opacity: 0;
    z-index: 3;
    position: relative;
    transform: translateX(250px);
}

@media (max-width: 991px) {
    .hero-2 .hero-image {
        margin-right: 0;
    }
}

.hero-2 .hero-image img {
    border-radius: 1000px 0px 0px 1000px;
    width: 100%;
    height: 100%;
}

.hero-2 .hero-image .video-box {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    z-index: 9;
}

@media (max-width: 767px) {
    .hero-2 .hero-image .video-box {
        display: none;
    }
}

.hero-2 .hero-image .video-box .video-buttton {
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    display: inline-block;
    z-index: 9;
    font-size: 24px;
    color: var(--header);
    position: relative;
}

.hero-2 .hero-image .video-box .video-buttton .text-circle {
    position: absolute;
    top: 9%;
    left: 10%;
    -webkit-animation: cir36 10s linear infinite;
    animation: cir36 10s linear infinite;
    width: initial;
    height: initial;
}

.hero-2 .swiper {
    overflow: initial;
}

.hero-2 .swiper-slide.swiper-slide-active .hero-content {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1500ms ease;
}

.hero-2 .swiper-slide.swiper-slide-active .hero-image {
    opacity: 1;
    transform: translateX(0px);
    transition: all 2000ms ease;
}

.hero-3 {
    position: relative;
}

.hero-3 .array-button {
    position: absolute;
    top: 50%;
    right: 30px;
    left: 30px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
}

@media (max-width: 1399px) {
    .hero-3 .array-button {
        display: none;
    }
}

.hero-3 .swiper-slide-active .hero-image {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    transform: scale(1.12);
}

.hero-3 .hero-image {
    overflow: hidden;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -2;
    background-size: cover;
    transform: scale(1);
    -webkit-transition: all 8s ease-out 0s;
    -moz-transition: all 8s ease-out 0s;
    -ms-transition: all 8s ease-out 0s;
    -o-transition: all 8s ease-out 0s;
    transition: all 8s ease-out 0s;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: bottom center;
    position: relative;
}

.hero-3 .hero-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(2, 0, 12);
    opacity: 0.749;
}

.hero-3 .shape-image {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 1399px) {
    .hero-3 .shape-image {
        display: none;
    }
}

.hero-3 .hero-content {
    position: relative;
    padding-top: 185px;
    padding-bottom: 200px;
}

@media (max-width: 767px) {
    .hero-3 .hero-content {
        padding-top: 170px;
        padding-bottom: 185px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content {
        padding-top: 125px;
        padding-bottom: 145px;
    }
}

.hero-3 .hero-content h1 {
    font-size: 85px;
    line-height: 120%;
}

@media (max-width: 1399px) {
    .hero-3 .hero-content h1 {
        font-size: 80px;
    }
}

@media (max-width: 1199px) {
    .hero-3 .hero-content h1 {
        font-size: 72px;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-content h1 {
        font-size: 62px;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content h1 {
        font-size: 36px;
        line-height: 1.3;
    }
}

.hero-3 .hero-content p {
    max-width: 600px;
    color: var(--white);
    margin-top: 30px;
}

.hero-3 .hero-content .hero-button {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .hero-3 .hero-content .hero-button {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content .hero-button {
        margin-top: 25px;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.hero-3 .hero-content .hero-button .video-btn {
    background-color: var(--theme);
    color: var(--white);
    display: inline-block;
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    position: relative;
}

.hero-3 .hero-content .hero-button .video-btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--theme);
    content: "";
    transform: translate(-50%, -50%);
}

.hero-3 .hero-content .hero-button .button-text span {
    font-size: 16px;
    color: var(--white);
    font-weight: bold;
}

.hero-4 {
    background-color: var(--white);
    position: relative;
    z-index: 9;
    padding: 150px 0;
}

@media (max-width: 767px) {
    .hero-4 {
        padding: 130px 0;
    }
}

.hero-4 .array-button {
    display: grid;
    align-items: center;
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    gap: 0;
}

@media (max-width: 1399px) {
    .hero-4 .array-button {
        display: none;
    }
}

.hero-4 .array-button .array-prev {
    background-color: var(--theme);
    color: var(--white);
    border-radius: 0;
    border: none;
    gap: 10px;
}

.hero-4 .array-button .array-prev:hover {
    background-color: var(--header);
    color: var(--white);
}

.hero-4 .array-button .array-next {
    background-color: var(--header);
    border-radius: 0;
    border: none;
}

.hero-4 .array-button .array-next:hover {
    background-color: var(--white);
    color: var(--header);
}

.hero-4 .hero-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    top: 0;
    max-width: 950px;
}

@media (max-width: 1899px) {
    .hero-4 .hero-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9 !important;
        max-width: initial;
    }

    .hero-4 .hero-image::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: linear-gradient(90deg, #16171A 0.06%, rgba(22, 23, 26, 0) 99.93%);
    }

    .hero-4 .hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.hero-4 .hero-image img {
    width: 100%;
    height: 100%;
}

.hero-4 .dot-shape {
    position: absolute;
    top: 0;
    right: 600px;
}

.hero-4 .hero-content {
    position: relative;
    z-index: 9;
    margin-left: -60px;
}

@media (max-width: 1399px) {
    .hero-4 .hero-content {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-content {
        text-align: center;
        margin: 0 auto;
    }
}

.hero-4 .hero-content h1 {
    color: var(--header);
    font-size: 68px;
    margin-bottom: 30px;
}

@media (max-width: 1899px) {
    .hero-4 .hero-content h1 {
        color: var(--white);
    }
}

@media (max-width: 1600px) {
    .hero-4 .hero-content h1 {
        font-size: 60px;
    }

    .hero-4 .hero-content h1 br {
        display: none;
    }
}

@media (max-width: 991px) {
    .hero-4 .hero-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-content h1 {
        font-size: 44px;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-content h1 {
        font-size: 34px;
    }
}

.hero-4 .hero-content p {
    color: var(--text);
    font-weight: 500;
    max-width: 600px;
}

@media (max-width: 1899px) {
    .hero-4 .hero-content p {
        color: var(--white);
    }
}

.hero-4 .hero-content .hero-button {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 50px;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .hero-4 .hero-content .hero-button {
        justify-content: center;
        margin-top: 30px;
    }
}

.hero-4 .hero-content .hero-button .theme-btn.bg-white::before,
.hero-4 .hero-content .hero-button .theme-btn.bg-white::after {
    background-color: var(--theme);
}

.hero-4 .hero-content .hero-button .theme-btn.header-bg {
    background-color: var(--header);
    color: var(--white);
}

.hero-4 .hero-image-items {
    margin-right: -65%;
    padding-left: 40px;
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .hero-4 .hero-image-items {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .hero-4 .hero-image-items {
        padding-left: 0;
    }
}

.hero-4 .hero-image-items .hero-images {
    position: relative;
    z-index: 9;
    max-width: 510px;
    height: 510px;
}

.hero-4 .hero-image-items .hero-images img {
    width: 100%;
    height: 100%;
    border-radius: 68px;
}

.marquee-wrapper {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    background-color: #002b5c;
    z-index: 9;
}

.marquee-wrapper.style-2 {
    background-color: transparent;
    line-height: 55px;
    margin-bottom: -39px;
}

@media (max-width: 767px) {
    .marquee-wrapper.style-2 {
        margin-bottom: -50px;
    }
}

.text-slider {
    font-size: 34px;
    height: 100px;
    line-height: 90px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white);
}

.text-slider:not(:last-child) {
    margin-right: 30px;
}

@media (max-width: 767px) {
    .text-slider {
        font-size: 36px;
    }
}

.text-slider img {
    margin-bottom: 10px;
}

.marquee-inner {
    position: absolute;
    display: inline-flex;
    width: 200%;
}

.marquee-list {
    float: left;
    width: 50%;
}

.marquee-item {
    float: left;
    transition: animation 0.2s ease-out;
}

.marquee-item.style-2 .text-slider {
    text-transform: capitalize;
    font-size: 60px;
    color: var(--header);
    margin-right: 40px;
    line-height: 0;
    height: 65px;
}

@media (max-width: 767px) {
    .marquee-item.style-2 .text-slider {
        font-size: 36px;
    }
}

.marquee-item.style-2 .text-style {
    transition: all 0.4s ease-in-out;
    background-image: linear-gradient(var(--theme), var(--theme));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
}

.marquee-item.style-2 .text-style:hover {
    color: var(--theme);
    background-size: 100% 3px;
}

.marquee-inner.to-left {
    animation: marqueeLeft 25s linear infinite;
}

@keyframes marqueeLeft {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.marquee-inner.to-right {
    animation: marqueeRight 25s linear infinite;
}

@keyframes marqueeRight {
    0% {
        right: 0;
    }

    100% {
        right: -100%;
    }
}

.marque-section-2 {
    position: relative;
}

.marque-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/service/service-bg-2.jpg);
}

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container .mean-nav>ul .homemenu-items {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .mean-container .mean-nav>ul .homemenu-items {
        flex-wrap: wrap;
    }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu {
    position: relative;
}

@media (max-width: 991px) {
    .mean-container .mean-nav>ul .homemenu-items .homemenu {
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
        border: 1px solid var(--border);
        padding: 10px;
    }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 14px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 14px;
    text-align: center;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#5e5ef6));
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #5e5ef6 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--header);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border) !important;
    border: none;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
}

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
    font-size: 18px;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

.news-wrapper {
    padding: 0 75px;
}

@media (max-width: 1199px) {
    .news-wrapper {
        padding: 0;
    }
}

.single-news-items {
    margin-top: 30px;
    padding: 40px 20px;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 1899px) {
    .single-news-items {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .single-news-items {
        flex-wrap: initial;
    }
}

@media (max-width: 500px) {
    .single-news-items {
        flex-wrap: wrap;
    }
}

.single-news-items .news-image {
    height: 220px;
    width: 220px;
    flex-basis: 100%;
    position: relative;
}

.single-news-items .news-image .post-date {
    position: absolute;
    top: 25px;
    left: 25px;
    background-color: var(--white);
    padding: 7px 10px;
}

.single-news-items .news-image .post-date span {
    color: var(--header);
    font-weight: 600;
}

.single-news-items .news-content h3 {
    margin-bottom: 10px;
}

.single-news-items .news-content h3 a:hover {
    color: var(--theme);
}

.single-news-items .news-content .theme-btn-2 {
    color: var(--theme);
}

.news-section-3 {
    margin-bottom: -50px;
}

.news-card-items {
    margin-top: 30px;
}

.news-card-items .news-image {
    position: relative;
}

.news-card-items .news-image img {
    width: 100%;
    height: 100%;
}

.news-card-items .news-image .post-date {
    padding: 12px 24px;
    background-color: var(--theme);
    position: absolute;
    bottom: 40px;
    left: 0;
}

.news-card-items .news-image .post-date h3 {
    font-weight: 700;
    font-size: 24px;
    color: var(--white);
}

.news-card-items .news-image .post-date h3 span {
    font-weight: 400;
    font-size: 16px;
    color: var(--white);
}

.news-card-items .news-content {
    padding: 30px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    position: relative;
    z-index: 9;
    margin-right: 40px;
    margin-top: -40px;
}

.news-card-items .news-content ul {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .news-card-items .news-content ul {
        gap: 20px;
    }
}

.news-card-items .news-content ul li {
    font-size: 14px;
    font-weight: 500;
}

.news-card-items .news-content ul li i {
    color: var(--theme);
    margin-right: 5px;
}

.news-card-items .news-content h3 {
    font-weight: bold;
    margin-bottom: 5px;
}

.news-card-items .news-content h3 a:hover {
    color: var(--theme);
}

.news-card-items.style-2 {
    padding-bottom: 50px;
}

.news-card-items.style-2 .news-image {
    position: relative;
}

.news-card-items.style-2 .news-image .post-date {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: initial;
}

.news-card-items.style-2 .news-content {
    margin: 0;
}

.news-card-items.style-2 .news-content ul li {
    font-size: 16px;
}

.news-card-items.style-3 {
    padding-bottom: 0;
    background-color: var(--white);
    box-shadow: none;
}

.news-card-items.style-3 .news-image {
    padding: 15px 15px 0 15px;
}

.news-card-items.style-3 .news-image .post-date {
    left: 30px;
    top: 30px;
}

.news-card-items.style-3 .content {
    box-shadow: none;
}

.news-standard-wrapper .news-standard-items {
    border: 1px solid var(--border);
    padding: 25px;
}

.news-standard-wrapper .news-standard-items:not(:last-child) {
    margin-bottom: 20px;
}

.news-standard-wrapper .news-standard-items .news-thumb {
    position: relative;
}

.news-standard-wrapper .news-standard-items .news-thumb img {
    width: 100%;
    height: 100%;
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date {
    padding: 12px 24px;
    background-color: var(--theme);
    position: absolute;
    top: 30px;
    left: 30px;
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 {
    font-weight: 700;
    font-size: 24px;
    color: var(--white);
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 span {
    font-weight: 400;
    font-size: 16px;
    color: var(--white);
}

.news-standard-wrapper .news-standard-items .news-content {
    margin-top: 20px;
    position: relative;
    z-index: 9;
}

.news-standard-wrapper .news-standard-items .news-content ul {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .news-standard-wrapper .news-standard-items .news-content ul {
        gap: 20px;
    }
}

.news-standard-wrapper .news-standard-items .news-content ul li {
    font-size: 14px;
    font-weight: 500;
}

.news-standard-wrapper .news-standard-items .news-content ul li i {
    color: var(--theme);
    margin-right: 5px;
}

.news-standard-wrapper .news-standard-items .news-content h3 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 26px;
}

.news-standard-wrapper .news-standard-items .news-content h3 a:hover {
    color: var(--theme);
}


.main-sidebar .single-sidebar-widget .wid-title {
    margin-bottom: 25px;
}

.main-sidebar .single-sidebar-widget .wid-title h3 {
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    color: #002b5c;
}

.main-sidebar .single-sidebar-widget .wid-title h3::before {
    position: absolute;
    bottom: 0;
    left: 35%;
    height: 2px;
    width: 30%;
    content: "";
    background-color: #2294bc;
}

.main-sidebar .single-sidebar-widget .search-widget form {
    width: 100%;
    position: relative;
}

.main-sidebar .single-sidebar-widget .search-widget form input {
    background-color: var(--white);
    font-size: 15px;
    padding: 20px;
    width: 100%;
    border: none;
    color: var(--text);
}

.main-sidebar .single-sidebar-widget .search-widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-size: 18px;
    height: 100%;
    background-color: var(--theme);
    color: var(--white);
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.main-sidebar .single-sidebar-widget .search-widget form button:hover {
    background-color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: var(--white);
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
    color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
    transition: all 0.4s ease-in-out;
    color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
    margin-bottom: 12px;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
    background-color: var(--theme);
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
    background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
    margin-bottom: 20px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
    margin-bottom: 8px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
    color: var(--theme);
    margin-right: 5px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
    font-weight: 700;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
    color: var(--theme);
}

.main-sidebar .single-sidebar-widget .tagcloud a {
    display: inline-block;
    padding: 11px 20px;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    background: var(--white);
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
    margin-right: 0;
}

.main-sidebar .single-sidebar-widget .tagcloud a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
    height: 400px;
}

@media (max-width: 767px) {
    .news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
        height: 400px;
    }
}

.news-details-area .blog-post-details .single-blog-post .post-content {
    margin-top: 30px;
}

.news-details-area .blog-post-details .single-blog-post .post-content .post-list {
    gap: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
}

.news-details-area .blog-post-details .single-blog-post .post-content .post-list li {
    font-size: 14px;
    font-weight: 500;
}

.news-details-area .blog-post-details .single-blog-post .post-content .post-list li i {
    color: var(--theme);
    margin-right: 5px;
}

.news-details-area .blog-post-details .single-blog-post .post-content h3 {
    margin-bottom: 20px;
    font-size: 32px;
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .single-blog-post .post-content h3 {
        font-size: 24px;
    }
}

.news-details-area .blog-post-details .single-blog-post .post-content h3 a:hover {
    color: var(--theme);
}

.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
    border-left: 4px solid var(--theme);
    padding: 40px;
    background-color: var(--bg);
}

.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text p {
    max-width: 650px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: italic;
    line-height: 26px;
}

.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text svg {
    float: right;
    margin-top: -30px;
}

.news-details-area .blog-post-details .single-blog-post .post-content .details-image img {
    width: 100%;
    height: 100%;
}

.news-details-area .blog-post-details .tag-share-wrap {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 30px 0;
}

.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    display: inline-block;
    padding: 12px 26px;
    line-height: 1;
    background: var(--bg);
    margin-right: 8px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
        margin-bottom: 5px;
    }
}

.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.news-details-area .blog-post-details .tag-share-wrap .social-share span {
    font-size: 18px;
    color: var(--header);
    font-weight: 600;
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a {
    font-size: 18px;
    color: var(--header);
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
    margin-right: 10px;
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
    color: var(--theme);
}

.news-details-area .blog-post-details .comments-area {
    margin-top: 40px;
    padding: 50px 40px;
    background-color: var(--bg);
}

.news-details-area .blog-post-details .comments-area .comments-heading {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .comments-area .comments-heading {
        margin-bottom: 20px;
    }
}

.news-details-area .blog-post-details .comments-area .comments-heading h3 {
    font-size: 32px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .comments-area .comments-heading h3 {
        font-size: 28px;
    }
}

.news-details-area .blog-post-details .comments-area .blog-single-comment {
    border-bottom: 1px solid var(--border);
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .comments-area .blog-single-comment {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
    margin-bottom: 5px;
    font-weight: 600;
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .star i {
    color: var(--theme);
    font-size: 14px;
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: 400;
    background-color: var(--white);
    color: var(--theme);
}

.news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .news-details-area .blog-post-details .comment-form-wrap h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    border: 1px solid var(--border);
    padding: 16px 20px;
    font-weight: 500;
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
    color: var(--text);
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
    padding-bottom: 100px;
}

.pricing-section {
    position: relative;
    z-index: 9;
}

.pricing-section .left-shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

.pricing-section .right-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.pricing-items {
    margin-top: 30px;
    background-color: var(--white);
    border-radius: 16px;
    border: 1px solid var(--border);
    padding: 40px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .pricing-items {
        padding: 30px;
    }
}

.pricing-items .tag {
    padding: 14px 18px 12px 40px;
    background-color: var(--theme);
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 0;
    overflow: hidden;
}

.pricing-items .tag h6 {
    font-size: 15px;
    color: var(--white);
}

.pricing-items .tag::before {
    width: 0;
    height: 0;
    border-top: 38px solid var(--white);
    border-right: 37px solid transparent;
    content: "";
    left: -22px;
    position: absolute;
    bottom: 13%;
    transform: rotate(135deg);
}

.pricing-items .pricing-header {
    border-bottom: 1px solid var(--border);
    padding-bottom: 10px;
}

@media (max-width: 575px) {
    .pricing-items .pricing-header {
        padding-bottom: 20px;
    }
}

.pricing-items .pricing-header span {
    display: inline-block;
    font-size: 26px;
    margin-top: 10px;
    font-weight: 500;
}

.pricing-items .pricing-header p {
    margin-top: 20px;
}

.pricing-items .pricing-list {
    margin-top: 40px;
}

@media (max-width: 575px) {
    .pricing-items .pricing-list {
        margin-top: 20px;
    }
}

.pricing-items .pricing-list li {
    font-weight: 600;
}

.pricing-items .pricing-list li:not(:last-child) {
    margin-bottom: 10px;
}

.pricing-items .pricing-list li i {
    color: var(--theme);
    margin-right: 10px;
}

.pricing-items .pricing-button {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .pricing-items .pricing-button {
        margin-top: 20px;
    }
}

.pricing-items .pricing-button p {
    font-weight: 500;
}

.pricing-items .pricing-button .pricing-btn {
    display: inline-block;
    background-color: transparent;
    color: var(--theme);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 24px 40px;
    border-radius: 0;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    position: relative;
    line-height: 1;
    width: 100%;
    border-radius: 36px;
    border: 1px solid var(--theme);
    text-align: center;
}

.pricing-items .pricing-button .pricing-btn i {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .pricing-items .pricing-button .pricing-btn {
        padding: 16px 32px;
    }
}

@media (max-width: 575px) {
    .pricing-items .pricing-button .pricing-btn {
        padding: 18px 30px;
        font-size: 14px;
    }
}

.pricing-items .pricing-button .pricing-btn:hover {
    background-color: var(--theme);
    color: var(--white);
}

.pricing-items.active {
    background-color: var(--theme);
    border: 1px solid var(--theme);
}

.pricing-items.active .tag {
    background-color: #009a4e;
}

.pricing-items.active .tag::before {
    border-top: 38px solid var(--theme);
}

.pricing-items.active .pricing-header {
    border-bottom: 1px solid var(--white);
}

.pricing-items.active .pricing-header h2 {
    color: var(--white);
}

.pricing-items.active .pricing-header span {
    color: var(--white);
}

.pricing-items.active .pricing-header p {
    color: var(--white);
    font-size: 21px;
}

.pricing-items .pricing-header p {
    font-size: 21px;
}

.pricing-items.active .pricing-list li {
    color: var(--white);
}

.pricing-items.active .pricing-list li i {
    color: var(--white);
}

.pricing-items.active .pricing-button p {
    color: var(--white);
}

.pricing-items.active .pricing-button .pricing-btn {
    border: 1px solid var(--white);
    color: var(--white);
}

.pricing-items.active .pricing-button .pricing-btn:hover {
    background-color: var(--header);
    border: 1px solid transparent;
}

.pricing-items:hover {
    transform: translateY(-10px);
}

.pricing-wrapper .section-title-area .nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 575px) {
    .pricing-wrapper .section-title-area .nav {
        gap: 15px;
    }
}

.pricing-wrapper .section-title-area .nav .nav-link {
    text-align: center;
    padding: 10px 40px;
    background-color: transparent;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--header);
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--border);
}

@media (max-width: 991px) {
    .pricing-wrapper .section-title-area .nav .nav-link {
        padding: 14px 45px;
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .pricing-wrapper .section-title-area .nav .nav-link {
        padding: 12px 20px;
        font-size: 14px;
    }
}

.pricing-wrapper .section-title-area .nav .nav-link.active {
    position: relative;
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid transparent;
}

.preloader {
    align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .animation-preloader {
    z-index: 1000;
}

.preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: var(--theme);
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em auto;
    }
}

.preloader .animation-preloader .txt-loading {
    font: bold 5em "Kumbh Sans", sans-serif, "Kumbh Sans", sans-serif;
    text-align: center;
    user-select: none;
}

@media (max-width: 768px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 1.5em;
    }
}

.preloader .animation-preloader .txt-loading .letters-loading {
    color: var(--theme);
    position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
    animation: letters-loading 4s infinite;
    color: var(--header);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Kumbh Sans", sans-serif;
    position: absolute;
    top: -3px;
    transform: rotateY(-90deg);
}

.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--theme);
}

.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.preloader .loader .row {
    height: 100%;
}

.preloader .loader .loader-section {
    padding: 0px;
}

.preloader .loader .loader-section .bg {
    background-color: var(--bg);
    height: 100%;
    left: 0;
    width: 100%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
    width: 0;
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.9);
}

.search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.search-wrap .search-cell {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-wrap .search-field-holder {
        width: 70%;
    }
}

@media (max-width: 575px) {
    .search-wrap .search-field-holder {
        width: 80%;
    }
}

.search-wrap .main-search-input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    text-transform: capitalize;
    background: transparent;
    font-size: 25px;
    color: var(--theme);
    border-bottom: 2px solid var(--theme);
    text-align: center;
    letter-spacing: 2px;
}

@media (max-width: 575px) {
    .search-wrap .main-search-input {
        height: 50px;
        padding: 0 0;
        line-height: 50px;
        font-size: 18px;
    }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: var(--theme);
}

input.main-search-input::placeholder {
    color: var(--theme);
    opacity: 1;
    font-size: 25px;
}

@media (max-width: 575px) {
    input.main-search-input::placeholder {
        font-size: 18px;
    }
}

.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: var(--theme);
    cursor: pointer;
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--theme);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    background-color: var(--theme);
    opacity: 0.3;
}

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    -webkit-transition: all 0.08s ease-out;
    -o-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

.project-items .project-image {
    position: relative;
    height: 457px;
}

.project-items .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-items .project-image .project-content {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    padding: 35px 30px;
    background-color: var(--white);
    overflow: hidden;
}

.project-items .project-image .project-content::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 58px;
    content: "";
    background-color: #2294bc;
    transition: all 0.4s ease-in-out;
}

.project-items .project-image .project-content p {
    color: var(--theme);
    font-weight: 500;
    margin-bottom: 5px;
}

.project-items .project-image .project-content h4 {
    font-weight: bold;
}

.project-items .project-image .project-content h4 a:hover {
    color: var(--theme);
}

.project-items .project-image .project-content .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: var(--white);
    box-shadow: var(--box-shadow-2);
    border-radius: 50%;
    text-align: center;
    color: var(--theme);
    position: absolute;
    top: 130px;
    right: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: rotate(-40deg);
}

.project-items .project-image .project-content .icon:hover {
    background-color: var(--theme);
    color: var(--white);
}

.project-items:hover .project-image .project-content::before {
    height: 100%;
}

.project-items:hover .project-image .project-content .icon {
    top: 35px;
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg);
}

.project-items.style-2 {
    margin-top: 30px;
}

.project-section-2 {
    position: relative;
}

.project-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg2);
    height: 35%;
    z-index: -1;
}

.project-section-2::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg);
    width: 91%;
}

@media (max-width: 1199px) {
    .project-section-2::after {
        width: 100%;
    }
}

.project-section-2 .left-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.project-section-2 .right-shape {
    position: absolute;
    bottom: 0;
    right: 9%;
    z-index: 1;
}

.project-wrapper {
    margin-left: -22%;
}

@media (max-width: 1199px) {
    .project-wrapper {
        margin-left: 0;
    }
}

.project-wrapper .project-items.style-2 {
    margin-top: 30px;
}

.project-wrapper .project-items.style-2 .project-image {
    height: initial;
}

.project-wrapper .project-items.style-2 .project-content::before {
    display: none;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon {
    width: 85px;
    height: 100%;
    line-height: 130px;
    background-color: rgba(56, 75, 255, 0.1);
    text-align: center;
    color: var(--theme);
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.4s ease-in-out;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon i {
    transform: rotate(-40deg);
    font-size: 20px;
    transition: all 0.4s ease-in-out;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon i:hover {
    transform: rotate(0);
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2 {
    width: 80px;
    height: 80px;
    line-height: 70px;
    border-radius: 50%;
    background-color: rgba(56, 75, 255, 0.1);
    display: inline-block;
    color: var(--theme);
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2 i {
    transform: rotate(-40deg);
    font-size: 20px;
    transition: all 0.4s ease-in-out;
    margin-left: 25px;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2 i:hover {
    transform: rotate(0);
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2:hover {
    background-color: var(--theme);
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2:hover i {
    color: var(--white);
}

.project-wrapper .project-items.style-2 .project-content:hover .arrow-icon {
    background-color: var(--theme);
    color: var(--white);
}

.project-wrapper.style-2 {
    margin-left: 0;
    margin-right: -57%;
}

@media (max-width: 1199px) {
    .project-wrapper.style-2 {
        margin-right: 0;
    }
}

.project-section-3 {
    position: relative;
}

.project-section-3::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #ff7029;
    opacity: 0.9;
}

.project-section-3::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--white);
    top: 60%;
}

@media (max-width: 575px) {
    .project-section-3 .section-title-area {
        justify-content: center;
        text-align: center;
    }
}

.section-title-area .video-box {
    position: relative;
    z-index: 9;
}

.section-title-area .video-box .video-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: var(--theme);
    background-color: var(--white);
}

.section-title-area .video-box .ripple::before,
.section-title-area .video-box .ripple::after {
    box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.8);
}

.project-details-wrapper .project-details-items .details-image img {
    width: 100%;
    height: 100%;
}

.project-details-wrapper .project-details-items .details-content h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .project-details-wrapper .project-details-items .details-content h3 {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .project-details-wrapper .project-details-items .details-content h3 {
        font-size: 24px;
    }
}

.project-details-wrapper .project-details-items .project-catagory {
    padding: 40px 30px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    border-top: 4px solid var(--theme);
    margin-top: -150px;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .project-details-wrapper .project-details-items .project-catagory {
        margin-top: 0;
    }
}

.project-details-wrapper .project-details-items .project-catagory h3 {
    border-bottom: 1px solid var(--border);
    padding-bottom: 30px;
}

.project-details-wrapper .project-details-items .project-catagory ul li {
    font-weight: 600;
    color: var(--header);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    padding: 16px 0;
}

.project-details-wrapper .project-details-items .project-catagory ul li span {
    font-weight: 500;
}

.project-details-wrapper .project-details-items .project-catagory ul li span i {
    color: var(--text);
    transition: all 0.4s ease-in-out;
}

.project-details-wrapper .project-details-items .project-catagory ul li span i:hover {
    color: var(--theme);
}

.project-details-wrapper .project-details-items .list li {
    font-weight: 500;
    color: var(--header);
}

.project-details-wrapper .project-details-items .list li:not(:last-child) {
    margin-bottom: 10px;
}

.project-details-wrapper .project-details-items .list li i {
    margin-right: 5px;
    color: var(--theme);
}

.project-details-wrapper .project-details-items .thumb img {
    width: 100%;
    height: 100%;
}

.project-details-wrapper .preview-area {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 30px 0;
}

.project-details-wrapper .preview-area .preview-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.project-details-wrapper .preview-area .preview-item .content.text-right {
    text-align: right;
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
    margin-top: -7px;
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 0;
    }
}

.section-title span {
    color: var(--theme);
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}

.section-title h2,
.heading h2 {
    font-weight: 700;
    font-size: 33px;
}

.section-title h2 span {
    color: var(--theme);
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
}

.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

@media (max-width: 767px) {
    .section-title-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.center {
    text-align: center;
    margin: 0 auto;
}

.main-bg {
    background-color: var(--bg);
}

.section-bg {
    background-color: var(--bg);
}

.section-bg-2 {
    background-color: var(--bg2);
}

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


@media (max-width: 991px) {
    .section-padding {
        padding: 40px 0;
    }
}

.service-wrapper {
    margin-bottom: 187px;
}

.service-wrapper .service-text {
    margin-top: 50px;
    text-align: center;
}

.service-wrapper .service-text h6 {
    font-size: 16px;
}

.service-wrapper .service-text h6 a {
    font-weight: 600;
    color: var(--theme);
    text-decoration: underline;
}

.service-box-items {
    margin-top: 30px;
    background-color: var(--white);
    padding: 35px 30px;
    position: relative;
    z-index: 9;
}

.service-box-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #002b5c;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    border-radius: 15px;
    z-index: -1;
}

.service-box-items::after {
    position: absolute;
    top: -50px;
    right: 0;
    width: 105px;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/service/line-shape.png);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.service-box-items .icon {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.service-box-items .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/service/shape.png);
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.service-box-items .content {
    margin-top: 20px;
}

.service-box-items .content h4 {
    margin-bottom: 5px;
    font-weight: 500;
}

.service-box-items .content h4 a {
    color: var(--header);
}

.service-box-items .content h4 a:hover {
    color: var(--theme);
}

.service-box-items:hover::before {
    transform: scale(1, 1);
    transform-origin: top center;
}

.service-box-items:hover .content h4 {
    color: #fff;
}

.plan-box.style-3 .icon::before {
    background-image: none !important;
    border-radius: 50%;
    background-color: #07A3C5;
}

.plan-box.style-3:hover .icon {
    color: #07A3C5;
}

.service-box-items:hover::after {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.plan-box .icon {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
}

.service-box-items:hover .icon::before {
    filter: grayscale(100%) brightness(300%);
}

.service-box-items:hover .content h4 a {
    color: var(--white);
}

.service-box-items:hover .content p {
    color: var(--white);
}

.service-box-items:hover .content .theme-btn-2 {
    color: var(--white);
    background: #ff7029;
    border: 1px solid #ff7029;
}

.service-box-items.active::before {
    transform: scale(1, 1);
    transform-origin: top center;
}

.service-box-items.active::after {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.service-box-items.active .icon::before {
    filter: grayscale(100%) brightness(300%);
}

.service-box-items.active .content h4 a {
    color: var(--white);
}

.service-box-items.active .content p {
    color: var(--white);
}

.service-box-items.active .content .theme-btn-2 {
    color: var(--white);
}

.service-box-items.style-2 {
    background-color: var(--white);
    box-shadow: var(--box-shadow);
}

.service-box-items.style-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background: #ff7029;
}

.service-box-items.style-2 .theme-btn-2 {
    color: var(--header);
}

.service-box-items.style-2.active::before {
    transform: scale(1, 1);
    transform-origin: top center;
}

.service-box-items.style-2.active::after {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.service-box-items.style-2.active .icon::before {
    filter: grayscale(100%) brightness(300%);
}

.service-box-items.style-2.active .content h4 a {
    color: var(--white);
}

.service-box-items.style-2.active .content p {
    color: var(--white);
}

.service-box-items.style-2.active .content .theme-btn-2 {
    color: var(--white);
}

.service-box-items.style-3 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px !important;
    background-color: var(--white);
}

.service-box-items.style-3::after {
    display: none;
}

.service-box-items.style-3 .icon::before {
    background-image: url(../img/service/shape-2.png);
}

.service-box-items.style-3 .theme-btn-2 {
    border: 1px solid var(--border);
    padding: 15px 20px;
    line-height: 1;
    margin-top: 30px;
    color: var(--header);
    border-radius: 10px;
}

/* .service-box-items.style-3 .theme-btn-2:hover {
  background-color: var(--header);
  color: #ffffff;
  border: 1px solid var(--header);
} */

.service-box-items.style-3:hover .icon::before {
    background-image: url(../img/service/shape.png);
}

.service-box-items.style-3.active::before {
    transform: scale(1, 1);
    transform-origin: top center;
}

.service-box-items.style-3.active::after {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.service-box-items.style-3.active .icon::before {
    background-image: url(../img/service/shape.png);
}

.service-box-items.style-3.active .theme-btn-2 {
    background-color: var(--white);
    color: var(--header);
}

.service-box-items.style-3.active .content h4 a {
    color: var(--white);
}

.service-box-items.style-3.active .content p {
    color: var(--white);
}

.service-section-2 {
    position: relative;
}

.service-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/service/service-bg-2.jpg);
    top: 85%;
}

.service-card-items {
    margin-top: 30px;
    background-color: var(--white);
    border-radius: 0 0 10px 10px;
    box-shadow: var(--box-shadow);
    position: relative;
    overflow: hidden;
}

.service-card-items .icon-2 {
    position: absolute;
    bottom: 8px;
    right: 8px;
    opacity: 0.2;
}

.service-card-items .service-image img {
    width: 100%;
    height: 100%;
}

.service-card-items .service-content {
    padding: 35px 30px;
    position: relative;
    z-index: 9;
}

.service-card-items .service-content .icon {
    width: 70px;
    height: 70px;
    line-height: 65px;
    text-align: center;
    border-radius: 8px;
    background-color: var(--theme);
    margin-bottom: 30px;
    margin-top: -70px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
}

.service-card-items .service-content .icon img {
    filter: grayscale(100%) brightness(300%);
}

.service-card-items .service-content h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.service-card-items .service-content h4 a:hover {
    color: var(--theme);
}

.service-card-items:hover .icon {
    transform: scaleX(-1);
}

.service-section-3 {
    position: relative;
}

.service-section-3 .line-shape-2 {
    position: absolute;
    bottom: -160px;
    left: 0;
    right: 0;
}

.service-section-3 .line-shape-2 img {
    width: 100%;
    height: 100%;
}

.service-details-wrapper .service-details-items .details-image {
    text-align: center;
}

.sec-subtitle {
    font-size: 21px;
    color: #07A3C5;
    margin: 12px 0px 0px 0px;
    font-weight: 700;
}

.sec-subtitle span {
    padding-left: 10px;
}

.sec-subtitle span:before {
    content: '';
    left: -10px;
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 2px;
    height: 1.1em;
    top: 4px;
    background-color: #07A3C5;
}

.details-content h3 {
    font-size: 31px;
    color: #002b5c;
}

.strong-black-text {
    font-weight: 600;
    color: #000;
    font-size: 30px;
    line-height: 1.5;
}

.service-details-wrapper .service-details-items .details-content {
    margin-top: 35px;
}

@media (max-width: 575px) {
    .service-details-wrapper .service-details-items .details-content {
        margin-top: 25px;
    }
}

.service-details-wrapper .service-details-items .details-content h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .service-details-wrapper .service-details-items .details-content h3 {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .service-details-wrapper .service-details-items .details-content h3 {
        font-size: 24px;
    }
}

.details-video-items {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 575px) {
    .details-video-items {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.details-video-items .video-thumb {
    position: relative;
}

.details-video-items .video-thumb img {
    width: 100%;
    height: 100%;
}

.details-video-items .video-thumb .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.video-thumb .video-box .video-btn {
    width: 55px;
    height: 55px;
    line-height: 55px;
    background-color: var(--white);
    color: var(--theme);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.video-thumb .video-box .ripple::before,
.video-thumb .video-box .ripple::after {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    width: 62px;
    height: 62px;
}

.details-video-items .content p {
    margin-top: 5px;
    color: #009a4e;
}

.details-video-items .content .list {
    margin-top: 20px;
}

.details-video-items .content .list li {
    font-weight: 500;
}

.details-video-items .content .list li:not(:last-child) {
    margin-bottom: 10px;
}

.details-video-items .content .list li i {
    margin-right: 10px;
    color: var(--theme);
}

.service-details-wrapper .service-details-items .details-content .image-area {
    margin-top: 30px;
    margin-bottom: 40px;
}

.service-details-wrapper .service-details-items .details-content .image-area .thumb img {
    width: 100%;
    height: 100%;
}

.main-sidebar .single-sidebar-widget {
    padding: 40px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.main-sidebar .single-sidebar-widget .wid-title {
    margin-bottom: 25px;
}

.main-sidebar .single-sidebar-widget .widget-categories ul li {
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
    justify-content: space-between;
    padding: 20px;
    background-color: var(--white);
    font-weight: 500;
}

.main-sidebar .single-sidebar-widget .widget-categories ul li:not(:last-child) {
    margin-bottom: 12px;
}

.main-sidebar .single-sidebar-widget .widget-categories ul li a {
    color: var(--header);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li i {
    color: var(--theme);
    transition: all 0.4s ease-in-out;
}

.main-sidebar .single-sidebar-widget .widget-categories ul li:hover {
    background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li:hover a {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li:hover i {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li.active {
    background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li.active a {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li.active i {
    color: var(--white);
}

.main-sidebar .single-sidebar-widget .opening-category ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background-color: var(--white);
    font-weight: 500;
    color: var(--header);
}

.main-sidebar .single-sidebar-widget .opening-category ul li:not(:last-child) {
    margin-bottom: 12px;
}

.main-sidebar .single-sidebar-widget .opening-category ul li i {
    color: var(--theme);
}

.main-sidebar .single-sidebar-image {
    height: 400px;
    max-width: 500px;
    position: relative;
}

@media (max-width: 991px) {
    .main-sidebar .single-sidebar-image {
        max-width: 800px;
    }
}

.main-sidebar .single-sidebar-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, #ff7029 0%, rgba(0, 6, 12, 0) 100%);
    opacity: 0.9;
}

.main-sidebar .single-sidebar-image .contact-text {
    position: relative;
    text-align: center;
    padding: 130px 30px;
    margin: 0 auto;
}

.main-sidebar .single-sidebar-image .contact-text .icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: var(--white);
    text-align: center;
    color: var(--theme);
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.main-sidebar .single-sidebar-image .contact-text .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--white);
    content: "";
    transform: translate(-50%, -50%);
}

.main-sidebar .single-sidebar-image .contact-text h4 {
    color: var(--white);
    margin-top: 30px;
}

.main-sidebar .single-sidebar-image .contact-text h5 {
    margin-top: 15px;
}

.main-sidebar .single-sidebar-image .contact-text h5 a {
    color: var(--white);
}

.team-section {
    position: relative;
}

.team-section .line-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.team-section .line-shape img {
    width: 100%;
    height: 100%;
}

.team-section .mask-shape {
    position: absolute;
    top: -40%;
    right: -2%;
}

.team-wrapper {
    position: relative;
    z-index: 9;
}

.team-wrapper .team-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding: 35px 0;
    position: relative;
}

@media (max-width: 767px) {
    .team-wrapper .team-items {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 30px;
    }
}

.team-wrapper .team-items .team-title {
    width: 250px;
}

.team-wrapper .team-items .team-title span {
    color: var(--theme);
    margin-bottom: 5px;
    display: inline-block;
}

.team-wrapper .team-items .team-title h4 {
    position: relative;
    transition: all 0.4s ease-in-out;
}

.team-wrapper .team-items .team-title h4::before {
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--white);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.team-wrapper .team-items .team-title h4 a {
    color: var(--white);
}

.team-wrapper .team-items .team-title h4:hover {
    padding-left: 40px;
}

.team-wrapper .team-items .team-title h4:hover::before {
    opacity: 1;
    visibility: visible;
}

.team-wrapper .team-items p {
    color: rgba(255, 255, 255, 0.8);
}

.team-wrapper .team-items .social-profile {
    display: flex;
    align-items: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    overflow: hidden;
    gap: 10px;
}

.team-wrapper .team-items .social-profile ul {
    transform: translateX(100px);
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
}

.team-wrapper .team-items .social-profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: block;
    background: rgba(56, 75, 255, 0.2);
    color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    margin: 0 auto;
}

.team-wrapper .team-items .social-profile ul li a:hover {
    background-color: var(--theme);
    color: var(--white);
}

@media (max-width: 575px) {
    .team-wrapper .team-items .social-profile ul {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

.team-wrapper .team-items .social-profile .plus-btn {
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: var(--white);
    color: var(--theme);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-wrapper .team-items .social-profile:hover ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.team-wrapper .team-items .team-hover {
    width: 176px;
    height: 176px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%) rotate(10deg);
    inset-inline-start: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 75%;
    border-radius: 30px;
    opacity: 0;
    transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    margin: -200px 0 0 -50px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    visibility: hidden;
}

.team-wrapper .team-items:hover .team-hover {
    opacity: 1;
    visibility: visible;
}

.team-card-items {
    margin-top: 30px;
}

.team-card-items .team-image {
    position: relative;
}

.team-card-items .team-image img {
    width: 100%;
    height: 100%;
}

.team-card-items .team-image .social-profile {
    position: absolute;
    right: 30px;
    top: 30px;
    content: "";
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
}

.team-card-items .team-image .social-profile ul {
    transform: translateY(-100px);
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.team-card-items .team-image .social-profile ul li:not(:last-child) {
    margin-bottom: 10px;
}

.team-card-items .team-image .social-profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    display: block;
    background: var(--white);
    color: var(--header);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    margin: 0 auto;
}

.team-card-items .team-image .social-profile ul li a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.team-card-items .team-image .social-profile .plus-btn {
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    display: inline-block;
    background: var(--theme);
    color: var(--white);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
}

.team-card-items .team-image .social-profile:hover ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.team-card-items .team-content {
    margin-top: -50px;
    position: relative;
    z-index: 9;
    padding: 30px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    margin-right: 30px;
}

.team-card-items .team-content h3 {
    margin-bottom: 5px;
}

.team-card-items .team-content h3 a:hover {
    color: var(--theme);
}

.team-section-2 {
    position: relative;
}

.team-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg);
    opacity: 0.3;
}

.team-section-3 {
    position: relative;
}

.team-section-3 .mask-shape {
    position: absolute;
    top: 0;
    right: 0;
}

.team-section-3 .line-shape {
    position: absolute;
    bottom: -10%;
    left: 0;
}

.single-team-items {
    margin-top: 30px;
}

.single-team-items .team-image {
    position: relative;
    height: 280px;
}

@media (max-width: 767px) {
    .single-team-items .team-image {
        height: initial;
    }
}

.single-team-items .team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-team-items .team-image .social-profile {
    position: absolute;
    right: 20px;
    bottom: -4px;
    content: "";
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    z-index: 99;
}

.single-team-items .team-image .social-profile ul {
    transform: translateY(100px);
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.single-team-items .team-image .social-profile ul li {
    margin-bottom: 10px;
}

.single-team-items .team-image .social-profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    display: block;
    background: var(--white);
    color: var(--theme);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}

.single-team-items .team-image .social-profile ul li a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.single-team-items .team-image .social-profile .plus-btn {
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    background: var(--theme);
    color: var(--white);
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
}

.single-team-items .team-image .social-profile .plus-btn:hover {
    background-color: var(--header);
    color: var(--white);
}

.single-team-items .team-image .social-profile:hover ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.single-team-items .team-content {
    padding: 50px 20px 30px;
    background-color: var(--bg2);
    clip-path: polygon(100% 0, 100% 100%, 0 98%, 0 17%);
    margin-top: -25px;
    position: relative;
    z-index: 9;
    transition: all 0.4s ease-in-out;
}

.single-team-items .team-content h3 {
    margin-bottom: 5px;
}

.single-team-items .team-content h3 a {
    color: var(--white);
}

.single-team-items .team-content p {
    color: var(--white);
}

.single-team-items:hover .team-content {
    background-color: var(--theme);
}

.single-team-items:hover .team-image {
    position: relative;
}

.single-team-items:hover .team-image img {
    width: 100%;
    height: 100%;
}

.single-team-items:hover .team-image .social-profile .plus-btn {
    background-color: var(--header);
    color: var(--white);
}

.team-box-items {
    margin-top: 30px;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 40px;
    text-align: center;
}

.team-box-items .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.team-box-items .team-content {
    margin-top: 20px;
}

.team-box-items .team-content h3 {
    margin-bottom: 5px;
}

.team-box-items .team-content h3 a:hover {
    color: var(--theme);
}

.team-box-items .team-content p {
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
}

.team-box-items .team-content .social-icon {
    gap: 25px;
    justify-content: center;
    padding-top: 25px;
}

.team-box-items .team-content .social-icon a {
    color: var(--text);
    font-size: 18px;
}

.team-box-items .team-content .social-icon a:hover {
    color: var(--theme);
}

.team-details-wrapper .team-details-image img {
    width: 100%;
    height: 100%;
}

.team-details-wrapper .team-details-content {
    margin-left: 40px;
}

@media (max-width: 991px) {
    .team-details-wrapper .team-details-content {
        margin-left: 0;
    }
}

.team-details-wrapper .team-details-content .details-info {
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.team-details-wrapper .team-details-content .details-info h3 {
    margin-bottom: 5px;
}

.team-details-wrapper .team-details-content .details-info span {
    color: var(--text);
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items {
    width: 100%;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items:not(:last-child) {
    margin-bottom: 30px;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head .title {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head .point {
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .progress {
    background: var(--bg);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    display: flex;
    height: 12px;
    width: 100%;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .progress-value {
    animation: load 3s normal forwards;
    border-radius: 0;
    background: var(--theme);
    height: 12px;
    width: 0;
    border-radius: 16px;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .style-two {
    animation: load2 3s normal forwards;
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 85%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }

    100% {
        width: 95%;
    }
}

.team-details-wrapper .team-details-content .social-icon {
    margin-top: 40px;
}

.team-details-wrapper .team-details-content .social-icon span {
    font-size: 16px;
    font-weight: 700;
    color: var(--header);
    margin-right: 15px;
}

.team-details-wrapper .team-details-content .social-icon a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid var(--border);
    display: inline-block;
    color: var(--text);
    transition: all 0.4s ease-in-out;
}

.team-details-wrapper .team-details-content .social-icon a:not(:last-child) {
    margin-right: 5px;
}

.team-details-wrapper .team-details-content .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid transparent;
}

.team-details-wrapper .team-single-history .title {
    border-bottom: 1px solid var(--border);
    padding-bottom: 30px;
}

.team-details-wrapper .team-single-history h5 {
    font-weight: 600;
}

.team-details-wrapper .team-single-history h5 span {
    border: 1px solid var(--theme);
    color: var(--theme);
    font-size: 14px;
    font-weight: 400;
    padding: 6px 16px;
    border-radius: 16px;
    margin-left: 20px;
}

.testimonial-section {
    position: relative;
}

.testimonial-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg2);
    top: 50%;
    z-index: -1;
}

.testimonial-wrapper {
    background-color: var(--bg);
    padding: 80px;
    position: relative;
}

.testimonial-wrapper .swiper-dot-2 {
    position: absolute;
    bottom: 50px;
    right: 80px;
}

@media (max-width: 991px) {
    .testimonial-wrapper .swiper-dot-2 {
        display: none;
    }
}

@media (max-width: 767px) {
    .testimonial-wrapper {
        padding: 60px 50px;
    }
}

@media (max-width: 575px) {
    .testimonial-wrapper {
        padding: 50px 40px;
    }
}

.testimonial-wrapper .testimonial-items {
    display: flex;
    align-items: center;
    gap: 55px;
    padding-bottom: 20px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper .testimonial-items {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .testimonial-wrapper .testimonial-items {
        gap: 40px;
    }
}

.testimonial-wrapper .testimonial-items .tesimonial-image {
    max-width: 366px;
    flex-basis: 85%;
    height: 311px;
    position: relative;
}

@media (max-width: 1399px) {
    .testimonial-wrapper .testimonial-items .tesimonial-image {
        flex-basis: 100%;
    }
}

.testimonial-wrapper .testimonial-items .tesimonial-image .star {
    padding: 10px 14px;
    border-radius: 30px;
    background-color: var(--white);
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -7%;
    transform: translateX(-50%);
}

.testimonial-wrapper .testimonial-items .tesimonial-image .star i {
    color: var(--theme);
}

.testimonial-wrapper .testimonial-items .tesimonial-image .star i:nth-last-of-type(1) {
    color: var(--theme);
    opacity: 0.25;
}

.testimonial-wrapper .testimonial-items .testimonial-content p {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid rgba(56, 75, 255, 0.2);
    padding-bottom: 30px;
}

@media (max-width: 575px) {
    .testimonial-wrapper .testimonial-items .testimonial-content p {
        padding-bottom: 20px;
    }
}

.testimonial-wrapper .testimonial-items .testimonial-content .author-details {
    padding-top: 35px;
}

@media (max-width: 575px) {
    .testimonial-wrapper .testimonial-items .testimonial-content .author-details {
        padding-top: 20px;
    }
}

.testimonial-wrapper .testimonial-items .testimonial-content .author-details h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.tesimonial-section-2 {
    position: relative;
    margin-bottom: -20px;
}

.tesimonial-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #ff7029;
    opacity: 0.9;
}

.tesimonial-section-2::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--white);
    top: 80%;
}

.testimonial-box-items {
    position: relative;
    z-index: 9;
    margin-top: 30px;
    background-color: var(--white);
    box-shadow: 0px 4px 25px rgba(56, 75, 255, 0.08);
    padding: 40px;
    margin-bottom: 20px;
}

.testimonial-box-items .icon {
    position: absolute;
    top: 40px;
    right: 40px;
}

.testimonial-box-items .client-items {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
}

.testimonial-box-items .client-items .client-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.testimonial-box-items .client-items .client-image.style-2 {
    width: 100px;
    height: 100px;
}

.testimonial-box-items .client-items .client-content h4 {
    margin-bottom: 5px;
}

.testimonial-box-items .client-items .client-content .star {
    margin-top: 5px;
}

.testimonial-box-items .client-items .client-content .star i {
    color: var(--theme);
}

.testimonial-box-items .client-items .client-content .star .color-text {
    color: var(--text);
    opacity: 0.4;
}

.tesimonial-section-3 {
    position: relative;
}

.tesimonial-section-3 .line-shape {
    position: absolute;
    bottom: 0;
    left: 0;
}

.tesimonial-section-3 .mask-shape {
    position: absolute;
    right: 0;
    top: 5%;
}

@media (max-width: 1899px) {
    .tesimonial-section-3 .array-button {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .tesimonial-section-3 .array-button {
        display: none;
    }
}

.tesimonial-section-3 .array-button .array-prev {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    left: 12%;
    z-index: 9;
    border: 1px solid var(--white);
    color: var(--white);
}

@media (max-width: 1899px) {
    .tesimonial-section-3 .array-button .array-prev {
        position: initial;
    }
}

.tesimonial-section-3 .array-button .array-prev:hover {
    border: 1px solid transparent;
}

.tesimonial-section-3 .array-button .array-next {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    right: 12%;
    z-index: 9;
}

@media (max-width: 1899px) {
    .tesimonial-section-3 .array-button .array-next {
        position: initial;
    }
}

.testimonial-wrapper-2 .tesimonial-image {
    margin-bottom: -120px;
}

@media (max-width: 991px) {
    .testimonial-wrapper-2 .tesimonial-image {
        margin-bottom: 0;
    }
}

.testimonial-wrapper-2 .tesimonial-image img {
    width: 100%;
    height: 100%;
}

.testimonial-wrapper-2 .tesimonial-area {
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-2 .tesimonial-area {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .testimonial-wrapper-2 .tesimonial-area {
        margin-right: 0;
    }
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items {
    padding: 50px 30px;
    background-color: var(--white);
    border-radius: 12px;
    position: relative;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items {
        padding: 35px 25px;
    }
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .icon {
    position: absolute;
    right: 30px;
    top: 20px;
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .star {
    margin-bottom: 15px;
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .star i {
    color: var(--theme);
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .client-info-items {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .client-info-items {
        margin-top: 20px;
    }
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .client-info-items .thumb {
    width: 60px;
    height: 60px;
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .client-info-items .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/*# sourceMappingURL=main.css.map */


/* New Package Css Start */

.sustainable-section:before {
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
    background-color: #F8F8F8;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
}

.heading {
    width: 68%;
    margin: auto;
    padding-bottom: 50px;
}

.sustainable-section div#v-pills-tab {
    display: ruby-text !important;
}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #002b5c;
    border-radius: 0;
    border: 0;
}

.nav-pills .nav-link {
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #999;
    border-radius: 0;
    color: #000;
    padding: 0 22px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    background-color: #fff;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-pills .nav-link span {
    background-color: #2294bc;
    color: #fff;
    width: 75px;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-right: 18px;
}

#v-pills-tabContent {
    border: 0;
}

.tab-content>.active {
    display: block;
}

.align-items-center {
    align-items: center !important;
}

.tab-img {
    position: relative;
}


.tab-img img {
    max-width: 100%;
}



.tab-img img.bolt-img {
    position: absolute;
    bottom: 110px;
    right: 30px;
    max-width: 200px;
}

.research-analysis {
    position: relative;
}

.research-analysis h3 {
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 20px;
}

ul.list-style li {
    position: relative;
    padding-bottom: 16px;
    padding-left: 25px;
    font-size: 18px;
    color: #444444;
}

ul.list-style li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #009a4e;
    top: 7px;
    left: 0;
}

.research-analysis span {
    position: absolute;
    right: 0;
    font-weight: 900;
    font-size: 220px;
    bottom: -24%;
    color: #009A4E30;
    line-height: 220px;
}


@media (min-width: 992px) {
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}

/* New Package Css End */

/* New Testimonial Start */

.section-customer {
    /* padding-top: 300px; */
}

.section-customer .heading {
    padding-bottom: 30px;
}

.heading.two {
    margin: 0;
    width: 100%;
    text-align: start;
    position: relative;
}

.heading.two img {
    display: inline-block;
    margin: 0;
    margin-right: 12px;
}

.heading.two span {
    display: inline;
}

.heading span {
    text-transform: uppercase;
    font-weight: 600;
    color: #ff7029;
    letter-spacing: 1px;
    padding-bottom: 10px;
    display: block;
}

.heading.two h2 {
    padding-top: 10px;
}

.nav-c-slider {
    width: 82%;
}

a.next-slide.nav-active {
    position: relative;
}

a.next-slide.nav-active img {
    border: 5px solid #002b5c;
    padding: 5px;
    width: 110px;
}

.nav-c-slider img {
    border-radius: 50%;
    margin: 7px;
    margin-bottom: 2px;
}

.customer {
    padding-top: 30px;
}

.customer h5 {
    font-size: 18px;
}

ul.star {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 28px;
    gap: 5px;
    color: #009a4e;
}

li {
    display: block;
}

.c-slider {
    background-color: #009a4e;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    padding-bottom: 106px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.c-slider .slick-list {
    text-align: center;
}

.slick-list {
    margin: auto;
    width: 85%;
    text-align: center;
    margin-left: 50px !important;
}

.c-slider img {
    margin: auto;
    padding-top: 130px;
}

.c-slider .slick-list p {
    font-size: 21px;
    line-height: 30px;
    color: #fff;
}

.c-slider .slick-list h3 {
    padding-top: 26px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 4px;
}

/* New Testimonial End */


/* healp section start  */

.srex-service {
    background: #fff;
    padding-top: 100px;
}

.srex-section {
    padding-bottom: 120px;
    position: relative;
}

.text-center {
    text-align: center !important;
}

.srex-section__head__badge {
    color: #1D8F2C;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}



.srex-service .srex-section__head__title {
    max-width: 700px;
    margin: 0 auto 60px auto;
}


.srex-info-box__item {
    border-radius: 20px;
    background: #fab76e24;
    padding: 40px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.d-flex {
    display: flex !important;
}

.srex-info-box__item__img {
    width: 80px;
    height: 80px;
    /* background: #FBFBFB; */
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.srex-info-box__item__img img {
    height: 64px;
    width: 64px;
}

.srex-info-box__item__number {
    -webkit-text-stroke: 1px #232434;
    color: transparent;
}

.srex-info-box__item__text {
    margin: 20px 0;
    transition: all 0.3s ease-in-out;
}

.srex-info-box__more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.srex-info-box__more a {
    color: #24231d;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    text-transform: capitalize;
}

.srex-info-box__more i {
    color: #24231d;
    margin-left: 15px;
    transition: 0.3s;
}


.srex-info-box__item:hover {
    background: #fff;
    border: 2px solid #f78201;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.srex-info-box__item {
    border-radius: 20px;
    background: #F8F7F0;
    padding: 40px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}



/* healp section End  */



/*  Recent Projects Section Css Start  */

.no-bottom {
    padding-bottom: 0;
}

.heading.two {
    margin: 0;
    width: 100%;
    text-align: start;
    position: relative;
}

.heading.two img {
    display: inline-block;
    margin: 0;
    margin-right: 12px;
}

.heading.two span {
    display: inline;
}

.heading span {
    text-transform: uppercase;
    font-weight: 900;
    color: #ff7029;
    letter-spacing: 1px;
    padding-bottom: 10px;
    display: block;
}

.heading.two h2 {
    padding-top: 10px;
}

.swiper.project-slider {
    padding-top: 140px;
    margin-top: -140px;

}

.project-slider .projects {
    width: 94%;
    position: relative;
    margin-bottom: 40px;
}


.project-img {
    position: relative;
}

figure {
    overflow: hidden;
    margin-bottom: 0;
}

.projects img {
    width: 100%;
}


.project-img>a i {
    display: contents;
    color: #ffffff;
}


.projects h5 {
    font-size: 20px;
    font-weight: 800;
    color: var(--common-colour);
}


.projects span {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 4px;
    display: block;
    font-weight: 600;
}

/* .section-fun-facts {
    padding-top: 80px;
} */


.fun-facts {
    display: flex;
    align-items: center;
    border: 1px solid #f78201;
    padding: 30px 20px;
    margin-left: 40px;
    position: relative;
    width: 85%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* .fun-facts img {
    width: 110px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f78201;
    margin-left: -40px;
    margin-right: 30px;
    font-size: 60px;
} */
.fun-facts .review-image {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    margin-left: -70px;
    margin-right: 30px;
    border: 1px solid #2294bc;
    max-width: 170px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.fun-facts h2 {
    font-weight: 900;
    font-size: 50px;
}

.fun-facts h2 span {
    font-weight: 900;
}

.fun-facts span {
    font-weight: 700;
    color: #000;
}

.fun-facts img {
    position: absolute;
    right: 0;
    bottom: 0;
}


i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
    font-family: flaticon_mycollection !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-wind-energy:before {
    content: "\f111";
    color: #fff;
}


.flaticon-link:before {
    content: "\f114";
    color: #fff;
}

.flaticon-solar-panel-1:before {
    content: "\f113";
    color: #fff;
}


.projects a {
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 16px;
    display: block;
    line-height: 34px;
}

.projects h5 {
    font-size: 20px;
    font-weight: 600;
    color: #2294bc;
}


.projects span {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 4px;
    display: block;
    font-weight: 600;
}


.project-img>a {
    z-index: 11;
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: #002b5c;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    padding: 0;
}


.swiper-button {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 190px !important;
    height: 68px;
    background-color: var(--common-colour);
    z-index: 11;
}

.swiper-button-next,
.swiper-button-prev {
    width: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 5px;
    left: auto;
}


.swiper-button i {
    width: 70px;
    height: 50px;
    background-color: #ff7c3b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
}

.flaticon-right-arrow:before {
    content: "\f11a";
}


.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    /* content: 'prev'; */
    display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    /* content: 'next'; */
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 85px !important;
}


.swiper-button-next:hover i,
.swiper-button-prev:hover i {
    background: #002b5c;
    color: #fff;
    transform: translateY(-2px);
}



/*  Recent Projects Section Css End  */

.icon_img {
    width: 45px;
    height: 45px;
}


/* testimonials video css start */

.testimonial-card {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    border: 2px solid #002b5c;
    border-radius: 20px;
    position: relative;
    font-family: 'Segoe UI', sans-serif;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-icon {
    font-size: 60px;
    color: #ff6a00;
    position: absolute;
    top: -20px;
    left: 20px;
    background: #fff;
    padding: 0 10px;
}

.testimonial-title {
    font-size: 28px;
    color: #002b5c;
    margin: 30px 0 15px;
}

.testimonial-text {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.testimonial-author {
    margin-top: 25px;
    font-size: 16px;
    color: #111;
}

.testimonial-author strong {
    font-weight: 700;
}

.testimonial-author em {
    display: block;
    font-style: italic;
    color: #444;
}


/* testimonials video css end */

/* why choose us section start  */


.align-items-center {
    align-items: center !important;
}

.energy-projects {
    display: flex;
    align-items: center;
}

.energy-projects i {
    font-size: 50px;
    color: #fff;
    width: 100px;
    border-radius: 50%;
    margin-right: 20px;
    height: 100px;
    background-color: #009a4e;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 3px solid #002b5c;
    transition: .4s ease-in-out;
}

.energy-projects a {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 6px;
    display: block;
    color: #2294bc;
}

.energy-projects+.energy-projects {
    margin-top: 54px;
}

.energy-projects {
    display: flex;
    align-items: center;
}

.energy-projects:hover i {
    outline-color: #009a4e;
    transform: rotate(359deg);
}


/* why choose us section end  */

/* ev charge section start */

.bg-about-h4 {
    background: #f6f6f6;
}

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

.thumbanil-about-four {
    position: relative;
    max-width: -moz-max-content;
    max-width: max-content;
}

.thumbanil-about-four .small-bottom-right {
    position: absolute;
    bottom: -40px;
    right: -40px;
    padding: 30px;
    background-image: url(../img/30.jpg);
    max-width: -moz-max-content;
    max-width: max-content;
    border-radius: 8px;
}

.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.thumbanil-about-four .small-bottom-right .title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 38px;
    font-size: 26px;
}

.pl--50 {
    padding-left: 50px !important;
}

.solari-title-area-four span.pre-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f78201;
    display: block;
    margin-bottom: 16px;
    padding-left: 60px;
    position: relative;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-bottom: 16px;
}

.solari-title-area-four .pre-title {
    text-align: left;
    margin-right: auto;
    margin-left: 0;
}

.pre-title::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url(../img/03.png);
    height: 7px;
    width: 48px;
    background-size: contain;
    background-repeat: no-repeat;
}

.word-line {
    overflow: hidden;
}

.solari-title-area-four span.pre-title::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url(../images/banner/shape/03.png);
    height: 7px;
    width: 48px;
    background-size: contain;
    background-repeat: no-repeat;
}

.index-shop .rts-btn {
    border-radius: 6px;
}

.rts-btn.btn-primary {
    color: #fff;
    background: #1f1f25;
}

.rts-btn {
    padding: 19px 40px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    font-family: var(--font-secondary);
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
    min-width: -moz-max-content;
    min-width: max-content;
}

.rts-btn.btn-primary::before {
    background: var(--color-primary);
}

.index-shop .rts-btn::before {
    border-radius: 6px;
}

.rts-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(1);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    border-radius: 100px;
}


.about-inner-four-h4 .check-area-wrapper .single-check {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}


@media (max-width: 1199px) {
    .rts-section-gap {
        padding: 40px 0px;
    }

    .solari-title-area-four {
        margin-top: 30px;
    }
}

/* ev charge section end */

/* call to action start */
.contact-us-section {
    position: relative;
}

.contact-us-section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/call_to_action.png);
    background-repeat: no-repeat;
}

.row.contact-us {
    background: #009a4e;
    padding: 50px 0 50px;
}

.align-items-center {
    align-items: center !important;
}

.animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.section-main-title.contact-us h2 {
    color: #ffff;
    margin-bottom: 17px;
}

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft;
}

.contact-us-discription p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}

.solar-btn {
    display: inline-block;
    margin-left: 32px;
}

.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.solar-btn.contact-us a {
    background: #fff;
    color: #1c1632;
}

.solar-btn.contact-us a {
    background: #fff;
    color: #1c1632;
}

.solar-btn a {
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #e63a27;
    color: #fff;
    padding: 13px 25px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.solar-btn a::before {
    position: absolute;
    content: "";
    background-color: #19142d;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 3px;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: -1;
    transition: all 500ms ease;
}

/* .solar-btn.contact-us a:hover {
    color: #ffffff;
} */

.solar-btn.contact-us a {
    background: #fff;
    color: #1c1632;
}


/* call to action end */



.brand-section-2.section-padding {
    padding: 30px 0 !important;
}



/* ///////////////////////////////// */


.commnet_google {

    max-height: 120px;
    overflow-y: scroll;
}

/* awards Section Start */

.awards-wrapper {
    padding: 60px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    text-align: center;
}

.award-col {
    flex: 0.2 1 250px;
    min-width: 250px;
}

.award-center {
    flex: 1 1 100px;
}

.award-center img {
    width: 100px;
    animation: float 2s infinite ease-in-out;
}

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

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

.counter {
    font-size: 50px;
    font-weight: 900;
    color: #002b5c;
}

.label {
    font-size: 1rem;
    color: #009a4e;
    margin-top: 8px;
    font-weight: 700;
}

.title {
    font-weight: bold;
    color: #0d254a;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .awards-wrapper {
        flex-direction: column;
        gap: 30px;
    }
}

/* awards Section End */



/* New Video Testimonials section start */

.video-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.video-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--header);
    content: "";
    z-index: -1;
}

.video-area .ch-top-title-s2 {
    padding: 100px 0 0;
}

.ch-top-title-s2 {
    text-align: left;
}

.ch-top-title,
.ch-top-title-s2,
.ch-top-title-s3 {
    margin-bottom: 45px;
    text-align: center;
}

.ch-top-title-s2 span {
    padding-right: 0;
}

.ch-top-title span,
.ch-top-title-s2 span,
.ch-top-title-s3 span {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #009a4e;
    font-family: "Poppins", sans-serif;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.video-area .ch-top-title-s2 h2 {
    color: #fff;
}

.ch-top-title h2,
.ch-top-title-s2 h2,
.ch-top-title-s3 h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    margin-top: 5px;
}

.video-area .ch-top-title-s2 p {
    color: #fff;
    margin-bottom: 30px;
}

.ch-btn-style-4 {
    background: #03B162;
}

.ch-btn-style-1,
.ch-btn-style-2,
.ch-btn-style-3,
.ch-btn-style-4 {
    background: #f78201;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 20px 45px;
    border: 0;
    z-index: 11;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.ch-btn-style-4::before {
    background: #f78201;
}

.ch-btn-style-1::before,
.ch-btn-style-2::before,
.ch-btn-style-3::before,
.ch-btn-style-4::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #002b5c;
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition: 0.5s;
    z-index: -1;
}

.video-area .video-right-img {
    margin-bottom: 3px;
    padding-top: -5px;
    display: flex;
    align-items: center;
}

.video-area .video-right-img .open-video {
    width: 102px;
    height: 102px;
    line-height: 102px;
    border-radius: 50%;
    display: block;
    background: #03B162;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    position: relative;
    right: -50px;
    top: -50px;
}

.video-area .video-right-img .open-video:before {
    border: 1px solid #009a4e;
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: animated-border 1500ms ease-out infinite;
}

.video-area .shape1 {
    position: absolute;
    left: -100px;
    top: -100px;
    width: 212px;
    height: 212px;
    background: #2294bc;
    border-radius: 50%;
    border: 10px solid #fff;
    z-index: -1;
}

.video-area .shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.video-area .shape2 span {
    display: block;
    width: 212px;
    height: 212px;
    background: #002b5c;
    opacity: 0.659;
    border-radius: 50%;
    position: absolute;
    left: -80px;
    bottom: -50px;
    z-index: 1;
}

.video-area .shape2 span:nth-child(2) {
    left: -180px;
    bottom: -100px;
    z-index: -1;
}

.video-area .shape2 span:nth-child(3) {
    left: -120px;
    bottom: 20px;
    z-index: -1;
}



.video_testimonial_shape {
    position: absolute;
    left: 50px;
    bottom: 0px;
}

.video_testimonial_shape img {
    width: 155px;
}

@media (max-width: 768px) {
    .video_testimonial_shape {
        left: 0px;
    }
}

/* New Video Testimonials section end */


.package-card.improved-design {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

.pkg-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.pkg-header h4 {
    font-size: 1.2rem;
    color: #002b5c;
    margin: 0;
}

.pkg-price {
    font-size: 12px;
    color: #111;
    font-weight: bold;
    padding: 5px 10px;
    margin: 10px 0;
    font-weight: 800;
    line-height: 2;
    border-radius: 7px;
    border: 1px solid #009a4e;
    background: #57b33e2b;
    color: #313131 !important;
}

.pkg-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pkg-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    font-size: 1rem;
    color: #444;
}

.pkg-list li i {
    color: #002b5c;
}


.pack_tabing {
    color: black !important;
    background-color: #fff !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border: 1px solid #002b5c !important;
    border-radius: 0px !important;
}

.pack_tabing:hover {
    background-color: #002b5c !important;
    color: #fff !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.pack_tabing.active {
    background-color: #002b5c !important;
    color: #fff !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


.tabing_main {
    gap: 15px !important;
}

/* Container styling */
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
}

/* Text link styling */
.contact-list li a {
    text-decoration: none;
    color: #fff;
    font-size: 23px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.contact-list li a:hover {
    transform: translateX(-5px);
}

/* Icon circle with animated ring */
.icon-circle {
    position: relative;
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 1;
    margin-right: 15px;

    /* Add subtle glowing border */
    box-shadow: 0 0 10px rgba(247, 130, 1, 0.6);
}

/* First ripple ring */
.icon-circle::before,
.icon-circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
    opacity: 0;
    animation: ripple 3s infinite ease-out;
    background-color: rgb(255 112 41);
}

/* Second ripple ring delayed */
.icon-circle::after {
    animation-delay: 1s;
}

/* Ripple effect like Sunboost */
@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    70% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

.header-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: #ffffff;
    clip-path: polygon(0 0, 43% 0, 50% 100%, 0% 100%);
    z-index: 99;
}

.header-top-section,
.header-top-section .container-fluid,
.logo,
.contact-info {
    position: relative;
    /* z-index: 2; */
}

@media (max-width: 991px) {
    .header-shape {
        display: none;
    }
}

.header-top-wrapper .top-left .by-default-logo {
    position: absolute;
    top: 30%;
    z-index: 9999999 !important;
}

.by-default-logo {
    display: block;
}

.scroll-logo {
    display: none;
}

.header-1.sticky .by-default-logo {
    display: none;
}

.header-1.sticky .scroll-logo {
    display: block;
}

.contact-address {
    display: flex;
    align-items: center;
    transition: all .5s;
    margin-bottom: 20px;
    color: var(--text-2);
    letter-spacing: 0.6px;
}

.contact-address svg#map_marker {
    height: 50px;
    margin-right: 20px;
}

.contact-address svg#address {
    height: 30px;
    margin-right: 15px;
}

.contact-address span {
    display: contents;
    font-size: 12px;
    letter-spacing: 0.8px;
}

.contact-address svg#email {
    height: 15px;
    margin-right: 20px;
}

.contact-address svg#phone {
    height: 20px;
    margin-right: 16px;
}

.last-footer-social .fa {
    font-size: 12px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: #1f242c;
    border: 1px solid rgba(255, 255, 255, .4);
    margin-right: 15px;
    margin-top: 20px;
}

.last-footer-social {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.social-icon {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

.social-icon:hover {
    background-color: #ff7029;
    border-color: #ffffff;
}

.header-top-wrapper .contact-list li .icon-circle .fa-solid.fa-phone-volume {
    rotate: 330deg;
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .icon img {
    max-width: 45px;
}

.testi_designation {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.home-swipper-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 190px !important;
    margin-top: 30px;
    height: 68px;
    background-color: var(--common-colour);
    z-index: 11;
}

@media (max-width: 1199px) {
    .home-swipper-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.hero-text-slider {
    overflow: visible !important;
}

@media (max-width: 1199px) {
    .sustainable-section div#v-pills-tab {
        display: flex !important;
    }

    .nav-pills .nav-link {
        margin-bottom: 30px !important;
        font-size: 18px !important;
    }
}

.hero-section .container-fluid {
    padding: 0 130px;
}

@media (max-width: 1199px) {
    .hero-section .container-fluid {
        padding: 0px 15px;
    }

    .experience-img img {
        max-width: 100%;
    }

    .tab-img img.bolt-img {
        max-width: 115px;
        bottom: 30px !important;
        right: 20px !important;
    }

    .video-area .shape1 {
        display: none;
    }

    .video-area .shape2 {
        display: none;
    }

    .thumbanil-about-four img {
        max-width: 100%;
    }

    .heading {
        width: 100% !important;
    }

    .experience h3 {
        font-size: 21px !important;
    }

    .experience p {
        width: 100% !important;
    }

    .director-renewable img {
        max-width: 175px;
    }

    .director-renewable h4 {
        font-weight: 600;
        font-size: 16px !important;
    }

    .tabing_main {
        margin-top: 30px;
    }

    .projects a {
        font-size: 21px;
    }

    .projects h5 {
        font-size: 18px;
    }

    .gap {
        padding: 60px 0px !important;
    }

    .fun-facts .review-image {
        position: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -50px;
        margin-right: 30px;
        max-width: 125px;
        padding: 10px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .energy-projects a {
        font-size: 18px;
    }

    .faq-content .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-info-area .contact-info-items .content h3 {
        max-width: unset !important;
    }

    .contact-info-area .contact-info-items {
/*        flex-direction: column;
        align-items: flex-start;*/
    }

    .hero-section {
        padding-top: 130px;
        padding-bottom: 70px;
    }

    .solar-solution-btn {
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
        width: 160px;
        height: 58px;
        position: relative;
    }

    /* .swiper.project-slider {
      overflow: visible !important;
    } */

    .video-right-img img {
        max-width: 100% !important;
    }
}

.icon-green path {
    fill: #009a4e;
}

@media (max-width: 768px) {
    .header-1 .header-main .header-right .header__hamburger {
        margin-right: 15px;
    }

    .mobile-social-links .social-icon {
        background-color: var(--theme);
        border: 1px solid var(--theme);
    }

    .mobile-social-links .social-icon:hover {
        background-color: #009a4e;
        border: 1px solid #009a4e;
    }
}

@media (min-width: 1025px) {

    .offcanvas__info,
    .offcanvas__overlay,
    .body-overlay {
        display: none !important;
    }
}

.author-icon .icon-circle i {
    color: var(--theme);
}

.bolt-fun-image {
    max-width: 60px;
    opacity: .5;
}

.second-contact-info-area .contact-info-items .icon, .contact-info-area .contact-info-items .icon{
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}



@media (max-width: 1199px) {
    .second-contact-info-area {
        flex-wrap: wrap;
        gap: 40px;
        /* padding-top: 85px; */
        justify-content: flex-start !important;
    }
}

@media (max-width: 575px) {
    .second-contact-info-area {
        gap: 30px;
    }
}

.second-contact-info-area .contact-info-items {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    position: relative;
    padding-bottom: 40px;
}

@media (max-width: 1199px) {
    .second-contact-info-area .contact-info-items {
        /*flex-wrap: wrap;*/
        /* padding-bottom: 80px; */
    }

    .second-contact-info-area .contact-info-items .content h3 {
        font-size: 19px !important;
    }
}

.second-contact-info-area .contact-info-items:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 0px;
    height: 110px;
    margin-right: 84px;
}

@media (max-width: 1399px) {
    .second-contact-info-area .contact-info-items:not(:last-child) {
        border: none;
    }
}

@media (max-width: 1199px) {
    .second-contact-info-area .contact-info-items:not(:last-child) {
        border: none;
        height: initial;
        padding: 0;
    }
}

.second-contact-info-areaa .contact-info-items .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position: relative;
}

.second-contact-info-area .contact-info-items .icon::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/circle-2.png");
    animation: cir36 10s linear infinite;
}

.second-contact-info-area .contact-info-items .content p {
    color: var(--white);
    margin-bottom: 5px;
}

.second-contact-info-area .contact-info-items .content h3 {
    font-size: 19px;
    color: var(--white);
    max-width: 275px;
}

.second-contact-info-area .contact-info-items .content h3 a {
    color: var(--white);
}

.second-contact-info-area .contact-info-items .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position: relative;
}

.second-contact-info-area .contact-info-items .icon::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/circle-2.png");
    animation: cir36 10s linear infinite;
}

.director-renewable img {
    max-width: 100px;
    margin-right: 15px;
}

.welcome-solar-section .heading {
    padding-bottom: 80px;
}

.banner-icon {
    justify-content: center;
}

@media (max-width: 1199px) {
    .pkg-header {
        flex-direction: column;
        align-items: flex-start;
        justify-content: start;
    }

    .c-slider .slick-list {
        margin-left: 20px !important;
    }

    .contact-info-area .contact-info-items .content h3 a {
        font-size: 19px;
    }

    .bolt-fun-image {
        opacity: 0.3;
    }

    .welcome-solar-section .heading {
        padding-bottom: 50px;
    }

    .c-slider .slick-list p {
        font-size: 19px;
        line-height: 25px;
        color: #fff;
    }

    .brand-wrapper h6 {
        font-size: 19px;
        position: relative;
        margin-bottom: 25px;
    }

    .ch-top-title h2,
    .ch-top-title-s2 h2,
    .ch-top-title-s3 h2 {
        font-size: 28px;
    }

    .nav-c-slider {
        width: 100%;
    }
}

@media (max-width: 991px) {
    #header-sticky.sticky {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0 !important;
        transition: top 0.3s ease;
    }

    #header-sticky.sticky[data-scroll-dir="down"] {
        top: 25px !important;
    }

    #header-sticky.sticky[data-scroll-dir="up"] {
        top: 0 !important;
    }
}

.nav-tabs .nav-link {
    font-size: 19px;
    font-weight: 600;
}

@media (max-width: 768px) {

    .section-title h2,
    .heading h2 {
        font-weight: 700;
        font-size: 21px;
    }
}

/* 

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 9999;
    padding: 20px;
    
    overflow-y: auto;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}


#quotePopup .popup-box {
    background: #ffffff;
    padding: 20px 25px;
    width: 100%;
    z-index: 2;
    position: relative;
}



#quotePopup .popup-title {
    font-size: 26px;
    font-weight: 600;
    color: #002b5c;
    margin-bottom: 25px;
    text-align: center;
}


#quotePopup .close-btn:hover {
    color: #002b5c;
}


#quotePopup .popup-form .form-group {
    margin-bottom: 18px;
}

#quotePopup .popup-form label {
    display: block;
    margin-bottom: 6px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

#quotePopup .popup-form input[type="text"],
#quotePopup .popup-form input[type="email"],
#quotePopup .popup-form input[type="email"],
#quotePopup .popup-form input[type="tel"] {
    width: 100%;
    padding: 05px 10px;
    color: #000;
    border: 1px solid #ccc;
    font-size: 14px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.popup-form input:focus {
    border-color: #4fabca;
    outline: none;
    box-shadow: 0 0 0 3px rgba(79, 171, 202, 0.15);
}

.single-sidebar-widget .form-check {
    margin-left: 20px;
}


.form-check {
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    line-height: 1.4;
    color: #555;
}

.form-check input {
    margin-top: 4px;
}

.form-check a {
    color: #009a4e;
    text-decoration: underline;
}


.submit-btn {
    width: 250px;
    background: #002b5c;
    color: white;
    padding: 12px 20px;
    border: none;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background: #009a4e;
}

.submit-btn-main {
    text-align: center;
} */

/* .title-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    color: #4fabca;
    position: relative;
    flex-wrap: wrap;
}

.title-wrapper span {
    color: #009a4e;
    font-size: 31px;
}

.title-underline {
    width: 250px;
    height: 4px;
    background: linear-gradient(90deg, #002b5c, #009a4e, #4fabca);
    border-radius: 2px;
    margin: 10px auto 0;
}

#quotePopup .modal-content {
    position: relative !important;
    width: 85%;
    margin: 2rem auto;
    background: #ffffff;
    color: #000;
}

.form-relative {
    position: relative;
}

.quote-form-box {
    padding: 10px;
    border-radius: 16px;
}

#quotePopup .modal-content .close-btn {
    position: absolute;
    top: 15px;
    right: 25px;
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #002b5c;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    line-height: 1;
}


#quotePopup .popup-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100% - 1px);
    border-top: 20px solid white;
    border-left: 20px solid white;
    border-right: 20px solid white;
    pointer-events: none;
    z-index: -1;
    box-sizing: border-box;
}

#quotePopup .col-lg-4 {
    padding: 0px !important;
}

.special-offer-image img {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

@keyframes popupFade {
    from {
        transform: scale(0.95);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .popup-box {
        max-width: 100%;
        padding: 20px 0px !important;
    }

    #quotePopup .modal-content {
        padding: 40px 20px;
        width: 100%;
        margin: 0 auto;
    }

    .title-wrapper span {
        font-size: 21px;
    }

    #quotePopup .close-btn {
        top: -15px !important;
        right: -15px !important;
    }

    .popup-overlay {
        align-items: flex-start;
        padding-top: 30px;
    }
}


@media (max-width: 480px) {
    .popup-box {
        width: 100%;
        max-width: 100%;
    }

    .title-wrapper {
        font-size: 18px;
        gap: 6px;
        flex-direction: column;
    }

    .title-underline {
        width: 140px;
    }

    .submit-btn {
        font-size: 15px;
        padding: 10px 18px;
    }

    .popup-box {
        width: 78%;
        max-width: 350px;
        margin: unset;
    }
} */

@media (max-width: 768px) {
    .offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
        margin-bottom: 30px;
    }
}

.solar-detail-section {
    padding-bottom: 40px;
}

.faqs-section .section-title {
    text-align: center;
    font-size: 31px;
    color: #002b5c;
    margin-bottom: 30px;
}

.faqs-section {
    padding-bottom: 80px;
}

.excellent-section {
    padding: 50px 0px;
}

@media (max-width: 768px) {
    .service-details-section {
        padding-top: 30px;
    }

    .sec-subtitle {
        font-size: 18px;
    }

    .strong-black-text {
        font-size: 21px;
    }

    .faqs-section .section-title {
        font-size: 26px;
    }

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

    .google-reviews {
        padding-top: 0px !important;
    }
}

@media (max-width: 1199px) {
    .about-image img {
        width: 100%;
    }
}



.contact-form-section {
    position: relative;
    padding: 80px 20px;
    background: url('../img/solar-panels-red-tile-roof-with-clear-blue-sky-background.jpg') center/cover no-repeat;
    background-attachment: fixed;
    /* 🔥 adds parallax effect */
    color: #fff;
    z-index: 1;
}

.contact-form-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    background-color: rgba(27, 27, 27, 0.6);
    z-index: -1;
}

.contact-form-section .container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    z-index: 1;
}

.contact-form-section .section-title h2 {
    color: #fff;
    text-align: center;
    font-size: 61px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 40px;
}

.contact-form-section .section-title p {
    font-size: 36px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.contact-form-section .section-title .text {
    margin-bottom: 20px;
}

.contact-form-section .section-title .extra-space {
    padding-bottom: 5%;
}

/* --- FORM STYLING WITH FLEXBOX --- */
.custom-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.custom-form .form-group {
    flex: 1 1 calc(50% - 20px);
    /* 2 columns */
}

.custom-form input {
    height: 50px;
    width: 100%;
    border: 1px solid #d6d6d6;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.7;
    background: transparent;
    margin-top: 15px;
}

.custom-form input::placeholder {
    color: #ffffff;
    opacity: 1;
}


/* Checkbox + Button Area */
.form-flex {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.form-check-text {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

.form-check-text a {
    color: #fff;
    text-decoration: underline;
}

.custom-form #agree {
    height: unset;
    width: unset;
}

.contact-form-section .contact-btn {
    text-align: center;
}

.contact-form-section .contact-btn .theme-btn {
    width: 50%;
}

@media (max-width: 1199px) {
    .contact-form-section .section-title h2 {
        font-size: 41px;
        margin-bottom: 20px;
    }

    .contact-form-section .section-title p {
        font-size: 26px;
        margin-bottom: 0px !important;
    }

    .custom-form .form-group {
        flex: unset;
    }

    .custom-form {
        display: block;
    }

    .form-check-text {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .custom-form #agree {
        margin-top: 0px;
        margin-right: 10px;
    }
}

.main-sidebar .single-sidebar-widget {
    background-color: #ecedff;
}

.blog-pages {
    background: #f9f9f9;
    padding: 60px 0;
}

.blog-tags {
    max-width: 900px;
    margin: auto;
}

.blog-pages .tag-title {
    font-size: 22px;
    font-weight: 600;
    color: #009a4e;
    margin-bottom: 25px;
}

.blog-pages .tag-title i {
    color: #002b5c;
    margin-left: 5px;
}

.blog-pages .tagcloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.blog-pages .tagcloud a {
    display: inline-block;
    background: #fff;
    border: 2px solid #002b5c;
    color: #000;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.blog-pages .tagcloud a:hover {
    background: #002b5c;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .blog-pages .tagcloud a {
        font-size: 14px;
        padding: 5px 10px;
    }

    .blog-pages {
        padding: 30px 0px;
    }

    .contact-form-section .section-title h2 {
        font-size: 29px;
        margin-bottom: 20px;
        line-height: 40px;
    }
}

/* Talesun Intro */
.talesun-intro {
    padding: 100px 0px;
    background: #f7f9fc;
    position: relative;
}

.talesun-brand-box {
    margin: 0 auto;
    text-align: center;
}

.talesun-logo-img {
    max-width: 250px;
    margin-bottom: 25px;
}

.talesun-heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #002b5c;
}

.talesun-text {
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 18px;
    text-align: left;
}

/* Models Section */
.talesun-models {
    padding-bottom: 100px;
    background: #fff;
}

.talesun-models-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0d1b2a;
}

.talesun-models-text {
    font-size: 18px;
    line-height: 1.7;
    color: #000;
    margin-bottom: 15px;
}

.talesun-btn {
    display: inline-block;
    background: #e63946;
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.talesun-btn:hover {
    background: #d62828;
}

/* Product Card */
.talesun-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.talesun-card:hover {
    transform: translateY(-8px);
}

.talesun-card-img {
    text-align: center;
    position: relative;
}


.talesun-card-img img {
    border-bottom: 1px solid #eee;
}

.talesun-card .theme-btn {
    width: 100%;
    font-size: 21px;
}

.talesun-card-body {
    padding: 25px;
    text-align: center;
    background-color: #07a3c5;
}

.talesun-card-body h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #fff;
}

.talesun-card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.talesun-card .theme-btn {
    width: 100%;
}

.talesun-datasheet-btn {
    display: inline-block;
    background: #0d1b2a;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.talesun-datasheet-btn:hover {
    background: #1b263b;
}

@media (max-width: 1199px) {
    .talesun-heading {
        font-size: 28px;
    }

    .talesun-text {
        font-size: 16px;
    }

    .talesun-intro {
        padding: 100px 0px 0px 0px;
    }

    .talesun-models-title {
        font-size: 21px;
    }

    .talesun-models-text {
        font-size: 16px;
    }

    .talesun-models {
        padding-bottom: 40px;
    }

    .talesun-card-body h3 {
        font-size: 18px;
    }

    .talesun-card .theme-btn {
        line-height: 1.2;
        font-size: 18px;
    }

    .talesun-logo-img {
        max-width: 200px;
    }

    .inverter-features .featured-list {
        margin-bottom: 10px;
    }
}

/* Section Styling */
.solar-rebate-section {
    background: #f7f9fc;
    padding: 80px 20px;
    color: #1b263b;
}

/* Main Title */
.solar-rebate-section .rebate-title {
    font-size: 36px;
    font-weight: 700;
    color: #1b263b;
    margin-bottom: 40px;
    position: relative;
}

.solar-rebate-section .rebate-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #002b5c;
    margin: 15px auto 0;
    border-radius: 2px;
}

/* Subtitles */
.solar-rebate-section .rebate-subtitle {
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0 15px;
    color: #0d1b2a;
    position: relative;
}

.solar-rebate-section .rebate-subtitle::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #002b5c, #ff9f5c);
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}


/* Text */
.solar-rebate-section p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #000000;
}

/* Links */
.solar-rebate-section .rebate-link {
    color: #002b5c;
    text-decoration: none;
    font-weight: 600;
}

.solar-rebate-section .rebate-link:hover {
    text-decoration: underline;
}

/* Lists */
.solar-rebate-section .rebate-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.solar-rebate-section .rebate-list li {
    font-size: 18px;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
}

.solar-rebate-section .rebate-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #002b5c;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .solar-rebate-section .rebate-title {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .solar-rebate-section {
        padding: 100px 0px 80px 0px;
    }

    .solar-rebate-section p {
        font-size: 16px;
    }

    .solar-rebate-section .rebate-subtitle {
        font-size: 21px;
    }

    .solar-rebate-section .rebate-list li {
        font-size: 16px;
    }
}

/* Section Background */
.solar-finance-section {
    background: linear-gradient(135deg, #009a4e, #2294bc);
    padding: 100px 0;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* Main Title */
.solar-finance-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    /* highlight brand orange */
    margin-bottom: 20px;
    letter-spacing: 1px;
}

/* Subtitle */
.solar-finance-subtitle {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

/* Paragraph */
.solar-finance-text {
    font-size: 18px;
    color: #eaeaea;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Optional Decorative Overlay */
.solar-finance-section::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 112, 41, 0.2);
    border-radius: 50%;
}

.solar-finance-section::after {
    content: "";
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}


/* Section */
.solar-finance-benefits {
    background: #f5f5f5;
    padding: 80px 0px;
    color: #000;
    text-align: center;
    position: relative;
    overflow: hidden;
}


.finance-benefit {
    padding: 30px;
    background-color: #2294bc;
    color: #fff;
}

/* Intro */
.finance-intro-title {
    font-size: 31px;
    font-weight: 600;
    color: #002b5c;
}

.finance-intro-text {
    font-size: 18px;
    color: #000;
    max-width: 700px;
    margin: 40px auto 40px auto;
    line-height: 1.6;
}


.finance-benefit-title {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0 10px;
    color: #fff;
}

.finance-benefit-text {
    font-size: 16px;
    color: #eaeaea;
    line-height: 1.5;
}

/* CTA */
.finance-cta-title {
    font-size: 26px;
    font-weight: 700;
    color: #002b5c;
    margin-bottom: 15px;
}

.finance-cta-text {
    font-size: 15px;
    color: #000;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.finance-link {
    color: #002b5c;
    font-weight: 600;
    text-decoration: underline;
}

/* Decorative Overlay */
.solar-finance-benefits::before,
.solar-finance-benefits::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    z-index: 0;
}

.solar-finance-benefits::before {
    width: 220px;
    height: 220px;
    top: -80px;
    left: -60px;
}

.solar-finance-benefits::after {
    width: 300px;
    height: 300px;
    bottom: -120px;
    right: -100px;
}

@media (max-width: 1199px) {
    .solar-finance-section {
        font-size: 31px;
    }

    .solar-finance-subtitle {
        font-size: 22px;
    }

    .solar-finance-benefits {
        padding: 40px 0px;
    }

    .finance-intro-title {
        font-size: 21px;
    }

    .finance-intro-img {
        max-width: 175px;
        margin-bottom: 10px;
    }

    .finance-intro-text {
        font-size: 16px;
        margin: 20px auto;
    }

    .finance-cta-title {
        font-size: 20px;
    }

    .service-box-items .content h4 {
        font-size: 16px;
    }

    .solar-finance-title {
        font-size: 31px;
    }
}


/* Section wrapper */
.fees-section {
    background: #fff;
    padding: 80px 0px;
}

/* Section title */
.fees-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.fees-subtitle {
    font-size: 1rem;
    color: #000;
    margin-bottom: 20px;
}

/* Box styling */
.fee-box {
    background: linear-gradient(180deg, #2294bc 0%, #009a4e 100%);
    padding: 40px 25px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    height: 230px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fee-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* Fee text */
.fee-heading {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.fee-amount {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.fee-note {
    font-size: 0.85rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
}

/* Footer text */
.fees-footer-text {
    font-size: 26px;
    font-weight: 700;
    color: #002b5c;
    margin-top: 40px;
    text-transform: uppercase;
}

.payment-plan-section {
    background-color: #002b5c;
    padding: 80px 0px;
}

.payment-plan-section .sec-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff
}

.payment-plan-section .text-white {
    font-size: 18px;
    margin-bottom: 50px;
}

.payment-plan {
    text-align: center;
    padding: 40px;
    box-shadow: 9px 12px 38px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
    background-color: #fff;
    transition: 0.5s;

}

.payment-plan .font-16 {
    color: #07A3C5;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .fees-section {
        padding: 40px 0px;
    }

    .fees-title {
        font-size: 1.6rem;
    }

    .fees-footer-text {
        font-size: 20px;
    }

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

    .payment-plan-section .sec-title {
        font-size: 1.6rem;
    }

    .payment-plan {
        margin-bottom: 30px;
    }

    .payment-plan-section .text-white {
        margin: 0;
    }
}

.contact-us-section .contact-us .theme-btn.bg-white::before,
.contact-us-section .contact-us .theme-btn.bg-white::after {
    background-color: #07A3C5 !important;
}

.home-banner {
    padding: 20px;
    padding-top: 0px;
}

/* SLIDER CONTAINER */
.banner-slider {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 620px;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/* NAVIGATION */
.slider-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border-radius: 30px;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.slider-nav button {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
}

/* FLOATING FORM */
.banner-form {
    position: relative;
    margin: -60px auto 0;
    background: #002b5c;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.2); */
    z-index: 1;
    border-radius: 15px;
    box-shadow: rgba(255, 112, 41, 0.30) 0px 1px 12px 0px, rgb(255 112 41 / 27%) 0px 2px 6px 2px;
}

/* LEFT TEXT */
.form-left h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

/* MIDDLE */
.form-middle {
    text-align: center;
    color: #fff;
}

.postcode-box {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.postcode-box input {
    width: 50px;
    height: 50px;
    border: none;
    text-align: center;
    font-size: 20px;
    color: #000000;
    border-radius: 15px;
}

/* BUTTON */
.form-right button {
    background: #ffffff;
    color: #002b5c;
    border: none;
    padding: 15px 25px;
    font-weight: 700;
    cursor: pointer;
}


.form-right button:hover{
    background: #ff7029;
    color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .banner-form {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}
/* SHOW / HIDE */
.home-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

/* SWITCH ON MOBILE */
@media (max-width: 768px) {
    .home-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
        padding: 70px 10px 0px 10px;
    }

    /* MOBILE HEIGHT */
    .mobile-banner .banner-slider {
        height: 100vh;
        border-radius: 15px;
    }
    .slide img{
        border-radius: 15px;
    }

    .mobile-banner .banner-form {
        margin-top: -80px;
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .form-left h3{
        font-size: 19px;
    }
}
@media (max-width: 468px) {
    .mobile-banner .banner-slider{
        height: 70vh;
    }
}

/* SECTION */
.contact-form-section {
    padding: 25px 0px;
    background: #ffffff;
}

/* CONTAINER */
.contact-form-container {
    max-width: 1400px;
    margin: auto;
}

/* FORM LAYOUT */
.contact-form {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

/* EACH FIELD */
.form-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 180px;
}

/* LABEL */
.form-group label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000000;
}

/* INPUT */
.form-group input {
    height: 45px;
    padding: 0 15px;
    border: 1px solid #ddd;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
    border-radius: 10px;
}

.form-group input:focus {
    border-color: #002b5c;
}

/* BUTTON */
.form-btn {
    flex: 0 0 auto;
}

.form-btn button {
    background: #002b5c;
    color: #ffffff;
    border: none;
    padding: 15px 25px;
    font-weight: 700;
    cursor: pointer;
}

.form-btn button:hover {
    background: #ff7029;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
    .contact-form {
        gap: 15px;
    }
}

@media (max-width: 1199px) {
    .contact-form {
        flex-direction: column;
        align-items: stretch;
        padding: 0px 20px;
    }

    .form-btn button {
        width: 100%;
    }
}
.awards-section {
    background: #f5f5f5;
    padding: 50px 20px;
    /* padding-top: 135px; */
    position: relative;
    /* margin-top: 51px; */
}

.awards-container {
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* LEFT */
.awards-left {
    flex: 1;
}

.trusted-badge {
    background: #002b5c;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
}

.trusted-text {
    margin-left: 10px;
    font-weight: 600;
    color: #000000;
}

.awards-left h2 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 1.2;
}

.shs_years{
    font-size:45px;
    color: #ff7029;
}

.blue-text {
    color: #002b5c;
}

.green-text {
    color: #002b5c;
    font-weight: 700;
}

/* CENTER */
.awards-center {
    flex: 1;
    text-align: center;
}

.awards-center img {
    max-width: 345px;
}

/* RIGHT */
.awards-right {
    flex: 1;
    text-align: center;
}

.rating-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* NUMBER */
.rating-top h3 {
    font-size: 36px;
    color: #002b5c;
}

/* STARS */
.stars {
    color: #f4b400;
    font-size: 20px;
}

/* TEXT */
.review-text {
    margin: 10px 0 20px;
    color: #555;
}

/* BADGES */
.award-badges {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.award-badges img {
    width: 70px;
}

/* BOTTOM TEXT */
.bottom-text {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #777;
}

.product-review img{
    max-width: 350px;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
    .awards-container {
        flex-direction: column;
        text-align: center;
    }

    .awards-left h2 {
        font-size: 32px;
    }

    .awards-center img {
        max-width: 180px;
    }
}

@media (max-width: 1199px) {
    .awards-left h2 {
        font-size: 26px;
    }

    .rating-top h3 {
        font-size: 28px;
    }
}
.gb-section{
    padding:70px 0;
    background:#fff;
    overflow:hidden;
}

.gb-wrap{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:38px;
}

/* =========================================================
   CARD
========================================================= */

.gb-card{
    position:relative;
    width:calc(100% - 40px);
    background:linear-gradient(135deg,#002b5c 0%,#003f86 100%);
    /* min-height:520px; */
    height: 745px;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    overflow:hidden;

    /* LEFT TOUCH */
    margin-right:auto;

    border-radius:0 90px 90px 0;
}

/* RIGHT TOUCH CARD */

.gb-card.gb-alt{
    margin-left:auto;
    margin-right:0;
    border-radius:90px 0 0 90px;
}

/* INNER BORDER */

.gb-card::before{
    content:"";
    position:absolute;
    inset:18px;
    border:1px solid rgba(255,255,255,0.16);
    border-radius:0 72px 72px 0;
    pointer-events:none;
}

.gb-card.gb-alt::before{
    border-radius:72px 0 0 72px;
}

/* CIRCLE SHAPE */

.gb-card::after{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,0.08);
    top:-170px;
    right:-130px;
}

.gb-card.gb-alt::after{
    right:auto;
    left:-130px;
}

/* =========================================================
   CONTENT
========================================================= */

.gb-content{
    padding:70px 50px 70px 90px;
    position:relative;
    z-index:2;
}

.gb-card.gb-alt .gb-content{
    padding:70px 90px 70px 50px;
}

/* SMALL TAG */

.gb-pre{
    font-size:15px;
    font-weight:700;
    color:#7ec8ff;
    margin-bottom:12px;
    letter-spacing:1px;
}

/* TITLE */

.gb-title{
    font-size:40px;
    line-height:1.08;
    font-weight:800;
    color:#fff;
    margin-bottom:24px;
    letter-spacing:2px;
}

/* LINE */

.gb-rule{
    width:78px;
    height:4px;
    border-radius:30px;
    background:#4eb7ff;
    margin-bottom:30px;
}

/* =========================================================
   LIST
========================================================= */

.gb-list{
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:20px;
    margin-bottom:38px;
}

.gb-list li{
    display:flex;
    align-items:flex-start;
    gap:16px;
    color:rgba(255,255,255,0.76);
    font-size:16px;
    line-height:1.8;
    font-weight:500;
}

/* DOT */

.gb-dot{
    width:18px;
    height:18px;
    min-width:18px;
    border-radius:50%;
    border:2px solid #4eb7ff;
    position:relative;
    margin-top:6px;
}

.gb-dot::after{
    content:"";
    position:absolute;
    width:7px;
    height:7px;
    border-radius:50%;
    background:#4eb7ff;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.gb-list strong{
    color:#fff;
    font-weight:700;
}

/* =========================================================
   BUTTON
========================================================= */

.gb-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 34px;
    border-radius:10px;
    background:#fff;
    color:#002b5c;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    transition:0.35s ease;
    box-shadow:0 18px 40px rgba(0,0,0,0.18);
}

.gb-btn:hover{
    transform:translateY(-4px);
    background:#f3f7fb;
}

/* =========================================================
   IMAGE AREA
========================================================= */

.gb-image{
    display:flex;
    /* align-items:flex-end; */
    justify-content:center;
    height:100%;
    padding:40px 40px 0;
    position:relative;
    z-index:2;
}

/* BOOK IMAGE */

.gb-image img{
    width:100%;
    max-width:470px;
    object-fit:contain;
    display:block;
    filter:drop-shadow(0 35px 60px rgba(0,0,0,0.25));
    transition:0.4s ease;
}

.gb-card:hover .gb-image img{
    transform:translateY(-8px);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1150px){

    .gb-card,
    .gb-card.gb-alt{
        width:calc(100% - 24px);
        margin:auto;
        border-radius:34px;
        grid-template-columns:1fr;
    }

    .gb-card::before,
    .gb-card.gb-alt::before{
        border-radius:24px;
    }

    .gb-content,
    .gb-card.gb-alt .gb-content{
        padding:40px 30px 45px;
        order:2;
    }

    .gb-image{
        order:1;
        padding:40px 25px 0;
    }

    .gb-title{
        font-size:44px;
    }
}

@media(max-width:768px){

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

    .gb-wrap{
        gap:24px;
    }

    .gb-card,
    .gb-card.gb-alt{
        width:calc(100% - 16px);
        border-radius:24px;
        min-height:auto;
        height: 100%;
    }

    .gb-card::before,
    .gb-card.gb-alt::before{
        inset:10px;
        border-radius:16px;
    }

    .gb-content,
    .gb-card.gb-alt .gb-content{
        padding:28px 22px 34px;
    }

    .gb-title{
        font-size: 26px;
        line-height:1.12;
        letter-spacing:-1px;
    }

    .gb-rule{
        margin-bottom:24px;
    }

    .gb-list{
        gap:16px;
        margin-bottom:28px;
    }

    .gb-list li{
        font-size:14px;
        line-height:1.7;
    }

    .gb-image{
        padding:30px 20px 0;
    }

    .gb-image img{
        max-width:230px;
    }

    .gb-btn{
        width:100%;
        padding:16px 20px;
        font-size:14px;
        border-radius:14px;
    }
}








/* ==================================================
============= KASHYAP CSS Start Here ================
================================================== */


.whs-section {
    background: linear-gradient(160deg, #f0f5ff 0%, #e8f0fb 60%, #f4f8ff 100%);
    padding: 80px 24px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.whs-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(0, 43, 92, 0.07) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.whs-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(26, 111, 196, 0.07) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.whs-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 56px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.whs-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #002b5c;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 15px;
    margin-bottom: 18px;
}

.whs-heading {
    font-size: 2.4rem;
    font-weight: 900;
    color: #002b5c;
    margin: 0 0 8px;
    line-height: 1.15;
    letter-spacing: 1px;
}

.whs-heading em {
    font-style: normal;
    color: #ff7029;
}

.whs-stars {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.whs-stars-icons {
    color: #f5a623;
    font-size: 1rem;
    letter-spacing: 2px;
}

.whs-stars span {
    font-size: 14px;
}

.whs-desc {
    margin: 0 0 32px;
    text-align: justify;
}

.whs-award-row {
    display: flex;
    gap: 12px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.whs-award-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1.5px solid rgba(0, 43, 92, 0.12);
    border-radius: 10px;
    padding: 10px 16px;
    box-shadow: 0 2px 12px rgba(0, 43, 92, 0.07);
}

.whs-award-chip svg {
    width: 20px;
    height: 20px;
}

.whs-award-chip span {
    font-size: 0.78rem;
    font-weight: 700;
    color: #002b5c;
}

.whs-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.whs-feat {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border-radius: 14px;
    padding: 20px 22px;
    box-shadow: 0 2px 16px rgba(0, 43, 92, 0.07);
    border: 1.5px solid rgba(0, 43, 92, 0.06);
    transition: transform 0.22s, box-shadow 0.22s;
    opacity: 0;
    transform: translateX(-20px);
    animation: wfadeIn 0.45s forwards;
}

.whs-feat:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(0, 43, 92, 0.13);
}

.whs-feat:nth-child(1) {
    animation-delay: 0.05s
}

.whs-feat:nth-child(2) {
    animation-delay: 0.12s
}

.whs-feat:nth-child(3) {
    animation-delay: 0.19s
}

.whs-feat:nth-child(4) {
    animation-delay: 0.26s
}

.whs-feat:nth-child(5) {
    animation-delay: 0.33s
}

@keyframes wfadeIn {
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.whs-feat-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    background: #ff7029;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whs-feat-icon svg {
    width: 22px;
    height: 22px;
}

.whs-feat-body h5 {
    font-size: 0.92rem;
    font-weight: 800;
    color: #002b5c;
    margin: 0 0 5px;
    letter-spacing: -0.2px;
}

.whs-feat-body p {
    font-size: 15px;
    margin: 0;
    line-height: 1.6;
}

/* ── FORM ── */
.whs-form-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 48px rgba(0, 43, 92, 0.14);
    border: 1.5px solid rgba(0, 43, 92, 0.08);
    position: sticky;
    top: 24px;
}

.whs-form-header {
    background: linear-gradient(135deg, #002b5c 0%, #1a4d8f 100%);
    padding: 28px 30px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.whs-form-header::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 45px;
    background: #fff;
    border-radius: 10px;
}

.whs-form-header h2 {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin: 0 0 8px;
}

.whs-form-header h3 {
    font-size: 1.35rem;
    font-weight: 900;
    color: #fff;
    margin: 0;
    line-height: 1.25;
    letter-spacing: -0.3px;
}

.whs-form-header h3 span {
    color: #ff7029;
}

.whs-form-body {
    padding: 38px 30px 30px;
}

.whs-input-group {
    margin-bottom: 14px;
    position: relative;
}

.whs-input-group input {
    width: 100%;
    padding: 12px 16px 12px 42px;
    border: 1.5px solid #dce8f5;
    border-radius: 10px;
    font-size: 0.85rem;
    color: #002b5c;
    background: #f7faff;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.whs-input-group input:focus {
    border-color: #ff7029;
    box-shadow: 0 0 0 3px rgba(26, 111, 196, 0.12);
    background: #fff;
}

.whs-input-group input::placeholder {
    color: #9ab0c8;
}

.whs-input-icon {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}

.whs-input-icon svg {
    width: 16px;
    height: 16px;
     fill: #ff7029;
}

.whs-input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

.whs-input-row .whs-input-group {
    margin-bottom: 0;
}

.whs-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 0.75rem;
    color: #5a7394;
    line-height: 1.5;
}

.whs-checkbox input[type=checkbox] {
    margin-top: 2px;
    accent-color: #002b5c;
}

.whs-checkbox a {
    color: #ff7029;
    text-decoration: none;
    font-weight: 600;
}

.whs-submit-btn {
    width: 100%;
    padding: 14px;
    background: #002b5c;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
}

.whs-submit-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.whs-form-trust {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.whs-trust-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.72rem;
    color: #7a9ab8;
    font-weight: 600;
}

.whs-trust-item svg {
    width: 13px;
    height: 13px;
    fill: #ff7029;
}

@media (max-width: 900px) {
    .whs-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .whs-form-card {
        position: static;
    }

    .whs-heading {
        font-size: 1.9rem;
    }
}

@media (max-width: 560px) {
    .whs-section {
        padding: 52px 16px;
    }

    .whs-heading {
        font-size: 1.55rem;
    }

    .whs-input-row {
        grid-template-columns: 1fr;
    }

    .whs-form-body {
        padding: 36px 20px 24px;
    }

    .whs-form-header {
        padding: 24px 20px 22px;
    }
}




/* ========================================================================== */





/* ══ SECTION 1 — INFO ══ */
.sl-info {
    background: #fff;
    padding: 88px 24px 80px;
    position: relative;
    overflow: hidden;
}

.sl-info-circ {
    position: absolute;
    top: -180px;
    right: -180px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 80px solid rgba(0, 43, 92, 0.04);
    pointer-events: none;
}

.sl-info-circ2 {
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    border: 60px solid rgba(255, 112, 41, 0.05);
    pointer-events: none;
}

.sl-info-tri {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 260px;
    background: linear-gradient(135deg, rgba(255, 112, 41, 0.05) 0%, transparent 70%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    pointer-events: none;
}

.sl-info-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.sl-top {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 28px;
    margin-bottom: 28px;
    align-items: stretch;
}

.sl-award {
    background: #f5f7f9;
    border-radius: 20px;
    padding: 36px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}



.sl-award-sun {
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, #ff7029, #ff9a5c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    box-shadow: 0 8px 28px rgba(255, 112, 41, 0.4);
}

.sl-award-sun svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

.sl-award h3 {
    font-size: 0.95rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 4px;
}

.sl-award-sub {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

.sl-award-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sl-award-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 9px 12px;
    text-align: left;
}

.sl-award-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff7029;
    flex-shrink: 0;
}

.sl-award-item span {
    font-size: 0.76rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
}

.sl-card {
    background: #fff;
    border-radius: 20px;
    border: 1.5px solid rgba(0, 43, 92, 0.08);
    padding: 32px 34px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 43, 92, 0.06);
    transition: transform .22s, box-shadow .22s, border-color .22s;
    text-align: justify;
}

.sl-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(0, 43, 92, 0.11);
    border-color: rgba(255, 112, 41, 0.3);
}





.sl-card ul li{
    position: relative;
    padding-left: 38px;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 1.6;
}

/* ICON */
.sl-card ul li::before{
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #ff7b00;
}








.sl-card-num {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 4rem;
    font-weight: 900;
    color: transparent;
    letter-spacing: 0px;
    line-height: 1;
    pointer-events: none;
    -webkit-text-stroke: 2px rgb(0 43 92 / 6%);
}

.sl-card-tri {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 72px;
    height: 72px;
    background: rgba(255, 112, 41, 0.06);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.sl-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 112, 41, 0.09);
    color: #ff7029;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 14px;
}

.sl-card h1,
.sl-card h2,
.sl-card h3,
.sl-card h4,
.sl-card h5 {
    font-size: 21px;
    /* font-weight: 900; */
    color: #002b5c;
    margin-bottom: 11px;
    letter-spacing: 0.3px;
    line-height: 1.25;
}



.sl-card p strong {
    color: #ff7029;
}

.sl-grid4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* ══ SECTION 2 — CTA ══ */
.sl-cta {
    background: #ff7029;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-top: -5px;
}

.sl-cta-blob1 {
    position: absolute;
    left: -80px;
    top: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 112, 41, 0.1);
    pointer-events: none;
}

.sl-cta-blob2 {
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.sl-cta-slash {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 380px;
    background: linear-gradient(135deg, transparent 40%, rgba(255, 112, 41, 0.08) 100%);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    pointer-events: none;
}

.sl-cta-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.sl-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid rgba(255, 112, 41, 0.4);
    color: #ff7029;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.sl-cta-h {
    color: #fff;
    max-width: 580px;
}

.sl-cta-h em {
    font-style: normal;
    color: #ff7029;
}

.sl-cta-sub {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 10px;
    font-weight: 500;
}

.sl-cta-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.sl-cta-btn1 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 16px 36px;
    font-size: 0.92rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 28px rgba(255, 112, 41, 0.4);
    transition: transform .2s, box-shadow .2s;
    white-space: nowrap;
    background: #002b5c;
}

.sl-cta-btn1:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(255, 112, 41, 0.5);
}

.sl-cta-btn1 svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.sl-cta-ph {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 600;
    text-align: center;
}

.sl-cta-ph strong {
    color: #fff;
    font-size: 1rem;
    display: block;
    margin-top: 2px;
}

/* ══ SECTION 3 — PACKAGES ══ */
.sl-pkg {
    background: #f5f8ff;
    padding: 88px 24px 72px;
    position: relative;
    overflow: hidden;
}

.sl-pkg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #002b5c 0%, #ff7029 50%, #002b5c 100%);
}

.sl-pkg-blob {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 70px solid rgba(0, 43, 92, 0.04);
    pointer-events: none;
}

.sl-pkg-blob2 {
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 50px solid rgba(255, 112, 41, 0.05);
    pointer-events: none;
}

.sl-pkg-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.sl-pkg-hd {
    text-align: center;
    margin-bottom: 56px;
}

.sl-pkg-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 43, 92, 0.06);
    color: #002b5c;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 7px 20px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.sl-pkg-pill span {
    color: #ff7029;
}

.sl-pkg-hd h2 {
    font-size: 2.3rem;
    font-weight: 900;
    color: #002b5c;
    letter-spacing: -1px;
    line-height: 1.15;
}

.sl-pkg-hd h2 em {
    font-style: normal;
    color: #ff7029;
}

.sl-pkg-hd-line {
    width: 56px;
    height: 4px;
    background: linear-gradient(90deg, #ff7029, rgba(255, 112, 41, 0.15));
    border-radius: 4px;
    margin: 18px auto 0;
}

.sl-pkg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.sl-pc {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    border: 2px solid rgba(0, 43, 92, 0.08);
    box-shadow: 0 6px 28px rgba(0, 43, 92, 0.07);
    position: relative;
    transition: transform .25s, box-shadow .25s;
    display: flex;
    flex-direction: column;
}

.sl-pc:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 52px rgba(0, 43, 92, 0.13);
}

.sl-pc.feat {
    border: 2px solid #ff7029;
    box-shadow: 0 12px 48px rgba(255, 112, 41, 0.2);
    transform: translateY(-10px);
}

.sl-pc.feat:hover {
    transform: translateY(-16px);
    box-shadow: 0 24px 60px rgba(255, 112, 41, 0.25);
}

.sl-pc-head {
    padding: 28px 28px 0;
    position: relative;
}

.sl-pc-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 72px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.sl-pc .sl-pc-corner {
    background: rgba(0, 43, 92, 0.05);
}

.sl-pc.feat .sl-pc-corner {
    background: rgba(255, 112, 41, 0.15);
}

.sl-pc-lbl {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 15px;
    margin-bottom: 18px;
}

.sl-pc .sl-pc-lbl {
    background: rgb(4 43 91);
    color: #fff;
}

.sl-pc.feat .sl-pc-lbl {
    background: #ff7029;
    color: #fff;
}

.sl-pc-kw {
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2px;
    color: #002b5c;
}

.sl-pc-kw sub {
    font-size: 1rem;
    font-weight: 700;
    vertical-align: middle;
    letter-spacing: 0;
}

.sl-pc-sys {
    font-size: 19px;
    font-weight: 700;
    color: rgb(255 112 41);
    margin-top: 4px;
    margin-bottom: 20px;
}

.sl-pc-hr {
    height: 1px;
    background: rgba(0, 43, 92, 0.08);
    margin: 0 28px;
}

.sl-pc.feat .sl-pc-hr {
    background: rgba(255, 112, 41, 0.15);
}

.sl-pc-price {
    padding: 20px 28px 0;
}

.sl-pc-price-from {
    font-size: 14px;
    /* font-weight: 600; */
    /* color: rgba(0, 43, 92, 0.4); */
    margin-bottom: 3px;
}

.sl-pc-price-val {
    font-size: 2.1rem;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
    color: #ff7029;
}

.sl-pc-price-val sup {
    font-size: 1rem;
    vertical-align: top;
    margin-top: 8px;
    display: inline-block;
}

.sl-pc-feats {
    padding: 18px 28px 24px;
    list-style: none;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.sl-pc-feats li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.82rem;
    color: #4a6080;
    line-height: 1.45;
}

.sl-pc.feat .sl-pc-feats li {
    color: #334d6e;
}

.sl-pc-tick {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.sl-pc .sl-pc-tick {
    background: rgba(255, 112, 41, 0.1);
}

.sl-pc.feat .sl-pc-tick {
    background: rgba(255, 112, 41, 0.15);
}

.sl-pc-tick svg {
    width: 10px;
    height: 10px;
}

.sl-pc-cta {
    padding: 0 28px 28px;
}

.sl-pc-btn {
    display: block;
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: none;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.3px;
    cursor: pointer;
    text-align: center;
    transition: transform .18s, box-shadow .18s;
}

.sl-pc .sl-pc-btn {
    background: #002b5c;
    color: #fff;
}

.sl-pc .sl-pc-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 43, 92, 0.25);
}

.sl-pc.feat .sl-pc-btn {
    background: #ff7029;
    color: #fff;
    box-shadow: 0 6px 24px rgba(255, 112, 41, 0.35);
}

.sl-pc.feat .sl-pc-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 32px rgba(255, 112, 41, 0.45);
}

.sl-popular-ribbon {
    /* background: #002b5c; */
    color: #fff;
    text-align: center;
    padding: 9px 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sl-popular-ribbon span {
    color: #ff7029;
}

.sl-pkg-note {
    font-size: 12px;
    /* color: rgba(0, 43, 92, 0.45); */
    line-height: 1.7;
    margin-top: 36px;
    padding: 18px 24px;
    background: #fff;
    border-radius: 12px;
    border-left: 4px solid #ff7029;
    box-shadow: 0 2px 12px rgba(0, 43, 92, 0.05);
}

@media(max-width:900px) {
    .sl-top {
        grid-template-columns: 1fr;
    }

    .sl-pkg-grid {
        grid-template-columns: 1fr;
    }

    .sl-pc.feat {
        transform: none;
    }

    .sl-pc.feat:hover {
        transform: translateY(-6px);
    }

    .sl-hd h2 {
        font-size: 2rem;
    }

    .sl-pkg-hd h2 {
        font-size: 1.8rem;
    }
}

@media(max-width:640px) {
    .sl-grid4 {
        grid-template-columns: 1fr;
    }

    .sl-cta-inner {
        flex-direction: column;
        text-align: center;
    }

    .sl-cta-h {
        font-size: 1.55rem;
    }

    .sl-hd h2 {
        font-size: 1.7rem;
    }

    .sl-info,
    .sl-pkg {
        padding: 52px 16px;
    }
}

.ribbon {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.ribbon {
    --f: 0em;
    --r: 0.8em;
    position: absolute;
    top: -1px;
    right: calc(-1 * var(--f));
    padding-inline: .25em;
    line-height: 1.8;
    background: #FA6900;
    border-bottom: var(--f) solid #0005;
    border-left: var(--r) solid #0000;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2));
}




/* ==================================================== */




.cb3-section {
    font-family: 'Trebuchet MS', 'Segoe UI', sans-serif;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.cb3-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(0, 43, 92, 0.06) 1px, transparent 1px);
    background-size: 22px 22px;
    pointer-events: none;
}

.cb3-tline {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 3;
    background: linear-gradient(90deg, #002b5c 0%, #ff7029 40%, #ff9a5c 50%, #ff7029 60%, #002b5c 100%);
}

.cb3-bline {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 3;
    background: linear-gradient(90deg, #002b5c 0%, #ff7029 40%, #ff9a5c 50%, #ff7029 60%, #002b5c 100%);
}

.cb3-p {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    animation: cb3Float linear infinite;
}

.cb3-p1 {
    width: 5px;
    height: 5px;
    left: 6%;
    bottom: -8px;
    background: rgba(255, 112, 41, 0.25);
    animation-duration: 7s;
}

.cb3-p2 {
    width: 4px;
    height: 4px;
    left: 20%;
    bottom: -8px;
    background: rgba(0, 43, 92, 0.15);
    animation-duration: 9s;
    animation-delay: 1.2s;
}

.cb3-p3 {
    width: 6px;
    height: 6px;
    left: 35%;
    bottom: -8px;
    background: rgba(255, 112, 41, 0.2);
    animation-duration: 8s;
    animation-delay: 0.6s;
}

.cb3-p4 {
    width: 4px;
    height: 4px;
    left: 52%;
    bottom: -8px;
    background: rgba(0, 43, 92, 0.12);
    animation-duration: 10s;
    animation-delay: 2s;
}

.cb3-p5 {
    width: 5px;
    height: 5px;
    left: 67%;
    bottom: -8px;
    background: rgba(255, 112, 41, 0.18);
    animation-duration: 7.5s;
    animation-delay: 0.4s;
}

.cb3-p6 {
    width: 3px;
    height: 3px;
    left: 82%;
    bottom: -8px;
    background: rgba(0, 43, 92, 0.1);
    animation-duration: 9.5s;
    animation-delay: 1.8s;
}

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

    10% {
        opacity: 1;
    }

    90% {
        opacity: 0.5;
    }

    100% {
        transform: translateY(-70px);
        opacity: 0;
    }
}

.cb3-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: stretch;
}

.cb3-left {
    padding: 24px 0 24px 48px;
    display: flex;
    align-items: center;
    gap: 22px;
    position: relative;
}

.cb3-sun {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background: linear-gradient(135deg, #ff7029, #ff9a5c);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(255, 112, 41, 0.35);
    animation: cb3Pulse 2.2s ease-out infinite;
    flex-shrink: 0;
}

@keyframes cb3Pulse {
    0% {
        box-shadow: 0 4px 20px rgba(255, 112, 41, 0.35), 0 0 0 0 rgba(255, 112, 41, 0.4);
    }

    70% {
        box-shadow: 0 4px 20px rgba(255, 112, 41, 0.35), 0 0 0 12px rgba(255, 112, 41, 0);
    }

    100% {
        box-shadow: 0 4px 20px rgba(255, 112, 41, 0.35), 0 0 0 0 rgba(255, 112, 41, 0);
    }
}

.cb3-sun svg {
    width: 26px;
    height: 26px;
    fill: #fff;
}

.cb3-eyebrow {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(0, 43, 92, 0.35);
    display: block;
    margin-bottom: 4px;
}

.cb3-title {
    font-size: 1.2rem;
    font-weight: 900;
    color: #002b5c;
    letter-spacing: -0.4px;
    line-height: 1.2;
    white-space: nowrap;
}

.cb3-title strong {
    color: #ff7029;
    text-shadow: 0 0 20px rgba(255, 112, 41, 0.2);
}

.cb3-div {
    position: relative;
    width: 56px;
    flex-shrink: 0;
    background: #002b5c;
    clip-path: polygon(40% 0, 100% 0, 60% 100%, 0% 100%);
}

.cb3-right {
    background: linear-gradient(135deg, #ff7029 0%, #ff7029 100%);
    padding: 0 44px 0 44px;
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: filter .25s;
}

.cb3-right:hover {
    filter: brightness(1.12);
}

.cb3-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 65%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.07), transparent);
    animation: cb3Shine 3s ease-in-out infinite;
}

@keyframes cb3Shine {
    0% {
        left: -120%;
    }

    60%,
    100% {
        left: 140%;
    }
}

.cb3-right::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    background: rgba(255, 112, 41, 0.06);
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
}

.cb3-ph-wrap {
    position: relative;
    flex-shrink: 0;
}

.cb3-ring1,
.cb3-ring2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid rgb(0 43 92);
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: cb3Ring 2.2s ease-out infinite;
}

.cb3-ring2 {
    animation-delay: 0.7s;
}

@keyframes cb3Ring {
    0% {
        transform: translate(-50%, -50%) scale(0.7);
        opacity: 0.7;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

.cb3-ph-btn {
    width: 44px;
    height: 44px;
    background: rgb(0 43 92);
    border: 1.5px solid rgb(0 43 92 / 35%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    animation: cb3Shake 3.5s ease-in-out infinite;
}

@keyframes cb3Shake {

    0%,
    100% {
        transform: rotate(0);
    }

    88% {
        transform: rotate(0);
    }

    91% {
        transform: rotate(-13deg);
    }

    94% {
        transform: rotate(13deg);
    }

    97% {
        transform: rotate(-7deg);
    }
}

.cb3-ph-btn svg {
    width: 20px;
    height: 20px;
    fill: #ff7029;
}

.cb3-num-block {
    position: relative;
    z-index: 1;
}

.cb3-num-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.5px;
    /* text-transform: uppercase; */
    color: #fff;
    display: block;
    margin-bottom: 2px;
}

.cb3-num {
    font-size: 1.45rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.5px;
    white-space: nowrap;
    display: block;
    transition: color .2s;
}

.cb3-right:hover .cb3-num {
    color: #002b5c;
}

.cb3-free {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    background: rgb(0 43 92);
    border: 1.5px solid rgb(255 255 255);
    border-radius: 12px;
    padding: 8px 14px;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.cb3-free span:first-child {
    font-size: 1.1rem;
    font-weight: 900;
    color: #ff7029;
    line-height: 1;
}

.cb3-free span:last-child {
    font-size: 0.57rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

@media(max-width:768px) {
    .cb3-inner {
        grid-template-columns: 1fr;
    }

    .cb3-left {
        padding: 20px 24px;
        justify-content: center;
    }

    .cb3-title {
        font-size: 1rem;
        white-space: normal;
        text-align: center;
    }

    .cb3-eyebrow {
        text-align: center;
    }

    .cb3-div {
        display: none;
    }

    .cb3-right {
        padding: 18px 24px;
        justify-content: center;
    }

    .cb3-free,
    .cb3-sun {
        display: none;
    }
}


/* =================================================== */



.fq-section {
    background: #f5f8ff;
    padding: 80px 24px 72px;
    position: relative;
    overflow: hidden;
}


.fq-c1 {
    position: absolute;
    top: -120px;
    right: -120px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 70px solid rgba(0, 43, 92, 0.04);
    pointer-events: none;
}

.fq-c2 {
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 55px solid rgba(255, 112, 41, 0.05);
    pointer-events: none;
}

.fq-tri {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: rgba(255, 112, 41, 0.04);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    pointer-events: none;
}

.fq-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.fq-hd {
    margin-bottom: 52px;
}

.fq-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #002b5c;
    color: #fff;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.fq-pill em {
    font-style: normal;
    color: #ff7029;
}

.fq-title {
    font-size: 2.4rem;
    font-weight: 900;
    color: #002b5c;
    letter-spacing: -1.3px;
    line-height: 1.1;
}

.fq-title em {
    font-style: normal;
    color: #ff7029;
}

.fq-hd-line {
    width: 56px;
    height: 4px;
    background: linear-gradient(90deg, #ff7029, rgba(255, 112, 41, 0.15));
    border-radius: 4px;
    margin-top: 16px;
}

.fq-item {
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: start;
    margin-bottom: 14px;
    position: relative;
    cursor: pointer;
}

.fq-num {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #fff;
    border: 2px solid rgba(0, 43, 92, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 900;
    color: rgba(0, 43, 92, 0.3);
    margin-top: 15px;
    transition: background .25s, border-color .25s, color .25s, box-shadow .25s;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.fq-connector {
    position: absolute;
    left: 20px;
    top: 55px;
    bottom: -14px;
    width: 2px;
    background: linear-gradient(to bottom, rgba(0, 43, 92, 0.08), transparent);
    pointer-events: none;
}

.fq-item:last-child .fq-connector {
    display: none;
}

.fq-item.active .fq-num {
    background: #002b5c;
    border-color: #002b5c;
    color: #fff;
    box-shadow: 0 4px 16px rgba(0, 43, 92, 0.25);
}

.fq-card {
    background: #fff;
    border-radius: 16px;
    border: 1.5px solid rgba(0, 43, 92, 0.08);
    box-shadow: 0 3px 18px rgba(0, 43, 92, 0.06);
    overflow: hidden;
    transition: border-color .25s, box-shadow .25s;
}

.fq-card:hover {
    border-color: rgba(0, 43, 92, 0.14);
    box-shadow: 0 6px 28px rgba(0, 43, 92, 0.1);
}

.fq-item.active .fq-card {
    border-color: rgba(255, 112, 41, 0.3);
    box-shadow: 0 8px 32px rgba(0, 43, 92, 0.1);
}

.fq-card-bar {
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, #ff7029, rgba(255, 112, 41, 0.2));
    transition: width .35s ease;
}

.fq-item.active .fq-card-bar {
    width: 100%;
}

.fq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    user-select: none;
}

.fq-q-text {
    font-size: 17px;
    font-weight: 800;
    color: #002b5c;
    /* line-height: 1.3; */
    flex: 1;
}

.fq-toggle {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px;
    background: rgba(0, 43, 92, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s, transform .3s;
    flex-shrink: 0;
}

.fq-toggle svg {
    width: 14px;
    height: 14px;
    fill: #002b5c;
    transition: fill .25s;
}

.fq-item.active .fq-toggle {
    background: #ff7029;
    transform: rotate(45deg);
}

.fq-item.active .fq-toggle svg {
    fill: #fff;
}

.fq-ans {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, padding .3s ease;
    padding: 0 22px;
}

.fq-item.active .fq-ans {
    max-height: 900px;
    padding: 0 22px 22px;
}

.fq-ans p {
    font-size: 15px;
    /* color: #5a7090; */
    margin-bottom: 12px;
    text-align: justify;
}

.fq-ans p:last-child {
    margin-bottom: 0;
}

.fq-ans a {
    color: #ff7029;
    font-weight: 700;
    text-decoration: none;
}

.fq-ans a:hover {
    text-decoration: underline;
}

.fq-cta {
    margin-top: 48px;
    background: #002b5c;
    border-radius: 18px;
    padding: 28px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.fq-cta::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: rgba(255, 112, 41, 0.07);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.fq-cta-eyebrow {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #ffffff78;
    margin-bottom: 6px;
}

.fq-cta-text {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.7px;
}

.fq-cta-text em {
    font-style: normal;
    color: #ff7029;
}

.fq-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ff7029;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px 28px;
    font-family: 'Trebuchet MS', 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 6px 24px rgba(255, 112, 41, 0.4);
    transition: transform .2s, box-shadow .2s;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.fq-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(255, 112, 41, 0.5);
}

.fq-cta-btn svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

@media(max-width:640px) {
    .fq-item {
        grid-template-columns: 1fr;
    }

    .fq-num,
    .fq-connector {
        display: none;
    }

    .fq-title {
        font-size: 1.8rem;
    }

    .fq-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media(max-width:420px) {
    .fq-section {
        padding: 52px 14px;
    }

    .fq-title {
        font-size: 1.5rem;
    }
}








/* ======================================== */


.rv-section {
    background: #fff;
    padding: 64px 24px;
    position: relative;
    overflow: hidden;
}


.rv-blob2 {
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 50px solid rgba(255, 112, 41, 0.05);
    pointer-events: none;
}

.rv-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.rv-hd {
    text-align: center;
    margin-bottom: 48px;
}

.rv-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #002b5c;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 14px;
}

.rv-pill em {
    font-style: normal;
    color: #ff7029;
}

.rv-hd-title {
    font-size: 2rem;
    font-weight: 900;
    color: #002b5c;
    letter-spacing: -1px;
    line-height: 1.15;
}

.rv-hd-title em {
    font-style: normal;
    color: #ff7029;
}

.rv-hd-bar {
    width: 48px;
    height: 4px;
    background: linear-gradient(90deg, #ff7029, rgba(255, 112, 41, 0.15));
    border-radius: 4px;
    margin: 14px auto 0;
}

.rv-grid {
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    align-items: stretch;
    background: #fff;
    border-radius: 22px;
    border: 1.5px solid rgba(0, 43, 92, 0.09);
    box-shadow: 0 12px 48px rgba(0, 43, 92, 0.10);
    overflow: hidden;
}

.rv-vdiv {
    background: rgba(0, 43, 92, 0.07);
}

.rv-card {
    padding: 40px 32px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: background .25s;
}

.rv-card:hover {
    background: #f8faff;
}

.rv-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(255, 112, 41, 0.4), transparent);
    transform: scaleX(0);
    transition: transform .35s ease;
}

.rv-card:hover::before {
    transform: scaleX(1);
}

.rv-logo-wrap {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.rv-logo-wrap div img {
    width: 200px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: block;
}

.rv-pr-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rv-pr-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid #4caf50;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rv-pr-icon svg {
    width: 24px;
    height: 24px;
}

.rv-pr-text .t1 {
    font-size: 1rem;
    font-weight: 900;
    color: #002b5c;
    line-height: 1;
    letter-spacing: -0.5px;
    display: block;
}

.rv-pr-text .t2 {
    font-size: 0.7rem;
    font-weight: 700;
    color: #002b5c;
    display: block;
    letter-spacing: 0.3px;
}

.rv-pr-text .t3 {
    font-size: 0.62rem;
    font-weight: 600;
    color: #7a90a8;
    display: block;
}

.rv-google {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.rv-google-wordmark {
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
}

.rv-google-wordmark .G {
    color: #4285F4;
}

.rv-google-wordmark .o1 {
    color: #EA4335;
}

.rv-google-wordmark .o2 {
    color: #FBBC05;
}

.rv-google-wordmark .g2 {
    color: #4285F4;
}

.rv-google-wordmark .l {
    color: #34A853;
}

.rv-google-wordmark .e {
    color: #EA4335;
}

.rv-google-sub {
    font-size: 0.72rem;
    font-weight: 700;
    color: #7a90a8;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.rv-google-stars {
    display: flex;
    gap: 2px;
    margin-top: 4px;
}

.rv-google-stars svg {
    width: 14px;
    height: 14px;
    fill: #FBBC05;
}



.rv-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 6px;
    margin-top: 5px;
}

.rv-stars svg {
    width: 16px;
    height: 16px;
    fill: #ff7029;
}

.rv-num {
    font-size: 45px;
    font-weight: 900;
    color: #ff7029;
    line-height: 1.3;
    margin-bottom: 8px;
    position: relative;
}

.rv-num::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 3px;
    background: #ff7029;
    border-radius: 2px;
    opacity: 0.3;
}

.rv-label {
    font-size: 0.7rem;
    font-weight: 800;
    color: #002b5c;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 8px;
}

.rv-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 112, 41, 0.08);
    border: 1px solid rgba(255, 112, 41, 0.2);
    border-radius: 50px;
    padding: 4px 12px;
    margin-top: 10px;
    font-size: 0.72rem;
    font-weight: 800;
    color: #ff7029;
}

.rv-badge svg {
    width: 12px;
    height: 12px;
    fill: #ff7029;
}

.rv-bottom {
    margin-top: 36px;
    background: #002b5c;
    border-radius: 14px;
    padding: 20px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.rv-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 100%;
    background: rgba(255, 112, 41, 0.06);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}

.rv-bottom-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rv-bottom-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff7029;
    box-shadow: 0 0 6px rgba(255, 112, 41, 0.6);
}

.rv-bottom-text {
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
}

.rv-bottom-text strong {
    color: #fff;
}

.rv-bottom-div {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
}

@media(max-width:700px) {
    .rv-grid {
        grid-template-columns: 1fr;
        border-radius: 16px;
    }

    .rv-vdiv {
        height: 1px;
        width: auto;
    }

    .rv-card {
        padding: 32px 24px;
    }

    .rv-hd-title {
        font-size: 1.6rem;
    }
}

@media(max-width:480px) {
    .rv-section {
        padding: 48px 16px;
    }

    .rv-bottom {
        gap: 16px;
        padding: 16px 20px;
    }

    .rv-bottom-div {
        display: none;
    }
}





/* ====================================== */


.popular-search-section {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(135deg, #fff8f3 0%, #ffffff 100%);
    overflow: hidden;
}

.popular-search-section::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(255, 106, 0, 0.08);
    border-radius: 50%;
    top: -120px;
    left: -120px;
}

.popular-search-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 140, 0, 0.06);
    border-radius: 50%;
    bottom: -120px;
    right: -120px;
}

.popular-search-header {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

.popular-search-header .sub-title {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255, 106, 0, 0.1);
    color: #ff6600;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.popular-search-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #111;
    margin-bottom: 15px;
    line-height: 1.2;
}

.popular-search-header p {
    max-width: 720px;
    margin: auto;
    color: #666;
    font-size: 17px;
    line-height: 1.7;
}

.popular-search-tags {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.popular-search-tags a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    background: #fff;
    border-radius: 13px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid rgba(255, 106, 0, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
    overflow: hidden;
}

.popular-search-tags a span {
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: linear-gradient(135deg, #ff6600, #ff9a3c);
    color: #fff;
    font-size: 15px;
}

.popular-search-tags a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #002b5c;
    opacity: 0;
    transition: all 0.35s ease;
    z-index: -1;
}

.popular-search-tags a:hover {
    transform: translateY(-6px);
    color: #fff;
    border-color: #002b5c;
    box-shadow: 0 20px 35px rgb(0 43 92 / 31%);
}

.popular-search-tags a:hover::before {
    opacity: 1;
}

.popular-search-tags a:hover span {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

@media (max-width: 768px) {

    .popular-search-section {
        padding: 70px 0;
    }

    .popular-search-header h2 {
        font-size: 30px;
    }

    .popular-search-header p {
        font-size: 15px;
    }

    .popular-search-tags {
        gap: 12px;
    }

    .popular-search-tags a {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 14px;
    }
}



/* =============================================== */



.inner-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.inner-banner picture,
.inner-banner img {
    width: 100%;
    display: block;
}

.inner-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Desktop */
@media (min-width: 768px) {

    .inner-banner img {
        /* height: 650px; */
        object-fit: cover;
        object-position: center;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .inner-banner img {
        height: auto;
        object-fit: contain;
    }
}

/* ============================================= */


.offer-disclaimer-box {
    padding: 10px 0px;
}

.offer-disclaimer-box p {
    font-size: 10px;
    line-height: 20px;
}







/* ======================================================================== */





.tp-section {
    background: #f4f7fb;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.tp-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    border: 65px solid rgba(0,43,92,0.05);
    pointer-events: none;
}

.tp-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 48px solid rgba(0,43,92,0.04);
    pointer-events: none;
}

/* ===================== CONTAINER ===================== */
.tp-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* ===================== LOGO ===================== */
.tp-brand-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}

.tp-brand-logo-inner {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 36px;
    border: 1.5px solid #e4ecf5;
    box-shadow: 0 4px 18px rgba(0,43,92,0.07);
    display: inline-block;
}

.tp-brand-logo-inner img {
    max-height: 70px;
    width: auto;
    display: block;
}

/* ===================== TITLE ===================== */
.tp-title {
    font-size: 54px;
    font-weight: 800;
    color: #002b5c;
    text-align: center;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin-bottom: 48px;
}

/* ===================== CONTENT GRID ===================== */
.tp-content-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.tp-content-wrap .tp-para-card:nth-child(3) {
    grid-column: 1 / -1;
}

/* ===================== PARA CARD ===================== */
.tp-para-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 34px 32px;
    border: 1.5px solid #e4ecf5;
    box-shadow: 0 4px 22px rgba(0,43,92,0.06);
    position: relative;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.tp-para-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 40px rgba(0,43,92,0.11);
}

/* Orange top accent bar */
.tp-para-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 32px;
    right: 32px;
    height: 3px;
    background: #ff7029;
    border-radius: 0 0 3px 3px;
}

/* Ghost number watermark */
.tp-para-card::after {
    content: attr(data-num);
    position: absolute;
    bottom: -10px;
    right: 16px;
    font-size: 110px;
    font-weight: 800;
    color: rgba(0,43,92,0.04);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.tp-para-card p {
    font-size: 15.5px;
    text-align: justify;
}

/* ===================== ANIMATE ON SCROLL ===================== */
.tp-anim {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.52s ease, transform 0.52s ease;
}

.tp-anim.tp-visible {
    opacity: 1;
    transform: translateY(0);
}

.tp-anim-d1 {
    transition-delay: 0.08s;
}
.tp-anim-d2 {
    transition-delay: 0.18s;
}
.tp-anim-d3 {
    transition-delay: 0.28s;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 768px) {
    .tp-content-wrap {
        grid-template-columns: 1fr;
    }
    .tp-content-wrap .tp-para-card:nth-child(3) {
        grid-column: auto;
    }
    .tp-title {
        font-size: 38px;
    }
}

@media (max-width: 480px) {
    .tp-title {
        font-size: 30px;
    }
    .tp-section {
        padding: 60px 0;
    }
    .tp-para-card {
        padding: 24px 22px;
    }
}


/* ============================================ */



.tpm-section {
    background: #f4f7fb;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}



.tpm-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 44px solid rgba(0,43,92,0.04);
    pointer-events: none;
}

/* ===================== CONTAINER ===================== */
.tpm-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* ===================== TWO-COL GRID ===================== */
.tpm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

/* ===================== LEFT — TEXT SIDE ===================== */
.tpm-left {
}

.tpm-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #ffffff;
    background: #002b5c;
    padding: 5px 14px;
    border-radius: 4px;
    margin-bottom: 18px;
}

.tpm-heading {
    font-size: 48px;
    font-weight: 800;
    color: #002b5c;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin-bottom: 28px;
}

/* orange highlight on "We Offer" */
.tpm-heading em {
    font-style: normal;
    color: #ff7029;
}

/* divider under heading */
.tpm-divider {
    width: 48px;
    height: 3px;
    background: #ff7029;
    border-radius: 2px;
    margin-bottom: 24px;
}

.tpm-body-text {
    font-size: 16px;
    color: #5a6474;
    line-height: 1.82;
    margin-bottom: 16px;
}

.tpm-body-text:last-of-type {
    margin-bottom: 32px;
}

/* CTA button */
.tpm-quote-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #002b5c;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 14px 30px;
    border-radius: 8px;
    border: 2px solid #002b5c;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.tpm-quote-btn:hover {
    background: transparent;
    color: #002b5c;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,43,92,0.15);
}

.tpm-quote-btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

/* ===================== RIGHT — PRODUCT CARD ===================== */
.tpm-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,43,92,0.10);
    border: 1.5px solid #e4ecf5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tpm-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 56px rgba(0,43,92,0.14);
}

/* Image area */
.tpm-card-img-wrap {
    /* background: #f4f7fb; */
    padding: 36px 40px 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 280px;
    position: relative;
}

/* small corner badge */
.tpm-card-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #002b5c;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 6px;
}



/* Card info area */
.tpm-card-info {
    padding: 22px 28px 0;
    text-align: center;
}

.tpm-card-title {
    font-size: 24px;
    font-weight: 800;
    color: #002b5c;
    line-height: 1.25;
    margin-bottom: 6px;
}

/* highlight wattage in orange */
.tpm-card-title span {
    color: #ff7029;
}

.tpm-card-watt {
    font-size: 28px;
    font-weight: 800;
    color: #ff7029;
    margin-bottom: 22px;
    letter-spacing: 1px;
}

/* Datasheet button */
.tpm-datasheet-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #002b5c;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 17px 24px;
    border: none;
    border-radius: 0 0 20px 20px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.25s ease;
}

.tpm-datasheet-btn:hover {
    background: #001f42;
}

.tpm-datasheet-btn svg {
    width: 18px;
    height: 18px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

/* ===================== ANIMATE ON SCROLL ===================== */
.tpm-anim {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.52s ease, transform 0.52s ease;
}

.tpm-anim.tpm-visible {
    opacity: 1;
    transform: translateY(0);
}

.tpm-anim-d1 {
    transition-delay: 0.12s;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 860px) {
    .tpm-grid {
        display: block;
    }
    .tpm-heading {
        font-size: 36px;
    }
    .tpm-eyebrow{
        margin: 20px 0px;
    }
}

@media (max-width: 480px) {
    .tpm-heading {
        font-size: 30px;
    }
    .tpm-section {
        padding: 60px 0;
    }
}



/* =============================== */


.fpp-section {
    background: #002b5c;
    padding: 90px 0 0;
    position: relative;
    overflow: hidden;
}

/* large faint ring top-right */
.fpp-bg-ring1 {
    position: absolute;
    top: -160px;
    right: -160px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 80px solid rgba(255,255,255,0.04);
    pointer-events: none;
}

/* small ring bottom-left */
.fpp-bg-ring2 {
    position: absolute;
    bottom: 80px;
    left: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 44px solid rgba(255,255,255,0.03);
    pointer-events: none;
}

/* dot grid top-left */
.fpp-bg-dots {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 160px;
    height: 160px;
    background-image: radial-gradient(circle, rgba(255,255,255,0.10) 1.5px, transparent 1.5px);
    background-size: 18px 18px;
    pointer-events: none;
}

/* ===================== CONTAINER ===================== */
.fpp-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* ===================== HEADER ===================== */
.fpp-header {
    text-align: center;
    margin-bottom: 70px;
}

.fpp-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ff7029;
    border: 1.5px solid rgba(255,112,41,0.35);
    background: rgba(255,112,41,0.08);
    padding: 5px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.fpp-main-title {
    font-size: 50px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin-bottom: 18px;
}

.fpp-main-title em {
    font-style: normal;
    color: #ff7029;
}

.fpp-subtitle {
    font-size: 17px;
    color: rgba(255,255,255,0.60);
    font-weight: 500;
}

/* ===================== STEPS — HORIZONTAL STRIP ===================== */
.fpp-steps-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
}

/* horizontal connector line */
.fpp-steps-wrap::before {
    content: '';
    position: absolute;
    top: 52px;
    left: calc(16.666%);
    right: calc(16.666%);
    height: 2px;
    background: linear-gradient(90deg,
        rgba(255,255,255,0.15) 0%,
        rgba(255,112,41,0.50) 50%,
        rgba(255,255,255,0.15) 100%
        );
    pointer-events: none;
    z-index: 0;
}

/* ===================== STEP ITEM ===================== */
.fpp-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 28px 0;
    position: relative;
    z-index: 1;
}

/* Number circle */
.fpp-step-circle {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
    transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
    backdrop-filter: blur(4px);
}

.fpp-step:hover .fpp-step-circle {
    border-color: #ff7029;
    background: rgba(255,112,41,0.10);
    transform: scale(1.08);
}

/* pulse ring on hover */
.fpp-step-circle::after {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,112,41,0);
    transition: border-color 0.3s ease, inset 0.3s ease;
}

.fpp-step:hover .fpp-step-circle::after {
    border-color: rgba(255,112,41,0.25);
    inset: -12px;
}

.fpp-step-num {
    font-size: 42px;
    font-weight: 800;
    color: rgba(255,255,255,0.20);
    line-height: 1;
    transition: color 0.3s ease;
}

.fpp-step:hover .fpp-step-num {
    color: #ff7029;
}

/* Arrow down connector */
.fpp-step-arrow {
    width: 2px;
    height: 40px;
    background: linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,255,255,0.04));
    margin: 0 auto;
    position: relative;
}

.fpp-step-arrow::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid rgba(255,255,255,0.15);
}

/* ===================== STEP CONTENT BOX ===================== */
.fpp-step-box {
    background: rgba(255,255,255,0.05);
    border: 1.5px solid rgba(255,255,255,0.10);
    border-radius: 18px;
    padding: 28px 26px 30px;
    width: 100%;
    text-align: left;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.fpp-step:hover .fpp-step-box {
    background: rgba(255,255,255,0.09);
    border-color: rgba(255,112,41,0.30);
    transform: translateY(-4px);
}

/* orange left accent bar inside box */
.fpp-step-box::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 20px;
    width: 3px;
    background: #ff7029;
    border-radius: 0 3px 3px 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
}

.fpp-step:hover .fpp-step-box::before {
    transform: scaleY(1);
}

.fpp-step-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 8px;
}

.fpp-step-title {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.2;
}

.fpp-step-text {
    font-size: 14px;
    color: rgba(255,255,255,0.60);
    line-height: 1.75;
}

/* ===================== BOTTOM WHITE WAVE ===================== */
.fpp-wave {
    display: block;
    width: 100%;
    margin-top: 58px;
    line-height: 0;
}

.fpp-wave svg {
    display: block;
    width: 100%;
}

/* ===================== ANIMATE ===================== */
.fpp-anim {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.fpp-anim.fpp-visible {
    opacity: 1;
    transform: translateY(0);
}

.fpp-anim-d1 {
    transition-delay: 0.10s;
}
.fpp-anim-d2 {
    transition-delay: 0.22s;
}
.fpp-anim-d3 {
    transition-delay: 0.34s;
}
.fpp-anim-d4 {
    transition-delay: 0.46s;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 860px) {
    .fpp-steps-wrap {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .fpp-steps-wrap::before {
        display: none;
    }
    .fpp-step {
        padding: 0 0 40px;
    }
    .fpp-step-circle {
        width: 80px;
        height: 80px;
        margin-bottom: 0;
    }
    .fpp-step-num {
        font-size: 32px;
    }
    .fpp-main-title {
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    .fpp-main-title {
        font-size: 26px;
    }
    .fpp-section {
        padding: 60px 0 0;
    }
}


/* ==================================================
============= KASHYAP CSS End Here ================
================================================== */

.footer-bottom .container-fluid{
    padding: 0px 130px;
}

.second-contact-info-area{
    display: flex;
    align-items: center;
    justify-content: center;
}
.warranty-section{
    padding:80px 0;
    background: #ffffff;
}

.warranty-header{
    text-align:center;
    margin-bottom:60px;
}

.warranty-header h2{
    font-size:42px;
    line-height:1.3;
    font-weight:700;
    color:#000000;
    margin:0;
}

.warranty-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.warranty-card{
    min-height:345px;
    padding: 30px;
    position:relative;
    overflow:hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #002b5c;
    transition:all .4s ease;
    border-radius: 10px;
}

.warranty-card:hover{
    transform:translateY(-8px);
}

.warranty-card h3{
    color:#ffffff;
    font-size:22px;
    line-height:1.6;
    font-weight:700;
    margin-top:35px;
    position:relative;
    z-index:2;
}

.warranty-icon{
    width:55px;
    height:3px;
    background:#ffffff;
    margin-bottom:30px;
}

.warranty-card::after{
    content:'';
    position:absolute;
    top:-20px;
    right:-20px;
    width:120px;
    height:120px;
    opacity:.25;
    background:rgba(255,255,255,.8);
    clip-path:polygon(
        50% 0%,
        61% 35%,
        98% 35%,
        68% 57%,
        79% 91%,
        50% 70%,
        21% 91%,
        32% 57%,
        2% 35%,
        39% 35%
        );
}

@media(max-width:1199px){

    .warranty-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .warranty-header h2{
        font-size:34px;
    }
}

@media(max-width:767px){

    .warranty-grid{
        grid-template-columns:1fr;
    }

    .warranty-card{
        min-height:auto;
        padding:40px 30px;
    }

    .warranty-header h2{
        font-size:28px;
    }

    .warranty-card h3{
        font-size:20px;
    }
}
@media (max-width: 1199px) {
    .footer-bottom .container-fluid{
        padding: 0px 20px;
    }
     .tp-section {
        padding: 120px 0 60px 0px;
    }
}


@media(max-width:768px){

.inner-banner{
     margin-top:70px;
}

.contact-info-area .contact-info-items{
	justify-content: flex-start;
}

}