/* Purged style.css - unused rule sets removed based on cleanu template usage */

:root {
    --theme-color: #109C3D;
    --secondary-color: #042A2F;
    --title-color: #063A41;
    --title-color2: #67B846;
    --text-color: #5E5C78;
    --text-color2: #C7C7C7;
    --body-color: #042A2F;
    --smoke-color: #f1f5f4;
    --light-color: #E6EAEB;
    --black-color: #1C2438;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #CDD5D6;
    --title-font: "Rubik", serif;
    --title-font2: "Fuzzy Bubbles", sans-serif;
    --body-font: "Poppins", serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1300px;
    --main-container2: 1530px;
    --main-container3: 1920px;
    --main-container4: 1470px;
    --main-container5: 1594px;
    --container-gutters: 15px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}

html,
body {
    scroll-behavior: auto !important;
    overflow-x: hidden;
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    background-color: var(--white-color);
    background-color: var(--white-color);
    line-height: 28px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

iframe {
    border: none;
    width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

input:focus {
    outline: none;
    box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color);
}

th {
    font-weight: 700;
    color: var(--title-color);
}

td,
th {
    border: 1px solid var(--border-color);
    padding: 9px 12px;
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    transition: all ease 0.4s;
}

a:hover {
    color: var(--title-color);
}

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

button {
    transition: all ease 0.4s;
}

img {
    border: none;
    max-width: 100%;
}

ins {
    text-decoration: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
    display: none;
}

p {
    margin: 0 0 20px 0;
    color: var(--text-color);
    line-height: 160%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 15px 0;
}

.h1,
h1 {
    font-size: 48px;
}

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

.h3,
h3 {
    font-size: 36px;
}

.h4,
h4 {
    font-size: 30px;
}

.h5,
h5 {
    font-size: 24px;
}

.h6,
h6 {
    font-size: 20px;
}

.shape-mockup {
    position: absolute;
    z-index: 0;
}

@media (max-width: 1199px) {
.h1,
    h1 {
        font-size: 40px;
    }
.h2,
    h2 {
        font-size: 36px;
    }
.h3,
    h3 {
        font-size: 30px;
    }
.h4,
    h4 {
        font-size: 24px;
    }
.h5,
    h5 {
        font-size: 20px;
    }
.h6,
    h6 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
.h1,
    h1 {
        font-size: 36px;
    }
.h2,
    h2 {
        font-size: 30px;
    }
.h3,
    h3 {
        font-size: 26px;
    }
.h4,
    h4 {
        font-size: 22px;
    }
.h5,
    h5 {
        font-size: 18px;
    }
.h6,
    h6 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1300px) {
.container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }
}

.main-container2 {
    max-width: calc(var(--main-container2) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
    margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
.container-fluid.px-0 .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 767px) {
.row:not([class*=gx-]) {
        --bs-gutter-x: 30px;
    }
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 65px;
    padding: 0 45px 0 18px;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    background-color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    width: 100%;
    border-radius: 6px;
    font-weight: 500;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    background-color: var(--white-color);
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--text-color);
    font-weight: 500;
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--text-color);
    font-weight: 500;
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--text-color);
    font-weight: 500;
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--text-color);
    font-weight: 500;
}

.form-select,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 6px;
}

input[type=checkbox] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

input[type=checkbox]:checked ~ label:before {
    content: "\f00c";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

input[type=checkbox] ~ label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
}

input[type=checkbox] ~ label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 4px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
}

input[type=radio] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

input[type=radio] ~ label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0;
}

input[type=radio] ~ label::before {
    content: "\f111";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px;
    padding-left: 0.5px;
    font-size: 0.4em;
    line-height: 18.95px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: transparent;
    transition: all 0.2s ease;
}

input[type=radio]:checked ~ label::before {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color);
}

label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px;
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
}

.form-group > i {
    position: absolute;
    right: calc(var(--bs-gutter-x) / 2 + 30px);
    top: 17px;
    font-size: 16px;
    color: #A0ABB4;
}

.form-group.has-label > i {
    top: 48px;
}

.row.no-gutters > .form-group {
    margin-bottom: 0;
}

.form-messages {
    display: none;
    margin: 0;
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 4px;
}

.form-messages > pre:last-child {
    margin-bottom: 0;
}

.form-messages > pre:first-of-type {
    margin-top: 0;
}

.form-messages.success {
    background-color: var(--success-color);
    color: var(--white-color);
    display: block;
}

.form-messages.error {
    background-color: var(--error-color);
    color: var(--white-color);
    display: block;
}

.form-messages pre {
    padding: 0;
    background-color: transparent;
    color: inherit;
}

.row > .slick-list {
    padding-left: 0;
    padding-right: 0;
}

.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

.vs-menu-wrapper .mobile-logo {
    padding-bottom: 0;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--white-color);
}

.vs-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}

.vs-menu-wrapper .vs-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
}

.vs-menu-wrapper .vs-menu-toggle:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: var(--white-color);
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1;
}

.vs-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible;
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.vs-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}

.vs-mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(242, 0, 58, 0.2);
    background-color: #000;
}

.vs-mobile-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #000;
}

.vs-mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}

.vs-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}

.vs-mobile-menu ul li {
    border-bottom: 1px solid var(--border-color);
    list-style-type: none;
}

.vs-mobile-menu ul li li:first-child {
    border-top: 1px solid var(--border-color);
}

.vs-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    font-weight: 700;
}

.vs-mobile-menu ul li a:before {
    content: "\f105";
    font-family: var(--icon-font);
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
    display: inline-block;
}

.vs-mobile-menu ul li.vs-active > a {
    color: var(--theme-color);
}

.vs-mobile-menu ul li.vs-active > a:before {
    transform: rotate(90deg);
}

.vs-mobile-menu ul li ul li {
    padding-left: 20px;
}

.vs-mobile-menu ul li ul li:last-child {
    border-bottom: none;
}

.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(242, 0, 58, 0.5);
    border-radius: 50%;
}

.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
    content: "\f067";
    font-family: var(--icon-font);
}

.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
    content: "\f068";
}

.vs-mobile-menu > ul {
    padding: 0 40px;
}

.vs-mobile-menu > ul > li:last-child {
    border-bottom: none;
}

.vs-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 0;
}

.vs-menu-toggle:hover {
    background-color: var(--title-color);
}

.vs-menu-toggle.style-text, .vs-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px;
}

.vs-menu-toggle.style-text i, .vs-menu-toggle.style-text-white i {
    margin-right: 10px;
}

.vs-menu-toggle.style-text-white {
    color: var(--white-color);
}

@media (max-width: 400px) {
.vs-menu-wrapper .vs-menu-area {
        width: 100%;
        max-width: 270px;
    }
.vs-mobile-menu > ul {
        padding: 0 20px;
    }
}

.preloader .vs-btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px;
}

.vs-btn {
    display: inline-block;
    border: none;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    border: 2px solid var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color);
    line-height: 1;
    padding: 18px 30px;
    border-radius: 9999px;
    transition: all 0.5s ease;
}

.vs-btn:hover {
    color: var(--white-color);
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
}

.link-btn {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
    transition: all ease 0.3s;
}

.link-btn i {
    margin-right: 7px;
}

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

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
.scroll-btn.show {
        bottom: 15px;
    }
}

.title-area {
    margin-bottom: 40px;
    line-height: 100%;
}

.title-area .sec-subtitle {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--theme-color);
    line-height: 100%;
    display: inline-block;
    position: relative;
    margin: 0 50px 10px;
}

.title-area .sec-subtitle::before {
    content: "";
    width: 40px;
    height: 3px;
    border-radius: 30px;
    background-color: var(--theme-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}

.title-area .sec-subtitle::after {
    content: "";
    width: 40px;
    height: 3px;
    border-radius: 30px;
    background-color: var(--theme-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
}

.title-area .sec-subtitle.right-shape {
    margin-left: 0;
}

.title-area .sec-subtitle.right-shape::before {
    display: none;
}

.title-area .sec-subtitle.left-shape {
    margin-right: 0;
}

.title-area .sec-subtitle.left-shape::after {
    display: none;
}

.title-area .sec-title {
    font-size: 46px;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 122%;
    font-weight: 700;
}

.title-area .sec-title .title-highlight {
    display: inline-block;
    color: var(--theme-color);
}

.shape-mockup {
    position: absolute;
}

.z-index-common {
    position: relative;
    z-index: 3;
}

.media-body {
    flex: 1;
}

.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--black-color);
    padding: 0.35em 0.55em;
    border-radius: 50%;
}

.fw-bold {
    font-weight: 700;
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.text-white {
    color: var(--white-color) !important;
}

.text-inherit {
    color: inherit;
}

.text-inherit:hover {
    color: var(--theme-color);
}

[data-overlay] {
    position: relative;
}

[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
    z-index: 1;
}

[data-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

[data-overlay=theme]:before {
    background-color: var(--theme-color);
}

[data-overlay=title]:before {
    background-color: var(--title-color);
}

[data-overlay=white]:before {
    background-color: var(--white-color);
}

[data-overlay=black]:before {
    background-color: var(--black-color);
}

[data-opacity="1"]:before {
    opacity: 0.1;
}

[data-opacity="2"]:before {
    opacity: 0.2;
}

[data-opacity="3"]:before {
    opacity: 0.3;
}

[data-opacity="4"]:before {
    opacity: 0.4;
}

[data-opacity="5"]:before {
    opacity: 0.5;
}

[data-opacity="6"]:before {
    opacity: 0.6;
}

[data-opacity="7"]:before {
    opacity: 0.7;
}

[data-opacity="8"]:before {
    opacity: 0.8;
}

[data-opacity="9"]:before {
    opacity: 0.9;
}

[data-opacity="10"]:before {
    opacity: 1;
}

.wow-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.back-to-top {
    --back-to-top-size: 70px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: var(--back-to-top-size);
    height: var(--back-to-top-size);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
    
}

@media (max-width: 767px) {
.back-to-top {
        --back-to-top-size: 60px;
        bottom: 80px;
        right: 10px;
    }
}

.back-to-top .progress-circle {
    display: inline-block;
    width: var(--back-to-top-size);
    height: var(--back-to-top-size);
    transform: rotate(-90deg);
    background: var(--title-color);
    border-radius: 50%;
    box-shadow: 0px 0px 3px rgba(102, 184, 70, 0.6509803922);
}

.back-to-top .progress-circle svg {
    width: 100%;
    height: 100%;
}

.back-to-top .progress-circle circle {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
}

.back-to-top .progress-circle .bg {
    stroke: var(--title-color2);
}

.back-to-top .progress-circle .progress {
    stroke: var(--white-color);
    stroke-dasharray: 251.2; 
    stroke-dashoffset: 251.2;
    transition: stroke-dashoffset 0.2s linear;
}

.back-to-top .progress-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    color: var(--white-color);
    pointer-events: none;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--title-font);
    padding: 5px;
    transition: color 0.2s linear;
    
}

@media (max-width: 767px) {
.back-to-top .progress-percentage {
        font-size: 10px;
    }
}

.back-to-top:hover .progress-percentage {
    color: var(--title-color2);
}

.widget_nav_menu ul,
.widget_pages ul,
.widget_meta ul,
.widget_archive ul,
.widget_categories ul {
    padding: 0;
    margin: -0.4em 0 0 0;
    list-style: none;
}

.widget_nav_menu .children,
.widget_pages .children,
.widget_meta .children,
.widget_archive .children,
.widget_categories .children {
    margin-left: 10px;
}

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

.widget_categories a {
    display: block;
    font-family: var(--title-font);
    color: var(--text-color);
    text-transform: capitalize;
    font-size: 16px;
    padding: 5px 0px 18px 0px;
    margin-bottom: 12px;
    font-weight: 400;
    line-height: 1;
    line-height: 160%;
    transition: color ease 0.2s, background-color ease 0.4s;
}

.widget_categories a:hover {
    color: var(--theme-color);
}

.widget_categories a i {
    font-size: 14px;
    margin-left: 20px;
    color: var(--theme-color);
    margin-right: 6px;
    margin-left: 0;
}

.widget_categories li {
    display: block;
    position: relative;
}

.widget_categories li > span {
    font-size: 14px;
    font-weight: 700;
    color: var(--title-color);
    right: 5px;
    top: 5px;
    z-index: 1;
    display: inline-block;
    text-align: center;
    position: absolute;
    transition: all ease 0.4s;
}

.widget_categories li .dot-shape {
    display: flex;
    position: absolute;
    bottom: 0;
}

.widget_categories li:hover {
    color: var(--theme-color);
}

.widget_categories li:hover span {
    color: var(--theme-color);
}

.widget_categories .widget_title {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    margin: 0 0 5px 0;
    padding: 0 0 10px 28px;
    font-family: var(--title-font);
}

.widget_nav_menu .sub-menu {
    margin-left: 10px;
}

.widget {
    padding: 0;
    position: relative;
    margin-bottom: 45px;
}

.widget select,
.widget input {
    height: 38px;
    border: none;
    background-color: var(--input-bg, #F0F4F5);
}

.widget_title {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    margin: 0 0 10px 0;
    padding: 0 0 13px 28px;
    font-family: var(--title-font);
}

.widget_title:before {
    content: "//";
    position: absolute;
    left: 0;
    height: 4px;
    width: 85px;
    color: var(--theme-color);
}

.widget .search-form {
    position: relative;
    display: flex;
    border-bottom: 2px solid var(--border-color);
    padding-bottom: 15px;
}

.widget .search-form input {
    flex: 1;
    background-color: transparent;
    padding: 0;
    letter-spacing: 0.4px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    height: 100%;
    font-family: var(--body-font);
}

.widget .search-form input::placeholder {
    color: #8B9595;
    letter-spacing: 0.4px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.widget .search-form button {
    border: none;
    background-color: transparent;
    color: var(--white-color);
    padding: 0;
    margin: 0;
    color: var(--title-color);
    width: auto;
    font-size: 18px;
    display: inline-flex;
    align-items: end;
}

.widget .search-form button:hover {
    color: var(--theme-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 9.5px 16.5px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--text-color);
    background-color: var(--light-color);
    border-radius: 4px;
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.tagcloud a {
    color: var(--text-color);
    background-color: var(--light-color);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.4px;
    margin: 0;
    border-radius: 3px;
    padding: 11px 12px;
    border: 1px solid #DBE1E2;
}

.recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.recent-post .media-img {
    margin-right: 18px;
}

.recent-post .media-img img {
    width: 103px;
    min-width: 103px;
    height: 97px;
    border-radius: 6px;
}

.recent-post .post-title {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 -0.1em 0;
}

.recent-post .recent-post-meta {
    margin: -0.15em 0 0 0;
}

.recent-post .recent-post-meta a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
    color: var(--theme-color);
}

.recent-post .recent-post-meta a i {
    margin-right: 5px;
    color: var(--theme-color);
}

.sidebar-area {
    margin-bottom: -10px;
}

.sidebar-area .newsletter-form .vs-btn:hover {
    color: var(--secondary-color);
    background-color: var(--white-color);
}

.widget_newsletter .widget_title {
    color: var(--white-color);
    border-bottom-color: rgba(231, 231, 231, 0.14);
}

.widget_newsletter .vs-btn {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    width: 100%;
}

.widget_newsletter .vs-btn:hover {
    border-color: var(--white-color);
}

.widget_shopping_cart .buttons .vs-btn {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.widget_shopping_cart .buttons .vs-btn:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

@media (max-width: 1199px) {
.widget {
        --widget-padding-y: 30px;
        --widget-padding-x: 30px;
    }
.recent-post .post-title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
.sidebar-area {
        padding-top: 30px;
    }
.wp-block-tag-cloud a,
    .tagcloud a {
        padding: 10.5px 18px;
    }
}

@media (max-width: 767px) {
.widget_title {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
.widget {
        padding: 0px 15px;
    }
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
}

.footer-widget .widget_title {
    color: var(--white-color);
    font-size: 24px;
    margin-bottom: 45px;
    padding: 0;
    border: none;
    text-transform: capitalize;
}

.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
    margin-bottom: 45px;
}

.footer-widget.widget_meta ul ul, .footer-widget.widget_pages ul ul, .footer-widget.widget_archive ul ul, .footer-widget.widget_categories ul ul, .footer-widget.widget_nav_menu ul ul {
    margin-top: 0;
}

.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    width: max-content;
    display: block;
    border: none;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--body-font);
    color: #CFCFCF;
    margin-bottom: 16px;
    max-width: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
}

.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: var(--theme-color);
}

.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: var(--body-color);
    line-height: 1;
}

.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0;
}

.footer-logo {
    margin-bottom: 18px;
}

.footer-text {
    text-transform: capitalize;
    color: #CFCFCF;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 165%;
    font-weight: 600;
}

@media (max-width: 1199px) {
.footer-widget {
        margin-bottom: 20px;
    }
.footer-widget .widget_title {
        font-size: 20px;
        margin-bottom: 30px;
    }
.footer-widget .footer-menu a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
.footer-widget .widget_title {
        font-size: 22px;
    }
}

.vs-header {
    position: relative;
    z-index: 41;
}

.header-logo {
    max-width: 270px;
    height: 110px;
    display: inline-flex;
    align-items: center;
    z-index: 0;
}

.will-sticky .sticky-active {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    transition: all ease 0.8s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

.will-sticky .sticky-active.active {
    padding: 0 15px;
    top: 0;
}

.will-sticky .sticky-active.active .menu-area {
    margin-bottom: 0;
}

.main-menu {
    text-align: left;
    padding-left: 110px;
}

.main-menu a {
    display: block;
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    line-height: 160%;
    font-size: 16px;
    color: var(--title-color);
    text-transform: uppercase;
    
}

@media (max-width: 1300px) {
.main-menu a {
        font-size: 16px;
    }
}

.main-menu a:hover {
    color: var(--theme-color);
}

.main-menu > ul > li {
    margin: 0 16px;
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.main-menu ul li.menu-item-has-children > a:after {
    content: "\f078";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 5px;
    top: -0.8px;
    font-size: 0.8rem;
}

.main-menu ul li:last-child {
    margin-right: 0;
}

.main-menu ul li:first-child {
    margin-left: 0;
}

.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9;
}

.main-menu ul.sub-menu li a.active {
    color: var(--theme-color);
}

.main-menu ul li.menu-item-has-children.active > a {
    color: var(--theme-color);
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    visibility: hidden;
    min-width: 190px;
    width: max-content;
    padding: 7px;
    left: -14px;
    margin-top: 50px;
    opacity: 0;
    z-index: -1;
    border-bottom: 3px solid var(--theme-color);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
    transform-origin: top center;
    transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
    font-size: 16px;
    line-height: 30px;
}

.main-menu ul.sub-menu {
    padding: 18px 20px;
    left: -27px;
}

.main-menu ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 34px;
    top: 32px;
    width: 1px;
    background-color: var(--border-color);
    height: calc(100% - 65px);
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 3px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:after {
    content: "\f105";
    float: right;
    top: 3px;
}

.main-menu ul.sub-menu li.menu-item-has-children.active > a {
    color: var(--theme-color);
}

.main-menu ul.sub-menu li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active > a {
    color: var(--white-color);
}

.main-menu ul.sub-menu li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active > a:hover {
    color: var(--theme-color);
}

.main-menu ul.sub-menu li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active .mega-menu li.active ul li.active a.active, .main-menu ul.sub-menu li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active .mega-menu li.active ul li.active a:hover {
    color: var(--theme-color);
    transform: translateX(10px);
}

.main-menu ul.sub-menu li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active .mega-menu li ul a:hover {
    color: var(--theme-color);
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 21px;
}

.main-menu ul.sub-menu li a:before {
    content: "\f111";
    position: absolute;
    top: 3.3em;
    left: 0;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.2em;
    line-height: 11.5px;
    color: var(--secondary-color);
    font-weight: 700;
    background-color: var(--white-color);
    box-shadow: inset 0px 2px 4px 0px rgba(12, 119, 53, 0.4);
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}

.main-menu .mega-menu-wrap {
    position: static;
}

.main-menu ul.mega-menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    transform: translateX(-50%);
}

.main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px;
}

.main-menu ul.mega-menu li li {
    padding: 4px 0;
}

.main-menu ul.mega-menu li a {
    display: inline-block;
}

.main-menu ul.mega-menu li a.active {
    color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a {
    display: block;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--title-color);
    border-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::after {
    width: calc(100% - 20px);
    left: 20px;
}

.main-menu ul.mega-menu > li > a:hover {
    padding-left: 0;
}

.menu-style1 > ul > li > a {
    padding: 41px 0;
}

.menu-style1 > ul > li > a.active {
    color: var(--title-color);
}

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

.menu-style2 > ul > li > a.active {
    color: var(--white-color) !important;
}

.main-menu > ul > li > a {
    padding: 41px 0;
}

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

.main-menu > ul > li.mega-menu-wrap > a {
    padding: 41px 0;
}

.menu-style1 > ul > li.mega-menu-wrap > a {
    color: var(--title-color) !important;
}

.menu-style1 > ul > li.mega-menu-wrap > a:hover {
    color: var(--theme-color) !important;
}

.vs-header .sticky-wrapper {
    background-color: var(--white-color);
}

.vs-header .sticky-wrapper.style2 {
    background-color: var(--title-color);
}

.vs-header .sticky-wrapper.style2 .header-icons {
    background-color: var(--title-color);
    border-right: 8px solid var(--theme-color);
}

.vs-header .sticky-wrapper.style2 .header-icons .icon-btn {
    border: 3.5px solid var(--white-color);
    line-height: 63px;
}

.vs-header .sticky-wrapper.style2 .searchBoxTggler {
    color: var(--white-color);
}

.vs-header .sticky-wrapper.style2 .header-inner {
    background-color: var(--white-color);
    border-right: 7px solid var(--theme-color);
}

.vs-header .sticky-wrapper.style2 .contact-text {
    color: var(--title-color);
}

.vs-header .sticky-wrapper.style2 .contact-title a {
    color: var(--theme-color);
}

.vs-header .sticky-wrapper.style2 .contact-title a:hover {
    color: var(--title-color);
}

.vs-header .sticky-wrapper.style2 .header-logo::after {
    background-color: var(--theme-color);
}

.vs-header .sticky-wrapper.style2 .header-logo::before {
    background-color: var(--white-color);
}

.vs-header .sticky-wrapper.style2 .sticky-active.active {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}

.vs-header .sticky-wrapper.style2 .sticky-active.active .header-logo::after {
    display: none;
}

.vs-header .sticky-wrapper.style2 .sticky-active.active .header-logo::before {
    display: none;
}

.vs-header .sticky-wrapper.style2 .sticky-active.active .menu-style2 > ul > li > a {
    color: var(--title-color);
}

.vs-header .sticky-wrapper.style2 .sticky-active.active .menu-style2 > ul > li > a.active {
    color: var(--title-color) !important;
}

.vs-header .sticky-wrapper.style2 .sticky-active.active .menu-style2 > ul > li > a:hover {
    color: var(--theme-color) !important;
}

.vs-header .sticky-wrapper.style2 .sticky-active.active .header-icons {
    background-color: unset;
    border-right: none;
}

.vs-header .sticky-wrapper.style2 .sticky-active.active .header-icons .searchBoxTggler i {
    color: var(--title-color);
}

.vs-header .sticky-wrapper.style2 .sticky-active.active .header-icons .icon-btn {
    border-color: var(--theme-color);
}

.vs-header .sticky-wrapper.style2 .sticky-active.active .header-logo {
    height: 100%;
    max-width: 150px;
    padding: 15px 0;
}

.vs-header .sticky-wrapper.style2 .sticky-active.active .header-inner {
    background-color: var(--white-color);
    border: none;
}

.vs-header .sticky-wrapper.style2 .sticky-active.active .header-inner .contact-content .contact-title a {
    color: var(--title-color);
}

.vs-header .sticky-wrapper.style2 .sticky-active.active .header-inner .contact-content .contact-title a:hover {
    color: var(--theme-color);
}

.vs-header .sticky-wrapper.style2 .header-icons .searchBoxTggler::after {
    background-color: #456B71;
}

.vs-header .sticky-wrapper.style2 .header-icons .searchBoxTggler::before {
    background-color: #456B71;
}

.vs-header .will-sticky .sticky-active.active .menu-area {
    margin-bottom: 0;
}

.vs-header .header-top {
    padding: 0px 0;
    background-color: var(--title-color);
}

.vs-header .header-top.style2 {
    background: rgb(23, 167, 191);
    background: linear-gradient(270deg, #18A384 0%, rgb(16, 156, 61) 100%);
}

.vs-header .header-top.style2 .social-style1 a {
    background-color: #0D5A54;
}

.vs-header .header-top.style2 .social-style1 a:hover {
    color: var(--white-color);
    background-color: var(--title-color);
}

.vs-header .header-top.style2 .social-title::before {
    background-color: #61BFA3;
}

.vs-header .header-top.style2 .social-title::after {
    background-color: #61BFA3;
}

.vs-header .header-top.style2 .header-links::before {
    background-color: #10483A;
}

.vs-header .header-links {
    padding: 14px 40px;
    position: relative;
}

.vs-header .header-links::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--body-color);
    position: absolute;
    top: 0;
    left: 16px;
    transform: skewX(-30deg);
}

.vs-header .header-logo {
    position: relative;
}

.vs-header .header-logo img {
    position: relative;
    z-index: 1;
}

.vs-header .header-logo::after {
    content: "";
    position: absolute;
    top: 0%;
    right: -38%;
    height: 100%;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background-color: #54CE7B;
    transform: skewX(37deg);
}

.vs-header .header-logo::before {
    content: "";
    position: absolute;
    top: 0%;
    right: -35%;
    height: 100%;
    bottom: 0;
    width: 99999px;
    background-color: var(--theme-color);
    transform: skewX(33deg);
}

.vs-header.header-layout1 .header-inner {
    background-color: var(--theme-color);
    border-radius: 40px 0 0px 40px;
}

.vs-header.header-layout1 .header-icons {
    background-color: var(--white-color);
    border-radius: 0 56px 56px 0;
    height: 100%;
}

.vs-header.header-layout2 .header-top {
    background-color: #1C2438;
}

.vs-header.header-layout2 .header-links {
    margin-left: 350px;
}

.vs-header.header-layout2 .header-links::before {
    display: none;
}

.vs-header.header-layout2 .menu-style1 > ul > li > a {
    padding: 36px 0;
}

.vs-header.header-layout2 .header-inner {
    height: 99px;
}

.vs-header.header-layout2 .header-logo {
    height: 100%;
    z-index: auto;
}

.vs-header.header-layout2 .header-logo::before {
    top: -62px;
    right: -60%;
    height: 155px;
    background: linear-gradient(73deg, rgb(1, 157, 91) 99%, #0BA17F);
    border-bottom: 10px solid #68BF45;
}

.vs-header.header-layout2 .header-logo::after {
    top: unset;
    right: -69%;
    height: 99px;
    bottom: -14px;
    width: 30px;
    z-index: 1;
    background-color: var(--white-color);
    transform: skewX(33deg);
}

.vs-header.header-layout2 .header-logo .main-logo {
    transform: translateY(-35%);
    z-index: 1;
}

.vs-header.header-layout2 .main-menu {
    padding-left: 140px;
    z-index: 1;
    position: relative;
}

.vs-header.header-layout2 .contact-content {
    position: relative;
}

.vs-header.header-layout2 .contact-content::before {
    content: "";
    position: absolute;
    top: -25px;
    right: 0;
    height: 99px;
    bottom: 0;
    width: 115%;
    background-color: #079F5F;
    z-index: 0;
    border-right: 8px solid #5EBC47;
}

.vs-header.header-layout2 .header-icons .icon-btn {
    margin-right: 0;
    border: 3.5px solid var(--white-color);
}

.vs-header.header-layout2 .social-style1 a {
    border: 2.5px solid var(--theme-color);
    background-color: #5EBC47;
}

.vs-header.header-layout2 .social-style1 a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.vs-header.header-layout2 .sticky-active.active .main-logo {
    transform: unset;
}

.vs-header.header-layout2 .header-links li {
    color: #CDCCD9;
}

.vs-header.header-layout2 .header-links li i {
    color: var(--title-color2);
}

.vs-header.header-layout2 .social-style1 .social-title {
    color: #CDCCD9;
}

@media (max-width: 1700px) {
.vs-header.header-layout2 .contact-content {
        padding: 0 0 0 25px;
    }
.vs-header.header-layout2 .contact-content::before {
        display: none;
    }
.vs-header.header-layout2 .contact-content .contact-text {
        color: var(--title-color2);
    }
.vs-header.header-layout2 .contact-content .contact-title a {
        color: var(--title-color);
    }
.vs-header.header-layout2 .contact-content .contact-title a:hover {
        color: var(--theme-color);
    }
.vs-header.header-layout2 .header-icons .icon-btn {
        border-color: var(--title-color2);
    }
.vs-header.header-layout1 .header-icons .icon-btn {
        margin-right: 0;
    }
.vs-header.header-layout1 .header-inner {
        background-color: var(--white-color);
    }
.vs-header.header-layout1 .header-inner .contact-content {
        padding: 0 0 0 10px;
    }
.vs-header.header-layout1 .header-inner .contact-content::before {
        display: none;
    }
.vs-header.header-layout1 .header-inner .contact-content .contact-text {
        color: var(--title-color2);
    }
.vs-header.header-layout1 .header-inner .contact-content .contact-title a {
        color: var(--title-color);
    }
.vs-header.header-layout1 .header-inner .contact-content .contact-title a:hover {
        color: var(--theme-color);
    }
.vs-header.header-layout1 .sticky-wrapper.style2 .header-icons {
        border-radius: unset;
        border-right: none;
    }
.vs-header.header-layout1 .sticky-wrapper.style2 .header-icons .icon-btn {
        margin-right: 0;
    }
.vs-header.header-layout1 .sticky-wrapper.style2 .header-inner {
        background-color: var(--title-color);
        border-right: none;
    }
.vs-header.header-layout1 .sticky-wrapper.style2 .header-inner .contact-content {
        padding: 0 0 0 25px;
    }
.vs-header.header-layout1 .sticky-wrapper.style2 .header-inner .contact-content::before {
        display: none;
    }
.vs-header.header-layout1 .sticky-wrapper.style2 .header-inner .contact-content .contact-text {
        color: var(--title-color2);
    }
.vs-header.header-layout1 .sticky-wrapper.style2 .header-inner .contact-content .contact-title a {
        color: var(--white-color);
    }
.vs-header.header-layout1 .sticky-wrapper.style2 .header-inner .contact-content .contact-title a:hover {
        color: var(--theme-color);
    }
}

@media (max-width: 1600px) {
.vs-header .header-top {
        padding: 0 30px;
    }
.vs-header .sticky-wrapper {
        padding: 0 30px;
    }
}

@media (max-width: 1500px) {
.main-menu {
        text-align: right;
    }
}

@media (max-width: 1399px) {
.main-menu {
        text-align: right;
    }
.vs-header .header-links {
        margin-left: 0;
    }
.vs-header .main-menu {
        padding-left: 0px;
        font-size: 13px;
        text-transform: capitalize;
    }
.vs-header .main-menu > ul > li {
        margin: 0 8px;
    }
.vs-header.header-layout2 .header-logo .main-logo {
        transform: translateY(5%);
    }
.vs-header.header-layout2 .header-logo .main-logo .main-logo1 {
        display: none;
    }
.vs-header.header-layout2 .header-logo .main-logo .main-logo2 {
        display: block;
    }
.vs-header.header-layout2 .header-logo::before {
        display: none;
    }
.vs-header.header-layout2 .header-logo::after {
        display: none;
    }
.vs-header.header-layout2 .header-links {
        margin-left: 0;
        padding-left: 0;
    }
.vs-header.header-layout2 .main-menu {
        padding-left: 0px;
    }
}

@media (max-width: 1199px) {
.main-menu > ul > li {
        margin: 0 10px;
    }
.vs-header .header-logo::before {
        right: -15%;
    }
.vs-header .header-logo::after {
        right: -17%;
    }
.vs-header .contact-content {
        display: none;
    }
.vs-header.header-layout2 .icon-btn {
        line-height: 50px !important;
    }
.vs-header .icon-btn {
        width: 55px;
        height: 55px;
    }
.vs-header.header-layout1 .icon-btn {
        line-height: 57px !important;
    }
.vs-header.header-layout1.style2 .icon-btn {
        line-height: 50px !important;
    }
}

@media (max-width: 991px) {
.header-layout1 .header-top {
        padding: 10px 30px;
    }
.header-layout1 .header-links {
        margin-left: 0;
        padding: 0;
    }
.header-layout1 .header-links li {
        margin: 0;
        padding: 0;
    }
.header-layout1 .header-links li::after {
        display: none;
    }
.header-layout1 .header-links li::before {
        display: none;
    }
.header-layout1 .header-links::before {
        display: none;
    }
.header-layout1.style2 .header-links i {
        color: var(--white-color);
    }
.vs-header .header-links {
        padding: 0;
    }
.vs-header .header-links li {
        margin: 0;
        padding: 0;
    }
.vs-header .header-links li::after {
        display: none;
    }
.vs-header .header-links li::before {
        display: none;
    }
.vs-header .header-links::before {
        display: none;
    }
.header-layout2 .header-top {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

@media (max-width: 575px) {
.header-logo {
        max-width: 150px;
        padding: 15px 0;
    }
.vs-header.header-layout2 .header-logo .main-logo {
        transform: unset;
    }
.vs-header .header-top {
        padding: 8px 0;
    }
.vs-header .sticky-wrapper {
        padding: 0 0;
    }
}

.main-menu > ul > li > a {
    font-size: 0.7em;
}

.widget-area {
    padding-top: 80px;
    padding-bottom: 20px;
}

.footer-wrapper .gallery-thumb {
    border: 3px solid var(--theme-color);
    border-radius: 10px;
}

.footer-wrapper .widget-area {
    padding-top: 100px;
    padding-bottom: 40px;
}

.footer-layout1 {
    position: relative;
}

.footer-layout1 .widget_categories a {
    margin-bottom: 18px;
}

.footer-layout1 .widget_title {
    position: relative;
    padding-bottom: 8px;
}

.footer-layout1 .widget_title::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: var(--theme-color);
    bottom: -8px;
    z-index: 1;
    left: 0;
}

.footer-layout1 .widget_title::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 3px;
    background-color: #144F56;
    bottom: -8px;
    left: 0;
}

.footer-layout1 .widget_categories ul {
    column-count: 2;
}

.footer-layout1 .widget_categories ul li {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    line-height: 150%;
    transition: all 0.5s ease;
}

.footer-layout1 .widget_categories ul li::after {
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: var(--theme-color);
    font-family: var(--icon-font);
}

.footer-layout1 .widget_categories ul li:hover {
    transform: translateX(10px);
}

.footer-layout1 .extra-space-top {
    padding-top: 240px;
}

.footer-wrapper .vs-widget-about {
    padding-right: 50px;
}

.footer-wrapper .contact-box {
    margin-bottom: 25px;
}

.footer-wrapper .social-style1 .social-title {
    color: var(--theme-color);
    font-weight: 700;
}

.footer-wrapper .social-style1 .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--title-color);
    border: 1px solid #1C4F57;
}

.footer-wrapper .social-style1 .social-icon a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.media-style1 .media-body .media-title {
    color: var(--white-color);
    text-transform: capitalize;
    font-size: 18px;
}

.media-style1 .media-body .media-info {
    font-size: 16px;
    color: var(--smoke-color);
    margin-bottom: 0;
}

.media-style1 .media-body .media-info a {
    color: var(--white-color);
    transform: all 0.5s ease;
}

.media-style1 .media-body .media-info a:hover {
    color: var(--theme-color);
}

.copyright-wrap {
    text-align: center;
    background-color: var(--title-color);
    position: relative;
}

.copyright-text {
    margin: 0;
    font-size: 16px;
    padding: 32px 0;
    font-weight: 500;
    color: var(--white-color);
    position: relative;
    z-index: 0;
}

.copyright-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -55px;
    height: 100%;
    bottom: 0;
    width: 99999px;
    background-color: var(--theme-color);
    transform: skewX(50deg);
    z-index: -1;
}

.copyright-text a {
    font-weight: 700;
    color: var(--title-color);
    text-transform: capitalize;
}

.copyright-text a:hover {
    color: var(--white-color);
}

@media (max-width: 1199px) {
.copyright-text::before {
        display: none;
    }
.copyright-text a {
        color: var(--theme-color);
    }
.copyright-text a:hover {
        color: var(--title-color2);
    }
}

@media (max-width: 991px) {
.copyright-wrap {
        padding-bottom: 35px;
    }
}

@media (max-width: 767px) {
.footer-wrapper .widget-area {
        padding-top: 60px;
    }
}

@media (max-width: 575px) {
.footer-wrapper .vs-widget-about {
        padding-right: 0;
    }
.footer-layout1 .widget_categories ul {
        column-count: 1;
    }
}

.breadcumb-title {
    color: var(--white-color);
    margin: -0.25em 0 -0.2em 0;
    font-size: 2rem;
    font-weight: 600;
    line-height: 117%;
    text-transform: uppercase;
    text-align: center;
}

.breadcumb-title span {
    color: var(--theme-color);
    display: inline-block;
}

.breadcumb-wrapper {
    background-color: var(--secondary-color);
    background-size: cover;
    padding-top: 165px;
    padding-bottom: 165px;
    margin-bottom: 77px;
}

@media (max-width: 767px) {
.breadcumb-title {
        font-size: 1.8rem;
    }
}

.vs-pagination {
    margin-bottom: 0px;
}

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

.vs-pagination span,
.vs-pagination a {
    width: 56px;
    height: 56px;
    line-height: 53px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--body-font);
    color: var(--text-color);
    display: inline-block;
    border: 2px solid var(--border-color);
    border-radius: 5px;
    background-color: #E6EBEC;
}

.vs-pagination span.active, .vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
    color: var(--white-color);
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}

.vs-pagination span i,
.vs-pagination a i {
    font-size: 16px;
    font-weight: 900;
}

.vs-pagination li {
    display: inline-block;
    margin: 0 3px;
    list-style-type: none;
}

@media (max-width: 767px) {
.vs-pagination {
        text-align: center;
    }
.vs-pagination a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
.vs-pagination li {
        margin: 0 2px;
    }
}

blockquote {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--title-color);
    background-color: var(--bg-color3);
    border-left: 4px solid var(--theme-color);
    padding: 43px 50px 42px 35px;
    margin: 35px 0;
}

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

blockquote:before {
    content: "\e1e4";
    font-family: var(--icon-font);
    position: absolute;
    bottom: 30px;
    font-size: 46px;
    font-weight: 600;
    line-height: 1;
    color: var(--theme-color);
    left: 38px;
    top: 0;
}

blockquote p {
    margin-bottom: 0;
}

blockquote p a {
    color: inherit;
}

blockquote cite {
    color: var(--theme-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding-left: 32px;
    line-height: 160%;
    margin-top: 10px;
    font-style: normal;
}

blockquote cite:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 4px;
    border-radius: 30px;
    background-color: var(--theme-color);
}

.blog-title a {
    color: inherit;
}

.blog-title a:hover {
    color: var(--theme-color);
}

.vs-blog {
    margin-bottom: 30px;
}

.share-links .row {
    align-items: center;
    --bs-gutter-y: 15px;
}

.share-links .tagcloud {
    display: inline-block;
}

.blog-inner-author {
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--body-font);
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 6px;
}

.blog-inner-author span {
    line-height: 160%;
    display: inline-flex;
}

.blog-inner-author span a {
    margin-left: 6px;
}

.blog-inner-author span:hover {
    color: var(--title-color);
}

.blog-inner-author a {
    color: var(--theme-color);
}

.blog-inner-author a i {
    margin-right: 8px;
}

.blog-inner-author a:hover {
    color: var(--title-color);
}

.blog-inner-author .blog-date {
    line-height: 160%;
}

.blog-inner-author .blog-date:not(:first-child) {
    margin-left: 14px;
}

.blog-inner-author img {
    width: 67px;
    height: 67px;
    padding: 3px;
    margin-right: 10px;
    background-color: var(--theme-color);
    border-radius: 50%;
}

.blog-single {
    position: relative;
    margin-bottom: 50px;
}

.blog-single .blog-links {
    display: flex;
    justify-content: space-between;
}

.blog-single .blog-links .link-btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-single .blog-links .link-btn i {
    color: var(--theme-color);
    font-weight: 700;
    margin-right: 0;
    font-size: 14px;
    margin-left: 8px;
}

.blog-single .blog-title {
    font-size: 36px;
    margin-bottom: 25px;
    line-height: initial;
}

.blog-single .blog-meta {
    margin-bottom: 4px;
}

.blog-single .blog-text {
    text-transform: capitalize;
    line-height: 160%;
    font-weight: 500;
}

.blog-single .blog-img {
    position: relative;
    background-color: var(--smoke-color);
    margin: -1px;
    border-radius: 20px;
}

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

.blog-single .blog-audio {
    line-height: 1;
}

.blog-single .blog-img .slick-arrow {
    --pos-x: 30px;
    border: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--white-color);
    color: var(--secondary-color);
    border-radius: 50%;
    font-size: 20px;
}

.blog-single .blog-img .slick-arrow:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.blog-single .blog-img .play-btn {
    --icon-size: 60px;
    --icon-font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}

.blog-single .blog-content {
    overflow: hidden;
    padding: 33px 0px 18px 0px;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    margin-bottom: 28px;
    line-height: 160%;
}

.blog-single .blog-content::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid var(--border-color);
    display: block;
    width: 100%;
    left: 0;
    bottom: 1px;
}

.blog-single:hover .blog-img .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.vs-blog__style1 .blog-img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.vs-blog__style1 .blog-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(16, 156, 61);
    background: linear-gradient(0deg, rgba(16, 156, 61, 0.2973564426) 0%, rgba(255, 255, 255, 0) 95%);
}

.vs-blog__style1 .blog-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease;
    position: relative;
}

.vs-blog__style1 .blog-inner-author .blog-date {
    color: #5F5D76;
    text-transform: capitalize;
}

.vs-blog__style1 .blog-inner-author .blog-date:hover {
    color: var(--theme-color);
}

.vs-blog__style1 .blog-inner-author i {
    color: var(--theme-color);
}

.vs-blog__style1 .blog-title {
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
}

.vs-blog__style1 .blog-content {
    padding: 27px 22px 25px 22px;
}

.vs-blog__style1:hover .blog-img img {
    transform: scale(1.1);
}

.vs-blog__style1.style2 .blog-content {
    padding: 25px 20px 25px 0px;
}

.blog-btn .link-btn .icon {
    border: 1.9px dashed var(--theme-color);
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    transition: all 0.5s ease;
}

.blog-btn .link-btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%;
    margin: 1.5px;
    text-align: center;
    transition: all 0.5s ease;
}

.blog-btn .link-btn:hover .icon {
    border-color: var(--title-color);
}

.blog-btn .link-btn:hover i {
    background-color: var(--title-color);
}

@media (max-width: 1199px) {
blockquote {
        font-size: 20px;
        padding: 23px 30px 26px 30px;
    }
blockquote cite {
        font-size: 16px;
    }
.blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 30px;
    }
.blog-single .blog-title {
        font-size: 30px;
    }
.vs-blog__style1 .blog-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
.blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 20px;
    }
.blog-single:not(.has-post-thumbnail) .blog-content {
        padding: 40px 0px 0px;
    }
.blog-single .blog-title {
        font-size: 24px;
        line-height: 1.6;
    }
.blog-single .blog-meta > span:not(:last-child):after,
    .blog-single .blog-meta a:not(:last-child):after {
        content: "";
        margin: 0 10px 0 14px;
    }
.blog-details:not(.has-post-thumbnail) .blog-content {
        padding: 0;
    }
.blog-details .blog-single .blog-img {
        margin-bottom: 30px;
    }
}

.comment-respond .row {
    --bs-gutter-x: 20px;
}

.comment-respond .form-group > i {
    top: 20.5px;
}

.comment-respond .form-text {
    margin-bottom: 25px;
}

.vs-comment-form .form-inner {
    margin-top: 35px;
}

.vs-comments-wrap.vs-comment-form {
    margin: 0;
}

.about-layout1 .title-area {
    margin-bottom: 22px;
    padding-right: 70px;
}

.img-box2 .shape-mockup img {
    height: 100%;
}

.nav-tabs .nav-link.active {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.vs-counter__layout1 .title-area {
    margin-bottom: 0;
}

.vs-counter__layout1 .title-area .sec-subtitle {
    color: var(--white-color);
    margin-bottom: 6px;
    margin-left: 0;
}

.vs-counter__layout1 .title-area .sec-subtitle::before {
    display: none;
}

.vs-counter__layout1 .title-area .sec-subtitle::after {
    right: -50px;
    background-color: var(--white-color);
}

.vs-counter__layout1 .title-area .sec-title {
    color: var(--white-color);
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
}

.vs-testi__layout1 .title-area .sec-subtitle::before {
    background-color: var(--white-color);
}

.vs-testi__layout1 .title-area .sec-title {
    font-size: 36px;
}

.vs-testi__form1 {
    padding: 55px 48px;
    background-color: var(--theme-color);
    border: 8px solid transparent;
    border-image: linear-gradient(180deg, rgba(4, 42, 47, 0.5242471989) 0%, rgba(255, 255, 255, 0) 50%);
    border-image-slice: 1;
    z-index: 1;
    position: relative;
}

.vs-testi__form1 .title-area {
    margin-bottom: 32px;
}

.vs-testi__form1 .vs-btn {
    width: 100%;
    background-color: var(--title-color);
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 21px 30px;
}

.vs-testi__form1 .vs-btn:hover {
    color: var(--white-color);
    background-color: transparent;
    border-color: var(--white-color);
}

.vs-testi__inner .title-area {
    padding-right: 70px;
    margin-bottom: 45px;
}

.vs-testi__inner .title-area .sec-title {
    margin-bottom: 25px;
}

.vs-testi__inner .title-area .sec-text {
    color: var(--text-color2);
    font-weight: 600;
    text-transform: capitalize;
}

.testi-layout3 .title-area .sec-title {
    color: var(--title-color);
}

.testi-layout3 .title-area {
    margin-bottom: 0;
}

.testi-style2 .title-area .sec-subtitle {
    color: var(--white-color);
}

.testi-style2 .title-area .desi {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

@media (max-width: 1500px) {
.testi-layout3 .title-area .sec-title {
        color: var(--white-color);
    }
}

@media (max-width: 1199px) {
.testi-layout3 .title-area .sec-title {
        color: var(--white-color);
    }
}

@media (max-width: 575px) {
.vs-testi__form1 {
        padding: 30px 15px;
    }
.vs-testi__form1 .vs-btn {
        text-transform: capitalize;
        padding: 20px;
    }
}

.categorie-style2 .title-area {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
.title-area .sec-title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
.categorie-layout2 .title-area .sec-title {
        font-size: 28px;
    }
}

.team-details .title-area {
    margin-bottom: 0;
}

.team-details .title-area .team-title {
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 128%;
}

.team-details .title-area .team-degi {
    font-size: 16px;
    text-transform: capitalize;
    color: var(--theme-color);
    font-weight: 600;
    font-family: var(--title-font);
}

.team-details .sec-title {
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 128%;
}

.team-details .sec-title .title-highlight {
    display: inline-block;
    color: var(--theme-color);
}

.team-details .icon-box .title-area {
    border-bottom: 2px solid var(--border-color);
    padding-bottom: 20px;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
.team-details .title-area {
        margin-bottom: 30px;
    }
}

.faq-layout1 .vs-pagination {
    margin-top: 60px;
}

.subscribe-style1 .subscribe-inner .sec-title {
    text-transform: uppercase;
    color: var(--white-color);
    margin-bottom: 0;
}

.subscribe-style1 .newsletter-form .search-btn .vs-btn {
    background-color: var(--theme-color);
}

.subscribe-style1 .newsletter-form .search-btn .vs-btn:hover {
    background-color: var(--secondary-color);
}

@media (max-width: 767px) {
.subscribe-inner .sec-title {
        font-size: 24px;
    }
.subscribe-style1 .newsletter-form .search-btn .vs-btn {
        padding: 14px 12px;
    }
}

.contact-style1 .title-area {
    margin-bottom: 20px;
}

.form-style2 .vs-comment-form {
    border: none;
}

.form-style2 .vs-btn {
    padding: 21px 47px;
}

.vs-client__layout1 .title-area {
    margin-bottom: 20px;
}

.video-style1 .title-area .sec-title {
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.book-layout1 .vs-comment-form .vs-btn {
    width: 100%;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 12px;
    padding: 22px 30px;
}

.vs-comment-form.style2 {
    margin-top: 38px;
}

.vs-comment-form.style2 select,
.vs-comment-form.style2 .form-control,
.vs-comment-form.style2 .form-select,
.vs-comment-form.style2 textarea,
.vs-comment-form.style2 input {
    background-color: #E6EDE7;
    border-color: #CDD7D1;
    position: relative;
}

.vs-comment-form.style2 select:focus,
.vs-comment-form.style2 .form-control:focus,
.vs-comment-form.style2 .form-select:focus,
.vs-comment-form.style2 textarea:focus,
.vs-comment-form.style2 input:focus {
    border-right: 5px solid var(--theme-color);
}

@media (max-width: 1800px) {
.book-layout1 .title-area .sec-title {
        color: var(--white-color);
    }
}

@media (max-width: 1299px) {
.book-layout1 .title-area {
        color: var(--white-color);
    }
.book-layout1 .title-area .sec-subtitle {
        color: var(--white-color);
    }
.book-layout1 .title-area .sec-subtitle::before {
        background-color: var(--white-color);
    }
.book-layout1 .title-area .sec-title {
        color: var(--white-color);
    }
}

.newsletter-style1 .title-area {
    margin-bottom: 30px;
}

.search-btn .vs-btn {
    position: absolute;
    line-height: 160%;
    right: 5px;
    top: 50%;
    padding: 16px 50px;
    font-size: 16px;
    font-weight: 700;
    max-height: 65px;
    text-transform: uppercase;
    transform: translateY(-50%);
    background-color: var(--theme-color);
}

.search-btn .vs-btn:hover {
    color: var(--white-color);
    background-color: var(--title-color);
    border-color: var(--title-color);
}

.footer-layout1 .newsletter {
    position: absolute;
    width: 100%;
    top: -32%;
}

@media (max-width: 1299px) {
.footer-layout1 .newsletter {
        position: relative;
        top: auto;
        padding-bottom: 80px;
    }
.footer-layout1 .extra-space-top {
        padding-top: 120px;
    }
}

@media (max-width: 991px) {
.footer-layout1 .newsletter {
        padding-bottom: 40px;
    }
.footer-layout1 .extra-space-top {
        padding-top: 80px;
    }
.search-btn .vs-btn {
        padding: 16px 30px;
    }
}

@media (max-width: 575px) {
.search-btn .vs-btn {
        position: relative;
        transform: unset;
        color: var(--title-color);
        background-color: var(--white-color);
        margin-top: 15px;
    }
}

.portfolio-layout1 .vs-pagination {
    margin-bottom: 0px;
    text-align: center;
    margin-top: 60px;
}

.portfolio-Details .widget_categories.style2 {
    background-color: #F0F3F4;
    border-radius: 15px;
    overflow: hidden;
}

.portfolio-Details .widget_categories.style2 .widget_title {
    background-color: var(--title-color);
    color: var(--white-color);
    padding: 20px 30px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
}

.portfolio-Details .widget_categories.style2 .widget_title::before {
    content: "\f66f";
    font-family: "Font Awesome 6 Pro";
    right: 30px;
    left: unset;
    width: unset;
}

.portfolio-Details .widget_categories.style2 .widget_content {
    padding: 30px 35px;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    border-left: 2px solid var(--border-color);
    border-right: 2px solid var(--border-color);
    border-bottom: 2px solid var(--border-color);
}

.portfolio-Details .widget_categories.style2 li a {
    position: relative;
    padding-left: 20px;
    color: var(--title-color);
    font-size: 18px;
    font-weight: 600;
}

.portfolio-Details .widget_categories.style2 li a i {
    position: absolute;
    left: 0;
    transform: translateY(40%);
}

.portfolio-Details .widget_categories.style2 li a:hover {
    color: var(--theme-color);
}

.portfolio-Details .widget_categories.style2 li:last-child a {
    margin: 0;
    padding-bottom: 0;
}

.portfolio-Details .widget_categories.style2 li:not(:last-child) a {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
}

@media (max-width: 767px) {
.portfolio-Details .widget_categories.style2 {
        padding: 0;
    }
}

.package-style1 .title-area {
    margin-bottom: 0;
}

.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    border: none;
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-size: 30px;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.popup-search-box button.searchClose i {
    line-height: inherit;
}

.popup-search-box button.searchClose:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    transform: translate(-50%, -50%) scale(0);
    transition: transform ease 0.4s;
    
}

@media (max-width: 1199px) {
.popup-search-box form {
        max-width: 600px;
    }
}

.popup-search-box form input {
    font-size: 14px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--white-color);
    background-color: transparent;
    padding-left: 30px;
    color: #fff;
    border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
    color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
    color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
    color: #fff;
}

.popup-search-box form input::placeholder {
    color: #fff;
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    right: 13px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all ease 0.4s;
    transform: scale(1.001);
}

.popup-search-box form button:hover {
    transform: scale(1.1);
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    transition: all ease 0.4s;
    border-radius: 0;
}

.popup-search-box.show form {
    transition-delay: 0.5s;
    transform: translate(-50%, -50%) scale(1);
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.offcanvas-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 50px;
}

.offcanvas-wrapper .footer-text {
    max-width: 100%;
}

.offcanvas-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease 0.8s;
}

.offcanvas-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
}

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

.space,
.space-top {
    padding-top: var(--section-space);
}

.space,
.space-bottom {
    padding-bottom: var(--section-space);
}

@media (max-width: 991px) {
.space,
    .space-top {
        padding-top: var(--section-space-mobile);
    }
.space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile);
    }
}

.cta-rating {
    background: #ffffff;
    border-radius: 10px;
    padding: 1.25rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.6);
    position: relative;
    overflow: visible;
}

.cta-rating::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(204, 204, 202, 0.15), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.cta-rating__header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #075f33;
}

.cta-rating__header .fa-star {
    font-size: 1.4rem;
}

.cta-rating__stars {
    position: relative;
    display: inline-block;
    color: #f1c40f;
    font-size: 2.4rem;
    line-height: 1;
}

.cta-rating__stars-background, .cta-rating__stars-foreground {
    display: flex;
    gap: 0.2rem;
}

.cta-rating__stars-background {
    color: #e0e0e0;
}

.cta-rating__stars-foreground {
    color: #f1c40f;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    transition: width 0.4s ease;
}

.cta-rating__value {
    margin-top: 0.75rem;
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    font-weight: 600;
}

.cta-rating__score {
    font-size: 1.4rem;
    color: #075f33;
}

.cta-rating__count {
    font-size: 0.95rem;
    color: #7f8c8d;
}

.star:hover {
    transform: scale(1.2);
    color: #ffd700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.star.active {
    color: #ffd700;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
}

.rating-display {
    margin-left: 15px;
    font-weight: bold;
    color: #212529; 
    font-size: 1.2rem;
}

.star:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
    transform: scale(1.15);
}

.rating-stars {
    font-size: 1.8rem;
    cursor: pointer;
    user-select: none;
    margin: 10px 0;
    display: inline-flex;
    align-items: center;
    gap: 25px; 
}

.star {
    color: #bbb; 
    transition: all 0.3s ease;
    margin: 0 3px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem !important;
    line-height: 1;
    cursor: pointer;
    transform-origin: center;
}

.star:focus-visible {
    outline: 2px solid #007bff;
    outline-offset: 2px;
    border-radius: 6px;
}

.star:hover, .star:focus-visible {
    transform: scale(1.15);
}

.breadcumb-content > p:nth-child(2) {
    text-align: center;
    font-size: 1.5rem;
}
