/*!
Theme Name: selerity
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: selerity
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


/*--------------------------------------------------------------
    # Typography
--------------------------------------------------------------*/

/* html:has(body.home) #wpadminbar {
    display: none;
    height: 0;
}

html:has(body.home) {
    --wp-admin--admin-bar--height: 0;
    margin-top: 0 !important;
} */

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--black-color);
    font-size: 18px;
    line-height: 1.5;
}

/*========== Fonts CSS Start ==========*/

@font-face {
    font-family: "Urbane Rounded";
    src: url("assets/fonts/UrbaneRounded-Medium.eot");
    src: url("assets/fonts/UrbaneRounded-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/UrbaneRounded-Medium.woff2") format("woff2"), url("assets/fonts/UrbaneRounded-Medium.woff") format("woff"), url("assets/fonts/UrbaneRounded-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Urbane Rounded Demi";
    src: url("assets/fonts/UrbaneRounded-DemiBold.eot");
    src: url("assets/fonts/UrbaneRounded-DemiBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/UrbaneRounded-DemiBold.woff2") format("woff2"), url("assets/fonts/UrbaneRounded-DemiBold.woff") format("woff"), url("assets/fonts/UrbaneRounded-DemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("assets/fonts/Inter-Bold.eot");
    src: url("assets/fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Inter-Bold.woff2") format("woff2"), url("assets/fonts/Inter-Bold.woff") format("woff"), url("assets/fonts/Inter-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("assets/fonts/Inter-Medium.eot");
    src: url("assets/fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Inter-Medium.woff2") format("woff2"), url("assets/fonts/Inter-Medium.woff") format("woff"), url("assets/fonts/Inter-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("assets/fonts/Inter-Regular.eot");
    src: url("assets/fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Inter-Regular.woff2") format("woff2"), url("assets/fonts/Inter-Regular.woff") format("woff"), url("assets/fonts/Inter-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("assets/fonts/Inter-SemiBold.eot");
    src: url("assets/fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Inter-SemiBold.woff2") format("woff2"), url("assets/fonts/Inter-SemiBold.woff") format("woff"), url("assets/fonts/Inter-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*========== Fonts CSS End ==========*/

/*========== Form CSS Start ==========*/
.form-element i {
    position: absolute;
    top: 64px;
    right: 18px;
    font-size: 16px;
    color: var(--theme-color-1);
    pointer-events: none;
}

.wpcf7-form-control-wrap {
    margin-bottom: 30px;
}

.form-input::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: var(--theme-color-5);
    opacity: 1;
}

.form-input::-moz-placeholder,
.input-text::-moz-placeholder {
    color: var(--theme-color-5);
    opacity: 1;
}

.form-input:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: var(--theme-color-5);
    opacity: 1;
}

.form-input::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: var(--theme-color-5);
    opacity: 1;
}

.form-input::placeholder,
.input-text::placeholder {
    color: var(--theme-color-5);
    opacity: 1;
}

select option {
    color: #000;
}

select {
    color: var(--theme-color-5) !important;
}

.form-input,
.input-text,
.select2-container--default .select2-selection--single .select2-selection__rendered,
select {
    width: 100%;
    height: 65px;
    border: 1px solid var(--theme-color-5);
    outline: none !important;
    padding: 0 24px;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    color: var(--theme-color-5);
    background: transparent;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    -webkit-appearance: none;
    appearance: none;
}

select,
select.form-input {
    padding-right: 30px;
}

.form-input.wpcf7-textarea {
    height: 102px;
    resize: none;
    border-radius: var(--border-radius-24);
    padding: 16px;
    display: block;
}

.wpcf7-form p > label {
    font-size: clamp(0.875rem, 0.98vw + 0.267rem, 1.125rem); /* Breakpoint:- 1400 to 992, value:- 18px to 14px */
    font-weight: 500;
    color: var(--theme-color-5);
    margin-bottom: 12px;
}

span.wpcf7-not-valid-tip {
    margin-left: 24px;
}

.wpcf7 form.error .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    color: var(--red-color);
    border-color: var(--red-color);
}

.wpcf7-response-output {
    display: none !important;
}

.submit-btn {
    text-align: left;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 103%;
    transform: translate(0, -50%);
    margin: 0;
}

span.wpcf7-list-item-label::before,
.woocommerce-form__label-for-checkbox span::before,
.comment-form-cookies-consent label::before {
    --radio-label-size: 20px;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: var(--radio-label-size);
    height: var(--radio-label-size);
    border-radius: calc(var(--radio-label-size));
    border: 2px solid var(--theme-color-1);
    z-index: 1;
}

.comment-form-cookies-consent label::before {
    border-radius: 0;
    border-width: 1px;
    border-color: var(--dark-color);
}

span.wpcf7-list-item-label::after,
.woocommerce-form__label-for-checkbox span::after,
.comment-form-cookies-consent label::after {
    --radio-label-inner-size: 12px;
    content: "";
    position: absolute;
    top: 2px;
    left: 4px;
    width: var(--radio-label-inner-size);
    height: var(--radio-label-inner-size);
    border-radius: calc(var(--radio-label-inner-size) * 0.5);
    background: var(--theme-color-1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    opacity: 0;
    transition: var(--transition);
    z-index: 0;
}

.wpcf7-radio span.wpcf7-list-item-label::after {
    top: 6px;
}

.comment-form-cookies-consent label::after {
    left: 0;
}

input[type="radio"]:checked ~ span::after {
    opacity: 1;
}

.woocommerce-form__label-for-checkbox span::before,
.checkbox-wp .wpcf7-list-item-label::before,
.comment-form-cookies-consent label::before {
    border-radius: 0;
}

.wpcf7-checkbox span.wpcf7-list-item-label::after,
.checkbox-wp .wpcf7-list-item-label::after,
.woocommerce-form__label-for-checkbox span::after,
.comment-form-cookies-consent label::after {
    --checkbox-label-size: 20px;
    content: "\f00c";
    width: var(--checkbox-label-size);
    height: var(--checkbox-label-size);
    background: transparent;
    color: var(--white-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    background: var(--dark-color);
    border-radius: 3px;
}

.wpcf7-checkbox span.wpcf7-list-item-label::after {
    left: 0;
    background: var(--theme-color-1);
}

input[type="checkbox"]:checked ~ span::before,
input[type="checkbox"]:checked ~ span::after,
input[type="checkbox"]:checked ~ span.wpcf7-list-item-label::after,
input[type="checkbox"]:checked ~ span.wpcf7-list-item-label::before,
input[type="checkbox"]:checked ~ label:after {
    opacity: 1;
}

.checkbox-wp .wpcf7-not-valid .wpcf7-list-item-label::before {
    border-color: var(--red-color);
    opacity: 0.7;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}

.wpcf7-not-valid,
.wpcf7-not-valid .wpcf7-list-item-label::before {
    border-color: var(--red-color) !important;
}

.wpcf7-list-item {
    margin: 0 20px 0 0;
}

.wpcf7-checkbox .wpcf7-list-item:last-child,
.wpcf7-radio .wpcf7-list-item:last-child {
    margin: 0;
}

.form-input-file {
    position: relative;
    height: 48px;
    background: 0 0;
    border-radius: 0;
    border: 1px solid var(--black-color);
    margin-bottom: var(--gutter);
}

.form-box.form-input-file {
    height: auto;
    border: 0;
}

.form-input-file p {
    color: var(--black-color);
    line-height: 1;
    margin-bottom: 0;
}

.form-box.form-input-file p {
    line-height: inherit;
}

.form-input-file .wpcf7-form-control-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.form-box.form-input-file .wpcf7-form-control-wrap {
    position: relative;
}

.form-input-file [type="file"] {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.form-box.form-input-file input[type="file"] {
    width: 76px;
    height: 73px;
    line-height: 1;
}

.form-input-file .icon-label {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
}

.form-box.form-input-file .input-file-icon {
    position: absolute;
    top: 30px;
    left: 0;
    width: 76px;
    height: 73px;
    background: var(--theme-color-11);
    border-radius: 13px;
    display: inline-block;
    cursor: pointer;
    z-index: 0;
}

.form-box.form-input-file .input-file-icon::before,
.form-box.form-input-file .input-file-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: var(--gutter);
    height: 1px;
    background-color: var(--black-color);
}

.form-box.form-input-file .input-file-icon::after {
    width: 1px;
    height: var(--gutter);
}

.form-input-file .icon-label label {
    font-weight: inherit;
    font-size: 14px;
    line-height: 22px;
}

.form-input-file .icon-label label span {
    color: var(--black-color);
    font-weight: 600;
    margin-left: 3px;
}

.form-input-file .input-file-text {
    color: var(--black-color);
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 3px;
    font-size: 14px;
    line-height: 24px;
}

/*========== Form CSS End ==========*/

/*==========Common CSS ==========*/

:root {
    --theme-color-1: #9678d3;
    --theme-color-2: #041e42;
    --theme-color-3: #031133;
    --theme-color-4: #71cc98;
    --theme-color-5: #e5e1e6;
    --theme-color-6: #b4b9c9;
    --theme-color-7: #6d758f;
    --theme-color-8: #353e5c;
    --theme-color-9: #19213d;
    --theme-color-10: #777777;
    --theme-color-11: #555555;
    --theme-color-12: #e8ebef;
    --theme-color-13: #d9d9d9;
    --white-color: #ffffff;
    --black-color: #000000;
    --red-color: #ff0000;
    --green-color: #008000;
    --gradient-color-1: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), var(--theme-color-2);
    --box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    --body-font: "Inter";
    --title-font: "Urbane Rounded";
    --gutter: 24px;
    --border-radius-50: 50px;
    --border-radius-24: 24px;
    --border-radius-20: 20px;
    --border-radius-10: 10px;
    --border-radius-full: 50%;
    --transition: 0.3s;
}

body {
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--title-font);
    color: var(--black-color);
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--theme-color-5);
}

p a,
a {
    text-decoration: none !important;
    transition: var(--transition);
    color: var(--theme-color-1);
}

p a:hover,
a:hover {
    color: var(--theme-color-2);
}

.h1-title {
    font-size: clamp(2.625rem, 2.902vw + 0.826rem, 3.438rem); /* Breakpoint:- 1440 to 992, value:- 55px to 42px */
    line-height: 1.15;
}

.h2-title {
    font-size: clamp(2.375rem, 1.563vw + 1.406rem, 2.813rem); /* Breakpoint:- 1440 to 992, value:- 45px to 38px */
    line-height: 1.15;
}

.h3-title {
    font-size: clamp(1.5rem, 1.339vw + 0.67rem, 1.875rem); /* Breakpoint:- 1440 to 992, value:- 30px to 24px */
    line-height: 1.2;
}

.h4-title {
    font-size: 25px;
    line-height: 1.25;
}

.h5-title {
    font-size: 18px;
    line-height: 1.25;
}

.body-lg p {
    font-size: clamp(1.25rem, 0.446vw + 0.973rem, 1.375rem); /* Breakpoint:- 1440 to 992, value:- 22px to 20px */
    line-height: 1.36363636;
    font-family: var(--title-font);
}

.body-md p {
    font-size: clamp(1.125rem, 0.446vw + 0.848rem, 1.25rem); /* Breakpoint:- 1440 to 992, value:- 20px to 18px */
    line-height: 1.2;
    font-family: var(--title-font);
}

.light-white-text p {
    color: var(--theme-color-5);
}

.sec-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(3.438rem, 2.232vw + 2.054rem, 4.063rem); /* Breakpoint:- 1440 to 992, value:- 65px to 55px */
    font-size: clamp(1.25rem, 0.446vw + 0.973rem, 1.375rem); /* Breakpoint:- 1440 to 992, value:- 22px to 20px */
    line-height: 1.18181818;
    color: var(--theme-color-3);
    font-weight: 500;
    font-family: var(--title-font);
    border-radius: var(--border-radius-50);
    min-width: 270px;
    width: fit-content;
    padding: 12px 44px 12px;
    background: var(--theme-color-1);
    color: var(--theme-color-3);
    scale: 1;
    transition: var(--transition);
}

.sec-btn:hover {
    scale: 0.94;
    background: var(--theme-color-3);
    color: var(--theme-color-5);
}

.sec-btn.blue-btn {
    background: var(--theme-color-3);
    color: var(--theme-color-5);
}

.sec-btn.blue-btn:hover {
    background: var(--theme-color-1);
    color: var(--theme-color-3);
}

.sec-btn.white-btn-hover-effect:hover {
    background: var(--theme-color-5);
    color: var(--theme-color-3);
}

/* .about-info-btn .sec-btn:hover,
.testimonial-btn .sec-btn:hover,
.recent-articles-date-btn-wp .sec-btn:hover {
    background: var(--theme-color-5);
    color: var(--theme-color-3);
} */

.circle-btn {
    --size: 34px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--theme-color-3);
    border: 2px solid var(--theme-color-3);
    border-radius: var(--border-radius-full);
    transition: var(--transition);
}

.circle-btn i {
    transform: rotate(-45deg);
    font-size: 15px;
    transition: var(--transition);
}

.circle-btn:hover {
    background: var(--theme-color-3);
    color: var(--theme-color-5);
}

.circle-btn:hover i {
    transform: rotate(0);
}

.common-shape {
    position: relative;
}

.common-shape::before {
    content: "";
    position: absolute;
    display: block;
    width: 691px;
    height: auto;
    aspect-ratio: 1/0.83936324167;
    transform: rotate(-33deg);
    background: var(--theme-color-1);
    opacity: 0.2;
    --mask-image: url("assets/images/common-shape-1.svg");
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    pointer-events: none;
}

.play-btn {
    width: 60px;
    height: 60px;
    color: var(--theme-color-1);
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    box-shadow: var(--box-shadow);
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.play-btn:hover {
    background: var(--theme-color-1);
    color: var(--white-color);
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    width: 200px;
    height: 54px;
    background: var(--dark-color);
    border: 2px solid var(--dark-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    color: var(--white-color);
    font-weight: 500;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    outline: none !important;
    transition: var(--transition);
    overflow: hidden;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    appearance: none;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--theme-color-1);
    border-color: var(--theme-color-1);
    color: var(--white-color);
}

/*==========Common CSS End==========*/

/*========== Modal Popup CSS Start ==========*/

.modal-content {
    background: var(--white-color);
    -webkit-mask-image: -webkit-radial-gradient(var(--white-color), var(--black-color));
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 30px rgba(60, 140, 244, 0.16);
}

.popup-title {
    position: relative;
    padding: 10px 65px 10px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.popup-title .h2-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}

button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: var(--theme-color-1);
    opacity: 1 !important;
    text-shadow: none;
    color: var(--white-color);
    border-radius: 0;
    outline: none !important;
    z-index: 2;
    transition: var(--transition);
}

button.close:hover {
    background: var(--theme-color-1);
    color: var(--dark-color);
}

.modal-dialog {
    max-width: 700px;
}

.common-popup-overflow {
    padding: 10px 0px;
}

.common-popup-text::-webkit-scrollbar-thumb {
    background: var(--theme-color-1);
}

/*========== Modal Popup CSS End ==========*/

/*==========Slider CSS Start ==========*/
.slick-dots li {
    margin: 0 15px 0 0;
}

.slick-dots li button {
    width: 25px;
    height: 5px;
    background: var(--theme-color-10);
    transition: var(--transition);
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: var(--theme-color-1);
}

.slick-arrow {
    --slick-arrow-size: 30px;
    bottom: 0;
    left: 0;
    width: var(--slick-arrow-size);
    height: var(--slick-arrow-size);
    background: var(--theme-color-1);
    color: var(--white-color);
}

.slick-arrow:hover {
    background: var(--dark-color);
}

.slide-arrow.next-arrow.slick-arrow {
    left: auto;
    right: 0;
}

/*==========Slider CSS End==========*/

/*==========Header CSS Start==========*/

.site-header {
    position: fixed;
    width: 100%;
    top: calc(var(--wp-admin--admin-bar--height, 0px));
    left: 0;
    z-index: 99;
    padding-block: 53px;
    background: var(--theme-color-2);
    transition: var(--transition);
}

.main-navigation {
    clear: both;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 56px;
    float: none;
    width: auto;
}

.main-navigation li {
    float: none;
    display: inline-block;
    position: relative;
}

.main-navigation li a {
    transition: var(--transition);
    position: relative;
}

.main-navigation ul {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 22px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul > li > a {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--white-color);
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.header-btn-wp .sec-btn {
    font-weight: 600;
    font-size: 18px;
    padding-inline: 38px;
    height: 50px;
    min-width: auto;
}

.main-navigation ul li.menu-item-has-children > a:after {
    content: "\f078";
    position: absolute;
    top: 55%;
    right: 0;
    transform: translate(0, -50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    color: var(--white-color);
    transition: var(--transition);
}

@keyframes swip_up {
    from {
        top: calc(100% + 40px);
        opacity: 0;
    }

    to {
        top: calc(100% + 20px);
        opacity: 1;
    }
}

.main-navigation ul ul {
    display: block;
    text-align: center;
}

.main-navigation ul ul li {
    margin-bottom: 50px;
    display: block;
}

.main-navigation ul ul li:last-child {
    margin-bottom: 0;
}

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

.main-navigation ul li.menu-item-has-children .mega-menu-wrapper .mega-left h3 {
    font-size: 55px;
    line-height: 1.15;
    color: var(--white-color);
    margin-bottom: 0;
}

.main-navigation ul li.menu-item-has-children .mega-menu-wrapper .mega-right {
    width: 439px;
}

/*==========Header CSS End==========*/

/* ========== Home Page Css Start ============ */

/* ----- Hero Banner Css Start ----- */

.main-banner {
    padding-top: 200px;
    background-color: var(--theme-color-2);
}

.main-banner-wp {
    display: flex;
    gap: 12px;
}

.main-banner-content {
    width: 571px;
    padding: 39px 0 137px;
}

.main-banner-img {
    flex: auto;
    position: relative;
}

.banner-img {
    width: 60vw;
    position: absolute;
    height: 805px;
    border-radius: 48px 0 0 48px;
    overflow: hidden;
}

/* .banner-img::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(147, 71, 253, 0.48);
} */

.banner-img-wp {
    text-align: center;
    padding: 77px 77px 0;
}

.banner-img-wp img {
    position: relative;
    min-width: 422px;
    border-radius: var(--border-radius-24);
}

.banner-content-wp .h1-title {
    margin-bottom: 34px;
}

.banner-content-wp .body-lg {
    margin-bottom: 54px;
    max-width: 491px;
}

/* ----- Hero Banner Css End ----- */

/* ----- About Section Css Start ----- */

.about-sec {
    padding: 185px 0 106px;
    background-color: var(--theme-color-3);
}

.about-sec-wp .sec-title {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.about-sec-wp .h1-title {
    margin-bottom: 40px;
}

.about-info {
    margin-top: 84px;
    display: flex;
    gap: 60px;
}

.about-img {
    flex: auto;
    min-width: 554px;
    min-height: 773px;
}

.about-img .back-img {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: var(--border-radius-20);
    overflow: hidden;
    z-index: 1;
}

/* .about-img .back-img::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(147, 71, 253, 0.5);
    z-index: -1;
} */

.feature_head {
    padding: 85px 45px;
    position: relative;
}

.about-info .icon-wrap img {
    --size: 47px;
    width: var(--size);
    height: var(--size);
    object-fit: contain;
}

.about-info .icon-wrap {
    margin-bottom: 24px;
}

.feature_head .about-info-content .h3-title {
    margin-bottom: 12px;
}

.feature_head .about-info-content .light-white-text {
    max-width: 425px;
}

.about-info-list-wp {
    margin-top: 18px;
    max-width: 685px;
}

.about-info-list-title {
    margin-bottom: 50px;
}

.about-info-list-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 54px 80px;
}

.about-info-list-row:not(:last-child) {
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid var(--theme-color-1);
}

.about-info-content .light-white-text {
    max-width: 282px;
}

.about-service .h3-title {
    color: var(--theme-color-1);
    margin-bottom: 12px;
}

.about-info-btn {
    margin-top: 46px;
}

/* ----- About Section Css End ----- */

/* ----- Trusted By Section Css Start ----- */

.trusted-by-sec {
    padding: 170px 0 150px;
    background: var(--gradient-color-1);
}

.trusted-by-title-wp {
    margin-bottom: 100px;
}

.trusted-by-sec .trusted-by-title-wp .sec-title {
    max-width: 540px;
}

.trusted-by-title-wp .h1-title {
    margin-bottom: 0;
}

.trusted-by-title-wp .body-lg {
    max-width: 610px;
    margin-top: 16px;
}

.trusted-by-slider-wp {
    margin-bottom: 66px;
}

.trusted-by-slider .slick-list {
    overflow: visible;
}

.trusted-by-slider .slick-list {
    --extra-space: 136px;
    overflow: visible;
    margin-left: calc(var(--extra-space) * -1);
    max-width: unset;
    width: calc(100% + var(--extra-space) * 2);
}

.trusted-by-slider-box {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 181px;
    background-color: var(--white-color);
}

.trusted-by-slider-box img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.trusted-by-box {
    padding: 40px 48px;
    min-height: 323px;
    height: 100%;
    border-radius: var(--border-radius-20);
    background-color: var(--theme-color-1);
}

.trusted-by-box .icon-wrap {
    margin-bottom: 25px;
}

.trusted-by-box .icon-wrap img {
    min-width: 52px;
    max-height: 45px;
    object-fit: contain;
}

.trusted-by-box .h3-title {
    color: var(--black-color);
    margin-bottom: 9px;
}

.trusted-by-box .h3-title p {
    color: var(--black-color);
}

/* ----- Trusted By Section Css End ----- */

/* ----- Testimonial Section Css Start ----- */

.testimonial-sec {
    padding: 160px 0 150px;
    background-color: var(--theme-color-3);
}

body.home:not(:has(.cta-sec)) .testimonial-sec {
    padding-bottom: 40px !important;
}

body.home:not(:has(.recent-articles-sec)) .testimonial-sec.common-shape::before {
    display: none;
}

.testimonial-sec.common-shape::before {
    bottom: -320px;
    right: -133px;
}

.testimonial-title-wp {
    margin-bottom: 83px;
}

.testimonial-slider-wp .slick-track {
    display: flex;
}

.testimonial-slider-wp .slick-list {
    --extra-space: 91px;
    overflow: visible;
    padding: 0 0 !important;
    margin-left: calc(var(--extra-space) * -1);
    max-width: unset;
    width: calc(100% + var(--extra-space) * 2);
}

.testimonial-slider-wp .slick-slider .slick-slide {
    height: auto;
}

.testimonial-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 35px 40px 69px;
    border: 1px solid var(--theme-color-1);
    border-radius: var(--border-radius-20);
    background-color: transparent;
    overflow: hidden;
    transition: var(--transition);
}

.slick-center .testimonial-box,
.testimonial-box:hover {
    background-color: var(--theme-color-1);
}

.testimonial-box .testimonial-box-image {
    --size: 63px;
    width: var(--size);
    height: var(--size);
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 27px;
}

.testimonial-box .testimonial-box-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonial-box .testimonial-box-description {
    margin-bottom: 10px;
    max-height: 90px;
}

.testimonial-box .testimonial-box-description .simplebar-scrollbar {
    background: var(--theme-color-3);
}

.testimonial-box .testimonial-box-description p {
    font-size: 25px;
    font-family: var(--title-font);
    line-height: 1.25;
}

.testimonial-slider-wp {
    margin-bottom: 97px;
}

.testimonial-btn .sec-btn {
    margin-inline: auto;
}

/* ----- Testimonial Section Css End ----- */

/* ----- Recent Articles Section Css Start ----- */

.recent-articles-sec {
    padding: 160px 0 133px;
    background: var(--gradient-color-1);
}

.recent-articles-sec .trusted-by-title-wp {
    margin-bottom: 120px;
}

.recent-articles-box-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 23px 33px;
    margin-bottom: 120px;
}

.recent-articles-box-row .recent-articles-box-wp:nth-child(even) {
    flex-direction: column-reverse;
}

.recent-articles-box-wp {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.recent-articles-box-wp .recent-articles-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.78526645768;
    border-radius: var(--border-radius-20);
    overflow: hidden;
}

.recent-articles-box-wp .recent-articles-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-articles-box {
    position: relative;
    padding: 60px 40px 40px;
    background-color: var(--theme-color-1);
    border-radius: var(--border-radius-20);
    flex: 1;
}

.recent-articles-box .recent-articles-title {
    margin-bottom: 12px;
}

.recent-articles-box .recent-articles-title .h3-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--black-color);
}

.recent-articles-box .recent-articles-description {
    max-width: 425px;
    margin-bottom: 34px;
}

.recent-articles-description p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recent-articles-box .recent-articles-date-btn-wp {
    display: flex;
    align-items: center;
    gap: 22px 26px;
    flex-wrap: wrap;
}

.recent-articles-box .recent-articles-date-btn-wp .sec-btn {
    min-width: auto;
}

.recent-articles-box .recent-articles-circle-btn {
    position: absolute;
    top: 25px;
    right: 25px;
}

.recent-articles-btn .sec-btn {
    margin: 0 auto;
}

/* ----- Recent Articles Section Css End ----- */

/* ----- CTA Section Css Start ----- */

.cta-sec {
    padding: 110px 0 66px;
    background-color: var(--theme-color-3);
}

.home .cta-sec {
    padding-top: 0;
}

.cta-sec .newsletter-box-wp {
    max-width: 1188px;
    margin-inline: auto;
    padding: 80px 60px;
    border-radius: 48px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 460px;
    position: relative;
}

.cta-sec .newsletter-box-wp::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black-color);
    opacity: 0.5;
}

.newsletter-box .newsletter-form-box {
    max-width: 625px;
    margin-inline: auto;
}

.newsletter-box:has(.newsletter-form-box) .sec-title {
    max-width: 625px;
    margin-inline: auto;
}

.cta-sec .newsletter-box {
    position: relative;
    z-index: 1;
}

.cta-sec .newsletter-box .sec-title {
    text-align: center;
    margin-bottom: 33px;
}

.cta-sec .newsletter-box .sec-title .h2-title {
    margin-bottom: 33px;
}

.newsletter-form-box form .form-input-group {
    display: flex;
    gap: 15px;
    position: relative;
}

.newsletter-form-box form .form-input-group .newsletter-input::placeholder,
.sl-newsletter-form .form-input-group .newsletter-input::placeholder {
    color: var(--theme-color-3);
}

.newsletter-form-box form .form-input-group .newsletter-input,
.newsletter-form-box form .form-input-group .newsletter-input {
    width: 100%;
    height: 58px;
    border-radius: 80px !important;
    background: var(--white-color);
    border: none;
    outline: none;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--theme-color-3);
    padding: 12px 22px;
    -webkit-appearance: none;
}

.newsletter-form-box form .form-input-group [type="email"] {
    height: 67px;
    padding-right: 240px;
}

form .newsletter-form-btn {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 8px;
}

.newsletter-form-btn {
    width: fit-content;
    height: 51px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--theme-color-1);
    border-radius: 64px;
    font-size: 18px;
    line-height: 1.38888888889;
    color: var(--theme-color-3);
    font-weight: 500;
    font-family: var(--title-font);
    text-align: center;
    padding: 12px 16px;
    outline: none;
    border: none;
    z-index: 1;
    scale: 1;
    transition: var(--transition);
}

.newsletter-form-btn i {
    margin-left: 10px;
    font-size: 14px;
    line-height: 1;
}

.newsletter-form-btn:hover {
    scale: 0.94;
    background: var(--theme-color-3);
    color: var(--theme-color-5);
}

.newsletter-form-btn .for-desk {
    display: inline-block;
    margin-left: 5px;
}

.newsletter-form-box form .form-input-group:not(:last-child) {
    margin-bottom: 15px;
}

.newsletter-cta-box-btn {
    text-align: center;
}
.newsletter-cta-box-btn .newsletter-form-btn:hover {
    background: var(--theme-color-5);
    color: var(--theme-color-3);
}
.newsletter-team-member-link {
    text-align: center;
    margin-top: 20px;
}
.newsletter-team-member-link a {
    color: var(--theme-color-1);
}
.newsletter-team-member-link a:hover {
    color: var(--white-color);
}
/* ----- CTA Section Css End ----- */

/* ========== Home Page Css End ============ */

/*==========Footer CSS Start==========*/

.site-footer {
    position: relative;
    background-color: var(--theme-color-3);
    padding-top: 100px;
}

.footer-bottom .footer-bottom-row {
    padding-block: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    border-top: 1px solid rgb(255, 255, 255, 0.2);
}

.footer-bottom-row .footer-logo {
    width: 214px;
}

.footer-bottom-link-wp {
    flex: 0 0 auto;
    text-align: center;
}

.copy-right-link-wp {
    display: flex;
}

.copy-right-link-wp .copy-right {
    display: inline-block;
}

.copy-right-link-wp .footer-bottom-link {
    display: inline-block;
}

.footer-bottom-link-wp p {
    color: var(--theme-color-12);
}

.footer-bottom-link ul li {
    line-height: 1;
    display: inline-block;
    border-left: 1px solid var(--theme-color-12);
    padding-left: 5px;
    margin-left: 5px;
}

.footer-bottom-link ul li a {
    color: var(--theme-color-12);
}

.footer-bottom-link ul li a:hover {
    color: var(--theme-color-1);
}

.social-info ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-other-link {
    margin-top: 5px;
}

.footer-other-link p {
    font-size: 14px !important;
}

.footer-other-link p a:hover {
    color: var(--theme-color-12);
}

.social-info ul li a {
    --size: 20px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-info ul li a img {
    filter: brightness(0) invert(1);
    transition: var(--transition);
}

.social-info ul li a:hover img {
    filter: unset;
}

/*==========Footer CSS End==========*/

/*==========Scroll To Top CSS Start==========*/
.scrolltop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: var(--theme-color-1);
    border: none;
    color: var(--white-color) !important;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    display: none;
    z-index: 50;
    transition: var(--transition);
}

.scrolltop:hover {
    background: var(--theme-color-2);
    color: var(--white-color) !important;
}

/*==========Scroll To Top CSS End==========*/

/* ========== About Page Css Start ============ */

/* ----- Banner Section Css Start ----- */
.about-banner {
    padding-top: 241px;
    background-color: var(--theme-color-2);
}

.about-banner-wp {
    display: flex;
    gap: 20px;
}

.about-banner-content-wp {
    width: 612px;
    margin-top: 79px;
    flex: 0 0 auto;
    padding-right: 20px;
}

.about-banner-content {
    display: flex;
    flex-direction: column;
    gap: 178px;
    justify-content: space-between;
    height: 100%;
}

.about-banner-content .h1-title {
    margin-bottom: 29px;
}

.about-banner-image-box {
    flex: auto;
    position: relative;
}

.about-banner-image-box .about-banner-image {
    width: 52vw;
    position: relative;
    height: 559px;
    border-radius: var(--border-radius-20);
    overflow: hidden;
}

/* .about-banner-image-box .about-banner-image::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(147, 71, 253, 0.5);
} */

.counter-box-wp {
    display: flex;
    gap: 32px;
}

.counter-number h2 {
    font-size: 55px;
    line-height: 1.15;
    color: var(--theme-color-1);
    margin-bottom: 4px;
}

.counter-number h2 span {
    display: inline-block;
    color: var(--white-color);
}

.daily-active-box .counter-number h2 {
    color: var(--theme-color-4);
}

.counter-box .counter-text p {
    color: var(--white-color);
}

.counter-box .counter-description-text {
    margin-top: 6px;
    max-width: 197px;
}

.counter-box .counter-description-text p {
    font-size: 12px;
    line-height: 1.5;
}

/* ----- Banner Section Css End ----- */

/* ----- About Info Section Css Start ----- */

.about-info-sec {
    position: relative;
    padding: 84px 0 117px;
    background-color: var(--theme-color-3);
}

.about-info-sec::before {
    --extra-top-space: 256px;
    content: "";
    position: absolute;
    top: calc(var(--extra-top-space) * -1);
    left: 0;
    width: 100%;
    height: calc(100% + var(--extra-top-space));
    background-color: var(--theme-color-3);
}

.about-info-row {
    display: flex;
    gap: 70px;
}

.about-info-row .about-info-image-col {
    width: 51.2%;
    max-width: 100%;
    flex: 0 0 auto;
}

.about-info-image-box {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.79787234042;
    border-radius: var(--border-radius-20);
    overflow: hidden;
}

.about-info-image-box .back-img {
    width: 100%;
    height: 100%;
}

.comon-content-wp .sec-title {
    margin-bottom: 31px;
}

.comon-content-wp .comon-content-btn {
    margin-top: 51px;
}

/* ----- About Info Section Css End ----- */

/* ----- Our Values Section Css Start ----- */

.our-values-sec {
    padding: 140px 0 112px;
    background-color: var(--theme-color-2);
}

.our-values-title-wp {
    max-width: 831px;
    text-align: center;
    margin: 0 auto 108px;
}

.our-values-title-wp .sec-title {
    margin-bottom: 16px;
}

.our-values-row-wp {
    max-width: 1188px;
    margin-inline: auto;
}

.our-values-row-wp .our-values-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 68px 0;
    margin-bottom: 68px;
}

.our-values-row .our-values-box-wp {
    --colum-space: 147px;
    position: relative;
    padding-bottom: 48px;
    border-bottom: 1px solid rgb(150, 120, 211, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.our-values-box-wp .our-values-box {
    max-width: 100%;
    width: 298px;
    min-width: 0;
}

.our-values-box-wp .our-values-box .icon-wrap {
    margin-bottom: 24px;
}

.our-values-content .h3-title {
    color: var(--theme-color-1);
    margin-bottom: 8px;
}

.our-values-box-wp .our-values-box .icon-wrap img {
    --size: 47px;
    width: var(--size);
    height: var(--size);
    object-fit: contain;
}

.our-values-content-btn a {
    margin-inline: auto;
}

/* ----- Our Values Section Css End ----- */

/* ----- Our About Feature Section Css Start ----- */

.our-about-feature-sec {
    padding-top: 156px;
    background-color: var(--theme-color-3);
}

.our-about-feature-sec .about-info-row {
    align-items: center;
}

.our-about-feature-sec .comon-content-description ul li {
    color: var(--white-color);
    margin-bottom: 33px;
}

.our-about-feature-sec .comon-content-description ul li strong {
    color: var(--theme-color-1);
    font-weight: 500;
}

.our-about-feature-sec .comon-content-description ul li:last-child {
    margin-bottom: 0;
}

.our-about-feature-sec .comon-content-description {
    max-width: 525px;
}

/* ----- Our About Feature Section Css End ----- */

/* ----- Team Section Css Start ----- */

.team-banner {
    padding: 257px 0 102px;
    background-color: var(--theme-color-2);
}

.team-banner .team-banner-content {
    text-align: center;
    max-width: 991px;
    margin-inline: auto;
}

.team-banner .team-banner-content .h1-title {
    margin: 0 auto 56px;
    max-width: 710px;
}

.team-sec {
    padding-top: 105px;
    background-color: var(--theme-color-3);
}

.team-sec.common-shape::before {
    bottom: 130px;
    right: -170px;
    transform: rotate(-52deg);
}

.team-sec .sec-title {
    margin-bottom: 81px;
    text-align: center;
}

.team-row-wp .row {
    --gutter-x: 54px;
    --gutter-y: 54px;
}

.team-box {
    padding: 69px 30px 48px;
    border-radius: var(--border-radius-20);
    background-color: var(--theme-color-1);
    height: 100%;
    min-height: 558px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.team-box .team-img {
    --size: 210px;
    width: var(--size);
    height: var(--size);
    border-radius: var(--border-radius-full);
    outline: 2px solid var(--white-color);
    overflow: hidden;
    margin: 0 auto 34px;
}

.team-box .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-box .team-info {
    margin-bottom: 26px;
}

.team-box .team-info .h3-title {
    color: var(--black-color);
    margin-bottom: 20px;
}

.team-box .team-info-btn {
    margin-top: auto;
}

.team-box .team-info-btn .sec-btn {
    margin-inline: auto;
    min-width: 225px;
}

/* ----- Team Section Css End ----- */

/* ========== About Page Css End ============ */

/* ========== Testimonials Page Css Start ============ */

/* ----- Banner Css Start ----- */

.testimonials-banner {
    padding-top: 273px;
    background-color: var(--theme-color-2);
}

.testimonials-banner-content .h1-title {
    margin-bottom: 16px;
}

.testimonials-banner-image-box {
    --extra-bottom-space: 60px;
    margin-bottom: calc(var(--extra-bottom-space) * -1);
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.89624329159;
    border-radius: var(--border-radius-20);
    overflow: hidden;
}

.testimonials-banner-image-box .back-img {
    width: 100%;
    height: 100%;
}

.testimonials-banner .testimonials-banner-content {
    padding-block: 40px;
}

/* ----- Banner Css End ----- */

/* ----- Testimonials List Section Css Start ----- */
.testimonials-list-sec {
    padding: 197px 0 105px;
    background-color: var(--white-color);
}

.testimonials-list-sec.common-shape::before {
    transform: rotate(-52deg);
    right: -130px;
    bottom: -340px;
    z-index: 2;
}

.testimonials-list-row-wp .testimonials-list-box:not(:last-child) {
    margin-bottom: 36px;
}

.testimonials-list-box {
    padding: 42px 42px 38px;
    border-radius: var(--border-radius-20);
    border: 3px solid var(--theme-color-1);
}

.testimonials-list-box .testimonials-list-box-image {
    --size: 63px;
    width: var(--size);
    height: var(--size);
    overflow: hidden;
    margin-bottom: 27px;
    border-radius: 4px;
    border: 1px solid var(--theme-color-1);
}

.testimonials-list-box .testimonials-list-box-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonials-list-box .testimonials-list-box-description {
    margin-bottom: 24px;
}

.testimonials-list-box .testimonials-list-box-description p {
    font-size: 25px;
    font-family: var(--title-font);
    line-height: 1.25;
    color: var(--theme-color-3);
}

.testimonials-list-box .testimonials-list-box-bottom-title p {
    color: var(--theme-color-3);
}
/* ----- Testimonials List Section Css End ----- */

/* ========== Testimonials Page Css End ============ */

/*========== Services Detail [Page] CSS Start ==========*/

.services-detail-banner-top {
    padding: 287px 0 242px;
    background-color: var(--theme-color-2);
}

.services-detail-about-sec.common-shape::before {
    transform: rotate(-52deg);
    bottom: -70px;
    right: -160px;
    z-index: 1;
}

.services-detail-banner-content {
    text-align: center;
}

.services-detail-banner-content .h1-title {
    margin-bottom: 16px;
}

.services-detail-banner-content .light-white-text {
    max-width: 674px;
    margin-inline: auto;
}

.services-detail-banner-feature-image {
    margin-top: -66px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.38420245398;
    border-radius: var(--border-radius-20);
    overflow: hidden;
}

.services-detail-banner-feature-image .back-img {
    width: 100%;
    height: 100%;
}

.services-detail-about-content-wp {
    max-width: 1066px;
    margin-inline: auto;
}

.services-detail-about-tabbing {
    margin: 0 auto 64px;
    text-align: center;
    position: relative;
}

.services-detail-about-tabbing ul {
    display: inline-flex;
    justify-content: center;
    padding: 16px;
    border-radius: 80px;
    background-color: var(--theme-color-1);
}

.services-detail-about-tabbing ul li {
    padding: 8px 16px;
    border-radius: var(--border-radius-50);
    color: var(--black-color);
    display: inline-block;
    cursor: pointer;
    transition: var(--transition);
}

.services-detail-about-tabbing ul li:hover,
.services-detail-about-tabbing ul li.active {
    background-color: var(--theme-color-13);
    color: var(--black-color);
}

.services-detail-about-sec {
    padding: 98px 0 64px;
}

.services-detail-about-content .services-detail-about-btn {
    margin-top: 48px;
}
.sl-tab-dropdown {
    display: none;
    align-items: center;
    justify-content: space-between;
    height: clamp(3.438rem, 2.232vw + 2.054rem, 4.063rem);
    font-size: clamp(1.25rem, 0.446vw + 0.973rem, 1.375rem);
    line-height: 1.18181818;
    font-weight: 500;
    font-family: var(--title-font);
    border-radius: var(--border-radius-50);
    padding: 12px 75px 12px 45px;
    background: var(--theme-color-1);
    color: var(--theme-color-3);
    transition: var(--transition);
    min-width: 200px;
    width: 100%;
    border: none;
    position: relative;
}
.sl-tab-dropdown:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3996 7.34565L7.99959 12.0841L3.59961 7.34565' stroke='%23031133' stroke-width='0.96' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    transition: 0.3s;
}
/*========== Services Detail [Page] CSS End ==========*/

/*========== Blog [Page] CSS Start ==========*/

.sl-blog-landing-section {
    padding: 255px 0 110px;
    background-color: var(--theme-color-2);
}

.sl-blog-landing-head {
    text-align: center;
    margin-bottom: 85px;
}
.sl-blog-landing-content .sl-blog-landing-head .h1-title {
    margin-bottom: 16px;
}
.sl-blog-landing-head .light-white-text {
    width: 813px;
    max-width: 100%;
    margin: auto;
}

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

.row.sl-top-feature-articles {
    margin-bottom: 39px;
}

.sl-feature-articles-img,
.sl-feature-articles-img img,
.sl-feature-articles-box,
.sl-feature-articles-box .recent-articles-box {
    height: 100%;
}

.sl-feature-articles-img img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: var(--border-radius-20);
}

.sl-newsletter-section {
    background-image: -o-linear-gradient(var(--theme-color-2), var(--theme-color-3));
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color-2)), to(var(--theme-color-3)));
    background-image: linear-gradient(var(--theme-color-2), var(--theme-color-3));
}

.sl-newsletter-wrapper {
    border-radius: 48px;
    padding: 25px 0;
    position: relative;
}
.sl-newsletter-wrapper .row {
    justify-content: center;
}

.sl-newsletter-wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 48px;
    background-color: var(--black-color);
    opacity: 0.5;
}

.sl-newsletter-content .h1-title {
    margin-bottom: 24px;
}

.sl-newsletter-form {
    width: 470px;
    max-width: 100%;
}

.sl-newsletter-form .mc_var_label {
    display: none;
}
.sl-newsletter-form .form-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    position: relative;
}

.sl-newsletter-form .mc_input,
.sl-newsletter-form .form-input-group .newsletter-input {
    width: 100%;
    border-radius: 80px;
    background: var(--white-color);
    border: none;
    outline: none;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--theme-color-3);
    padding: 12px 22px;
    -webkit-appearance: none;
    height: 65px;
    padding-right: 160px;
    font-family: var(--body-font);
    font-weight: 400;
}

.sl-newsletter-form .mc_form_inside {
    position: relative;
}
.sl-newsletter-form .mc_signup_submit {
    position: absolute;
    top: 50%;
    z-index: 1;
    right: 8px;
    transform: translate(0%, -50%);
}
.sl-newsletter-form .mc_signup_submit::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    background: var(--white-color);
    --mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuODQ2NSAxLjAwNzgxTDEyLjYwMDMgNi41MDAwOU0xMi42MDAzIDYuNTAwMDlMNi44NDY1IDExLjk5MjRNMTIuNjAwMyA2LjUwMDA5TDEuNDAwMzkgNi41MDAwOSIgc3Ryb2tlPSIjMDMxMTMzIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: var(--transition);
}
.sl-newsletter-form .mc_signup_submit_button {
    width: fit-content;
    height: 51px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--theme-color-1);
    border-radius: 64px;
    font-size: 18px;
    line-height: 1.38888888889;
    font-weight: 500;
    font-family: var(--title-font);
    text-align: center;
    outline: none;
    border: none;
    scale: 1;
    transition: var(--transition);
    margin-top: 0;
    color: var(--white-color);
    padding: 12px 38px 12px 16px;
}
.sl-newsletter-form .mc_signup_submit:hover .mc_signup_submit_button {
    scale: 0.94;
    background: var(--theme-color-3);
    color: var(--theme-color-5);
}
.sl-newsletter-form .newsletter-form-btn {
    color: var(--white-color);
    padding: 12px 17px;
}
.sl-newsletter-form .mc_message_wrapper {
    position: absolute;
    top: 100%;
    font-size: 14px;
}
.sl-newsletter-form .mc_message_wrapper .mc_error_msg {
    font-weight: 500;
}
.sl-all-articles-section {
    padding: 170px 0 1px;
    background-color: var(--theme-color-3);
}

.sl-all-articles-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 64px;
}

.sl-all-articles-head .services-detail-about-tabbing {
    margin: 0;
}

.sl-all-articles-head .services-detail-about-tabbing ul li:hover,
.sl-all-articles-head .services-detail-about-tabbing ul li.active {
    background-color: rgba(255, 255, 255, 0.4);
}

.sl-all-articles-content {
    width: 1188px;
    max-width: 100%;
    margin: auto;
}

.sl-all-articles-list {
    position: relative;
}

.sl-all-articles-list .row {
    --gutter-y: 64px;
}

.sl-all-articles-list .services-loader {
    height: calc(100% - 64px);
    bottom: 0;
    top: unset;
}

.sl-article-img {
    display: block;
    margin-bottom: 24px;
    border-radius: var(--border-radius-24);
    height: 265px;
    overflow: hidden;
}

.sl-article-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: var(--border-radius-24);
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.sl-article-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sl-article-card-body .h4-title {
    display: inline-block;
}
.sl-article-card-body .h4-title a {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--theme-color-5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sl-article-card-body .h4-title:hover a {
    color: var(--theme-color-1);
}

.sl-article-card-body > .light-white-text {
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sl-article-card-body .light-white-text a:hover {
    color: var(--white-color);
}

.sl-article-card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.sl-article-tag {
    font-weight: 500;
    font-size: 18px;
    color: var(--theme-color-3);
    padding: 8px 16px;
    background-color: var(--theme-color-4);
    border-radius: var(--border-radius-50);
}

.sl-article-tag.resources {
    background-color: var(--theme-color-4);
}

.sl-article-tag.articles {
    background-color: var(--theme-color-1);
}

.sl-article-tag.guides {
    background-color: var(--theme-color-5);
}

.sl-article-tag:hover {
    opacity: 0.9;
    scale: 0.94;
    color: var(--theme-color-3);
}

.sl-all-articles-section.common-shape::before {
    bottom: 0;
    right: -180px;
    -webkit-transform: rotate(-52deg);
    -ms-transform: rotate(-52deg);
    transform: rotate(-52deg);
    z-index: 1;
}

.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
    transition: var(--transition);
    color: var(--theme-color-1);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover,
.comment-meta .url:hover,
.comment-content a:hover,
.comment-metadata a:hover,
.reply a:hover,
.entry-footer span a:hover,
.nav-previous a:hover,
.nav-next a:hover {
    color: var(--dark-color);
}

.entry-footer span a {
    color: var(--theme-color-1);
}

.entry-footer span a:hover {
    color: var(--theme-color-1);
    text-decoration: underline !important;
}

.entry-title {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--theme-color-1);
    margin-bottom: 15px;
}

.widget-area .widget_search .wp-block-search .wp-block-search__input,
.page-content .wp-block-search .wp-block-search__input,
.search-form .search-field {
    background: var(--black-color);
    font-size: 16px;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid var(--theme-color-1);
    padding: 13px 95px 12px 20px;
    -webkit-appearance: none;
    appearance: none;
}

.widget-area .widget_search .wp-block-search .wp-block-search__button,
.page-content .wp-block-search .wp-block-search__button,
.search-form .search-submit {
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    height: 50px;
    color: var(--white-color);
    position: absolute;
    right: 0;
    bottom: 0;
    outline: none;
    border: none;
    cursor: pointer;
    background: var(--theme-color-1);
    flex: 1;
    transition: var(--transition);
}

.widget-area .widget_search .wp-block-search .wp-block-search__button:hover,
.page-content .wp-block-search .wp-block-search__button:hover,
.search-form .search-submit:hover {
    background: var(--dark-color);
    color: var(--theme-color-1);
}

.comments-area textarea {
    resize: none;
    height: 180px;
    border-radius: 0;
    box-shadow: none;
    background: var(--black-color);
    border: 1px solid var(--theme-color-10);
    outline: none;
    padding: 15px;
}

.comments-area p input {
    width: 100%;
    height: 46px;
    border-radius: 0;
    background: var(--black-color);
    border: 1px solid var(--theme-color-10);
    outline: none;
    box-shadow: none;
    padding: 15px;
}

.form-submit .submit {
    width: 170px;
    height: 46px;
    background: var(--theme-color-1);
    color: var(--white-color);
    font-weight: bold;
    border: none;
    border-radius: 40px;
    outline: none !important;
    transition: var(--transition);
}

.form-submit .submit:hover {
    background: var(--dark-color);
    color: var(--theme-color-1);
}

.avatar.photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.wp-block-latest-comments__comment-meta a:hover {
    color: var(--dark-color);
}

.comment-meta .url,
.comment-content a {
    color: var(--theme-color-1);
}

.comment-meta .url:hover,
.comment-content a:hover {
    color: var(--dark-color);
    text-decoration: none !important;
}

.comment-metadata a {
    color: var(--theme-color-1);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.reply a {
    color: var(--theme-color-1);
    display: inline-block;
    margin-bottom: 10px;
    transition: var(--transition);
}

.comment-reply-title {
    font-size: 30px;
    font-weight: bold;
    color: var(--theme-color-1);
    margin-bottom: 20px;
}

.comment-reply-title small a:hover {
    color: var(--dark-color);
}

.comment-form-comment .form-submit #submit {
    padding: 0;
    line-height: 42px;
}

.comments-area {
    margin-top: 60px;
}

.comments-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
}

.comment-body {
    margin-bottom: 30px;
}

.comment-form-url {
    margin-right: 0;
}

.single-post .widget-area {
    margin-top: 0;
}

.nav-previous a,
.nav-next a {
    color: var(--theme-color-1);
    transition: var(--transition);
}

.result-pagination li a,
.result-pagination li,
.result-pagination .page-numbers {
    --pagination-size: 50px;
    width: var(--pagination-size);
    height: var(--pagination-size);
    background: var(--white-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 10px;
    color: var(--dark-color);
    font-size: 20px;
    z-index: 10;
    transition: var(--transition);
}

.result-pagination a:hover,
.result-pagination .current {
    background: var(--theme-color-1);
    color: var(--white-color);
}

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
    width: 50px;
    height: 50px;
    background: var(--theme-color-10);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 8px;
    border: none;
    outline: none;
    color: var(--white-color);
    font-size: 18px;
    z-index: 10;
    transition: var(--transition);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
}

.page-numbers li {
    margin: 0 5px;
}

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {
    background: var(--theme-color-1);
    color: var(--white-color);
}

.pagination-wrapper .page-count {
    font-weight: 500;
    font-size: clamp(1.5rem, 1.339vw + 0.67rem, 1.875rem);
    color: var(--theme-color-1);
}

.pagination-wrapper .page-arrow {
    --size: 48px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--theme-color-1);
    color: var(--theme-color-1);
    font-size: 21px;
    cursor: default;
}

.pagination-wrapper a.page-arrow {
    cursor: pointer;
}

.pagination-wrapper a.page-arrow:hover {
    background-color: var(--theme-color-1);
    color: var(--white-color);
}

.pagination-wrapper .custom-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 64px;
}
#infinite-footer {
    display: none !important;
}
/*========== Blog [Page] CSS End ==========*/

/*========== Blog Single [Page] CSS Start ==========*/

.single-post-banner-top {
    background-color: var(--theme-color-2);
    padding: 287px 0 120px;
}

.single-post-banner:has(.single-post-feature-image-wp) .single-post-banner-top {
    padding: 287px 0 369px;
}

.single-post-banner-content .single-post-banner-sub-title {
    display: flex;
    align-items: center;
    gap: 16px;
}

.custom-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: var(--border-radius-50);
    background-color: var(--theme-color-1);
    color: var(--theme-color-3);
}

.single-post-banner-content .single-post-banner-sub-title {
    margin-bottom: 24px;
}

.single-post-banner-content .h1-title {
    margin-bottom: 16px;
}

.single-post-author-box {
    position: relative;
    padding: 52px 50px;
    border-radius: var(--border-radius-24);
    background-color: var(--theme-color-1);
}

.single-post-author-box .single-post-author-info-wp {
    display: flex;
    align-items: center;
    gap: 16px;
}
.single-post-author-box .single-post-author-info-wp .single-post-author-image {
    --size: 80px;
    width: var(--size);
    height: var(--size);
    border-radius: var(--border-radius-full);
    overflow: hidden;
    flex: 0 0 auto;
}

.single-post-author-box .single-post-author-info-wp .single-post-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-post-author-box .single-post-author-info-wp .single-post-author-info .h3-title {
    margin-bottom: 0;
    color: var(--black-color);
}

.single-post-author-box .single-post-author-description-text {
    margin-block: 16px 39px;
}

.single-post-author-box .single-post-author-info-wp .single-post-author-info p {
    font-family: var(--body-font);
    font-size: 18px;
}

.social-info.single-post-author ul li a img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(7%) saturate(6112%) hue-rotate(187deg) brightness(96%) contrast(111%);
}

.social-info.single-post-author ul li a:hover img {
    filter: brightness(0) invert(1);
}

.single-post-author-box .single-post-author-circle-btn {
    position: absolute;
    top: 25px;
    right: 25px;
}

.single-post-feature-image-wp {
    --extra-bottom-space: 298px;
    margin-top: calc(var(--extra-bottom-space) * -1);
}

.single-post-feature-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.38420245398;
    border-radius: var(--border-radius-20);
    overflow: hidden;
}

.single-post-feature-image .back-img {
    width: 100%;
    height: 100%;
}

.sl-newsletter-section.single-post-newsletter-sec {
    position: relative;
    z-index: 3;
    background-image: linear-gradient(var(--white-color), var(--theme-color-3));
}

.related-articles-sec {
    padding: 87px 0 50px;
    background-color: var(--theme-color-3);
}

.related-articles-sec.common-shape::before {
    right: -160px;
    bottom: 0px;
    z-index: 2;
    transform: rotate(-52deg);
}

.related-articles-title {
    margin-bottom: 83px;
}

.related-articles-title .sec-title .h2-title {
    margin-bottom: 0;
}

.related-articles-btn .sec-btn {
    margin-left: auto;
    min-width: 194px;
}

.sl-archive-banner {
    padding: 255px 0 180px;
    background-color: var(--theme-color-2);
}
:is(h1, h2, h3, h4, h5, h6) b {
    font-weight: 500;
}
/*========== Blog Single [Page] CSS End ==========*/

/* ========== Contact Us [Page] Css Start ============ */

/* ----- Banner Section Css Start ----- */
.contact-banner {
    padding: 245px 0 133px;
    background-color: var(--theme-color-2);
}

.contact-banner-wp {
    display: flex;
    gap: 20px;
}

.contact-banner-content-wp {
    width: 425px;
    flex: 0 0 auto;
}

.contact-banner-content-wp .h1-title {
    margin-bottom: 16px;
}

.contact-form-content-wp {
    flex: auto;
}

.contact-form-content-wp .contact-form {
    max-width: 630px;
    padding-right: 44px;
    margin-left: auto;
}

.submit-btn .sec-btn {
    border-color: transparent;
    min-width: auto;
    font-size: 18px;
    height: 49px;
    line-height: 1.2777777;
    padding: 12px 23.5px 12px;
}

.submit-btn .sec-btn:hover {
    background: var(--theme-color-5);
    color: var(--theme-color-3);
}

/* ----- Banner Section Css End ----- */

/* ----- Reach Out Us Directly Section Css Start ----- */

.reach-out-us-sec {
    padding: 129px 0 241px;
    background-color: var(--theme-color-3);
}

body:not(:has(.visit-us-sec)) .reach-out-us-sec {
    padding: 129px 0 0;
}

.reach-out-us-sec-wp .sec-title {
    max-width: 674px;
    margin: 0 auto;
    text-align: center;
}

.reach-out-us-sec-wp .sec-title .h2-title {
    margin-bottom: 16px;
}

.reach-out-box-wp {
    margin-top: 50px;
}

.reach-out-box {
    padding: 36px 41px 48px;
    min-height: 413px;
    height: 100%;
    border-radius: var(--border-radius-24);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-color: var(--theme-color-1);
}

.reach-out-box .icon-wrap {
    margin-bottom: 16px;
}

.reach-out-box .icon-wrap img {
    min-width: 28px;
    max-height: 28px;
    object-fit: contain;
}

.reach-out-box .h3-title {
    color: var(--black-color);
    margin-bottom: 30px;
}

.reach-out-box .link-text {
    color: var(--black-color);
    line-height: 25px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.reach-out-box .link-text:hover {
    text-decoration: underline !important;
}

/* ----- Reach Out Us Directly Section Css End ----- */

/* ----- Visit Section Css Start ----- */

.visit-us-sec {
    --extra-top-space: 50px;
    position: relative;
    background-color: var(--theme-color-2);
    border-radius: var(--border-radius-50);
    margin-top: calc(var(--extra-top-space) * -1);
    padding: calc(var(--extra-top-space) + 104px) 0 156px;
    z-index: 1;
}

body:not(:has(.faq-sec)) .visit-us-sec {
    border-radius: 0;
    --extra-top-space: 0px;
}

body:not(:has(.faq-sec)) .visit-us-sec.common-shape::before {
    display: none;
}

.visit-us-sec.common-shape::before {
    top: calc(100% - 140px);
    right: -215px;
    transform: rotate(-50deg);
    z-index: 1;
}

.visit-us-wp {
    display: flex;
    align-items: center;
    gap: 20px;
}

.visit-us-content-wp {
    width: 502px;
    flex: 0 0 auto;
}

.visit-us-content-wp .h1-title {
    margin-bottom: 16px;
}

.visit-us-info-wp {
    flex: auto;
    max-width: 582px;
    margin-left: auto;
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.visit-us-map {
    width: 100%;
    height: 440px;
    border-radius: var(--border-radius-24);
    overflow: hidden;
}

.visit-us-map iframe {
    width: 100%;
    height: 100%;
}

.visit-info-article-box {
    position: relative;
    padding: 44px 80px 40px;
    background-color: var(--theme-color-1);
    border-radius: var(--border-radius-20);
    flex: 1;
}

.visit-info-article-title {
    margin-bottom: 24px;
}

.visit-info-article-title .h3-title {
    color: var(--black-color);
    margin-bottom: 0;
}

.visit-info-article-contact-link-wp ul {
    display: flex;
    flex-wrap: wrap;
}

.visit-info-article-contact-link-wp ul li a {
    color: var(--black-color);
    display: inline-block;
}

.visit-info-article-contact-link-wp ul li a:hover {
    text-decoration: underline !important;
}

.visit-info-article-contact-link-wp ul li:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.visit-info-article-box .visit-info-article-circle-btn {
    position: absolute;
    top: 25px;
    right: 25px;
}

/* ----- Visit Section Css End ----- */

/* ----- FAQs Section Css Start ----- */

.faq-sec {
    --extra-top-space: 50px;
    position: relative;
    background-color: var(--theme-color-3);
    margin-top: calc(var(--extra-top-space) * -1);
    padding-top: calc(var(--extra-top-space) + 126px);
}

body:not(:has(.cta-sec)) .faq-sec {
    padding-bottom: 60px;
}

.faq-sec-wp .sec-title {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.faq-sec-wp .sec-title .h1-title {
    margin-bottom: 16px;
}

.faq-sec-wp .sec-title .light-white-text {
    max-width: 674px;
    margin-inline: auto;
}

.faq-accordion-wp {
    max-width: 865px;
    margin: 24px auto 0;
}

.faq-accordion-box {
    padding-block: 48px;
    border-top: 1px solid rgba(150, 120, 211, 0.2);
}

.faq-accordion-box:first-child {
    padding-block-start: 0;
    border-top: 0;
}

.faq-accordion-box:last-child {
    padding-block-end: 0;
}

.faq-accordion-title {
    padding: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid var(--common-color);
    background-color: var(--grey-light-color);
    gap: 20px;
    transition: var(--transition);
}

.faq-accordion-title .h3-title {
    flex: 1;
    margin-bottom: 0;
    transition: var(--transition);
}

.faq-accordion-title .icon {
    flex: 0 0 auto;
    --size: 48px;
    width: var(--size);
    height: var(--size);
    border: 1.5px solid var(--theme-color-1);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius-full);
    transform: rotate(0deg);
    transition: var(--transition);
}

.faq-accordion-title:hover .icon,
.faq-accordion-box .faq-accordion-title.active-faq .icon {
    background: var(--theme-color-1);
}

.faq-accordion-title .icon::before {
    content: "";
    --svg: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2214%22%20viewBox%3D%220%200%2010%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.90178%2012.8667L8.21973%207L1.90178%201.1333%22%20stroke%3D%22%239678D3%22%20stroke-width%3D%222.25001%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-color: var(--theme-color-1);
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    width: 7px;
    height: 12px;
    pointer-events: none;
    transition: var(--transition);
}

.faq-accordion-box .faq-accordion-title.active-faq .icon::before {
    transform: rotate(90deg);
    background-color: var(--black-color);
}

.faq-accordion-title:hover .icon::before {
    background-color: var(--black-color);
}

.faq-accordion-content {
    overflow: hidden;
    margin-top: 16px;
    padding: 0;
    transition: max-height 0.3s ease-out;
}

.faq-accordion-text {
    max-width: 608px;
}

/* ----- FAQs Section Css End ----- */

/* ========== Contact Us [Page] Css End ============ */

/* ========== Services [Page] Css Start ============ */

/* ----- Banner Section Css Start ----- */

.service-banner {
    position: relative;
    background-color: var(--theme-color-2);
    padding-top: 247px;
}

.service-banner-wp {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.service-banner-wp {
    background-color: var(--theme-color-1);
    border-radius: var(--border-radius-20);
}

.service-banner-content-wp {
    flex: 1;
}

.service-banner-content {
    padding: 45px 32px 68px 85px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-banner-content .h1-title {
    color: var(--black-color);
    margin-bottom: 30px;
}

.service-banner-img {
    width: 470px;
    min-height: 501px;
    border-radius: var(--border-radius-20);
}
.service-banner-text p:not(:last-child) {
    margin-bottom: 35px;
}

/* ----- Banner Section Css End ----- */

/* ----- All Services Section Css Start ----- */

.all-service-sec {
    --extra-top-space: 175px;
    position: relative;
    background-color: var(--theme-color-3);
    margin-top: calc(var(--extra-top-space) * -1);
    padding-top: calc(var(--extra-top-space) + 173px);
    padding-bottom: 118px;
}

.all-service-sec.common-shape::before {
    right: -230px;
    bottom: -170px;
    transform: rotate(-65deg);
    z-index: 1;
}

.all-service-list-wp {
    margin-top: 60px;
    max-width: 850px;
    margin-inline: auto;
}
/* .sl-core-service-wp {
    max-width: 916px;
} */
.all-services-sec-wp .sec-title {
    text-align: center;
}

.all-services-sec-wp .sec-title .h1-title {
    margin-bottom: 44px;
}

.service-box {
    display: block;
    border: 1px solid var(--theme-color-1);
    border-radius: var(--border-radius-24);
    position: relative;
    padding: 55px 46px;
    height: 100%;
}

.service-box .service-circle-btn {
    position: absolute;
    top: 30px;
    right: 30px;
}

.service-box .service-circle-btn .circle-btn {
    border-color: var(--theme-color-1);
    color: var(--theme-color-1);
}

.service-box .service-circle-btn .circle-btn:hover {
    background: var(--theme-color-1);
    color: var(--theme-color-2);
}

.service-title-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.service-title-box .icon-wrap {
    --size: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--size);
    height: var(--size);
    flex: 0 0 auto;
}

.service-title-box .icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-title-box .h3-title {
    color: var(--theme-color-1);
    margin-bottom: 0;
}

.service-title-box a.h3-title:hover {
    color: var(--theme-color-5);
}

.service-box-content {
    margin-top: 24px;
}
/* ----- All Services Section Css End ----- */

/* ----- Service Info Section Css Start ----- */

.sl-service-info-section {
    padding: 135px 0;
    background-color: var(--theme-color-2);
    color: var(--white-color);
}

.sl-service-info-row {
    display: flex;
    align-items: center;
    gap: 70px;
}

.sl-service-info-img-col {
    width: 42%;
    max-width: 100%;
    flex: 0 0 auto;
}

.sl-service-info-img-box {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.94;
    border-radius: var(--border-radius-20);
    overflow: hidden;
}

.sl-service-info-img {
    width: 100%;
    height: 100%;
}

.sl-service-info-col {
    flex: 1 1 auto;
}

.sl-service-info-col .h1-title {
    margin-bottom: 35px;
    color: var(--white-color);
}

.sl-service-info-col .light-white-text {
    margin-bottom: 49px;
}

.sl-service-info-col .light-white-text:last-child {
    margin-bottom: 0;
}

.sl-service-info-col ul {
    padding-left: 11px;
}

.sl-service-info-col ul li {
    position: relative;
    margin-bottom: 12px;
}

.sl-service-info-col ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--theme-color-1);
    border-radius: 50%;
    position: absolute;
    left: -11px;
    top: 12px;
}

.sl-service-info-section.common-shape::before {
    bottom: -430px;
    z-index: 1;
    transform: rotate(-52deg);
    right: -230px;
    display: none;
}

.sl-service-info-section.common-shape:first-child::before {
    display: block;
}

.sl-service-info-even {
    background-color: var(--theme-color-3);
}

.sl-service-info-even:last-child {
    padding-bottom: 0;
}

.sl-service-info-even .sl-service-info-row {
    flex-direction: row-reverse;
}

/* ----- Service Info Section Css End ----- */

/* ========== Services [Page] Css End ============ */

/*========== Team Details [Page] CSS Start ==========*/

.sl-team-landing-section {
    padding: 212px 0 115px;
    background-color: var(--theme-color-2);
    color: var(--theme-color-5);
}

.sl-team-wrapper {
    width: 1135px;
    max-width: 100%;
    margin: auto;
}

.sl-team-wrapper__inner {
    width: 625px;
    max-width: 100%;
}

.sl-team-pic {
    margin-bottom: 45px;
}

.sl-team-pic img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.sl-team-personal-info .h1-title {
    margin-bottom: 20px;
}

.sl-info-section {
    padding: 100px 0;
}

.sl-info-section.common-shape::before {
    bottom: -270px;
    right: -183px;
    -webkit-transform: rotate(-52deg);
    -ms-transform: rotate(-52deg);
    transform: rotate(-52deg);
    z-index: 1;
}

.sl-info-content {
    width: 1063px;
    max-width: 100%;
    margin: auto;
}

.sl-info-wrapper :is(h1, h2, h3, h4, h5, h6):first-child {
    margin-top: 0;
}

.sl-info-wrapper h2 {
    font-size: clamp(2.813rem, 2.227vw + 1.433rem, 3.438rem); /* Breakpoint:- 1440 to 992, value:- 55px to 45px */
    margin-bottom: 22px;
    color: var(--black-color);
}

.sl-info-wrapper h3 {
    font-size: clamp(2.5rem, 1.116vw + 1.808rem, 2.813rem); /* Breakpoint:- 1440 to 992, value:- 45px to 40px */
    margin-top: 24px;
    margin-bottom: 16px;
    color: var(--black-color);
}

.sl-info-wrapper h4 {
    font-size: clamp(1.625rem, 0.893vw + 1.071rem, 1.875rem); /* Breakpoint:- 1440 to 992, value:- 30px to 26px */
    margin-top: 24px;
    margin-bottom: 16px;
    color: var(--black-color);
}

.sl-info-wrapper h5 {
    font-size: 25px;
    margin-top: 24px;
    margin-bottom: 16px;
    color: var(--black-color);
}

.sl-info-wrapper h6 {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 16px;
    color: var(--black-color);
}

.sl-info-wrapper ul,
.sl-info-wrapper ol {
    padding-left: 43px;
    margin-bottom: 16px;
    margin-left: 0;
}

.sl-info-wrapper ul li:not(:last-child) {
    margin-bottom: 12px;
}

.sl-info-wrapper ul li {
    position: relative;
}

.sl-info-wrapper ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--theme-color-1);
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: -11px;
}

.sl-info-wrapper figure {
    margin: 32px 0 48px;
}

.sl-info-wrapper figure.size-large img {
    width: 100%;
    border-radius: var(--border-radius-24);
    -o-object-fit: cover;
    object-fit: cover;
}

.sl-info-wrapper blockquote {
    background-color: var(--theme-color-1);
    border-radius: var(--border-radius-24);
    padding: 48px;
    margin: 32px 0 48px;
    text-align: center;
}

.sl-info-wrapper blockquote p {
    font-size: clamp(1.625rem, 0.431vw + 1.358rem, 1.875rem);
    color: var(--theme-color-3);
}

.sl-info-wrapper blockquote p:last-child {
    margin-bottom: 0;
}

.sl-info-wrapper blockquote a {
    color: var(--white-color);
}

.sl-info-wrapper blockquote a:hover {
    color: var(--theme-color-12);
}

.sl-img-gellery-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 44px 16px;
    margin-top: 85px;
    margin-bottom: 60px;
}

.sl-img-gellery-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sl-img-gellery-item img {
    max-height: 135px;
    -o-object-fit: contain;
    object-fit: contain;
}

/*========== Team Details [Page] CSS End ==========*/

/*========== About Service [Page] CSS Start ==========*/

.sl-about-service-landing .testimonials-banner-content {
    padding-right: 40px;
}

/*========== About Service [Page] CSS End ==========*/

/*========== Inner [Page] CSS Start ==========*/

.inner-banner {
    position: relative;
    padding: 261px 0 101px;
}

.inner-banner .banner-content .h1-title {
    margin-bottom: 0;
}

.inner-banner .banner-content :is(h1, h2, h3, h4, h5, h6) {
    color: var(--theme-color-3);
}

.privacy-content :is(h1, h2, h3, h4, h5, h6),
.entry-content :is(h1, h2, h3, h4, h5, h6) {
    color: var(--theme-color-3);
}

.inner-page-text-wp {
    padding-bottom: 144px;
}

.sl-content-btn {
    margin-top: 48px;
}

.inner-page-text-wp.common-shape::before {
    right: -160px;
    bottom: -60px;
    -webkit-transform: rotate(-52deg);
    -ms-transform: rotate(-52deg);
    transform: rotate(-52deg);
    z-index: 1;
}

.inner-page-text-box-wp {
    max-width: 1066px;
    margin-inline: auto;
}

/*========== Inner [Page] CSS End ==========*/

/*========== Thank You Page CSS Start ==========*/

.thanks-icon .checkmark {
    stroke: var(--theme-color-1);
}

.thank-text h6 {
    font-size: clamp(1.125rem, 2.353vw + 0.654rem, 1.5rem);
    line-height: 1.25;
    text-transform: capitalize;
    color: var(--dark-color);
}

.thank-text p a {
    text-decoration: underline !important;
    color: var(--theme-color-1);
    transition: var(--transition);
}

.thank-text p a:hover {
    color: var(--dark-color);
}

.inner-page-text-box-wp:has(.thank-text) .sl-content-btn .sec-btn {
    margin-inline: auto;
}

/*========== Thank You Page CSS End ==========*/

/*==========Site Map CSS Start==========*/
.site-map li a {
    color: var(--theme-color-1);
}

.site-map li::marker {
    color: var(--theme-color-1);
}

/*==========Site Map CSS End==========*/

/*========== 404 [Page] CSS Start ==========*/

.error404 .site-header {
    background: var(--theme-color-3);
}

.sl-not-found-section {
    background-color: var(--theme-color-3);
    padding-top: 210px;
}

.sl-not-found-wrapper .h1-title {
    font-size: clamp(18.75rem, 6.25vw + 14.875rem, 22.375rem);
    text-align: center;
    margin-bottom: 0;
}

.sl-not-found-content {
    padding: 48px 64px;
    width: 685px;
    max-width: 100%;
    background-color: rgba(146, 71, 253, 0.5);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: var(--border-radius-20);
    margin-top: clamp(-6.438rem, calc(-1.401vw - 4.756rem), -5.625rem);
    margin-inline: auto;
    text-align: center;
}

.sl-not-found-content .h3-title {
    width: 465px;
    max-width: 100%;
    margin: 0 auto 16px;
}

.sl-not-found-content .light-white-text {
    margin-bottom: 24px;
}

.sl-not-found-content .sec-btn {
    margin: auto;
    padding: 12px 10px;
    min-width: unset;
    height: unset;
    font-weight: 600;
    font-size: 18px;
}

/*========== 404 [Page] CSS End ==========*/

/*========== Loader CSS Start ==========*/

.sl-info-main-wrapper {
    position: relative;
}

.services-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
}

.services-loader:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-color-1);
    border-radius: var(--border-radius-20);
    opacity: 0.3;
}

.services-loader i {
    font-size: 50px;
    color: var(--theme-color-1);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
    z-index: 2;
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
}

@keyframes loader {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
}

/*========== Loader CSS End ==========*/

/*========== Licensing [Page] CSS Start ==========*/
.sl-licensing-banner-sec {
    padding-top: 199px;
}
.sl-licensing-banner-sec .service-banner-content .h1-title {
    width: 650px;
    max-width: 100%;
}
.sl-licensing-service-sec {
    --extra-top-space: 115px;
    padding-top: calc(var(--extra-top-space) + 98px);
}
.sl-licensing-service-sec .all-service-list-wp {
    margin-top: 50px;
}
.sl-licensing-service-sec.common-shape::before {
    right: -220px;
    bottom: -357px;
    transform: rotate(-52deg);
    z-index: 1;
}
/*========== Licensing [Page] CSS End ==========*/

/*========== Cookie Policy [Page] CSS Start ==========*/
body:not(:has(.cta-sec)) .services-detail-about-sec.common-shape::before,
body:not(:has(.cta-sec)) .sl-info-section.common-shape::before,
body:not(:has(.cta-sec)) .inner-page-text-wp.common-shape::before,
body:not(:has(.cta-sec)) .testimonials-list-sec.common-shape::before {
    bottom: -20px;
}
.cmplz-dropdown {
    margin-bottom: 10px;
}
.cmplz-dropdown[open] {
    margin-bottom: 20px;
}
.cmplz-dropdown summary {
    background-color: #f5f5f5;
    padding: 5px 10px;
}
.cmplz-dropdown summary > div {
    display: flex !important;
    justify-content: space-between;
}
.cmplz-dropdown summary h3 {
    font-size: clamp(1.625rem, 0.893vw + 1.071rem, 1.875rem);
}
.cmplz-dropdown summary p {
    margin-bottom: 0;
    margin-left: auto;
}
.cookies-per-purpose {
    padding-top: 20px;
}
.purpose {
    background-color: #fbfbfb;
    padding: 5px 10px;
    margin-bottom: 16px;
}
.purpose h4 {
    margin-bottom: 0;
}
.cmplz-dropdown h4 {
    font-size: 25px;
}
.cookies-per-purpose:last-child {
    margin-bottom: 20px;
}
.cmplz-dropdown[open] summary {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.cmplz-dropdown summary .cmplz_consent_per_service_label {
    display: none;
}
.cookies-per-purpose .name {
    word-break: break-all;
}
.cmplz-document #cmplz-datarequest-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border-radius: 20px;
    background-color: var(--theme-color-2);
    color: var(--white-color);
    padding: 60px;
}
.cmplz-document #cmplz-datarequest-form > div label[for="cmplz_datarequest_name"],
.cmplz-document #cmplz-datarequest-form > div label[for="cmplz_datarequest_email"] {
    display: none;
}
.cmplz-document #cmplz-datarequest-form input[type="text"],
.cmplz-document #cmplz-datarequest-form input[type="email"] {
    width: 100%;
    height: 58px;
    border-radius: 80px !important;
    background: var(--white-color);
    border: none;
    outline: none;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--theme-color-3);
    padding: 12px 22px;
    -webkit-appearance: none;
}
.cmplz-document #cmplz-datarequest-form input[type="text"]::placeholder,
.cmplz-document #cmplz-datarequest-form input[type="email"]::placeholder {
    color: var(--theme-color-3);
}
.cmplz-document #cmplz-datarequest-form div:not([class]) {
    width: calc(50% - 8px);
}
.cmplz-document #cmplz-datarequest-form .cmplz_datarequest {
    width: 100%;
}
.cmplz-document #cmplz-datarequest-form .cmplz_datarequest label {
    cursor: pointer;
}
.cmplz-document #cmplz-datarequest-form input[type="button"] {
    width: fit-content;
    height: 51px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--theme-color-1);
    border-radius: 64px;
    font-size: 18px;
    line-height: 1.38888888889;
    color: var(--theme-color-3);
    font-weight: 500;
    font-family: var(--title-font);
    text-align: center;
    padding: 12px 16px;
    outline: none;
    border: none;
    z-index: 1;
    scale: 1;
    transition: var(--transition);
    min-width: 200px;
}
.cmplz-document #cmplz-datarequest-form input[type="button"]:hover {
    scale: 0.94;
    background: var(--theme-color-5);
    color: var(--theme-color-3);
}
.cmplz_datarequest input {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    accent-color: var(--theme-color-1);
}
/*========== Cookie Policy [Page] CSS End ==========*/

/*========== Leave Testimonial [Page] CSS Start ==========*/
.sl-testimonial-section {
    padding-bottom: 100px;
}
.sl-testimonial-contet-wp {
    width: 1060px;
    max-width: 100%;
    margin: auto;
}
.sl-testimonial-description {
    text-align: center;
    margin-bottom: 50px;
}
.sl-testimonial-form-wrapper {
    border-radius: 20px;
    background-color: var(--theme-color-2);
    color: var(--white-color);
    padding: 60px;
}
.sl-testimonial-field {
    margin-bottom: 30px;
}
.sl-testimonial-field:has(.sec-btn) {
    margin-bottom: 0;
}
.sl-testimonial-field label {
    display: block;
    font-size: clamp(0.875rem, 0.98vw + 0.267rem, 1.125rem);
    font-weight: 500;
    color: var(--theme-color-5);
    margin-bottom: 12px;
}
.sl-testimonial-field textarea,
.sl-testimonial-field input {
    width: 100%;
    height: 65px;
    border: 1px solid var(--theme-color-5);
    outline: none !important;
    padding: 0 24px;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    color: var(--theme-color-5);
    background: transparent;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    -webkit-appearance: none;
    appearance: none;
}
.sl-testimonial-field textarea::placeholder,
.sl-testimonial-field input::placeholder {
    color: var(--theme-color-5);
}
.sl-testimonial-field textarea {
    height: 102px;
    border-radius: var(--border-radius-24);
    padding: 16px;
    display: block;
}
.sl-testimonial-img-wp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    height: 100%;
}
.sl-testimonial-img-err {
    font-size: 14px;
    color: var(--red-color);
    text-align: center;
}
.sl-testimonial-img__inner {
    --size: 200px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.sl-testimonial-img__inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
}
.sl-testimonial-img__inner:hover img {
    scale: 1.1;
}
.sl-testimonial-img__inner input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.sl-testimonial-img-upload p {
    font-size: 12px;
    width: 55%;
    color: var(--theme-color-10);
}
.sl-testimonial-img-upload {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 26px;
    color: var(--theme-color-1);
    border-radius: 50%;
    transition: all ease-in-out 0.3s;
    transform: scale(0);
    transform-origin: center;
    z-index: 1;
    backdrop-filter: blur(2px);
}
.sl-testimonial-img__inner:hover .sl-testimonial-img-upload {
    transform: scale(1);
}
.sl-testimonial-field .sec-btn {
    border: none;
    border-color: transparent;
    min-width: auto;
    font-size: 18px;
    height: 49px;
    line-height: 1.2777777;
    padding: 12px 23.5px 12px;
    min-width: 200px;
}
.sl-testimonial-field .select2-container--default .select2-selection--multiple {
    min-height: 65px;
    border: 1px solid var(--theme-color-5);
    padding: 12px 24px;
    font-size: 13px;
    color: var(--theme-color-2);
    -webkit-border-radius: 80px;
    border-radius: 80px !important;
    background: transparent;
    display: flex;
    align-items: center;
}
.sl-testimonial-field .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid var(--white-color) 1px;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 13px;
}
.sl-testimonial-field .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--theme-color-1);
    color: var(--theme-color-3);
}
.sl-testimonial-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--theme-color-5);
    font-size: 13px;
}
.sl-testimonial-field-err-success p {
    font-size: 14px;
}
.sl-testimonial-success {
    color: var(--green-color);
    margin-top: 20px;
}
.sl-testimonial-err {
    color: var(--red-color);
    margin-top: 20px;
}
/*========== Leave Testimonial [Page] CSS End ==========*/

/*==========Responsive Start==========*/

@media screen and (min-width: 576px) {
    .header-btn-wp.for-mob-header-btn {
        display: none;
    }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 679px;
    }
}

@media screen and (min-width: 992px) {
    .site-header.sticky_head {
        padding-block: 33px;
    }

    .header-btn-wp.for-des-header-btn {
        display: inline-block;
    }

    .main-navigation ul li.menu-item-has-children > a {
        padding-right: 20px;
        position: relative;
    }

    .main-navigation ul ul li.menu-item-has-children {
        padding-right: 0;
    }

    .main-navigation ul.menu > li.menu-item-has-children > a::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: calc(100% + 26px);
        width: 0;
        height: 5px;
        background-color: var(--theme-color-1);
        transition: var(--transition);
    }

    .main-navigation ul.menu > li.menu-item-has-children:hover > a::before,
    .main-navigation ul.menu > li.menu-item-has-children > a:hover::before {
        width: 100%;
    }

    .main-navigation ul.menu > li.menu-item-has-children:hover > a,
    .main-navigation ul.menu > li > a:hover,
    .main-navigation ul.menu > li.current-menu-item > a,
    .main-navigation ul.menu > li.current-menu-parent > a,
    .main-navigation ul.menu > li.current-menu-ancestor > a {
        color: var(--theme-color-1);
    }

    .main-navigation ul li.menu-item-has-children:hover > a:after {
        color: var(--theme-color-1);
        transform: translate(0, -50%) rotate(-180deg);
    }

    .main-navigation li.current-menu-ancestor.menu-item-has-children:not(.sub-menu li.current-menu-ancestor.menu-item-has-children) a:after,
    .main-navigation ul.menu > li.current-menu-item > a::after {
        color: var(--theme-color-1);
    }

    .main-navigation li.current-menu-ancestor ul li.current_page_item > a,
    .main-navigation ul ul li > a:hover,
    .main-navigation ul li.current-menu-ancestor ul.sub-menu > li.current-menu-item > a {
        color: var(--theme-color-1);
    }

    .main-navigation li.current-menu-ancestor.menu-item-has-children:not(.sub-menu li.current-menu-ancestor.menu-item-has-children)::after {
        color: var(--theme-color-1);
    }

    .main-navigation ul ul li.current-menu-ancestor::after {
        color: var(--white-color);
    }

    .main-navigation ul > li .mega-menu-wrapper {
        display: none;
    }

    .mega-menu-wrapper .mega-menu-row {
        display: flex;
        justify-content: space-between;
        gap: 24px;
    }

    .main-navigation li {
        position: unset;
    }

    .main-navigation ul li.menu-item-has-children:before {
        content: "";
        position: absolute;
        top: 65%;
        left: 0;
        width: 100%;
        background: transparent;
        height: 100%;
        z-index: 0;
        transition: 0.5s;
        display: none;
    }

    .main-navigation ul li.menu-item-has-children:hover:before {
        display: block;
    }

    .main-navigation ul li.menu-item-has-children .mega-menu-wrapper {
        position: absolute;
        top: calc(100% + 20px);
        left: 50%;
        transform: translate(-50%, 0);
        width: 100vw;
        text-align: left;
        padding-left: 0;
        display: none;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        padding-left: 30px;
        padding-right: 0;
        border-top: 1px solid var(--theme-color-1);
        border-bottom: 1px solid var(--theme-color-1);
        background: var(--theme-color-3);
    }

    .main-navigation ul li.menu-item-has-children:hover .mega-menu-wrapper {
        display: block;
        opacity: 1;
        visibility: visible;
        /* animation: swip_up 0.25s linear 1; */
    }

    .main-navigation ul li.menu-item-has-children .mega-menu-wrapper .mega-left {
        width: 240px;
        flex: 0 0 auto;
        align-self: center;
        padding-block: 25px;
    }

    .main-navigation ul li.menu-item-has-children .mega-menu-wrapper .mega-middle {
        width: 300px;
        padding-block: 25px;
        align-self: center;
    }

    .main-navigation ul li.menu-item-has-children .mega-menu-wrapper .mega-right {
        flex: 0 0 auto;
        border-left: 1px solid var(--theme-color-1);
    }

    .main-navigation ul li.menu-item-has-children .mega-menu-wrapper .mega-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /*========== About [Page] CSS Start ==========*/

    .our-values-row .our-values-box-wp:nth-child(3n + 1) {
        align-items: flex-start;
        justify-content: start;
    }

    .our-values-row .our-values-box-wp:nth-child(3n + 3) {
        align-items: flex-end;
        justify-content: end;
    }

    /*========== About [Page] CSS End ==========*/
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .site-header.sticky_head {
        padding-block: 23px;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1310px;
    }

    /* ========== Services [Page] Css Start ============ */

    .service-banner .container {
        max-width: 1328px;
    }

    /* ========== Services [Page] Css End ============ */
}

@media screen and (min-width: 1440px) {
    .main-navigation ul li.menu-item-has-children .mega-menu-wrapper {
        padding-left: clamp(4.813rem, 50vw - 40.188rem, 19.813rem);
        /* Breakpoint:- 1920 to 1440, value:- 317px to 77px */
        padding-right: clamp(0rem, 66.042vw - 59.438rem, 19.813rem);
        /* Breakpoint:- 1920 to 1440, value:- 317px to 0px */
    }
}

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

    /* ========== Contact Us [Page] Css Start ============ */

    .contact-form-content-wp .contact-form {
        max-width: 720px;
    }

    .visit-us-info-wp {
        max-width: 720px;
    }

    .faq-accordion-wp {
        max-width: 980px;
    }
    /* ========== Contact Us [Page] Css End ============ */
}

@media screen and (max-width: 1399px) {
    .main-navigation {
        gap: 28px;
    }

    .main-navigation ul {
        gap: 20px;
    }

    .main-navigation ul > li > a {
        font-size: 16px;
    }

    .header-btn-wp .sec-btn {
        font-size: 16px;
        padding-inline: 28px;
    }

    .main-navigation ul li.menu-item-has-children .mega-menu-wrapper .mega-left h3 {
        font-size: clamp(1.875rem, 6.127vw - 1.924rem, 3.438rem);
        /* Breakpoint:- 1400 to 992, value:- 55px to 30px */
    }

    .main-navigation ul ul li {
        margin-bottom: clamp(1.563rem, 6.127vw - 2.237rem, 3.125rem);
        /* Breakpoint:- 1400 to 992, value:- 50px to 25px */
    }

    .main-navigation ul li.menu-item-has-children .mega-menu-wrapper .mega-right {
        width: clamp(21.188rem, 24.51vw + 5.991rem, 27.438rem);
        /* Breakpoint:- 1400 to 992, value:- 439px to 339px */
    }

    /* not provide inner image */
    .banner-img {
        height: clamp(38.438rem, 46.569vw + 9.565rem, 50.313rem); /* Breakpoint:- 1400 to 992, value:- 805px to 615px */
    }

    .banner-img-wp {
        padding: 77px 67px 0;
    }

    .about-info {
        gap: 30px;
    }

    .about-img {
        min-width: 480px;
    }

    .about-info-list-row:not(:last-child) {
        padding-bottom: 60px;
        margin-bottom: 60px;
    }

    .about-info-list-row {
        gap: 54px 30px;
    }

    .trusted-by-title-wp .body-lg {
        max-width: 100%;
        margin-top: 0;
    }

    .common-shape::before {
        width: clamp(36.938rem, 24.51vw + 21.741rem, 43.188rem);
        /* Breakpoint:- 1400 to 992, value:- 691px to 591px */
    }

    .testimonial-slider-wp .slick-list {
        --extra-space: clamp(7.375rem, -50vw + 51.125rem, 13.625rem);
        /* Breakpoint:- 1400 to 1200, value:- 118px to 218px */
    }

    /*========== About [Page] CSS Start ==========*/

    .about-info-row {
        gap: 40px;
    }

    .team-row-wp .row {
        --gutter-x: 34px;
        --gutter-y: 34px;
    }

    .our-about-feature-sec .comon-content-description ul li {
        margin-bottom: 20px;
    }

    /*========== About [Page] CSS End ==========*/

    /*========== Testimonials [Page] CSS Start ==========*/

    .testimonials-banner {
        padding-top: 233px;
    }

    /*========== Testimonials [Page] CSS End ==========*/

    /*========== Licensing [Page] CSS Start ==========*/
    .sl-licensing-banner-sec .service-banner-content .h1-title {
        width: auto;
    }
    /*========== Licensing [Page] CSS End ==========*/

    /*========== Footer CSS Start ==========*/
    .footer-bottom .footer-bottom-row {
        flex-direction: column;
    }
    /*========== Footer CSS End ==========*/
    .sl-info-wrapper ul,
    .sl-info-wrapper ol {
        padding-left: 33px;
    }
}

@media screen and (max-width: 1199px) {
    .site-header {
        padding-block: 33px;
    }

    .main-navigation {
        gap: 20px;
    }

    .main-navigation ul {
        gap: 14px;
    }

    .main-navigation ul li.menu-item-has-children > a {
        padding-right: 16px;
    }

    .main-navigation ul > li > a {
        font-size: 14px;
    }

    .main-navigation ul li.menu-item-has-children > a:after {
        font-size: 12px;
    }

    .header-btn-wp .sec-btn {
        font-size: 14px;
        padding-inline: 26px;
        height: 46px;
    }

    .main-banner {
        padding-top: 170px;
    }

    .main-banner-content {
        padding: 30px 0 80px;
    }

    .banner-img-wp {
        padding: 57px 27px 0;
    }

    .about-img {
        min-width: 400px;
    }

    .about-info-list-title {
        margin-bottom: 40px;
    }

    .trusted-by-sec {
        padding: 120px 0 120px;
    }

    .trusted-by-title-wp {
        margin-bottom: 74px;
    }

    .testimonial-sec {
        padding: 120px 0 120px;
    }

    .testimonial-slider-wp .slick-list {
        --extra-space: clamp(13.625rem, -48.077vw + 49.683rem, 19.875rem);
        /* Breakpoint:- 1200 to 992, value:- 218px to 318px */
    }

    .recent-articles-sec {
        padding: 120px 0 120px;
    }

    .recent-articles-box-row {
        margin-bottom: 80px;
    }

    .cta-sec {
        padding: 100px 0 60px;
    }
    .site-footer {
        padding-top: 60px;
    }
    /*========== About [Page] CSS Start ==========*/

    .about-banner {
        padding-top: 182px;
    }

    .about-banner-content-wp {
        margin-top: 40px;
        padding-right: 0;
    }

    .about-banner-content {
        gap: 130px;
    }

    .about-info-sec::before {
        --extra-top-space: 196px;
    }

    .about-info-row {
        gap: 30px;
    }

    .our-values-sec {
        padding: 120px 0 112px;
    }

    .our-values-title-wp {
        margin: 0 auto 94px;
    }

    .our-about-feature-sec {
        padding-top: 120px;
    }

    .team-banner {
        padding: 182px 0 102px;
    }

    .team-banner .team-banner-content .h1-title {
        margin: 0 auto 36px;
    }

    .team-row-wp .row {
        --gutter-x: 24px;
        --gutter-y: 24px;
    }

    .team-box {
        padding: 69px 20px 48px;
    }

    /*========== About [Page] CSS End ==========*/

    /*========== Testimonials [Page] CSS Start ==========*/

    .testimonials-banner {
        padding-top: 180px;
    }

    .testimonials-list-sec {
        padding: 177px 0 105px;
    }

    /*========== Testimonials [Page] CSS End ==========*/

    /*========== Services Detail [Page] CSS Start ==========*/
    .services-detail-banner-top {
        padding: 190px 0;
        background-color: var(--theme-color-2);
    }
    /*========== Services Detail [Page] CSS End ==========*/

    /*========== Blog [Page] CSS Start ==========*/

    .sl-blog-landing-section {
        padding: 190px 0 110px;
    }

    .sl-all-articles-section {
        padding: 120px 0 1px;
    }

    /*========== Blog [Page] CSS End ==========*/

    /*========== Blog Single [Page] CSS Start ==========*/

    .sl-archive-banner {
        padding: 225px 0 150px;
    }

    /*========== Blog Single [Page] CSS End ==========*/

    /* ========== Contact Us [Page] Css Start ============ */

    .contact-banner {
        padding: 180px 0 100px;
    }

    .reach-out-us-sec {
        padding: 100px 0 170px;
    }

    body:not(:has(.visit-us-sec)) .reach-out-us-sec {
        padding: 100px 0 0;
    }

    .reach-out-box {
        padding: 30px 20px 30px;
    }

    .visit-us-sec {
        padding: calc(var(--extra-top-space) + 70px) 0 140px;
    }

    .visit-info-article-box {
        padding: 40px 30px;
    }

    .faq-sec {
        padding-top: calc(var(--extra-top-space) + 90px);
    }

    .faq-accordion-box {
        padding-block: 30px;
    }

    /* ========== Contact Us [Page] Css End ============ */

    /* ========== Services [Page] Css Start ============ */

    .service-banner {
        padding-top: 180px;
    }

    .service-banner-content {
        padding: 30px 30px;
    }

    .service-banner-img {
        width: 450px;
    }

    .all-service-sec {
        padding-top: calc(var(--extra-top-space) + 110px);
    }

    .sl-service-info-img {
        padding-right: 0;
        text-align: center;
    }

    .sl-service-info-even .sl-service-info-img {
        padding-left: 0;
    }

    /* ========== Services [Page] Css End ============ */

    /*========== Team Details [Page] CSS Start ==========*/

    .sl-team-landing-section {
        padding: 182px 0 100px;
    }

    /*========== Team Details [Page] CSS End ==========*/

    /*========== About Service [Page] CSS Start ==========*/

    .sl-about-service-landing .testimonials-banner-content {
        padding-right: 0;
    }

    /*========== About Service [Page] CSS End ==========*/

    /*========== 404 [Page] CSS Start ==========*/

    .sl-not-found-section {
        padding-top: 150px;
    }

    .sl-not-found-content {
        padding: 40px;
        width: 580px;
    }

    .sl-not-found-content .h3-title {
        width: 100%;
    }

    /*========== 404 [Page] CSS End ==========*/

    /*========== Inner [Page] CSS Start ==========*/

    .inner-banner {
        padding: 220px 0 100px;
    }

    .inner-page-text-wp {
        padding-bottom: 100px;
    }

    /*========== Inner [Page] CSS End ==========*/
    .sl-info-wrapper ul,
    .sl-info-wrapper ol {
        padding-left: 23px;
    }
}

@media screen and (max-width: 991px) {
    .wpcf7-form p > label {
        font-size: 18px;
    }

    .site-header {
        --header-height: 140px;
        height: var(--header-height);
        padding-block: 0;
        border-bottom: 1px solid var(--theme-color-1);
    }

    .site-header .container {
        position: unset;
    }

    .site-branding {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        left: 40px;
        width: 214px;
        height: 100%;
        display: flex;
        align-items: center;
        max-width: 100%;
    }

    .header-btn-wp.for-des-header-btn {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 142px;
    }

    .header-btn-wp .sec-btn {
        font-size: 18px;
        padding-inline: 38px;
        height: 49px;
    }

    .menu-toggle {
        --size: 76px;
        --menu-toggle-rotate: 45deg;
        --menu-toggle-space: 11px;
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translate(0, -50%);
        border: none;
        outline: none !important;
        width: var(--size);
        height: var(--size);
        border-radius: var(--border-radius-10);
        padding: 0;
        background: var(--theme-color-1);
        z-index: 105;
    }

    .menu-toggle span {
        display: block;
        width: 36px;
        height: 3px;
        margin-inline: auto;
        margin-bottom: 8px;
        border-radius: 3px;
        position: relative;
        top: 0;
        opacity: 1;
        background: var(--theme-color-3);
        transition: var(--transition);
    }

    .menu-toggle span:last-child {
        margin-bottom: 0;
    }

    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(var(--menu-toggle-rotate));
        top: var(--menu-toggle-space);
    }

    .toggled .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .toggled .menu-toggle span:nth-child(3) {
        transform: rotate(calc(var(--menu-toggle-rotate) * -1));
        top: calc(var(--menu-toggle-space) * -1);
    }

    .header-mobile-menu {
        background: var(--theme-color-3);
        /* top: var(--header-height); */
        top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height, 0px));
        height: calc(100vh - var(--header-height) - var(--wp-admin--admin-bar--height, 0px));
        padding: 5.4vh 30px 30px 30px;
    }

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

    .header-mobile-menu::-webkit-scrollbar-track {
        background: var(--white-color);
    }

    .mega-menu-wrapper .mega-menu-row .mega-left,
    .mega-menu-wrapper .mega-menu-row .mega-right {
        display: none;
    }

    .main-navigation ul {
        text-align: center;
        display: inline-block;
    }

    .main-navigation ul li {
        display: block;
        margin-left: 0;
        line-height: 1.2;
    }

    .main-navigation ul li {
        margin-bottom: 0;
        padding-block: 2.9vh;
    }

    .main-navigation ul li:first-child:after {
        content: none;
    }

    .main-navigation ul li::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100vw;
        height: 1px;
        background-color: var(--theme-color-1);
    }

    .main-navigation ul li:first-child {
        padding-top: 0;
    }

    .main-navigation ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .main-navigation ul li.menu-item-has-children > a {
        padding-right: 20px;
    }

    .main-navigation ul li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul li a {
        font-size: 30px;
        line-height: 1.2;
        color: var(--white-color);
    }

    .main-navigation ul li.menu-item-has-children > a::after {
        color: inherit;
    }

    .main-navigation ul ul li.menu-item-has-children::after {
        font-size: 16px;
    }

    .main-navigation ul li.menu-item-has-children.active-child-menu > a::after,
    .main-navigation ul li.menu-item-has-children.active-sub-menu > a::after {
        transform: translate(0, -50%) rotate(-180deg);
        color: var(--theme-color-1);
    }

    .main-navigation ul.menu > li.current-menu-ancestor > a::after {
        color: var(--theme-color-1);
    }

    .main-navigation ul.menu > li.current-menu-item > a,
    .main-navigation ul.menu > li.current-menu-parent > a,
    .main-navigation ul.menu > li.active-sub-menu > a,
    .main-navigation ul.menu > li.current-menu-ancestor > a {
        color: var(--theme-color-1);
    }

    .main-navigation ul li.current-menu-ancestor ul.sub-menu > li.current-menu-ancestor > a,
    .main-navigation ul li.current-menu-ancestor ul li.current-menu-item > a {
        color: var(--theme-color-1);
    }

    .main-navigation ul ul {
        display: block;
        top: 0;
        left: 0 !important;
        position: relative;
        opacity: 1;
        animation: none;
        background: transparent;
        box-shadow: none;
        width: 100%;
        display: none;
        margin-top: 26px;
    }

    .main-navigation ul ul ul {
        padding-left: 0;
    }

    .main-navigation ul ul li::after {
        content: none;
    }

    .main-navigation ul ul li {
        border-bottom: none;
        margin-bottom: 20px;
        padding-block: 0;
    }

    .main-navigation ul ul li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul ul li a {
        display: inline-block;
        border: 0;
        padding: 0;
        font-size: 25px;
        line-height: 1.25;
    }

    .main-navigation ul ul ul li a {
        font-size: 16px;
    }

    .header-mobile-menu::before {
        content: "";
        position: absolute;
        right: -100px;
        bottom: 20px;
        display: block;
        width: 422px;
        height: auto;
        aspect-ratio: 1/0.83936324167;
        transform: rotate(-52deg);
        background: var(--theme-color-1);
        opacity: 0.2;
        --mask-image: url("assets/images/common-shape-1.svg");
        -webkit-mask-image: var(--mask-image);
        mask-image: var(--mask-image);
        -webkit-mask-size: cover;
        mask-size: cover;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

    /* test */

    .main-navigation ul li.menu-item-has-children > a {
        --extra-right-space: 24px;
        padding-right: 0;
    }

    .main-navigation ul li.menu-item-has-children > a::after {
        font-size: 14px;
        right: calc(var(--extra-right-space) * -1);
        pointer-events: none;
    }

    /* test */

    .main-banner {
        padding-top: 262px;
    }

    .main-banner-wp {
        flex-direction: column;
        gap: 0;
    }

    .main-banner-content {
        padding: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 75px;
    }

    .banner-content-wp .h1-title {
        margin-bottom: 49px;
    }

    .banner-content-wp .body-lg {
        margin-bottom: 62px;
        max-width: 633px;
    }

    .banner-content-wp .sec-btn {
        margin-inline: auto;
    }

    .main-banner-img {
        display: flex;
        justify-content: center;
    }

    /* not provide inner image */
    .banner-img {
        position: relative;
    }

    .banner-img {
        border-radius: var(--border-radius-20);
        width: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        height: 500px;
    }

    .banner-img-wp {
        padding: 75px 25px 0;
    }

    .banner-img-wp img {
        min-width: unset;
        width: 390px;
    }

    .about-sec {
        --extra-top-space: 272px;
        padding-top: calc(var(--extra-top-space) + 109px);
        padding-bottom: 150px;
        margin-top: calc(var(--extra-top-space) * -1);
    }

    .about-sec-wp .sec-title {
        max-width: 100%;
    }

    .about-sec-wp .h1-title {
        margin-bottom: 37px;
    }

    .about-info-list-title {
        text-align: center;
    }

    .about-info {
        margin-top: 105px;
        flex-direction: column-reverse;
        gap: 109px;
    }

    .about-info-list-wp {
        margin-top: 0;
        max-width: 100%;
    }

    .about-info-list-row {
        gap: 54px 50px;
    }

    .about-info-list-row:not(:last-child) {
        padding-bottom: 70px;
        margin-bottom: 70px;
    }

    .about-info-btn {
        margin-top: 108px;
    }

    .about-info-btn .sec-btn {
        margin-inline: auto;
    }

    .about-img {
        min-width: unset;
        width: 100%;
        min-height: auto;
        height: auto;
        aspect-ratio: 1/1.1;
    }

    .feature_head {
        min-height: 437px;
    }

    .trusted-by-sec {
        padding: 120px 0 146px;
    }

    .trusted-by-title-wp {
        text-align: center;
    }

    .trusted-by-sec .trusted-by-title-wp .sec-title {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .trusted-by-slider .slick-list {
        --extra-space: 206px;
    }

    .trusted-by-slider-wp {
        margin-bottom: 70px;
    }

    .trusted-by-box .h3-title {
        margin-bottom: 15px;
    }

    .trusted-by-box-wp .row {
        --gutter-y: 33px;
    }

    .testimonial-sec {
        padding: 110px 0 166px;
    }

    body.home:not(:has(.cta-sec)) .testimonial-sec {
        padding-bottom: 80px !important;
    }

    .testimonial-title-wp {
        margin-bottom: 89px;
    }

    .testimonial-slider-wp {
        margin-bottom: 89px;
    }

    .testimonial-slider-wp .slick-list {
        --extra-space: clamp(19.688rem, -49.327vw + 50.24rem, 26.563rem);
        /* Breakpoint:- 991 to 768, value:- 315px to 425px */
    }

    .recent-articles-sec {
        padding: 105px 0 62px;
    }

    .recent-articles-sec .trusted-by-title-wp .sec-title {
        margin-bottom: 36px;
    }

    .recent-articles-sec .trusted-by-title-wp {
        margin-bottom: 92px;
    }

    .recent-articles-box-row {
        gap: 24px 24px;
    }

    .recent-articles-box-wp {
        gap: 24px;
    }

    .recent-articles-box {
        padding: 90px 20px 80px;
        min-height: 348px;
    }

    .recent-articles-box .recent-articles-title .h3-title {
        margin-bottom: 77px;
    }

    .recent-articles-box .recent-articles-description {
        display: none;
    }

    .recent-articles-box .recent-articles-date-btn-wp .sec-btn {
        height: 43px;
        font-size: 15px;
        padding: 8px 20px 10px;
    }

    .cta-sec {
        padding: 80px 0 0;
    }

    .cta-sec .newsletter-box-wp {
        max-width: 100%;
        padding: 80px 30px;
    }

    .cta-sec .newsletter-box .sec-title {
        margin-bottom: 24px;
    }

    .cta-sec .newsletter-box .sec-title .h2-title {
        margin-bottom: 24px;
    }
    .site-footer {
        padding-top: 0;
    }
    .footer-bottom .footer-bottom-row {
        padding-block: 27px 42px;
        border-top: none;
        flex-direction: column;
        gap: 0;
    }

    .footer-bottom-row .footer-logo {
        order: 1;
        margin-bottom: 42px;
    }

    .footer-bottom-row .social-info {
        order: 2;
        position: relative;
        padding-bottom: 23px;
        margin-bottom: 23px;
    }

    .footer-bottom-row .social-info::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100vw;
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
    }

    .footer-bottom-row .footer-bottom-link-wp {
        order: 3;
    }
    .copy-right-link-wp {
        flex-direction: column;
    }
    .footer-bottom-link ul li:first-child {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }
    /*========== About [Page] CSS Start ==========*/

    .about-banner {
        padding-top: 262px;
    }

    .about-banner-wp {
        flex-direction: column;
        gap: 0;
    }

    .about-banner-content-wp {
        width: 100%;
        margin-top: 0;
        text-align: center;
    }

    .about-banner-content {
        gap: 83px;
        margin-bottom: 68px;
    }

    .counter-box-wp {
        flex-direction: column;
    }

    .counter-box .counter-text p {
        font-size: 24px;
        line-height: 1.20833333333;
    }

    .counter-box .counter-description-text {
        max-width: 50%;
        margin-inline: auto;
    }

    .about-banner-image-box .about-banner-image {
        width: 100%;
        height: auto;
        aspect-ratio: 1/0.76488549618;
    }

    .about-info-sec::before {
        --extra-top-space: 182px;
    }

    .about-info-row {
        flex-direction: column-reverse;
        gap: 103px;
    }

    .about-info-sec {
        padding: 132px 0 112px;
    }

    .about-info-content-col .comon-content-wp {
        text-align: center;
    }

    .comon-content-wp .sec-title {
        margin-bottom: 37px;
    }

    .comon-content-wp .comon-content-btn {
        margin-top: 66px;
    }

    .comon-content-wp .comon-content-btn .sec-btn {
        margin-inline: auto;
    }

    .about-info-row .about-info-image-col {
        width: 100%;
    }

    .our-values-sec {
        padding: 110px 0 133px;
    }

    .our-values-title-wp .sec-title {
        margin-bottom: 37px;
    }

    .our-values-row .our-values-box-wp {
        padding-bottom: 80px;
    }

    .our-values-row-wp .our-values-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 80px 0;
        margin-bottom: 60px;
    }

    .our-values-box-wp .our-values-box {
        width: 100%;
    }

    .our-values-row .our-values-box-wp {
        padding-left: 14px;
    }

    .our-values-row .our-values-box-wp:nth-child(2n + 1) {
        padding-left: 0;
        padding-right: 14px;
    }

    .our-about-feature-sec .about-info-row {
        flex-direction: column;
        gap: 70px;
    }

    .our-about-feature-sec .about-info-content-col .comon-content-wp {
        text-align: left;
    }

    .our-about-feature-sec .comon-content-description {
        max-width: 100%;
    }

    .team-banner {
        padding: 232px 0 100px;
    }

    .team-sec {
        padding-top: 128px;
    }

    .team-sec .sec-title {
        margin-bottom: 84px;
        max-width: 448px;
        margin-inline: auto;
    }

    .team-sec.common-shape::before {
        transform: rotate(-33deg);
        bottom: auto;
        top: -200px;
        right: -150px;
    }

    /*========== About [Page] CSS End ==========*/

    /*========== Testimonials [Page] CSS Start ==========*/

    .testimonials-banner {
        padding-top: 262px;
    }

    .testimonials-banner .testimonials-banner-content {
        padding-block: 0;
        margin-bottom: 60px;
        text-align: center;
    }

    .testimonials-list-box .testimonials-list-box-description p {
        font-size: 23px;
        line-height: 1.2;
    }

    .testimonials-list-box {
        padding: 32px 32px 28px;
        border-radius: var(--border-radius-20);
        border: 2px solid var(--theme-color-1);
    }

    .testimonials-list-row-wp .testimonials-list-box:not(:last-child) {
        margin-bottom: 30px;
    }

    /*========== Testimonials [Page] CSS End ==========*/

    /*========== Manage Service [Page] CSS Start ==========*/
    .services-detail-banner-top {
        padding: 262px 0 170px;
    }

    .services-detail-about-sec {
        padding: 80px 0 64px;
    }

    .services-detail-about-tabbing {
        margin: 0 auto 30px;
        width: 100%;
    }

    .sl-tab-dropdown {
        display: flex;
    }

    .services-detail-about-tabbing ul {
        position: absolute;
        width: 100%;
        left: 0;
        flex-direction: column;
        text-align: left;
        border-radius: var(--border-radius-20);
        background-color: var(--theme-color-13);
        display: none;
        gap: 2px;
        box-shadow: 0 0 40px rgb(0 0 0 / 7%);
        z-index: 1;
    }

    .services-detail-about-tabbing ul li:hover,
    .services-detail-about-tabbing ul li.active {
        background-color: var(--white-color);
    }

    .services-detail-about-tabbing.sl-active-dropdown ul {
        display: flex;
    }

    .sl-active-dropdown .sl-tab-dropdown:after {
        transform: translateY(-50%) rotate(180deg);
    }

    /*========== Manage Service [Page] CSS End ==========*/

    /*========== Blog [Page] CSS Start ==========*/

    .sl-blog-landing-section {
        padding: 252px 0 80px;
    }

    .row.sl-top-feature-articles {
        margin-bottom: 24px;
    }

    .sl-newsletter-wrapper,
    .sl-newsletter-wrapper::after {
        border-radius: var(--border-radius-24);
    }

    .sl-newsletter-wrapper {
        padding: 152px 0;
    }

    /* .sl-newsletter-wrapper .row > div:first-child {
        display: none;
    } */

    .sl-newsletter-content .h1-title {
        text-align: center;
    }

    .sl-newsletter-form {
        margin: auto;
    }

    .sl-all-articles-section {
        padding: 80px 0 1px;
    }

    .sl-all-articles-head {
        margin-bottom: 40px;
        flex-direction: column;
        gap: 15px;
    }

    .sl-all-articles-head .sl-tab-dropdown {
        padding: 12px 60px 12px 30px;
    }

    .sl-all-articles-head .sl-tab-dropdown:after {
        right: 30px;
    }

    .sl-all-articles-list .row {
        --gutter-y: 50px;
    }

    .sl-all-articles-list .services-loader {
        height: calc(100% - 50px);
    }

    .sl-article-tag {
        font-size: 15px;
    }

    /*========== Blog [Page] CSS End ==========*/

    /*========== Blog Single [Page] CSS Start ==========*/

    .single-post-banner-top {
        padding: 290px 0 120px;
    }

    .single-post-banner:has(.single-post-feature-image-wp) .single-post-banner-top {
        padding: 290px 0 439px;
    }

    .single-post-author-box {
        padding: 60px 34px;
    }

    .single-post-feature-image-wp {
        --extra-bottom-space: 333px;
    }

    .single-post-feature-image {
        aspect-ratio: 1/0.71865443425;
    }

    .related-articles-row-wp .recent-articles-box {
        padding: 60px 40px 40px;
        min-height: auto;
    }

    .related-articles-row-wp .recent-articles-box .recent-articles-title .h3-title {
        margin-bottom: 12px;
    }

    .related-articles-row-wp .recent-articles-box .recent-articles-description {
        display: block;
        max-width: 100%;
    }

    .sl-archive-banner {
        padding: 252px 0 130px;
    }

    /*========== Blog Single [Page] CSS End ==========*/

    /* ========== Contact Us [Page] Css Start ============ */

    .contact-banner {
        padding: 262px 0 100px;
    }

    .contact-banner-wp {
        flex-direction: column;
        gap: 30px;
    }

    .contact-banner-content-wp {
        width: 100%;
        text-align: center;
    }

    .contact-form-content-wp .contact-form {
        max-width: 100%;
        padding-right: 0;
        margin-left: 0;
    }

    .contact-form .submit-btn {
        display: block;
    }

    .contact-form .submit-btn .sec-btn {
        width: 100%;
        min-width: 100%;
    }

    .contact-form .submit-btn .wpcf7-spinner {
        top: 115%;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .reach-out-us-sec {
        padding: 100px 0;
    }

    body:not(:has(.visit-us-sec)) .reach-out-us-sec {
        padding: 100px 0 73px;
    }

    .reach-out-box {
        padding: 40px 24px;
        min-height: 309px;
    }

    .reach-out-box-wp .gy-4 {
        --gutter-y: 30px;
    }

    .visit-us-sec {
        margin-top: 0;
        border-radius: 0;
        padding: 100px 0;
    }

    .visit-us-sec.common-shape::before {
        top: -90px;
        right: -115px;
        transform: rotate(-33deg);
    }

    .visit-us-wp {
        flex-direction: column;
        align-items: flex-start;
        gap: 53px;
    }

    .visit-us-content-wp {
        width: 100%;
        text-align: center;
    }

    .visit-us-content-wp .h1-title {
        margin-bottom: 30px;
    }

    .visit-us-info-wp {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        flex: 1;
    }

    .visit-info-article-box {
        padding: 44px 44px 40px;
    }

    .visit-info-article-title .h3-title {
        font-size: 30px;
    }

    .visit-info-article-contact-link-wp ul li a {
        font-size: 18px;
    }

    .faq-sec {
        padding-top: 89px;
        margin-top: 0;
    }

    .faq-accordion-wp {
        max-width: 100%;
        margin-top: 80px;
    }

    /* ========== Contact Us [Page] Css End ============ */

    /* ========== Services [Page] Css Start ============ */

    .service-banner {
        padding-top: 262px;
    }

    .service-banner-wp {
        flex-direction: column;
        gap: 30px;
    }

    .service-banner-img {
        width: 100%;
        min-height: unset;
        aspect-ratio: 1 / 0.68111455;
    }

    .service-banner-content {
        padding: 40px 30px 0;
        text-align: center;
    }

    .all-service-sec {
        padding-bottom: 100px;
    }

    .all-service-list-wp {
        max-width: 100%;
    }

    .service-box {
        height: auto;
        padding: 60px 30px 40px;
    }

    .service-title-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .all-services-sec-wp .sec-title .h1-title {
        margin-bottom: 20px;
    }

    .all-service-list-wp {
        margin-top: 45px;
    }

    .sl-service-info-section {
        padding: 100px 0;
    }

    .sl-service-info-img-col {
        width: 100%;
    }

    .sl-service-info-img-box {
        aspect-ratio: 1 / 0.68111455;
    }

    .sl-service-info-section.common-shape::before {
        bottom: -350px;
        right: -210px;
    }

    .sl-service-info-row {
        gap: 40px;
        flex-direction: column;
        align-items: flex-start;
    }

    .sl-service-info-col {
        width: 100%;
    }

    .sl-service-info-col .h1-title {
        margin-bottom: 25px;
    }

    .sl-service-info-col .light-white-text {
        margin-bottom: 30px;
    }

    .sl-service-info-even .sl-service-info-row {
        flex-direction: column;
    }

    /* ========== Services [Page] Css End ============ */

    /*========== Team Details [Page] CSS Start ==========*/

    .sl-team-landing-section {
        padding: 200px 0 80px;
    }

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

    .sl-info-section.common-shape::before {
        bottom: -230px;
        right: -163px;
    }

    .sl-team-pic {
        margin-bottom: 30px;
    }

    .sl-info-wrapper h2 {
        font-size: clamp(2.375rem, 1.563vw + 1.406rem, 2.813rem);
    }

    .sl-info-wrapper h3 {
        font-size: clamp(1.5rem, 1.339vw + 0.67rem, 1.875rem);
    }

    .sl-info-wrapper h4 {
        font-size: clamp(1.625rem, 0.893vw + 1.071rem, 1.875rem);
    }

    .sl-info-wrapper h5 {
        font-size: 18px;
    }

    .sl-info-wrapper ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    .sl-info-wrapper blockquote p {
        font-size: 25px;
    }

    .sl-info-wrapper figure,
    .sl-info-wrapper blockquote {
        margin: 30px 0 38px;
    }

    .sl-img-gellery-wrapper {
        grid-template-columns: repeat(4, 1fr);
        margin-top: 65px;
        margin-bottom: 0;
    }

    /*========== Team Details [Page] CSS End ==========*/

    /*========== About Service [Page] CSS Start ==========*/

    .sl-about-service-landing .testimonials-banner-image-box {
        --extra-bottom-space: 40px;
    }

    /*========== About Service [Page] CSS End ==========*/

    /*========== 404 [Page] CSS Start ==========*/

    .sl-not-found-wrapper .h1-title {
        font-size: clamp(8.125rem, 25.335vw + 3.058rem, 18.75rem);
    }

    .sl-not-found-content {
        margin-top: clamp(-5.625rem, calc(-8.969vw - 0.07rem), -4.375rem);
        width: 70%;
        padding: 30px;
    }

    /*========== 404 [Page] CSS End ==========*/

    /*========== Inner [Page] CSS Start ==========*/

    .inner-banner {
        padding: 240px 0 80px;
    }

    .inner-page-text-wp {
        padding-bottom: 80px;
    }

    .inner-page-text-wp.common-shape::before {
        bottom: -30px;
    }

    /*========== Inner [Page] CSS End ==========*/

    /*========== Licensing [Page] CSS Start ==========*/
    .sl-licensing-banner-sec .service-banner-content .h1-title {
        width: 100%;
    }
    /*========== Licensing [Page] CSS End ==========*/

    /*========== Cookie Policy [Page] CSS Start ==========*/
    .cmplz-document #cmplz-datarequest-form {
        padding: 50px 30px;
    }
    /*========== Cookie Policy [Page] CSS End ==========*/

    /*========== Submit Testimonial [Page] CSS Start ==========*/
    .sl-testimonial-form-wrapper {
        padding: 40px;
    }
    .sl-testimonial-img-wp {
        margin-bottom: 30px;
        height: auto;
    }
    .sl-testimonial-field .sec-btn {
        width: 100%;
    }
    /*========== Submit Testimonial [Page] CSS End ==========*/
    .sl-testimonial-section {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .h1-title {
        font-size: clamp(2.5rem, 5.952vw + 0.357rem, 3.125rem); /* Breakpoint:- 744 to 576, value:- 50px to 40px */
    }

    .h2-title {
        font-size: clamp(1.875rem, 4.762vw + 0.161rem, 2.375rem); /* Breakpoint:- 744 to 576, value:- 38px to 30px */
    }

    .h3-title {
        font-size: clamp(1.625rem, 2.381vw + 0.768rem, 1.875rem); /* Breakpoint:- 744 to 576, value:- 30px to 24px */
    }

    .body-lg p {
        font-size: clamp(1rem, 3.571vw - 0.286rem, 1.375rem); /* Breakpoint:- 744 to 576, value:- 22px to 16px */
    }

    .body-md p {
        font-size: clamp(1rem, 2.381vw + 0.143rem, 1.25rem); /* Breakpoint:- 744 to 576, value:- 20px to 16px */
    }

    p {
        font-size: clamp(1rem, 1.19vw + 0.571rem, 1.125rem); /* Breakpoint:- 744 to 576, value:- 18px to 16px */
    }

    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: clamp(1rem, 1.19vw + 0.571rem, 1.125rem); /* Breakpoint:- 744 to 576, value:- 18px to 16px */
    }

    body {
        font-size: clamp(1rem, 1.19vw + 0.571rem, 1.125rem); /* Breakpoint:- 744 to 576, value:- 18px to 16px */
    }

    .sec-btn {
        height: clamp(3.125rem, 8.929vw - 0.089rem, 4.063rem); /* Breakpoint:- 744 to 576, value:- 65px to 50px */
        font-size: clamp(1rem, 3.571vw - 0.286rem, 1.375rem); /* Breakpoint:- 744 to 576, value:- 22px to 16px */
    }

    .banner-img-wp {
        padding: 25px 25px 0;
    }

    .trusted-by-slider .slick-list {
        --extra-space: 173px;
    }

    .testimonial-slider-wp .slick-list {
        --extra-space: 440px;
    }

    .common-shape::before {
        width: 440px;
    }

    .testimonial-sec.common-shape::before {
        bottom: -230px;
        right: -115px;
    }

    .recent-articles-box .recent-articles-title .h3-title {
        font-size: 25px;
    }

    .cta-sec .newsletter-box .sec-title .h3-title {
        font-size: clamp(0.875rem, 1.531vw + 0.516rem, 1.25rem); /* Breakpoint:- 767 to 375, value:- 20px to 14px */
    }

    /*========== About [Page] CSS Start ==========*/

    .team-sec.common-shape::before {
        top: -225px;
        right: -70px;
    }

    .team-box {
        min-height: 451px;
        padding: 55px 20px 46px;
    }

    .team-box .team-img {
        --size: 170px;
        margin: 0 auto 27px;
    }

    .team-box .team-info .h3-title {
        margin-bottom: 12px;
    }

    .team-box .team-info-btn .sec-btn {
        font-size: 15px;
        height: 45px;
        min-width: auto;
        padding: 8px 49px 8px;
    }

    /*========== About [Page] CSS End ==========*/

    /*========== Services Detail [Page] CSS Start ==========*/

    .services-detail-banner-feature-image {
        aspect-ratio: 1/0.61919504644;
    }

    /*========== Services Detail [Page] CSS End ==========*/

    /*========== Testimonials [Page] CSS Start ==========*/

    .testimonials-list-sec {
        padding: 147px 0 85px;
    }

    .testimonials-list-sec.common-shape::before {
        right: -80px;
        bottom: -220px;
    }

    .testimonials-list-box .testimonials-list-box-description p {
        font-size: 21px;
        line-height: 1.2;
    }

    /*========== Testimonials [Page] CSS End ==========*/

    /*========== Blog [Page] CSS Start ==========*/

    .sl-feature-articles-wrapper .row {
        --gutter-y: var(--gutter);
    }

    /*========== Blog [Page] CSS End ==========*/

    /*========== Blog Single [Page] CSS Start ==========*/

    .single-post-banner-content .body-lg p {
        font-size: clamp(1rem, 1.19vw + 0.571rem, 1.125rem); /* Breakpoint:- 744 to 576, value:- 18px to 16px */
    }

    .related-articles-title {
        margin-bottom: 72px;
    }

    .related-articles-title .sec-title {
        text-align: center;
        margin-bottom: 42px;
    }

    .related-articles-btn .sec-btn {
        margin-right: auto;
    }

    .related-articles-sec {
        padding: 105px 0 0;
    }

    .related-articles-sec.common-shape::before {
        top: -105px;
        bottom: auto;
        right: -85px;
        transform: rotate(-33deg);
    }

    /*========== Blog Single [Page] CSS End ==========*/

    /*========== Team Details [Page] CSS Start ==========*/

    .sl-info-wrapper h2 {
        font-size: clamp(2.5rem, 5.952vw + 0.357rem, 3.125rem); /* Breakpoint:- 744 to 576, value:- 50px to 40px */
    }

    .sl-info-wrapper h3 {
        font-size: clamp(1.875rem, 4.762vw + 0.161rem, 2.375rem); /* Breakpoint:- 744 to 576, value:- 38px to 30px */
    }

    .sl-info-wrapper h4 {
        font-size: clamp(1.625rem, 2.381vw + 0.768rem, 1.875rem); /* Breakpoint:- 744 to 576, value:- 30px to 24px */
    }

    /*========== Team Details [Page] CSS End ==========*/

    /*========== 404 [Page] CSS Start ==========*/

    .sl-not-found-content {
        margin-top: clamp(-4.563rem, calc(-7.83vw - 0.809rem), -2.375rem);
        width: 90%;
        padding: 30px 20px;
    }

    /*========== 404 [Page] CSS End ==========*/

    /*========== Inner [Page] CSS Start ==========*/

    .inner-page-text-wp.common-shape::before {
        right: -60px;
        bottom: -20px;
    }

    /*========== Inner [Page] CSS End ==========*/

    /*========== Licensing [Page] CSS Start ==========*/
    .sl-licensing-service-sec .all-service-list-wp {
        margin-top: 20px;
    }
    /*========== Licensing [Page] CSS End ==========*/

    /*========== Submit Testimonial [Page] CSS Start ==========*/
    .sl-testimonial-form-wrapper {
        padding: 30px 20px;
    }
    .sl-testimonial-img__inner {
        --size: 150px;
    }
    .sl-testimonial-field input {
        height: 48px;
    }
    .sl-testimonial-field .select2-container--default .select2-selection--multiple {
        min-height: 48px;
    }
    .sl-testimonial-field {
        margin-bottom: 24px;
    }
    .sl-testimonial-section {
        padding-bottom: 60px;
    }
    /*========== Submit Testimonial [Page] CSS End ==========*/
    .sl-info-wrapper ul,
    .sl-info-wrapper ol {
        padding-left: 15px;
    }
}

@media screen and (max-width: 640px) {
    .site-header {
        --header-height: 120px;
    }

    .site-branding {
        left: 30px;
    }

    .header-btn-wp.for-des-header-btn {
        right: 122px;
    }

    .menu-toggle {
        --size: 66px;
        right: 30px;
    }

    .about-info-list-row {
        gap: 54px 30px;
    }

    .recent-articles-box .recent-articles-title .h3-title {
        margin-bottom: 45px;
    }

    /*========== Blog Single [Page] CSS Start ==========*/

    .single-post-banner-top .row [class*="col-"] {
        flex: 0 0 auto;
        width: 100%;
    }

    .single-post-banner-content {
        margin-bottom: 50px;
    }
    /*========== Blog Single [Page] CSS End ==========*/
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
}

@media screen and (max-width: 575px) {
    .pagination-wrapper .page-count {
        font-size: clamp(1.5rem, 2vw + 1.031rem, 1.75rem);
    }

    .pagination-wrapper .page-arrow {
        --size: 40px;
    }

    .pagination-wrapper .page-arrow {
        font-size: 18px;
    }

    .form-element i {
        top: 57px;
    }

    .h1-title {
        font-size: clamp(1.75rem, 6vw + 0.344rem, 2.5rem);
        /* Breakpoint:- 575 to 375, value:- 40px to 28px */
    }

    .h2-title {
        font-size: clamp(1.5rem, 3vw + 0.797rem, 1.875rem);
        line-height: 1.20833333333;
        /* Breakpoint:- 575 to 375, value:- 40px to 24px */
    }

    .h3-title {
        font-size: clamp(1.5rem, 2vw + 1.031rem, 1.75rem);
        /* Breakpoint:- 575 to 375, value:- 28px to 24px */
        line-height: 1.20833333333;
    }

    .body-lg p {
        font-size: clamp(0.875rem, 3vw + 0.172rem, 1.25rem);
        /* Breakpoint:- 575 to 375, value:- 20px to 14px */
        line-height: 1.57142857143;
    }

    p {
        font-size: clamp(0.875rem, 1vw + 0.641rem, 1rem);
        /* Breakpoint:- 575 to 375, value:- 16px to 14px */
        line-height: 1.57142857143;
    }

    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: clamp(0.875rem, 1vw + 0.641rem, 1rem);
        /* Breakpoint:- 575 to 375, value:- 16px to 14px */
        line-height: 1.57142857143;
    }

    body {
        font-size: clamp(0.875rem, 1vw + 0.641rem, 1rem);
        /* Breakpoint:- 575 to 375, value:- 16px to 14px */
        line-height: 1.57142857143;
    }

    .sec-btn {
        min-width: auto;
        height: auto;
        padding: 14px 24px 14px;
        font-size: clamp(0.813rem, 3.5vw - 0.008rem, 1.25rem);
        /* Breakpoint:- 575 to 375, value:- 20px to 13px */
        line-height: 1.23076923077;
    }

    .form-input,
    .input-text,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    select {
        height: 48px;
    }

    :root {
        --space-80: 60px;
        --gutter: 26px;
    }

    .site-header {
        --header-height: 111px;
    }

    .site-branding {
        left: 26px;
        width: 170px;
    }

    .menu-toggle {
        --menu-toggle-space: 9px;
        --size: 44px;
        right: 26px;
    }

    .menu-toggle span {
        width: 22px;
        height: 3px;
        margin-bottom: 6px;
    }

    .header-btn-wp.for-des-header-btn {
        display: none;
    }

    .header-mobile-menu {
        padding: 8.1vh 20px 30px 20px;
    }

    .header-mobile-menu::before {
        content: none;
    }

    .main-navigation ul li {
        padding-block: 2.2vh;
    }

    .main-navigation ul li::after {
        content: none;
    }

    .main-navigation ul li,
    .main-navigation ul li a {
        font-size: 24px;
    }

    .main-navigation ul ul li,
    .main-navigation ul ul li a {
        font-size: 16px;
    }

    .main-navigation ul ul li.menu-item-has-children::after {
        font-size: 13px;
    }

    .main-navigation ul ul,
    .main-navigation ul li.menu-item-has-children:hover ul {
        margin-top: 20px;
    }

    .header-btn-wp.for-mob-header-btn {
        margin-top: 8.7vh;
    }

    .header-btn-wp.for-mob-header-btn .sec-btn {
        margin-inline: auto;
    }

    .header-btn-wp.for-mob-header-btn .sec-btn:hover {
        background: var(--white-color);
        color: var(--theme-color-3);
    }

    .main-banner {
        padding-top: 152px;
    }

    .banner-content-wp .h1-title {
        margin-bottom: 26px;
    }

    .banner-content-wp .body-lg {
        margin-bottom: 28px;
    }

    .main-banner-content {
        margin-bottom: clamp(2.563rem, 7vw + 0.922rem, 3.438rem);
    }

    .banner-img {
        height: auto;
        aspect-ratio: 1/0.75232198142;
    }

    .banner-img-wp img {
        width: 75%;
    }

    .about-sec {
        --extra-top-space: 125px;
        padding-top: calc(var(--extra-top-space) + 63px);
        padding-bottom: 109px;
    }

    .about-sec-wp .h1-title {
        margin-bottom: 21px;
    }

    .about-info {
        margin-top: 52px;
        gap: 64px;
    }

    .about-info .icon-wrap {
        margin-bottom: 17px;
    }

    .about-info .icon-wrap img {
        margin-inline: auto;
    }

    .about-info-list-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .about-info-list-row:not(:last-child) {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .about-info-list-row .about-service {
        text-align: center;
    }

    .about-info-content .light-white-text {
        max-width: 100%;
    }

    .about-info-list-row .about-service:not(:last-child) {
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid var(--theme-color-1);
    }

    .about-info-btn {
        margin-top: 42px;
    }

    .feature_head {
        min-height: 383px;
        padding: 71px 20px;
    }

    .feature_head .about-info .icon-wrap {
        margin-bottom: 22px;
    }

    .trusted-by-sec {
        padding: 60px 0 84px;
    }

    .trusted-by-sec .trusted-by-title-wp .sec-title {
        margin-bottom: 23px;
    }

    .trusted-by-title-wp {
        margin-bottom: 49px;
    }

    .trusted-by-slider-wp {
        margin-bottom: 61px;
    }

    .trusted-by-slider .slick-list {
        --extra-space: 172px;
    }

    .row.trusted-by-slider {
        --gutter: 16px;
    }

    .trusted-by-slider-box {
        height: 120px;
    }

    .trusted-by-box-wp .row {
        --gutter-y: 26px;
    }

    .trusted-by-box {
        padding: 40px 24px;
        min-height: auto;
    }

    /* .trusted-by-slider-box img {
        object-fit: contain;
        height: 100%;
        width: 100%;
    } */

    .trusted-by-box .h3-title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .trusted-by-box .icon-wrap img {
        max-width: 32px;
        max-height: 35px;
        min-width: auto;
    }

    .testimonial-sec {
        padding: 72px 0 81px;
    }

    body.home:not(:has(.cta-sec)) .testimonial-sec {
        padding-bottom: 60px !important;
    }

    .testimonial-title-wp {
        margin-bottom: 44px;
    }

    .row.testimonial-slider {
        --gutter: 20px;
    }

    .testimonial-slider-wp .slick-list {
        --extra-space: 280px;
    }

    .testimonial-box {
        padding: 36px 24px 58px;
    }

    .testimonial-box .testimonial-box-image {
        --size: 48px;
        margin-bottom: 20px;
    }

    .testimonial-box .testimonial-box-description p {
        font-size: 20px;
        line-height: 1.2;
    }

    .testimonial-box .testimonial-box-description {
        margin-bottom: 16px;
        max-height: 96px;
    }

    .testimonial-slider-wp {
        margin-bottom: 43px;
    }

    .common-shape::before {
        width: clamp(14.063rem, 50vw + 2.344rem, 20.313rem);
        /* Breakpoint:- 575 to 375, value:- 325px to 225px */
    }

    .testimonial-sec.common-shape::before {
        bottom: -118px;
        right: -50px;
    }

    .recent-articles-sec {
        padding: 76px 0 47px;
    }

    .recent-articles-sec .trusted-by-title-wp .sec-title {
        margin-bottom: 32px;
    }

    .recent-articles-sec .trusted-by-title-wp {
        margin-bottom: 42px;
    }

    .recent-articles-box-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
        margin-bottom: 47px;
    }

    .recent-articles-box-row .recent-articles-box-wp:nth-child(even) {
        flex-direction: column;
    }

    .recent-articles-box-wp .recent-articles-image {
        aspect-ratio: 1/0.58204334365;
    }

    .recent-articles-box {
        padding: 90px 20px 40px;
        min-height: unset;
    }

    .recent-articles-box .recent-articles-circle-btn {
        top: 15px;
        right: 15px;
    }

    .recent-articles-date-btn-wp p {
        font-size: 18px;
        line-height: 1.38888888889;
    }

    .recent-articles-box .recent-articles-date-btn-wp {
        flex-direction: column;
        align-content: flex-start;
    }

    .cta-sec .newsletter-box-wp {
        padding: 57px 20px 75px;
        min-height: auto;
        width: 100vw;
        max-width: unset;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        border-radius: var(--border-radius-20);
    }

    .footer-bottom .footer-bottom-row {
        padding-block: 44px 17px;
    }

    .footer-bottom-row .social-info::before {
        content: none;
    }

    .footer-bottom-row .social-info {
        padding-bottom: 21px;
        margin-bottom: 21px;
    }

    .footer-bottom-link-wp p,
    .footer-bottom-link ul li a {
        font-size: clamp(0.813rem, 1.5vw + 0.461rem, 1rem);
        /* Breakpoint:- 575 to 375, value:- 16px to 13px */
    }

    .copy-right-link-wp {
        display: block;
    }

    .copy-right-link-wp .copy-right,
    .copy-right-link-wp .footer-bottom-link {
        display: block;
    }

    .copy-right-link-wp .footer-bottom-link {
        margin-block: 5px;
    }

    .footer-bottom-link ul li:first-child {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }

    .newsletter-form-box form .form-input-group {
        flex-direction: column;
    }

    .newsletter-form-box form .form-input-group .newsletter-input,
    .newsletter-form-box form .form-input-group .newsletter-input,
    .newsletter-form-box form .form-input-group [type="email"] {
        height: 48px;
        font-size: clamp(0.813rem, 1.5vw + 0.461rem, 1rem);
        /* Breakpoint:- 575 to 375, value:- 16px to 13px */
        padding: 10px 20px;
    }

    .newsletter-form-box form .form-input-group [type="email"] {
        padding-right: 120px;
    }

    .sl-newsletter-form .mc_signup_submit::after {
        width: 12px;
        height: 12px;
    }

    .sl-newsletter-form .mc_signup_submit_button {
        font-size: clamp(0.813rem, 1.5vw + 0.461rem, 1rem);
        /* Breakpoint:- 575 to 375, value:- 16px to 13px */
        height: 37px;
        padding: 5px 38px 5px 16px;
    }

    .newsletter-form-btn {
        font-size: clamp(0.813rem, 1.5vw + 0.461rem, 1rem);
        /* Breakpoint:- 575 to 375, value:- 16px to 13px */
        height: 37px;
        padding: 5px 23px;
    }

    .newsletter-form-btn .for-desk {
        display: none;
        margin-left: 5px;
    }

    .newsletter-form-btn i {
        font-size: 12px;
    }

    /*========== About [Page] CSS Start ==========*/

    .about-banner {
        padding-top: 152px;
    }

    .about-banner-content {
        gap: 45px;
        margin-bottom: 78px;
    }

    .counter-box-wp {
        gap: 43px;
    }

    .counter-number h2 {
        font-size: 50px;
    }

    .daily-active-box .counter-number h2 {
        font-size: 38px;
    }

    .counter-box .counter-description-text {
        max-width: 100%;
    }

    .about-info-sec::before {
        --extra-top-space: 102px;
    }

    .about-info-sec {
        padding: 46px 0 79px;
    }

    .comon-content-wp .sec-title {
        margin-bottom: 15px;
    }

    .comon-content-wp .comon-content-btn {
        margin-top: 35px;
    }

    .about-info-row {
        gap: 63px;
    }

    .about-info-image-box {
        aspect-ratio: 1/0.66873065015;
    }

    .our-values-sec {
        padding: 54px 0 71px;
    }

    .our-values-title-wp .sec-title {
        margin-bottom: 15px;
    }

    .our-values-title-wp {
        margin: 0 auto 37px;
    }

    .our-values-row-wp .our-values-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 37px 0;
        margin-bottom: 60px;
    }

    .our-values-row .our-values-box-wp {
        padding-left: 0;
        text-align: center;
        padding-bottom: 0;
        padding-top: 37px;
        border-top: 1px solid rgba(150, 120, 211, 0.1);
        border-bottom: 0;
    }

    .our-values-row .our-values-box-wp:nth-child(2n + 1) {
        padding-left: 0;
        padding-right: 0;
    }

    .our-values-row .our-values-box-wp:nth-child(2n + 2) {
        padding-top: 0;
        border-top: none;
    }

    .our-about-feature-sec {
        padding-top: 70px;
    }

    .our-about-feature-sec .about-info-row {
        gap: 50px;
    }

    .team-banner {
        padding: 182px 0 80px;
    }

    .team-banner .team-banner-content .h1-title {
        margin: 0 auto 26px;
    }

    .team-sec {
        padding-top: 67px;
    }

    .team-sec.common-shape::before {
        right: -30px;
        top: -56px;
    }

    .team-sec .sec-title {
        margin-bottom: 60px;
    }

    .team-box {
        min-height: auto;
        padding: 30px 20px 40px;
    }

    .team-box .team-img {
        --size: 134px;
        margin: 0 auto 34px;
    }

    .team-box .team-info {
        margin-bottom: 39px;
    }

    /*========== About [Page] CSS End ==========*/

    /*========== Testimonials [Page] CSS Start ==========*/

    .testimonials-banner {
        padding-top: 152px;
    }

    .testimonials-banner .testimonials-banner-content {
        margin-bottom: 50px;
    }

    .testimonials-list-sec {
        padding: 125px 0 70px;
    }

    .testimonials-list-sec.common-shape::before {
        right: -60px;
        bottom: -95px;
    }

    .testimonials-list-box {
        padding: 22px 22px 18px;
    }

    .testimonials-list-box .testimonials-list-box-image {
        --size: 48px;
        margin-bottom: 20px;
    }

    .testimonials-list-box .testimonials-list-box-description p {
        font-size: 20px;
        line-height: 1.2;
    }

    /*========== Testimonials [Page] CSS End ==========*/

    /*========== Manage Service [Page] CSS Start ==========*/
    .services-detail-banner-top {
        padding: 152px 0 120px;
    }

    .services-detail-about-sec {
        padding: 50px 0;
    }

    .sl-tab-dropdown {
        height: auto;
        padding: 14px 45px 14px 24px;
        font-size: clamp(0.813rem, 3.5vw - 0.008rem, 1.25rem);
    }

    .sl-tab-dropdown:after {
        right: 24px;
        width: 20px;
        height: 20px;
        background-size: 20px;
    }

    .services-detail-about-tabbing {
        margin: 0 auto 25px;
    }

    .services-detail-about-sec.common-shape::before {
        bottom: -20px;
        right: -60px;
    }

    /*========== Manage Service [Page] CSS End ==========*/

    /*========== Blog [Page] CSS Start ==========*/

    .sl-blog-landing-section {
        padding: 172px 0 60px;
    }

    .sl-blog-landing-head {
        margin-bottom: 40px;
    }

    .sl-newsletter-wrapper {
        padding: 80px 0;
    }

    .sl-all-articles-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .sl-all-articles-head {
        gap: 0;
    }

    .sl-all-articles-head .services-detail-about-tabbing {
        width: 100%;
        margin-top: 10px;
    }

    .sl-article-img {
        margin-bottom: 15px;
    }

    .sl-article-card-body > .light-white-text {
        margin-bottom: 15px;
    }

    .sl-article-tag {
        font-size: clamp(0.875rem, 1vw + 0.641rem, 1rem);
    }

    .sl-article-img {
        height: 225px;
    }

    .sl-all-articles-list .row {
        --gutter-y: 40px;
    }

    .sl-all-articles-list .services-loader {
        height: calc(100% - 40px);
    }

    .sl-newsletter-form .mc_input {
        padding-right: 90px;
        height: 55px;
        font-size: clamp(0.813rem, 1.5vw + 0.461rem, 1rem);
    }
    .sl-newsletter-form .form-input-group .newsletter-input {
        height: 55px;
    }

    /*========== Blog [Page] CSS End ==========*/

    /*========== Blog Single [Page] CSS Start ==========*/

    .single-post-banner-top {
        padding: 180px 0 80px;
    }

    .single-post-banner:has(.single-post-feature-image-wp) .single-post-banner-top {
        padding: 180px 0 125px;
    }

    .single-post-banner-content .h1-title {
        margin-bottom: 12px;
    }

    .single-post-banner-content .body-lg p {
        font-size: clamp(0.875rem, 1vw + 0.641rem, 1rem);
        /* Breakpoint:- 575 to 375, value:- 16px to 14px */
    }

    .single-post-author-box {
        padding: 60px 20px 50px;
    }

    .single-post-author-box .single-post-author-description-text {
        margin-block: 16px 19px;
    }

    .single-post-feature-image-wp {
        --extra-bottom-space: 69px;
    }

    .related-articles-sec {
        padding: 63px 0 0;
    }

    .related-articles-title .sec-title {
        margin-bottom: 23px;
    }

    .related-articles-title {
        margin-bottom: 52px;
    }

    .related-articles-row-wp .recent-articles-box {
        padding: 60px 20px 40px;
    }

    .sl-archive-banner {
        padding: 182px 0 80px;
    }

    .services-detail-about-content .services-detail-about-btn {
        margin-top: 30px;
    }

    /*========== Blog Single [Page] CSS End ==========*/

    /* ========== Contact Us [Page] Css Start ============ */

    .contact-banner {
        padding: 152px 0 76px;
    }

    .wpcf7-form-control-wrap {
        margin-bottom: 24px;
    }

    .contact-form .submit-btn .sec-btn {
        height: 41px;
        font-size: clamp(0.813rem, 3.5vw - 0.008rem, 1.25rem);
        /* Breakpoint:- 575 to 375, value:- 20px to 13px */
        line-height: 1.23076923077;
    }

    .reach-out-us-sec {
        padding: 77px 0 64px;
    }

    body:not(:has(.visit-us-sec)) .reach-out-us-sec {
        padding: 77px 0 33px;
    }

    .reach-out-box .h3-title {
        margin-bottom: 16px;
    }

    .visit-us-sec {
        padding: 65px 0 89px;
    }

    .visit-us-sec.common-shape::before {
        top: -65px;
        right: -49px;
    }

    .visit-info-article-contact-link-wp ul {
        flex-direction: column;
    }

    .visit-info-article-contact-link-wp ul li:not(:last-child) {
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }

    .visit-info-article-box {
        padding: 31px 44px;
    }

    .faq-accordion-title .h3-title {
        font-size: 20px;
    }

    .faq-accordion-title .icon {
        --size: 34px;
    }

    .faq-accordion-content {
        margin-top: 34px;
    }

    /* ========== Contact Us [Page] Css End ============ */

    /* ========== Services [Page] Css Start ============ */

    .service-banner {
        padding-top: 152px;
    }

    .service-banner-content {
        padding: 30px 30px 0;
    }

    .all-service-sec {
        --extra-top-space: 110px;
        padding-top: calc(var(--extra-top-space) + 70px);
    }

    .all-service-list-wp {
        margin-top: 30px;
    }

    .all-service-sec.common-shape::before {
        --space: calc(clamp(3.75rem, 45vw - 6.797rem, 9.375rem));
        /* Breakpoint:- 575 to 375, value:- 150px to 60px */
        right: calc(var(--space) * -1);
    }

    .service-box-content {
        margin-top: 16px;
    }

    .sl-service-info-section {
        padding: 60px 0;
    }

    .service-banner-content .h1-title {
        margin-bottom: 20px;
    }

    .service-banner-text p:not(:last-child) {
        margin-bottom: 16px;
    }

    .sl-service-info .h1-title {
        margin-bottom: 20px;
    }

    .sl-service-info-section.common-shape::before {
        bottom: -140px;
        right: -70px;
    }

    .sl-service-info-row {
        gap: 25px;
    }

    .sl-service-info-col ul li {
        margin-bottom: 8px;
    }

    /* ========== Services [Page] Css End ============ */

    /*========== Team Details [Page] CSS Start ==========*/

    .sl-info-wrapper h2 {
        font-size: clamp(1.75rem, 6vw + 0.344rem, 2.5rem); /* Breakpoint:- 575 to 375, value:- 40px to 28px */
        margin-bottom: 16px;
    }

    .sl-info-wrapper h3 {
        font-size: clamp(1.5rem, 3vw + 0.797rem, 1.875rem); /* Breakpoint:- 575 to 375, value:- 40px to 24px */
        line-height: 1.20833333333;
        margin-top: 18px;
        margin-bottom: 14px;
    }

    .sl-info-wrapper h4 {
        font-size: clamp(1.5rem, 2vw + 1.031rem, 1.75rem); /* Breakpoint:- 575 to 375, value:- 28px to 24px */
        line-height: 1.20833333333;
        margin-top: 18px;
        margin-bottom: 14px;
    }

    .sl-team-landing-section {
        padding: 152px 0 60px;
    }

    .sl-team-pic {
        margin-bottom: 20px;
    }

    .sl-team-pic img {
        width: 60px;
        height: 60px;
    }

    .sl-team-designation {
        margin-bottom: 8px;
    }

    .sl-info-section {
        padding: 60px 0;
    }

    .sl-info-wrapper h5 {
        margin-top: 18px;
        margin-bottom: 14px;
        font-size: 22px;
    }

    .sl-info-wrapper p {
        margin-bottom: 12px;
    }

    .sl-info-wrapper figure,
    .sl-info-wrapper blockquote {
        margin: 20px 0 25px;
    }

    .sl-info-wrapper blockquote {
        padding: 20px;
        border-radius: var(--border-radius-20);
    }

    .sl-info-wrapper blockquote p {
        font-size: 18px;
    }

    .sl-info-wrapper figure.size-large img {
        border-radius: var(--border-radius-20);
        min-height: 200px;
    }

    .sl-info-section.common-shape::before {
        bottom: -87px;
        right: -30px;
    }

    .sl-info-wrapper ul {
        padding-left: 25px;
    }

    .sl-img-gellery-wrapper {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 35px;
    }

    /*========== Team Details [Page] CSS End ==========*/

    /*========== 404 [Page] CSS Start ==========*/

    .sl-not-found-content {
        width: 100%;
        padding: 20px;
    }

    .sl-not-found-content .sec-btn {
        font-size: clamp(0.875rem, 1vw + 0.641rem, 1rem);
    }

    /*========== 404 [Page] CSS End ==========*/

    /*========== Inner [Page] CSS Start ==========*/

    .inner-banner {
        padding: 180px 0 60px;
    }

    .inner-page-text-wp {
        padding-bottom: 60px;
    }

    .sl-content-btn {
        margin-top: 28px;
    }

    /*========== Inner [Page] CSS End ==========*/

    /* ========== Cookie Policy [Page] Css Start ============ */
    .cmplz-dropdown h4 {
        margin-bottom: 0;
    }
    #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
    #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
    .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose {
        grid-template-columns: 150px 1fr;
    }
    .cmplz-dropdown summary > div {
        flex-direction: column;
        align-items: flex-start !important;
        grid-gap: 10px !important;
    }
    .cmplz-dropdown summary p {
        margin-bottom: 0;
        margin-left: 0;
    }
    .cmplz-dropdown .retention-header h5,
    .cmplz-dropdown .function-header h5,
    .cmplz-dropdown .name-header h5 {
        font-size: 18px;
    }
    .cmplz-document #cmplz-datarequest-form div:not([class]) {
        width: 100%;
    }
    .cmplz-document #cmplz-datarequest-form {
        padding: 30px 20px;
    }
    .cmplz-document #cmplz-datarequest-form input[type="text"],
    .cmplz-document #cmplz-datarequest-form input[type="email"] {
        height: 48px;
        font-size: clamp(0.813rem, 1.5vw + 0.461rem, 1rem);
        padding: 10px 20px;
    }
    .cmplz-document #cmplz-datarequest-form input[type="button"] {
        width: 100%;
    }
    .cmplz-dropdown summary h3 {
        font-size: clamp(1.5rem, 2vw + 1.031rem, 1.75rem);
    }
    /* ========== Cookie Policy [Page] Css End ============ */
}

@media screen and (max-width: 400px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .site-header .container {
        --container-space: calc(var(--gutter));
    }

    .form-input,
    .input-text,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    select {
        padding: 0 15px;
    }

    .form-input.wpcf7-textarea {
        padding: 15px;
    }

    .form-element i {
        right: 15px;
    }

    .popup-title {
        padding: 10px 65px 10px 15px;
    }

    /* ========== Services [Page] Css Start ============ */

    .service-banner-content {
        padding: 30px 20px 0;
    }

    .all-service-sec {
        padding-bottom: 60px;
    }

    .service-box {
        padding: 45px 24px 30px;
    }

    .service-box .service-circle-btn {
        top: 12px;
        right: 12px;
    }

    .all-services-sec-wp .h3-title {
        font-size: 18px;
    }

    /* ========== Services [Page] Css End ============ */
}

@media screen and (max-width: 374px) {
    /* ========== Contact Us [Page] Css Start ============ */

    .visit-us-map {
        height: 330px;
    }

    /* ========== Contact Us [Page] Css End ============ */
}

@media screen and (max-width: 360px) {
    .site-branding {
        left: 15px;
    }

    .menu-toggle {
        right: 15px;
    }

    .header-btn-wp.for-des-header-btn {
        right: 15px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .site-header .container {
        --container-space: calc(var(--gutter) / 2);
    }
}

/*==========Responsive End==========*/
