@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     AidUs – Charity Nonprofit HTML5 Template
Version:        1.0.0
-------------------------------------------------------------------*/

/*---------------------------
	Fonts
----------------------------*/

/* Stack Sans Headline */
@import url("https://fonts.googleapis.com/css2?family=Stack+Sans+Headline:wght@200..700&display=swap");
/* font-family: "Stack Sans Headline", sans-serif; */

/* Manrope */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
/* font-family: "Manrope", sans-serif; */

:root {
    scroll-behavior: unset;
    /* --primary-color: #D8B42D; */
    --primary-color: #d6ae18;
    --primary-color-dim: #e9d27a61;
    --secondary-color: #00205b;
    --secondary-color2: #5489b8;
    --tertiary-color: #395382;
    --white-color: #ffffff;
    --black-color: #061408;
    --light-bg: #f8f9fa;
    --dark-bg: #1a1a2e;
    --text-color: #2a2c2f;
}

/* html {
  font-size: 15px;
} */

body {
    font-family: "Manrope", sans-serif;
    color: #687693;
    background-color: var(--white-color);
    font-size: 15px;
    font-size: 1rem;
    overflow-x: hidden;
    position: relative;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

p {
    font-size: 16px;
    color: #687693;
    line-height: 1.8em;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--secondary-color);
    font-family: "Stack Sans Headline", sans-serif;
    font-weight: 600;
}

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

a {
    text-decoration: none;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.sr-only {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

/* 1.2 Global Elements */
.page-wrapper {
    position: relative;
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding2 {
    padding: 60px 0;
}

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

.section-padding-sm {
    padding: 30px 0;
}

@media (max-width: 991px) {
    .section-padding2 {
        padding: 40px 0;
    }

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

    .section-padding-sm {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .section-padding2 {
        padding: 30px 0;
    }

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

    .section-padding-sm {
        padding: 20px 0;
    }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
    width: 100% !important;
    margin-top: 15px !important;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.9333333333rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}

.contact-validation-active #c-loader,
.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}

.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
    font-size: 30px;
    font-size: 2rem;
    color: var(--primary-color);
    display: inline-block;
    animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
    width: 100%;
    color: var(--white-color);
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

@media (max-width: 767px) {
    .contact-validation-active #success,
    .contact-validation-active #c-success,
    .contact-validation-active #c-error,
    .contact-validation-active #error {
        font-size: 15px;
    }
}

.contact-validation-active #c-success,
.contact-validation-active #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px;
}

.contact-validation-active #c-error,
.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotating {
    animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-to-top {
    background-color: rgba(247, 79, 34, 0.7);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid var(--primary-color);
    border-radius: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.back-to-top:hover {
    background-color: var(--primary-color);
}

.back-to-top i {
    font-size: 18px;
    font-size: 1.2rem;
    color: var(--white-color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

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

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 30px;
    }
}

.section-title span {
    color: var(--secondary-color2);
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    margin: 0;
}

.section-title h2 {
    margin: 0;
    font-family: "Stack Sans Headline", sans-serif;
    font-weight: 600 !important;
    margin-top: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 61px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 330px) {
    .section-title h2 {
        font-size: 25px;
    }
}

.section-title h2 span {
    color: var(--primary-color);
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 40px;
    font-weight: 600;
    line-height: 61px;
    text-transform: capitalize;
    margin-bottom: 0;
    display: inline-block;
}

@media (max-width: 767px) {
    .section-title h2 span {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 330px) {
    .section-title h2 span {
        font-size: 25px;
    }
}

.section-title p {
    font-size: 18px;
}

.theme-btn,
.view-cart-btn {
    background: var(--primary-color);
    color: var(--secondary-color);
    display: inline-block;
    white-space: nowrap;
    padding: 12px 25px;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.75px;
    overflow: hidden;
    min-width: fit-content !important;
}

.theme-btn::after,
.view-cart-btn::after {
    background-color: #01215b;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transform-origin: bottom left;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    width: 100%;
    z-index: -1;
}

.theme-btn2 {
    background: var(--primary-color);
    color: var(--secondary-color);
    display: inline-block;
    white-space: nowrap;
    padding: 12px 25px;
    border: 2px solid #ffffff;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    position: relative;
    z-index: 1;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.75px;
    overflow: hidden;
    min-width: fit-content !important;

    /* Floating Effect */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    animation: floatBtn 2s ease-in-out infinite;
    transition: all 0.3s ease;
}

.theme-btn2:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    border-color: #ffd700; /* Highlight border on hover */
}

@keyframes floatBtn {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        transform: translateY(0px);
    }
}

.theme-btn3 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    background: var(--primary-color);
    color: var(--secondary-color);
    border: 2px solid transparent;
    border-radius: 8px;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: all 0.35s ease;
    text-wrap: nowrap;
}

/* Rotating Background */
.theme-btn3::before {
    content: "";
    position: absolute;
    width: 250%;
    height: 250%;
    background: conic-gradient(
        transparent,
        #ff6b35,
        #ffd700,
        #00d4ff,
        #ff6b35,
        transparent
    );
    animation: rotateBorder 3s linear infinite;
    z-index: -2;
}

/* Inner Background */
.theme-btn3::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: var(--primary-color);
    border-radius: 6px;
    z-index: -1;
}

@keyframes rotateBorder {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Hover Effects */
.theme-btn3:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    border-color: #ffd700;
}

/* Stop Rotation on Hover */
.theme-btn3:hover::before {
    animation-play-state: paused;
}

/* Optional Border Highlight */
.theme-btn3:hover::after {
    background: var(--primary-color);
    inset: 3px;
}

.theme-btn:hover,
.view-cart-btn:hover,
.theme-btn:focus,
.view-cart-btn:focus,
.theme-btn:active,
.view-cart-btn:active {
    color: var(--white-color);
}

.theme-btn:hover::after,
.view-cart-btn:hover::after {
    transform-origin: top right;
    transform: scale(1);
}

@media (max-width: 991px) {
    .theme-btn,
    .view-cart-btn {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .theme-btn,
    .view-cart-btn {
        padding: 12px 18px;
        font-size: 14px;
    }
}

.theme-btn-s2 {
    background: var(--white-color);
    color: #535353;
    display: inline-block;
    padding: 12px 22px;
    border: 1px solid var(--primary-color);
    border-radius: 55px;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
}

.theme-btn-s2:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 55px;
    background: linear-gradient(left, #00ded8, #00a7d5);
    transition: opacity 0.5s ease-out;
    opacity: 0;
    z-index: -1;
}

@media (max-width: 991px) {
    .theme-btn-s2 {
        font-size: 14px;
        font-size: 0.9333333333rem;
    }
}

.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active {
    background: #f63b09;
    color: var(--white-color);
}

.theme-btn-s2:hover:after {
    opacity: 1;
}

@media (max-width: 767px) {
    .theme-btn-s2 {
        padding: 12px 18px;
        font-size: 13px;
    }
}

.view-cart-btn {
    display: block;
    margin-top: 15px;
    border-radius: 5px;
    padding: 10px 45px;
}

.view-cart-btn:after {
    display: none;
}

.view-cart-btn:hover {
    background-color: #e83808;
}

.view-cart-btn.s1 {
    background: #ddd;
}

.view-cart-btn.s1:hover {
    background-color: #c9c9c9;
}

.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: #595959;
    font-style: normal;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: var(--primary-color);
    -o-box-shadow: 0 0 5px 0 #f97653;
    -ms-box-shadow: 0 0 5px 0 #f97653;
    box-shadow: 0 0 5px 0 #f97653;
}

.form ::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form ::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form select {
    font-style: normal;
    background: url(../images/select-icon.png) no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}

.form ::-moz-placeholder {
    font-style: normal;
}

.form ::placeholder {
    font-style: normal;
}

.social-links {
    overflow: hidden;
}

.social-links li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 1px;
}

.social-links li a {
    background-color: #f97653;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    color: var(--white-color);
    text-align: center;
}

.social-links li a:hover {
    background-color: var(--primary-color);
}

.breadcumb-area {
    background: url(../images/page-title.jpg) no-repeat center top/cover;
    min-height: 350px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    margin-top: -50px;
}

@media (max-width: 767px) {
    .breadcumb-area {
        min-height: 350px;
    }
}

.breadcumb-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        280.94% 100.31% at 92.63% 41.85%,
        rgba(0, 7, 31, 0) 0%,
        rgba(2, 25, 41, 0.48) 28.3%,
        rgba(34, 35, 37, 0.98) 99.98%,
        rgba(34, 35, 37, 0.98) 99.99%
    );
    content: "";
    z-index: -1;
}

.breadcumb-area .breadcumb-wrap {
    text-align: left;
    padding-top: 50px;
}

@media (max-width: 767px) {
    .breadcumb-area .breadcumb-wrap {
        padding-top: 30px;
    }
}

.breadcumb-area .breadcumb-wrap h2 {
    color: var(--primary-color);
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.breadcumb-area .breadcumb-wrap h3 {
    color: var(--white-color);
    margin-bottom: 0px;
    font-size: 60px;
    font-weight: 600;
    line-height: 83px;
    text-transform: capitalize;
    z-index: 1;
}

.breadcumb-area .breadcumb-wrap h3 span {
    position: relative;
}

.breadcumb-area .breadcumb-wrap h3 span::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="229" height="14" viewBox="0 0 229 14" fill="none"><path d="M1.00248 11.7658C49.4021 2.40025 167.673 -3.0278 228.547 10.4639" stroke="%23F74F22" stroke-width="4"/></svg>');
    width: 229px;
    height: 14px;
}

@media (max-width: 767px) {
    .breadcumb-area .breadcumb-wrap h3 span::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .breadcumb-area .breadcumb-wrap h3 {
        font-size: 30px;
        line-height: 35px;
    }
}

.breadcumb-area .shape {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .breadcumb-area .shape {
        display: none;
    }
}

.breadcumb-area .shape-s2 {
    position: absolute;
    left: 44px;
    bottom: 47px;
    animation: zoom-in-zoom-out 4s ease infinite;
}

@media (max-width: 991px) {
    .breadcumb-area .shape-s2 {
        display: none;
    }
}

.breadcumb-area .shape-s3 {
    position: absolute;
    right: 115px;
    bottom: 70px;
    animation: zoom-in-zoom-out 2s ease infinite;
}

@media (max-width: 767px) {
    .breadcumb-area .shape-s3 {
        display: none;
    }
}

.about-section.about-section-s2 {
    padding-top: 170px;
}

.preloader {
    background-color: #bac9cd;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 111111111111111110000000;
    overflow: hidden;
}

.preloader .vertical-centered-box {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.preloader .vertical-centered-box:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.preloader .vertical-centered-box .content {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
}

.preloader * {
    transition: all 0.3s;
}

.preloader .loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-left: -60px;
    margin-top: -60px;
}

.preloader .loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.preloader #particles-background,
.preloader #particles-foreground {
    left: -51%;
    top: -51%;
    width: 202%;
    height: 202%;
    transform: scale3d(0.5, 0.5, 1);
}

.preloader #particles-background {
    background: #2c2d44;
    background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

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

.preloader [not-existing] {
    zoom: 1;
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

.preloader [not-existing] {
    zoom: 1;
}

.preloader lesshat-selector {
    -lh-property: 0;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.preloader [not-existing] {
    zoom: 1;
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
    /*** search-widget ***/
    /*** about-widget ***/
    /*** category-widget ***/
    /*** recent-post-widget ***/
    /*** instagram-widget ***/
    /*** tag-widget ***/
    /*** wpo-contact-widget ***/
}

@media screen and (min-width: 1200px) {
    .blog-sidebar {
        padding-left: 45px;
    }
}

@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 80px;
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .blog-sidebar {
        margin-top: 60px;
        max-width: 400px;
    }
}

.blog-sidebar .widget h3 {
    color: #16171a;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0 0 1.3em;
    position: relative;
    text-transform: capitalize;
    padding-left: 10px;
}

.blog-sidebar .widget h3:before {
    content: "";
    background-color: var(--primary-color);
    width: 2px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-sidebar > .widget + .widget {
    margin-top: 65px;
}

.blog-sidebar .search-widget {
    background: #f4f6f8;
    padding: 40px 30px;
}

@media (max-width: 1200px) {
    .blog-sidebar .search-widget {
        padding: 35px 20px;
    }
}

.blog-sidebar .search-widget form div {
    position: relative;
}

.blog-sidebar .search-widget input {
    background-color: var(--white-color);
    height: 55px;
    font-size: 16px;
    padding: 6px 50px 6px 20px;
    border: 0;
    box-shadow: none;
    transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
    background-color: rgba(247, 79, 34, 0.1);
}

.blog-sidebar .search-widget form button {
    background: transparent;
    font-size: 20px;
    color: var(--black-color);
    background-color: transparent;
    border: 0;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 52%;
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 6px;
    transform: translateY(-50%);
}

.blog-sidebar .about-widget {
    text-align: center;
    background: #f4f6f8;
    padding: 45px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1200px) {
    .blog-sidebar .about-widget {
        padding: 35px 20px;
    }
}

.blog-sidebar .about-widget .img-holder {
    margin: 0 auto;
    margin-bottom: 25px;
    width: 140px;
    height: 140px;
}

.blog-sidebar .about-widget .img-holder img {
    border-radius: 50%;
    width: 100%;
}

.blog-sidebar .about-widget ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

.blog-sidebar .about-widget ul li {
    margin-right: 10px;
}

.blog-sidebar .about-widget ul li:last-child {
    margin-right: 0;
}

.blog-sidebar .about-widget ul li a {
    text-decoration: none;
    display: block;
    width: 42px;
    height: 37px;
    line-height: 37px;
    background-color: transparent;
    color: #7d7e80;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease-in-out;
}

.blog-sidebar .about-widget ul li a:hover {
    background-color: var(--primary-color);
    border: 1px solid transparent;
    color: var(--white-color);
}

.blog-sidebar .about-widget h4 {
    margin-bottom: 5px;
    color: #16171a;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-sidebar .about-widget span {
    color: #727a7d;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
    display: block;
}

.blog-sidebar .about-widget p {
    color: #5e5f63;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 30px;
}

.blog-sidebar .about-widget a {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    color: var(--black-color);
    text-decoration: underline;
}

.blog-sidebar .about-widget a:hover {
    color: var(--primary-color);
}

.blog-sidebar .category-widget {
    background: #f4f6f8;
    padding: 40px 30px;
}

@media (max-width: 1200px) {
    .blog-sidebar .category-widget {
        padding: 35px 20px;
    }
}

.blog-sidebar .category-widget ul {
    list-style: none;
}

.blog-sidebar .category-widget ul li {
    font-size: 19px;
    position: relative;
}

@media (max-width: 767px) {
    .blog-sidebar .category-widget ul li {
        font-size: 16px;
        font-size: 1.0666666667rem;
    }
}

.blog-sidebar .category-widget ul li span {
    position: absolute;
    right: 15px;
}

.blog-sidebar .category-widget ul > li + li {
    margin-top: 20px;
}

.blog-sidebar .category-widget ul a {
    display: block;
    font-size: 16px;
    color: #445658;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 12px 15px;
    background: var(--white-color);
    border-radius: 2px;
    border: 1px solid #f8f1ee;
}

.blog-sidebar .category-widget ul a span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}

@media (max-width: 767px) {
    .blog-sidebar .category-widget ul a span {
        font-size: 14px;
        font-size: 0.9333333333rem;
    }
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before,
.blog-sidebar .category-widget ul li .active {
    color: var(--white-color);
    background: var(--primary-color);
}

.blog-sidebar .recent-post-widget {
    background: #f4f6f8;
    padding: 40px 30px;
}

@media (max-width: 1200px) {
    .blog-sidebar .recent-post-widget {
        padding: 35px 20px;
    }
}

.blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
    margin-top: 15px;
    padding-top: 15px;
}

.blog-sidebar .recent-post-widget .post .img-holder {
    width: 100px;
    float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
    width: 100%;
}

.blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 100px);
    float: left;
    padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
    margin: 0 0 0.3em;
    color: #16171a;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .blog-sidebar .recent-post-widget .post h4 {
        font-size: 16px;
    }
}

.blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: var(--black-color);
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
    color: var(--primary-color);
}

.blog-sidebar .recent-post-widget .post .details .date {
    color: #535353;
    color: #888686;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}

.blog-sidebar .recent-post-widget .post .details .date i {
    display: inline-block;
    padding-right: 7px;
    color: var(--primary-color);
}

.blog-sidebar .wpo-instagram-widget ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.blog-sidebar .wpo-instagram-widget ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 5px;
    padding: 0px 3px;
}

.blog-sidebar .wpo-instagram-widget ul li img {
    width: 100%;
    border-radius: 6px;
}

.blog-sidebar .tag-widget {
    background: #f4f6f8;
    padding: 40px 30px;
}

@media (max-width: 1200px) {
    .blog-sidebar .tag-widget {
        padding: 35px 20px;
    }
}

.blog-sidebar .tag-widget ul {
    overflow: hidden;
    list-style: none;
}

.blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
    font-size: 15px;
    text-transform: capitalize;
    display: inline-block;
    padding: 5px 18px;
    color: #77787b;
    background: var(--white-color);
}

.blog-sidebar .tag-widget ul li a:hover {
    background: #18322e;
    color: var(--white-color);
}

.blog-sidebar .contact-widget {
    border: 0;
    background: url(../images/bg-2.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    z-index: 1;
    padding: 120px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.blog-sidebar .contact-widget:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.54);
    content: "";
    z-index: -1;
}

@media (max-width: 1200px) {
    .blog-sidebar .contact-widget {
        padding: 40px 20px;
    }
}

.blog-sidebar .contact-widget span {
    color: var(--white-color);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 10px;
}

.blog-sidebar .contact-widget h2 {
    color: var(--white-color);
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .blog-sidebar .contact-widget h2 {
        font-size: 31px;
        line-height: 40px;
    }
}

.blog-sidebar .contact-widget p {
    color: var(--white-color);
    font-size: 18px;
}

.blog-sidebar .contact-widget .theme-btn,
.blog-sidebar .contact-widget .view-cart-btn {
    margin-top: 100px;
}

@media (max-width: 1200px) {
    .blog-sidebar .contact-widget .theme-btn,
    .blog-sidebar .contact-widget .view-cart-btn {
        margin-top: 20px;
    }
}

.blog-sidebar .contact-widget .shape {
    position: absolute;
    left: 45%;
    bottom: 22%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
    .blog-sidebar .contact-widget .shape {
        display: none;
    }
}

/**** pagination ****/
.pagination-wrapper {
    text-align: center;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 40px;
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: 600;
    color: var(--black-color);
    background: #ebf4fc;
    display: block;
}

@media (max-width: 991px) {
    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        font-size: 1rem;
    }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.pagination-wrapper .pg-pagination .fi:before {
    font-size: 17px;
}

.pagination-wrapper-left {
    text-align: left;
}

.pagination-wrapper-right {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }
}

.service-sidebar {
    margin-right: 10px;
}

@media (max-width: 1199px) {
    .service-sidebar {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .service-sidebar {
        margin-top: 50px;
        max-width: 450px;
    }
}

.service-catagory ul li {
    margin-bottom: 13px;
}

.service-catagory ul li a {
    border-radius: 10px;
    background: #f1f1f1;
    color: #16171a;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 40px;
    display: block;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    position: relative;
}

@media (max-width: 575px) {
    .service-catagory ul li a {
        padding: 10px 20px;
    }
}

.service-catagory ul li a i {
    width: 32px;
    height: 32px;
    line-height: 36px;
    text-align: center;
    color: var(--primary-color);
    margin-right: 20px;
}

@media (max-width: 575px) {
    .service-catagory ul li a i {
        margin-right: 10px;
    }
}

.service-catagory ul li a::before {
    position: absolute;
    right: 40px;
    top: 33px;
    transform: translateY(-50%);
    content: "\f123";
    font-family: flaticon_aidus !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
    .service-catagory ul li a::before {
        right: 20px;
    }
}

.service-catagory ul li a:hover,
.service-catagory ul li a.active {
    background: #18322e;
    color: var(--white-color);
}

.service-catagory ul li a:hover::before,
.service-catagory ul li a.active::before {
    opacity: 1;
    visibility: visible;
}

.service-info {
    padding: 40px 20px;
    text-align: center;
    width: 100%;
    margin-top: 40px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.87);
}

.service-info .icon {
    width: 88px;
    height: 76px;
    line-height: 76px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.09);
    color: var(--white-color);
    font-size: 35px;
    display: inline-block;
    margin-bottom: 30px;
}

.service-info h2 {
    color: var(--white-color);
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    max-width: 244px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.service-info span {
    color: var(--white-color);
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1.95px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.service-info .num span {
    border-radius: 24px;
    background: var(--primary-color);
    color: var(--white-color);
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    display: block;
    padding: 8px 10px;
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/*-- 2.1 topbar --*/
.topbar {
    padding: 0 255px;
    background: #ebebeb;
}

@media (max-width: 1700px) {
    .topbar {
        padding: 0 100px;
    }
}

@media (max-width: 1500px) {
    .topbar {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .topbar .contact-info {
        text-align: center;
    }
}

.contact-into .login-btn {
    background: var(--primary-color);
    color: var(--white-color);
    display: inline-block;
    padding: 4px 16px;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-family: "Inter", sans-serif;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.75px;
    overflow: hidden;
}

.topbar .contact-info li {
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
}

@media (max-width: 991px) {
    .topbar .contact-info li {
        padding-bottom: 0;
    }
}

.topbar .contact-info li i {
    color: #ed6637;
    padding-right: 7px;
}

.topbar .contact-info li:last-child i {
    font-size: 13px;
}

.topbar .contact-info li span {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.topbar .contact-info li:last-child {
    padding-left: 35px;
}

@media (max-width: 575px) {
    .topbar .contact-info li:last-child {
        padding-left: 0;
    }
}

.topbar .contact-into {
    display: flex;
    align-items: center;
    justify-content: end;
    line-height: 40px;
}

@media (max-width: 991px) {
    .topbar .contact-into {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .topbar .contact-into {
        flex-wrap: wrap;
    }
}

.topbar .pryment-selector {
    padding-left: 10px;
}

@media (max-width: 757px) {
    .topbar .pryment-selector {
        padding-left: 10px;
    }
}

@media (max-width: 575px) {
    .topbar .pryment-selector {
        padding-left: 0;
    }
}

.topbar .social-media {
    padding-left: 20px;
}

@media (max-width: 340px) {
    .topbar .social-media {
        padding-bottom: 10px;
        padding-left: 0;
    }
}

.topbar .social-media li {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .topbar .social-media li {
        font-size: 14px;
    }
}

.topbar .social-media li a {
    padding: 0 8px;
    color: rgba(0, 0, 0, 0.72);
    transition: all 0.3s ease-in-out;
}

.topbar .social-media li a:hover {
    color: #ed6637;
}

.topbar .social-media li:last-child {
    padding-right: 0;
}

.topbar .language-selector {
    position: relative;
    display: inline;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .topbar .language-selector {
        font-size: 14px;
    }
}

.topbar .language-selector select {
    display: none;
}

.topbar .language-selector .custom-select {
    position: relative;
    display: inline;
    cursor: pointer;
    padding: 10px;
    padding-right: 20px;
}

.topbar .custom-arrow {
    position: absolute;
    right: 0;
    top: 2px;
    padding-left: 5px;
    color: #000;
    font-size: 15px;
}

@media (max-width: 575px) {
    .topbar .custom-arrow {
        font-size: 14px;
        padding-left: 2px;
    }
}

.topbar .language-selector .custom-select img {
    vertical-align: middle;
    margin-right: 5px;
}

.topbar .language-selector .custom-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 4px;
    z-index: 111111;
}

.topbar .language-selector .custom-options div {
    padding: 6px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.topbar .language-selector .custom-options div img {
    margin-right: 5px;
}

.topbar .language-selector .custom-options div:hover {
    background-color: #f0f0f0;
}

.topbar .language-selector.active .custom-options {
    display: block;
}

.topbar .pryment-selector select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 15px;
    padding-left: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid transparent;
    background: transparent;
    background-image: none;
    cursor: pointer;
    position: relative;
}

@media (max-width: 575px) {
    .topbar .pryment-selector select {
        font-size: 14px;
    }
}

.topbar .pryment-selector select:focus-visible {
    outline: 0px;
}

.topbar .pryment-selector select option {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .topbar .pryment-selector select option {
        font-size: 14px;
    }
}

.topbar .pryment-selector {
    position: relative;
    display: inline-block;
}

.topbar .pryment-selector::after {
    font-family: themify;
    content: "\e64b";
    color: #000;
    font-size: 15px;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* midbar */
.midbar {
    padding: 0 255px;
}

.midbar {
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1700px) {
    .midbar {
        padding: 0 100px;
    }
}

@media (max-width: 1500px) {
    .midbar {
        padding: 0 10px;
    }
}

.midbar .logo-mid {
    max-width: 126px;
    max-height: 60px;
    position: relative;
}

.midbar .logo-mid img {
    height: 60px;
    position: relative;
}

.midbar .logo-mid::after {
    content: "";
    height: 60px;
    width: 3px;
    background: var(--primary-color-dim);
    position: absolute;
    right: -10px;
}

@media (max-width: 991px) {
    .midbar .logo-mid,
    .logo_text {
        display: none;
    }

    .topbar {
        padding: 5px 10px;
    }
}

.midbar ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

@media (max-width: 991px) {
    .midbar ul {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .midbar {
        height: auto;
        flex-wrap: wrap;
    }
    .midbar .midbar_right_sec {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .midbar ul {
        /* flex-wrap: wrap; */
        display: none;
    }
}

.midbar ul li {
    display: flex;
    align-items: center;
    margin-left: 50px;
    padding: 10px 0;
}

@media (max-width: 757px) {
    .midbar ul li {
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .midbar ul li {
        width: 100%;
        display: block;
    }
}

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

.midbar ul li .icon {
    padding-right: 8px;
}

.midbar ul li .icon i {
    font-size: 37px;
    color: var(--primary-color);
}

@media (max-width: 991px) {
    .midbar ul li .icon i {
        font-size: 25px;
    }
}

.midbar ul li .text h3 {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .midbar ul li .text h3 {
        margin-bottom: 0;
    }
}

.midbar ul li .text span {
    color: #222;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

/* 2.2 navigation */
.wpo-site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
    /*** cart-search-contact ***/
    z-index: 12;
    position: relative;
}

.wpo-site-header .navigation {
    background-color: var(--white-color);
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -400px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    box-shadow: 0 -5px 15px rgba(8, 106, 216, 0.2901960784);
}

.sticky-on {
    opacity: 1;
    top: 0;
    visibility: visible;
}

.wpo-site-header .navigation > .container {
    position: relative;
}

.wpo-site-header {
    padding: 0 150px;
}

@media (max-width: 1700px) {
    .wpo-site-header {
        padding: 0 100px;
    }
}

@media (max-width: 1500px) {
    .wpo-site-header {
        padding: 0 10px;
    }
}

.wpo-site-header .row {
    width: 100%;
}

@media (max-width: 991px) {
    .wpo-site-header .navigation {
        padding: 10px 0;
    }
}

.wpo-site-header #navbar {
    transition: all 0.5s;
}

.wpo-site-header #navbar > ul li a:hover,
.wpo-site-header #navbar > ul li a:focus {
    text-decoration: none;
    color: var(--primary-color);
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar {
        /*** hover effect ***/
    }

    .wpo-site-header #navbar li {
        position: relative;
    }

    .wpo-site-header #navbar > ul > li > a:hover:before,
    .wpo-site-header #navbar > ul > li > a.active:before {
        opacity: 1;
        visibility: visible;
    }

    .wpo-site-header
        #navbar
        > ul
        > li
        > .sub-menu
        > .menu-item-has-children
        > a {
        position: relative;
    }

    .wpo-site-header
        #navbar
        > ul
        > li
        > .sub-menu
        > .menu-item-has-children
        > a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 58%;
        transform: translateY(-50%);
    }

    .wpo-site-header #navbar > ul > li:hover > .sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

    .wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}

.wpo-site-header .container-fluid {
    padding-right: 0;
}

@media (max-width: 991px) {
    .wpo-site-header {
        /* class for show hide navigation */
    }

    .wpo-site-header .container {
        width: 100%;
        max-width: 100%;
    }

    .wpo-site-header .header-right {
        right: -10px;
    }

    .wpo-site-header .navbar-header button span {
        background-color: var(--white-color);
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .wpo-site-header .navbar-header button span:last-child {
        margin: 0;
    }
}

.wpo-site-header #navbar ul {
    list-style: none;
    width: 100%;
    justify-content: space-between;
}

@media screen and (max-width: 1400px) {
    .wpo-site-header #navbar ul {
        justify-content: center;
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .wpo-site-header #navbar {
        top: 0;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .wpo-site-header #navbar > ul {
        z-index: 101;
    }

    .wpo-site-header #navbar ul a {
        color: #000;
    }

    .wpo-site-header #navbar ul a:hover,
    .wpo-site-header #navbar ul li.current a {
        color: var(--primary-color);
    }

    .wpo-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }

    .wpo-site-header .navbar-toggler .first-angle,
    .wpo-site-header .navbar-toggler .last-angle {
        transition: all 0.3s;
    }

    .wpo-site-header .x-close .middle-angle {
        opacity: 0;
    }

    .wpo-site-header .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px;
    }

    .wpo-site-header .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px;
    }
}

@media (max-width: 767px) {
    .wpo-site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .wpo-site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .wpo-site-header .navbar-collapse.collapse {
        display: none;
    }

    .wpo-site-header .navbar-collapse.collapse.in {
        display: block;
    }

    .wpo-site-header .navbar-header .collapse,
    .wpo-site-header .navbar-toggle {
        display: block;
    }

    .wpo-site-header .navbar-header {
        float: none;
        position: relative;
        z-index: 99;
        text-align: center;
    }

    .wpo-site-header .navbar-right {
        float: none;
    }

    .wpo-site-header .navbar-nav {
        float: none;
    }

    .wpo-site-header .navbar-nav > li {
        float: none;
    }
}

.wpo-site-header .header-right {
    display: flex;
    justify-content: flex-end;
    z-index: 991;
    position: relative;
    align-items: center;
    height: 100px;
}

.wpo-site-header .header-right button {
    padding: 0;
    border: 0;
    outline: 0;
}

.wpo-site-header .header-right > div {
    float: left;
    position: relative;
    margin-right: 8px;
}

.wpo-site-header .header-right .close-form .theme-btn,
.wpo-site-header .header-right .close-form .view-cart-btn {
    padding: 18px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.wpo-site-header .header-right .close-form .theme-btn::after,
.wpo-site-header .header-right .close-form .view-cart-btn::after {
    background: #ffb40a;
}

@media (max-width: 1400px) {
    .wpo-site-header .header-right .close-form .theme-btn,
    .wpo-site-header .header-right .close-form .view-cart-btn {
        padding: 10px 15px;
        font-size: 15px;
    }
}

@media (max-width: 450px) {
    .wpo-site-header .header-right > div {
        margin-right: 10px;
    }

    .wpo-site-header .header-right {
        right: -30px;
    }
}

.wpo-site-header .header-right > div:last-child {
    margin: 0 0 0 30px;
    position: relative;
}

.wpo-site-header .header-right > div:last-child::before {
    position: absolute;
    height: 98%;
    content: "";
    width: 1px;
    left: -20px;
    background: rgba(255, 255, 255, 0.21);
}

@media (max-width: 767px) {
    .wpo-site-header .header-right > div:last-child {
        margin: 3px 0 0 10px;
    }
}

.wpo-site-header .header-right .header-search-form-wrapper {
    position: relative;
}

.wpo-site-header .header-right .header-search-form-wrapper i {
    font-size: 22px;
}

.wpo-site-header .header-right .header-search-form i {
    font-size: 22px;
}

@media (max-width: 450px) {
    .wpo-site-header .header-right .cart-toggle-btn {
        display: none;
    }
}

.wpo-site-header .header-right .search-toggle-btn,
.wpo-site-header .header-right .cart-toggle-btn {
    background-color: rgba(7, 1, 67, 0.05);
    color: var(--white-color);
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
}

@media (max-width: 1200px) {
    .wpo-site-header .header-right .search-toggle-btn,
    .wpo-site-header .header-right .cart-toggle-btn {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 991px) {
    .wpo-site-header .header-right .search-toggle-btn,
    .wpo-site-header .header-right .cart-toggle-btn {
        width: 40px;
        height: 40px;
    }
}

.wpo-site-header .header-right .search-toggle-btn .fi,
.wpo-site-header .header-right .cart-toggle-btn .fi {
    font-size: 20px;
}

@media (max-width: 991px) {
    .wpo-site-header .header-right .search-toggle-btn .fi:before,
    .wpo-site-header .header-right .cart-toggle-btn .fi:before {
        font-size: 16px;
    }
}

.wpo-site-header .header-right .search-toggle-btn .ti-close,
.wpo-site-header .header-right .cart-toggle-btn .ti-close {
    display: block;
    line-height: 20px;
    position: relative;
    top: -2px;
}

/*  */
/* From Uiverse.io by vinodjangid07 */
.InputContainer {
    height: 46.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    padding-left: 15px;
    border: 1px solid var(--primary-color);
}

@media screen and (max-width: 767px) {
    .InputContainer {
        height: 45px;
    }
}

.input {
    width: 100%;
    max-width: 200px;
    height: 100%;
    border: none;
    outline: none;
    font-size: 0.9em;
    caret-color: var(--primary-color);
}

.labelforsearch {
    cursor: text;
    padding: 0px 12px;
}

.searchIcon {
    width: 13px;
}

.border {
    height: 40%;
    width: 1.3px;
    background-color: rgb(223, 223, 223);
}

.micIcon {
    width: 12px;
}

.micButton {
    padding: 0px 15px 0px 12px;
    border: none;
    background-color: transparent;
    height: 40px;
    cursor: pointer;
    transition-duration: 0.3s;
}

.searchIcon path {
    fill: rgb(114, 114, 114);
}

.micIcon path {
    fill: var(--dark-bg);
}

.micButton:hover {
    background-color: rgb(255, 230, 230);
    transition-duration: 0.3s;
}

/*  */

/*** cart-search-contact ***/
.cart-search-contact button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}

.cart-search-contact .fi {
    font-size: 30px;
}

.cart-search-contact > div {
    float: left;
    position: relative;
}

.cart-search-contact > div + div {
    margin-left: 12px;
}

.cart-search-contact .header-search-form {
    position: absolute;
    width: 350px;
    right: 0;
    top: 75px;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    background: var(--white-color);
    padding: 30px;
    border-radius: 6px;
    transition: all 0.5s;
    box-shadow: -2px 18px 40px -9px rgb(153, 153, 153);
}

@media (max-width: 991px) {
    .cart-search-contact .header-search-form {
        top: 65px;
    }
}

@media (max-width: 767px) {
    .cart-search-contact .header-search-form {
        right: 15px;
    }
}

@media (max-width: 575px) {
    .cart-search-contact .header-search-form {
        width: 260px;
        padding: 15px;
    }
}

.cart-search-contact .header-search-form-wrapper .fi:before {
    font-size: 18px;
}

.cart-search-contact form div {
    position: relative;
}

.cart-search-contact form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.cart-search-contact form div button .fi:before {
    font-size: 18px !important;
}

.cart-search-contact input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #dfdfdf;
}

.cart-search-contact input:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.wpo-site-header .header-right .header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
    transform: scale(1);
}

.mini-cart .cart-count {
    background: var(--primary-color);
    width: 18px;
    height: 18px;
    font-size: 10px;
    font-size: 0.5333333333rem;
    line-height: 18px;
    color: white;
    position: absolute;
    top: -2px;
    right: -5px;
    border-radius: 50%;
    font-weight: 600;
}

.mini-cart-content {
    background: var(--white-color);
    width: 320px;
    height: 100%;
    z-index: 100;
    position: fixed;
    right: -320px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    box-shadow: -2px 18px 40px -9px rgb(153, 153, 153);
}

@media (max-width: 575px) {
    .mini-cart-content {
        width: 290px;
    }
}

.mini-cart-content .mini-cart-close {
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    font-size: 0px;
    text-align: center;
    overflow: hidden;
    position: relative;
    float: right;
    line-height: 54px;
    border-radius: 3px;
    right: 10px;
    top: 20px;
}

.mini-cart-content .mini-cart-close i {
    font-size: 15px;
}

.mini-cart-content p {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--black-color);
    margin: 0;
    text-transform: uppercase;
}

.mini-cart-content .mini-cart-items {
    padding: 100px 20px 25px;
}

.mini-cart-content .mini-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef;
}

.mini-cart-content .mini-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.mini-cart-content .mini-cart-item-image {
    width: 50px;
    height: 50px;
    border: 2px solid #f3f3f3;
    float: left;
    margin-right: 15px;
}

.mini-cart-content .mini-cart-item-image a,
.mini-cart-content .mini-cart-item-image img {
    display: block;
    width: 46px;
    height: 46px;
}

.mini-cart-content .mini-cart-item-des {
    position: relative;
    overflow: hidden;
}

.mini-cart-content .mini-cart-item-des a {
    font-size: 14px;
    font-size: 0.9333333333rem;
    font-weight: 600;
    text-align: left;
    color: var(--black-color);
}

.mini-cart-content .mini-cart-item-des a:hover {
    color: var(--primary-color);
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
    font-size: 13px;
    font-size: 0.8666666667rem;
    color: #888;
    display: block;
    margin-top: 3px;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
    font-size: 12px;
    font-size: 0.8rem;
    color: #444;
    display: block;
    position: absolute;
    right: 0;
    top: 6px;
}

.mini-cart-content .visible-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    opacity: 0.02;
    z-index: -1;
}

.mini-cart-content .mini-cart-action {
    padding: 20px 0 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.mini-cart-content .mini-cart-action .theme-btn-s2 {
    float: right;
}

.mini-cart-content .mini-cart-action .mini-btn {
    width: 240px;
}

.mini-cart-content .mini-cart-action .mini-checkout-price {
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: 600;
    color: var(--black-color);
    display: block;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mini-cart-content .mini-cart-action .mini-checkout-price span {
    color: #c79652;
    font-size: 20px;
}

.mini-cart-content-toggle,
.mini-wislist-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
}

@media (max-width: 991px) {
    .page-wrapper {
        transition: all 0.3s;
    }

    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        transition: all 0.3s;
    }
}

.header-search-area {
    background: var(--white-color);
    width: 100%;
    padding: 100px 0;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.header-search-area h3 {
    font-size: 45px;
    margin: 0 0 1em;
}

.header-search-area form {
    position: relative;
}

.header-search-area input {
    height: 50px;
    font-size: 18px;
    font-size: 1.2rem;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    box-shadow: none;
}

.header-search-area input:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.header-search-area form button {
    background: transparent;
    border: 0;
    font-size: 20px;
    font-size: 1.33333rem;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.header-search-area form button:focus {
    border: none;
    outline: none;
}

.header-search-area .close-form {
    position: absolute;
    right: 35px;
    top: 35px;
    bottom: auto;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}

.header-search-area .close-form button {
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 13px;
    font-size: 0.86667rem;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    z-index: 99;
}

.header-search-area .close-form button:focus {
    border: 0;
    outline: 0;
}

.wpo-site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
}

.wpo-site-header .navigation {
    background: var(--secondary-color);
}

@media (max-width: 991px) {
    .wpo-site-header .navigation {
        border-radius: 0;
    }
}

.wpo-site-header .navigation > .container {
    position: relative;
}

.wpo-site-header #navbar {
    transition: all 0.5s;
}

.wpo-site-header #navbar > ul li a:hover,
.wpo-site-header #navbar > ul li a:focus {
    text-decoration: none;
    color: var(--primary-color);
    text-decoration: underline;
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar {
        /*** hover effect ***/
    }

    .wpo-site-header #navbar li {
        position: relative;
    }

    .wpo-site-header #navbar > ul > li > a {
        font-size: 17px;
        padding: 20px 15px;
        display: block;
        color: var(--white-color);
        position: relative;
        font-weight: 500;
        text-transform: capitalize;
    }
}

@media screen and (min-width: 992px) and (max-width: 1870px) {
    .wpo-site-header #navbar > ul > li > a {
        padding: 20px 8px;
    }
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar > ul .sub-menu {
        background-color: var(--white-color);
        box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
        width: 225px;
        position: absolute;
        padding: 20px 0;
        left: 0;
        top: 110%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        transform: scaleY(0);
        transform-origin: center top 0;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }

    .wpo-site-header #navbar > ul > li .sub-menu a {
        font-size: 16px;
        display: block;
        padding: 10px 15px;
        color: var(--black-color);
        position: relative;
        overflow: hidden;
        font-weight: 500;
        text-transform: capitalize;
    }

    .wpo-site-header #navbar > ul > li .sub-menu a:hover:after,
    .wpo-site-header #navbar > ul > li .sub-menu a.active:after {
        width: 40px;
        opacity: 1;
        visibility: visible;
    }

    .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu {
        left: 110%;
        top: 0;
        transition: all 0.3s;
        transform: none;
        transform-origin: none;
        transition: all 0.3s ease-in-out 0s;
    }

    .wpo-site-header
        #navbar
        > ul
        > li
        > .sub-menu
        > .menu-item-has-children
        > a {
        position: relative;
    }

    .wpo-site-header
        #navbar
        > ul
        > li
        > .sub-menu
        > .menu-item-has-children
        > a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.7333333333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .wpo-site-header #navbar > ul > li:hover > .sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
        transform: scaleY(100%);
        -webkit-transform: scaleY(100%);
    }

    .wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .wpo-site-header #navbar > ul > li a {
        display: block;
        font-size: 15px;
        font-size: 1rem;
        color: var(--white-color);
        font-weight: 600;
    }

    .wpo-site-header #navbar > ul > li a:hover,
    .wpo-site-header #navbar > ul > li a.active {
        color: var(--white-color);
    }

    .wpo-site-header #navbar > ul .sub-menu > li:last-child {
        border-bottom: 0;
    }

    .wpo-site-header #navbar > ul > li > .sub-menu a {
        padding: 8px 15px 8px 45px;
    }

    .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }

    .wpo-site-header #navbar > ul .menu-item-has-children > a {
        position: relative;
        color: #ddd;
    }

    .wpo-site-header #navbar > ul .menu-item-has-children > a:hover,
    .wpo-site-header #navbar > ul .menu-item-has-children > a.active {
        color: var(--white-color);
    }

    .wpo-site-header #navbar > ul .menu-item-has-children > a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.7333333333rem;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s;
    }

    .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate:before {
        transform: rotate(90deg);
        top: 29%;
    }

    .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate {
        color: var(--white-color);
    }
}

@media screen and (min-width: 992px) {
    .wpo-site-header .navbar-header .open-btn {
        display: none;
    }

    .wpo-site-header #navbar .close-navbar {
        display: none;
    }
}

.wpo-site-header .menu-close {
    display: none;
}

.wpo-site-header .navbar-header {
    display: none;
}

@media (max-width: 991px) {
    .wpo-site-header {
        /* class for show hide navigation */
    }

    .wpo-site-header .container {
        width: 100%;
    }

    .wpo-site-header .navbar-header {
        display: block;
    }

    .wpo-site-header .mobail-menu button {
        background-color: var(--primary-color);
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: relative;
        z-index: 20;
    }

    .wpo-site-header .mobail-menu button:focus {
        outline: none;
        box-shadow: none;
    }

    .wpo-site-header .mobail-menu button span {
        background-color: var(--white-color);
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .wpo-site-header .mobail-menu button span:last-child {
        margin: 0;
    }

    .wpo-site-header #navbar {
        background: var(--secondary-color);
        display: block !important;
        width: 300px;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        position: fixed;
        left: -320px;
        top: 0px;
        z-index: 999999;
        opacity: 0;
        visibility: hidden;
    }

    .wpo-site-header #navbar .navbar-nav {
        display: block;
    }

    .wpo-site-header #navbar > ul {
        position: relative;
        z-index: 101;
    }

    .wpo-site-header #navbar ul a {
        color: #000;
    }

    .wpo-site-header #navbar ul a:hover,
    .wpo-site-header #navbar ul li.current a {
        color: var(--primary-color);
    }

    .wpo-site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
        padding-bottom: 60px;
    }

    .wpo-site-header #navbar .close-navbar {
        background-color: var(--white-color);
        width: 40px;
        height: 40px;
        color: #000;
        border: 0;
        outline: none;
        position: absolute;
        left: -41px;
        top: 90px;
        z-index: 20;
    }

    .wpo-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }

    .wpo-site-header .menu-close {
        display: block;
        z-index: 99;
        background: none;
        text-align: center;
        color: var(--white-color);
        border: 0;
        text-align: center;
        margin-left: auto;
        margin-top: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid var(--white-color);
    }

    .wpo-site-header .slideInn {
        left: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .wpo-site-header .navbar-toggler .first-angle,
    .wpo-site-header .navbar-toggler .last-angle {
        transition: all 0.3s;
    }

    .wpo-site-header .x-close .middle-angle {
        opacity: 0;
    }

    .wpo-site-header .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px;
    }

    .wpo-site-header .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px;
    }
}

@media (max-width: 767px) {
    .wpo-site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .wpo-site-header #navbar .navbar-nav {
        margin: 0;
    }
}

.wpo-site-header .navbar-header .navbar-brand {
    display: block;
}

.logo_text {
    color: var(--secondary-color);
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
}

.wpo-site-header .navbar-header .navbar-brand img {
    max-width: 170px;
}

@media (max-width: 991px) {
    .wpo-site-header .navbar-collapse.collapse {
        display: none;
    }

    .wpo-site-header .navbar-collapse.collapse.in {
        display: block;
    }

    .wpo-site-header .navbar-header .collapse,
    .wpo-site-header .navbar-toggle {
        display: block;
    }

    .wpo-site-header .navbar-header {
        float: none;
    }

    .wpo-site-header .navbar-right {
        float: none;
    }

    .wpo-site-header .navbar-nav {
        float: none;
    }

    .wpo-site-header .navbar-nav > li {
        float: none;
    }
}

@media (max-width: 440px) {
    .wpo-site-header .navbar-header .navbar-brand img {
        max-width: 170px;
    }
}

@media (max-width: 370px) {
    .wpo-site-header .navbar-header .navbar-brand img {
        max-width: 140px;
    }
}

@media (max-width: 1500px) {
    .wpo-site-header #navbar > ul > li > a {
        padding: 30px 15px;
    }

    .wpo-site-header {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .wpo-site-header {
        padding: 0;
    }
}

@media (max-width: 1400px) {
    .wpo-site-header #navbar > ul > li > a {
        padding: 13px 10px;
        font-size: 16px;
    }
}

@media (max-width: 1100px) {
    .wpo-site-header #navbar > ul > li > a {
        padding: 13px 5px;
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    .wpo-site-header #navbar > ul > li > a {
        padding: 13px 6px;
        font-size: 14px;
    }

    .wpo-site-header .header-right .theme-btn,
    .wpo-site-header .header-right .view-cart-btn {
        display: none;
    }
}

@media (max-width: 991px) {
    .wpo-site-header #navbar > ul > li > a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .header-right .theme-btn,
    .header-right .view-cart-btn {
        padding: 20px 12px;
    }

    .wpo-site-header .header-right .close-form {
        display: none;
    }
}

@media (max-width: 991px) {
    .wpo-site-header #navbar > ul > li > a {
        padding: 15px 30px;
    }
}

@media (max-width: 991px) {
    .wpo-site-header,
    .wpo-header-style-2 {
        z-index: 99999;
    }
}

.wpo-site-header .navigation.sticky-header {
    padding: 0 130px;
}

@media (max-width: 1700px) {
    .wpo-site-header .navigation.sticky-header {
        padding: 0 50px;
    }
}

@media (max-width: 1400px) {
    .wpo-site-header .navigation.sticky-header {
        padding: 0 20px;
    }
}

@media (max-width: 1024px) {
    .wpo-site-header .navigation.sticky-header {
        padding: 0;
    }
}

/* @media (max-width: 991px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 20px;
  }
} */
@media (max-width: 575px) {
    .wpo-site-header .navigation.sticky-header {
        padding: 20px 10px;
    }
}

/* header-s2 */
.header-s2,
.header-s3 {
    position: relative;
    z-index: 11;
}

.header-s2 .topbar,
.header-s3 .topbar {
    background: transparent;
}

.header-s2 .topbar .contact-info li span,
.header-s3 .topbar .contact-info li span {
    color: var(--white-color);
}

.header-s2 .topbar .social-media,
.header-s3 .topbar .social-media {
    padding-left: 0px;
    margin-right: 5px;
    border-radius: 22px;
    background: rgba(217, 217, 217, 0.12);
    padding: 6px;
    padding-bottom: 2px;
}

.header-s2 .topbar .social-media li a,
.header-s3 .topbar .social-media li a {
    padding: 0 8px;
    color: var(--white-color);
}

.header-s2 .topbar .social-media li a:hover,
.header-s3 .topbar .social-media li a:hover {
    color: #ffb302;
}

.header-s2 .topbar .pryment-selector,
.header-s3 .topbar .pryment-selector {
    padding-right: 10px;
}

.header-s2 .topbar .pryment-selector select,
.header-s3 .topbar .pryment-selector select {
    color: var(--white-color);
    font-family: "Manrope", sans-serif;
}

.header-s2 .topbar .pryment-selector::after,
.header-s3 .topbar .pryment-selector::after {
    color: var(--white-color);
    right: 5px;
    font-size: 12px;
}

.header-s2 .topbar .language-selector,
.header-s3 .topbar .language-selector {
    color: var(--white-color);
    font-family: "Manrope", sans-serif;
}

.header-s2 .topbar .language-selector .custom-options div,
.header-s3 .topbar .language-selector .custom-options div {
    color: #000;
}

.header-s2 .topbar .custom-arrow,
.header-s3 .topbar .custom-arrow {
    color: var(--white-color);
    font-size: 12px;
    top: 4px;
}

.header-s2 .topbar .language-selector .custom-select img,
.header-s3 .topbar .language-selector .custom-select img {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.12);
    border-radius: 100px;
}

.header-s2 .wpo-site-header,
.header-s3 .wpo-site-header {
    padding: 0 215px;
}

@media (max-width: 1799px) {
    .header-s2 .wpo-site-header,
    .header-s3 .wpo-site-header {
        padding: 0 180px;
    }
}

@media (max-width: 1720px) {
    .header-s2 .wpo-site-header,
    .header-s3 .wpo-site-header {
        padding: 0 150px;
    }
}

@media (max-width: 1699px) {
    .header-s2 .wpo-site-header,
    .header-s3 .wpo-site-header {
        padding: 0 100px;
    }
}

@media (max-width: 1550px) {
    .header-s2 .wpo-site-header,
    .header-s3 .wpo-site-header {
        padding: 0 50px;
    }
}

@media (max-width: 1500px) {
    .header-s2 .wpo-site-header,
    .header-s3 .wpo-site-header {
        padding: 0 10px;
    }
}

.header-s2 .wpo-site-header .navbar-header,
.header-s3 .wpo-site-header .navbar-header {
    display: block;
}

.header-s2 .wpo-site-header #navbar > ul > li > a,
.header-s3 .wpo-site-header #navbar > ul > li > a {
    color: var(--black-color);
}

@media screen and (min-width: 1400px) {
    .header-s2 .wpo-site-header #navbar > ul > li > a,
    .header-s3 .wpo-site-header #navbar > ul > li > a {
        padding: 35px 18px;
    }
}

@media screen and (max-width: 1399px) {
    .header-s2 .wpo-site-header #navbar > ul > li > a,
    .header-s3 .wpo-site-header #navbar > ul > li > a {
        padding: 30px 9px;
    }
}

@media screen and (max-width: 1199px) {
    .header-s2 .wpo-site-header #navbar > ul > li > a,
    .header-s3 .wpo-site-header #navbar > ul > li > a {
        padding: 25px 5px;
    }
}

@media (max-width: 991px) {
    .header-s2 .wpo-site-header #navbar > ul > li > a,
    .header-s3 .wpo-site-header #navbar > ul > li > a {
        padding: 15px 30px;
        color: var(--white-color);
    }
}

.header-s2 .wpo-site-header .navigation,
.header-s3 .wpo-site-header .navigation {
    border-radius: 0;
    background: transparent;
    padding: 0 50px;
    padding-right: 25px;
}

@media (max-width: 1400px) {
    .header-s2 .wpo-site-header .navigation,
    .header-s3 .wpo-site-header .navigation {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .header-s2 .wpo-site-header .navigation,
    .header-s3 .wpo-site-header .navigation {
        padding: 0;
    }
}

.header-s2 .wpo-site-header .navigation::before,
.header-s3 .wpo-site-header .navigation::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/header-shape.svg) center/cover no-repeat;
    z-index: -1;
}

@media (max-width: 991px) {
    .header-s2 .wpo-site-header .navigation::before,
    .header-s3 .wpo-site-header .navigation::before {
        background: var(--white-color);
    }
}

.header-s2 .wpo-site-header .header-right .close-form .theme-btn,
.header-s2 .wpo-site-header .header-right .close-form .view-cart-btn,
.header-s3 .wpo-site-header .header-right .close-form .theme-btn,
.header-s3 .wpo-site-header .header-right .close-form .view-cart-btn {
    text-transform: capitalize;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
}

@media (max-width: 1199px) {
    .header-s2 .wpo-site-header .header-right .close-form .theme-btn,
    .header-s2 .wpo-site-header .header-right .close-form .view-cart-btn,
    .header-s3 .wpo-site-header .header-right .close-form .theme-btn,
    .header-s3 .wpo-site-header .header-right .close-form .view-cart-btn {
        font-size: 12px;
        display: block;
    }
}

@media (max-width: 991px) {
    .header-s2 .wpo-site-header .header-right .close-form .theme-btn,
    .header-s2 .wpo-site-header .header-right .close-form .view-cart-btn,
    .header-s3 .wpo-site-header .header-right .close-form .theme-btn,
    .header-s3 .wpo-site-header .header-right .close-form .view-cart-btn {
        display: none;
    }
}

.header-s2 .wpo-site-header .header-right .search-toggle-btn,
.header-s3 .wpo-site-header .header-right .search-toggle-btn {
    background: #f2f5f9;
    color: var(--black-color);
}

.header-s2 .wpo-site-header .header-right .cart-toggle-btn,
.header-s3 .wpo-site-header .header-right .cart-toggle-btn {
    color: var(--black-color);
    line-height: 1px;
}

.header-s2 .wpo-site-header .header-right > div,
.header-s3 .wpo-site-header .header-right > div {
    margin-left: 20px;
}

@media (max-width: 450px) {
    .header-s2 .wpo-site-header .header-right > div,
    .header-s3 .wpo-site-header .header-right > div {
        margin: 0;
        margin-right: 5px;
    }
}

.header-s2 .wpo-site-header .header-right > div:last-child::before,
.header-s3 .wpo-site-header .header-right > div:last-child::before {
    left: -95px;
    background: rgba(112, 116, 128, 0.08);
}

@media (max-width: 991px) {
    .header-s2 .wpo-site-header .header-right,
    .header-s3 .wpo-site-header .header-right {
        right: -27px;
    }
}

@media (max-width: 767px) {
    .header-s2 .wpo-site-header .header-right,
    .header-s3 .wpo-site-header .header-right {
        right: -20px;
    }
}

/* header-s3 */
.header-s3 .topbar {
    background: #268a66;
}

.header-s3 .topbar .contact-info li i {
    color: var(--white-color);
}

.header-s3 .topbar .social-media {
    margin-right: 0;
    margin-left: 10px;
    background: transparent;
    padding: 0px;
    padding-bottom: 0px;
}

.header-s3 .wpo-site-header {
    padding: 0 255px;
    background: var(--white-color);
}

@media (max-width: 1799px) {
    .header-s3 .wpo-site-header {
        padding: 0 200px;
    }
}

@media (max-width: 1700px) {
    .header-s3 .wpo-site-header {
        padding: 0 100px;
    }
}

@media (max-width: 1500px) {
    .header-s3 .wpo-site-header {
        padding: 0 10px;
    }
}

.header-s3 .wpo-site-header .sticky-header.sticky-on {
    padding: 0 255px;
}

@media (max-width: 1799px) {
    .header-s3 .wpo-site-header .sticky-header.sticky-on {
        padding: 0 200px;
    }
}

@media (max-width: 1700px) {
    .header-s3 .wpo-site-header .sticky-header.sticky-on {
        padding: 0 100px;
    }
}

@media (max-width: 1500px) {
    .header-s3 .wpo-site-header .sticky-header.sticky-on {
        padding: 0 10px;
    }
}

.header-s3 .wpo-site-header .navigation {
    padding: 0;
    background: var(--white-color);
}

.header-s3 .wpo-site-header .navigation::before {
    display: none;
}

.header-s3 .wpo-site-header .header-right > div {
    margin: 0 10px;
}

.header-s3 .wpo-site-header .header-right > div:last-child {
    margin-right: 0;
}

.header-s3 .wpo-site-header .header-right > div:last-child::before {
    display: none;
}

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*3.1 wpo-hero-slider*/
.wpo-hero-slider,
.static-hero,
.wpo-hero-slider-s2 {
    width: 100%;
    height: calc(100vh - 150px);
    display: flex;
    position: relative;
    z-index: 1;
    margin-top: -40px;
}

@media screen and (max-width: 1400px) {
    .wpo-hero-slider,
    .static-hero,
    .wpo-hero-slider-s2 {
        height: 500px !important;
    }
}

@media screen and (max-width: 1200px) {
    .wpo-hero-slider,
    .static-hero,
    .wpo-hero-slider-s2 {
        height: 400px !important;
    }
}

@media screen and (max-width: 992px) {
    .wpo-hero-slider,
    .static-hero,
    .wpo-hero-slider-s2 {
        height: 300px !important;
    }
}

@media screen and (max-width: 768px) {
    .wpo-hero-slider,
    .static-hero,
    .wpo-hero-slider-s2 {
        height: 250px !important;
    }
}

@media screen and (max-width: 425px) {
    .wpo-hero-slider,
    .static-hero,
    .wpo-hero-slider-s2 {
        height: 200px !important;
    }
}

@media (max-width: 991px) {
    .wpo-hero-slider,
    .static-hero,
    .wpo-hero-slider-s2 {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .wpo-hero-slider,
    .static-hero,
    .wpo-hero-slider-s2 {
        height: 100%;
    }
}

.wpo-hero-slider .swiper-slide,
.static-hero .swiper-slide,
.wpo-hero-slider-s2 .swiper-slide {
    overflow: hidden;
}

.wpo-hero-slider .swiper-container,
.wpo-hero-slider .hero-container,
.static-hero .swiper-container,
.static-hero .hero-container,
.wpo-hero-slider-s2 .swiper-container,
.wpo-hero-slider-s2 .hero-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.wpo-hero-slider .slide-inner,
.wpo-hero-slider .hero-inner,
.static-hero .slide-inner,
.static-hero .hero-inner,
.wpo-hero-slider-s2 .slide-inner,
.wpo-hero-slider-s2 .hero-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.wpo-hero-slider .slide-inner .slide-content,
.wpo-hero-slider .hero-inner .slide-content,
.static-hero .slide-inner .slide-content,
.static-hero .hero-inner .slide-content,
.wpo-hero-slider-s2 .slide-inner .slide-content,
.wpo-hero-slider-s2 .hero-inner .slide-content {
    padding-top: 35px;
    padding-left: 240px;
    z-index: 11;
    position: relative;
}

@media (max-width: 1700px) {
    .wpo-hero-slider .slide-inner .slide-content,
    .wpo-hero-slider .hero-inner .slide-content,
    .static-hero .slide-inner .slide-content,
    .static-hero .hero-inner .slide-content,
    .wpo-hero-slider-s2 .slide-inner .slide-content,
    .wpo-hero-slider-s2 .hero-inner .slide-content {
        padding-left: 140px;
    }
}

@media (max-width: 1399px) {
    .wpo-hero-slider .slide-inner .slide-content,
    .wpo-hero-slider .hero-inner .slide-content,
    .static-hero .slide-inner .slide-content,
    .static-hero .hero-inner .slide-content,
    .wpo-hero-slider-s2 .slide-inner .slide-content,
    .wpo-hero-slider-s2 .hero-inner .slide-content {
        padding-left: 40px;
        padding-top: 0px;
    }
}

@media (max-width: 991px) {
    .wpo-hero-slider .slide-inner .slide-content,
    .wpo-hero-slider .hero-inner .slide-content,
    .static-hero .slide-inner .slide-content,
    .static-hero .hero-inner .slide-content,
    .wpo-hero-slider-s2 .slide-inner .slide-content,
    .wpo-hero-slider-s2 .hero-inner .slide-content {
        padding-bottom: 0;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .wpo-hero-slider .slide-inner .slide-content,
    .wpo-hero-slider .hero-inner .slide-content,
    .static-hero .slide-inner .slide-content,
    .static-hero .hero-inner .slide-content,
    .wpo-hero-slider-s2 .slide-inner .slide-content,
    .wpo-hero-slider-s2 .hero-inner .slide-content {
        padding-left: 0px;
        padding: 50px 0;
    }
}

.wpo-hero-slider .swiper-button-prev,
.wpo-hero-slider .swiper-button-next,
.static-hero .swiper-button-prev,
.static-hero .swiper-button-next,
.wpo-hero-slider-s2 .swiper-button-prev,
.wpo-hero-slider-s2 .swiper-button-next {
    background: transparent;
    width: 66px;
    height: 66px;
    line-height: 66px;
    border-radius: 66px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    text-align: center;
    transition: all 0.3s;
}

.wpo-hero-slider .swiper-button-prev:hover,
.wpo-hero-slider .swiper-button-next:hover,
.static-hero .swiper-button-prev:hover,
.static-hero .swiper-button-next:hover,
.wpo-hero-slider-s2 .swiper-button-prev:hover,
.wpo-hero-slider-s2 .swiper-button-next:hover {
    background: var(--primary-color);
}

@media (max-width: 767px) {
    .wpo-hero-slider .swiper-button-prev,
    .wpo-hero-slider .swiper-button-next,
    .static-hero .swiper-button-prev,
    .static-hero .swiper-button-next,
    .wpo-hero-slider-s2 .swiper-button-prev,
    .wpo-hero-slider-s2 .swiper-button-next {
        display: none;
    }
}

.wpo-hero-slider .swiper-button-prev,
.static-hero .swiper-button-prev,
.wpo-hero-slider-s2 .swiper-button-prev {
    right: 150px;
    left: auto;
    top: 45%;
}

@media (max-width: 1199px) {
    .wpo-hero-slider .swiper-button-prev,
    .static-hero .swiper-button-prev,
    .wpo-hero-slider-s2 .swiper-button-prev {
        top: 42%;
    }
}

.wpo-hero-slider .swiper-button-prev:before,
.static-hero .swiper-button-prev:before,
.wpo-hero-slider-s2 .swiper-button-prev:before {
    font-family: flaticon_aidus !important;
    content: "\f10c";
    font-size: 20px;
    color: var(--white-color);
}

.wpo-hero-slider .swiper-button-next,
.static-hero .swiper-button-next,
.wpo-hero-slider-s2 .swiper-button-next {
    right: 150px;
    top: 55%;
}

.wpo-hero-slider .swiper-button-next:before,
.static-hero .swiper-button-next:before,
.wpo-hero-slider-s2 .swiper-button-next:before {
    font-family: flaticon_aidus !important;
    content: "\f10d";
    font-size: 20px;
    color: var(--white-color);
}

@media (max-width: 991px) {
    .wpo-hero-slider .swiper-button-prev,
    .wpo-hero-slider .swiper-button-next,
    .static-hero .swiper-button-prev,
    .static-hero .swiper-button-next,
    .wpo-hero-slider-s2 .swiper-button-prev,
    .wpo-hero-slider-s2 .swiper-button-next {
        display: none;
    }
}

.wpo-hero-slider .swiper-pagination-bullet,
.static-hero .swiper-pagination-bullet,
.wpo-hero-slider-s2 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 992px) {
    .wpo-hero-slider .swiper-pagination-bullet,
    .static-hero .swiper-pagination-bullet,
    .wpo-hero-slider-s2 .swiper-pagination-bullet {
        display: none;
    }
}

.wpo-hero-slider .swiper-pagination-bullet-active,
.static-hero .swiper-pagination-bullet-active,
.wpo-hero-slider-s2 .swiper-pagination-bullet-active {
    color: var(--white-color);
    background: var(--white-color);
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
}

.wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.wpo-hero-slider .swiper-pagination-custom,
.wpo-hero-slider .swiper-pagination-fraction,
.static-hero .swiper-container-horizontal > .swiper-pagination-bullets,
.static-hero .swiper-pagination-custom,
.static-hero .swiper-pagination-fraction,
.wpo-hero-slider-s2 .swiper-container-horizontal > .swiper-pagination-bullets,
.wpo-hero-slider-s2 .swiper-pagination-custom,
.wpo-hero-slider-s2 .swiper-pagination-fraction {
    bottom: 30px;
}

.wpo-hero-slider
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
.static-hero
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
.wpo-hero-slider-s2
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 8px;
}

@media (max-width: 1199px) {
    .wpo-hero-slider,
    .static-hero,
    .wpo-hero-slider-s2 {
        height: 680px;
    }
}

@media (max-width: 991px) {
    .wpo-hero-slider,
    .static-hero,
    .wpo-hero-slider-s2 {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .wpo-hero-slider,
    .static-hero,
    .wpo-hero-slider-s2 {
        height: 500px;
    }

    .wpo-hero-slider .slide-sub-title h2,
    .static-hero .slide-sub-title h2,
    .wpo-hero-slider-s2 .slide-sub-title h2 {
        font-size: 30px;
        line-height: 53px;
    }
}

.wpo-hero-slider .gradient-overlay,
.static-hero .gradient-overlay,
.wpo-hero-slider-s2 .gradient-overlay {
    background: linear-gradient(left, var(--black-color) 45%, transparent 65%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0.6;
}

.wpo-hero-slider .gradient-overlay + .container,
.static-hero .gradient-overlay + .container,
.wpo-hero-slider-s2 .gradient-overlay + .container {
    position: relative;
    z-index: 11;
}

.wpo-hero-slider .swiper-slide,
.static-hero .swiper-slide,
.wpo-hero-slider-s2 .swiper-slide {
    position: relative;
    z-index: 111;
}

.wpo-hero-slider .slide-title,
.static-hero .slide-title,
.wpo-hero-slider-s2 .slide-title {
    max-width: 712px;
}

@media (max-width: 1199px) {
    .wpo-hero-slider .slide-title,
    .static-hero .slide-title,
    .wpo-hero-slider-s2 .slide-title {
        max-width: 555px;
    }
}

.wpo-hero-slider .slide-title span,
.static-hero .slide-title span,
.wpo-hero-slider-s2 .slide-title span {
    color: var(--primary-color);
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.wpo-hero-slider .slide-sub-title,
.static-hero .slide-sub-title,
.wpo-hero-slider-s2 .slide-sub-title {
    max-width: 680px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wpo-hero-slider .slide-sub-title h2,
.static-hero .slide-sub-title h2,
.wpo-hero-slider-s2 .slide-sub-title h2 {
    margin-bottom: 40px;
    color: var(--white-color);
    font-size: 80px;
    font-weight: 600;
    line-height: 100px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .wpo-hero-slider .slide-sub-title h2,
    .static-hero .slide-sub-title h2,
    .wpo-hero-slider-s2 .slide-sub-title h2 {
        font-size: 60px;
        line-height: 80px;
    }
}

@media (max-width: 991px) {
    .wpo-hero-slider .slide-sub-title h2,
    .static-hero .slide-sub-title h2,
    .wpo-hero-slider-s2 .slide-sub-title h2 {
        font-size: 40px;
        line-height: 53px;
    }
}

.wpo-hero-slider .slide-sub-title h2 span,
.static-hero .slide-sub-title h2 span,
.wpo-hero-slider-s2 .slide-sub-title h2 span {
    font-weight: 500;
}

.wpo-hero-slider .slide-sub-title h2 .text,
.static-hero .slide-sub-title h2 .text,
.wpo-hero-slider-s2 .slide-sub-title h2 .text {
    color: var(--primary-color);
    font-weight: 600;
}

.wpo-hero-slider .slide-btns,
.static-hero .slide-btns,
.wpo-hero-slider-s2 .slide-btns {
    display: flex;
    justify-content: space-between;
    max-width: 513px;
}

@media (max-width: 767px) {
    .wpo-hero-slider .slide-btns,
    .static-hero .slide-btns,
    .wpo-hero-slider-s2 .slide-btns {
        display: block;
    }
}

.wpo-hero-slider .slide-btns .theme-btn,
.wpo-hero-slider .slide-btns .view-cart-btn,
.static-hero .slide-btns .theme-btn,
.static-hero .slide-btns .view-cart-btn,
.wpo-hero-slider-s2 .slide-btns .theme-btn,
.wpo-hero-slider-s2 .slide-btns .view-cart-btn {
    border-radius: 45px;
    background: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: capitalize;
}

.wpo-hero-slider .slide-btns .theme-btn::after,
.wpo-hero-slider .slide-btns .view-cart-btn::after,
.static-hero .slide-btns .theme-btn::after,
.static-hero .slide-btns .view-cart-btn::after,
.wpo-hero-slider-s2 .slide-btns .theme-btn::after,
.wpo-hero-slider-s2 .slide-btns .view-cart-btn::after {
    display: none;
}

.wpo-hero-slider .slide-btns .theme-btn:hover,
.wpo-hero-slider .slide-btns .view-cart-btn:hover,
.static-hero .slide-btns .theme-btn:hover,
.static-hero .slide-btns .view-cart-btn:hover,
.wpo-hero-slider-s2 .slide-btns .theme-btn:hover,
.wpo-hero-slider-s2 .slide-btns .view-cart-btn:hover {
    background: #18322e;
}

@media (max-width: 767px) {
    .wpo-hero-slider .slide-btns .theme-btn,
    .wpo-hero-slider .slide-btns .view-cart-btn,
    .static-hero .slide-btns .theme-btn,
    .static-hero .slide-btns .view-cart-btn,
    .wpo-hero-slider-s2 .slide-btns .theme-btn,
    .wpo-hero-slider-s2 .slide-btns .view-cart-btn {
        padding: 10px 25px;
    }
}

.wpo-hero-slider .call,
.static-hero .call,
.wpo-hero-slider-s2 .call {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

@media (max-width: 767px) {
    .wpo-hero-slider .call,
    .static-hero .call,
    .wpo-hero-slider-s2 .call {
        margin-left: 0px;
        margin-top: 20px;
    }
}

.wpo-hero-slider .call .icon,
.static-hero .call .icon,
.wpo-hero-slider-s2 .call .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 100px;
    text-align: center;
    margin-right: 20px;
}

.wpo-hero-slider .call .icon i,
.static-hero .call .icon i,
.wpo-hero-slider-s2 .call .icon i {
    color: var(--white-color);
    font-size: 15px;
}

.wpo-hero-slider .call .text h3,
.static-hero .call .text h3,
.wpo-hero-slider-s2 .call .text h3 {
    color: var(--white-color);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: capitalize;
}

.wpo-hero-slider .call .text span,
.static-hero .call .text span,
.wpo-hero-slider-s2 .call .text span {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.wpo-hero-slider .bg-shape,
.static-hero .bg-shape,
.wpo-hero-slider-s2 .bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

@media (max-width: 1199px) {
    .wpo-hero-slider .bg-shape,
    .static-hero .bg-shape,
    .wpo-hero-slider-s2 .bg-shape {
        width: 100%;
        height: 100%;
    }
}

.wpo-hero-slider .bg-shape::before,
.static-hero .bg-shape::before,
.wpo-hero-slider-s2 .bg-shape::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.9;
    background: var(--black-color);
    display: none;
}

@media (max-width: 1199px) {
    .wpo-hero-slider .bg-shape::before,
    .static-hero .bg-shape::before,
    .wpo-hero-slider-s2 .bg-shape::before {
        display: block;
    }
}

@media (max-width: 1199px) {
    .wpo-hero-slider .bg-shape img,
    .static-hero .bg-shape img,
    .wpo-hero-slider-s2 .bg-shape img {
        display: none;
    }
}

.wpo-hero-slider .shape-1,
.static-hero .shape-1,
.wpo-hero-slider-s2 .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

@media (max-width: 1399px) {
    .wpo-hero-slider .shape-1,
    .static-hero .shape-1,
    .wpo-hero-slider-s2 .shape-1 {
        display: none;
    }
}

.wpo-hero-slider .shape-2,
.static-hero .shape-2,
.wpo-hero-slider-s2 .shape-2 {
    position: absolute;
    left: 20px;
    top: 45%;
    z-index: 1;
    animation: leafAniamtion 12s ease-in infinite;
}

@media (max-width: 1399px) {
    .wpo-hero-slider .shape-2,
    .static-hero .shape-2,
    .wpo-hero-slider-s2 .shape-2 {
        display: none;
    }
}

.wpo-hero-slider .shape-3,
.static-hero .shape-3,
.wpo-hero-slider-s2 .shape-3 {
    position: absolute;
    left: 0px;
    bottom: -20px;
    z-index: 1;
    animation: leafAniamtion 14s ease-in infinite;
}

@media (max-width: 1399px) {
    .wpo-hero-slider .shape-3,
    .static-hero .shape-3,
    .wpo-hero-slider-s2 .shape-3 {
        display: none;
    }
}

.wpo-hero-slider .shape-4,
.static-hero .shape-4,
.wpo-hero-slider-s2 .shape-4 {
    position: absolute;
    left: 46%;
    bottom: 100px;
    z-index: 1;
    animation: zoom-in-zoom-out 3s ease infinite;
}

@media (max-width: 1399px) {
    .wpo-hero-slider .shape-4,
    .static-hero .shape-4,
    .wpo-hero-slider-s2 .shape-4 {
        display: none;
    }
}

.wpo-hero-slider .shape-5,
.static-hero .shape-5,
.wpo-hero-slider-s2 .shape-5 {
    position: absolute;
    top: 30%;
    left: 68%;
    z-index: 1;
    animation: zoom-in-zoom-out 5s ease infinite;
}

@media (max-width: 1399px) {
    .wpo-hero-slider .shape-5,
    .static-hero .shape-5,
    .wpo-hero-slider-s2 .shape-5 {
        display: none;
    }
}

.wpo-hero-slider-s2 {
    height: 960px;
    position: relative;
    margin-top: -150px;
}

@media (max-width: 991px) {
    .wpo-hero-slider-s2 {
        height: 700px;
    }
}

@media (max-width: 575px) {
    .wpo-hero-slider-s2 {
        margin-top: -165px;
    }
}

@media (max-width: 399px) {
    .wpo-hero-slider-s2 {
        margin-top: -188px;
    }
}

.wpo-hero-slider-s2 .swiper-slide .slide-inner::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: radial-gradient(
        382.46% 88.43% at 92.63% 41.85%,
        rgba(0, 7, 31, 0) 0%,
        rgba(9, 26, 36, 0.1) 64.18%,
        rgba(30, 105, 80, 0.21) 79.87%,
        rgba(16, 147, 124, 0.21) 100%
    );
}

.wpo-hero-slider-s2 .slide-inner .slide-content {
    padding-top: 70px;
    padding-left: 300px;
    position: relative;
}

@media (max-width: 1799px) {
    .wpo-hero-slider-s2 .slide-inner .slide-content {
        padding-left: 150px;
    }
}

@media (max-width: 1399px) {
    .wpo-hero-slider-s2 .slide-inner .slide-content {
        padding-left: 50px;
    }
}

@media (max-width: 991px) {
    .wpo-hero-slider-s2 .slide-inner .slide-content {
        padding-left: 0px;
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .wpo-hero-slider-s2 .slide-inner .slide-content {
        padding-left: 0px;
        padding-top: 200px;
    }
}

.wpo-hero-slider-s2 .slide-inner .slide-content .shape {
    position: absolute;
    left: 13%;
    top: -21px;
    z-index: -1;
}

@media (max-width: 1799px) {
    .wpo-hero-slider-s2 .slide-inner .slide-content .shape {
        left: 6%;
    }
}

.wpo-hero-slider-s2 .slide-inner .slide-content .slide-title span img {
    margin-top: -10px;
}

.wpo-hero-slider-s2 .slide-inner .slide-content .slide-sub-title h2 {
    position: relative;
}

.wpo-hero-slider-s2 .slide-inner .slide-content .slide-sub-title h2::before {
    position: absolute;
    left: -20px;
    top: -2px;
    content: "";
    border-radius: 43.5px;
    background: rgba(255, 255, 255, 0.08);
    max-width: 575px;
    max-height: 87px;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .wpo-hero-slider-s2
        .slide-inner
        .slide-content
        .slide-sub-title
        h2::before {
        display: none;
    }
}

.wpo-hero-slider-s2 .slide-inner .slide-content .slide-sub-title h2 span {
    font-style: italic;
}

.wpo-hero-slider-s2 .slide-inner .slide-content .slide-sub-title h2 .text {
    font-style: normal;
    position: relative;
}

.wpo-hero-slider-s2
    .slide-inner
    .slide-content
    .slide-sub-title
    h2
    .text::before {
    position: absolute;
    left: 0;
    bottom: -100px;
    content: "";
    background: url(../images/service/liine.svg) no-repeat;
    height: 100%;
    width: 100%;
    z-index: -1;
}

@media (max-width: 991px) {
    .wpo-hero-slider-s2
        .slide-inner
        .slide-content
        .slide-sub-title
        h2
        .text::before {
        bottom: -50px;
        display: none;
    }
}

.wpo-hero-slider-s2 .slide-inner .slide-content .slide-btns .theme-btn::after,
.wpo-hero-slider-s2
    .slide-inner
    .slide-content
    .slide-btns
    .view-cart-btn::after {
    background: #268a66;
}

.wpo-hero-slider-s2 .shape {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 991px) {
    .wpo-hero-slider-s2 .shape {
        display: none;
    }
}

.wpo-hero-slider-s2 .swiper-button-prev {
    right: 250px;
    left: auto;
    top: 45%;
}

@media (max-width: 1399px) {
    .wpo-hero-slider-s2 .swiper-button-prev {
        right: 100px;
    }
}

@media (max-width: 1199px) {
    .wpo-hero-slider-s2 .swiper-button-prev {
        top: 42%;
        right: 20px;
    }
}

.wpo-hero-slider-s2 .swiper-button-next {
    right: 250px;
    top: 55%;
}

@media (max-width: 1399px) {
    .wpo-hero-slider-s2 .swiper-button-next {
        right: 100px;
    }
}

@media (max-width: 1199px) {
    .wpo-hero-slider-s2 .swiper-button-next {
        right: 20px;
    }
}

.hero_slider_header span {
    color: #001c4c;
}

.hero_slider_header {
    color: var(--white-color);
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Stack Sans Headline", sans-serif;
}

.hero_slider_text {
    color: var(--white-color);
    font-size: 22px;
}

@media (max-width: 768px) {
    .hero_slider_header {
        font-size: 25px;
    }

    .hero_slider_text {
        font-size: 15px;
    }

    .hero_slider_header span {
        filter: drop-shadow(1px 1px 1px #cecece);
    }
}

/* static-hero */
.static-hero {
    position: relative;
    background: url(../images/slider/bg-img.jpg) center/cover no-repeat;
    display: flex;
    align-items: center;
    height: 895px;
}

@media (max-width: 991px) {
    .static-hero {
        height: 100%;
        padding: 100px 0;
    }
}

.static-hero .slide-title span img {
    margin-top: -10px;
}

.static-hero .slide-sub-title h2 {
    position: relative;
    color: var(--black-color);
    font-size: 70px;
}

@media (max-width: 1399px) {
    .static-hero .slide-sub-title h2 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 1199px) {
    .static-hero .slide-sub-title h2 {
        font-size: 50px;
        line-height: 64px;
    }
}

@media (max-width: 991px) {
    .static-hero .slide-sub-title h2 {
        font-size: 40px;
        line-height: 53px;
    }
}

.static-hero .slide-sub-title h2::before {
    display: none;
}

.static-hero .slide-sub-title h2 .text {
    color: var(--primary-color);
    position: relative;
}

.static-hero .slide-sub-title h2 .text::before {
    position: absolute;
    left: 0;
    bottom: -100px;
    content: "";
    background: url(../images/service/liine.svg) no-repeat;
    height: 100%;
    width: 100%;
}

@media (max-width: 991px) {
    .static-hero .slide-sub-title h2 .text::before {
        bottom: -50px;
        display: none;
    }
}

.static-hero .slide-btns {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .static-hero .slide-btns .theme-btn,
    .static-hero .slide-btns .view-cart-btn {
        padding: 20px 46px;
    }
}

@media (max-width: 757px) {
    .static-hero .slide-btns .theme-btn,
    .static-hero .slide-btns .view-cart-btn {
        padding: 12px 18px;
    }
}

.static-hero .slide-btns .theme-btn::after,
.static-hero .slide-btns .view-cart-btn::after {
    background: #268a66;
}

.static-hero .slide-btns .call .icon {
    background: #18322e;
}

.static-hero .slide-btns .call .text h3 {
    color: var(--primary-color);
}

.static-hero .slide-btns .call .text span {
    color: var(--black-color);
}

.static-hero .hero-image {
    max-width: 633px;
    max-height: 580px;
    position: relative;
    background: url(../images/slider/img-shape.png) no-repeat 50%;
    background-size: cover;
}

@media (max-width: 991px) {
    .static-hero .hero-image {
        margin-top: 50px;
    }
}

.static-hero .hero-image img {
    mix-blend-mode: lighten;
}

.static-hero .shape-1 {
    position: absolute;
    left: 40px;
    top: 100px;
    z-index: -1;
    animation: leafAniamtion 16s ease-in infinite;
}

@media (max-width: 1399px) {
    .static-hero .shape-1 {
        display: none;
    }
}

.static-hero .shape-2 {
    position: absolute;
    left: 40px;
    bottom: 100px;
    z-index: -1;
    top: auto;
}

@media (max-width: 1399px) {
    .static-hero .shape-2 {
        display: none;
    }
}

.static-hero .shape-3 {
    position: absolute;
    left: 50%;
    top: 20%;
}

@media (max-width: 1399px) {
    .static-hero .shape-3 {
        display: none;
    }
}

.static-hero .shape-4 {
    position: absolute;
    right: 100px;
    left: auto;
    bottom: 100px;
}

@media (max-width: 1399px) {
    .static-hero .shape-4 {
        display: none;
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
    }

    to {
        box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
    }
}

/*--------------------------------------------------------------
4. wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer,
.wpo-site-footer-s2,
.wpo-site-footer-s3 {
    position: relative;
    font-size: 16px;
    z-index: 1;
    background: url(../images/about/new_blog1.jpg) center/cover no-repeat;
}

.wpo-site-footer::after,
.wpo-site-footer-s2::after,
.wpo-site-footer-s3::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -11;
    content: "";
    background: #071730eb;
}

.wpo-site-footer ul,
.wpo-site-footer-s2 ul,
.wpo-site-footer-s3 ul {
    list-style: none;
}

.wpo-site-footer p,
.wpo-site-footer-s2 p,
.wpo-site-footer-s3 p {
    color: var(--white-color);
}

.wpo-site-footer li,
.wpo-site-footer-s2 li,
.wpo-site-footer-s3 li {
    color: var(--white-color);
}

.wpo-site-footer .container,
.wpo-site-footer-s2 .container,
.wpo-site-footer-s3 .container {
    position: relative;
}

.wpo-site-footer .wpo-upper-footer,
.wpo-site-footer-s2 .wpo-upper-footer,
.wpo-site-footer-s3 .wpo-upper-footer {
    /* padding: 40px 0; */
    position: relative;
}

/* @media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer,
  .wpo-site-footer-s2 .wpo-upper-footer,
  .wpo-site-footer-s3 .wpo-upper-footer {
    padding: 35px 0 0;
  }
} */
/* @media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer,
  .wpo-site-footer-s2 .wpo-upper-footer,
  .wpo-site-footer-s3 .wpo-upper-footer {
    padding: 30px 0 0;
  }
} */
@media (max-width: 991px) {
    .wpo-site-footer .wpo-upper-footer .col,
    .wpo-site-footer-s2 .wpo-upper-footer .col,
    .wpo-site-footer-s3 .wpo-upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .wpo-site-footer .wpo-upper-footer .col,
    .wpo-site-footer-s2 .wpo-upper-footer .col,
    .wpo-site-footer-s3 .wpo-upper-footer .col {
        min-height: auto;
        margin-bottom: 60px;
    }
}

.wpo-site-footer .widget-title,
.wpo-site-footer-s2 .widget-title,
.wpo-site-footer-s3 .widget-title {
    margin-bottom: 35px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .wpo-site-footer .widget-title,
    .wpo-site-footer-s2 .widget-title,
    .wpo-site-footer-s3 .widget-title {
        margin-bottom: 20px;
    }
}

.wpo-site-footer .widget-title h3,
.wpo-site-footer-s2 .widget-title h3,
.wpo-site-footer-s3 .widget-title h3 {
    color: var(--white-color);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.wpo-site-footer .about-widget,
.wpo-site-footer-s2 .about-widget,
.wpo-site-footer-s3 .about-widget {
    max-width: 280px;
}

.wpo-site-footer .about-widget .logo,
.wpo-site-footer-s2 .about-widget .logo,
.wpo-site-footer-s3 .about-widget .logo {
    max-width: 180px;
}

.wpo-site-footer .about-widget p,
.wpo-site-footer-s2 .about-widget p,
.wpo-site-footer-s3 .about-widget p {
    margin-bottom: 0.8em;
    line-height: 1.9em;
}

.wpo-site-footer .about-widget p:last-child,
.wpo-site-footer-s2 .about-widget p:last-child,
.wpo-site-footer-s3 .about-widget p:last-child {
    margin-bottom: 0;
}

.wpo-site-footer .about-widget ul li,
.wpo-site-footer-s2 .about-widget ul li,
.wpo-site-footer-s3 .about-widget ul li {
    display: flex;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .wpo-site-footer .about-widget ul li,
    .wpo-site-footer-s2 .about-widget ul li,
    .wpo-site-footer-s3 .about-widget ul li {
        font-size: 15px;
        line-height: 30px;
    }
}

.wpo-site-footer .about-widget ul li .icon,
.wpo-site-footer-s2 .about-widget ul li .icon,
.wpo-site-footer-s3 .about-widget ul li .icon {
    padding-right: 10px;
}

@media (max-width: 1199px) {
    .wpo-site-footer .about-widget ul li .icon,
    .wpo-site-footer-s2 .about-widget ul li .icon,
    .wpo-site-footer-s3 .about-widget ul li .icon {
        padding-right: 5px;
    }
}

.wpo-site-footer .wpo-service-link-widget,
.wpo-site-footer-s2 .wpo-service-link-widget,
.wpo-site-footer-s3 .wpo-service-link-widget {
    padding-left: 70px;
}

.wpo-site-footer .link-widget,
.wpo-site-footer-s2 .link-widget,
.wpo-site-footer-s3 .link-widget {
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .wpo-site-footer .link-widget,
    .wpo-site-footer-s2 .link-widget,
    .wpo-site-footer-s3 .link-widget {
        padding-left: 75px;
    }
}

@media (max-width: 1399px) {
    .wpo-site-footer .link-widget,
    .wpo-site-footer-s2 .link-widget,
    .wpo-site-footer-s3 .link-widget {
        padding-left: 20px;
    }
}

@media (max-width: 1199px) {
    .wpo-site-footer .link-widget,
    .wpo-site-footer-s2 .link-widget,
    .wpo-site-footer-s3 .link-widget {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .wpo-site-footer .link-widget,
    .wpo-site-footer-s2 .link-widget,
    .wpo-site-footer-s3 .link-widget {
        max-width: 350px;
    }
}

.wpo-site-footer .link-widget ul li,
.wpo-site-footer-s2 .link-widget ul li,
.wpo-site-footer-s3 .link-widget ul li {
    position: relative;
}

.wpo-site-footer .link-widget ul li a,
.wpo-site-footer-s2 .link-widget ul li a,
.wpo-site-footer-s3 .link-widget ul li a {
    color: var(--white-color);
    font-size: 15px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s;
}

.wpo-site-footer .link-widget ul li a::before,
.wpo-site-footer-s2 .link-widget ul li a::before,
.wpo-site-footer-s3 .link-widget ul li a::before {
    position: absolute;
    left: -20px;
    top: 0;
    content: "\f120";
    font-family: flaticon_aidus !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.wpo-site-footer .link-widget ul li a:hover,
.wpo-site-footer-s2 .link-widget ul li a:hover,
.wpo-site-footer-s3 .link-widget ul li a:hover {
    color: var(--primary-color);
}

.wpo-site-footer .link-widget ul li a:hover::before,
.wpo-site-footer-s2 .link-widget ul li a:hover::before,
.wpo-site-footer-s3 .link-widget ul li a:hover::before {
    opacity: 1;
    visibility: visible;
}

.wpo-site-footer .link-widget ul li + li,
.wpo-site-footer-s2 .link-widget ul li + li,
.wpo-site-footer-s3 .link-widget ul li + li {
    margin-top: 12px;
}

.wpo-site-footer .locations-widget ul li,
.wpo-site-footer-s2 .locations-widget ul li,
.wpo-site-footer-s3 .locations-widget ul li {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.54px;
    margin-bottom: 20px;
}

.wpo-site-footer .locations-widget ul li:nth-child(2),
.wpo-site-footer-s2 .locations-widget ul li:nth-child(2),
.wpo-site-footer-s3 .locations-widget ul li:nth-child(2) {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.wpo-site-footer .locations-widget ul li:nth-child(3),
.wpo-site-footer-s2 .locations-widget ul li:nth-child(3),
.wpo-site-footer-s3 .locations-widget ul li:nth-child(3) {
    margin-bottom: 10px;
}

.wpo-site-footer .wpo-lower-footer,
.wpo-site-footer-s2 .wpo-lower-footer,
.wpo-site-footer-s3 .wpo-lower-footer {
    text-align: center;
    position: relative;
}

.wpo-site-footer .wpo-lower-footer .row,
.wpo-site-footer-s2 .wpo-lower-footer .row,
.wpo-site-footer-s3 .wpo-lower-footer .row {
    padding: 30px 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.wpo-site-footer .wpo-lower-footer .copyright,
.wpo-site-footer-s2 .wpo-lower-footer .copyright,
.wpo-site-footer-s3 .wpo-lower-footer .copyright {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.wpo-site-footer .wpo-lower-footer .copyright a,
.wpo-site-footer-s2 .wpo-lower-footer .copyright a,
.wpo-site-footer-s3 .wpo-lower-footer .copyright a {
    color: var(--primary-color);
    text-decoration: none;
}

@media (max-width: 991px) {
    .wpo-site-footer .wpo-lower-footer .copyright,
    .wpo-site-footer-s2 .wpo-lower-footer .copyright,
    .wpo-site-footer-s3 .wpo-lower-footer .copyright {
        float: none;
        display: block;
    }
}

.wpo-site-footer .footer-socialicon,
.wpo-site-footer-s2 .footer-socialicon,
.wpo-site-footer-s3 .footer-socialicon {
    border-bottom: 1px solid #1e4a57;
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .wpo-site-footer .footer-socialicon,
    .wpo-site-footer-s2 .footer-socialicon,
    .wpo-site-footer-s3 .footer-socialicon {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .wpo-site-footer .footer-socialicon,
    .wpo-site-footer-s2 .footer-socialicon,
    .wpo-site-footer-s3 .footer-socialicon {
        border: 1px solid transparent;
    }
}

.wpo-site-footer .footer-socialicon ul,
.wpo-site-footer-s2 .footer-socialicon ul,
.wpo-site-footer-s3 .footer-socialicon ul {
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .wpo-site-footer .footer-socialicon ul,
    .wpo-site-footer-s2 .footer-socialicon ul,
    .wpo-site-footer-s3 .footer-socialicon ul {
        flex-wrap: wrap;
    }
}

.wpo-site-footer .footer-socialicon ul li,
.wpo-site-footer-s2 .footer-socialicon ul li,
.wpo-site-footer-s3 .footer-socialicon ul li {
    max-width: 325px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95px;
    border: 1px solid #1e4a57;
    border-bottom: 0;
}

@media (max-width: 991px) {
    .wpo-site-footer .footer-socialicon ul li,
    .wpo-site-footer-s2 .footer-socialicon ul li,
    .wpo-site-footer-s3 .footer-socialicon ul li {
        flex-basis: 30%;
        border: 1px solid #1e4a57;
    }
}

@media (max-width: 575px) {
    .wpo-site-footer .footer-socialicon ul li,
    .wpo-site-footer-s2 .footer-socialicon ul li,
    .wpo-site-footer-s3 .footer-socialicon ul li {
        flex-basis: 50%;
    }
}

@media (max-width: 450px) {
    .wpo-site-footer .footer-socialicon ul li,
    .wpo-site-footer-s2 .footer-socialicon ul li,
    .wpo-site-footer-s3 .footer-socialicon ul li {
        flex-basis: 100%;
    }
}

.wpo-site-footer .footer-socialicon ul li i,
.wpo-site-footer-s2 .footer-socialicon ul li i,
.wpo-site-footer-s3 .footer-socialicon ul li i {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
}

.wpo-site-footer .footer-socialicon ul li span,
.wpo-site-footer-s2 .footer-socialicon ul li span,
.wpo-site-footer-s3 .footer-socialicon ul li span {
    color: rgba(255, 255, 255, 0.53);
    font-size: 20px;
    font-weight: 400;
    line-height: 49px;
    text-transform: lowercase;
    padding-left: 20px;
}

.wpo-site-footer .footer-socialicon ul li:last-child,
.wpo-site-footer-s2 .footer-socialicon ul li:last-child,
.wpo-site-footer-s3 .footer-socialicon ul li:last-child {
    border-right: 1px solid transparent;
}

@media (max-width: 991px) {
    .wpo-site-footer .footer-socialicon ul li:last-child,
    .wpo-site-footer-s2 .footer-socialicon ul li:last-child,
    .wpo-site-footer-s3 .footer-socialicon ul li:last-child {
        border-right: 1px solid #1e4a57;
    }
}

.wpo-site-footer .footer-socialicon ul li:first-child,
.wpo-site-footer-s2 .footer-socialicon ul li:first-child,
.wpo-site-footer-s3 .footer-socialicon ul li:first-child {
    border-left: 1px solid transparent;
}

@media (max-width: 991px) {
    .wpo-site-footer .footer-socialicon ul li:first-child,
    .wpo-site-footer-s2 .footer-socialicon ul li:first-child,
    .wpo-site-footer-s3 .footer-socialicon ul li:first-child {
        border-left: 1px solid #1e4a57;
    }
}

@media screen and (max-width: 767px) {
    .wpo-site-footer .footer-socialicon ul li span {
        display: none;
    }

    .wpo-site-footer .footer-socialicon ul li span {
        flex-wrap: nowrap !important;
    }
}

.wpo-site-footer .shape-right,
.wpo-site-footer-s2 .shape-right,
.wpo-site-footer-s3 .shape-right {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: -11;
}

.wpo-site-footer .newsletter-s2 .form-fild,
.wpo-site-footer-s2 .newsletter-s2 .form-fild,
.wpo-site-footer-s3 .newsletter-s2 .form-fild {
    margin-top: 35px;
    position: relative;
    border-radius: 8px;
    background: var(--white-color);
}

.wpo-site-footer .newsletter-s2 .form-fild .fild,
.wpo-site-footer-s2 .newsletter-s2 .form-fild .fild,
.wpo-site-footer-s3 .newsletter-s2 .form-fild .fild {
    color: #b4b4b4;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    background: transparent;
    border: transparent;
    padding: 15px 60px;
    padding-left: 20px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .wpo-site-footer .newsletter-s2 .form-fild .fild,
    .wpo-site-footer-s2 .newsletter-s2 .form-fild .fild,
    .wpo-site-footer-s3 .newsletter-s2 .form-fild .fild {
        padding: 18px 50px;
        padding-left: 20px;
    }
}

.wpo-site-footer .newsletter-s2 .form-fild .fild:focus-visible,
.wpo-site-footer-s2 .newsletter-s2 .form-fild .fild:focus-visible,
.wpo-site-footer-s3 .newsletter-s2 .form-fild .fild:focus-visible {
    outline: -webkit-focus-ring-color auto transparent;
    outline: 0;
}

.wpo-site-footer .newsletter-s2 .form-fild .fild::before,
.wpo-site-footer-s2 .newsletter-s2 .form-fild .fild::before,
.wpo-site-footer-s3 .newsletter-s2 .form-fild .fild::before {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.wpo-site-footer .newsletter-s2 .form-fild button,
.wpo-site-footer-s2 .newsletter-s2 .form-fild button,
.wpo-site-footer-s3 .newsletter-s2 .form-fild button {
    position: absolute;
    right: 8px;
    top: 5px;
    text-align: center;
    color: var(--white-color);
    display: block;
    background: var(--primary-color);
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    width: 49px;
    height: 46px;
}

.wpo-site-footer .newsletter-s2 .form-fild button i::before,
.wpo-site-footer-s2 .newsletter-s2 .form-fild button i::before,
.wpo-site-footer-s3 .newsletter-s2 .form-fild button i::before {
    line-height: 25px;
    font-size: 14px;
    transform: rotate(-50deg);
}

.wpo-site-footer .shape,
.wpo-site-footer-s2 .shape,
.wpo-site-footer-s3 .shape {
    position: absolute;
    left: 0;
    top: 20%;
    z-index: -1;
    animation: leafAniamtion 20s ease-in infinite;
}

@media (max-width: 1199px) {
    .wpo-site-footer .shape,
    .wpo-site-footer-s2 .shape,
    .wpo-site-footer-s3 .shape {
        display: none;
    }
}

.wpo-site-footer .shape1,
.wpo-site-footer-s2 .shape1,
.wpo-site-footer-s3 .shape1 {
    position: absolute;
    left: 50px;
    bottom: 0;
    z-index: -1;
    animation: leafAniamtion 12s ease-in infinite;
}

@media (max-width: 1199px) {
    .wpo-site-footer .shape1,
    .wpo-site-footer-s2 .shape1,
    .wpo-site-footer-s3 .shape1 {
        display: none;
    }
}

.wpo-site-footer .shape2,
.wpo-site-footer-s2 .shape2,
.wpo-site-footer-s3 .shape2 {
    position: absolute;
    right: 120px;
    top: 200px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .wpo-site-footer .shape2,
    .wpo-site-footer-s2 .shape2,
    .wpo-site-footer-s3 .shape2 {
        display: none;
    }
}

.wpo-site-footer .shape3,
.wpo-site-footer-s2 .shape3,
.wpo-site-footer-s3 .shape3 {
    position: absolute;
    right: 120px;
    bottom: 0;
    z-index: -1;
    animation: leafAniamtion 12s ease-in infinite;
}

@media (max-width: 1199px) {
    .wpo-site-footer .shape3,
    .wpo-site-footer-s2 .shape3,
    .wpo-site-footer-s3 .shape3 {
        display: none;
    }
}

.wpo-site-footer-s2 {
    background: url(../images/footer-bg-s2.jpg) center/cover no-repeat;
}

.wpo-site-footer-s2::after {
    background: rgba(27, 35, 36, 0.95);
}

.wpo-site-footer-s2 .wpo-upper-footer {
    padding-top: 250px;
}

@media (max-width: 991px) {
    .wpo-site-footer-s2 .wpo-upper-footer {
        padding: 50px 0 0;
    }
}

@media (max-width: 767px) {
    .wpo-site-footer-s2 .wpo-upper-footer {
        padding: 60px 0 0;
    }
}

.wpo-site-footer-s2 .address-widget h4 {
    color: var(--white-color);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
}

.wpo-site-footer-s2 .address-widget ul li {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    display: block;
}

.wpo-site-footer-s2 .newsletter {
    margin-left: -20px;
    max-width: 333px;
    padding: 35px 30px 100px 30px;
    background: rgba(255, 255, 255, 0.02);
}

@media (max-width: 1399px) {
    .wpo-site-footer-s2 .newsletter {
        padding: 35px 20px 100px 20px;
    }
}

@media (max-width: 1199px) {
    .wpo-site-footer-s2 .newsletter {
        padding: 35px 20px 50px 20px;
    }
}

@media (max-width: 991px) {
    .wpo-site-footer-s2 .newsletter {
        margin-left: 0px;
    }
}

.wpo-site-footer-s2 .newsletter .form-fild {
    position: relative;
}

.wpo-site-footer-s2 .newsletter .form-fild .fild {
    color: #b4b4b4;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    background: transparent;
    border: transparent;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(237, 237, 237, 0.3);
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.wpo-site-footer-s2 .newsletter .form-fild .fild:focus-visible {
    outline: -webkit-focus-ring-color auto transparent;
    outline: 0;
}

.wpo-site-footer-s2 .newsletter .form-fild button {
    position: absolute;
    right: 0;
    top: 10px;
    line-height: 25px;
    font-size: 20px;
    text-align: center;
    color: #ff7940;
    display: block;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.wpo-site-footer-s2 .newsletter .form-fild button i::before {
    line-height: 25px;
    font-size: 25px;
}

.wpo-site-footer-s2 .newsletter ::-webkit-input-placeholder {
    color: #b4b4b4;
}

.wpo-site-footer-s2 .newsletter ::-moz-placeholder {
    color: #b4b4b4;
}

.wpo-site-footer-s2 .newsletter :-ms-input-placeholder {
    color: #b4b4b4;
}

.wpo-site-footer-s2 .newsletter :-moz-placeholder {
    color: #b4b4b4;
}

.wpo-site-footer-s2 .newsletter .terms {
    margin-top: 30px;
}

.wpo-site-footer-s2 .newsletter .terms input[type="checkbox"] {
    position: relative;
    cursor: pointer;
}

.wpo-site-footer-s2 .newsletter .terms input[type="checkbox"]:checked:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top: -3px;
    width: 23px;
    height: 23px;
    background-color: var(--white-color);
    transition: all 0.2s linear;
    border-radius: 100px;
}

.wpo-site-footer-s2 .newsletter .terms input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top: -3px;
    width: 23px;
    height: 23px;
    background-color: var(--white-color);
    border-radius: 100px;
}

.wpo-site-footer-s2 .newsletter .terms input[type="checkbox"]:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: solid var(--white-color);
    border-width: 0 0px 0px 0;
    transform: rotate(180deg);
    position: absolute;
    top: 2px;
    left: 5px;
    transition: all 0.2s linear;
}

.wpo-site-footer-s2 .newsletter .terms input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 5px;
}

.wpo-site-footer-s2 .newsletter .terms label {
    margin-bottom: 0;
    margin-left: 10px;
    color: #b4b4b4;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

@media (max-width: 1399px) {
    .wpo-site-footer-s2 .newsletter .terms label {
        margin-left: 5px;
        font-size: 13px;
    }
}

.wpo-site-footer-s2 .newsletter .terms label a {
    color: var(--primary-color);
}

.wpo-site-footer-s2 .wpo-lower-footer .copyright {
    display: block;
}

@media (max-width: 991px) {
    .wpo-site-footer-s2 .wpo-lower-footer .copyright {
        margin: 20px 0;
    }
}

.wpo-site-footer-s2 .wpo-lower-footer .logo {
    text-align: left;
}

@media (max-width: 991px) {
    .wpo-site-footer-s2 .wpo-lower-footer .logo {
        text-align: center;
    }
}

.wpo-site-footer-s2 .wpo-lower-footer ul {
    text-align: right;
}

@media (max-width: 1199px) {
    .wpo-site-footer-s2 .wpo-lower-footer ul {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .wpo-site-footer-s2 .wpo-lower-footer ul {
        text-align: center;
    }
}

.wpo-site-footer-s2 .wpo-lower-footer ul li {
    display: inline-block;
    padding: 0 4px;
}

@media (max-width: 1199px) {
    .wpo-site-footer-s2 .wpo-lower-footer ul li {
        padding: 0 1px;
    }
}

.wpo-site-footer-s2 .wpo-lower-footer ul li a img {
    border-radius: 4px;
}

.wpo-site-footer-s2 .shape {
    position: absolute;
    left: 100px;
    top: 40%;
    animation: zoom-in-zoom-out 2s ease infinite;
}

@media (max-width: 1399px) {
    .wpo-site-footer-s2 .shape {
        display: none;
    }
}

.wpo-site-footer-s2 .shape2 {
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
}

@media (max-width: 1399px) {
    .wpo-site-footer-s2 .shape2 {
        display: none;
    }
}

.wpo-site-footer-s2 .shape3 {
    position: absolute;
    right: 50px;
    bottom: 100px;
    animation: leafAniamtion 12s ease-in infinite;
}

@media (max-width: 1399px) {
    .wpo-site-footer-s2 .shape3 {
        display: none;
    }
}

.wpo-site-footer-s3 {
    padding-top: 50px;
    background: #1b2324;
}

.wpo-site-footer-s3 .about-widget .logo {
    margin-bottom: 15px;
    display: block;
}

.wpo-site-footer-s3 .about-widget p {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.wpo-site-footer-s3 .about-widget span {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
}

.wpo-site-footer-s3 .about-widget span i {
    color: #268a66;
    padding-right: 10px;
}

.wpo-site-footer-s3 .newsletter-s2 .itme {
    display: flex;
    align-items: center;
}

.wpo-site-footer-s3 .newsletter-s2 .itme .icon {
    border-radius: 42px;
    background: rgba(217, 217, 217, 0.06);
    width: 86px;
    height: 86px;
    line-height: 85px;
    color: var(--white-color);
    font-size: 35px;
    text-align: center;
}

@media (max-width: 1199px) {
    .wpo-site-footer-s3 .newsletter-s2 .itme .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
}

.wpo-site-footer-s3 .newsletter-s2 .itme .text {
    width: calc(100% - 100px);
    padding-left: 30px;
}

@media (max-width: 1399px) {
    .wpo-site-footer-s3 .newsletter-s2 .itme .text {
        padding-left: 10px;
    }
}

@media (max-width: 1199px) {
    .wpo-site-footer-s3 .newsletter-s2 .itme .text {
        width: calc(100% - 50px);
    }
}

.wpo-site-footer-s3 .newsletter-s2 .itme .text h3 {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.wpo-site-footer-s3 .newsletter-s2 .itme .text span {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    margin-bottom: 5px;
}

.wpo-site-footer-s3 .newsletter-s2 .form-fild {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
}

.wpo-site-footer-s3 .newsletter-s2 .form-fild .fild {
    color: #b4b4b4;
    font-size: 16px;
}

@media (max-width: 1199px) {
    .wpo-site-footer-s3 .newsletter-s2 .form-fild .fild {
        padding: 18px 50px;
        padding-left: 20px;
    }
}

.wpo-site-footer-s3 .newsletter-s2 .form-fild .fild:focus-visible {
    outline: -webkit-focus-ring-color auto transparent;
    outline: 0;
}

.wpo-site-footer-s3 .newsletter-s2 .form-fild .fild::before {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.wpo-site-footer-s3 .newsletter-s2 .form-fild button {
    border-radius: 9px;
    line-height: 25px;
    font-size: 14px;
    width: 105px;
}

@media (max-width: 1199px) {
    .wpo-site-footer-s3 .newsletter-s2 .form-fild button {
        font-size: 13px;
        width: 80px;
        top: 8px;
    }
}

.wpo-site-footer-s3 .shape2 {
    top: auto;
    bottom: 50px;
}

.wpo-site-footer-s3 .wpo-lower-footer .copyright {
    text-align: left;
    display: block;
}

@media (max-width: 991px) {
    .wpo-site-footer-s3 .wpo-lower-footer .copyright {
        text-align: center;
    }
}

.wpo-site-footer-s3 .wpo-lower-footer .links {
    text-align: right;
}

@media (max-width: 991px) {
    .wpo-site-footer-s3 .wpo-lower-footer .links {
        text-align: center;
        margin-top: 20px;
    }
}

.wpo-site-footer-s3 .wpo-lower-footer .links li {
    display: inline-block;
}

.wpo-site-footer-s3 .wpo-lower-footer .links li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    background: rgba(251, 251, 253, 0.08);
    text-align: center;
    color: var(--white-color);
    font-size: 16px;
    display: block;
    margin: 0 8px;
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 1111;
    opacity: 0;
    transition: all 0.7s;
}

.sticky-on {
    opacity: 1;
    top: 0;
}

/*3.2 partners */
.partners-section ul,
.partners-section-s3 ul {
    border-bottom: 1px solid rgba(217, 217, 217, 0.43);
}

.partners-section ul li,
.partners-section-s3 ul li {
    display: flex;
    align-items: center;
    height: 150px;
    justify-content: center;
    border-left: 1px solid rgba(217, 217, 217, 0.43);
}

@media (max-width: 757px) {
    .partners-section ul li,
    .partners-section-s3 ul li {
        height: 120px;
    }
}

.partners-section ul li img,
.partners-section-s3 ul li img {
    width: auto;
    margin: 0 auto;
}

.partners-section ul .slick-slide,
.partners-section-s3 ul .slick-slide {
    display: flex;
}

/* 3.3 funfact */
.funfact-section {
    position: relative;
}

.funfact-section .fact_left_bg {
    background-image: url(../images/fact_texture.png);
    background-color: var(--light-bg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.funfact-section .fact_right_bg {
    background-image: url(../images/fact_bg.png);
    background-color: var(--secondary-color);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 100px;
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .funfact-section .fact_right_bg {
        padding: 20px !important;
    }

    .funfact-section .funfact ul li .count h3 span {
        line-height: 10px;
    }

    .funfact-section .funfact ul li {
        margin-bottom: 0;
    }

    .funfact-section .fact_left_bg {
        height: auto;
    }
}

.funfact-section .content {
    margin: 0 40px;
}

@media (max-width: 1399px) {
    .funfact-section .content {
        margin-right: 0px;
    }
}

.funfact-section .content h2 {
    color: var(--secondary-color2);
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.funfact-section .content h3 {
    color: var(--secondary-color);
    font-family: "Stack Sans Headline", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 61px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .funfact-section .content h3 {
        font-size: 30px;
        line-height: 45px;
    }
}

.funfact-section .content h3 span {
    color: var(--primary-color);
}

.funfact-section .content p {
    color: #535353;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    padding-left: 10px;
}

.funfact-section .content a {
    display: flex;
    align-items: center;
}

.funfact-section .content a i {
    width: 58px;
    height: 58px;
    line-height: 58px;
    background: var(--primary-color);
    border-radius: 100px;
    color: var(--white-color);
    display: block;
    font-size: 25px;
    text-align: center;
}

.funfact-section .content a span {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.16px;
    font-family: "Manrope", sans-serif;
    padding-left: 15px;
}

/* @media (max-width: 991px) {
  .funfact-section .funfact {
    margin-top: 50px;
  }
} */
.funfact-section .funfact ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.funfact-section .funfact ul li {
    list-style: none;
    width: calc(50% - 10px);
    text-align: center;
    padding: 20px;
    background: #fff;
}

@media (max-width: 1199px) {
    .funfact-section .funfact ul li {
        padding: 0 10px;
    }
}

/* @media (max-width: 575px) {
  .funfact-section .funfact ul li {
    margin-bottom: 30px;
  }
} */
/* .funfact-section .funfact ul li .count {
  border-radius: 100px;
  background: linear-gradient(107deg, rgba(247, 79, 34, 0.12) 38.02%, rgba(247, 79, 34, 0) 89.08%);
  margin-bottom: 20px;
} */
.funfact-section .funfact ul li .count h3 {
    color: var(--primary-color);
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.92px;
    margin-bottom: 0;
    padding: 5px;
    padding-bottom: 10px;
}

@media (max-width: 1199px) {
    .funfact-section .funfact ul li .count h3 {
        font-size: 20px;
    }
}

.funfact-section .funfact ul li .count h3 span {
    font-family: "Manrope", sans-serif;
    color: var(--secondary-color);
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.92px;
}

@media (max-width: 1199px) {
    .funfact-section .funfact ul li .count h3 span {
        font-size: 20px;
    }
}

.funfact-section .funfact ul li span {
    color: #0d1224;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.funfact-section .shape {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

@media (max-width: 1699px) {
    .funfact-section .shape {
        top: auto;
        bottom: 0;
    }
}

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

/*3.4 about */
.about-section {
    position: relative;
    z-index: 1;
    background: url("../images/about/about-bg.jpg") center center/cover
        no-repeat;
    overflow: hidden;
}

.artcraft-box {
    padding: 50px 0;
}

.artcraft-box .img {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
}

.artcraft-box .img img {
    max-width: 600px;
    max-width: 500px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.about-section .about-content h2 {
    color: var(--secondary-color2);
    text-transform: uppercase;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.about-section .about-content h3 {
    color: var(--black-color);
    font-size: 40px;
    font-weight: 600;
    line-height: 61px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .about-section .about-content h3 {
        font-size: 30px;
        line-height: 45px;
    }
}

.about-section .about-content h3 span {
    color: var(--primary-color);
}

.about-section .about-content p {
    margin-top: 20px;
    margin-bottom: 40px;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    /* border-left: 1px solid var(--primary-color); */
    padding-left: 10px;
    max-width: 600px;
}

.about-section .inner-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .about-section .inner-content {
        flex-wrap: wrap;
    }
}

.about-section .inner-content .inner-item {
    display: flex;
    margin-bottom: 40px;
    max-width: 49%;
}

@media (max-width: 575px) {
    .about-section .inner-content .inner-item {
        margin-bottom: 10px;
    }
}

.about-section .inner-content .inner-item .icon {
    font-size: 45px;
    color: var(--primary-color);
}

.about-section .inner-content .inner-item .content {
    text-align: center;
    margin: 0 5px;
}

.about-section .inner-content .inner-item .content h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.about-section .inner-content .inner-item .content span {
    color: #535353;
    font-size: 16px;
    font-weight: 400;
    line-height: 30.8px;
}

.about-section ul li {
    position: relative;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.about-section ul li a {
    text-decoration: underline;
    color: var(--black-color);
}

.about-section ul li i {
    width: 17px;
    height: 17px;
    border-radius: 50px;
    background: var(--secondary-color2);
    color: var(--white-color);
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.about-section .about-btn {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .about-section .about-btn {
        flex-wrap: wrap;
    }
}

.about-section .about-btn .theme-btn,
.about-section .about-btn .view-cart-btn {
    padding: 19px 70px;
}

@media (max-width: 767px) {
    .about-section .about-btn .theme-btn,
    .about-section .about-btn .view-cart-btn {
        padding: 10px 30px;
    }
}

.about-section .ceo {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

@media (max-width: 575px) {
    .about-section .ceo {
        margin-left: 0px;
        width: 100%;
        margin-top: 20px;
    }
}

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

.about-section .ceo .image img {
    width: 56px;
    height: 56px;
    border-radius: 100px;
    border-radius: 56px;
    border: 4px solid var(--white-color);
    background: lightgray 0.742px 2.211px/149.982% 100% no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.about-section .ceo .text {
    margin-left: 20px;
}

.about-section .ceo .text h4 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    line-height: 20px;
    margin-bottom: 0;
    color: var(--black-color);
}

.about-section .ceo .text span {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}

.about-section .about-image {
    position: relative;
}

.about-section .about-image .img-1 {
    width: 633px;
    height: 575px;
    position: relative;
    background: url(../images/about/shape.png) no-repeat 50%;
    background-size: cover;
    margin-left: -100px;
}

@media (max-width: 1199px) {
    .about-section .about-image .img-1 {
        width: 533px;
    }
}

@media (max-width: 991px) {
    .about-section .about-image .img-1 {
        width: 100%;
        max-width: 633px;
        height: 100%;
        margin-left: 0;
        margin-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .about-section .about-image .img-1 {
        margin-bottom: 70px;
    }
}

@media (max-width: 425px) {
    .about-section .about-image .img-1 {
        margin-bottom: 50px;
    }
}

.about-section .about-image .img-1 img {
    mix-blend-mode: lighten;
}

.about-section .about-image .img-2 {
    position: absolute;
    right: 184px;
    bottom: -57px;
}

@media (max-width: 425px) {
    .about-section .about-image .img-2 {
        display: none;
    }
}

.about-section .about-image .img-2 img {
    width: 220px;
    height: 220px;
    border-radius: 220px;
    border: 7px solid var(--white-color);
    background: lightgray 50% / cover no-repeat;
    box-shadow: -4px 14px 20px 0px rgba(0, 0, 0, 0.25);
}

.about-section .shape-1 {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: -1;
}

.about-section .shape-2 {
    position: absolute;
    left: 100px;
    top: 80px;
    z-index: -1;
    animation: leafAniamtion 12s ease-in infinite;
}

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

.about-section .shape-3 {
    position: absolute;
    left: 0px;
    bottom: 50px;
    z-index: -1;
}

@media (max-width: 575px) {
    .about-section .shape-3 {
        display: none;
    }
}

.about-section .shape-4 {
    position: absolute;
    left: 250px;
    bottom: 100px;
    z-index: -1;
    animation: zoom-in-zoom-out 2s ease infinite;
}

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

.about-section .shape-5 {
    position: absolute;
    right: 130px;
    top: 130px;
    z-index: -1;
    animation: zoom-in-zoom-out 2s ease infinite;
}

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

.about-section .shape-6 {
    position: absolute;
    right: 50px;
    bottom: 0;
    z-index: -1;
    animation: leafAniamtion 12s ease-in infinite;
}

@media (max-width: 575px) {
    .about-section .shape-6 {
        display: none;
    }
}

.video-btn {
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 100px;
    background: var(--primary-color);
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
    .video-btn {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

.video-btn i {
    font-size: 25px;
    color: var(--white-color);
}

@media (max-width: 575px) {
    .video-btn i {
        font-size: 20px;
    }
}

/* 3.5 events */

.MV-section {
    background: #f9f4f2;
}

.card-mv {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.card-mv:hover .text {
    display: block;
}

.card-mv::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        237deg,
        rgba(10, 26, 21, 0.8) 14.53%,
        rgba(4, 6, 6, 0.69) 42.31%,
        rgba(33, 229, 193, 0.43) 80.05%
    );
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.card-mv img {
    width: 100%;
}

.card-mv .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 98px;
    height: 99px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.card-mv .icon .shape {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.card-mv .icon a i {
    font-size: 35px;
    color: var(--white-color);
    position: absolute;
    left: 63%;
    top: 14%;
    font-weight: 700;
    z-index: 11;
    font-family: none;
}

.card-mv .text {
    max-width: 384px;
    max-height: 90px;
    border-radius: 7px;
    background: var(--white-color);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.07);
    display: none;
    position: absolute;
    left: 50px;
    bottom: 40px;
    z-index: 1;
    padding: 36px 40px;
    padding-left: 85px;
    text-align: center;
}

@media (max-width: 1399px) {
    .card-mv .text {
        left: 30px;
        padding: 36px 30px;
        padding-left: 80px;
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .card-mv .text {
        left: 20px;
        padding: 25px 10px;
        padding-left: 70px;
        bottom: 20px;
    }
}

.card-mv .text::before {
    position: absolute;
    width: 24px;
    height: 20px;
    content: "";
    background: var(--white-color);
    left: 50px;
    top: -20px;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.card-mv .text h2 {
    margin: 0;
}

.card-mv .text a {
    color: var(--black-color);
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
}

@media (max-width: 767px) {
    .card-mv .text a {
        font-size: 20px;
    }
}

.card-mv .text i {
    width: 75px;
    height: 75px;
    border-radius: 4px;
    background: var(--primary-color);
    font-size: 42px;
    line-height: 75px;
    text-align: center;
    display: block;
    color: var(--white-color);
    position: absolute;
    left: -10px;
    bottom: 0;
}

@media (max-width: 767px) {
    .card-mv .text i {
        width: 60px;
        height: 60px;
        font-size: 35px;
        line-height: 60px;
    }
}

.card-mv:hover::before {
    opacity: 1;
    visibility: visible;
}

.card-mv:hover .icon {
    opacity: 1;
    visibility: visible;
}

/* 3.6 service */
.service-section {
    position: relative;
    z-index: 1;
}

.service-section .shape-1 {
    position: absolute;
    left: 0;
    bottom: 30%;
    z-index: -1;
    animation: leafAniamtion 12s ease-in infinite;
}

.service-section .shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.service-section .section-title {
    /* max-width: 630px; */
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .service-section .section-title {
        text-align: center;
        max-width: 100%;
    }
}

.service-section .all-Service-btn {
    text-align: right;
}

@media (max-width: 991px) {
    .service-section .all-Service-btn {
        text-align: center;
        margin-top: 20px;
    }
}

.service-section .service-wrap {
    margin-top: 40px;
}

.service-section .service-left {
    max-width: 486px;
    border-radius: 11px;
    background: #eee9e9;
    padding: 40px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .service-section .service-left {
        padding: 30px 20px;
    }
}

@media (max-width: 991px) {
    .service-section .service-left {
        margin-bottom: 30px;
    }
}

.service-section .service-left li {
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .service-section .service-left li {
        margin-bottom: 20px;
    }
}

.service-section .service-left li:last-child {
    margin-bottom: 0;
}

.service-section .service-left li a {
    border-radius: 10px;
    background: var(--white-color);
    color: #0f0f2d;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .service-section .service-left li a {
        padding: 10px 20px;
    }
}

@media (max-width: 575px) {
    .service-section .service-left li a {
        padding: 10px 10px;
        font-size: 15px;
    }
}

.service-section .service-left li a::before {
    position: absolute;
    right: 30px;
    top: 50%;
    content: "\f123";
    font-size: 20px;
    font-family: flaticon_aidus !important;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    color: var(--white-color);
}

@media (max-width: 575px) {
    .service-section .service-left li a::before {
        right: 20px;
        font-size: 17px;
    }
}

.service-section .service-left li a i {
    font-size: 25px;
    color: var(--primary-color);
    padding-right: 20px;
}

@media (max-width: 575px) {
    .service-section .service-left li a i {
        font-size: 18px;
        padding-right: 15px;
    }
}

.service-section .service-left li a:hover {
    background: #18322e;
    color: var(--white-color);
}

.service-section .service-left li a:hover::before {
    opacity: 1;
    visibility: visible;
}

.service-section .service-left li a:hover i {
    color: var(--white-color);
}

.service-section .service-left li .active {
    background: #18322e;
    color: var(--white-color);
}

.service-section .service-left li .active::before {
    opacity: 1;
    visibility: visible;
}

.service-section .service-left li .active i {
    color: var(--white-color);
}

.service-section .service-left .s-more {
    display: block;
    text-align: center;
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .service-section .service-left .s-more {
        margin-top: 20px;
    }
}

.service-section .service-left .s-more a {
    color: #0f0f2d;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
}

.service-section .service-left .shape {
    position: absolute;
    right: 67px;
    bottom: 27px;
    z-index: -1;
}

@media (max-width: 575px) {
    .service-section .service-left .shape {
        display: none;
    }
}

.service-section .service-image ul {
    margin: 0 -10px;
}

@media (max-width: 575px) {
    .service-section .service-image ul {
        margin: 0;
    }
}

.service-section .service-image ul li {
    width: 49.7%;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

@media (max-width: 1399px) {
    .service-section .service-image ul li {
        width: 49%;
    }
}

@media (max-width: 575px) {
    .service-section .service-image ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
}

.service-section .service-image ul li img {
    width: 100%;
    border-radius: 14px;
}

.service-section .service-image ul li:first-child {
    width: 100%;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .service-section .service-image ul li:last-child {
        margin-bottom: 0px;
    }
}

/* 3.7 causes */
.causes-section {
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .causes-section .section-title {
        text-align: center;
    }
}

.causes-section .section-title h2 span {
    color: var(--primary-color);
}

.causes-section .owl-nav {
    position: absolute;
    left: 61%;
    top: -23%;
}

@media (max-width: 1799px) {
    .causes-section .owl-nav {
        left: 65%;
    }
}

@media (max-width: 1649px) {
    .causes-section .owl-nav {
        left: 70%;
    }
}

@media (max-width: 1599px) {
    .causes-section .owl-nav {
        left: 80%;
    }
}

@media (max-width: 991px) {
    .causes-section .owl-nav {
        display: none;
    }
}

.causes-section .owl-nav button {
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 100px;
    border: 1px solid var(--primary-color);
    background: var(--white-color);
    transition: all 0.3s ease-in-out;
    color: var(--primary-color);
}

.causes-section .owl-nav button:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.causes-section .owl-nav .owl-prev {
    margin-right: 25px;
}

.causes-section .owl-dots {
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .causes-section .owl-dots {
        display: none;
    }
}

.causes-section .owl-dots button {
    margin: 5px;
    border: 1px solid var(--primary-color);
    width: 10px;
    height: 14px;
    border-radius: 100px;
}

.causes-section .owl-dots button.active {
    background: var(--primary-color);
}

.causes-section .causes-slider {
    position: relative;
    left: 15%;
}

@media (max-width: 1799px) {
    .causes-section .causes-slider {
        left: 14%;
    }
}

@media (max-width: 1749px) {
    .causes-section .causes-slider {
        left: 13%;
    }
}

@media (max-width: 1699px) {
    .causes-section .causes-slider {
        left: 12%;
    }
}

@media (max-width: 1649px) {
    .causes-section .causes-slider {
        left: 10%;
    }
}

@media (max-width: 1599px) {
    .causes-section .causes-slider {
        left: 0;
    }
}

.causes-section .shape {
    position: absolute;
    left: 50px;
    bottom: 170px;
    animation: zoom-in-zoom-out 2s ease infinite;
}

.causes-section .shape-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 400px;
    z-index: -1;
}

.causes-section .shape-2 img {
    width: 100%;
    height: 100%;
}

.causes-card {
    background: var(--white-color);
    box-shadow: 0px 6px 41px 0px rgba(0, 0, 0, 0.07);
}

.causes-card .image {
    position: relative;
    padding: 15px 12px;
}

.causes-card .image img {
    width: 100%;
}

.causes-card .image span {
    background: var(--primary-color);
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 22px;
    padding: 5px 30px;
    z-index: 1;
}

.causes-card .text {
    padding: 25px;
    padding-top: 5px;
}

.causes-card .text h2 {
    margin-bottom: 4px;
    min-height: 30px;
}

.causes-card .text h2 a {
    color: var(--black-color);
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.causes-card .text p {
    color: #535353;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

.causes-card .progress-wrap {
    border-radius: 10px;
    background: rgba(247, 79, 34, 0.05);
    margin: 0 12px;
    padding: 20px;
    padding-top: 40px;
}

.causes-card .progress-item {
    position: relative;
}

.causes-card .progress-item .progress {
    border-radius: 4px;
    background: var(--white-color);
    height: 7px;
}

.causes-card .progress-item .progress .bar {
    position: relative;
    float: left;
    min-width: 1%;
    height: 7px;
    background: #f99126;
    z-index: 1;
    border-radius: 30px;
}

.causes-card .progress-item .cssProgress-label {
    position: absolute;
    right: 30px;
    top: -27px;
    color: var(--primary-color);
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.causes-card .progress-item .cssProgress-label::after {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: var(--primary-color);
}

.causes-card .progress-item .cssProgress-label::before {
    position: absolute;
    top: 26px;
    left: 6px;
    z-index: 11;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: var(--white-color);
}

.causes-card ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.causes-card ul li {
    position: relative;
}

.causes-card ul li .title {
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.causes-card ul li span {
    display: block;
    color: var(--primary-color);
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.causes-card ul li:nth-child(2)::before {
    position: absolute;
    left: -35px;
    top: 50%;
    content: "";
    width: 1px;
    height: 28px;
    background: #d9d9d9;
    transform: translateY(-50%);
}

.causes-card ul li:nth-child(2)::after {
    position: absolute;
    right: -35px;
    top: 50%;
    content: "";
    width: 1px;
    height: 28px;
    background: #d9d9d9;
    transform: translateY(-50%);
}

/* 3.8 cta */
.cta-section {
    position: relative;
    text-align: center;
    padding: 140px 0 190px;
    background: url(../images/11.jpg) center/cover no-repeat;
    z-index: 1;
}

@media (max-width: 991px) {
    .cta-section {
        padding: 120px 0 120px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .cta-section {
        padding: 80px 0 80px;
    }
}

.cta-section .content {
    max-width: 646px;
    margin: 0 auto;
}

.cta-section .content span {
    color: var(--primary-color);
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.cta-section .content h3 {
    color: var(--white-color);
    font-size: 55px;
    font-weight: 600;
    line-height: 61px;
    text-transform: capitalize;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .cta-section .content h3 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .cta-section .content h3 {
        font-size: 35px;
        margin-bottom: 20px;
    }
}

.cta-section .shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.cta-section .shape-1 {
    position: absolute;
    bottom: -60px;
    left: 0;
}

@media (max-width: 1399px) {
    .cta-section .shape-1 {
        bottom: -50px;
    }
}

@media (max-width: 1199px) {
    .cta-section .shape-1 {
        bottom: -30px;
    }
}

@media (max-width: 767px) {
    .cta-section .shape-1 {
        display: none;
    }
}

.cta-section .shape-2 {
    position: absolute;
    left: 100px;
    top: 200px;
    animation: leafAniamtion 12s ease-in infinite;
}

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

/* 3.9 project */
.project-section {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    overflow: hidden;
}

.project-section .section-title {
    text-align: center;
    /* max-width: 631px; */
    margin: 0 auto;
    margin-bottom: 40px;
}

.cshp_project-card {
    background: white;
    padding: 30px;
    margin: 15px;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

@media screen and (max-width: 991px) {
    .cshp_project-card {
        min-height: 515px;
    }
}

.cshp_project-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--tertiary-color);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.cshp_project-card::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -50px;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background: #e4edef;
    opacity: 0.2;
}

.cshp_project-card:hover::before {
    transform: scaleX(1);
}

.cshp_project-card:hover {
    transform: translateY(-10px);
    box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.15);
}

.cshp_icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: var(--secondary-color2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: cshp_pulse 2s infinite;
}

@keyframes cshp_pulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 var(--secondary-color2);
    }

    50% {
        box-shadow: 0 0 0 20px rgba(247, 79, 34, 0);
    }
}

.cshp_icon-wrapper i {
    font-size: 2.5rem;
    color: white;
    animation: cshp_iconFloat 3s ease-in-out infinite;
}

@keyframes cshp_iconFloat {
    0%,
    100% {
        transform: translateY(0);
    }

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

.cshp_chapter-name {
    color: var(--secondary-color);
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-align: center;
}

.cshp_project-card h2 {
    color: var(--dark-bg);
    font-size: 1.5rem;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
}

.cshp_project-card span {
    color: #666;
    line-height: 1.8;
    text-align: center;
    display: block;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .cshp_project-slider {
        .owl-nav button {
            top: 97% !important;
        }

        .owl-nav button.owl-prev {
            left: 15% !important;
        }

        .owl-nav button.owl-next {
            right: 15% !important;
        }
    }
}

.cshp_project-slider {
    .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        color: var(--primary-color) !important;
        width: 50px;
        height: 50px;
        border-radius: 50% !important;
        font-size: 1.5rem !important;
        transition: all 0.3s ease;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        border: none;
    }

    .owl-nav button:hover {
        background: var(--primary-color) !important;
        color: var(--light-bg) !important;
        transform: translateY(-50%) scale(1.1);
    }

    .owl-nav button.owl-prev {
        left: -45px;
    }

    .owl-nav button.owl-next {
        right: -45px;
    }

    .owl-dots {
        text-align: center;
        margin-top: 30px;
    }

    .owl-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #ddd !important;
        border-radius: 50%;
        margin: 0 5px;
        transition: all 0.3s ease;
        border: none;
    }

    .owl-dot.active {
        background: var(--primary-color) !important;
        width: 30px;
        border-radius: 6px;
    }
}

@media (max-width: 768px) {
    .cshp_section-title h1 {
        font-size: 2rem;
    }

    .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 1.2rem !important;
    }

    .owl-nav button.owl-prev {
        left: -10px;
    }

    .owl-nav button.owl-next {
        right: -10px;
    }
}

/* 3.10 testimonial */
.testimonial-section .section-title {
    text-align: center;
}

.testimonial-wrap .owl-nav {
    display: none;
}

.testimonial-wrap .owl-dots {
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .testimonial-wrap .owl-dots {
        display: none;
    }
}

.testimonial-wrap .owl-dots button {
    margin: 5px;
    border: 1px solid var(--primary-color);
    width: 10px;
    height: 14px;
    border-radius: 100px;
}

.testimonial-wrap .owl-dots button.active {
    background: var(--primary-color);
}

.testimonial-card {
    position: relative;
    border-radius: 19px;
    background: var(--white-color);
    box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 60px 45px 30px;
    margin: 15px;
    height: 500px;
}

@media (max-width: 1399px) {
    .testimonial-card {
        padding: 60px 30px 30px;
    }
}

@media (max-width: 1199px) {
    .testimonial-card {
        padding: 40px 20px 20px;
    }
}

.testimonial-card::before {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    width: 85%;
    height: 4px;
    background: var(--primary-color);
    transform: translateX(-50%);
    border-radius: 13px;
}

.testimonial-card::after {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    width: 20px;
    height: 14px;
    background: var(--primary-color);
    transform: translateX(-50%);
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.testimonial-card ul li {
    display: inline-block;
}

.testimonial-card ul li i {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 900;
    line-height: 26px;
}

.testimonial-card p {
    color: #5e5f63;
    font-size: 18px;
    font-weight: 400;
    line-height: 39px;
}

@media (max-width: 1199px) {
    .testimonial-card p {
        font-size: 15px;
        line-height: 33px;
    }
}

.testimonial-card .autr-name {
    padding-top: 20px;
    border-top: 1px solid #dfdfdf;
    display: flex;
    align-items: center;
}

/* 
.testimonial-card .autr-name .image{
  width: 72px!important;
  height: 72px!important;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--primary-color);
} */

.testimonial-card .autr-name .image img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    object-fit: cover;
}

.testimonial-card .autr-name .text {
    padding-left: 20px;
    flex: 1;
}

.testimonial-card .autr-name .text h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .testimonial-card .autr-name .text h3 {
        font-size: 16px;
    }
}

.testimonial-card .autr-name .text span {
    color: #535353;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .testimonial-card .autr-name .text span {
        font-size: 16px;
    }
}

/* 3.11 process */
.process-section {
    position: relative;
    background: #f1ebe9;
    padding-top: 340px;
    padding-bottom: 90px;
    overflow: hidden;
    z-index: 0;
    margin-top: -220px;
}

@media (max-width: 991px) {
    .process-section {
        padding-bottom: 60px;
        padding-top: 90px;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .process-section {
        padding-bottom: 50px;
    }
}

.process-section .wrape {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .process-section .wrape {
        flex-wrap: wrap;
    }
}

.process-section .item {
    width: 260px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    z-index: 11;
}

@media (max-width: 1199px) {
    .process-section .item {
        width: 230px;
    }
}

@media (max-width: 991px) {
    .process-section .item {
        flex-basis: 50%;
    }
}

@media (max-width: 575px) {
    .process-section .item {
        flex-basis: 100%;
    }
}

.process-section .item .icon {
    max-width: 185px;
    max-height: 184px;
    line-height: 185px;
    margin: 0 auto;
    border-radius: 100px;
    background: var(--white-color);
    display: block;
    margin-bottom: 10px;
    outline: 1px dotted #c1c1c1;
    outline-offset: -15px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

@media (max-width: 1199px) {
    .process-section .item .icon {
        max-width: 130px;
        max-height: 130px;
        line-height: 130px;
    }
}

.process-section .item .icon span {
    color: var(--white-color);
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 13px;
    background: #ffa415;
}

@media (max-width: 1199px) {
    .process-section .item .icon span {
        right: 0px;
        top: 0px;
        font-size: 14px;
    }
}

.process-section .item .icon i {
    font-size: 75px;
    color: #0b3742;
}

@media (max-width: 1199px) {
    .process-section .item .icon i {
        font-size: 50px;
    }
}

.process-section .item h2 {
    color: #101212;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .process-section .item h2 {
        font-size: 17px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .process-section .item h2 {
        line-height: 30px;
    }
}

.process-section .item .shape {
    position: absolute;
    top: 40%;
    right: -35%;
    transform: translateY(-50%);
}

@media (max-width: 1399px) {
    .process-section .item .shape {
        right: -22%;
    }
}

@media (max-width: 1199px) {
    .process-section .item .shape {
        right: -20%;
        top: 33%;
    }
}

@media (max-width: 991px) {
    .process-section .item .shape {
        right: -15%;
        top: 33%;
    }
}

@media (max-width: 575px) {
    .process-section .item .shape {
        display: none;
    }
}

.process-section .item:nth-child(2) .icon {
    outline: 1px dotted var(--primary-color);
}

.process-section .item:nth-child(2) .icon span {
    background: var(--primary-color);
}

.process-section .item:nth-child(3) .icon span {
    background: #8139e7;
}

.process-section .item:last-child .shape {
    display: none;
}

.process-section .item:last-child .icon {
    outline: 1px dotted var(--primary-color);
}

.process-section .item:last-child .icon span {
    background: #ff3662;
}

@media (max-width: 991px) {
    .process-section .item:nth-child(2) .shape {
        display: none;
    }
}

.process-section .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.process-section .shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.process-section .shape-3 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.process-section .shape-4 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    animation: leafAniamtion 12s ease-in infinite;
}

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

/* 3.12 instagam*/
.instagam-section,
.instagam-section-s2 {
    position: relative;
    z-index: 11;
}

@media (max-width: 1199px) {
    .instagam-section,
    .instagam-section-s2 {
        background: var(--primary-color);
    }
}

.instagam-section .shape,
.instagam-section-s2 .shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

@media (max-width: 1199px) {
    .instagam-section .shape,
    .instagam-section-s2 .shape {
        display: none;
    }
}

.instagam-section .shape .shape-2,
.instagam-section-s2 .shape .shape-2 {
    position: absolute;
    left: 0;
    bottom: -38px;
    width: 100%;
    z-index: 1;
}

@media (max-width: 1199px) {
    .instagam-section .shape .shape-2,
    .instagam-section-s2 .shape .shape-2 {
        display: none;
    }
}

.instagam-section .section-title,
.instagam-section-s2 .section-title {
    text-align: center;
}

.instagam-section .section-title span,
.instagam-section-s2 .section-title span {
    color: var(--white-color);
}

.instagam-section .section-title h2,
.instagam-section-s2 .section-title h2 {
    color: var(--white-color);
}

@media (max-width: 1399px) {
    .instagam-section .section-title h2,
    .instagam-section-s2 .section-title h2 {
        line-height: 34px;
    }
}

.instagam-section .sortable-gallery,
.instagam-section-s2 .sortable-gallery {
    display: flex;
    max-width: 1670px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .instagam-section .sortable-gallery,
    .instagam-section-s2 .sortable-gallery {
        max-width: 100%;
        flex-wrap: wrap;
    }
}

.instagam-section .grid,
.instagam-section-s2 .grid {
    margin: 5px;
}

@media (max-width: 991px) {
    .instagam-section .grid,
    .instagam-section-s2 .grid {
        width: 47.9%;
    }
}

@media (max-width: 575px) {
    .instagam-section .grid,
    .instagam-section-s2 .grid {
        width: 100%;
    }
}

.instagam-section .grid:hover .img-holder .img,
.instagam-section-s2 .grid:hover .img-holder .img {
    filter: grayscale(100%);
}

.instagam-section .grid:hover .img-holder .hover-content,
.instagam-section-s2 .grid:hover .img-holder .hover-content {
    opacity: 1;
    visibility: visible;
}

.instagam-section .img-holder,
.instagam-section-s2 .img-holder {
    position: relative;
}

.instagam-section .img-holder .img {
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 334px;
    object-fit: cover;
}

.instagam-section-s2 .img-holder .img {
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.instagam-section .img-holder .hover-content,
.instagam-section-s2 .img-holder .hover-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.instagam-section .img-holder .hover-content i,
.instagam-section-s2 .img-holder .hover-content i {
    font-size: 40px;
    color: var(--primary-color);
}

/* 3.13 blog */
.blog-section,
.blog-section-s4 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 30px 0;
}

@media (max-width: 1199px) {
    .blog-section,
    .blog-section-s4 {
        padding-top: 100px;
        margin-top: -105px;
    }
}

@media (max-width: 991px) {
    .blog-section,
    .blog-section-s4 {
        padding-top: 10px;
        margin-top: 0;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .blog-section,
    .blog-section-s4 {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

.blog-section .section-title,
.blog-section-s4 .section-title {
    text-align: center;
}

.blog-section .shape,
.blog-section-s4 .shape {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -10;
}

.blog-section-s4 {
    padding-top: 120px;
    margin-top: 0;
}

@media (max-width: 991px) {
    .blog-section-s4 {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .blog-section-s4 {
        padding-top: 60px;
    }
}

.article_blog_slider .owl-stage-outer {
    height: 600px;
}

.article_blog_slider .owl-nav button {
    position: absolute;
    background: transparent;
    color: var(--primary-color) !important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    font-size: 1.5rem !important;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: none;
}

.article_blog_slider .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.article_blog_slider .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ddd !important;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
    border: none;
}

.article_blog_slider .owl-dot.active {
    background: var(--primary-color) !important;
    width: 30px;
    border-radius: 6px;
}

.article_blog_slider .owl-dot.active {
    background: var(--primary-color) !important;
    width: 30px;
    border-radius: 6px;
}

.article_blog_slider .owl-nav button.owl-prev {
    left: 30%;
}

.article_blog_slider .owl-nav button.owl-next {
    right: 30%;
}

@media screen and (max-width: 767px) {
    .article_blog_slider .owl-nav button.owl-prev {
        left: 20%;
    }

    .article_blog_slider .owl-nav button.owl-next {
        right: 20%;
    }
}

.blog-card {
    position: relative;
    z-index: 11;
    margin-bottom: 30px;
    height: 500px;
    /*  img {
         width: 100%;
         transition: transform .5s ease-in-out;
         transform: scale(1.4);
         transform-origin: 100% 0;

     }
  */
}

.blog-card .image {
    position: relative;
    overflow: hidden;
}

.blog-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: relative;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 500ms ease;
}

.blog-card img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
    transition: all 0.4s ease-in-out;
}

.blog-card ul {
    display: inline-block;
    position: relative;
    top: -35px;
    background: var(--white-color);
    padding: 0 10px;
    padding-top: 5px;
}

.blog-card ul li {
    display: inline-block;
    color: #535353;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 10px;
}

.blog-card ul li i {
    color: var(--primary-color);
    padding-right: 10px;
}

.blog-card .content {
    background: var(--white-color);
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    padding-bottom: 55px;
    margin-top: -35px;
    position: relative;
    z-index: -1;
}

@media (max-width: 1199px) {
    .blog-card .content {
        padding: 25px;
        padding-bottom: 55px;
    }

    .blog-card {
        height: 550px !important;
    }
}

@media (max-width: 991px) {
    .blog-card {
        height: 580px !important;
    }
}

@media (max-width: 575px) {
    .blog-card .content {
        padding: 20px;
        padding-bottom: 55px;
    }
}

.blog-card .content h3 {
    margin-bottom: 14px;
    height: 60px;
}

.blog-card .content h3 a {
    color: #18322e;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
}

.blog-card .content p {
    color: #707481;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 0;
}

.blog-card .content .content_bottom {
    background: var(--primary-color);
    max-width: 397px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px 10px;
    position: absolute;
    bottom: -25px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1399px) {
    .blog-card .content .content_bottom {
        max-width: 320px;
    }
}

.blog-card .content .content_bottom span a {
    color: var(--secondary-color);
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    line-height: 20px;
}

.blog-card .content .content_bottom span a i {
    color: var(--black-color);
    font-size: 15px;
    line-height: 20px;
    padding-left: 10px;
}

.blog-card .content .content_bottom span a img {
    width: 12px;
    height: 11px;
    margin-right: 10px;
}

.blog-card:hover .image img:first-child {
    transform: translateX(0) scaleX(1);
    opacity: 1;
    filter: blur(0);
}

.blog-card:hover .image img:nth-child(2) {
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
}

.blog-card:hover .content .content_bottom {
    opacity: 1;
    visibility: visible;
}

/* 5. Home-style-2 */
/*5.1 register */
.register-section {
    position: relative;
    background: #f1ebe9;
    padding-top: 50px;
    z-index: 1;
}

@media (max-width: 1199px) {
    .register-section {
        padding: 50px 0;
    }
}

.register-section .content {
    display: flex;
}

@media (max-width: 991px) {
    .register-section .content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.register-section .content .image {
    max-width: 273px;
    max-height: 204px;
    position: relative;
}

.register-section .content .image img {
    width: 100%;
    border-radius: 9px;
}

.register-section .content .image .icon {
    width: 84px;
    height: 82px;
    text-align: center;
    line-height: 82px;
    background: var(--primary-color);
    position: absolute;
    left: 20px;
    bottom: 0;
}

.register-section .content .image .icon::before {
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 20px;
    height: 25px;
    content: "";
    background: #ce3810;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.register-section .content .image .icon i {
    font-size: 35px;
    color: var(--white-color);
}

.register-section .content .text {
    margin-left: 50px;
}

@media (max-width: 991px) {
    .register-section .content .text {
        margin-left: 0;
        text-align: center;
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .register-section .content .text {
        margin-top: 30px;
    }
}

.register-section .content .text span {
    color: var(--primary-color);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.register-section .content .text span img {
    margin-right: 10px;
}

.register-section .content .text h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 47px;
}

@media (max-width: 767px) {
    .register-section .content .text h2 {
        font-size: 28px;
        line-height: 37px;
    }
}

.register-section .content .text a {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
}

.register-section .content .text a i {
    position: relative;
    top: 5px;
    padding-left: 20px;
}

.register-section .content .text a i::before {
    font-size: 20px;
    line-height: 20px;
}

.register-section .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    animation: leafAniamtion 12s ease-in infinite;
}

/*5.2 about-section-s2 */
.about-section-s2,
.about-section-s3,
.about-section-s4 {
    position: relative;
    z-index: 1;
}

.about-section-s2 .about-image,
.about-section-s3 .about-image,
.about-section-s4 .about-image {
    max-width: 532px;
    position: relative;
    margin-top: -50px;
}

@media (max-width: 991px) {
    .about-section-s2 .about-image,
    .about-section-s3 .about-image,
    .about-section-s4 .about-image {
        margin-top: 0;
        margin-bottom: 100px;
    }
}

.about-section-s2 .about-image .image1,
.about-section-s3 .about-image .image1,
.about-section-s4 .about-image .image1 {
    border-radius: 9px;
    position: relative;
}

.about-section-s2 .about-image .image1::before,
.about-section-s3 .about-image .image1::before,
.about-section-s4 .about-image .image1::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    max-width: 419px;
    max-height: 522px;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    border: 2px solid var(--primary-color);
    z-index: -1;
    left: auto;
    right: 60px;
    bottom: -27px;
}

.about-section-s2 .about-image .image1::after,
.about-section-s3 .about-image .image1::after,
.about-section-s4 .about-image .image1::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 4px;
    height: 209px;
    z-index: -1;
    left: -22px;
    top: 50px;
    background: var(--primary-color);
}

.about-section-s2 .about-image .image1 img,
.about-section-s3 .about-image .image1 img,
.about-section-s4 .about-image .image1 img {
    border-radius: 9px;
    max-width: 437px;
    max-height: 555px;
    width: 100%;
    height: 100%;
}

.about-section-s2 .about-image .image2,
.about-section-s3 .about-image .image2,
.about-section-s4 .about-image .image2 {
    border-radius: 9px;
    position: absolute;
    right: 0;
    bottom: -90px;
}

@media (max-width: 575px) {
    .about-section-s2 .about-image .image2,
    .about-section-s3 .about-image .image2,
    .about-section-s4 .about-image .image2 {
        display: none;
    }
}

.about-section-s2 .about-image .image2 img,
.about-section-s3 .about-image .image2 img,
.about-section-s4 .about-image .image2 img {
    border-radius: 9px;
    max-width: 247px;
    max-height: 257px;
    width: 100%;
    height: 100%;
}

.about-section-s2 .about-image .shape-love,
.about-section-s3 .about-image .shape-love,
.about-section-s4 .about-image .shape-love {
    position: absolute;
    right: 115px;
    top: 20px;
}

@media (max-width: 991px) {
    .about-section-s2 .about-image .shape-love,
    .about-section-s3 .about-image .shape-love,
    .about-section-s4 .about-image .shape-love {
        display: none;
    }
}

.about-section-s2 .about-image .text,
.about-section-s3 .about-image .text,
.about-section-s4 .about-image .text {
    width: 215px;
    height: 214px;
    line-height: 215px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: -50px;
    bottom: 0;
    z-index: 1;
}

@media (max-width: 991px) {
    .about-section-s2 .about-image .text,
    .about-section-s3 .about-image .text,
    .about-section-s4 .about-image .text {
        left: 0px;
    }
}

@media (max-width: 575px) {
    .about-section-s2 .about-image .text,
    .about-section-s3 .about-image .text,
    .about-section-s4 .about-image .text {
        width: 150px;
        height: 150px;
        line-height: 150px;
    }
}

.about-section-s2 .about-image .text h2,
.about-section-s3 .about-image .text h2,
.about-section-s4 .about-image .text h2 {
    color: var(--white-color);
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.about-section-s2 .about-image .text h3,
.about-section-s3 .about-image .text h3,
.about-section-s4 .about-image .text h3 {
    color: var(--primary-color);
    text-align: center;
    font-size: 55px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .about-section-s2 .about-image .text h3,
    .about-section-s3 .about-image .text h3,
    .about-section-s4 .about-image .text h3 {
        font-size: 35px;
        line-height: 32px;
    }
}

.about-section-s2 .about-image .text .shape,
.about-section-s3 .about-image .text .shape,
.about-section-s4 .about-image .text .shape {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* .about-section-s2 .right-content,
.about-section-s3 .right-content,
.about-section-s4 .right-content {
  margin-top: 60px;
} */
@media (max-width: 575px) {
    .about-section-s2 .right-content,
    .about-section-s3 .right-content,
    .about-section-s4 .right-content {
        margin-top: 0;
    }
}

.about-section-s2 .right-content h2,
.about-section-s3 .right-content h2,
.about-section-s4 .right-content h2 {
    color: var(--secondary-color2);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about-section-s2 .right-content h2 img,
.about-section-s3 .right-content h2 img,
.about-section-s4 .right-content h2 img {
    margin-right: 10px;
}

.about-section-s2 .right-content h3,
.about-section-s3 .right-content h3,
.about-section-s4 .right-content h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
    padding-bottom: 30px;
    margin-bottom: 0;
    font-family: "Stack Sans Headline", sans-serif;
}

@media (max-width: 575px) {
    .about-section-s2 .right-content h3,
    .about-section-s3 .right-content h3,
    .about-section-s4 .right-content h3 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 425px) {
    .about-section-s2 .right-content h3,
    .about-section-s3 .right-content h3,
    .about-section-s4 .right-content h3 {
        font-size: 35px;
        line-height: 40px;
    }
}

.about-section-s2 .right-content h3 span,
.about-section-s3 .right-content h3 span,
.about-section-s4 .right-content h3 span {
    color: var(--primary-color);
    position: relative;
}

.about-section-s2 .right-content p,
.about-section-s3 .right-content p,
.about-section-s4 .right-content p {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    max-width: 626px;
}

.about-section-s2 .shape-1,
.about-section-s3 .shape-1,
.about-section-s4 .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

@media (max-width: 991px) {
    .about-section-s2 .shape-1,
    .about-section-s3 .shape-1,
    .about-section-s4 .shape-1 {
        display: none;
    }
}

.about-section-s2 .shape-2,
.about-section-s3 .shape-2,
.about-section-s4 .shape-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    animation: leafAniamtion 15s ease-in infinite;
}

@media (max-width: 991px) {
    .about-section-s2 .shape-2,
    .about-section-s3 .shape-2,
    .about-section-s4 .shape-2 {
        display: none;
    }
}

.about-section-s2 .shape-3,
.about-section-s3 .shape-3,
.about-section-s4 .shape-3 {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: -1;
}

@media (max-width: 991px) {
    .about-section-s2 .shape-3,
    .about-section-s3 .shape-3,
    .about-section-s4 .shape-3 {
        display: none;
    }
}

.about-section-s2 .tab,
.about-section-s3 .tab,
.about-section-s4 .tab {
    margin-top: 40px;
}

.about-section-s2 .tablinks,
.about-section-s3 .tablinks,
.about-section-s4 .tablinks {
    color: #222;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: capitalize;
    border: 0;
    background: transparent;
    transition: all 0.3s ease-in-out;
    padding: 10px 30px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}

.about-section-s2 .tablinks.active,
.about-section-s3 .tablinks.active,
.about-section-s4 .tablinks.active {
    background: var(--primary-color);
    color: var(--secondary-color);
}

.about-section-s2 .tabcontent .tab-wrap,
.about-section-s3 .tabcontent .tab-wrap,
.about-section-s4 .tabcontent .tab-wrap {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .about-section-s2 .tabcontent .tab-wrap,
    .about-section-s3 .tabcontent .tab-wrap,
    .about-section-s4 .tabcontent .tab-wrap {
        flex-direction: column;
        align-items: start;
    }
}

.about-section-s2 .tabcontent .left,
.about-section-s3 .tabcontent .left,
.about-section-s4 .tabcontent .left {
    width: 214px;
    height: 143px;
    border-radius: 10px;
    position: relative;
}

@media (max-width: 1199px) {
    .about-section-s2 .tabcontent .left,
    .about-section-s3 .tabcontent .left,
    .about-section-s4 .tabcontent .left {
        width: 180px;
        height: 120px;
    }
}

.about-section-s2 .tabcontent .left img,
.about-section-s3 .tabcontent .left img,
.about-section-s4 .tabcontent .left img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.about-section-s2 .tabcontent .left .video-btn,
.about-section-s3 .tabcontent .left .video-btn,
.about-section-s4 .tabcontent .left .video-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.about-section-s2 .tabcontent .left .video-btn i,
.about-section-s3 .tabcontent .left .video-btn i,
.about-section-s4 .tabcontent .left .video-btn i {
    font-size: 15px;
}

.about-section-s2 .tabcontent .right,
.about-section-s3 .tabcontent .right,
.about-section-s4 .tabcontent .right {
    margin-left: 40px;
}

@media (max-width: 1399px) {
    .about-section-s2 .tabcontent .right,
    .about-section-s3 .tabcontent .right,
    .about-section-s4 .tabcontent .right {
        margin-left: 15px;
    }
}

@media (max-width: 1199px) {
    .about-section-s2 .tabcontent .right,
    .about-section-s3 .tabcontent .right,
    .about-section-s4 .tabcontent .right {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .about-section-s2 .tabcontent .right,
    .about-section-s3 .tabcontent .right,
    .about-section-s4 .tabcontent .right {
        margin-left: 0;
    }
}

.about-section-s2 .tabcontent .right ul li,
.about-section-s3 .tabcontent .right ul li,
.about-section-s4 .tabcontent .right ul li {
    color: #313b3d;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .about-section-s2 .tabcontent .right ul li,
    .about-section-s3 .tabcontent .right ul li,
    .about-section-s4 .tabcontent .right ul li {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

.about-section-s2 .tabcontent .right ul li i,
.about-section-s3 .tabcontent .right ul li i,
.about-section-s4 .tabcontent .right ul li i {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 20px;
    position: relative;
    top: 5px;
}

@media (max-width: 1399px) {
    .about-section-s2 .tabcontent .right ul li i,
    .about-section-s3 .tabcontent .right ul li i,
    .about-section-s4 .tabcontent .right ul li i {
        margin-right: 15px;
    }
}

@media (max-width: 1199px) {
    .about-section-s2 .tabcontent .right ul li i,
    .about-section-s3 .tabcontent .right ul li i,
    .about-section-s4 .tabcontent .right ul li i {
        font-size: 15px;
        margin-right: 5px;
    }
}

.about-section-s2 .author-wrap,
.about-section-s3 .author-wrap,
.about-section-s4 .author-wrap {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

@media (max-width: 575px) {
    .about-section-s2 .author-wrap,
    .about-section-s3 .author-wrap,
    .about-section-s4 .author-wrap {
        flex-direction: column;
        align-items: start;
        margin-top: 20px;
    }
}

.about-section-s2 .author-wrap .contact,
.about-section-s3 .author-wrap .contact,
.about-section-s4 .author-wrap .contact {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

@media (max-width: 575px) {
    .about-section-s2 .author-wrap .contact,
    .about-section-s3 .author-wrap .contact,
    .about-section-s4 .author-wrap .contact {
        margin-left: 0;
        margin-top: 10px;
    }
}

.about-section-s2 .author-wrap .contact .icon,
.about-section-s3 .author-wrap .contact .icon,
.about-section-s4 .author-wrap .contact .icon {
    margin-right: 10px;
}

.about-section-s2 .author-wrap .contact .text span,
.about-section-s3 .author-wrap .contact .text span,
.about-section-s4 .author-wrap .contact .text span {
    color: #828a8d;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.about-section-s2 .author-wrap .contact .text h4,
.about-section-s3 .author-wrap .contact .text h4,
.about-section-s4 .author-wrap .contact .text h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about-section-s2 .author-img,
.about-section-s3 .author-img,
.about-section-s4 .author-img {
    margin-left: 10px;
}

.about-section-s2 .author-img li,
.about-section-s3 .author-img li,
.about-section-s4 .author-img li {
    display: inline-block;
    margin: 0 -6px;
}

.about-section-s2 .author-img li img,
.about-section-s3 .author-img li img,
.about-section-s4 .author-img li img {
    border-radius: 36px;
    border: 1.5px solid var(--white-color);
    box-shadow: 0px 4px 14px 0px rgba(48, 71, 132, 0.2);
    width: 36px;
    height: 36px;
    transition: all 0.3s ease-in-out;
}

.about-section-s2 .author-img li:hover img,
.about-section-s3 .author-img li:hover img,
.about-section-s4 .author-img li:hover img {
    border: 1.5px solid var(--primary-color);
}

.about-section-s2 .author-img .active img,
.about-section-s3 .author-img .active img,
.about-section-s4 .author-img .active img {
    border: 1.5px solid var(--primary-color);
}

.about-section-s2 .author-text,
.about-section-s3 .author-text,
.about-section-s4 .author-text {
    position: relative;
    color: #222;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 31px;
    text-transform: capitalize;
    margin-left: 20px;
}

@media (max-width: 575px) {
    .about-section-s2 .author-text,
    .about-section-s3 .author-text,
    .about-section-s4 .author-text {
        margin-left: 0;
        margin-top: 10px;
    }
}

.about-section-s2 .author-text .shape,
.about-section-s3 .author-text .shape,
.about-section-s4 .author-text .shape {
    position: absolute;
    left: 25px;
    bottom: -15px;
}

.about-section-s4 {
    padding-bottom: 220px;
}

@media (max-width: 991px) {
    .about-section-s4 {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .about-section-s4 {
        padding-bottom: 80px;
    }
}

/* 5.3 service-section-s2 */
.service-section-s2 {
    position: relative;
    z-index: 11;
    background: var(--primary-color);
}

.service-section-s2 .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 403px;
}

.service-section-s2 .bg-image img {
    width: 100%;
    height: 100%;
}

.service-section-s2 .bg-image::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--secondary-color);
}

.service-section-s2 .bg-image .shape {
    position: absolute;
    left: 75px;
    bottom: 75px;
    animation: zoom-in-zoom-out 2s ease infinite;
}

@media (max-width: 1399px) {
    .service-section-s2 .bg-image .shape {
        display: none;
    }
}

.service-section-s2 .section-title {
    max-width: 625px;
}

.service-section-s2 .section-title span img {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    margin-top: -15px;
}

.service-section-s2 .section-title h2 {
    color: var(--white-color);
}

.service-section-s2 .section-title h2 span {
    color: var(--primary-color);
    position: relative;
}

.service-section-s2 .section-title h2 span::before {
    position: absolute;
    left: 0;
    bottom: -50px;
    content: "";
    background: url(../images/service/liine.svg) no-repeat;
    height: 100%;
    width: 100%;
}

@media (max-width: 757px) {
    .service-section-s2 .section-title h2 span::before {
        display: none;
    }
}

.service-section-s2 .all-Service-btn {
    text-align: end;
}

@media (max-width: 991px) {
    .service-section-s2 .all-Service-btn {
        text-align: start;
        margin-bottom: 20px;
    }
}

.service-wrap {
    display: flex;
    margin: -10px;
}

@media (max-width: 1399px) {
    .service-wrap {
        flex-wrap: wrap;
    }
}

@media (max-width: 1199px) {
    .service-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.service-wrap .item {
    max-width: 235px;
    max-height: 221px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--white-color);
    box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.02);
    padding: 35px 30px;
    position: relative;
    overflow: hidden;
    margin: 15px;
}

.service-wrap .item::before {
    position: absolute;
    right: -7px;
    bottom: -7px;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid var(--primary-color);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.service-wrap .item .icon {
    transition: all 0.3s ease-in-out;
}

.service-wrap .item .icon i {
    font-size: 35px;
    color: var(--primary-color);
}

.service-wrap .item h2 {
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}

.service-wrap .item h2 a {
    color: var(--black-color);
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    display: block;
}

.service-wrap .item span {
    color: #535353;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    display: block;
}

.service-wrap .item a {
    color: #001c4c;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.service-wrap .item a i {
    font-size: 15px;
    padding-left: 15px;
    position: relative;
    top: 5px;
}

.service-wrap .item .visible-content {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 0px;
}

.service-wrap .item .hover-content {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 500px;
}

.service-wrap .item:hover .visible-content {
    visibility: hidden;
    opacity: 0;
    top: -500px;
}

.service-wrap .item:hover .hover-content {
    visibility: visible;
    opacity: 1;
    top: -135px;
}

.service-wrap .item:hover .hover-content h2 {
    margin-top: -4px;
}

.gi_services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.gi_service-card {
    flex: 1;
    min-width: 250px;
    max-width: 280px;
    background: white;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 4px 24px -1px rgba(0, 32, 91, 0.04);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gi_service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        var(--primary-color),
        var(--secondary-color)
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.gi_service-card:hover::before {
    opacity: 0.05;
}

.gi_service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 40px 80px -20px rgba(0, 32, 91, 0.12);
}

.gi_service-card > * {
    position: relative;
    z-index: 1;
}

.gi_service-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
    border: 1px solid var(--secondary-color2);
}

.gi_service-card:hover .gi_service-icon {
    transform: rotateY(360deg);
    background: var(--secondary-color);
}

.gi_service-card:hover .gi_service-icon i {
    color: var(--light-bg);
}

.gi_service-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
    filter: blur(20px);
    opacity: 0.3;
    z-index: -1;
}

.gi_service-icon i {
    font-size: 2.8rem;
    color: var(--secondary-color);
}

.gi_service-card h3 {
    color: var(--dark-bg);
    font-size: 1.4rem;
    margin-bottom: 0;
    font-weight: 600;
    transition: color 0.3s ease;
}

.gi_service-card:hover h3 {
    color: var(--secondary-color2);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .gi_service-card {
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .gi_services-grid {
        gap: 25px;
    }

    .gi_service-card {
        max-width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 480px) {
    .gi_service-card {
        padding: 35px 25px;
    }

    .gi_service-icon {
        width: 80px;
        height: 80px;
    }

    .gi_service-icon i {
        font-size: 2.5rem;
    }

    .gi_service-card h3 {
        font-size: 1.2rem;
    }
}

/* Animation */
@keyframes gi_fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gi_service-card {
    animation: gi_fadeInUp 0.6s ease forwards;
}

.gi_service-card:nth-child(1) {
    animation-delay: 0.1s;
}

.gi_service-card:nth-child(2) {
    animation-delay: 0.2s;
}

.gi_service-card:nth-child(3) {
    animation-delay: 0.3s;
}

.gi_service-card:nth-child(4) {
    animation-delay: 0.4s;
}

/* 5.4 causes-section-s2 */
.causes-section-s2,
.causes-section-s3 {
    position: relative;
    z-index: 1;
    margin-top: -150px;
    padding-top: 300px;
    padding-bottom: 300px;
    background: #f1ebe9;
}

@media (max-width: 1399px) {
    .causes-section-s2,
    .causes-section-s3 {
        margin-top: 120px;
        padding-top: 120px;
        padding-bottom: 250px;
    }
}

@media (max-width: 991px) {
    .causes-section-s2,
    .causes-section-s3 {
        margin-top: 90px;
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .causes-section-s2,
    .causes-section-s3 {
        margin-top: 80px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.causes-section-s2 .section-title,
.causes-section-s3 .section-title {
    margin-bottom: 0;
}

.causes-section-s2 .section-title p,
.causes-section-s3 .section-title p {
    color: #535353;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 0;
    border-left: 1px solid var(--primary-color);
    padding-left: 10px;
    max-width: 537px;
    margin: 30px 0;
}

.causes-section-s2 .section-title ul li,
.causes-section-s3 .section-title ul li {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    text-transform: capitalize;
}

.causes-section-s2 .section-title ul li i,
.causes-section-s3 .section-title ul li i {
    margin-right: 10px;
    width: 17px;
    height: 17px;
    line-height: 18px;
    text-align: center;
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 100px;
    display: inline-block;
    font-size: 13px;
}

.causes-section-s2 .section-title .theme-btn,
.causes-section-s2 .section-title .view-cart-btn,
.causes-section-s3 .section-title .theme-btn,
.causes-section-s3 .section-title .view-cart-btn {
    margin-top: 50px;
}

.causes-section-s2 .causes-slider-s2,
.causes-section-s3 .causes-slider-s2 {
    max-width: 1196px;
    position: absolute;
    right: -200px;
    top: 53%;
    transform: translateY(-50%);
}

@media (max-width: 1799px) {
    .causes-section-s2 .causes-slider-s2,
    .causes-section-s3 .causes-slider-s2 {
        right: -250px;
    }
}

@media (max-width: 1699px) {
    .causes-section-s2 .causes-slider-s2,
    .causes-section-s3 .causes-slider-s2 {
        right: -350px;
    }
}

@media (max-width: 1499px) {
    .causes-section-s2 .causes-slider-s2,
    .causes-section-s3 .causes-slider-s2 {
        right: -450px;
    }
}

@media (max-width: 1399px) {
    .causes-section-s2 .causes-slider-s2,
    .causes-section-s3 .causes-slider-s2 {
        position: unset;
        transform: unset;
        max-width: 991px;
        margin: 0 auto;
        margin-top: 50px;
    }
}

.causes-section-s2 .causes-slider-s2 .owl-nav,
.causes-section-s3 .causes-slider-s2 .owl-nav {
    position: absolute;
    left: 40%;
    bottom: -90px;
}

@media (max-width: 1399px) {
    .causes-section-s2 .causes-slider-s2 .owl-nav,
    .causes-section-s3 .causes-slider-s2 .owl-nav {
        left: 45%;
        bottom: 120px;
    }
}

@media (max-width: 1199px) {
    .causes-section-s2 .causes-slider-s2 .owl-nav,
    .causes-section-s3 .causes-slider-s2 .owl-nav {
        left: 40%;
        bottom: 120px;
    }
}

@media (max-width: 991px) {
    .causes-section-s2 .causes-slider-s2 .owl-nav,
    .causes-section-s3 .causes-slider-s2 .owl-nav {
        display: none;
    }
}

.causes-section-s2 .causes-slider-s2 .owl-nav button,
.causes-section-s3 .causes-slider-s2 .owl-nav button {
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 100px;
    border: 1px solid var(--primary-color);
    background: transparent;
    transition: all 0.3s ease-in-out;
    color: var(--primary-color);
}

.causes-section-s2 .causes-slider-s2 .owl-nav button:hover,
.causes-section-s3 .causes-slider-s2 .owl-nav button:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.causes-section-s2 .causes-slider-s2 .owl-nav .owl-prev,
.causes-section-s3 .causes-slider-s2 .owl-nav .owl-prev {
    margin-right: 25px;
}

.causes-section-s2 .causes-slider-s2 .owl-dots,
.causes-section-s3 .causes-slider-s2 .owl-dots {
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .causes-section-s2 .causes-slider-s2 .owl-dots,
    .causes-section-s3 .causes-slider-s2 .owl-dots {
        display: none;
    }
}

.causes-section-s2 .causes-slider-s2 .owl-dots button,
.causes-section-s3 .causes-slider-s2 .owl-dots button {
    margin: 5px;
    border: 1px solid var(--primary-color);
    width: 10px;
    height: 14px;
    border-radius: 100px;
}

.causes-section-s2 .causes-slider-s2 .owl-dots button.active,
.causes-section-s3 .causes-slider-s2 .owl-dots button.active {
    background: var(--primary-color);
}

.causes-section-s2 .shape,
.causes-section-s3 .shape {
    position: absolute;
    left: 0;
    top: 100px;
}

@media (max-width: 1399px) {
    .causes-section-s2 .shape,
    .causes-section-s3 .shape {
        display: none;
    }
}

/*5.5  become_volunteer */
.become_volunteer {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding-bottom: 85px;
}

@media (max-width: 1399px) {
    .become_volunteer {
        padding-bottom: 65px;
    }
}

@media (max-width: 1199px) {
    .become_volunteer {
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .become_volunteer {
        flex-wrap: wrap;
    }
}

.become_volunteer.become_volunteer-s2 {
    padding-bottom: 0;
}

.become_volunteer .left-content,
.become_volunteer .right-content {
    width: 50%;
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 959px;
    height: 297px;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 767px) {
    .become_volunteer .left-content,
    .become_volunteer .right-content {
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
    }
}

.become_volunteer .left-content::before,
.become_volunteer .right-content::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--tertiary-color);
    z-index: -1;
}

.become_volunteer .left-content h2,
.become_volunteer .right-content h2 {
    color: var(--white-color);
    font-family: "Manrope", sans-serif;
    font-size: 38px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 27px 0 15px;
}

@media (max-width: 991px) {
    .become_volunteer .left-content h2,
    .become_volunteer .right-content h2 {
        font-size: 30px;
    }
}

.become_volunteer .left-content a,
.become_volunteer .right-content a {
    color: var(--white-color);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: capitalize;
}

.become_volunteer .right-content::before {
    background: var(--primary-color);
}

.become_volunteer .shape {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    z-index: 1;
    top: auto;
}

@media (max-width: 1399px) {
    .become_volunteer .shape {
        bottom: 30px;
    }
}

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

/*5.6 service-section-s3 */
.service-section-s3 {
    background: linear-gradient(
        180deg,
        var(--white-color) 2.5%,
        #f1f0f0 102.5%
    );
    padding-top: 0;
}

@media (max-width: 1399px) {
    .service-section-s3 {
        padding-top: 50px;
    }
}

@media (max-width: 1199px) {
    .service-section-s3 {
        padding-top: 120px;
    }
}

@media (max-width: 991px) {
    .service-section-s3 {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .service-section-s3 {
        padding-top: 80px;
    }
}

.service-section-s3 .section-title {
    text-align: center;
}

.service-section-s3 .service-wrap {
    display: flex;
    justify-content: center;
    margin: -15px;
}

.service-section-s3 .service-wrap .service-card {
    width: 20%;
    border-radius: 11px;
    border: 1px solid rgba(164, 164, 164, 0.1);
    padding: 50px 40px;
    margin: 15px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1399px) {
    .service-section-s3 .service-wrap .service-card {
        padding: 40px 20px;
    }
}

@media (max-width: 991px) {
    .service-section-s3 .service-wrap .service-card {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .service-section-s3 .service-wrap .service-card {
        width: 100%;
    }
}

.service-section-s3 .service-wrap .service-card:hover {
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.06);
}

.service-section-s3 .service-wrap .service-card .icon {
    position: relative;
    width: 66px;
    height: 66px;
    z-index: 1;
}

.service-section-s3 .service-wrap .service-card .icon i {
    font-size: 45px;
    color: var(--primary-color);
}

.service-section-s3 .service-wrap .service-card .icon::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 46px;
    height: 46px;
    border-radius: 100px;
    background: #f8e3db;
    z-index: -1;
}

.service-section-s3 .service-wrap .service-card h2 a {
    color: var(--black-color);
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .service-section-s3 .service-wrap .service-card h2 a {
        font-size: 16px;
        line-height: 25px;
    }
}

.service-section-s3 .service-wrap .service-card h2 a:hover {
    color: var(--primary-color);
}

.service-section-s3 .service-wrap .service-card span {
    color: #535353;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    display: block;
    margin-bottom: 15px;
}

.service-section-s3 .service-wrap .service-card a {
    color: var(--primary-color);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
    position: relative;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .service-section-s3 .service-wrap .service-card a {
        font-size: 16px;
        line-height: 25px;
    }
}

.service-section-s3 .service-wrap .service-card a i {
    transform: rotate(315deg);
    font-size: 15px;
    position: absolute;
    right: -40px;
    transition: all 0.3s ease-in-out;
}

.service-section-s3 .service-wrap .service-card a:hover i {
    transform: none;
}

.service-section-s3 .service-wrap > .service-card:nth-child(2) .icon i {
    color: #f6a10c;
}

.service-section-s3 .service-wrap > .service-card:nth-child(2) .icon::after {
    background: #f9edd8;
}

.service-section-s3 .service-wrap > .service-card:nth-child(3) .icon i {
    color: #17c6d8;
}

.service-section-s3 .service-wrap > .service-card:nth-child(3) .icon::after {
    background: #e4eeef;
}

.service-section-s3 .service-wrap > .service-card:last-child .icon i {
    color: #35da4e;
}

.service-section-s3 .service-wrap > .service-card:last-child .icon::after {
    background: #e4f1e6;
}

/*5.7 GetQuate-section */
.GetQuate-section {
    position: relative;
    z-index: 1;
    background: #f1ebe9;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .GetQuate-section {
        background: #222325;
    }
}

@media (max-width: 991px) {
    .GetQuate-section .left-wrap {
        margin-bottom: 20px;
    }
}

.GetQuate-section .left-wrap h2 {
    color: var(--primary-color);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.GetQuate-section .left-wrap h2 img {
    margin-top: -5px;
    margin-right: 10px;
}

.GetQuate-section .left-wrap h3 {
    color: var(--white-color);
    font-size: 55px;
    font-weight: 600;
    line-height: 61px;
    text-transform: capitalize;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .GetQuate-section .left-wrap h3 {
        font-size: 44px;
        line-height: 59px;
    }
}

.GetQuate-section .left-wrap h3 span {
    position: relative;
    color: var(--primary-color);
}

.GetQuate-section .left-wrap h3 span::before {
    position: absolute;
    left: 0;
    bottom: -70px;
    content: "";
    background: url(../images/service/liine.svg) no-repeat;
    height: 100%;
    width: 100%;
}

@media (max-width: 757px) {
    .GetQuate-section .left-wrap h3 span::before {
        display: none;
    }
}

.GetQuate-section .left-wrap p {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    display: block;
    max-width: 581px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.06);
    border-left: 1px solid var(--primary-color);
    padding: 25px;
    position: relative;
    margin-bottom: 70px;
}

.GetQuate-section .left-wrap p::before {
    position: absolute;
    left: 0;
    content: "";
    top: 50%;
    background: var(--primary-color);
    width: 10px;
    height: 10px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.GetQuate-section .left-wrap p::after {
    position: absolute;
    left: -2px;
    content: "";
    top: 0;
    background: var(--primary-color);
    width: 1px;
    height: 100%;
}

.GetQuate-section .left-wrap .icontext {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .GetQuate-section .left-wrap .icontext {
        display: block;
    }
}

.GetQuate-section .left-wrap .icontext li {
    color: var(--white-color);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.54px;
    max-width: 250px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.GetQuate-section .left-wrap .icontext li i {
    font-size: 40px;
    color: var(--primary-color);
    padding-right: 10px;
}

.GetQuate-section .left-wrap .op-item {
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .GetQuate-section .left-wrap .op-item {
        display: block;
    }
}

.GetQuate-section .left-wrap .op-item li {
    max-width: 250px;
    display: flex;
    align-items: center;
    margin-right: 25px;
    margin-bottom: 20px;
    color: var(--white-color);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

@media (max-width: 1199px) {
    .GetQuate-section .left-wrap .op-item li {
        margin-right: 0px;
    }
}

@media (max-width: 575px) {
    .GetQuate-section .left-wrap .op-item li {
        margin-bottom: 10px;
    }
}

.GetQuate-section .left-wrap .op-item li i {
    font-size: 18px;
    color: var(--primary-color);
    padding-right: 5px;
}

.GetQuate-section .bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 70%;
    z-index: -1;
}

@media (max-width: 1599px) {
    .GetQuate-section .bg-shape {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .GetQuate-section .bg-shape {
        display: none;
    }
}

.GetQuate-section .bg-shape .shape1 {
    position: absolute;
    left: 0;
    top: 0;
}

.GetQuate-section .bg-shape .shape2 {
    position: absolute;
    left: 50px;
    bottom: 100px;
    animation: zoom-in-zoom-out 2s ease infinite;
}

.GetQuate-section .bg-shape .shape3 {
    position: absolute;
    right: 200px;
    bottom: 0;
}

.GetQuate-section .right-img {
    position: absolute;
    max-width: 518px;
    right: 50px;
    bottom: 0;
}

@media (max-width: 1199px) {
    .GetQuate-section .right-img {
        display: none;
    }
}

.donation-from {
    max-width: 520px;
    border-radius: 24px;
    border: 2px solid var(--primary-color);
    background: url(../images/donetBg.jpg) center/cover no-repeat;
    padding: 70px 30px;
    padding-right: 50px;
    position: relative;
    z-index: 1;
    margin-left: 80px;
}

.donation-from .input-item {
    margin-bottom: 20px !important;
}

@media (max-width: 1399px) {
    .donation-from {
        margin-left: 0px;
    }
}

@media (max-width: 1199px) {
    .donation-from {
        padding: 70px 30px;
        padding-right: 30px;
    }
}

.donation-from h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 50px;
}

.donation-from .progress-wrap {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 40px;
}

.donation-from .progress-item {
    position: relative;
}

.donation-from .progress-item .progress {
    border-radius: 16px;
    background: var(--white-color);
    height: 16px;
}

.donation-from .progress-item .progress .bar {
    position: relative;
    float: left;
    min-width: 1%;
    height: 16px;
    background: var(--primary-color);
    z-index: 1;
    border-radius: 30px;
}

.donation-from .progress-item .cssProgress-label {
    position: absolute;
    right: 49%;
    top: -27px;
    color: var(--primary-color);
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.donation-from .progress-item .cssProgress-label::after {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 100px;
    background: var(--primary-color);
}

.donation-from .progress-item .cssProgress-label::before {
    position: absolute;
    top: 24px;
    left: 4px;
    z-index: 11;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: var(--white-color);
}

.donation-from ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.donation-from ul li {
    position: relative;
}

.donation-from ul li .title {
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.donation-from ul li span {
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.donation-from .donate-amount {
    padding-top: 60px;
    margin: -10px;
}

.donation-from .donate-amount .amount-btn {
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
    border-radius: 30.5px;
    border: 1px solid #f0f1f2;
    background: var(--white-color);
    padding: 10px 25px;
    padding-bottom: 8px;
    margin: 10px;
    text-align: center;
}

.donation-from .donate-amount .amount-btn.active {
    background: var(--primary-color);
    color: var(--white-color);
}

.donation-from .addAmount-value {
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30.5px;
    border: 1px solid #f0f1f2;
    background: var(--white-color);
    padding: 10px 25px;
    padding-bottom: 8px;
    max-width: 150px;
    margin: 20px 0;
    text-align: center;
}

.donation-from .theme-btn,
.donation-from .view-cart-btn {
    padding: 12px 30px;
}

/* 5.8 volunteer-section*/
.volunteer-section .all-btn,
.volunteer-section-s2 .all-btn {
    margin-top: 20px;
    text-align: center;
}

.volunteer-section.volunteer-section-s3,
.volunteer-section-s2.volunteer-section-s3 {
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .volunteer-section.volunteer-section-s3,
    .volunteer-section-s2.volunteer-section-s3 {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .volunteer-section.volunteer-section-s3,
    .volunteer-section-s2.volunteer-section-s3 {
        padding-bottom: 50px;
    }
}

.vol-card {
    margin-bottom: 30px;
}

.vol-card .image {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vol-card .image img {
    width: 100%;
    height: 350px;
    width: 300px;
    object-fit: cover;
}

.vol-card .image .hover-icon {
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    border-radius: 0px 8px 0px 0px;
    background: var(--primary-color);
    display: block;
    color: var(--white-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.vol-card .image .hover-icon i {
    text-align: center;
    font-size: 25px;
}

.vol-card .image ul {
    position: absolute;
    left: 40px;
    bottom: 0;
    max-width: 172px;
    background: var(--white-color);
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.vol-card .image ul li {
    display: inline-block;
}

.vol-card .image ul li a {
    padding: 8px 8px;
    display: block;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .vol-card .image ul li a {
        padding: 8px 5px;
    }
}

.vol-card .image ul li a:hover i {
    color: var(--primary-color);
}

.vol-card .image ul li i {
    font-size: 15px;
    color: #535353;
}

.vol-card:hover .hover-icon {
    background: #ffa400;
}

.vol-card:hover ul {
    opacity: 1;
    visibility: visible;
    left: 65px;
}

.vol-card .text {
    text-align: center;
    padding: 25px 0;
    padding-bottom: 0px;
}

.vol-card .text h3 a {
    color: var(--black-color);
    font-family: "Stack Sans Headline", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
}

.vol-card .text span {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}

/* 5.9 project-section */
.project-section-s2,
.project-section-s3 {
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .project-section-s2,
    .project-section-s3 {
        background: #222325;
    }
}

.project-section-s2 .bg-shape,
.project-section-s3 .bg-shape {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -1;
}

.project-section-s2 .section-title h2,
.project-section-s3 .section-title h2 {
    color: var(--white-color);
}

.project-section-s2 .project-card,
.project-section-s3 .project-card {
    margin-bottom: -40px;
}

@media (max-width: 757px) {
    .project-section-s2 .project-card,
    .project-section-s3 .project-card {
        margin-bottom: 0px;
    }
}

.project-section-s2 .project-card img,
.project-section-s3 .project-card img {
    border-radius: 10px;
}

.project-section-s2 .project-card .content,
.project-section-s3 .project-card .content {
    opacity: 1;
    visibility: visible;
    position: relative;
    bottom: -30px;
    box-shadow: 0px 4px 21px 1px transparent;
}

.project-section-s2 .owl-item.active.center .content,
.project-section-s3 .owl-item.active.center .content {
    border-radius: 11px;
    box-shadow: 0px 4px 21px 1px rgba(0, 0, 0, 0.08);
}

.project-section-s2 .owl-nav,
.project-section-s3 .owl-nav {
    display: none;
}

.project-section-s2 .project-slider-s2,
.project-section-s3 .project-slider-s2 {
    padding: 0 70px;
}

@media (max-width: 1599px) {
    .project-section-s2 .project-slider-s2,
    .project-section-s3 .project-slider-s2 {
        padding: 0 20px;
    }
}

.project-section-s2 .owl-dots,
.project-section-s3 .owl-dots {
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .project-section-s2 .owl-dots,
    .project-section-s3 .owl-dots {
        display: none;
    }
}

.project-section-s2 .owl-dots button,
.project-section-s3 .owl-dots button {
    margin: 5px;
    border: 1px solid var(--primary-color);
    width: 10px;
    height: 14px;
    border-radius: 100px;
}

.project-section-s2 .owl-dots button.active,
.project-section-s3 .owl-dots button.active {
    background: var(--primary-color);
}

.project-section-s3 .bg-shape {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 500px;
    background: #222325;
}

/*5.10 testimonial-section-s2 */
.testimonial-section-s2 {
    position: relative;
    z-index: 1;
    padding-top: 0;
}

@media (max-width: 1199px) {
    .testimonial-section-s2 {
        padding-top: 120px;
    }
}

@media (max-width: 767px) {
    .testimonial-section-s2 {
        padding-top: 80px;
    }
}

.testimonial-section-s2 .image {
    max-width: 428px;
    max-height: 519px;
    width: 428px;
    display: inline-block;
}

@media (max-width: 767px) {
    .testimonial-section-s2 .image {
        width: 100%;
    }
}

.testimonial-section-s2 .image .item {
    position: relative;
}

.testimonial-section-s2 .image .item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-section-s2 .image .feedback {
    padding: 15px 24px;
    background: var(--primary-color);
    text-align: center;
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    display: inline-block;
    position: absolute;
    left: -66px;
    bottom: 135px;
    transform: rotate(270deg);
    display: flex;
}

@media (max-width: 575px) {
    .testimonial-section-s2 .image .feedback {
        display: none;
    }
}

.testimonial-section-s2 .image .feedback img {
    margin-right: 15px;
}

.testimonial-section-s2 .content-wrap {
    width: calc(100% - 435px);
    display: inline-block;
    padding-left: 95px;
    text-align: left;
}

@media (max-width: 1399px) {
    .testimonial-section-s2 .content-wrap {
        padding-left: 30px;
    }
}

@media (max-width: 1199px) {
    .testimonial-section-s2 .content-wrap {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    .testimonial-section-s2 .content-wrap {
        padding-left: 0px;
        width: 100%;
        margin-top: 0;
    }
}

.testimonial-section-s2 .content-wrap h2 {
    color: #18322e;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.76px;
    text-decoration-line: underline;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
    display: inline-block;
}

@media (max-width: 1399px) {
    .testimonial-section-s2 .content-wrap h2 {
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .testimonial-section-s2 .content-wrap h2 {
        font-size: 13px;
    }
}

.testimonial-section-s2 .content-wrap h2::before {
    position: absolute;
    left: 0;
    top: 45%;
    width: 14px;
    height: 16px;
    transform: translateY(-50%);
    content: url(https://wpocean.com/html/tf/aidus-live/assets/images/title-shape.svg);
}

.testimonial-section-s2 .content-wrap h3 {
    text-transform: capitalize;
    color: var(--black-color);
    font-family: "Manrope", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .testimonial-section-s2 .content-wrap h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .testimonial-section-s2 .content-wrap h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .testimonial-section-s2 .content {
        padding-bottom: 50px;
    }
}

.testimonial-section-s2 .content p {
    margin-bottom: 35px;
    color: #6d6767;
    font-family: "Manrope", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: -0.9px;
}

@media (max-width: 1399px) {
    .testimonial-section-s2 .content p {
        font-size: 25px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .testimonial-section-s2 .content p {
        font-size: 20px;
        line-height: 30px;
    }
}

.testimonial-section-s2 .content .client-name {
    border-top: 1px solid rgba(24, 24, 94, 0.1);
    padding-top: 40px;
}

.testimonial-section-s2 .content .client-name h4 {
    color: var(--black-color);
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.66px;
    margin: 0;
    display: inline;
}

.testimonial-section-s2 .content .client-name span {
    display: inline;
    font-size: 14px;
    font-weight: 400;
    color: #ff7236;
    font-size: 14px;
    font-weight: 500;
}

.testimonial-section-s2 .slick-arrow {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: -30px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.testimonial-section-s2 .slick-arrow.slick-prev,
.testimonial-section-s2 .slick-arrow.slick-next {
    right: 80px;
}

.testimonial-section-s2 .slick-arrow.slick-prev::after,
.testimonial-section-s2 .slick-arrow.slick-next::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "\f10c";
    font-family: flaticon_aidus !important;
    font-size: 15px;
    color: rgb(8, 17, 45);
    transition: all 0.3s ease-in-out;
}

.testimonial-section-s2 .slick-arrow.slick-prev::before,
.testimonial-section-s2 .slick-arrow.slick-next::before {
    display: none;
}

.testimonial-section-s2 .slick-arrow.slick-next {
    right: 0;
}

.testimonial-section-s2 .slick-arrow.slick-next::after {
    content: "\f10d";
}

.testimonial-section-s2 .slick-arrow.slick-next::before {
    display: none;
}

.testimonial-section-s2 .slick-arrow:hover {
    background: rgb(6, 45, 53);
}

.testimonial-section-s2 .slick-arrow:hover::after {
    color: var(--black-color);
}

.testimonial-section-s2 .slick-list {
    overflow: visible;
}

.testimonial-section-s2 .image .feedback {
    padding: 0;
    transform: unset;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    display: block;
    border-radius: 100px;
    left: auto;
    right: 139px;
    top: -26px;
    bottom: auto;
}

@media (max-width: 1199px) {
    .testimonial-section-s2 .image .feedback {
        right: 50px;
    }
}

@media (max-width: 991px) {
    .testimonial-section-s2 .image .feedback {
        width: 60px;
        height: 60px;
        line-height: 60px;
        right: 80px;
        top: 0px;
    }
}

@media (max-width: 767px) {
    .testimonial-section-s2 .image .feedback {
        width: 60px;
        height: 60px;
        line-height: 60px;
        right: -15px;
        top: 0px;
    }
}

.testimonial-section-s2 .image .feedback i {
    font-size: 45px;
}

@media (max-width: 767px) {
    .testimonial-section-s2 .image .feedback i {
        font-size: 30px;
    }
}

.testimonial-section-s2 .image .item ul {
    border-radius: 22px;
    background: var(--white-color);
    width: 189px;
    text-align: center;
    position: absolute;
    left: 35%;
    bottom: -70px;
    transform: translateX(-50%);
    border-radius: 22px;
    border: 1px solid #e1e1e1;
}

@media (max-width: 1199px) {
    .testimonial-section-s2 .image .item ul {
        left: 45%;
    }
}

.testimonial-section-s2 .image .item ul li {
    display: inline-block;
}

.testimonial-section-s2 .image .item ul li i {
    font-size: 16px;
    color: #ff8c22;
    padding: 9px 3px;
    display: block;
}

.testimonial-section-s2 .image .item img {
    width: 300px;
    height: 300px;
    border-radius: 300px;
    background: #d9d9d9;
}

@media (max-width: 575px) {
    .testimonial-section-s2 .image .item img {
        height: 100%;
    }
}

@media (max-width: 1199px) {
    .testimonial-section-s2 .image {
        width: 340px;
    }
}

.testimonial-section-s2 .content-wrap {
    width: calc(100% - 460px);
    padding-left: 0;
}

@media (max-width: 1199px) {
    .testimonial-section-s2 .content-wrap {
        width: calc(100% - 340px);
    }
}

@media (max-width: 991px) {
    .testimonial-section-s2 .content-wrap {
        width: 100%;
        display: block;
    }
}

.testimonial-section-s2 .slick-arrow:hover {
    background: var(--primary-color);
}

.testimonial-section-s2 .slick-arrow:hover::after {
    color: var(--white-color);
}

.testimonial-section-s2 .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

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

.testimonial-section-s2 .shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -11;
    animation: zoom-in-zoom-out 2s ease infinite;
}

@media (max-width: 991px) {
    .testimonial-section-s2 .shape-2 {
        display: none;
    }
}

/*5.11 instagam-section-s2 */
.instagam-section-s2 {
    background: url(../images/instagam/instagram-bg.jpg) center/cover no-repeat;
    position: relative;
}

.instagam-section-s2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: var(--secondary-color2);
    z-index: -1;
}

.instagam-section-s2 .section-title {
    text-align: center;
}

.instagam-section-s2 .section-title span {
    color: var(--primary-color);
}

.instagam-section-s2 .section-title span img {
    margin-top: -15px;
    padding-right: 10px;
}

.instagam-section-s2 .line-in {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

/*5.12 cta-section-s2 */
.cta-section-s2 {
    position: relative;
    background: url(../images/cta-bg.png) center/cover no-repeat;
    padding: 100px 0;
}

@media (max-width: 767px) {
    .cta-section-s2 {
        padding: 90px 0;
    }
}

.cta-section-s2 .content h2 {
    color: var(--white-color);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.cta-section-s2 .content h2 img {
    margin-top: -5px;
    margin-right: 10px;
}

.cta-section-s2 .content h3 {
    color: var(--white-color);
    font-size: 55px;
    font-weight: 600;
    line-height: 61px;
    text-transform: capitalize;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .cta-section-s2 .content h3 {
        margin-bottom: 20px;
        font-size: 44px;
        line-height: 59px;
    }
}

@media (max-width: 575px) {
    .cta-section-s2 .content h3 {
        font-size: 35px;
        line-height: 45px;
    }
}

.cta-section-s2 .content h3 span {
    position: relative;
    color: var(--primary-color);
}

.cta-section-s2 .content h3 span::before {
    position: absolute;
    left: 0;
    bottom: -70px;
    content: "";
    background: url(../images/service/liine.svg) no-repeat;
    height: 100%;
    width: 100%;
}

@media (max-width: 757px) {
    .cta-section-s2 .content h3 span::before {
        display: none;
    }
}

.cta-section-s2 .all-btn {
    text-align: end;
}

@media (max-width: 991px) {
    .cta-section-s2 .all-btn {
        text-align: left;
    }
}

.cta-section-s2 .all-btn .theme-btn,
.cta-section-s2 .all-btn .view-cart-btn {
    background: var(--white-color);
    color: var(--black-color);
}

.cta-section-s2 .all-btn .theme-btn i,
.cta-section-s2 .all-btn .view-cart-btn i {
    position: relative;
    bottom: -2px;
    right: -10px;
}

@media (max-width: 757px) {
    .cta-section-s2 .all-btn .theme-btn i,
    .cta-section-s2 .all-btn .view-cart-btn i {
        display: none;
    }
}

.cta-section-s2 .all-btn .theme-btn:hover,
.cta-section-s2 .all-btn .view-cart-btn:hover {
    color: var(--white-color);
}

/* 5.13 partners-section-s2 */
.partners-section-s2 {
    position: relative;
    margin-top: -100px;
}

@media (max-width: 991px) {
    .partners-section-s2 {
        margin: 0;
        padding-bottom: 90px;
    }
}

.partners-section-s2 .wraper {
    border-radius: 17px;
    background: var(--white-color);
    box-shadow: 0px 4px 14px -3px rgba(172, 172, 172, 0.25);
    padding: 70px 50px;
    padding-bottom: 20px;
}

@media (max-width: 575px) {
    .partners-section-s2 .wraper {
        padding: 50px 20px;
        padding-bottom: 10px;
    }
}

.partners-section-s2 .wraper .title {
    text-align: center;
    margin: 0 auto;
}

.partners-section-s2 .wraper .title h4 {
    color: #475467;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}

.partners-section-s2 .wraper .title h4::before {
    position: absolute;
    content: "";
    background: #d9d9d9;
    max-width: 370px;
    width: 100%;
    height: 1px;
    left: -284px;
    top: 12px;
}

@media (max-width: 991px) {
    .partners-section-s2 .wraper .title h4::before {
        display: none;
    }
}

.partners-section-s2 .wraper .title h4::after {
    position: absolute;
    content: "";
    background: #d9d9d9;
    max-width: 370px;
    width: 100%;
    height: 1px;
    right: -284px;
    top: 12px;
}

@media (max-width: 991px) {
    .partners-section-s2 .wraper .title h4::after {
        display: none;
    }
}

.partners-section-s2 .partners-slider-s2 .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-section-s2 .partners-slider-s2 ul li {
    display: flex;
    align-items: center;
    height: 150px;
    text-align: center;
    justify-content: center;
}

@media (max-width: 757px) {
    .partners-section-s2 .partners-slider-s2 ul li {
        height: 120px;
    }
}

.partners-section-s2 .partners-slider-s2 ul .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-section-s2 .partners-slider-s2 ul .slick-slide img {
    width: auto;
    margin: 0 auto;
}

.partners-section-s2 .slick-initialized .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

/*5.14 blog-section-s2 */
.blog-section-s2 {
    background: #f1ebe9;
    padding: 310px 0;
    margin-top: -180px;
}

@media (max-width: 991px) {
    .blog-section-s2 {
        padding: 90px 0;
        margin-top: 0px;
    }
}

.blog-section-s2 .owl-nav {
    display: none;
}

.blog-section-s2 .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.blog-section-s2 .owl-dots button {
    margin: 0 10px;
    border: none;
    width: 8px;
    height: 12px;
    border-radius: 100px;
    background: #d6d1d1;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.blog-section-s2 .owl-dots button::before {
    position: absolute;
    left: -6px;
    top: -6px;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 100px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .blog-section-s2 .owl-dots button::before {
        left: -6px;
    }
}

.blog-section-s2 .owl-dots button.active {
    background: #ff7236;
}

.blog-section-s2 .owl-dots button.active::before {
    border: 1px solid #f94e41;
}

.blog-card-s2 {
    margin-bottom: 30px;
}

.blog-card-s2 .image img {
    width: 100%;
}

.blog-card-s2 .content {
    border-radius: 7px;
    background: var(--white-color);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
    padding: 25px;
    max-width: 348px;
    margin: 0 auto;
    margin-top: -100px;
    z-index: 11;
    position: relative;
}

@media (max-width: 575px) {
    .blog-card-s2 .content {
        margin-top: 0;
        max-width: 100%;
        border-radius: 0;
        padding: 25px 10px;
    }
}

.blog-card-s2 .content ul {
    display: inline-block;
    position: relative;
}

.blog-card-s2 .content ul li {
    display: inline-block;
    color: #535353;
    font-size: 15px;
    font-weight: 400;
    padding: 0px 10px;
}

.blog-card-s2 .content ul li:first-child {
    padding-left: 0;
}

.blog-card-s2 .content ul li i {
    color: var(--primary-color);
    padding-right: 10px;
}

.blog-card-s2 .content h3 {
    margin: 10px 0;
}

.blog-card-s2 .content h3 a {
    color: var(--black-color);
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.blog-card-s2 .content a {
    color: var(--black-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 31px;
}

.blog-card-s2 .content a i {
    margin-left: 10px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    background: var(--primary-color);
    border-radius: 100px;
    display: inline-block;
    color: var(--white-color);
    font-size: 7px;
    text-align: center;
}

/*5.15 cta-section-s3 */
.cta-section-s3 {
    position: relative;
    margin-top: -180px;
    margin-bottom: -155px;
    z-index: 11;
}

@media (max-width: 991px) {
    .cta-section-s3 {
        padding: 90px 0;
        margin: 0;
    }
}

.cta-section-s3 .cta-wrap {
    border-radius: 19px;
    background: #18322e;
    padding: 60px 75px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 991px) {
    .cta-section-s3 .cta-wrap {
        padding: 50px 40px;
    }
}

@media (max-width: 575px) {
    .cta-section-s3 .cta-wrap {
        padding: 30px 15px;
    }
}

.cta-section-s3 .cta-wrap .content h2 {
    color: var(--primary-color);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .cta-section-s3 .cta-wrap .content h2 {
        font-size: 16px;
    }
}

.cta-section-s3 .cta-wrap .content h2 img {
    margin-top: -5px;
    margin-right: 10px;
}

.cta-section-s3 .cta-wrap .content h3 {
    color: var(--white-color);
    font-size: 55px;
    font-weight: 600;
    line-height: 61px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media (max-width: 1399px) {
    .cta-section-s3 .cta-wrap .content h3 {
        font-size: 49px;
        line-height: 60px;
    }
}

@media (max-width: 991px) {
    .cta-section-s3 .cta-wrap .content h3 {
        margin-bottom: 20px;
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .cta-section-s3 .cta-wrap .content h3 {
        margin-bottom: 20px;
        font-size: 44px;
        line-height: 59px;
    }
}

@media (max-width: 575px) {
    .cta-section-s3 .cta-wrap .content h3 {
        font-size: 30px;
        line-height: 41px;
    }
}

.cta-section-s3 .cta-wrap .content ul li {
    display: inline-block;
    color: var(--white-color);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding-right: 15px;
}

.cta-section-s3 .cta-wrap .content ul li i {
    color: var(--primary-color);
    bottom: -4px;
    position: relative;
    padding-right: 10px;
}

.cta-section-s3 .cta-wrap .all-btn {
    text-align: end;
}

@media (max-width: 991px) {
    .cta-section-s3 .cta-wrap .all-btn {
        text-align: left;
        margin-top: 20px;
    }
}

.cta-section-s3 .cta-wrap .all-btn .theme-btn,
.cta-section-s3 .cta-wrap .all-btn .view-cart-btn {
    background: var(--white-color);
    color: var(--black-color);
}

.cta-section-s3 .cta-wrap .all-btn .theme-btn i,
.cta-section-s3 .cta-wrap .all-btn .view-cart-btn i {
    position: relative;
    bottom: -2px;
    right: -10px;
}

@media (max-width: 757px) {
    .cta-section-s3 .cta-wrap .all-btn .theme-btn i,
    .cta-section-s3 .cta-wrap .all-btn .view-cart-btn i {
        display: none;
    }
}

.cta-section-s3 .cta-wrap .all-btn .theme-btn::after,
.cta-section-s3 .cta-wrap .all-btn .view-cart-btn::after {
    background: var(--primary-color);
}

.cta-section-s3 .cta-wrap .all-btn .theme-btn:hover,
.cta-section-s3 .cta-wrap .all-btn .view-cart-btn:hover {
    color: var(--white-color);
}

.cta-section-s3 .cta-wrap .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    animation: leafAniamtion 12s ease-in infinite;
}

@media (max-width: 767px) {
    .cta-section-s3 .cta-wrap .shape {
        display: none;
    }
}

.cta-section-s3 .cta-wrap .shape1 {
    position: absolute;
    left: 66%;
    top: 45%;
    z-index: -1;
    animation: zoom-in-zoom-out 2s ease infinite;
}

@media (max-width: 767px) {
    .cta-section-s3 .cta-wrap .shape1 {
        display: none;
    }
}

/* 6. Home-style-3 */
/* 6.1 features-section */
.features-section {
    position: relative;
    margin-top: -65px;
    z-index: 1;
}

@media (max-width: 991px) {
    .features-section {
        margin-top: 90px;
    }
}

@media (max-width: 767px) {
    .features-section {
        margin-top: 80px;
    }
}

.features-section .wraper {
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 11px 23px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 25px;
}

@media (max-width: 991px) {
    .features-section .wraper {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .features-section .wraper {
        padding: 20px 20px;
        padding-bottom: 0;
    }
}

.features-section .feature-card {
    border-radius: 9px;
    background: #f6f6f6;
    padding: 30px 20px;
    display: flex;
    align-items: center;
}

@media (max-width: 1399px) {
    .features-section .feature-card {
        flex-direction: column-reverse;
        align-items: start;
    }
}

@media (max-width: 991px) {
    .features-section .feature-card {
        margin-bottom: 30px;
    }
}

.features-section .feature-card .content {
    width: calc(100% - 100px);
    padding-right: 0px;
}

@media (max-width: 1399px) {
    .features-section .feature-card .content {
        width: 100%;
    }
}

.features-section .feature-card .content h2 {
    color: var(--primary-color);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.features-section .feature-card .content h2 img {
    width: 29px;
    height: 29px;
    position: relative;
    margin-top: -10px;
    margin-right: 10px;
}

.features-section .feature-card .content h3 {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .features-section .feature-card .content h3 {
        font-size: 20px;
    }
}

.features-section .feature-card .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: var(--white-color);
    border-radius: 100px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1399px) {
    .features-section .feature-card .icon {
        margin-bottom: 30px;
    }
}

.features-section .feature-card .icon i {
    font-size: 50px;
    color: #18322e;
    transition: all 0.3s ease-in-out;
}

.features-section .feature-card:hover .icon {
    background: var(--primary-color);
}

.features-section .feature-card:hover .icon i {
    color: var(--white-color);
}

/* 6.2 about-section-s3*/
.about-section-s3 {
    padding-bottom: 220px;
}

@media (max-width: 991px) {
    .about-section-s3 {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .about-section-s3 {
        padding-bottom: 80px;
    }
}

.about-section-s3 .about-image {
    max-width: 532px;
    position: relative;
    margin-top: -50px;
}

@media (max-width: 991px) {
    .about-section-s3 .about-image {
        margin-top: 0;
        margin-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .about-section-s3 .about-image {
        margin-bottom: 50px;
    }
}

.about-section-s3 .about-image .image1 {
    position: relative;
}

.about-section-s3 .about-image .image1::before {
    display: none;
}

.about-section-s3 .about-image .image1::after {
    display: none;
}

.about-section-s3 .about-image .image1 img {
    border-radius: 7px;
    border: 12px solid var(--white-color);
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.15);
    max-width: 404px;
    max-height: 509px;
    width: 100%;
    height: 100%;
}

.about-section-s3 .about-image .image2 {
    border-radius: 9px;
    position: absolute;
    right: 0;
    bottom: -90px;
    background: var(--white-color);
}

@media (max-width: 575px) {
    .about-section-s3 .about-image .image2 {
        display: none;
    }
}

.about-section-s3 .about-image .image2 img {
    max-width: 318px;
    max-height: 253px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 9px solid var(--white-color);
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.17);
}

.about-section-s3 .about-image .image2 .shape {
    position: absolute;
    bottom: -27px;
    right: -40px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .about-section-s3 .about-image .image2 .shape {
        display: none;
    }
}

.about-section-s3 .about-image .image2 .shape img {
    border-radius: 0px;
    border: 0px solid transparent;
    box-shadow: 0px 5px 9px 0px transparent;
}

.about-section-s3 .about-image .image3 {
    position: absolute;
    right: 0;
    top: 20px;
}

@media (max-width: 575px) {
    .about-section-s3 .about-image .image3 {
        display: none;
    }
}

.about-section-s3 .about-image .image3 img {
    max-width: 213px;
    max-height: 217px;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    border: 9px solid var(--white-color);
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.13);
}

.about-section-s3 .dog-sidimg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    animation: leafAniamtion 16s ease-in infinite;
}

@media (max-width: 991px) {
    .about-section-s3 .dog-sidimg {
        display: none;
    }
}

.about-section-s3 .right-content {
    margin-top: 0;
}

@media (max-width: 991px) {
    .about-section-s3 .right-content {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .about-section-s3 .right-content {
        margin-top: 0px;
    }
}

.about-section-s3 .right-content h3 span {
    color: var(--primary-color);
    position: relative;
}

.about-section-s3 .right-content h3 span::before {
    background: url("../images/about/shape14.svg") no-repeat;
}

/*6.3 funfact-section */
.funfact-section-s2 {
    position: relative;
    margin-top: -110px;
    margin-bottom: -130px;
    z-index: 1;
}

@media (max-width: 991px) {
    .funfact-section-s2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.funfact-section-s2 .wraper {
    background: var(--primary-color);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

@media (max-width: 991px) {
    .funfact-section-s2 .wraper {
        padding-top: 35px;
    }
}

.funfact-section-s2 .wraper .col:last-child .item::before {
    display: none;
}

@media (max-width: 991px) {
    .funfact-section-s2 .wraper .col:nth-child(2) .item::before {
        display: none;
    }
}

.funfact-section-s2 .wraper .item {
    text-align: center;
    color: var(--white-color);
    padding: 45px 0;
    position: relative;
}

@media (max-width: 991px) {
    .funfact-section-s2 .wraper .item {
        padding: 0;
        padding-bottom: 35px;
    }
}

.funfact-section-s2 .wraper .item::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 35px;
    width: 2px;
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
    .funfact-section-s2 .wraper .item::before {
        display: none;
    }
}

.funfact-section-s2 .wraper .item i {
    font-size: 56px;
    line-height: 60px;
}

.funfact-section-s2 .wraper .item h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--white-color);
}

.funfact-section-s2 .wraper .item h2 span {
    color: var(--white-color);
    font-family: "Manrope", sans-serif;
}

.funfact-section-s2 .wraper .item p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--white-color);
}

/*6.4 service-section-s4 */

.service-section-s5 {
    background: #f9f4f2;
    padding-top: 60px;
    position: relative;
}

.service-section-s4 {
    background: #f9f4f2;
    padding-top: 270px;
    position: relative;
}

@media (max-width: 991px) {
    .service-section-s4,
    .service-section-s5 {
        padding-top: 80px;
        margin-top: 80px;
    }
}

.service-section-s4 .section-title,
.service-section-s5 .section-title {
    text-align: left;
    margin-bottom: 0;
}

.service-section-s4 .section-title span img,
.service-section-s5 .section-title span img {
    margin-top: -10px;
    position: relative;
}

.service-section-s4 .section-title h2 span,
.service-section-s5 .section-title h2 span {
    position: relative;
}

.service-section-s4 .section-title h2 span::before,
.service-section-s5 .section-title h2 span::before {
    position: absolute;
    bottom: -67px;
    left: 23px;
    width: 100%;
    content: "";
    background: url("../images/about/shape14.svg") no-repeat;
    height: 100%;
}

@media (max-width: 767px) {
    .service-section-s4 .section-title h2 span::before,
    .service-section-s5 .section-title h2 span::before {
        display: none;
    }
}

.service-section-s4 .service-btn,
.service-section-s5 .service-btn {
    text-align: end;
}

@media (max-width: 991px) {
    .service-section-s4 .service-btn,
    .service-section-s5 .service-btn {
        text-align: left;
        margin-top: 20px;
    }
}

.service-section-s4 .service-card-s2,
.service-section-s5 .service-card-s2 {
    margin-bottom: 30px;
    background: var(--white-color);
    border: 1px solid rgba(221, 221, 221, 0.4);
    box-shadow: 0px 7px 28px rgba(0, 0, 0, 0.03);
    text-align: center;
    padding: 65px 40px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1399px) {
    .service-section-s4 .service-card-s2,
    .service-section-s5 .service-card-s2 {
        padding: 50px 30px;
    }
}

@media (max-width: 1199px) {
    .service-section-s4 .service-card-s2,
    .service-section-s5 .service-card-s2 {
        padding: 30px 20px;
    }
}

.service-section-s4 .service-card-s2 .icon,
.service-section-s5 .service-card-s2 .icon {
    margin-bottom: 33px;
    height: 111px;
}

@media (max-width: 1199px) {
    .service-section-s4 .service-card-s2 .icon,
    .service-section-s5 .service-card-s2 .icon {
        margin-bottom: 20px;
    }
}

.service-section-s4 .service-card-s2 h2,
.service-section-s5 .service-card-s2 h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 64px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .service-section-s4 .service-card-s2 h2,
    .service-section-s5 .service-card-s2 h2 {
        font-size: 20px;
        line-height: 50px;
    }
}

.service-section-s4 .service-card-s2 h2 a,
.service-section-s5 .service-card-s2 h2 a {
    color: #101212;
    font-family: "Manrope", sans-serif;
    transition: all 0.3s ease-in-out;
}

.service-section-s4 .service-card-s2 p,
.service-section-s5 .service-card-s2 p {
    color: #6d7680;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}

.service-section-s5 .service-card-s2 p {
    height: 200px;
}

.service-section-s5 .service-card-s2 .s2_member_type {
    color: orange;
}

.service-section-s4 .service-card-s2 .services-btn,
.service-section-s5 .service-card-s2 .services-btn {
    padding-top: 10px;
    display: block;
}

.service-section-s4 .service-card-s2 .services-btn a,
.service-section-s5 .service-card-s2 .services-btn a {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    padding-right: 50px;
    transition: all 0.3s ease-in-out;
}

.service-section-s4 .service-card-s2 .services-btn a::before,
.service-section-s5 .service-card-s2 .services-btn a::before {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-family: flaticon_aidus !important;
    content: "\f137";
    color: var(--primary-color);
    font-size: 32px;
    transition: all 0.3s ease-in-out;
}

.service-section-s4 .service-card-s2 .services-btn a::after,
.service-section-s5 .service-card-s2 .services-btn a::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
    border: 1px solid #bdc2c6;
    width: 19.247px;
    height: 19px;
    transition: all 0.3s ease-in-out;
}

.service-section-s4 .service-card-s2 .services-btn a:hover::before,
.service-section-s5 .service-card-s2 .services-btn a:hover::before {
    font-size: 25px;
    right: 8px;
}

.service-section-s4 .service-card-s2 .services-btn a:hover::after,
.service-section-s5 .service-card-s2 .services-btn a:hover::after {
    width: 40px;
    height: 40px;
}

.service-section-s4 .service-card-s2:hover,
.service-section-s5 .service-card-s2:hover {
    background: #268a66;
    border: 1px solid transparent;
    box-shadow: 0px 7px 28px transparent;
}

.service-section-s4 .service-card-s2:hover h2 a,
.service-section-s5 .service-card-s2:hover h2 a {
    color: var(--white-color);
}

.service-section-s5 .service-card-s2:hover .s2_member_type,
.service-section-s4 .service-card-s2:hover p,
.service-section-s5 .service-card-s2:hover p {
    color: var(--white-color) !important;
}

.service-section-s4 .service-card-s2:hover .services-btn a,
.service-section-s5 .service-card-s2:hover .services-btn a {
    color: var(--white-color);
}

.service-section-s4 .service-card-s2:hover .services-btn a::before,
.service-section-s5 .service-card-s2:hover .services-btn a::before {
    color: #ffb302;
}

.service-section-s4 .service-card-s2,
.service-section-s5 .service-card-s2 {
    position: relative;
    border: 1px solid transparent;
}

.service-section-s4 .service-card-s2:hover .top-shape,
.service-section-s5 .service-card-s2:hover .top-shape {
    opacity: 1;
    visibility: visible;
}

.service-section-s4 .service-card-s2:hover .bottom-shape,
.service-section-s5 .service-card-s2:hover .bottom-shape {
    opacity: 1;
    visibility: visible;
}

.service-section-s4 .slick-slide img,
.service-section-s5 .slick-slide img {
    display: block;
    margin: 0 auto;
}

.service-section-s5 .slick-slide img {
    height: 150px;
    width: 150px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid var(--primary-color);
}

.service-section-s4 .service-slider-s4,
.service-section-s5 .service-slider-s4 {
    padding-top: 40px;
    margin: 0 120px;
}

@media (max-width: 1730px) {
    .service-section-s4 .service-slider-s4,
    .service-section-s5 .service-slider-s4 {
        margin: 0 50px;
    }
}

@media (max-width: 1699px) {
    .service-section-s4 .service-slider-s4,
    .service-section-s5 .service-slider-s4 {
        margin: 0 20px;
    }
}

.service-section-s4 .service-slider-s4 .slick-list,
.service-section-s5 .service-slider-s4 .slick-list {
    margin: 0 -10px;
}

.service-section-s4 .slick-dots li,
.service-section-s5 .slick-dots li {
    height: 7px;
    width: 65px;
    border: 0;
    border-radius: 100px;
    color: #f4f6f8;
    background: var(--white-color);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    .service-section-s4 .slick-dots li,
    .service-section-s5 .slick-dots li {
        width: 20px;
    }
}

.service-section-s4 .slick-dots li.slick-active,
.service-section-s5 .slick-dots li.slick-active {
    background: var(--primary-color);
}

.service-section-s4 .shape,
.service-section-s5 .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .service-section-s4 .shape,
    .service-section-s5 .shape {
        display: none;
    }
}

.service-section-s5 .section-title h2 span {
    color: var(--primary-color);
}

.service-section-s5 .service-card-s2:hover {
    background: var(--secondary-color);
}

/*6.5 causes-section-s3*/
.causes-section-s3 {
    margin-top: 0px;
    padding-top: 120px;
    padding-bottom: 120px;
    background: var(--white-color);
}

@media (max-width: 1399px) {
    .causes-section-s3 {
        margin-top: 0px;
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (max-width: 991px) {
    .causes-section-s3 {
        margin-top: 0px;
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .causes-section-s3 {
        margin-top: 0px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.causes-section-s3 .section-title {
    margin-bottom: 0;
}

.causes-section-s3 .section-title h2 span {
    position: relative;
    color: var(--primary-color);
}

.causes-section-s3 .section-title h2 span::before {
    position: absolute;
    bottom: -67px;
    left: 23px;
    width: 100%;
    content: "";
    background: url("../images/about/shape14.svg") no-repeat;
    height: 100%;
}

@media (max-width: 767px) {
    .causes-section-s3 .section-title h2 span::before {
        display: none;
    }
}

.causes-section-s3 .section-title p {
    border-left: 0px solid transparent;
    padding-left: 0px;
}

.causes-section-s3 .owl-carousel .owl-stage-outer {
    padding: 50px 0;
}

@media (max-width: 1399px) {
    .causes-section-s3 .owl-carousel .owl-stage-outer {
        padding: 0;
    }
}

.causes-section-s3 .causes-slider-s2 {
    top: 50%;
}

.causes-section-s3 .owl-nav {
    display: none;
}

/* 6.6 get-quate-section */
.get-quate-section-s2 {
    position: relative;
    background: url(../images/get-quate-bg.jpg) center/cover no-repeat;
    z-index: 1;
}

.get-quate-section-s2::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
    height: 100%;
    content: "";
    background: var(--tertiary-color);
    z-index: -1;
}

@media (max-width: 991px) {
    .get-quate-section-s2::before {
        width: 100%;
    }
}

.get-quate-section-s2 .content {
    max-width: 625px;
}

.get-quate-section-s2 .section-title span {
    color: var(--white-color);
}

.get-quate-section-s2 .section-title span img {
    margin-top: -10px;
    position: relative;
    margin-right: 10px;
}

.get-quate-section-s2 .section-title h2 {
    color: var(--white-color);
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .get-quate-section-s2 .section-title h2 {
        margin-bottom: 20px;
    }
}

.get-quate-section-s2 .section-title h2 span {
    position: relative;
    color: var(--primary-color);
}

/* .get-quate-section-s2 .section-title h2 span::before {
  position: absolute;
  bottom: -60px;
  left: 7px;
  width: 100%;
  content: "";
  background: url("../images/about/shape14.svg") no-repeat;
  height: 100%;
} */
@media (max-width: 767px) {
    .get-quate-section-s2 .section-title h2 span::before {
        display: none;
    }
}

.get-quate-section-s2 .section-title p {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    max-width: 580px;
}

.get-quate-section-s2 .item-wrap {
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .get-quate-section-s2 .item-wrap {
        flex-direction: column;
        align-items: start;
    }
}

.get-quate-section-s2 .item-wrap .year {
    width: 175px;
    height: 151px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.13);
    text-align: center;
    padding: 30px;
}

@media (max-width: 1199px) {
    .get-quate-section-s2 .item-wrap .year {
        width: 160px;
    }
}

.get-quate-section-s2 .item-wrap .year h3 {
    color: var(--white-color);
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 15px;
}

.get-quate-section-s2 .item-wrap .year span {
    color: var(--white-color);
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
}

.get-quate-section-s2 .item-wrap ul {
    padding-left: 20px;
}

@media (max-width: 575px) {
    .get-quate-section-s2 .item-wrap ul {
        padding-left: 0;
        padding-top: 20px;
    }
}

.get-quate-section-s2 .item-wrap ul li {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    text-transform: capitalize;
}

.get-quate-section-s2 .item-wrap ul li i {
    position: relative;
    line-height: 33px;
    margin-right: 8px;
    bottom: -2px;
}

.get-quate-section-s2 .buttom-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

@media (max-width: 575px) {
    .get-quate-section-s2 .buttom-item {
        flex-direction: column;
        align-items: start;
        margin-top: 0;
    }
}

.get-quate-section-s2 .buttom-item li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 30px;
}

@media (max-width: 1199px) {
    .get-quate-section-s2 .buttom-item li {
        margin-right: 10px;
    }
}

@media (max-width: 575px) {
    .get-quate-section-s2 .buttom-item li {
        margin-top: 20px;
        margin-right: 0;
    }
}

.get-quate-section-s2 .buttom-item li .icon {
    width: 76px;
    height: 76px;
    line-height: 75px;
    text-align: center;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.12);
}

.get-quate-section-s2 .buttom-item li .icon i {
    color: var(--white-color);
    font-size: 25px;
}

.get-quate-section-s2 .buttom-item li .text {
    width: calc(100% - 80px);
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.34);
}

@media (max-width: 1199px) {
    .get-quate-section-s2 .buttom-item li .text {
        padding: 0 5px;
    }
}

@media (max-width: 575px) {
    .get-quate-section-s2 .buttom-item li .text {
        border-right: 0px;
    }
}

.get-quate-section-s2 .buttom-item li .text span {
    color: var(--white-color);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
}

@media (max-width: 1199px) {
    .get-quate-section-s2 .buttom-item li .text span {
        font-size: 15px;
        line-height: 25px;
    }
}

.get-quate-section-s2 .buttom-item li:last-child {
    margin-right: 0;
}

.get-quate-section-s2 .buttom-item li:last-child .text {
    border-right: 0px solid transparent;
}

.get-quate-section-s2 .shape {
    position: absolute;
    left: 0;
    top: 0;
}

.get-quate-section-s2 .shape2 {
    position: absolute;
    left: 50px;
    bottom: 100px;
    animation: zoom-in-zoom-out 2s ease infinite;
}

@media (max-width: 1399px) {
    .get-quate-section-s2 .shape2 {
        bottom: 10px;
    }
}

.get-quate-section-s2 .video {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .get-quate-section-s2 .video {
        display: none;
    }
}

.get-quate-section-s2 .video .video-btn {
    position: unset;
    translate: unset;
}

/* 6.7 process-section-s3 */
.process-section-s3 .content .section-title {
    /* max-width: 626px; */
}

.process-section-s3 .content .section-title span img {
    margin-top: -10px;
    position: relative;
    margin-right: 10px;
}

.process-section-s3 .content .section-title h2 {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .process-section-s3 .content .section-title h2 {
        margin-bottom: 20px;
    }
}

.process-section-s3 .content .section-title h2 span {
    position: relative;
    color: var(--primary-color);
}

/* .process-section-s3 .content .section-title h2 span::before {
  position: absolute;
  bottom: -60px;
  left: 7px;
  width: 100%;
  content: "";
  background: url("../images/about/shape14.svg") no-repeat;
  height: 100%;
} */
@media (max-width: 767px) {
    .process-section-s3 .content .section-title h2 span::before {
        display: none;
    }
}

.process-section-s3 .content .section-title p {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    max-width: 550px;
}

.process-section-s3 .content ul {
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .process-section-s3 .content ul {
        flex-wrap: wrap;
    }
}

.process-section-s3 .content ul li {
    max-width: 200px;
    position: relative;
}

@media (max-width: 575px) {
    .process-section-s3 .content ul li {
        margin-top: 20px;
    }
}

.process-section-s3 .content ul li::before {
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    height: 2px;
    content: "";
    background: #ececec;
    z-index: -1;
}

.process-section-s3 .content ul li .num {
    background: var(--white-color);
    border: 2px;
    border-radius: 100px;
    color: #18322e;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-left: 30px;
    transition: all 0.3s ease-in-out;
}

.process-section-s3 .content ul li .icon {
    margin-top: 50px;
    margin-bottom: 14px;
    background: var(--white-color);
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.1);
    width: 90px;
    height: 90px;
    border-radius: 100px;
    line-height: 90px;
    text-align: center;
}

@media (max-width: 575px) {
    .process-section-s3 .content ul li .icon {
        margin-top: 30px;
    }
}

.process-section-s3 .content ul li h3 {
    color: var(--black-color);
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .process-section-s3 .content ul li h3 {
        font-size: 18px;
        line-height: 27px;
    }
}

.process-section-s3 .content ul li:hover .num {
    background: #268a66;
    color: var(--white-color);
}

.process-section-s3 .right-img {
    max-width: 700px;
    max-height: 760px;
    width: 100%;
    height: 100%;
    position: relative;
    right: -50px;
}

@media (max-width: 991px) {
    .process-section-s3 .right-img {
        display: none;
    }
}

/* .process-section-s3 .right-img::before {
  position: absolute;
  width: 171px;
  height: 167px;
  border-radius: 81.5px;
  background: var(--primary-color);
  content: "";
  right: 104px;
  bottom: 34px;
} */

.publication-img .right-img::before {
    position: absolute;
    width: 171px;
    height: 167px;
    border-radius: 81.5px;
    background: none !important;
    content: "";
    right: 104px;
    bottom: 34px;
}

/* 6.8 partners-section-s3 */
.partners-section-s3 {
    background: #f1ebe9;
    padding: 0 150px;
}

@media (max-width: 1399px) {
    .partners-section-s3 {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .partners-section-s3 {
        padding: 0 20px;
    }
}

.partners-section-s3 ul li {
    height: 255px;
    border: 0;
}

@media (max-width: 1199px) {
    .partners-section-s3 ul li {
        height: 155px;
    }
}

/* 6.9 volunteer-section-s2 */
.volunteer-section-s2 {
    position: relative;
    margin-bottom: -210px;
    z-index: 11;
    padding-bottom: 0;
}

.volunteer-section-s2.volunteer-section-s4 {
    margin-bottom: 0px;
    padding-bottom: 90px;
    z-index: 1;
}

@media (max-width: 991px) {
    .volunteer-section-s2.volunteer-section-s4 {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .volunteer-section-s2.volunteer-section-s4 {
        padding-bottom: 50px;
    }
}

.vol-card-s2 {
    margin-bottom: 30px;
}

.vol-card-s2 .image {
    border: 14px solid var(--white-color);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
    position: relative;
}

.vol-card-s2 .image img {
    width: 100%;
}

.vol-card-s2 .image .hover-icon {
    width: 47px;
    height: 47px;
    text-align: center;
    border-radius: 100px;
    background: #268a66;
    display: block;
    color: var(--white-color);
    position: absolute;
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    z-index: 1;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}

.vol-card-s2 .image .hover-icon i {
    text-align: center;
    font-size: 18px;
    line-height: 47px;
}

.vol-card-s2 .image .hover-icon .ti-plus {
    display: block;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.vol-card-s2 .image .hover-icon .ti-close {
    display: none;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.vol-card-s2 .image ul {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    max-width: 172px;
    background: var(--white-color);
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    border-radius: 100px;
}

.vol-card-s2 .image ul::before {
    position: absolute;
    width: 22px;
    height: 17px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    background: var(--white-color);
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.vol-card-s2 .image ul li {
    display: inline-block;
}

.vol-card-s2 .image ul li a {
    padding: 10px 8px;
    padding-bottom: 8px;
    display: block;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .vol-card-s2 .image ul li a {
        padding: 8px 5px;
    }
}

.vol-card-s2 .image ul li a:hover i {
    color: var(--primary-color);
}

.vol-card-s2 .image ul li i {
    font-size: 15px;
    color: #535353;
}

.vol-card-s2 .text {
    text-align: center;
    padding: 25px 0;
    padding-bottom: 0px;
}

.vol-card-s2 .text h3 a {
    color: var(--black-color);
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.vol-card-s2 .text span {
    color: #268a66;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.vol-card-s2:hover .image .hover-icon {
    background: var(--white-color);
    color: #5d5d70;
}

.vol-card-s2:hover .image .hover-icon .ti-plus {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.vol-card-s2:hover .image .hover-icon .ti-close {
    display: block;
    opacity: 1;
    visibility: visible;
}

.vol-card-s2:hover .image ul {
    bottom: 50px;
    opacity: 1;
    visibility: visible;
}

/* 6.10 testimonial-section-s3*/
.testimonial-section-s3 {
    position: relative;
    z-index: 1;
    padding-top: 335px;
    padding-bottom: 120px;
    background: #f1ebe9;
}

@media (max-width: 991px) {
    .testimonial-section-s3 {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .testimonial-section-s3 {
        padding-bottom: 80px;
    }
}

@media (max-width: 425px) {
    .testimonial-section-s3 {
        padding-top: 300px;
    }
}

.testimonial-section-s3 .section-title span img {
    margin-top: -10px;
    position: relative;
    margin-right: 10px;
}

.testimonial-section-s3 .section-title h2 {
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .testimonial-section-s3 .section-title h2 {
        font-size: 40px;
        line-height: 47px;
    }
}

@media (max-width: 1199px) {
    .testimonial-section-s3 .section-title h2 {
        font-size: 30px;
        line-height: 47px;
    }
}

@media (max-width: 575px) {
    .testimonial-section-s3 .section-title h2 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
    .testimonial-section-s3 .section-title h2 {
        margin-bottom: 20px;
    }
}

.testimonial-section-s3 .section-title h2 span {
    position: relative;
}

@media (max-width: 1399px) {
    .testimonial-section-s3 .section-title h2 span {
        font-size: 40px;
        line-height: 47px;
    }
}

@media (max-width: 1199px) {
    .testimonial-section-s3 .section-title h2 span {
        font-size: 30px;
        line-height: 47px;
    }
}

@media (max-width: 575px) {
    .testimonial-section-s3 .section-title h2 span {
        font-size: 25px;
        line-height: 30px;
    }
}

.testimonial-section-s3 .section-title h2 span::before {
    position: absolute;
    bottom: -60px;
    left: 7px;
    width: 100%;
    content: "";
    background: url("../images/about/shape14.svg") no-repeat;
    height: 100%;
}

@media (max-width: 767px) {
    .testimonial-section-s3 .section-title h2 span::before {
        display: none;
    }
}

.testimonial-section-s3 .testimonial-slider-s3 {
    max-width: 590px;
    width: 100%;
    position: relative;
}

.testimonial-section-s3 .testimonial-slider-s3 .slick-dots {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 300px;
    text-align: end;
}

@media (max-width: 767px) {
    .testimonial-section-s3 .testimonial-slider-s3 .slick-dots {
        bottom: -50px;
        right: auto;
        left: 0;
        text-align: start;
    }
}

.testimonial-section-s3 .testimonial-slider-s3 .slick-dots li button {
    width: 10px;
    height: 10px;
    background: var(--white-color);
    border-radius: 100px;
    position: relative;
    margin: 0 20px;
}

.testimonial-section-s3 .testimonial-slider-s3 .slick-dots li button::after {
    position: absolute;
    left: 50%;
    height: 50%;
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.testimonial-section-s3 .testimonial-slider-s3 .slick-dots li button::before {
    display: none;
}

.testimonial-section-s3
    .testimonial-slider-s3
    .slick-dots
    li.slick-active
    button::after {
    opacity: 1;
    visibility: visible;
}

.testimonial-section-s3 .item h3 {
    color: #535353;
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cacaca;
}

@media (max-width: 1199px) {
    .testimonial-section-s3 .item h3 {
        font-size: 22px;
        line-height: 35px;
    }
}

@media (max-width: 767px) {
    .testimonial-section-s3 .item h3 {
        font-size: 18px;
        line-height: 35px;
    }
}

.testimonial-section-s3 .item .author {
    max-width: 358px;
    display: flex;
    align-items: center;
}

.testimonial-section-s3 .item .author .image {
    width: 72px;
    height: 72px;
}

.testimonial-section-s3 .item .author .image img {
    width: 100%;
    border-radius: 100px;
}

.testimonial-section-s3 .item .author .text {
    padding-left: 20px;
}

.testimonial-section-s3 .item .author .text h4 {
    color: var(--black-color);
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

.testimonial-section-s3 .item .author .text span {
    color: #5e5f63;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.testimonial-section-s3 .left-img {
    width: 600px;
    height: 550px;
    position: relative;
    background: url(../images/testimonial/img-shape.png) no-repeat 50%;
    background-size: cover;
    margin-top: -50px;
}

@media (max-width: 1399px) {
    .testimonial-section-s3 .left-img {
        width: 550px;
        height: 550px;
    }
}

@media (max-width: 1199px) {
    .testimonial-section-s3 .left-img {
        width: 450px;
        height: 400px;
    }
}

@media (max-width: 991px) {
    .testimonial-section-s3 .left-img {
        margin-bottom: 50px;
    }
}

@media (max-width: 425px) {
    .testimonial-section-s3 .left-img {
        width: 300px;
        height: 300px;
    }
}

.testimonial-section-s3 .left-img img {
    mix-blend-mode: lighten;
}

.testimonial-section-s3 .side-img-1 {
    width: 90px;
    height: 90px;
    position: absolute;
    right: 90px;
    top: 30%;
    z-index: -1;
    animation: leafAniamtion 12s ease-in infinite;
}

@media (max-width: 1199px) {
    .testimonial-section-s3 .side-img-1 {
        right: 20px;
    }
}

@media (max-width: 991px) {
    .testimonial-section-s3 .side-img-1 {
        display: none;
    }
}

.testimonial-section-s3 .side-img-1 img {
    width: 100%;
    height: 100%;
    border: 5px solid var(--white-color);
    border-radius: 100px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.testimonial-section-s3 .side-img-2 {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 90px;
    top: 35%;
    z-index: -1;
    animation: leafAniamtion 16s ease-in infinite;
}

@media (max-width: 991px) {
    .testimonial-section-s3 .side-img-2 {
        display: none;
    }
}

.testimonial-section-s3 .side-img-2 img {
    width: 100%;
    height: 100%;
    border: 5px solid var(--white-color);
    border-radius: 100px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

/* 6.11 blog-section-s3  */
.blog-section-s3 .grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
    width: 100%;
}

.blog-section-s3 .grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 47%;
    margin: 7px 15px;
}

@media (max-width: 1199px) {
    .blog-section-s3 .grid-item {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .blog-section-s3 .grid-item {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
}

.blog-section-s3 .grid-item:nth-child(1) {
    grid-column: span 3 !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 0;
    background: transparent;
    box-shadow: none;
    display: block;
    padding: 0px;
}

.blog-section-s3 .grid-item:nth-child(1) img {
    max-width: 100%;
    width: 100%;
}

@media (max-width: 1399px) {
    .blog-section-s3 .grid-item:nth-child(1) img {
        max-width: 100%;
    }
}

.blog-section-s3 .grid-item:nth-child(1)::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 34.36%,
        rgba(0, 0, 0, 0.79) 75.73%,
        rgba(0, 0, 0, 0.87) 100%
    );
}

.blog-section-s3 .grid-item:nth-child(1) .post-content {
    max-width: 426px;
    position: absolute;
    left: 40px;
    bottom: 40px;
    padding: 0;
}

@media (max-width: 1399px) {
    .blog-section-s3 .grid-item:nth-child(1) .post-content {
        padding: 0;
    }
}

@media (max-width: 1199px) {
    .blog-section-s3 .grid-item:nth-child(1) .post-content {
        padding: 0;
        left: 20px;
    }
}

@media (max-width: 991px) {
    .blog-section-s3 .grid-item:nth-child(1) .post-content {
        padding: 0;
    }
}

.blog-section-s3 .grid-item:nth-child(1) .post-content ul li {
    display: inline-block;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 400;
    padding-right: 10px;
}

.blog-section-s3 .grid-item:nth-child(1) .post-content ul li i {
    color: #268a66;
    padding-right: 10px;
}

.blog-section-s3 .grid-item:nth-child(1) .post-content h3 {
    margin-top: 16px;
    margin-bottom: 20px;
}

.blog-section-s3 .grid-item:nth-child(1) .post-content h3 a {
    color: var(--white-color);
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    text-transform: capitalize;
    letter-spacing: 0px;
    display: inline;
    transition: all 0.3s ease-in-out;
}

.blog-section-s3 .grid-item:nth-child(1) .post-content h3 a:hover {
    color: var(--primary-color);
}

.blog-section-s3 .grid-item:nth-child(1) .post-content h3 a::before {
    display: none;
}

.blog-section-s3 .grid-item:nth-child(1) .post-content h3 a::after {
    display: none;
}

.blog-section-s3 .grid-item:nth-child(1) .post-content a {
    max-width: 160px;
    width: 100%;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 2.52px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.blog-section-s3 .grid-item:nth-child(1) .post-content a::before {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-family: flaticon_aidus !important;
    content: "\f137";
    color: #268a66;
    font-size: 32px;
    transition: all 0.3s ease-in-out;
}

.blog-section-s3 .grid-item:nth-child(1) .post-content a::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
    border: 1px solid #bdc2c6;
    width: 28px;
    height: 28px;
    transition: all 0.3s ease-in-out;
}

.blog-section-s3 .grid-item:nth-child(1) .post-content .red-link {
    display: block;
}

.blog-section-s3 .grid-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.blog-section-s3 .grid-item {
    border: 1px solid #e8e9f2;
    background: var(--white-color);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    padding: 10px;
}

@media (max-width: 1199px) {
    .blog-section-s3 .grid-item {
        display: block;
    }
}

.blog-section-s3 .grid-item img {
    max-width: 250px;
    width: 100%;
}

@media (max-width: 1399px) {
    .blog-section-s3 .grid-item img {
        max-width: 200px;
    }
}

@media (max-width: 1199px) {
    .blog-section-s3 .grid-item img {
        max-width: 100%;
    }
}

.blog-section-s3 .grid-item .post-content {
    padding: 0 30px;
}

@media (max-width: 1399px) {
    .blog-section-s3 .grid-item .post-content {
        padding: 0 16px;
    }
}

@media (max-width: 1199px) {
    .blog-section-s3 .grid-item .post-content {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .blog-section-s3 .grid-item .post-content {
        padding: 15px 0px;
    }
}

.blog-section-s3 .grid-item .post-content ul li {
    display: inline-block;
    color: #020626;
    font-size: 15px;
    font-weight: 400;
    padding-right: 10px;
}

.blog-section-s3 .grid-item .post-content ul li i {
    color: #d82221;
    padding-right: 10px;
}

.blog-section-s3 .grid-item .post-content h3 {
    margin-top: 16px;
    margin-bottom: 0px;
}

.blog-section-s3 .grid-item .post-content h3 a {
    color: var(--black-color);
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    text-transform: capitalize;
    letter-spacing: 0px;
    display: inline;
    transition: all 0.3s ease-in-out;
}

.blog-section-s3 .grid-item .post-content h3 a:hover {
    color: var(--primary-color);
}

.blog-section-s3 .grid-item .post-content h3 a::before {
    display: none;
}

.blog-section-s3 .grid-item .post-content h3 a::after {
    display: none;
}

.blog-section-s3 .grid-item .post-content .red-link {
    display: none;
}

.blog-section-s3 .all-btn {
    text-align: center;
    margin-top: 45px;
}

@media (max-width: 767px) {
    .blog-section-s3 .all-btn .theme-btn,
    .blog-section-s3 .all-btn .view-cart-btn {
        padding: 8px 25px;
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .blog-section-s3 .grid {
        grid-template-columns: 1fr;
    }
}

/* 6.12 contact-map-section  */
.contact-map-section .contact-map {
    height: 410px;
}

.contact-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

.contact-map-section h2.hidden {
    display: none;
}

/* 6.13 donate-section  */
.donate-section {
    position: relative;
}

@media (max-width: 1199px) {
    .donate-section {
        padding-bottom: 0;
    }
}

.donate-section .donation-from {
    max-width: 100%;
    padding: 70px;
    margin-left: 0;
}

@media (max-width: 1199px) {
    .donate-section .donation-from {
        padding: 50px 30px;
    }
}

@media (max-width: 767px) {
    .donate-section .donation-from {
        padding: 40px 20px;
    }
}

@media (max-width: 575px) {
    .donate-section .donation-from {
        padding: 40px 15px;
    }
}

.donate-section .donation-from .text {
    max-width: 670px;
}

.donate-section .donation-from h2 {
    color: var(--primary-color);
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.donate-section .donation-from h3 {
    font-size: 55px;
    font-weight: 600;
    line-height: 61px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .donate-section .donation-from h3 {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .donate-section .donation-from h3 {
        font-size: 45px;
        line-height: 55px;
    }
}

@media (max-width: 767px) {
    .donate-section .donation-from h3 {
        font-size: 35px;
        line-height: 45px;
    }
}

.donate-section .donation-from ul {
    margin-top: 0;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .donate-section .donation-from ul {
        display: block;
        margin-bottom: 50px;
    }
}

.donate-section .donation-from .progress-item .cssProgress-label {
    font-size: 20px;
    top: -40px;
}

.donate-section .donation-from .progress-item .cssProgress-label::before {
    top: 38px;
    left: 4px;
}

.donate-section .donation-from .progress-item .cssProgress-label::after {
    top: 34px;
    left: 0;
}

.donate-section .donation-from .progress-wrap {
    border-bottom: 1px solid transparent;
    padding-bottom: 0px;
}

.donate-section .donation-from .donate-now {
    margin-top: 30px;
}

.donate-section .donation-from .Support {
    position: absolute;
    right: 5%;
    top: 20%;
}

@media (max-width: 1199px) {
    .donate-section .donation-from .Support {
        position: unset;
        margin-bottom: 30px;
    }
}

.donate-section .donation-from .Support span {
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.donate-section .donation-from .Support span span {
    color: var(--primary-color);
}

.donate-section .donation-from .donate-amount .amount-btn {
    padding: 15px 40px;
    padding-bottom: 13px;
}

@media (max-width: 575px) {
    .donate-section .donation-from .donate-amount .amount-btn {
        padding: 10px 30px;
        padding-bottom: 8px;
    }
}

.donate-section .donation-from .theme-btn,
.donate-section .donation-from .view-cart-btn {
    padding: 17px 40px;
}

@media (max-width: 575px) {
    .donate-section .donation-from .theme-btn,
    .donate-section .donation-from .view-cart-btn {
        padding: 13px 30px;
    }
}

.donate-section .donation-from .theme-btn i,
.donate-section .donation-from .view-cart-btn i {
    position: relative;
    margin-left: 10px;
    top: 3px;
}

.donate-section .donation-from .addAmount-value {
    padding: 15px 40px;
    padding-bottom: 13px;
}

@media (max-width: 575px) {
    .donate-section .donation-from .addAmount-value {
        padding: 10px 30px;
        padding-bottom: 8px;
        margin: 10px;
    }
}

.donate-section .shape {
    position: absolute;
    left: 0;
    bottom: 100px;
}

@media (max-width: 1199px) {
    .donate-section .shape {
        display: none;
    }
}

.donate-section .right-text {
    width: 771px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #18322e;
}

@media (max-width: 1199px) {
    .donate-section .right-text {
        display: none;
    }
}

.donate-section .right-text h1 {
    color: var(--primary-color);
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 0;
    position: absolute;
    transform: rotate(-90.176deg);
    left: 225px;
    top: 29%;
    width: 100%;
}

.donate-section .right-text .shape-2 {
    position: absolute;
    right: 80px;
    bottom: 80px;
}

@media (max-width: 1199px) {
    .donate-section .right-text .shape-2 {
        display: none;
    }
}

/*6.14 project-page */
.project-page .project-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9.5px -15px;
}

@media (max-width: 767px) {
    .project-page .project-wrap {
        display: block;
    }
}

.project-page .project-grid {
    position: relative;
    overflow: hidden;
    width: 50%;
    padding: 0 9.5px 15px;
}

@media (max-width: 991px) {
    .project-page .project-grid {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .project-page .project-grid {
        width: 100%;
    }
}

.project-page .project-grid img {
    max-height: 428px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.project-page .project-grid:first-child {
    width: 60%;
}

@media (max-width: 991px) {
    .project-page .project-grid:first-child {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .project-page .project-grid:first-child {
        width: 100%;
    }
}

.project-page .project-grid:nth-child(2) {
    width: 40%;
}

@media (max-width: 991px) {
    .project-page .project-grid:nth-child(2) {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .project-page .project-grid:nth-child(2) {
        width: 100%;
    }
}

.project-page .project-grid:nth-child(3) {
    width: 40%;
}

@media (max-width: 991px) {
    .project-page .project-grid:nth-child(3) {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .project-page .project-grid:nth-child(3) {
        width: 100%;
    }
}

.project-page .project-grid:nth-child(4) {
    width: 60%;
}

@media (max-width: 991px) {
    .project-page .project-grid:nth-child(4) {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .project-page .project-grid:nth-child(4) {
        width: 100%;
    }
}

.project-page .project-grid:nth-child(5) {
    width: 60%;
}

@media (max-width: 991px) {
    .project-page .project-grid:nth-child(5) {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .project-page .project-grid:nth-child(5) {
        width: 100%;
    }
}

.project-page .project-grid:last-child {
    width: 40%;
}

@media (max-width: 991px) {
    .project-page .project-grid:last-child {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .project-page .project-grid:last-child {
        width: 100%;
    }
}

.project-page .project-grid .content {
    margin: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: -30%;
    bottom: 15px;
    background: var(--white-color);
    padding: 22px 30px;
    max-width: 384px;
    width: 100%;
    border-left: 2px solid var(--primary-color);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .project-page .project-grid .content {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 15px 15px;
    }
}

.project-page .project-grid .content::before {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateX(-50%);
    content: "";
    width: 15px;
    height: 14px;
    background: var(--primary-color);
    z-index: 1;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.project-page .project-grid .content h2 {
    margin-bottom: 0;
}

.project-page .project-grid .content h2 a {
    color: #08112d;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.project-page .project-grid .content .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--primary-color);
    border-radius: 100px;
    text-align: center;
}

@media (max-width: 1199px) {
    .project-page .project-grid .content .icon {
        margin-top: 10px;
    }
}

.project-page .project-grid .content .icon i {
    color: var(--white-color);
    font-size: 14px;
}

.project-page .project-grid:hover .content {
    opacity: 1;
    visibility: visible;
    left: 9px;
}

/*7. service-single-page */
.service-single-wrap .title-image,
.case-details-left .title-image {
    margin-bottom: 30px;
}

.service-single-wrap .title-image img,
.case-details-left .title-image img {
    width: 100%;
}

.service-single-wrap h2,
.case-details-left h2 {
    color: var(--black-color);
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.service-single-wrap h3,
.case-details-left h3 {
    color: var(--black-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}

.service-single-wrap p,
.case-details-left p {
    color: #535353;
    font-size: 16px;
    font-weight: 400;
    line-height: 30.8px;
    max-width: 800px;
    margin-bottom: 40px;
}

.service-single-wrap .video-wrap,
.case-details-left .video-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

@media (max-width: 1199px) {
    .service-single-wrap .video-wrap,
    .case-details-left .video-wrap {
        display: block;
    }
}

.service-single-wrap .video-img,
.case-details-left .video-img {
    position: relative;
    max-width: 400px;
    width: 100%;
}

.service-single-wrap .video-btn,
.case-details-left .video-btn {
    background: var(--white-color);
}

.service-single-wrap .video-btn i,
.case-details-left .video-btn i {
    color: var(--primary-color);
}

.service-single-wrap .video-content,
.case-details-left .video-content {
    margin-left: 40px;
}

@media (max-width: 1199px) {
    .service-single-wrap .video-content,
    .case-details-left .video-content {
        margin-left: 0px;
        margin-top: 20px;
    }
}

.service-single-wrap .video-content h2,
.case-details-left .video-content h2 {
    color: var(--black-color);
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
}

.service-single-wrap .video-content p,
.case-details-left .video-content p {
    color: #535353;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 20px;
}

.service-single-wrap .video-content ul li,
.case-details-left .video-content ul li {
    display: block;
    color: #5e5f63;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
}

.service-single-wrap .video-content ul li::before,
.case-details-left .video-content ul li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: var(--white-color);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    font-family: flaticon_aidus !important;
    content: "\f128";
    text-align: center;
}

.service-single-wrap .quate,
.case-details-left .quate {
    max-width: 850px;
    background: var(--white-color);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    padding: 15px 70px 15px 25px;
    border-left: 4px solid var(--primary-color);
    margin-bottom: 0;
    color: var(--black-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 60px;
}

.service-single-wrap .image-gallery h2,
.case-details-left .image-gallery h2 {
    display: block;
}

.service-single-wrap .image-gallery ul,
.case-details-left .image-gallery ul {
    margin: -15px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .service-single-wrap .image-gallery ul,
    .case-details-left .image-gallery ul {
        margin: -5px;
    }
}

.service-single-wrap .image-gallery ul li,
.case-details-left .image-gallery ul li {
    flex: 37%;
    max-width: 37%;
    padding: 15px;
}

@media (max-width: 1199px) {
    .service-single-wrap .image-gallery ul li,
    .case-details-left .image-gallery ul li {
        flex: 50%;
        max-width: 50%;
        padding: 5px;
    }
}

@media (max-width: 575px) {
    .service-single-wrap .image-gallery ul li,
    .case-details-left .image-gallery ul li {
        flex: 100%;
        max-width: 100%;
    }
}

.service-single-wrap .image-gallery ul li img,
.case-details-left .image-gallery ul li img {
    width: 100%;
    max-height: 218px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-single-wrap .image-gallery ul li:nth-child(1),
.case-details-left .image-gallery ul li:nth-child(1) {
    flex: 63%;
    max-width: 63%;
}

@media (max-width: 1199px) {
    .service-single-wrap .image-gallery ul li:nth-child(1),
    .case-details-left .image-gallery ul li:nth-child(1) {
        flex: 50%;
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .service-single-wrap .image-gallery ul li:nth-child(1),
    .case-details-left .image-gallery ul li:nth-child(1) {
        flex: 100%;
        max-width: 100%;
    }
}

.service-single-wrap .image-gallery ul li:last-child,
.case-details-left .image-gallery ul li:last-child {
    flex: 63%;
    max-width: 63%;
}

@media (max-width: 1199px) {
    .service-single-wrap .image-gallery ul li:last-child,
    .case-details-left .image-gallery ul li:last-child {
        flex: 50%;
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .service-single-wrap .image-gallery ul li:last-child,
    .case-details-left .image-gallery ul li:last-child {
        flex: 100%;
        max-width: 100%;
    }
}

.service-single-wrap .accordion,
.case-details-left .accordion {
    margin-top: 50px;
}

.service-single-wrap .accordion-item,
.case-details-left .accordion-item {
    border: 1px solid rgba(4, 18, 31, 0.08);
    background: var(--white-color);
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 14px 47px 0px transparent;
}

.service-single-wrap .accordion-item:last-child,
.case-details-left .accordion-item:last-child {
    margin-bottom: 0;
}

.service-single-wrap .accordion-item .accordion-header,
.case-details-left .accordion-item .accordion-header {
    text-align: left;
    padding: 30px 35px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 100%;
    color: #222;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 700;
    background: transparent;
    position: relative;
}

@media (max-width: 1199px) {
    .service-single-wrap .accordion-item .accordion-header,
    .case-details-left .accordion-item .accordion-header {
        padding: 15px 15px;
        font-size: 15px;
    }
}

.service-single-wrap .accordion-item .accordion-header::before,
.case-details-left .accordion-item .accordion-header::before {
    position: absolute;
    content: "\e64b";
    font-family: themify;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: var(--black-color);
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .service-single-wrap .accordion-item .accordion-header::before,
    .case-details-left .accordion-item .accordion-header::before {
        right: 15px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
}

.service-single-wrap .accordion-item.active,
.case-details-left .accordion-item.active {
    border: 1px solid transparent;
    box-shadow: 0px 14px 47px 0px rgba(40, 46, 58, 0.08);
}

.service-single-wrap .accordion-item.active .accordion-header::before,
.case-details-left .accordion-item.active .accordion-header::before {
    content: "\e648";
    color: #18322e;
}

.service-single-wrap .accordion-content,
.case-details-left .accordion-content {
    display: none;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    padding: 35px 30px;
    padding-top: 0;
}

@media (max-width: 1199px) {
    .service-single-wrap .accordion-content,
    .case-details-left .accordion-content {
        padding: 15px 15px;
    }
}

.service-single-wrap .accordion-content p,
.case-details-left .accordion-content p {
    color: #5a627d;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    max-width: 650px;
}

.service-single-wrap .accordion-item.active .accordion-content,
.case-details-left .accordion-item.active .accordion-content {
    display: block;
    transition: all 0.3s ease-in-out;
}

.service-single-wrap .accordion-content,
.case-details-left .accordion-content {
    transition: max-height 0.3s ease-out;
    overflow: hidden;
}

.service-single-wrap .accordion-item.active .accordion-content,
.case-details-left .accordion-item.active .accordion-content {
    display: block;
    transition: all 0.3s ease-in-out;
}

/*8. project-single-page */
.project-single-page .project-wrap {
    padding-right: 105px;
}

@media (max-width: 1399px) {
    .project-single-page .project-wrap {
        padding-right: 0;
    }
}

.project-top-info .section-title {
    text-align: left;
    max-width: 700px;
    margin-bottom: 0;
}

.project-top-info .section-title h2 {
    color: var(--secondary-color2);
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.project-top-info .section-title h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: -1.44px;
    margin-bottom: 20px;
}

.project-top-info .section-title p {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 50px;
}

.project-top-info .section-title .theme-btn,
.project-top-info .section-title .view-cart-btn {
    text-transform: capitalize;
    font-weight: 600;
}

.project-top-info .project-info ul {
    max-width: 304px;
    width: 100%;
    padding: 50px;
    background: #f0f0f0;
    margin-left: auto;
}

@media (max-width: 991px) {
    .project-top-info .project-info ul {
        margin-right: auto;
        margin-left: 0;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .project-top-info .project-info ul {
        padding: 30px;
    }
}

.project-top-info .project-info ul li {
    display: block;
    text-align: left;
    margin-bottom: 40px;
}

.project-top-info .project-info ul li:last-child {
    margin-bottom: 0;
}

.project-top-info .project-info ul li h3 {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.6px;
    margin: 0;
}

.project-top-info .project-info ul li span {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.project-top-info .project-info ul li span a {
    color: var(--primary-color);
    text-decoration-line: underline;
}

.project-top-info .image-gallery {
    margin-top: 70px;
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .project-top-info .image-gallery {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.project-top-info .image-gallery ul {
    margin: -12px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .project-top-info .image-gallery ul {
        margin: -5px;
    }
}

.project-top-info .image-gallery ul li {
    flex: 30%;
    max-width: 30%;
    padding: 12px;
}

@media (max-width: 1199px) {
    .project-top-info .image-gallery ul li {
        flex: 50%;
        max-width: 50%;
        padding: 5px;
    }
}

@media (max-width: 991px) {
    .project-top-info .image-gallery ul li {
        flex: 100%;
        max-width: 100%;
        padding: 5px;
    }
}

.project-top-info .image-gallery ul li img {
    width: 100%;
    max-height: 510px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991px) {
    .project-top-info .image-gallery ul li img {
        max-height: 400px;
    }
}

.project-top-info .image-gallery ul li:last-child {
    flex: 70%;
    max-width: 70%;
}

@media (max-width: 1199px) {
    .project-top-info .image-gallery ul li:last-child {
        flex: 50%;
        max-width: 50%;
    }
}

@media (max-width: 991px) {
    .project-top-info .image-gallery ul li:last-child {
        flex: 100%;
        max-width: 100%;
    }
}

.project-wrap .item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 85px;
    border-bottom: 1px solid rgba(2, 6, 38, 0.07);
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .project-wrap .item {
        display: block;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
}

.project-wrap .item:last-child {
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
}

.project-wrap .item .left {
    width: calc(100% - 520px);
    display: block;
}

@media (max-width: 991px) {
    .project-wrap .item .left {
        width: 100%;
    }
}

.project-wrap .item .right {
    max-width: 520px;
    width: 100%;
}

.project-wrap .item h2 {
    color: var(--black-color);
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1.44px;
    max-width: 380px;
}

@media (max-width: 1199px) {
    .project-wrap .item h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .project-wrap .item h2 {
        font-size: 25px;
        line-height: 30px;
    }
}

.project-wrap .item p {
    margin-bottom: 0;
    color: #5e5f63;
}

.project-wrap .item .item {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .project-wrap .item .item {
        display: block;
    }
}

.project-wrap .item ul li {
    color: #16171a;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.48px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .project-wrap .item ul li {
        margin-bottom: 0px;
    }
}

.project-wrap .item ul li:last-child {
    margin-bottom: 0;
}

.project-wrap .item ul li::before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 18px;
    content: "\f128";
    font-family: flaticon_aidus !important;
    transform: translateY(-50%);
    color: var(--primary-color);
}

.project-wrap .right.s2 .item ul li {
    padding-left: 0;
}

.project-wrap .right.s2 .item ul li::before {
    display: none;
}

.project-wrap .right.s2 .item ul li h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.6px;
}

.project-wrap .right.s2 .item ul li h3 i {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: var(--primary-color);
    border-radius: 100px;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    color: var(--white-color);
    margin-right: 10px;
}

@media (max-width: 767px) {
    .project-wrap .right.s2 .item ul li h3 i {
        width: 20px;
        height: 20px;
        font-size: 15px;
        line-height: 20px;
    }
}

.project-wrap .right.s2 .item ul li span {
    color: #5e5f63;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.project-wrap .p-img img {
    margin-bottom: 10px;
}

.page-chang {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 20px;
}

@media (max-width: 575px) {
    .page-chang {
        flex-direction: column;
        align-items: center;
    }
}

.page-chang .post a {
    color: var(--black-color);
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.66px;
    text-decoration-line: underline;
    display: block;
}

@media (max-width: 991px) {
    .page-chang .post a {
        font-size: 18px;
        line-height: 25px;
    }
}

.page-chang .post .next {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.page-chang .post-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
}

@media (max-width: 575px) {
    .page-chang .post-btn {
        margin: 20px 0;
    }
}

.page-chang .next-post {
    text-align: right;
}

/*--------------------------------------------------------------
9. shop-page
--------------------------------------------------------------*/
.shop-section .shop-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .shop-section .shop-grids {
        margin: 0 -7px;
    }
}

.shop-section .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px;
}

@media (max-width: 991px) {
    .shop-section .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .shop-section .grid {
        width: calc(50% - 15px);
        margin: 0 7px 15px;
    }
}

@media (max-width: 550px) {
    .shop-section .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.shop-section .grid img {
    width: 100%;
}

.shop-section .details {
    background-color: #f7f7f7;
    text-align: center;
    padding: 35px 15px;
}

.shop-section .details h3 {
    font-size: 20px;
    font-size: 1.3333333333rem;
    margin: 0 0 0.5em;
    font-weight: 700;
}

@media (max-width: 991px) {
    .shop-section .details h3 {
        font-size: 16px;
        font-size: 1.0666666667rem;
    }
}

.shop-section .details h3 a {
    color: var(--black-color);
    text-transform: capitalize;
}

.shop-section .details h3 a:hover {
    color: var(--primary-color);
}

.shop-section .details del {
    color: #535353;
}

.shop-section .details del + span {
    display: inline-block;
    padding-left: 20px;
}

.shop-section .add-to-cart {
    margin-top: 20px;
}

.shop-section .add-to-cart a {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color);
    padding: 12px 20px;
    border: 2px solid var(--primary-color);
    display: inline-block;
    border-radius: 50px;
}

@media (max-width: 767px) {
    .shop-section .add-to-cart a {
        font-size: 12px;
        font-size: 0.8rem;
        padding: 8px 18px;
    }
}

.shop-section .add-to-cart a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.shop-section .add-to-cart a i {
    font-size: 15px;
    font-size: 1rem;
    display: inline-block;
    padding-left: 5px;
}

.shop-section .grid:hover .add-to-cart a {
    background-color: var(--primary-color);
    color: var(--white-color);
}

/*--------------------------------------------------------------
10. shop-single-page
--------------------------------------------------------------*/
.shop-single-section {
    /*** product slider ***/
    /*** product info ***/
}

.shop-single-section .shop-single-slider .slider-for {
    text-align: center;
}

.shop-single-section .shop-single-slider .slider-for img {
    display: inline-block;
}

.shop-single-section .shop-single-slider .slider-nav {
    padding: 0 25px;
    margin-top: 35px;
}

.shop-single-section .shop-single-slider .slider-nav > i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 100;
}

.shop-single-section .shop-single-slider .slider-nav > i:hover {
    cursor: pointer;
}

.shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
    left: auto;
    right: 0;
}

.shop-single-section .shop-single-slider .slider-nav .slick-slide {
    text-align: center;
}

.shop-single-section .shop-single-slider .slider-nav .slick-slide img {
    display: inline-block;
}

.shop-single-section .product-details {
    padding: 15px 30px 80px;
    /*** product option ***/
}

@media (max-width: 1199px) {
    .shop-single-section .product-details {
        padding: 10px 30px 15px;
    }
}

@media (max-width: 991px) {
    .shop-single-section .product-details {
        margin-top: 45px;
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .shop-single-section .product-details {
        padding: 0;
    }
}

.shop-single-section .product-details h2 {
    font-size: 35px;
    font-size: 2.3333333333rem;
    line-height: 1.4em;
    margin: 0 0 0.33em;
    font-weight: 700;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .shop-single-section .product-details h2 {
        font-size: 22px;
        font-size: 1.4666666667rem;
    }
}

.shop-single-section .product-details .price {
    font-size: 25px;
    font-size: 1.6666666667rem;
    color: var(--primary-color);
    margin: 7px 0 20px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .shop-single-section .product-details .price {
        font-size: 30px;
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .shop-single-section .product-details .price {
        font-size: 25px;
        font-size: 1.6666666667rem;
    }
}

.shop-single-section .product-details .price .old {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #868686;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 5px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .shop-single-section .product-details .price .old {
        font-size: 20px;
        font-size: 1.3333333333rem;
    }
}

@media (max-width: 767px) {
    .shop-single-section .product-details .price .old {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.shop-single-section .product-details .product-rt {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.shop-single-section .product-details .product-rt .rating {
    margin-right: 10px;
}

.shop-single-section .product-details .product-rt .rating i {
    color: #f9d322;
}

.shop-single-section .product-details p {
    margin-bottom: 1.3em;
}

.shop-single-section .product-details ul {
    list-style: none;
}

.shop-single-section .product-details ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.shop-single-section .product-details ul li:before {
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    content: "";
    border-radius: 50%;
}

.shop-single-section .product-details .product-option {
    margin-top: 30px;
}

.shop-single-section .product-details .tg-btm {
    margin-top: 25px;
}

.shop-single-section .product-details .tg-btm p {
    margin-bottom: 0px;
}

.shop-single-section .product-details .tg-btm p span {
    font-weight: 700;
    color: var(--black-color);
    margin-right: 5px;
}

.shop-single-section
    .product-details
    .product-option
    .product-row
    button:after {
    display: none;
}

.shop-single-section .product-details .product-option .product-row > div {
    height: 35px;
    display: inline-block;
}

.shop-single-section .product-details .product-option .product-row > div + div {
    margin-left: 15px;
}

.shop-single-section
    .product-details
    .product-option
    .product-row
    > div
    + div
    .theme-btn,
.shop-single-section
    .product-details
    .product-option
    .product-row
    > div
    + div
    .view-cart-btn {
    border-radius: 0;
    border-width: 1px;
    height: 40px;
    padding: 0 18px;
}

.shop-single-section
    .product-details
    .product-option
    .product-row
    > div:first-child {
    width: 85px;
}

.shop-single-section
    .product-details
    .product-option
    .product-row
    > div:last-child
    .theme-btn:hover,
.shop-single-section
    .product-details
    .product-option
    .product-row
    > div:last-child
    .view-cart-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.shop-single-section .product-details .product-option .theme-btn,
.shop-single-section .product-details .product-option .view-cart-btn {
    background-color: transparent;
    color: #333;
    font-size: 14px;
    font-size: 0.9333333333rem;
    padding: 0 20px;
    height: 35px;
    line-height: 32px;
    outline: 0;
    border: 2px solid #e6e6e6;
    border-radius: 0;
}

.shop-single-section .product-details .product-option .theme-btn:hover,
.shop-single-section .product-details .product-option .view-cart-btn:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color);
}

@media (max-width: 767px) {
    .shop-single-section .product-details .product-option .theme-btn,
    .shop-single-section .product-details .product-option .view-cart-btn {
        font-size: 14px;
        font-size: 0.9333333333rem;
    }
}

.shop-single-section .product-details .product-option .theme-btn:before,
.shop-single-section .product-details .product-option .view-cart-btn:before {
    display: none;
}

.shop-single-section .product-details .product-option .heart-btn i {
    font-size: 15px;
    font-size: 1rem;
}

.shop-single-section
    .product-details
    .product-option
    .product-row
    > div:last-child
    .theme-btn,
.shop-single-section
    .product-details
    .product-option
    .product-row
    > div:last-child
    .view-cart-btn {
    background-color: var(--white-color);
    font-size: 18px;
    font-size: 1.2rem;
    color: #535353;
    border: 1px solid #e6e6e6;
}

.shop-single-section .product-details #product-count {
    border-radius: 0;
    border: 1px solid #e6e6e6;
}

.shop-single-section .product-details #product-count:focus {
    box-shadow: none;
    outline: none;
}

.shop-single-section
    .product-details
    .bootstrap-touchspin
    .input-group-btn-vertical
    .bootstrap-touchspin-up,
.shop-single-section
    .product-details
    .bootstrap-touchspin
    .input-group-btn-vertical
    .bootstrap-touchspin-down {
    border-radius: 0;
    border-color: #e6e6e6;
    display: block;
    padding: 1px 4px;
    font-size: 10px;
}

.shop-single-section
    .product-details
    .bootstrap-touchspin
    .input-group-btn-vertical
    .bootstrap-touchspin-up:hover,
.shop-single-section
    .product-details
    .bootstrap-touchspin
    .input-group-btn-vertical
    .bootstrap-touchspin-down:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.shop-single-section .product-info {
    margin-top: 75px;
    /*** tabs ***/
    /*** client rv ***/
    /*** review form ***/
}

@media (max-width: 991px) {
    .shop-single-section .product-info {
        margin-top: 40px;
    }
}

.shop-single-section .product-info h4 {
    font-size: 18px;
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.7em;
    font-weight: 700;
    margin-bottom: 10px;
}

.shop-single-section .product-info p {
    margin-bottom: 1.3em;
}

.shop-single-section .product-info .tab-pane p:last-child {
    margin-bottom: 0;
}

.shop-single-section .product-info .nav-tabs {
    font-family: "Manrope", sans-serif;
    border: 0;
}

@media (max-width: 767px) {
    .shop-single-section .product-info .nav-tabs {
        margin-bottom: 20px;
    }
}

.shop-single-section .product-info .nav-tabs li {
    margin-right: 1px;
}

.shop-single-section .product-info .nav-tabs li a.active {
    border: 0;
    outline: 0;
}

.shop-single-section .product-info .nav-tabs a {
    font-size: 15px;
    font-size: 1rem;
    color: #535353;
    border: 0;
    border-radius: 0;
    margin: 0;
    display: block;
    padding: 12px 20px 11px;
    font-family: "Inter", sans-serif;
    position: relative;
}

@media (max-width: 767px) {
    .shop-single-section .product-info .nav-tabs a {
        font-size: 14px;
        font-size: 0.9333333333rem;
        font-weight: normal;
        padding: 10px 10px 8px;
        text-transform: none;
    }
}

.shop-single-section .product-info .nav-tabs a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--primary-color);
    border-radius: 4px;
    content: "";
    opacity: 0;
    visibility: hidden;
}

.shop-single-section .product-info .nav-tabs a:hover:before,
.shop-single-section .product-info .nav-tabs a.active:before {
    opacity: 1;
    visibility: visible;
}

.shop-single-section .product-info .nav-tabs .active,
.shop-single-section .product-info .nav-tabs li:hover {
    border-color: var(--primary-color);
}

.shop-single-section .product-info .tab-content {
    border-top: 1px solid rgba(247, 79, 34, 0.3);
    padding-top: 30px;
    margin-top: -1px;
}

@media (max-width: 767px) {
    .shop-single-section .product-info .tab-content {
        border: 0;
        padding: 0;
        margin: 0;
    }
}

.shop-single-section .product-info .client-rv {
    overflow: hidden;
    margin-bottom: 30px;
}

.shop-single-section .product-info .client-rv:last-child {
    margin-bottom: 0;
}

.shop-single-section .product-info .client-rv .client-pic {
    width: 100px;
    float: left;
}

.shop-single-section .product-info .client-rv .client-pic img {
    border-radius: 50%;
}

@media (max-width: 767px) {
    .shop-single-section .product-info .client-rv .client-pic {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}

.shop-single-section .product-info .client-rv .details {
    width: calc(100% - 130px);
    float: right;
}

@media (max-width: 767px) {
    .shop-single-section .product-info .client-rv .details {
        width: 100%;
        float: none;
    }
}

.shop-single-section .product-info .client-rv .name-rating .product-rt {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .shop-single-section .product-info .client-rv .name-rating-time {
        padding-bottom: 3px;
    }
}

.shop-single-section .product-info .client-rv .name-rating-time > div,
.shop-single-section .product-info .client-rv .name-rating > div {
    display: inline-block;
    font-size: 14px;
    font-size: 0.9333333333rem;
}

@media (max-width: 767px) {
    .shop-single-section .product-info .client-rv .name-rating-time > div,
    .shop-single-section .product-info .client-rv .name-rating > div {
        font-size: 12px;
        font-size: 0.8rem;
        display: block;
    }
}

.shop-single-section .product-info .client-rv .rating {
    font-size: 12px;
    padding-left: 12px;
}

.shop-single-section .product-info .client-rv .rating i {
    color: var(--primary-color);
}

@media (max-width: 767px) {
    .shop-single-section .product-info .client-rv .rating {
        padding-left: 0;
        margin: 4px 0 7px;
    }
}

.shop-single-section .product-info .client-rv .name-rating-time .time {
    float: right;
    color: #b3b3b3;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .shop-single-section .product-info .client-rv .name-rating-time .time {
        float: none;
    }
}

.shop-single-section .product-info .client-rv .review-body {
    padding-top: 12px;
}

.shop-single-section .product-info .review-form {
    margin-top: 45px;
}

.shop-single-section .product-info .review-form h4 {
    font-size: 30px;
    font-weight: 700;
}

.shop-single-section .product-info .review-form p {
    margin-bottom: 1.73em;
}

.shop-single-section .product-info .review-form .give-rat-sec {
    margin-bottom: 10px;
}

.shop-single-section .product-info .review-form .give-rat-sec p {
    margin-bottom: 0;
}

.shop-single-section .product-info .review-form .give-rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    margin-bottom: 10px;
}

.shop-single-section .product-info .review-form .give-rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.shop-single-section .product-info .review-form .give-rating label:last-child {
    position: static;
}

.shop-single-section
    .product-info
    .review-form
    .give-rating
    label:nth-child(1) {
    z-index: 5;
}

.shop-single-section
    .product-info
    .review-form
    .give-rating
    label:nth-child(2) {
    z-index: 4;
}

.shop-single-section
    .product-info
    .review-form
    .give-rating
    label:nth-child(3) {
    z-index: 3;
}

.shop-single-section
    .product-info
    .review-form
    .give-rating
    label:nth-child(4) {
    z-index: 2;
}

.shop-single-section
    .product-info
    .review-form
    .give-rating
    label:nth-child(5) {
    z-index: 1;
}

.shop-single-section .product-info .review-form .give-rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.shop-single-section .product-info .review-form .give-rating label .icon {
    float: left;
    color: transparent;
}

.shop-single-section
    .product-info
    .review-form
    .give-rating
    label:last-child
    .icon {
    color: #ddd;
}

.shop-single-section
    .product-info
    .review-form
    .give-rating:not(:hover)
    label
    input:checked
    ~ .icon,
.shop-single-section
    .product-info
    .review-form
    .give-rating:hover
    label:hover
    input
    ~ .icon {
    color: #ffd400;
}

.shop-single-section
    .product-info
    .review-form
    .give-rating
    label
    input:focus:not(:checked)
    ~ .icon:last-child {
    color: #ddd;
    text-shadow: 0 0 5px #ffd400;
}

.shop-single-section .product-info .review-form form input,
.shop-single-section .product-info .review-form form textarea {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    border: 1px solid #efefef;
}

.shop-single-section .product-info .review-form form input:focus,
.shop-single-section .product-info .review-form form textarea:focus {
    box-shadow: none;
    outline: none;
}

.shop-single-section .product-info .review-form form textarea {
    height: 130px;
}

.shop-single-section .product-info .review-form form > div {
    margin-bottom: 27px;
}

.shop-single-section .product-info .review-form form > div:last-child {
    margin-bottom: 0;
}

.shop-single-section .product-info .review-form form .theme-btn-s4 {
    background-color: transparent;
    color: #908f8f;
    outline: 0;
    box-shadow: none;
}

.shop-single-section .product-info .review-form form .theme-btn-s4:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

@media screen and (min-width: 767px) {
    .shop-single-section .product-info .review-form form .theme-btn-s4 {
        font-size: 15px;
        font-size: 1rem;
        padding: 0 20px;
    }
}

.shop-single-section .slider-nav .slick-slide:focus {
    outline: none;
}

/*===========================
11. cart-page-style
===========================*/
.cart-area .cart-wrapper {
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {
    .cart-area .cart-wrapper table {
        width: 1022px;
    }
}

@media (max-width: 991px) {
    .cart-area .cart-wrapper form {
        overflow: scroll;
        overflow-y: hidden;
    }
}

.cart-area .cart-wrap td,
.cart-area .cart-wrap th {
    width: 10%;
    border-bottom: 1px solid rgba(240, 240, 240, 0.5803921569);
    text-align: center;
    font-weight: 400;
    color: #414141;
}

.cart-area .cart-wrap td ul,
.cart-area .cart-wrap th ul {
    list-style: none;
}

.cart-area .cart-wrap th {
    border-bottom: 1px solid rgba(240, 240, 240, 0.5803921569);
    padding: 40px 0;
}

.cart-area .cart-wrap thead {
    background: var(--white-color);
    color: #505050;
    padding: 40px;
}

.cart-area .cart-area form {
    margin: auto;
    text-align: center;
    background: var(--white-color);
}

.cart-area .cart-wrap .product {
    width: 15%;
}

.cart-area .cart-wrap .product ul {
    text-align: left;
    padding-left: 30px;
    list-style: none;
}

.cart-area .cart-wrap .product ul li {
    padding-bottom: 5px;
}

.cart-area .cart-wrap .product a {
    font-size: 16px;
    color: #a5a4a4;
}

.cart-area .cart-wrap .product-2 {
    text-align: left;
    padding-left: 55px;
}

.cart-area .cart-wrap .product a:hover {
    color: var(--primary-color);
}

.cart-area .cart-wrap th {
    height: 80px;
    font-weight: 700;
}

.cart-area .cart-wrap td {
    padding: 40px 25px;
}

.cart-area .cart-wrap td.action ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.cart-area .cart-wrap td.action ul .w-btn-view a {
    line-height: 45px;
}

.cart-area .cart-wrap td span {
    display: block;
    width: 100px;
    height: 38px;
    line-height: 34px;
    color: #ee9902;
    font-size: 14px;
    border: 1.5px solid #ee9902;
    border-radius: 4px;
}

.cart-area .cart-wrap td.Del span {
    color: #4aba4e;
    border: 1.5px solid #4aba4e;
}

.cart-area .cart-wrap td.can span {
    color: #d85656;
    border: 1.5px solid #d85656;
}

.cart-area .cart-wrap td.pro span {
    color: #691a5f;
    border: 1.5px solid #691a5f;
}

.cart-area .cart-wrap .name {
    width: 15%;
}

.cart-area .cart-wrap .action a {
    display: block;
    width: 40px;
    height: 38px;
    line-height: 45px;
    background: #414141;
    color: var(--white-color);
    border-radius: 4px;
    font-size: 14px;
}

.cart-area .cart-wrap .action a .fi::before {
    font-size: 20px;
}

.cart-area .cart-wrap .action a:hover {
    background: var(--primary-color);
}

.cart-area .cart-wrap .action li.c-btn {
    margin-right: 10px;
}

.cart-area .cart-wrap .action li.c-btn a {
    background-color: var(--primary-color);
}

.cart-area .order-wrap {
    padding: 0;
}

.cart-area .cart-wrap tr:nth-child(even) {
    background: #fcfcfc;
}

.cart-area .cart-wrap .quantity {
    position: relative;
    max-width: 110px;
    margin: 0 auto;
}

.cart-area .quantity input {
    width: 105px;
    padding: 0px 35px;
    text-align: center;
    height: 36px;
    position: relative;
    background: #f2f2f5;
    border: none;
    border-radius: 40px;
}

.cart-area .quantity .qtybutton {
    position: absolute;
    top: 0;
    left: 0px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    cursor: pointer;
    color: #333;
    background: #fafaff;
    border-radius: 30px;
}

.cart-area .cart-wrap .quantity .qtybutton {
    top: 50%;
    left: 5px;
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%);
}

.cart-area .cart-wrap .quantity .qtybutton.dec {
    border-left: none;
}

.cart-area .cart-wrap .quantity .qtybutton.inc {
    right: 5px;
    left: auto;
    border-right: none;
}

.cart-area .submit-btn-area {
    padding: 40px;
}

.cart-area .submit-btn-area ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

@media (max-width: 450px) {
    .cart-area .submit-btn-area ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.cart-area .submit-btn-area ul li:last-child {
    margin-left: 20px;
}

@media (max-width: 450px) {
    .cart-area .submit-btn-area ul li:last-child {
        margin-left: 3px;
        margin-top: 5px;
    }
}

.cart-area .submit-btn-area button {
    border: none;
    color: var(--white-color);
    transition: all 0.3s;
    outline: none;
    border-radius: 40px;
}

.cart-area .submit-btn-area button:hover {
    background: var(--primary-color);
}

.cart-area .submit-btn-area .theme-btn,
.cart-area .submit-btn-area .view-cart-btn {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
}

.cart-area .cart-product-list ul {
    border-top: 1px solid rgba(240, 240, 240, 0.5803921569);
    padding-top: 20px;
    list-style: none;
}

.cart-area .cart-product-list ul li {
    display: flex;
    justify-content: space-between;
    padding: 0px 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #414141;
    padding-bottom: 30px;
}

.cart-area .cart-product-list ul li.cart-b {
    border-top: 1px solid rgba(240, 240, 240, 0.5803921569);
    border-bottom: 1px solid rgba(240, 240, 240, 0.5803921569);
    color: var(--primary-color);
    padding-top: 30px;
    font-weight: 600;
}

/*===============================
12. checkout-page-style
================================*/
.checkout-area .checkout-wrap {
    background: var(--white-color);
}

.checkout-area .checkout-wrap ul {
    list-style: none;
}

.checkout-area #open2 {
    display: block;
}

.checkout-area #open3 {
    display: none;
}

.checkout-area #open4 {
    display: none;
}

.checkout-area .create-account p {
    margin-bottom: 15px;
}

.checkout-area .create-account {
    display: none;
    padding: 20px;
}

.checkout-area .create-account span {
    margin-bottom: 20px;
    display: block;
}

.checkout-area .input-wrap {
    position: relative;
}

.checkout-area .create-account input {
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    margin-bottom: 25px;
    padding-left: 20px;
    border-radius: 40px;
}

.checkout-area .create-account input:focus {
    outline: none;
}

.checkout-area .create-account button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #333;
    color: var(--white-color);
    width: 108px;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.checkout-area .create-account button:hover {
    background: var(--primary-color);
}

.checkout-area .coupon {
    position: relative;
    cursor: pointer;
    cursor: pointer;
    background: var(--white-color) 0eb;
}

.checkout-area .coupon:before {
    position: absolute;
    right: 30px;
    top: 21px;
    content: "\e64b";
    font-family: "themify";
}

.checkout-area .coupon span {
    position: absolute;
    right: 30px;
    top: 30px;
}

.checkout-area .coupon label {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    color: #0f0f0f;
    cursor: pointer;
    padding: 20px 20px;
    border-left: 4px solid var(--primary-color);
    transition: all 0.3s;
    width: 100%;
}

@media (max-width: 767px) {
    .checkout-area .coupon label {
        font-size: 15px;
    }
}

.checkout-area .caupon-wrap {
    background: var(--white-color);
    margin-bottom: 20px;
    transition: all 0.3s;
    box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}

.checkout-area .active-border {
    transition: all 0.3s;
}

.checkout-area .s1.active-border .coupon-active label,
.checkout-area .s3.coupon-2 .coupon-3 label {
    border-left: none;
    border-top: 4px solid var(--primary-color);
    border-bottom: 1px solid #ffe5dc;
}

.checkout-area .s2 .coupon-3 {
    border-top: 4px solid var(--primary-color);
}

.checkout-area .s2.coupon-2 .coupon-3 {
    border-top: 0;
}

.checkout-area .s2 .coupon-3 label {
    border-left: 0;
    border-bottom: 1px solid #ffe5dc;
}

.checkout-area .s2.coupon-2 .coupon-3 label {
    border-left: 4px solid var(--primary-color);
    border-bottom: 0;
}

.checkout-area .billing-adress .form-style input,
.checkout-area .billing-adress .form-style select {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 10px;
    height: 40px;
    background: var(--white-color);
    border-radius: 2px;
    border: none;
    border: 1px solid #ebebeb;
    border-radius: 40px;
}

.checkout-area .billing-adress .form-style input:focus,
.checkout-area .billing-adress .form-style select:focus {
    outline: none;
    box-shadow: none;
}

.checkout-area .billing-adress .form-style select {
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: transparent url(../images/select-icon2.png) no-repeat
        calc(100% - 15px) center;
    position: relative;
}

.checkout-area .billing-adress {
    padding: 30px;
}

.checkout-area .note-area textarea {
    width: 100%;
    height: 150px;
    padding-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
    border: 1px solid #ebebeb;
    border-radius: 20px;
}

.checkout-area .note-area textarea:focus {
    outline: none;
}

.checkout-area .biling-item-2 {
    margin-top: 20px;
}

.checkout-area .biling-item-2 label.fontsize {
    margin-bottom: 20px;
}

.checkout-area .biling-item-2 .billing-adress {
    padding: 0;
}

.checkout-area .payment-name ul {
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 575px) {
    .checkout-area .payment-name ul {
        flex-wrap: wrap;
    }
}

.checkout-area .payment-area form {
    overflow: unset !important;
}

.checkout-area .payment-name ul li {
    width: 100px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.checkout-area .payment-name ul li input {
    margin-right: 0;
}

.checkout-area .payment-name ul li {
    margin-right: 15px;
}

@media (max-width: 575px) {
    .checkout-area .payment-name ul li {
        margin-bottom: 10px;
    }
}

.checkout-area .payment-area h2 {
    padding-bottom: 40px;
    margin-bottom: 0;
}

.checkout-area .payment-select {
    padding: 40px 0;
}

.checkout-area .payment-select ul {
    display: flex;
}

@media (max-width: 575px) {
    .checkout-area .payment-select ul {
        flex-wrap: wrap;
    }
}

.checkout-area .payment-select ul li {
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #5b5b5b;
}

.checkout-area .payment-select label {
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .checkout-area .payment-select label {
        font-size: 14px;
    }
}

.checkout-area .payment-area h2 {
    font-size: 20px;
    color: #878787;
    font-weight: 700;
}

.checkout-area .payment-area h2 span {
    font-size: 30px;
    color: #ff493c;
}

.checkout-area .payment-area {
    width: 100%;
}

.checkout-area .payment-name ul li input {
    margin-right: 0;
    position: absolute;
    z-index: -1;
}

.checkout-area .payment-name ul li input:checked ~ label {
    border: 1px solid #ff493c;
}

.checkout-area .payment-name label {
    width: 100%;
    border: 1px solid transparent;
}

.checkout-area .payment-name .visa label {
    border: 1px solid #0057a0;
}

.checkout-area .payment-name .mas label {
    border: 1px solid #cc0000;
}

.checkout-area .payment-name .ski label {
    border: 1px solid #691a5f;
}

.checkout-area .payment-name .pay label {
    border: 1px solid #019cde;
}

.checkout-area .payment-option {
    padding: 30px;
}

.checkout-area .payment-name {
    display: none;
}

.checkout-area .payment-name.active {
    display: block;
}

.checkout-area .payment-option.active .payment-name {
    display: none !important;
}

.checkout-area .payment-area .form-style input,
.checkout-area .payment-area .form-style select {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 10px;
    height: 40px;
    background: var(--white-color);
    border-radius: 2px;
    border: none;
    border: 1px solid #ebebeb;
    border-radius: 40px;
}

.checkout-area .payment-area .form-style input:focus,
.checkout-area .payment-area .form-style select:focus {
    outline: none;
}

.checkout-area .payment-area .contact-form {
    margin-top: 40px;
}

.checkout-area .cout-order-area {
    box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}

.checkout-area .cout-order-area .oreder-item ul li {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #414141;
}

.checkout-area .cout-order-area .oreder-item ul li.s-total {
    font-weight: 400;
}

.checkout-area .cout-order-area .oreder-item ul .o-header {
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
}

.checkout-area .cout-order-area .oreder-item ul .o-middle {
    border-bottom: 1px solid #ebebeb;
}

.checkout-area .cout-order-area .oreder-item ul .o-bottom {
    border-top: 1px solid #ebebeb;
    color: var(--primary-color);
    font-weight: 600;
}

.checkout-area .create-account.active {
    display: block;
}

.checkout-area .contact-form .form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.checkout-area .contact-form input,
.checkout-area .contact-form select {
    margin-top: 10px;
}

.checkout-area .submit-btn-area {
    margin-top: 20px;
}

.checkout-area .submit-btn-area .theme-btn,
.checkout-area .submit-btn-area .view-cart-btn {
    text-transform: capitalize;
}

/*--------------------------------------------------------------
13. volunteer-page
--------------------------------------------------------------*/
.volunteer-area {
    padding: 120px 0 0;
}

.volunteer-wrap {
    padding-bottom: 120px;
}

@media (max-width: 767px) {
    .volunteer-wrap {
        padding-bottom: 70px;
    }
}

.volunter-img {
    padding: 30px;
}

.volunter-img img {
    width: 100%;
}

.volunteer-img-wrap {
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
}

.volunteer-contact-form form input,
.volunteer-contact-form form select,
.volunteer-contact-form form label,
.volunteer-contact-form form textarea {
    border: 1px solid #d0d4df;
    padding-left: 15px;
    height: 50px;
    width: 100%;
}

.volunteer-contact-form form label {
    line-height: 50px;
    font-weight: 400;
    font-size: 14px;
}

.volunteer-contact-form form label.error {
    height: 15px;
    border: 0;
    line-height: 10px;
    padding-left: 0;
}

.volunteer-contact-form .form-group-in input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.volunteer-contact-form form textarea {
    height: 100px;
}

.volunteer-contact-form .form-group-in {
    position: relative;
}

.volunteer-contact-form .form-group-in i {
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 20px;
}

.volunteer-contact-form .form-group {
    margin-bottom: 30px;
}

.volunteer-contact-form {
    max-width: 760px;
    margin: auto;
    padding: 50px 40px;
    background: var(--white-color);
    margin-top: -295px;
    position: relative;
    z-index: 1;
}

.volunteer-contact-form:after {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--white-color);
    z-index: -1;
}

.volunteer-contact-form:before {
    position: absolute;
    left: -7px;
    bottom: -8px;
    width: 102%;
    height: 47%;
    content: "";
    background: #ffc4ad;
    z-index: -1;
}

.volunteer-contact-form h2 {
    margin-top: 0;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .volunteer-contact-form {
        max-width: 635px;
        margin-top: -210px;
    }

    .volunteer-contact-form:before {
        height: 62%;
        width: 103%;
    }
}

@media (max-width: 767px) {
    .volunteer-contact-form {
        margin-top: 0px;
        padding: 14px 16px;
        box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
        margin-top: 50px;
        padding-top: 30px;
    }

    .volunteer-contact-form h2 {
        font-size: 23px;
    }

    .volunteer-area {
        padding: 70px 0 0;
    }
}

.volunteer-contact-form .submit-area {
    text-align: center;
}

/*==========================================
14. team-single
===========================================*/
.team-pg-area {
    margin: 0 auto;
}

.team-pg-area .team-inner {
    position: relative;
    z-index: 1;
}

.team-pg-area .team-inner .pr-shape-1 {
    position: absolute;
    left: 60px;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 1650px) {
    .team-pg-area .team-inner .pr-shape-1 {
        opacity: 0.3;
    }
}

@media (max-width: 991px) {
    .team-pg-area .team-inner .pr-shape-1 {
        display: none;
    }
}

.team-info-img {
    padding: 40px;
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
    position: relative;
    z-index: 1;
    background: var(--white-color);
}

.team-info-img .shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.team-info-img .shape img {
    width: unset;
    height: unset;
}

.team-info-img img {
    width: 100%;
    height: 565px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991px) {
    .team-info-img img {
        height: 100%;
    }
}

.team-info-text h2 {
    font-size: 30px;
    font-weight: 700;
}

.team-info-text span {
    display: block;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.team-info-text ul {
    overflow: hidden;
    padding-top: 10px;
    list-style: none;
    display: flex;
    align-items: center;
}

.team-info-text ul li {
    font-size: 22px;
}

@media (max-width: 575px) {
    .team-info-text ul li {
        font-size: 15px;
    }
}

.team-info-text ul li a {
    color: var(--black-color);
    width: 36px;
    height: 36px;
    line-height: 40px;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    border: 1px solid #8188a9;
}

.team-info-text ul li a:hover {
    color: var(--white-color);
    background: var(--primary-color);
}

.team-info-text ul li + li {
    margin-left: 20px;
}

@media (max-width: 1200px) {
    .team-info-text ul li + li {
        margin-left: 15px;
    }
}

.at-progress {
    box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
    padding: 40px 0;
}

@media (max-width: 991px) {
    .at-progress {
        padding-bottom: 0;
    }
}

.wpo-progress-single {
    position: relative;
    margin-bottom: 30px;
}

.wpo-progress-single:last-child {
    margin-bottom: 0;
}

.wpo-progress-single .progress {
    height: 10px;
    background-color: #e9ecef;
}

.wpo-progress-single .progress .progress-bar {
    background: var(--primary-color);
}

.wpo-progress-single .progress-number {
    position: absolute;
    right: 0;
    top: 0;
}

.team-info-text {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .team-info-text {
        padding-left: 0;
        margin-top: 30px;
    }
}

.team-info-text h2 {
    text-align: left;
    font-size: 27px;
    font-weight: 700;
    color: #1d2327;
}

.team-info-text .wpo-skill-progress {
    padding: 0;
    box-shadow: none;
    padding-bottom: 30px;
    padding-top: 10px;
}

.team-info-wrap ul {
    padding-left: 0;
}

.exprience-wrap p {
    color: #5d5851;
}

.exprience-wrap h2 {
    margin-bottom: 20px;
}

.education-area {
    max-width: 600px;
}

.education-area ul {
    list-style: none;
}

.education-area ul li {
    padding-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.education-area ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary-color);
    content: "";
}

.ex-wiget {
    padding-top: 60px;
}

.ex-wiget ul {
    list-style: none;
}

.ex-wiget h2 {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 30px;
}

.wpo-contact-area .quote-form {
    padding-left: 0;
    margin-left: -10px;
}

.wpo-contact-area button {
    border-radius: 0;
}

.wpo-contact-area button:after {
    display: none;
}

.wpo-contact-area .quote-form .form-control {
    height: 55px;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding: 15px;
}

.wpo-contact-area .quote-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--primary-color);
}

.wpo-contact-area .quote-form textarea.form-control {
    height: 125px;
}

.half-col {
    float: left;
    width: 50%;
    padding: 0 10px 5px;
}

.full-col {
    padding: 0 10px 5px;
}

.exprience-area {
    padding-top: 60px;
}

@media (max-width: 767px) {
    .team-info-img {
        padding: 25px;
    }

    .team-info-img img {
        width: 100%;
    }

    .custom-grid {
        float: left;
        width: 50%;
    }

    .exprience-area {
        padding-top: 30px;
    }
}

@media (max-width: 575px) {
    .half-col {
        float: none;
        width: 100%;
    }
}

@media (max-width: 375px) {
    .custom-grid {
        float: none;
        width: 100%;
    }
}

.service-sidebar .wpo-contact-widget {
    border: 0;
    background: url(../images/bg-2.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    z-index: 1;
}

.service-sidebar .wpo-contact-widget:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 57, 103, 0.9);
    content: "";
    z-index: -1;
}

.service-sidebar .wpo-contact-widget h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    color: var(--white-color);
    margin-bottom: 20px;
}

.service-sidebar .wpo-contact-widget h2::before {
    background: var(--white-color);
}

.service-sidebar .wpo-contact-widget p {
    color: var(--white-color);
    font-size: 18px;
}

.service-sidebar .wpo-contact-widget a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid var(--white-color);
    font-size: 18px;
    color: var(--white-color);
    padding-right: 90px;
    position: relative;
    margin-top: 10px;
}

.service-sidebar .wpo-contact-widget a::before {
    font-family: "themify";
    content: "\e628";
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/*======================================
15. donation-page-area
 =======================================*/
.donate-header {
    text-align: center;
    margin-bottom: 50px;
}

.donate-header h2 {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

.donations-amount,
.donations-details,
.doanation-payment {
    padding: 30px;
    border: 1px solid #ebebeb;
    margin-bottom: 40px;
}

.donations-amount h2,
.donations-details h2,
.doanation-payment h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 0;
}

.donations-amount input,
.donations-details input,
.donations-details textarea {
    background: transparent;
    width: 100%;
    height: 50px;
    border: 0;
    border: 1px solid #ebebeb;
    padding-left: 15px;
    border-radius: 0;
    box-shadow: none !important;
    color: #525252;
    border-radius: 5px;
    margin-bottom: 30px;
}

.donations-details textarea {
    height: 135px;
}

.donations-details .form-group .error {
    margin-bottom: 20px;
}

.donations-amount input:focus,
.donations-details input:focus,
.donations-details textarea:focus {
    border-color: var(--primary-color);
}

.payment-name ul li input {
    margin-right: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.payment-select ul {
    list-style: none;
}

.payment-name ul {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}

.payment-area form {
    overflow: unset !important;
}

.payment-name ul li {
    width: 100px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 5px;
}

.payment-name ul {
    list-style: none;
}

.payment-name ul li input {
    margin-right: 0;
}

.payment-name ul li {
    margin-right: 15px;
}

.payment-area h2 {
    padding-bottom: 40px;
    margin-bottom: 0;
}

.payment-select ul {
    display: flex;
}

.payment-select ul li {
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #5b5b5b;
}

.payment-select label {
    font-size: 18px;
    font-weight: 600;
}

.payment-area h2 {
    font-size: 20px;
    color: #878787;
    font-weight: 700;
}

.payment-area h2 span {
    font-size: 30px;
    color: #ff493c;
}

.payment-area {
    width: 100%;
}

.payment-name ul li input {
    margin-right: 0;
    position: absolute;
    z-index: -1;
}

.payment-name ul li input:checked ~ label {
    background: #fcebbd;
}

.payment-name label {
    width: 100%;
    border: 1px solid transparent;
    cursor: pointer;
}

.payment-name .visa label {
    border: 1px solid #0057a0;
}

.payment-name .mas label {
    border: 1px solid #cc0000;
}

.payment-name .ski label {
    border: 1px solid #691a5f;
}

.payment-name .pay label {
    border: 1px solid #019cde;
}

.payment-option {
    padding: 0 15px;
}

.payment-name.active {
    display: block;
}

.payment-option.active .payment-name {
    display: none !important;
}

.payment-area .form-style input {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 20px;
    height: 40px;
    background: var(--white-color);
    border-radius: 2px;
    border: none;
    border: 1px solid #ebebeb;
}

.payment-area .form-style input:focus-visible {
    outline: 0;
}

.payment-area .form-style input:focus {
    border: 1px solid var(--primary-color);
}

.payment-area .contact-form {
    margin-top: 40px;
}

#Donations .theme-btn,
#Donations .view-cart-btn {
    border: none;
    outline: none;
    box-shadow: none;
}

#Donations .submit-area {
    text-align: center;
}

/*----------------------------------------------
16. event-details-page
----------------------------------------------*/
.event-details-text {
    margin-top: 50px;
}

.event-details-text h2 {
    margin-bottom: 30px;
    font-weight: 700;
}

.event-details-wrap {
    margin-top: 40px;
}

.event-details-tab .nav {
    justify-content: space-between;
    display: flex;
}

@media (max-width: 590px) {
    .event-details-tab .nav {
        display: block;
    }
}

.event-details-tab .nav-tabs > li {
    margin-bottom: -1px;
    width: 100%;
    flex-basis: 33.33%;
}

.event-details-wrap {
    border: 1px solid #ebebeb;
}

.event-details-tab .nav li a {
    display: block;
    text-align: center;
    color: #2d4277;
    transition: all 0.5s;
    font-weight: 400;
    margin-right: 1px;
    border: none;
    border-radius: 0px;
    background: #f6f6f6;
    border-bottom: none;
    border-top: 4px solid transparent;
    line-height: 20px;
    height: 50px;
}

.event-details-tab .nav li:last-child a {
    margin-right: -1px;
}

.event-details-tab .nav li a.active,
.event-details-tab .nav li:hover a {
    background: var(--white-color);
    outline: none;
    border: none;
    color: #2d4277;
    border-top: 4px solid var(--primary-color);
}

.event-details-content {
    padding: 30px;
}

#Schedule ul {
    list-style: none;
    margin-top: 30px;
}

#Schedule ul li {
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

#Schedule ul li:before {
    content: "";
    background: var(--primary-color);
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 6px;
}

#Map .contact-map iframe {
    width: 100%;
    height: 500px;
}

.event-contact .donations-details {
    border: none;
    padding: 0;
}

.event-contact .donations-details .theme-btn,
.event-contact .donations-details .view-cart-btn {
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: none;
    margin-top: 20px;
}

@media (max-width: 590px) {
    .event-details-tab .nav li a {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .event-details-tab .nav {
        flex-wrap: wrap;
    }

    .event-details-tab .nav li a {
        margin-bottom: 15px;
        padding: 12px;
    }
}

.event-img img,
.case-details-img img {
    width: 100%;
}

/*17. case-details-area */

.causes-card .social-actions {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.causes-card .social-actions .btn {
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    border: 1px solid var(--primary-color) !important;
    background: var(--light-bg);
    border: 1px solid #d8dde1;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

.causes-card .social-actions .btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}

.causes-card .text p {
    height: 100px;
}

/*20. contact-page */
.office-info {
    padding-bottom: 120px;
    margin: 0 -10px;
}

@media (max-width: 1199px) {
    .office-info {
        margin: 0px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .office-info {
        padding-bottom: 60px;
    }
}

@media (max-width: 1200px) {
    .office-info .col .office-info-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) {
    .office-info .col:last-child .office-info-item {
        margin-bottom: 0px;
    }
}

.office-info .office-info-item {
    text-align: center;
    padding: 40px;
    margin: 0 10px;
    border-radius: 8px;
    border: 1px solid var(--white-color);
    box-shadow: 0px 15px 10px 0px rgba(194, 185, 185, 0.18);
    overflow: hidden;
    background: transparent;
    position: relative;
    transition: all 0.3s ease-in-out;
    min-height: 320px;
}

@media (max-width: 1199px) {
    .office-info .office-info-item {
        margin: 0px;
        padding: 30px;
    }
}

.office-info .office-info-item::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #ff7236;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.office-info .office-info-item .office-info-icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
}

.office-info .office-info-item .office-info-icon .icon .fi:before {
    font-size: 50px;
    color: #18322e;
    transition: all 0.3s ease-in-out;
}

.office-info .office-info-item .office-info-text h2 {
    margin: 20px 0;
    color: #212121;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.office-info .office-info-item .office-info-text p {
    margin-bottom: 0;
    color: #636776;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
}

.office-info .office-info-item.active::before,
.office-info .office-info-item:hover::before {
    opacity: 0.95;
    visibility: visible;
}

.office-info .office-info-item.active .office-info-icon .icon .fi:before,
.office-info .office-info-item:hover .office-info-icon .icon .fi:before {
    color: var(--white-color);
}

.office-info .office-info-item.active .office-info-text h2,
.office-info .office-info-item:hover .office-info-text h2 {
    color: var(--white-color);
}

.office-info .office-info-item.active .office-info-text p,
.office-info .office-info-item:hover .office-info-text p {
    color: var(--white-color);
}

.contact-left {
    max-width: 518px;
    text-align: left;
}

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

@media (max-width: 991px) {
    .contact-left {
        margin-bottom: 30px;
    }
}

.contact-left h2 {
    color: #0a1222;
    font-size: 44px;
    font-weight: 600;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .contact-left h2 {
        font-size: 35px;
    }
}

.contact-left p {
    color: #636776;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
}

.contact-left .map {
    max-width: 507px;
    height: 351px;
}

.contact-left .map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

.contact-right {
    max-width: 484px;
}

.contact-right .title h2 {
    color: #212121;
    font-size: 44px;
    font-weight: 600;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .contact-right .title h2 {
        font-size: 35px;
    }
}

.contact-right .title p {
    color: #636776;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 30px;
}

.contact-form .input-item {
    position: relative;
    margin-bottom: 40px;
}

.contact-form .input-item .fild {
    padding-bottom: 20px;
    padding-left: 30px;
    color: #636776;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid rgba(92, 92, 91, 0.3);
    background-color: transparent;
}

.contact-form .input-item .fild:focus-visible {
    outline: 0;
}

.contact-form .input-item label {
    position: absolute;
    left: 0;
    top: -2px;
}

.contact-form .input-item label i {
    color: #212121;
    font-size: 20px;
}

.contact-form .input-item .textarea {
    height: 120px;
}

.contact-form .submitbtn {
    margin-bottom: 0;
    width: 222px;
    height: 63px;
    position: relative;
}

.contact-form .submitbtn .fild {
    padding: 0;
    background: var(--primary-color);
    height: 63px;
    line-height: 67px;
    color: var(--white-color);
}

.contact-form .submitbtn label {
    position: absolute;
    left: 30px;
    top: 54%;
    transform: translateY(-50%);
}

.contact-form .submitbtn label i {
    color: var(--white-color);
    font-size: 23px;
}

.contact-form ::-webkit-input-placeholder {
    color: #636776;
}

.contact-form ::-moz-placeholder {
    color: #636776;
}

.contact-form :-ms-input-placeholder {
    color: #636776;
}

.contact-form :-moz-placeholder {
    color: #636776;
}

/*--------------------------------------------------------------
21. error-404-section
--------------------------------------------------------------*/
.error-404-section {
    text-align: center;
}

.error-404-section .error-message {
    margin-top: 70px;
    padding: 0 200px;
}

@media (max-width: 991px) {
    .error-404-section .error-message {
        margin-top: 50px;
        padding: 0 100px;
    }
}

@media (max-width: 767px) {
    .error-404-section .error-message {
        padding: 0;
    }
}

.error-404-section .error-message h3 {
    text-align: center;
    font-size: 55px;
    font-weight: 600;
    line-height: 58px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .error-404-section .error-message h3 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 40px;
    }
}

.error-404-section .error-message p {
    margin-bottom: 1.8em;
}

/* 22. Home-style-4 */

/*22.3 about-section-s4 */
.about-section-s4 {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .about-section-s4 {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .about-section-s4 {
        padding-bottom: 80px;
    }
}

.about-section-s4 .about-image .image1 .shape {
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: -1;
}

.about-section-s4 .about-image .image1 .shape img {
    border-radius: 0;
    border: 0;
    box-shadow: 0px 4px 11px 0px transparent;
}

/*22.4 funfact-section-s3 */
.funfact-section-s3 {
    margin: 0;
}

/*22.5 volunteer-section */
.volunteer-section .section-title h2 span {
    color: var(--primary-color);
}

/*22.6 wpo-instagram-section */
.wpo-instagram-section .wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 1719px) {
    .wpo-instagram-section .wraper {
        max-width: 100%;
    }
}

.wpo-instagram-section .wraper .instagram-card:first-child {
    width: 16.6%;
}

@media (max-width: 991px) {
    .wpo-instagram-section .wraper .instagram-card:first-child {
        width: 49.8%;
    }
}

@media (max-width: 757px) {
    .wpo-instagram-section .wraper .instagram-card:first-child {
        width: 100%;
    }
}

.wpo-instagram-section .wraper .instagram-card:nth-child(2) {
    width: 32.6%;
}

@media (max-width: 991px) {
    .wpo-instagram-section .wraper .instagram-card:nth-child(2) {
        width: 49.8%;
    }
}

@media (max-width: 757px) {
    .wpo-instagram-section .wraper .instagram-card:nth-child(2) {
        width: 100%;
    }
}

.wpo-instagram-section .wraper .instagram-card:nth-child(3) {
    width: 16.6%;
}

@media (max-width: 991px) {
    .wpo-instagram-section .wraper .instagram-card:nth-child(3) {
        width: 49.8%;
    }
}

@media (max-width: 757px) {
    .wpo-instagram-section .wraper .instagram-card:nth-child(3) {
        width: 100%;
    }
}

.wpo-instagram-section .wraper .instagram-card:nth-child(4) {
    width: 32.6%;
}

@media (max-width: 991px) {
    .wpo-instagram-section .wraper .instagram-card:nth-child(4) {
        width: 49.8%;
    }
}

@media (max-width: 757px) {
    .wpo-instagram-section .wraper .instagram-card:nth-child(4) {
        width: 100%;
    }
}

.wpo-instagram-section .wraper .instagram-card:nth-child(5) {
    width: 32.6%;
}

@media (max-width: 991px) {
    .wpo-instagram-section .wraper .instagram-card:nth-child(5) {
        width: 49.8%;
    }
}

@media (max-width: 757px) {
    .wpo-instagram-section .wraper .instagram-card:nth-child(5) {
        width: 100%;
    }
}

.wpo-instagram-section .wraper .instagram-card:nth-child(6) {
    width: 16.6%;
}

@media (max-width: 991px) {
    .wpo-instagram-section .wraper .instagram-card:nth-child(6) {
        width: 49.8%;
    }
}

@media (max-width: 757px) {
    .wpo-instagram-section .wraper .instagram-card:nth-child(6) {
        width: 100%;
    }
}

.wpo-instagram-section .wraper .instagram-card:nth-child(7) {
    width: 32.6%;
}

@media (max-width: 991px) {
    .wpo-instagram-section .wraper .instagram-card:nth-child(7) {
        width: 49.8%;
    }
}

@media (max-width: 757px) {
    .wpo-instagram-section .wraper .instagram-card:nth-child(7) {
        width: 100%;
    }
}

.wpo-instagram-section .wraper .instagram-card:last-child {
    width: 16.6%;
}

@media (max-width: 991px) {
    .wpo-instagram-section .wraper .instagram-card:last-child {
        width: 49.8%;
    }
}

@media (max-width: 757px) {
    .wpo-instagram-section .wraper .instagram-card:last-child {
        width: 100%;
    }
}

.wpo-instagram-section .instagram-card {
    padding: 5px;
    width: 20%;
    position: relative;
}

.wpo-instagram-section .instagram-card:hover .popup-icon {
    opacity: 1;
    visibility: visible;
}

.wpo-instagram-section .instagram-card .popup-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: var(--white-color);
    text-align: center;
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.wpo-instagram-section .instagram-card .popup-icon i {
    line-height: 50px;
    font-size: 18px;
    color: #000;
}

.wpo-instagram-section .instagram-card img {
    width: 100%;
    height: 100%;
}

/*22.7 event-section-s2 */
.event-section-s2 .section-title {
    text-align: center;
}

.event-section-s2 .event-wrap {
    display: grid;
    gap: 40px 0;
}

.event-section-s2 .event-card {
    border-radius: 20px;
    background: var(--white-color);
    box-shadow: 0px 4px 28px 6px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .event-section-s2 .event-card {
        flex-direction: column;
    }
}

.event-section-s2 .event-card .image {
    padding: 20px;
}

@media (max-width: 991px) {
    .event-section-s2 .event-card .image {
        padding-top: 40px;
    }
}

@media (max-width: 575px) {
    .event-section-s2 .event-card .image {
        padding-top: 20px;
    }
}

.event-section-s2 .event-card .image img {
    border-radius: 20px;
    width: 100%;
}

.event-section-s2 .event-card .text {
    width: calc(100% - 500px);
    padding: 20px 50px;
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .event-section-s2 .event-card .text {
        width: calc(100% - 400px);
        padding: 20px 20px;
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    .event-section-s2 .event-card .text {
        width: 100%;
        padding: 20px 20px;
        padding-bottom: 40px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .event-section-s2 .event-card .text {
        padding-bottom: 20px;
        padding-top: 0;
    }
}

.event-section-s2 .event-card .text span {
    color: #dd950b;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
}

.event-section-s2 .event-card .text h2 {
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .event-section-s2 .event-card .text h2 {
        margin-bottom: 10px;
    }
}

.event-section-s2 .event-card .text h2 a {
    color: var(--black-color);
    font-family: "Manrope", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    text-decoration: none;
}

@media (max-width: 1399px) {
    .event-section-s2 .event-card .text h2 a {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 1199px) {
    .event-section-s2 .event-card .text h2 a {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .event-section-s2 .event-card .text h2 a {
        font-size: 25px;
        line-height: 35px;
    }
}

.event-section-s2 .event-card .text p {
    color: #666;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    max-width: 550px;
}

@media (max-width: 991px) {
    .event-section-s2 .event-card .text p {
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .event-section-s2 .event-card .text p {
        font-size: 18px;
        line-height: 25px;
    }
}

.event-section-s2 .event-card .text a {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
}

@media (max-width: 575px) {
    .event-section-s2 .event-card .text a {
        font-size: 18px;
    }
}

.event-section-s2 .event-card:nth-child(even) .text {
    padding-left: 50px;
    padding-right: 30px;
}

@media (max-width: 1199px) {
    .event-section-s2 .event-card:nth-child(even) .text {
        padding-right: 0px;
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .event-section-s2 .event-card:nth-child(even) .text {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 992px) {
    .event-section-s2 .event-card:nth-child(even) {
        flex-direction: row-reverse;
        text-align: right;
    }

    .event-section-s2 .event-card:nth-child(even) .text p {
        margin-left: auto;
    }
}

/*22.8 become_volunteer-s3 */
.become_volunteer-s3 .left-content::before {
    background: #268a66;
}

.become_volunteer-s3 .right-content::before {
    background: var(--primary-color);
}

/* 23. Home-style-5 */

/*23.3 about-section-s5 */
.about-section-s5 .about-image {
    margin-left: 30px;
}

@media (max-width: 1399px) {
    .about-section-s5 .about-image {
        margin-left: 0;
    }
}

.about-section-s5 .about-image .text {
    bottom: -90px;
}

@media (max-width: 991px) {
    .about-section-s5 .about-image .text {
        bottom: 0;
    }
}

.about-section-s5 .about-image .text h3 {
    color: var(--white-color);
}

.about-section-s5 .right-content h3 {
    font-size: 53px;
}

@media (max-width: 575px) {
    .about-section-s5 .right-content h3 {
        font-size: 40px;
        line-height: 55px;
    }
}

@media (max-width: 425px) {
    .about-section-s5 .right-content h3 {
        font-size: 35px;
        line-height: 40px;
    }
}

.about-section-s5 .right-content h3 span::before {
    left: 10px;
}

/* 23.4 causes-section-s5 */
.causes-section-s5 {
    position: relative;
    z-index: 1;
}

.causes-section-s5 .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.causes-section-s5 .bg-image img {
    width: 100%;
    height: 100%;
}

.causes-section-s5 .section-title h2 span {
    color: var(--primary-color);
}

.causes-section-s5 .causes-card {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
}

.causes-section-s5 .causes-slider-s6 {
    margin: -20px;
}

@media (max-width: 1199px) {
    .causes-section-s5 .causes-slider-s6 {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .causes-section-s5 .causes-slider-s6 {
        margin: 0;
    }
}

.causes-section-s5 .owl-item {
    padding: 20px;
}

@media (max-width: 1199px) {
    .causes-section-s5 .owl-item {
        padding: 15px;
    }
}

.causes-section-s5 .causes-card .text h2 a {
    font-size: 25px;
}

@media (max-width: 1199px) {
    .causes-section-s5 .causes-card .text h2 a {
        font-size: 20px;
        line-height: 25px;
    }
}

.causes-section-s5 .owl-nav {
    position: absolute;
    right: 0;
    top: -130px;
}

@media (max-width: 991px) {
    .causes-section-s5 .owl-nav {
        display: none;
    }
}

.causes-section-s5 .owl-nav button {
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 100px;
    border: 1px solid var(--primary-color);
    background: transparent;
    transition: all 0.3s ease-in-out;
    color: var(--primary-color);
}

.causes-section-s5 .owl-nav button:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.causes-section-s5 .owl-nav .owl-prev {
    margin-right: 25px;
}

.causes-section-s5 .owl-dots {
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .causes-section-s5 .owl-dots {
        display: none;
    }
}

.causes-section-s5 .owl-dots button {
    margin: 5px;
    border: 1px solid var(--primary-color);
    width: 10px;
    height: 14px;
    border-radius: 100px;
}

.causes-section-s5 .owl-dots button.active {
    background: var(--primary-color);
}

/*23.5 wpo-instagram-section-s2 */
.wpo-instagram-section-s2 .instagram-card {
    position: relative;
}

.wpo-instagram-section-s2 .instagram-card:hover .popup-icon {
    opacity: 1;
    visibility: visible;
}

.wpo-instagram-section-s2 .instagram-card .popup-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: var(--white-color);
    text-align: center;
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.wpo-instagram-section-s2 .instagram-card .popup-icon i {
    line-height: 50px;
    font-size: 18px;
    color: #000;
}

.wpo-instagram-section-s2 .instagram-card img {
    width: 100%;
    height: 100%;
}

.wpo-instagram-section-s2 .owl-nav {
    display: none;
}

.wpo-instagram-section-s2 .owl-dots {
    display: none;
}

/*23.6 cta-section-s5 */
.cta-section-s5 {
    margin: 0;
}

.cta-section-s5 .cta-wrap {
    position: relative;
    z-index: 1;
    background: url(../images/cta-bg-5.jpg) center/cover no-repeat;
}

.cta-section-s5 .cta-wrap::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(3, 24, 114, 0.7);
    z-index: -1;
}

/* 23.7 blog-section-s5 */
.blog-section-s5 {
    margin: 0;
    background: var(--white-color);
    padding: 120px 0;
}

@media (max-width: 991px) {
    .blog-section-s5 {
        padding: 90px 0;
    }
}

@media (max-width: 767px) {
    .blog-section-s5 {
        padding: 80px 0;
    }
}

/*24.2 about-section-s6 */
.about-section-s6 .about-image .img-1 {
    width: 690px;
    height: 690px;
    background: transparent;
    margin-left: -230px;
}

@media (max-width: 1699px) {
    .about-section-s6 .about-image .img-1 {
        margin-left: -130px;
    }
}

@media (max-width: 1399px) {
    .about-section-s6 .about-image .img-1 {
        margin-left: -50px;
        width: 590px;
        height: 590px;
    }
}

@media (max-width: 1199px) {
    .about-section-s6 .about-image .img-1 {
        margin-left: -50px;
        width: 490px;
        height: 490px;
    }
}

@media (max-width: 991px) {
    .about-section-s6 .about-image .img-1 {
        width: 100%;
        max-width: 633px;
        height: 100%;
        margin-left: 0;
    }
}

.about-section-s6 .about-image .img-1 img {
    border-radius: 690px;
    border: 20px solid var(--white-color);
}

@media (max-width: 1199px) {
    .about-section-s6 .about-image .img-1 img {
        border: 10px solid var(--white-color);
    }
}

.about-section-s6 .about-image .img-2 {
    right: 175px;
    bottom: -25px;
}

@media (max-width: 1699px) {
    .about-section-s6 .about-image .img-2 {
        right: 80px;
    }
}

@media (max-width: 1399px) {
    .about-section-s6 .about-image .img-2 {
        right: 0px;
    }
}

.about-section-s6 .about-image .img-1 img {
    mix-blend-mode: normal;
}

.about-section-s6 .about-btn {
    margin-top: 10px;
}

.about-section-s6 .video-btn {
    left: 72%;
    bottom: -62px;
    top: auto;
    z-index: 1;
}

@media (max-width: 425px) {
    .about-section-s6 .video-btn {
        left: 50%;
        bottom: auto;
        top: 50%;
    }
}

.world_map_sec {
    background-image: url(../images/dotted_world_map.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 100px;
}

@media (max-width: 1199px) {
    .world_map_sec {
        padding: 40px 100px;
    }
}

@media (max-width: 991px) {
    .world_map_sec {
        padding: 40px 70px;
    }
}

@media (max-width: 767px) {
    .world_map_sec {
        padding: 40px 80px;
    }
}

@media (max-width: 500px) {
    .world_map_sec {
        padding: 40px 15px;
    }
}

/* mckjikfednc */

.btn-black {
    background-color: #000;
    color: var(--white-color);
}

/* ============ map chart start ============ */
#chartdiv {
    width: 100%;
    height: 700px;
    /* default height for world */
    transition: height 1s ease;
    overflow: hidden;
}

.world_map_sec {
    padding: 50px 0;
    transition: min-height 1s ease;
    max-height: 750px;
    overflow: hidden;
    /* default world section height */
}

/* India version */
.world_map_sec.india-active #chartdiv {
    height: 500px !important;
}

.world_map_sec.india-active {
    min-height: 600px !important;
}

/* Mobile */
@media (max-width: 500px) {
    #chartdiv {
        height: 330px !important;
    }

    .world_map_sec {
        min-height: 450px !important;
    }
}

canvas.am5-layer-30 {
    display: none;
}

#cityDetails {
    margin-top: 20px;
}

table {
    border-collapse: collapse;
    width: 50%;
    background-color: var(--white-color);
}

th,
td {
    border: 1px solid #444;
    padding: 8px;
    text-align: left;
}

th {
    background: #eee;
}

.toggle-container {
    margin: auto;
}

g[aria-label="Use plus and minus keys on your keyboard to zoom in and out"] {
    fill: transparent;
}

#cityDetails {
    max-height: 600px;
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
}

#detailsTable thead th {
    position: sticky;
    top: 0;
    background: var(--primary-color);
    color: var(--white-color);
    z-index: 2;
}

#detailsTable_wrapper {
    width: 100%;
    overflow-x: auto;
}

/* ============ map chart ============ */

#bihar-tourism {
    position: relative;
    /* padding-bottom: 200px; */
}

/* #bihar-tourism::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/pages/bihar_lineare_bottom.png) no-repeat bottom right / contain;
  bottom: -30px;
  left: 0;
  z-index: 1;
  opacity: .1;
  max-height: 250px;
} */

#bihar-tourism .right-img::before {
    display: none;
}

/* ==================== Tourism Content Sections ==================== */
.tm_attractions-wrapper {
    background: white;
}

.tm_section-header {
    text-align: center;
    margin-bottom: 60px;
    animation: fadeInDown 0.8s ease-out;
}

.tm_section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.tm_section-header h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}

.tm_section-header p {
    font-size: 1rem;
    color: #666;
    margin-top: 25px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

/* Category Cards */
.tm_category-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(16, 90, 54, 0.08);
    transition: all 0.4s ease;
    margin-bottom: 30px;
    border-top: 4px solid var(--primary-color);
    animation: slideInUp 0.6s ease-out both;
}

.tm_category-card:nth-child(1) {
    animation-delay: 0.1s;
}

.tm_category-card:nth-child(2) {
    animation-delay: 0.2s;
}

.tm_category-card:nth-child(3) {
    animation-delay: 0.3s;
}

.tm_category-card:nth-child(4) {
    animation-delay: 0.4s;
}

.tm_category-card:nth-child(5) {
    animation-delay: 0.5s;
}

.tm_category-card:nth-child(6) {
    animation-delay: 0.6s;
}

.tm_category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(16, 90, 54, 0.15);
}

.tm_card-header {
    background: var(--secondary-color);
    color: white;
    padding: 25px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;
}

.tm_card-header::before {
    content: "";
    position: absolute;
    right: -30px;
    top: -30px;
    width: 120px;
    height: 120px;
    background: #ffffff30;
    border-radius: 50%;
}

.tm_card-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    color: var(--primary-color);
}

.tm_card-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 1;
    color: var(--white-color);
}

.tm_card-content {
    padding: 25px;
}

.tm_card-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.tm_card-content ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.tm_card-content li {
    padding: 8px 0 8px 25px;
    position: relative;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
}

.tm_card-content li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

/* Attraction Items */
.tm_attraction-item {
    background: linear-gradient(
        135deg,
        rgba(247, 79, 34, 0.05),
        rgba(16, 90, 54, 0.05)
    );
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    border-left: 4px solid var(--primary-color);
    transition: all 0.3s ease;
}

.tm_attraction-item:hover {
    background: linear-gradient(
        135deg,
        rgba(247, 79, 34, 0.1),
        rgba(16, 90, 54, 0.1)
    );
    transform: translateX(5px);
}

.tm_attraction-item h4 {
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.05rem;
}

.tm_attraction-item p {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.6;
}

/* Stats Section */
.tm_stats-section {
    background: var(--secondary-color);
    color: white;
    padding: 50px 0;
    margin: 60px 0;
    border-radius: 12px;
}

.tm_stat-item {
    text-align: center;
    padding: 20px;
    animation: scaleIn 0.8s ease-out both;
}

.tm_stat-item:nth-child(1) {
    animation-delay: 0.1s;
}

.tm_stat-item:nth-child(2) {
    animation-delay: 0.2s;
}

.tm_stat-item:nth-child(3) {
    animation-delay: 0.3s;
}

.tm_stat-item:nth-child(4) {
    animation-delay: 0.4s;
}

.tm_stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.tm_stat-label {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

/* Animations */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .section-title h2 {
        font-size: 2rem;
    }

    .tm_section-header h2 {
        font-size: 1.8rem;
    }

    .content ul li {
        gap: 20px;
    }

    .tm_attractions-wrapper {
        padding: 50px 0;
    }

    .tm_card-title {
        font-size: 1.2rem;
    }

    .tm_stat-number {
        font-size: 2rem;
    }
}

.trsm_2_tourism-section {
    /* padding: 80px 0; */
    overflow: hidden;
    position: relative;
}

.trsm_2_tourism-section::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--primary-color-dim), transparent);
    border-radius: 50%;
    z-index: 0;
}

.trsm_2_section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 1rem;
    animation: trsm_2_fadeInDown 0.8s ease-out;
    position: relative;
    display: inline-block;
}

/* .trsm_2_section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
            border-radius: 2px;
        } */

.trsm_2_section-subtitle {
    font-size: 1.1rem;
    color: var(--secondary-color2);
    margin-bottom: 3rem;
    animation: trsm_2_fadeInUp 0.8s ease-out;
    text-transform: uppercase;
}

.trsm_2_tourism-card {
    background: var(--white-color);
    /* border-radius: 25px; */
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 30px;
    animation: trsm_2_fadeInUp 0.8s ease-out;
    animation-fill-mode: both;
    position: relative;
    border: 2px solid transparent;
}

.trsm_2_tourism-card:nth-child(1) {
    animation-delay: 0.1s;
}

.trsm_2_tourism-card:nth-child(2) {
    animation-delay: 0.2s;
}

.trsm_2_tourism-card:nth-child(3) {
    animation-delay: 0.3s;
}

.trsm_2_tourism-card:nth-child(4) {
    animation-delay: 0.4s;
}

.trsm_2_tourism-card:nth-child(5) {
    animation-delay: 0.5s;
}

.trsm_2_tourism-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-color-dim), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

.trsm_2_tourism-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px var(--primary-color-dim);
    border-color: var(--primary-color);
}

.trsm_2_tourism-card:hover::before {
    opacity: 0.05;
}

.trsm_2_card-image-wrapper {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.trsm_2_card-image-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(6, 20, 8, 0.7), transparent);
    z-index: 2;
}

.trsm_2_card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.trsm_2_tourism-card:hover .trsm_2_card-image {
    transform: scale(1.15) rotate(2deg);
}

.trsm_2_card-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    z-index: 3;
    box-shadow: 0 5px 15px rgba(247, 79, 34, 0.4);
    animation: trsm_2_pulse 2s infinite;
}

.trsm_2_card-content {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.trsm_2_card-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.trsm_2_card-title::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 0;
    background: var(--primary-color);
    transition: height 0.3s ease;
}

.trsm_2_tourism-card:hover .trsm_2_card-title::before {
    height: 100%;
}

.trsm_2_card-description {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

@keyframes trsm_2_fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes trsm_2_fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes trsm_2_pulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 768px) {
    .trsm_2_section-title {
        font-size: 2rem;
    }

    .trsm_2_section-subtitle {
        font-size: 1rem;
    }

    .trsm_2_tourism-section {
        padding: 50px 0;
    }

    .trsm_2_card-image-wrapper {
        height: 220px;
    }
}

/* active tenders */
.tender-card {
    position: relative;
    border: 1px solid var(--primary-color);
    padding: 20px;
    margin-bottom: 20px;
    background: var(--white-color) 0d9;
    /* background: radial-gradient(circle, rgb(18 47 42) 23%, rgb(22 65 58) 82%); */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.tender-date {
    background: var(--tertiary-color);
    color: var(--white-color);
    display: inline-block;
    padding: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.tender-view-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    margin: 15px;
    padding: 4px 8px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    color: var(--primary-color);
    background: transparent;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    box-shadow: inset 0 0 0 0 var(--primary-color);
}

.tender-view-btn:hover {
    color: white;
    box-shadow: inset 0 -100px 0 0 var(--primary-color);
}

.tender-view-btn:active {
    transform: scale(0.9);
}

.tender-card p {
    color: var(--black-color);
}

/* Chapter india & worldwide */
#chartdiv.chapters {
    width: 100%;
    height: 550px;
}

/* video Gallery */

.video_gallery {
    .gallery {
        display: grid;
        gap: 15px;
    }

    .gallery img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .gallery img:hover {
        transform: scale(1.05);
    }

    .pagination {
        text-align: center;
        margin-top: 20px;
        justify-content: center;
    }

    .pagination button.pegi_btn {
        margin: 5px;
        padding: 8px 12px;
        border: none;
        border-radius: 5px;
        background: var(--primary-color);
        color: white;
        cursor: pointer;
        transition: background 0.3s;
    }

    .prev_btn,
    .next_btn {
        margin: 5px;
        padding: 8px 12px;
        border: none;
        border-radius: 5px;
        background: #6e2a17;
        color: white;
        cursor: pointer;
    }

    .pagination button:disabled {
        background: #ccc;
        cursor: not-allowed;
    }

    .pagination button:hover:not(:disabled) {
        background: var(--secondary-color);
    }

    .pagination .active {
        background: var(--secondary-color) !important;
    }

    /* Lightbox */
    .lightbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .lightbox img {
        max-width: 90%;
        max-height: 80%;
        border-radius: 10px;
    }

    .lightbox span {
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 40px;
        font-weight: bold;
        color: white;
        cursor: pointer;
    }
}

/* Sunil */

/*Objective*/

section.about-section-s2.objective-sec h2,
section.about-section-s2.objective-sec h3 {
    text-align: center;
}

.objective-sec p {
    max-width: 100% !important;
}

.objective-sec .tab {
    text-align: center;
    margin: 0.7rem 0 5.3rem;
}

.objective-sec ul li span {
    font-family: "Manrope", sans-serif;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 16px;
}

.objective-sec ul li i {
    color: var(--primary-color);
}

section.about-section-s2.objective-sec {
    padding-bottom: 5rem;
}

.objective-sec .tab-wrap ul {
    max-height: 465px;
    overflow-y: auto;
    padding-left: 3rem;
}

.objective-sec .image1::after {
    display: none;
}

.about-cstm-sec {
    position: relative;
    padding: 70px 0;
}

.about-cstm-sec:before {
    content: "";
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-image: url(https://aidus.wpolive.com/wp-content/uploads/2024/12/blog-bg-shapes.jpg);
    background-size: contain;
}

/* Section Title */
.bf-3b-section {
    text-align: center;
    padding: 50px 20px;
}

.bf-3b-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* Wrapper */
.bf-3b-wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Glass Cards */
.bf-3b-card {
    width: 300px;
    padding: 25px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: 0.3s;
}

.bf-3b-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.15);
}

/* Icon */
.bf-3b-icon {
    font-size: 45px;
    margin-bottom: 15px;
}

/* Title + Text */
.bf-3b-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 600;
}

.bf-3b-card p {
    color: #444;
    line-height: 1.6;
}

.three_bs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-top: 50px;
    padding-top: 50px;
}

.b_card {
    background: white;
    overflow: visible;
    box-shadow: 0 4px 24px -1px rgba(0, 32, 91, 0.04);
    border: 1px solid #8aaac530;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    cursor: pointer;
    opacity: 0;
    animation: cardReveal 0.8s ease forwards;
}

.b_card:nth-child(1) {
    animation-delay: 0.2s;
}

.b_card:nth-child(2) {
    animation-delay: 0.4s;
}

.b_card:nth-child(3) {
    animation-delay: 0.6s;
}

.b_card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        var(--secondary-color),
        var(--secondary-color2)
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.b_card:hover::before {
    opacity: 0.05;
}

.b_card:hover {
    transform: translateY(-20px) scale(1.03);
    box-shadow: 0 40px 80px -20px rgba(0, 32, 91, 0.12);
    border-color: var(--primary-color-dim);
    background: #ead27912;
}

.icon_container {
    position: relative;
    width: 140px;
    height: 140px;
    margin: -70px auto 0;
    background: linear-gradient(
        135deg,
        var(--secondary-color) 0%,
        var(--secondary-color2) 100%
    );
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease;
    overflow: hidden;
}

.icon_container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgba(255, 255, 255, 0.4) 90deg,
        transparent 180deg
    );
    animation: rotateGlow 3s linear infinite;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.b_card:hover .icon_container::before {
    opacity: 1;
}

.b_card:hover .icon_container {
    transform: rotate(360deg) scale(1.15);
}

.icon_container i {
    font-size: 4em;
    color: white;
    z-index: 1;
    transition: all 0.6s ease;
}

.b_card:hover .icon_container i {
    transform: scale(1.2);
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.8));
}

.b_number {
    position: absolute;
    top: -30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: white;
    border: 4px solid var(--secondary-color2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    color: var(--secondary-color2);
    box-shadow: 0 5px 15px rgba(16, 90, 54, 0.2);
    animation: pulse 2s ease-in-out infinite;
}

.content_wrapper {
    padding: 40px 35px 35px;
    text-align: center;
}

.b_title {
    font-size: 2.2em;
    color: var(--secondary-color);
    margin-bottom: 8px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.b_card:hover .b_title {
    transform: scale(1.05);
    text-shadow: 0 2px 10px rgba(16, 90, 54, 0.2);
}

.b_subtitle {
    font-size: 1em;
    color: #888;
    margin-bottom: 25px;
    font-style: italic;
    transition: color 0.3s ease;
}

.b_card:hover .b_subtitle {
    color: var(--secondary-color);
}

.b_description {
    font-size: 1.05em;
    color: var(--black-color);
    line-height: 1.8;
    position: relative;
    padding: 20px;
    background: #ead27912;
    border-radius: 15px;
    border-left: 4px solid var(--primary-color);
    transition: all 0.4s ease;
}

.b_card:hover .b_description {
    background: var(--primary-color);
    color: var(--secondary-color);
    box-shadow: inset 0 0 20px rgba(16, 90, 54, 0.05);
    transform: scale(1.02);
    border-left: 4px solid var(--primary-color);
}

.decorative_dots {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 25px;
}

.dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--secondary-color);
    border-radius: 50%;
    opacity: 0;
    animation: floatDots 4s ease-in-out infinite;
}

.b_card:hover .dot {
    opacity: 0.3;
}

.dot:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.dot:nth-child(2) {
    top: 60%;
    left: 15%;
    animation-delay: 0.5s;
}

.dot:nth-child(3) {
    top: 40%;
    right: 10%;
    animation-delay: 1s;
}

.dot:nth-child(4) {
    bottom: 20%;
    right: 15%;
    animation-delay: 1.5s;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cardReveal {
    from {
        opacity: 0;
        transform: translateY(60px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes rotateGlow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

@keyframes floatDots {
    0%,
    100% {
        transform: translateY(0) translateX(0);
    }

    25% {
        transform: translateY(-15px) translateX(10px);
    }

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

    75% {
        transform: translateY(-20px) translateX(5px);
    }
}

@media (max-width: 968px) {
    .three_bs {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .header h1 {
        font-size: 2.5em;
    }

    .icon_container {
        width: 120px;
        height: 120px;
        margin-top: -60px;
    }

    .icon_container i {
        font-size: 3em;
    }
}

/*Governing Body*/

.cstm-table {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cstm-table th {
    background: var(--secondary-color2);
    color: var(--white-color);
    padding: 12px 15px;
    border: solid 1px #f3ecfe;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 17px;
}

.cstm-table tr:nth-child(even) td {
    background: #f8f7fc;
}

.cstm-table tr td {
    padding: 13px 15px;
    border: solid 1px #f3ecfe;
    color: #222;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
}

.shape.shape-3 {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: -1;
}

/*Data Table*/

.dataTables_length {
    text-transform: capitalize;
    color: #222 !important;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.dataTables_length select {
    border: solid 1px #beb9ce !important;
    border-radius: 0 !important;
    padding: 5px 3px !important;
}

.dataTables_length select:focus {
    outline: none;
}

.dataTables_filter {
    margin-bottom: 0.3rem;
}

.dataTables_filter label {
    text-transform: capitalize;
    color: #222 !important;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    margin-bottom: 0.3rem;
}

.dataTables_filter input {
    border: solid 1px #beb9ce !important;
    border-radius: 7px !important;
    padding: 5px 3px !important;
}

.dataTables_filter input:focus {
    outline: none;
}

.dataTables_info {
    color: #222 !important;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    margin-top: 0.25rem;
}

.dataTables_paginate {
    color: #222 !important;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
}

a.paginate_button {
    padding: 4px 12px !important;
    border-radius: 8px !important;
}

a.paginate_button.current {
    background: var(--primary-color) !important;
}

.dataTables_paginate {
    margin-top: 0.5rem;
}

.dataTables_wrapper {
    background: var(--white-color);
    border: solid 2px #f6f0ef;
    padding: 1.5rem;
}

/*ceo Msg*/

.ceo-img-col {
    text-align: center;
    background: var(--secondary-color);
    border-radius: 21px;
    padding: 2rem;
}

.ceo-img-wrap {
    height: 250px;
    border: solid 2px var(--secondary-color2);
    border-radius: 100%;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.2rem;
}

.ceo-img-wrap img {
    height: 225px;
    max-width: 225px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}

.ceo-img-col h5 {
    color: var(--primary-color);
    font-size: 20px;
}

.ceo-img-col h6 {
    color: #d9d9d9;
    font-weight: 400;
}

.ceo-msg-content {
    padding-left: 3rem;
}

.ceo-msg-content p {
    font-size: 15px;
}

/*Event*/

.cstm-sec {
    position: relative;
    padding: 30px 0;
}

.bihar-diwas-ul li:first-child {
    width: 49.7% !important;
}

.bihar-day-sec {
    padding: 60px 0;
}

.bihar-day-sec .content {
    max-width: unset;
}

.bihar-day-sec p {
    color: var(--white-color);
}

.bihar-day-sec::before {
    width: 61%;
    background: var(--primary-color);
}

.gallery-sec .section-title {
    text-align: center;
}

.B-diwas-gal-title {
    text-align: center;
    background: var(--white-color);
    width: 80%;
    margin: -2rem auto 0;
    position: relative;
    padding: 1rem;
    border-radius: 50px;
}

.B-diwas-gal-title h4 {
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 20px;
}

.B-diwas-gal-title a {
    color: var(--primary-color);
}

.events-gal-sec {
    background: url(../images/about/about-bg.jpg) center/cover no-repeat;
}

.events-gal-sec .section-title {
    text-align: center;
}

.event-gal-card {
    margin: 0.7rem 0;
}

.event-gal-card img {
    max-height: 300px;
    height: 100vh !important;
    object-fit: cover;
}

/*  Event Calendar*/

.cal-row {
    background: var(--white-color) 96;
    position: relative;
    width: 99%;
    margin: 1rem auto;
    border-radius: 15px;
    padding: 0.8rem 0.5rem;
    border: solid 1px rgb(247 79 34 / 34%);
}

.calendar-box {
    background: var(--white-color);
    border: solid 1px rgb(247 79 34 / 49%);
    padding: 1rem 1rem;
    gap: 8px;
    border-radius: 16px;
    margin: 0.5rem 0;
    text-align: center;
    height: 93%;
}

.event-cal-title {
    flex: 1;
}

.calendar-box h4 {
    margin: 0;
    font-size: 20px;
}

.holiday-img {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    border-radius: 100px;
    border: solid 4px var(--white-color);
    box-shadow: 0px 0px 0px 1px red;
    margin: 0 auto 0.7rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-item {
    border: none;
    background: transparent;
}

button.accordion-button {
    background: var(--white-color);
    border: solid 1px rgb(247 79 34 / 31%);
    border-radius: 10px !important;
    padding: 12px 15px;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.accordion-button:focus {
    border-color: unset;
    box-shadow: none;
    border: none;
    background: var(--primary-color);
    color: var(--white-color);
}

/* .accordion-body {
    padding: 0;
} */
.accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    box-shadow: none;
    color: var(--white-color);
}

/*Team*/

.team-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: var(--white-color);
    padding: 1rem 1.5rem;
    border: solid 1px var(--primary-color-dim);
    height: 100%;
}

.pg-team-title {
    flex: 1;
}

.member-img {
    width: 140px;
    height: 140px;
    background: #fa7855;
}

.member-img img {
    object-fit: cover;
    object-position: center;
}

.pg-team-title h4 {
    font-weight: 700;
    letter-spacing: -0.1px;
    font-size: 21px;
}

.pg-team-title h4 span {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px;
    display: block;
    color: var(--primary-color);
    line-height: 22px;
}

.pg-team-title p {
    font-size: 15px;
    line-height: 23px;
    margin: 0;
    letter-spacing: -0.2px;
    color: #505050;
    font-family: "Inter", sans-serif;
}

.team-mr {
    margin: 0.8rem 0;
}

@media screen and (max-width: 600px) {
    .team-wrapper {
        display: block;
        height: auto;
        text-align: center;
        padding: 1.5rem 1.5rem;
    }

    .member-img {
        margin: 0 auto 1rem;
    }
}

/* NRB Card Starts */

/* ==================== Hero Section ==================== */
.nrb_hero-section {
    background: linear-gradient(
        135deg,
        var(--secondary-color) 0%,
        #0a3d99 100%
    );
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.nrb_hero-section::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(247, 79, 34, 0.1);
    border-radius: 50%;
}

.nrb_hero-content {
    position: relative;
    z-index: 1;
    animation: slideInUp 0.8s ease-out;
}

.nrb_hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.nrb_hero-title span {
    color: var(--primary-color);
}

.nrb_hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 30px;
    opacity: 0.95;
    line-height: 1.6;
}

/* ==================== Registration Section ==================== */
.nrb_registration-wrapper {
    padding: 80px 0;
}

.nrb_form-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(16, 90, 54, 0.1);
    padding: 50px;
    animation: scaleIn 0.8s ease-out;
}

.nrb_form-header {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 3px solid var(--primary-color);
    padding-bottom: 30px;
}

.nrb_form-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.nrb_form-header p {
    color: #666;
    font-size: 1rem;
}

.nrb_section-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--secondary-color);
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 4px solid var(--primary-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.nrb_section-title i {
    color: var(--primary-color);
}

.nrb_form-group {
    margin-bottom: 25px;
}

.nrb_form-group label {
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 8px;
    display: block;
    font-size: 0.95rem;
}

.nrb_form-group input,
.nrb_form-group select,
.nrb_form-group textarea {
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.nrb_form-group input:focus,
.nrb_form-group select:focus,
.nrb_form-group textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(247, 79, 34, 0.25);
    outline: none;
}

.nrb_form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.nrb_required {
    color: var(--primary-color);
    font-weight: 700;
}

.nrb_form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.nrb_checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

.nrb_checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nrb_checkbox-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: var(--primary-color);
}

.nrb_checkbox-item label {
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.95rem;
}

/* ==================== Buttons ==================== */
.nrb_btn-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: center;
}

.nrb_btn {
    padding: 12px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nrb_btn-primary {
    background: var(--primary-color);
    color: white;
}

.nrb_btn-primary:hover {
    background: #e64a1f;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(247, 79, 34, 0.4);
}

.nrb_btn-secondary {
    background: var(--secondary-color);
    color: white;
}

.nrb_btn-secondary:hover {
    background: #0a4831;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(16, 90, 54, 0.4);
}

.nrb_btn-secondary-outline {
    background: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.nrb_btn-secondary-outline:hover {
    background: var(--secondary-color);
    color: white;
}

/* ==================== NRB Card Display ==================== */
.nrb_card-section {
    padding: 80px 0;
    background: white;
}

.nrb_card-section.show {
    display: block;
    animation: slideInUp 0.8s ease-out;
}

.nrb_card-header {
    text-align: center;
    margin-bottom: 40px;
}

.nrb_card-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.nrb_card-preview {
    perspective: 1000px;
    margin: 40px auto;
    max-width: 600px;
    animation: rotateIn 0.8s ease-out;
}

.nrb_card {
    background: linear-gradient(
        135deg,
        var(--secondary-color) 0%,
        #0a3d99 100%
    );
    color: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(16, 90, 54, 0.3);
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.7/1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid var(--primary-color);
}

.nrb_card::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: rgba(247, 79, 34, 0.1);
    border-radius: 50%;
}

.nrb_card-content {
    position: relative;
    z-index: 1;
}

.nrb_card-logo {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.nrb_card-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.nrb_card-subtitle {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 25px;
}

.nrb_card-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 0.85rem;
}

.nrb_card-info-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 6px;
}

.nrb_card-info-label {
    opacity: 0.7;
    font-size: 0.75rem;
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nrb_card-info-value {
    font-weight: 600;
}

.nrb_card-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

/* ==================== Animations ==================== */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes rotateIn {
    from {
        opacity: 0;
        transform: rotateY(-20deg) scale(0.95);
    }

    to {
        opacity: 1;
        transform: rotateY(0) scale(1);
    }
}

/* ==================== Print Styles ==================== */
@media print {
    body {
        background: white;
    }

    .nrb_hero-section,
    .nrb_form-container,
    .nrb_btn-group {
        display: none;
    }

    .nrb_card-preview {
        max-width: 100%;
        margin: 0;
    }

    .nrb_card {
        box-shadow: none;
        border: 1px solid #ddd;
    }
}

/* ==================== Responsive ==================== */
@media (max-width: 768px) {
    .nrb_hero-title {
        font-size: 2rem;
    }

    .nrb_hero-subtitle {
        font-size: 1rem;
    }

    .nrb_form-container {
        padding: 30px 20px;
    }

    .nrb_form-header h2 {
        font-size: 1.5rem;
    }

    .nrb_form-row {
        grid-template-columns: 1fr;
    }

    .nrb_btn-group {
        flex-direction: column;
        gap: 10px;
    }

    .nrb_btn {
        width: 100%;
        justify-content: center;
    }

    .nrb_card {
        padding: 25px;
        font-size: 0.85rem;
    }

    .nrb_card-title {
        font-size: 1.3rem;
    }

    .nrb_card-info {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .nrb_benefits-list {
        grid-template-columns: 1fr;
    }
}

/* ==================== Payment Modal ==================== */
.nrb_modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.nrb_modal-overlay.show {
    display: flex;
    animation: fadeIn 0.3s ease-out;
}

.nrb_payment-modal {
    background: white;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideInUp 0.4s ease-out;
}

.nrb_modal-header {
    background: linear-gradient(
        135deg,
        var(--secondary-color) 0%,
        #0a3d99 100%
    );
    color: white;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 12px 0 0;
}

.nrb_modal-header h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.nrb_close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 1.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nrb_close-btn:hover {
    transform: rotate(90deg);
}

.nrb_modal-body {
    padding: 30px;
}

.nrb_payment-method {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 25px 0;
}

.nrb_payment-option {
    width: calc(50% - 10px);
    /* two items per row */
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
}

.nrb_payment-option:hover {
    border-color: var(--primary-color);
    background: rgba(247, 79, 34, 0.05);
}

.nrb_payment-option input[type="radio"] {
    display: none;
}

.nrb_payment-option input[type="radio"]:checked + label {
    color: var(--primary-color);
}

.nrb_payment-option input[type="radio"]:checked + label::before {
    content: "✓ ";
    font-weight: 700;
}

.nrb_payment-option label {
    margin: 0;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.nrb_payment-icon {
    font-size: 1rem;
    color: var(--primary-color);
}

.nrb_payment-summary {
    background: linear-gradient(
        135deg,
        rgba(247, 79, 34, 0.1),
        rgba(16, 90, 54, 0.1)
    );
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border-left: 4px solid var(--primary-color);
}

.nrb_summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 0.95rem;
}

.nrb_summary-total {
    border-top: 2px solid var(--primary-color);
    padding-top: 12px;
    margin-top: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--secondary-color);
}

.nrb_modal-footer {
    padding: 0 30px 30px 30px;
    display: flex;
    gap: 15px;
}

.nrb_modal-footer button {
    flex: 1;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ==================== Registered Users Section ==================== */
.nrb_registered-section {
    padding: 80px 0;
    background: linear-gradient(
        135deg,
        rgba(247, 79, 34, 0.05),
        rgba(16, 90, 54, 0.05)
    );
    display: none;
}

.nrb_registered-section.show {
    display: block;
    animation: slideInUp 0.8s ease-out;
}

.nrb_user-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.nrb_user-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(16, 90, 54, 0.1);
    transition: all 0.3s ease;
    text-align: center;
}

.nrb_user-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(16, 90, 54, 0.2);
}

.nrb_user-avatar {
    width: 60px;
    height: 60px;
    background: linear-gradient(
        135deg,
        var(--primary-color),
        var(--secondary-color)
    );
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0 auto 15px;
}

.nrb_user-name {
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.nrb_user-location {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 12px;
}

.nrb_user-id {
    background: rgba(247, 79, 34, 0.1);
    color: var(--primary-color);
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.nrb_view-card-btn {
    width: 100%;
    padding: 10px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.nrb_view-card-btn:hover {
    background: #e64a1f;
}

.nrb_card-header {
    text-align: center;
    margin-bottom: 40px;
}

.nrb_card-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

/* NRB Card Ends */

/* map starts */
.map-tooltip {
    padding: 8px 10px;
    background: var(--white-color);
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 13px;
    color: #333;
}

.map-tooltip h6 {
    margin: auto;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    background-color: var(--secondary-color);
    padding: 3px 10px;
    width: fit-content;
    border-radius: 3px;
    color: var(--white-color);
}

.map-tooltip a {
    text-decoration: none;
}

/* map ends */

/* all india chapter map starts */

.world_c_map,
.india_c_map {
    width: 100%;
    height: 550px;
}

.world_c_tab_list li button,
.india_c_tab_list li button {
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
}

/* Image hover effect */
.world_c_map_container:hover img,
.world_c_map_container:hover .amcharts-map-chart-div,
.india_c_map_container:hover img,
.india_c_map_container:hover .amcharts-map-chart-div {
    transform: rotate(10deg) scale(1.08);
    transition: 0.4s ease;
}

ul#world_c_tab_menu,
ul#india_c_tab_menu {
    max-height: 100vh;
    height: 600px;
    overflow-y: scroll;
    flex-wrap: nowrap;
}

.world_c_tab_menu_container,
.india_c_tab_menu_container {
    background: var(--white-color);
    border-radius: 5px;
    padding: 5px;
}

/* all india chapter map ends */

/* recruitment starts */

/* ==================== Recruitment Openings Section ==================== */
.rc_openings-section {
    padding: 80px 0;
    background: linear-gradient(
        135deg,
        rgba(247, 79, 34, 0.08),
        rgba(16, 90, 54, 0.08)
    );
}

.rc_section-header {
    text-align: center;
    margin-bottom: 60px;
    animation: fadeInDown 0.8s ease-out;
}

.rc_section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.rc_section-header h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}

.rc_section-header p {
    font-size: 1rem;
    color: #666;
    margin-top: 25px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

/* ==================== Job Cards ==================== */
.rc_jobs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.rc_job-card {
    background: white;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(16, 90, 54, 0.1);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    animation: slideInUp 0.6s ease-out both;
}

.rc_job-card:nth-child(1) {
    animation-delay: 0.1s;
}

.rc_job-card:nth-child(2) {
    animation-delay: 0.2s;
}

.rc_job-card:nth-child(3) {
    animation-delay: 0.3s;
}

.rc_job-card:nth-child(4) {
    animation-delay: 0.4s;
}

.rc_job-card:nth-child(5) {
    animation-delay: 0.5s;
}

.rc_job-card:nth-child(6) {
    animation-delay: 0.6s;
}

.rc_job-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(16, 90, 54, 0.2);
}

.rc_job-header {
    background: var(--secondary-color);
    color: white;
    padding: 25px;
    position: relative;
    overflow: hidden;
}

.rc_job-header::before {
    content: "";
    position: absolute;
    right: -30px;
    top: -30px;
    width: 100px;
    height: 100px;
    background: rgba(247, 79, 34, 0.1);
    border-radius: 50%;
}

.rc_job-icon {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.rc_job-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 1;
    color: var(--white-color);
}

.rc_job-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rc_job-details {
    margin-bottom: 20px;
}

.rc_job-detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #555;
}

.rc_job-detail-item i {
    color: var(--secondary-color2);
    font-size: 1.1rem;
    min-width: 20px;
}

.rc_job-description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.rc_job-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.rc_job-tag {
    background: var(--primary-color-dim);
    color: var(--secondary-color2);
    padding: 5px 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.rc_apply-btn {
    width: 100%;
    padding: 12px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.rc_apply-btn:hover {
    background: #e64a1f;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(247, 79, 34, 0.4);
}

/* ==================== Application Modal ==================== */
.rc_modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 20px 0;
}

.rc_modal-overlay.show {
    display: flex;
    animation: fadeIn 0.3s ease-out;
}

.rc_application-modal {
    background: white;
    border-radius: 12px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideInUp 0.4s ease-out;
}

.rc_modal-header {
    background: linear-gradient(
        135deg,
        var(--secondary-color) 0%,
        #0a3d99 100%
    );
    color: white;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 12px 0 0;
}

.rc_modal-header h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.rc_close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 1.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rc_close-btn:hover {
    transform: rotate(90deg);
}

.rc_modal-body {
    padding: 30px;
}

.rc_form-group {
    margin-bottom: 25px;
}

.rc_form-group label {
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 8px;
    display: block;
    font-size: 0.95rem;
}

.rc_form-group input,
.rc_form-group textarea,
.rc_form-group select {
    width: 100%;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.rc_form-group input:focus,
.rc_form-group textarea:focus,
.rc_form-group select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(247, 79, 34, 0.25);
    outline: none;
}

.rc_form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.rc_form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.rc_required {
    color: var(--primary-color);
    font-weight: 700;
}

.rc_modal-footer {
    padding: 0 30px 30px 30px;
    display: flex;
    gap: 15px;
}

.rc_modal-footer button {
    flex: 1;
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.rc_btn-cancel {
    background: #e0e0e0;
    color: #333;
}

.rc_btn-cancel:hover {
    background: #d0d0d0;
}

.rc_btn-submit {
    background: var(--primary-color);
    color: white;
}

.rc_btn-submit:hover {
    background: #e64a1f;
    box-shadow: 0 5px 15px rgba(247, 79, 34, 0.4);
}

/* ==================== Animations ==================== */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ==================== Responsive ==================== */
@media (max-width: 768px) {
    .section-title h2 {
        font-size: 1.8rem;
    }

    .section-title h3 {
        font-size: 1.2rem;
    }

    .rc_jobs-grid {
        grid-template-columns: 1fr;
    }

    .rc_section-header h2 {
        font-size: 2rem;
    }

    .rc_form-row {
        grid-template-columns: 1fr;
    }

    .rc_modal-body {
        padding: 20px;
    }

    .rc_modal-header {
        padding: 20px;
    }
}

/* recruitment ends */

/* Guidance starts */
.guideline-sec {
    background: transparent;
    padding: 50px 0;
}

.fcharter-col h5 {
    text-transform: capitalize;
}

.guideline-dn-wrapper img {
    filter: brightness(0) invert(1);
    width: 70px;
}

.guideline-dn-wrapper h2 {
    margin-bottom: 0 !important;
}

.guideline-dn-wrapper button {
    color: var(--white-color);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    background: transparent;
    border: none;
}

/* Guidance ends */

/* friendship charter starts */

.fchapter-sec {
    padding: 50px 0;
}

.fcharter-col h5 {
    text-transform: capitalize;
}

.fcharter-dn-wrapper {
    display: flex;
    align-items: center;
    gap: 2px;
}

.fcharter-dn-wrapper a {
    background: var(--primary-color);
    padding: 10px 20px;
    display: inline-block;
    color: var(--secondary-color);
    border: solid 1px var(--primary-color-dim);
}

.fcharter-dn-wrapper a:hover {
    background: var(--white-color);
    color: var(--primary-color);
}

.fcharter-dn-wrapper a:last-child {
    background: var(--primary-color);
    padding: 10px 20px;
    display: inline-block;
    color: var(--secondary-color);
    border: solid 1px var(--primary-color-dim);
}

.fcharter-dn-wrapper a:last-child:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--light-bg);
    background-color: var(--secondary-color);
}

.nav-link {
    color: var(--black-color) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--light-bg) !important;
    background-color: var(--secondary-color);
}

/* friendship charter ends */

/* brochure starts */

.brochure-sec {
    background: transparent;
}

.brc-dn-wrapper {
    display: flex;
    align-items: center;
    gap: 2px;
}

.brc-lt-col .about-content {
    padding: 0rem 3rem 0 9rem;
}

.brc-rt-col {
    background: var(--primary-color);
    padding: 5rem;
}

.brc-rt-col .img img {
    width: auto;
    max-width: 600px;
}

.brc-rt-col .img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.brc-dn-wrapper a {
    background: var(--primary-color);
    padding: 10px 20px;
    display: inline-block;
    color: var(--white-color);
    border: solid 1px rgb(247 79 34 / 44%);
}

.brc-dn-wrapper a:hover {
    background: var(--white-color);
    color: var(--primary-color);
}

.brc-dn-wrapper a:last-child {
    background: var(--white-color);
    padding: 10px 20px;
    color: var(--black-color);
    transition: 0.3s ease;
}

.brc-dn-wrapper a:last-child:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

@media screen and (max-width: 767px) {
    .brc-lt-col .about-content {
        padding: 1.8rem 0rem 1.8rem 0rem;
    }

    .brc-rt-col {
        padding: 1rem;
    }
}

/* brochure ends */

/* event card of event page starts */

/* ==================== Section Header ==================== */
.ec_section-header {
    text-align: center;
    margin-bottom: 60px;
    animation: fadeInDown 0.8s ease-out;
}

.ec_section-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.ec_section-header h1::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}

.ec_section-header p {
    font-size: 1rem;
    color: #666;
    margin-top: 25px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

/* ==================== Event Cards Grid ==================== */
.ec_events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

/* ==================== Event Card ==================== */
.ec_event-card {
    background: white;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(16, 90, 54, 0.1);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    animation: slideInUp 0.6s ease-out both;
}

.ec_event-card:nth-child(1) {
    animation-delay: 0.1s;
}

.ec_event-card:nth-child(2) {
    animation-delay: 0.2s;
}

.ec_event-card:nth-child(3) {
    animation-delay: 0.3s;
}

.ec_event-card:nth-child(4) {
    animation-delay: 0.4s;
}

.ec_event-card:nth-child(5) {
    animation-delay: 0.5s;
}

.ec_event-card:nth-child(6) {
    animation-delay: 0.6s;
}

.ec_event-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(16, 90, 54, 0.2);
}

/* ==================== Event Image ==================== */
.ec_event-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.ec_event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.ec_event-card:hover .ec_event-image {
    transform: scale(1.05);
}

/* Event Date Badge */
.ec_date-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--secondary-color);
    color: white;
    padding: 12px 18px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(247, 79, 34, 0.3);
    animation: slideInRight 0.6s ease-out;
}

.ec_date-day {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    display: block;
}

.ec_date-month {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-top: 3px;
}

/* ==================== Event Content ==================== */
.ec_event-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ec_event-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 12px;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.ec_event-card:hover .ec_event-title {
    color: var(--primary-color);
}

/* Event Meta Info */
.ec_event-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.ec_meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #666;
}

.ec_meta-item i {
    color: var(--secondary-color2);
    font-size: 0.9rem;
}

/* Event Description with line clamping */
.ec_event-description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.65;
    margin-bottom: 15px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

.ec_event-description.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: unset;
}

/* Read More Button */
.ec_read-more-btn {
    background: none;
    border: none;
    color: var(--primary-color);
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    transition: all 0.3s ease;
}

.ec_read-more-btn:hover {
    color: var(--secondary-color);
    transform: translateX(5px);
}

.ec_read-more-btn i {
    font-size: 0.8rem;
}

/* Category Badge */
.ec_category-badge {
    display: inline-block;
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 6px 14px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 12px;
    width: fit-content;
}

/* ==================== Modal ==================== */
.ec_modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 20px 0;
}

.ec_modal-overlay.show {
    display: flex;
    animation: fadeIn 0.3s ease-out;
}

.ec_event-modal {
    background: white;
    border-radius: 12px;
    max-width: 700px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideInUp 0.4s ease-out;
}

.ec_modal-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.ec_modal-content {
    padding: 30px;
}

.ec_modal-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.ec_modal-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.ec_modal-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    color: #666;
}

.ec_modal-meta-item i {
    color: var(--primary-color);
    font-size: 1.1rem;
}

.ec_modal-description {
    color: #666;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 25px;
}

.ec_modal-footer {
    display: flex;
    gap: 15px;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}

.ec_close-btn {
    flex: 1;
    padding: 12px;
    background: #e0e0e0;
    color: #333;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.ec_close-btn:hover {
    background: #d0d0d0;
}

.ec_register-btn {
    flex: 1;
    padding: 12px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ec_register-btn:hover {
    background: #e64a1f;
    box-shadow: 0 5px 15px rgba(247, 79, 34, 0.4);
}

/* photo_gallery starts */

.event-block {
    /* display: flex; */
    /* gap: 30px; */
    margin: 60px 0;
    align-items: center;
}

.event-block.odd .event-image {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-block.odd .event-content {
    order: 2;
}

.event-block.even .event-image {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-block.even .event-content {
    order: 1;
}

@media (max-width: 768px) {
    .event-block.even .event-content {
        order: 2;
    }
}

.event-image img {
    width: 100%;
    max-width: 480px;
    border-radius: 10px;
    height: 350px;
    object-fit: cover;
}

.event-content h3 {
    color: var(--secondary-color);
    font-size: 28px;
    margin-bottom: 10px;
}

.event-content ul {
    margin: 10px 0;
    padding-left: 20px;
}

.view-gallery-btn {
    background: var(--primary-color);
    color: var(--white-color);
    border: none;
    padding: 10px 22px;
    border-radius: 6px;
    cursor: pointer;
}

/* Slide-In Gallery Panel */
.gallery-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: var(--light-bg);
    padding: 20px;
    box-shadow: -5px 0 20px #0004;
    overflow-y: auto;
    transition: 0.6s ease;
    z-index: 9999999;
}

.gallery-panel.active {
    right: 0;
}

.close-gallery {
    font-size: 28px;
    cursor: pointer;
    float: right;
}

.gallery-grid {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.gallery-grid a.popup-link {
    flex: 1 1 250px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.gallery-grid img {
    border-radius: 6px;
    min-width: 250px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
    .event-block {
        flex-direction: column;
        text-align: center;
    }
}

/* photo_gallery ends */

/* ==================== Animations ==================== */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ==================== Responsive ==================== */
@media (max-width: 768px) {
    .ec_section-header h1 {
        font-size: 2rem;
    }

    .ec_events-grid {
        grid-template-columns: 1fr;
    }

    .ec_event-card {
        animation: none;
    }

    .ec_modal-content {
        padding: 20px;
    }

    .ec_modal-title {
        font-size: 1.5rem;
    }

    .ec_modal-footer {
        flex-direction: column;
    }
}

/* event card of event page ends */

/* open a new chapter starts */

.main-container_oc {
    min-height: 100vh;
    padding: 40px 0;
}

.form-wrapper {
    box-shadow: 0 20px 60px rgba(16, 90, 54, 0.2);
    animation: slideUp 0.8s ease;
    overflow: hidden;
}

.image-section {
    background:
        linear-gradient(135deg, #00205bb3, #00205bc4),
        url(../images/pages/japanese_training_center.png);
    background-size: cover;
    background-position: center;
    min-height: 100%;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}

.image-section::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(247, 79, 34, 0.2);
    border-radius: 50%;
    top: -100px;
    right: -100px;
    animation: float 6s ease-in-out infinite;
}

.image-section::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    bottom: -50px;
    left: -50px;
    animation: float 8s ease-in-out infinite reverse;
}

.image-content {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.logo-icon {
    font-size: 5em;
    color: var(--primary-color);
}

.image-section h2 {
    font-size: 2.5em;
    font-weight: 700;
    color: var(--primary-color);
}

.image-section p {
    font-size: 1.2em;
    line-height: 1.8;
    color: var(--white-color);
}

.features-list {
    margin-top: 40px;
}

.feature-item {
    margin-bottom: 20px;
    animation: slideInLeft 0.6s ease forwards;
    opacity: 0;
    color: var(--white-color);
}

.feature-item:nth-child(1) {
    animation-delay: 0.3s;
}

.feature-item:nth-child(2) {
    animation-delay: 0.5s;
}

.feature-item:nth-child(3) {
    animation-delay: 0.7s;
}

.feature-item i {
    font-size: 1.5em;
    padding: 12px;
    height: 50px;
    width: 50px;
    text-align: center;
    align-items: center;
}

.form-section {
    padding: 50px 45px;
}

.form-header {
    margin-bottom: 40px;
    animation: fadeIn 0.8s ease;
}

.form-header h3 {
    color: var(--secondary-color);
    font-size: 2em;
    font-weight: 700;
}

.form-header p {
    color: var(--white-color);
    font-size: 1.05em;
}

.form-label {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 0.95em;
}

.form-control,
.form-select {
    border: 2px solid #e0e0e0;
    padding: 12px 18px;
    font-size: 1em;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(247, 79, 34, 0.15);
}

.form-control:hover,
.form-select:hover {
    border-color: var(--secondary-color);
}

textarea.form-control {
    min-height: 120px;
}

.form-group {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.form-group:nth-child(1) {
    animation-delay: 0.1s;
}

.form-group:nth-child(2) {
    animation-delay: 0.2s;
}

.form-group:nth-child(3) {
    animation-delay: 0.3s;
}

.form-group:nth-child(4) {
    animation-delay: 0.4s;
}

.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.custom-toast {
    background: #489548;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(247, 79, 34, 0.4);
    min-width: 350px;
    animation: slideInRight 0.5s ease;
}

.custom-toast .toast-header {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    color: var(--white-color);
}

.custom-toast .btn-close {
    filter: brightness(0) invert(1);
}

.custom-toast .toast-body {
    font-size: 1em;
    padding: 15px;
    color: var(--white-color);
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0) translateX(0);
    }

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

.required-mark {
    color: var(--primary-color);
}

/* Mobile styles */
@media (max-width: 767px) {
    .image-section {
        display: none !important;
    }

    .form-section {
        padding: 30px 25px;
    }

    .form-header h3 {
        font-size: 1.6em;
    }

    .custom-toast {
        min-width: 300px;
    }

    .toast-container {
        right: 10px;
        left: 10px;
    }
}

/* open a new chapter ends */

/* Page coming Soon starts */

.pup_under-process-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e8eaf6 100%);
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pup_process-container {
    max-width: 600px;
    text-align: center;
}

.pup_icon-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 40px;
}

.pup_circle-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), #ff6b45);
    animation: pup_pulse 2s ease-in-out infinite;
}

@keyframes pup_pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.pup_circle-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid var(--primary-color);
    animation: pup_ripple 2s ease-out infinite;
}

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

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.pup_circle-ring:nth-child(2) {
    animation-delay: 0.5s;
}

.pup_circle-ring:nth-child(3) {
    animation-delay: 1s;
}

.pup_main-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.pup_main-icon i {
    font-size: 5rem;
    color: white;
    animation: pup_rotate 3s linear infinite;
}

@keyframes pup_rotate {
    0% {
        transform: rotate(0deg);
    }

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

.pup_process-title {
    color: var(--dark-bg);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    animation: pup_fadeInUp 1s ease-out;
}

.pup_process-subtitle {
    color: var(--secondary-color);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    animation: pup_fadeInUp 1s ease-out 0.2s both;
}

.pup_process-description {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    animation: pup_fadeInUp 1s ease-out 0.4s both;
}

.pup_loading-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.pup_dot {
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    border-radius: 50%;
    animation: pup_bounce 1.4s ease-in-out infinite;
}

.pup_dot:nth-child(1) {
    animation-delay: 0s;
}

.pup_dot:nth-child(2) {
    animation-delay: 0.2s;
}

.pup_dot:nth-child(3) {
    animation-delay: 0.4s;
}

.pup_page-redirect {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
    animation: pup_fadeInUp 1s ease-out 0.8s both;
}

.pup_back-to-page {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, var(--primary-color), #ff6b45);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(247, 79, 34, 0.3);
    position: relative;
    overflow: hidden;
}

.pup_back-to-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: left 0.3s ease;
}

.pup_back-to-page:hover::before {
    left: 100%;
}

.pup_back-to-page:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(247, 79, 34, 0.4);
    background: linear-gradient(135deg, #ff6b45, var(--primary-color));
}

.pup_back-to-page:active {
    transform: translateY(-1px);
}

.pup_back-to-page i {
    margin-right: 8px;
}

@keyframes pup_bounce {
    0%,
    80%,
    100% {
        transform: scale(0);
        opacity: 0.5;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pup_fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pup_status-badge {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(135deg, var(--secondary-color), #1a7a4a);
    color: white;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    margin-top: 20px;
    animation: pup_fadeInUp 1s ease-out 0.6s both;
    box-shadow: 0 5px 15px rgba(16, 90, 54, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .pup_icon-wrapper {
        width: 150px;
        height: 150px;
    }

    .pup_main-icon i {
        font-size: 4rem;
    }

    .pup_process-title {
        font-size: 2rem;
    }

    .pup_process-subtitle {
        font-size: 1.1rem;
    }

    .pup_process-description {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .pup_under-process-section {
        padding: 60px 15px;
    }

    .pup_icon-wrapper {
        width: 120px;
        height: 120px;
    }

    .pup_main-icon i {
        font-size: 3rem;
    }

    .pup_process-title {
        font-size: 1.75rem;
    }

    .pup_process-subtitle {
        font-size: 1rem;
    }

    .pup_process-description {
        font-size: 0.95rem;
    }
}

/* Page coming Soon ends */

/* mvc cection starts */
.invest_in_bihar {
    background-image: url(../images/banners/invest-in-bihar-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mvc_noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.015;
    z-index: 999;
    background: url("https://grainy-gradients.vercel.app/noise.svg");
}

.mvc_container {
    margin: auto;
    padding: 20px;
}

.mvc_card-content {
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid #8aaac530;
    padding: 48px;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 24px -1px rgba(0, 32, 91, 0.04);
    position: relative;
    z-index: 1;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .mvc_card-content {
        height: auto;
        margin-bottom: 20px;
    }
}

.mvc_card-content:hover {
    box-shadow: 0 40px 80px -20px rgba(0, 32, 91, 0.12);
    border-color: var(--primary-color-dim);
}

.mvc_card-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        600px circle at var(--mouse-x) var(--mouse-y),
        rgba(233, 210, 122, 0.3),
        transparent 40%
    );
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.mvc_card-content:hover::before {
    opacity: 1;
}

.mvc_card-content.trd_mvc h2 {
    font-size: 36px;
}

.mvc_icon-wrapper {
    width: 64px;
    height: 64px;
    background: var(--white-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border: 1px solid var(--border);
    box-shadow: 0 8px 16px rgba(0, 32, 91, 0.03);
    transition: all 0.4s;
}

.mvc_card-content:hover .mvc_icon-wrapper {
    transform: translateY(-8px) rotate(-8deg);
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

.mvc_card-content .mvc_icon-wrapper svg {
    height: 28px;
    width: 28px;
    object-view-box: 0 0 24 24;
    stroke: var(--secondary-color2);
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: transparent;
}

.mvc_card-content:hover .mvc_icon-wrapper svg {
    stroke: var(--white-color);
}

.mvc_container h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 16px;
    color: var(--secondary-color);
    letter-spacing: -0.8px;
}

.mvc_container p {
    font-size: 17px;
    color: var(--text-dim);
    line-height: 1.7;
    margin-bottom: 40px;
}

.mvc_cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s;
    cursor: pointer;
    width: fit-content;
    font-size: 16px;
}

.mvc_btn-outline {
    background: transparent;
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
}

.mvc_btn-outline:hover {
    background: var(--secondary-color);
    color: var(--white-color);
    transform: scale(1.02);
}

.mvc_btn-primary {
    background: var(--secondary-color);
    color: var(--white-color);
    box-shadow: 0 20px 40px rgba(0, 32, 91, 0.2);
    border: none;
}

.mvc_btn-primary:hover {
    background: #001a4a;
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 25px 50px rgba(0, 32, 91, 0.3);
}

.mvc_premium-tag {
    background: var(--secondary-color2);
    color: var(--secondary-color);
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 20px;
}

/* mvc cection ends */

/* Integrated centers starts */

.space_row {
    padding-top: 30px;
}

.cutsom_section .content .section-title {
    max-width: 100%;

    p {
        max-width: 100%;
    }
}

.integrated_accordian .accordion-item .accordion-header {
    text-align: left;
    padding: 15px 35px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 100%;
    color: #222;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 700;
    background: transparent;
    position: relative;
}

.custom_about {
    background: none;
}

.custom_about ul {
    display: block !important;
}

.custom_about ul li {
    max-width: 100% !important;
    width: 100%;
}

.integrated_accordian .accordion-item.active {
    border: 1px solid transparent;
    box-shadow: 0px 14px 47px 0px rgba(40, 46, 58, 0.08);
    border-left: 3px solid var(--primary-color);
}

.integrated_accordian .accordion-item {
    border-left: 3px solid var(--primary-color);

    p {
        max-width: 100%;
    }
}

.integrated_accordian .accordion-content {
    padding-top: 0 !important;
    padding: 20px 30px;
}

.tm_section-header h2 {
    font-size: 1.6rem;
}

/* Integrated centers ends */

.bf_dark_mode {
    background-color: var(--dark-bg) !important;
    background: var(--dark-bg) !important;
    color: var(--white-color) !important;

    .funfact-section .funfact ul li .count {
        background: var(--primary-color);
    }

    .funfact-section .fact_left_bg,
    .funfact-section .fact_right_bg {
        background: #05052fd9 !important;
    }

    .accordion-button::after {
        filter: brightness(0) invert(1);
    }

    .accordion-button {
        background: transparent !important;
        border: none !important;
        color: var(--white-color) !important;
    }

    .become_volunteer .left-content::before,
    .become_volunteer .right-content::before,
    .gallery-panel,
    .offcanvas-body,
    .service-section-s5,
    .economy-section,
    .history-section,
    .sp-section,
    .tm_attractions-wrapper,
    .get-quate-section-s2::before {
        background: var(--dark-bg) !important;
    }

    .about-cstm-sec:before {
        background-image:
            linear-gradient(35deg, #001337b3, #030327b0),
            url(https://aidus.wpolive.com/wp-content/uploads/2024/12/blog-bg-shapes.jpg) !important;
    }

    .blog-card ul,
    .mvc_card-content,
    .funfact-section .funfact ul li,
    .world_c_tab_menu_container,
    .india_c_tab_menu_container,
    .accordion-item,
    .list-group-item,
    .gallery-grid a,
    .dest-card,
    .filter-container,
    .circuit-row,
    .water-card,
    .tab-content,
    .tab-content .tab-pane,
    .custom_p,
    .card-caption,
    .image-card,
    .point-card,
    .economy-card,
    .history-card,
    .sp-data-card,
    .sp-admin-card,
    .rc_job-card,
    .tm_card-content,
    .service-wrap .item,
    .project-top-info .project-info ul,
    .team-wrapper,
    .ceo-img-col,
    .b_description,
    .b_card,
    .blog-card .content,
    .vol-card,
    .cshp_project-card,
    .ec_event-card,
    .gi_service-card,
    .mnv_card,
    .causes-card {
        background: var(--dark-bg) !important;
        border: 1px solid var(--primary-color) !important;
    }

    .blog-card .content p,
    .cshp_project-card span,
    .cshp_chapter-name,
    .form-header p,
    .world_c_tab_menu_container .nav-link,
    .india_c_tab_menu_container .nav-link,
    .case-details-left .accordion-item .accordion-header::before,
    .accordion-item .accordion-header,
    .accordion-item .accordion-content p,
    .tender-card p,
    .list-group-item p,
    .gallery-grid a span,
    #detailFullDesc,
    .dest-card h5,
    .dest-card p,
    .circuit-row p,
    .artcraft-box p,
    .section_culture p,
    .image-card .card-caption,
    .point-card p,
    .section-title p,
    .history-card p,
    .history-section .section-title p,
    .sp-stat-label,
    .sp-stat-number,
    .sp-section .section-title p,
    .sp-section .sp-highlight-banner p,
    .office-info .office-info-item .office-info-text p,
    .office-info .office-info-item .office-info-text h2,
    .office-info .office-info-item .office-info-icon .icon .fi:before,
    .contact-wrap p,
    .event-block .event-content p,
    .form-label,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .process-section-s3 .content .section-title p,
    .about-section ul li a,
    .about-section ul li,
    .about-section-s3 .tabcontent .right ul li,
    .about-section-s4 .tabcontent .right ul li,
    .about-section-s2 .tablinks,
    .about-section-s3 .tablinks,
    .about-section-s4 .tablinks,
    .about-section .inner-content .inner-item .content span,
    .about-section .about-content h3,
    .service-wrap .item span,
    .service-wrap .item h2,
    .service-wrap .item:hover .hover-content h2,
    .about-section-s2 .tabcontent .right ul li,
    .about-section-s2 .tablinks,
    .project-wrap .right.s2 .item ul li span,
    .info-content p,
    .info-content h3,
    .info-content h2,
    .info-content ul li,
    .project-top-info .project-info ul li h3,
    .project-top-info .section-title p,
    .project-top-info .section-title h3,
    .project-top-info .project-info ul li,
    .team-wrapper .pg-team-title h3,
    .pg-team-title h4,
    .pg-team-title p,
    .ceo-msg-content h3,
    .ceo-msg-content p,
    .ceo-msg-content h2,
    .objective-sec p,
    section.about-section-s2.objective-sec p,
    section.about-section-s2.objective-sec h2,
    section.about-section-s2.objective-sec h3,
    .about-section-s2 .right-content p,
    .about-section-s3 .right-content p,
    .about-section-s4 .right-content p,
    .about-section-s2 .right-content h3,
    .about-section-s3 .right-content h3,
    .about-section-s4 .right-content h3,
    .blog-card .content h3 a,
    .blog-card .content .meta li,
    .about-section .about-content p,
    .about-section .about-content h2,
    .world_map_sec .world-map-content h2,
    .world_map_sec .world-map-content p,
    .gi_service-card .icon-box i,
    .gi_service-card h3,
    .mnv_title,
    .mnv_description,
    .mnv_card:hover .mnv_title,
    .mnv_card.active-hover .mnv_title,
    .mnv_card:hover .mnv_description,
    .mnv_card.active-hover .mnv_description,
    .vol-card .text p,
    .vol-card .text h3 a,
    .causes-card .text h2 a,
    .causes-card .text p,
    .causes-card .text .donate-btn,
    .causes-card .social-actions .btn i,
    .ec_event-card .ec_event-content h3 a,
    .ec_event-card .ec_event-content .ec_event-date,
    .ec_section-header h1,
    .funfact-section .funfact ul li span,
    .funfact-section .content p,
    .cutsom_section .content p,
    .cutsom_section .content .section-title p,
    .section-title h2,
    .funfact-section .content h3,
    .logo_text {
        color: var(--white-color) !important;
    }

    .chat-messages,
    .chat-window .chat-header,
    .chat-window {
        background: var(--dark-bg) !important;
        background-color: var(--dark-bg) !important;
        color: var(--white-color) !important;
    }
    .chat-window {
        border: 1px solid var(--primary-color) !important;
    }

    .message-status {
        color: var(--white-color) !important;
    }
    .bot-avatar {
        background-color: transparent;
        border: 2px solid var(--white-color);
    }

    .chat-input-area {
        background-color: var(--dark-bg) !important;
        color: var(--white-color) !important;
        border-top: 1px solid var(--primary-color) !important;
    }

    #micIcon,
    #micActiveIcon,
    #sendButton svg {
        color: var(--white-color) !important;
    }
    #voiceButton,
    #sendButton {
        background-color: var(--dark-bg) !important;
        border: 1px solid var(--primary-color) !important;
    }

    .voice-indicator {
        /* background: var(--primary-color); */
        color: var(--white-color) !important;
    }

    #messageInput {
        color: var(--white-color) !important;
    }

    #closeButton svg,
    #voiceToggle #voiceOnIcon {
        color: var(--white-color) !important;
    }

    .message.bot .message-bubble {
        background-color: transparent;
        border: 1px solid var(--white-color);
        color: var(--white-color) !important;
    }

    .causes-section .owl-nav button {
        background: var(--dark-bg) !important;
        color: var(--white-color) !important;
        border: 1px solid var(--primary-color) !important;
    }

    input.form-control,
    select.form-select,
    textarea.form-control {
        background: var(--dark-bg) !important;
        color: var(--white-color) !important;
        border: 1px solid var(--primary-color) !important;
    }
    .form-check-label {
        color: var(--white-color) !important;
    }

    input#siteSearch {
        background: var(--dark-bg) !important;
        color: var(--white-color) !important;
    }

    #detailCategory .badge {
        background: var(--primary-color) !important;
        color: var(--white-color) !important;
    }

    .search-box {
        background: var(--dark-bg) !important;
        color: var(--white-color) !important;
        border: 1px solid var(--primary-color) !important;
    }

    .search-box::placeholder {
        color: var(--white-color) !important;
    }

    .search-box:focus {
        border-color: var(--primary-color);
        box-shadow: 0 0 0 0.2rem rgba(247, 79, 34, 0.15);
        background: var(--dark-bg) !important;
        color: var(--white-color) !important;
    }

    .filter-container .input-group-text {
        border: 1px solid var(--primary-color) !important;
    }

    svg.lucide.lucide-search.bi.bi-search {
        color: var(--white-color) !important;
    }

    .service-section-s5 .service-card-s2 {
        color: var(--white-color) !important;
        background-color: var(--dark-bg) !important;
    }
    .service-section-s5 .service-card-s2 p,
    .service-section-s5 .service-card-s2 a,
    .service-section-s5 .service-card-s2 h2 {
        color: var(--white-color) !important;
    }

    .service-section-s5 .service-card-s2:hover {
        background: var(--primary-color) !important;
    }

    #filterButtons .filter-btn {
        background: var(--dark-bg) !important;
        color: var(--white-color) !important;
        border: 1px solid var(--primary-color) !important;
    }

    #filterButtons .filter-btn:hover,
    #filterButtons .filter-btn.active {
        background: var(--primary-color) !important;
        border: 1px solid var(--white-color) !important;
    }

    .logo-mid img {
        filter: brightness(0) invert(1);
    }

    .process-section-s3::before,
    .cstm-sec::before,
    .sec_ceo_msg::before,
    .about-section::before,
    .world_map_sec::before {
        content: "";
        background: #020203ab;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        overflow: hidden;
        z-index: 1;
    }

    .process-section-s3 .content ul,
    .process-section-s3,
    .process-section-s3 .container,
    .cstm-sec .container,
    .sec_ceo_msg .container,
    .about-section .container,
    .world_map_sec .container-fluid {
        position: relative;
        z-index: 2;
    }

    .sp-map-frame,
    .dataTables_wrapper {
        background-color: var(--dark-bg) !important;
        color: var(--white-color) !important;
    }
    .sp-detail-table td,
    .climate-table td,
    .cstm-table {
        background-color: var(--dark-bg) !important;
        color: var(--white-color) !important;
    }

    .cstm-table th {
        background: var(--primary-color);
        color: var(--white-color);
    }

    .process-section-s3 .content ul li::before,
    .cstm-table tr:nth-child(even) td {
        background: var(--dark-bg);
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button,
    .dataTables_info,
    .dataTables_filter label,
    .dataTables_length label,
    .dataTables_length select,
    .cstm-table tr td {
        color: var(--white-color) !important;
    }

    .dataTables_length select option:hover {
        background: var(--primary-color) !important;
        color: var(--white-color);
    }

    .service-section-s2 .bg-image::before,
    .dataTables_length select option {
        background: var(--dark-bg);
        color: var(--white-color);
    }
}

/* event card of event page starts */

/* customs css for language and profile dropdown and modal */
.check-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

/* Modal Box */
.check-modal-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    min-width: 350px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    animation: fadeInDown 0.4s ease;
}

.check-modal-box h2 {
    margin-bottom: 10px;
    font-weight: 700;
}

.check-modal-box p {
    margin-bottom: 20px;
    color: #555;
}

.btn-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.modal-btn {
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    font-weight: 600;
    width: 48%;
}

.modal-btn.yes {
    background: #1e8f50;
    color: white;
}

.modal-btn.no {
    background: #d9534f;
    color: white;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.kycPreview {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    margin-top: 10px;
    display: none;
    object-fit: cover;
    border: 2px solid #ddd;
}

.causes-card .image img {
    height: 300px;
    object-fit: cover;
}

.dropdown-menu {
    position: absolute !important;
    display: none !important;
    z-index: 1000 !important;
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 0.375rem !important;
    list-style: none !important;
    padding: 0.5rem 0 !important;
    margin: 0 !important;
}

.dropdown-menu.show {
    display: block !important;
}

.dropdown-divider {
    height: 0 !important;
    margin: 0.5rem 0 !important;
    overflow: hidden !important;
    border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.lg_dmenu .dropdown-item {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
    background-color: transparent;
    height: 24px;
    line-height: 16px;
}

.lg_dmenu .dropdown-item:hover {
    background: var(--secondary-color);
    color: #fff;
}

#resendOtpBtn {
    cursor: pointer;
}

.blog-single-section .more-posts a:hover .post-control-link {
    color: #f74f22;
}

.blog-single-section .comments-area {
    margin-top: 70px;
}

.blog-single-section .comments-area .comment-wrapper {
    position: relative;
}

.blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.blog-single-section .comments-area ol ul {
    padding-left: 100px;
    list-style-type: none;
}

@media (max-width: 991px) {
    .blog-single-section .comments-area ol ul {
        padding-left: 40px;
    }
}

.blog-single-section .comments-area ol > li:last-child div {
    border-bottom: 0;
}

.blog-single-section .comments-area .comments-title {
    margin-bottom: 40px;
    text-transform: capitalize;
    color: #16171a;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
}

@media (max-width: 991px) {
    .blog-single-section .comments-area .comments-title {
        font-size: 20px;
    }
}

.blog-single-section .comments-area li > div {
    position: relative;
}

.blog-single-section .comments-area .comment-theme {
    position: absolute;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-theme {
        position: static;
    }
}

.blog-single-section .comments-area .comment-theme img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-single-section .comments-area .comment-main-area {
    margin-bottom: 40px;
}

.blog-single-section .comments-area .comment-main-area {
    padding-left: 60px;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}

.blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 20px;
    color: #838383;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
}

.blog-single-section .comments-area .comments-meta h4 {
    font-size: 20px;
    color: #061408;
    color: #16171a;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.blog-single-section .comments-area .comments-meta h4 span {
    font-size: 15px;
    color: #535353;
    font-weight: normal;
    text-transform: none;
    display: block;
    font-family: "Inter", sans-serif;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comments-meta h4 span {
        padding-left: 0;
    }
}

.blog-single-section .comments-area .comment-reply-link {
    color: #121416;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    position: absolute;
    right: 20px;
    top: 0;
}

.blog-single-section .comments-area .comment-reply-link:hover {
    color: #f74f22;
}

.blog-single-section .comment-respond {
    background: #f8f8f9;
    padding: 60px 40px 80px;
    margin-top: 60px;
}

@media (max-width: 575px) {
    .blog-single-section .comment-respond {
        padding: 40px 20px 40px;
    }
}

.blog-single-section .comment-respond .comment-reply-title {
    font-size: 22px;
    text-transform: capitalize;
    color: #16171a;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond .comment-reply-title {
        font-size: 20px;
    }
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
    background-color: #fff;
    width: 100%;
    height: 65px;
    padding: 6px 15px;
    margin-bottom: 33px;
    outline: 0;
    transition: all 0.3s;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0px 15px 10px 0px rgba(242, 242, 242, 0.18);
}

@media (max-width: 575px) {
    .blog-single-section .comment-respond form input,
    .blog-single-section .comment-respond form textarea {
        margin-bottom: 25px;
    }
}

.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
    box-shadow: none;
    border-color: #f74f22;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond form input,
    .blog-single-section .comment-respond form textarea {
        height: 40px;
    }
}

.blog-single-section .comment-respond form textarea {
    padding: 15px;
    height: 280px;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond form textarea {
        height: 150px;
    }
}

.blog-single-section .comment-respond .form-inputs {
    overflow: hidden;
}

.blog-single-section .comment-respond .form-inputs > div {
    width: 50%;
    float: left;
    padding: 0 9px;
    position: relative;
}

@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs > div {
        width: 100%;
        float: none;
    }
}

.blog-single-section .comment-respond .form-textarea {
    padding: 0 9px;
    position: relative;
}

.blog-single-section .comment-respond .form-submit input {
    max-width: 240px;
    border: 0;
    outline: 0;
    background: #f74f22;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond .form-submit input {
        height: 50px;
    }
}

.blog-single-section .comment-respond .terms {
    margin-bottom: 40px;
    margin-left: 9px;
}

.blog-single-section .comment-respond .terms .checkbox {
    width: 20px;
    height: 0;
    padding: 0;
    margin: 0;
}

.blog-single-section .comment-respond .terms input[type="checkbox"] {
    position: relative;
    cursor: pointer;
}

.blog-single-section
    .comment-respond
    .terms
    input[type="checkbox"]:checked:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top: -14px;
    width: 17px;
    height: 17px;
    transition: all 0.2s linear;
    border: 1px solid #949392;
}

.blog-single-section .comment-respond .terms input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top: -14px;
    width: 17px;
    height: 17px;
    transition: all 0.2s linear;
    border: 1px solid #949392;
}

.blog-single-section .comment-respond .terms input[type="checkbox"]:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: solid #fff;
    border-width: 0 0px 0px 0;
    transform: rotate(180deg);
    position: absolute;
    top: -11px;
    left: 3px;
    transition: all 0.2s linear;
}

.blog-single-section
    .comment-respond
    .terms
    input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    border: solid #18322e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: -11px;
    left: 3px;
}

.blog-single-section .comment-respond .terms label {
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #838383;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

@media (max-width: 1399px) {
    .blog-single-section .comment-respond .terms label {
        margin-left: 5px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .blog-single-section .comment-respond .terms label {
        margin-left: 25px;
        position: relative;
        margin-top: -25px;
    }
}

.blog-single-section .error-message {
    color: red;
    font-size: 0.9em;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 9px;
}

.blog-single-section #loading {
    margin-top: 10px;
    color: blue;
    font-weight: bold;
}

@media screen and (min-width: 1200px) {
    .blog-single-left-sidebar-section .blog-sidebar {
        padding-right: 45px;
        padding-left: 0;
    }
}

/* post comment styles start */
.post-image img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.add-comment {
    min-height: 0px !important;
}

.commentList .comment-theme .comments-meta h4 {
    font-size: 20px;
    color: #061408;
    color: #16171a;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.commentList .comment-theme .comments-meta span {
    font-size: 15px;
    color: #535353;
    font-weight: normal;
    text-transform: none;
    display: block;
    font-family: "Inter", sans-serif;
}

.commentList {
    max-height: 200px;
    overflow: auto;
}

/*blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
    /*** tag-share ***/
    /*** more-posts ***/
    /*** comments area ***/
    /*** comment-respond ***/
}

.blog-single-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0;
}

@media (max-width: 767px) {
    .blog-single-section .entry-meta {
        margin: 25px 0;
    }
}

.blog-single-section .entry-meta ul {
    list-style: none;
}

.blog-single-section .entry-meta ul li {
    font-weight: 500;
    font-size: 14px;
    float: left;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}

.blog-single-section .entry-meta ul li a {
    color: #020626;
}

.blog-single-section .entry-meta ul li a:hover {
    color: #f74f22;
}

.blog-single-section .entry-meta ul li i {
    position: relative;
    margin-right: 3px;
}

.blog-single-section .entry-meta ul li i:before {
    font-size: 16px;
    line-height: 15px;
    color: #f74f22;
}

.blog-single-section .entry-meta ul li + li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

.blog-single-section .entry-meta ul li + li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #676a7d;
    width: 9px;
    height: 1px;
}

@media (max-width: 440px) {
    .blog-single-section .entry-meta ul li + li:before {
        display: none;
    }
}

@media (max-width: 440px) {
    .blog-single-section .entry-meta ul li + li {
        margin-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .blog-single-section .entry-meta ul li {
        font-size: 12px;
    }
}

@media (max-width: 440px) {
    .blog-single-section .entry-meta ul li {
        float: none;
        display: block;
        margin-bottom: 5px;
    }
}

/* chatbot starts */

/* Chatbot Styles */
.chatbot-container {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999;
    width: 44px;
    height: 44px;
}

.chatbot-toggle-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0000f5 0%, #3060c7 100%);
    border: none;
    box-shadow: 0 4px 12px var(--primary-color-dim);
    transition: all 0.3s ease;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.chatbot-toggle-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px var(--primary-color-dim);
}

.chatbot-window {
    position: fixed;
    bottom: 80px;
    right: 0;
    width: 380px;
    height: 550px;
    display: none;
    animation: slideUp 0.3s ease;
}

.chatbot-window.show {
    display: block;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.chatbot-header {
    background: var(--secondary-color);
    color: white;
}

.chatbot-header h5 {
    color: var(--white-color);
}

.chatbot-messages {
    height: 400px;
    overflow-y: auto;
    background: #f8f9fa;
}

.message-bubble {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.message-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.bot-avatar {
    background: var(--secondary-color);
}

.user-avatar {
    background: var(--secondary-color2);
}

.bot-message {
    background: white;
    border-radius: 0 12px 12px 12px;
    width: 300px;
    max-width: 90%;
}

.user-message {
    color: var(--secondary-color);
    border-radius: 12px 0px 12px 12px;
    width: 300px;
    max-width: 90%;
    background: var(--secondary-color2);
}

.typing-indicator span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6c757d;
    animation: typing 1.4s infinite;
}

.typing-indicator span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typing {
    0%,
    60%,
    100% {
        transform: translateY(0);
        opacity: 0.7;
    }

    30% {
        transform: translateY(-10px);
        opacity: 1;
    }
}

.chatbot-input-area {
    border-top: 1px solid #dee2e6;
    background: white;
}

.chatbot-input-field {
    border-radius: 24px;
    padding: 8px 18px;
    width: 300px;
    max-width: 80%;
}

.chatbot-input-field:focus {
    border-color: var(--secondary-color2);
    box-shadow: none;
}

.send-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #554cff 0%, #ff5722 100%);
    transition: all 0.3s ease;
}

.send-btn:hover:not(:disabled) {
    transform: scale(1.1);
    background: var(--primary-color);
}

.send-btn:disabled {
    opacity: 0.5;
}

@media (max-width: 480px) {
    .chatbot-window {
        width: 100vw;
        height: 80vh;
        max-width: 380px;
        top: 50%;
        right: 0;
        border-radius: 0 !important;
        transform: translateY(-50%);
    }

    .chatbot-messages {
        height: 55vh;
    }

    .bot-message {
        background: white;
        border-radius: 0 12px 12px 12px;
        width: calc(100% - 70px);
    }

    .user-message {
        width: 100%;
        background: var(--secondary-color2);
    }
}

.chatbot-messages::-webkit-scrollbar {
    width: 6px;
}

.chatbot-messages::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.chatbot-messages::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

.chatbot-messages::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

/* Message timestamp styling */
.bot-message small,
.user-message small {
    opacity: 0.7;
    font-size: 0.7rem !important;
}

/* Error alert in chat */
.chatbot-messages .alert {
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
    animation: fadeIn 0.3s ease;
}

/* Disable state for input */
.chatbot-input-field:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

/* Loading state for send button */
.send-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.send-btn:disabled i {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0%,
    100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }
}

.chat-bot-img {
    max-width: 230%;
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}

/* chatbot ends */

.faq-text,
.faq-text * {
    color: black !important;
}

.faq-text a {
    color: blue !important;
    text-decoration: underline;
}

/* ==================================== */
/* ==================================== */
/* ==================================== */
/* ==================================== */
/* ==================================== */
/* ==================================== */
/* ================= new pages =================== */

.custom_p {
    width: 100%;
    max-width: 100% !important;
    background-color: #fff;
    padding: 15px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    border-left: 3px solid #ff5100;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
}

/* Bihar History starts ====================================== */
/* SECTION */
.history-section {
    background: var(--light-bg);
    padding: 60px 0;
}

/* HEADER */
.section-header h2 {
    font-weight: 700;
    color: var(--secondary-color);
}

.section-header span {
    color: var(--primary-color);
}

/* TITLE BAR */
.section-title-block {
    background: var(--secondary-color);
    color: white;
    padding: 10px 15px;
    border-radius: 6px;
    margin: 30px 0 15px;
    font-weight: 600;
}

/* CARD */
.history-card {
    background: var(--white-color);
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid var(--primary-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.history-card h4,
.history-card h5 {
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.history-card p {
    color: var(--text-color);
    line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .history-card {
        padding: 15px;
    }
}

.bh_img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    /* min-height: max-content; */
}

/* Remove fixed height (IMPORTANT) */
.row .medieval_col {
    height: auto !important;
}

/* History Card */
.medieval.history-card {
    background: var(--white-color);
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid var(--primary-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow-y: auto;
    max-height: 550px;
}

/* Scroll for large screens only */
@media (min-width: 992px) {
    .medieval.history-card {
        max-height: 550px;
    }
}

/* Images Container */
.medieval_img {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Images */
.medieval_img img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 250px;
}

/* Tablet View */
@media (max-width: 992px) {
    .medieval_col {
        margin-bottom: 20px;
    }

    .medieval.history-card {
        max-height: none;
        overflow: visible;
    }

    .medieval_img {
        flex-direction: row;
        gap: 10px;
    }

    .medieval_img img {
        height: 180px;
    }
}

/* Mobile View */
@media (max-width: 576px) {
    .medieval_img {
        flex-direction: column;
    }

    .medieval_img img {
        height: auto;
    }

    .medieval.history-card {
        padding: 15px;
    }
}

.recolt_img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 550px;
}
/* Bihar History ends ===============================================*/
/* Culture Starts ===============================================*/
.image-card {
    background: var(--white-color);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.image-card2 {
    background: var(--white-color);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Hover Effect */
.image-card:hover,
.image-card2:hover {
    transform: translateY(-6px);
}

/* Image */
.image-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.image-card2 img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

/* Caption */
.card-caption {
    padding: 12px;
    font-size: 14px;
    color: var(--text-color);
    background: var(--light-bg);
    text-align: center;
    line-height: 1.5;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .image-card img {
        height: 200px;
    }
    .image-card2 img {
        height: 280px;
    }
}

@media (max-width: 576px) {
    .image-card img {
        height: auto;
    }
}
.image_center_heading {
    text-align: center;
    border-bottom: 2px solid var(--primary-color);
}
/* Culture ends ===============================================*/

/* State Profile Starts ===============================================*/

.sp-body {
    font-family: "DM Sans", sans-serif;
    color: var(--text-color);
    background: var(--light-bg);
}

.sp-display {
    font-family: "Playfair Display", Georgia, serif;
}

.sp-section {
    padding: 60px 0 80px;
    background: var(--light-bg);
}

.sp-intro-wrap {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    /* align-items: center; */
    margin-bottom: 56px;
}

.sp-intro-text {
    font-size: 19px;
    line-height: 1.8;
    color: var(--text-color);
    font-weight: 300;
}

.sp-intro-text strong {
    font-weight: 500;
    color: var(--primary-color);
}

.sp-intro-aside {
    background: linear-gradient(
        160deg,
        var(--secondary-color),
        var(--tertiary-color)
    );
    border-radius: 16px;
    padding: 28px 24px;
    color: var(--white-color);
}

.sp-aside-label {
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 6px;
}

.sp-aside-value {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 18px;
}

.sp-aside-item {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 0;
}

.sp-section-title {
    font-family: "Playfair Display", serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.sp-section-title::before {
    content: "";
    width: 5px;
    height: 32px;
    background: var(--primary-color);
    border-radius: 3px;
}

.sp-admin-card {
    background: var(--white-color);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid var(--primary-color-dim);
    margin-bottom: 32px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.sp-stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-bottom: 36px;
}

.sp-stat-tile {
    background: var(--primary-color-dim);
    border-radius: 14px;
    padding: 22px 16px;
    text-align: center;
    border-bottom: 3px solid var(--primary-color);
    transition: transform 0.2s ease;
}

.sp-stat-tile:hover {
    transform: translateY(-4px);
}

.sp-stat-number {
    font-family: "Playfair Display", serif;
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 6px;
}

.sp-stat-label {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-color);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.sp-admin-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.sp-map-frame {
    background: var(--light-bg);
    border-radius: 14px;
    overflow: hidden;
    padding: 20px;
    border: 1px solid var(--primary-color-dim);
}

.sp-map-frame img {
    width: auto;
    max-width: 100%;
}

.sp-detail-table {
    width: 100%;
    border-collapse: collapse;
}

.sp-detail-table td {
    padding: 12px 16px;
    font-size: 15px;
}

.sp-detail-table tr:not(:last-child) td {
    border-bottom: 1px solid #eee;
}

.sp-detail-table td:first-child {
    background: var(--light-bg);
    color: var(--text-color);
}

.sp-detail-table td:last-child {
    font-weight: 500;
    color: var(--secondary-color);
}

.sp-cards-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.sp-data-card {
    background: var(--white-color);
    border-radius: 20px;
    padding: 36px;
    border: 1px solid var(--primary-color-dim);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.sp-data-card.geo-card {
    border-top: 4px solid var(--secondary-color);
}

.sp-data-card.census-card {
    border-top: 4px solid var(--secondary-color2);
}

.sp-divider {
    border: none;
    border-top: 1px solid #eee;
    margin: 48px 0;
}

.sp-highlight-banner {
    background: var(--primary-color-dim);
    border-left: 5px solid var(--primary-color);
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.sp-highlight-banner i {
    font-size: 24px;
    color: var(--primary-color);
}

.sp-highlight-banner p {
    font-size: 15px;
    color: var(--text-color);
}

.sp-img-caption {
    background: var(--white-color);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--primary-color-dim);
    margin-top: 20px;
}

.sp-img-caption img {
    width: 100%;
}

.sp-img-caption-label {
    padding: 10px;
    font-size: 12px;
    color: var(--text-color);
    background: var(--light-bg);
    text-align: center;
}

@media (max-width: 768px) {
    .sp-intro-wrap {
        grid-template-columns: 1fr;
    }

    .sp-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sp-admin-split,
    .sp-cards-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .sp-stats-grid {
        grid-template-columns: 1fr 1fr;
    }
}
/* State Profile Ends ===============================================*/

/* Economy of Bihar Starts ===============================================*/
.economy-section {
    background: var(--light-bg);
    padding: 60px 0;
}

/* TITLE */
.section-title h2 {
    font-weight: 700;
    color: var(--secondary-color);
}

.section-title h2 span {
    color: var(--primary-color);
}

.section-title p {
    color: var(--text-color);
    line-height: 1.7;
}

/* IMAGE */
.economy-img {
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* CARD */
.economy-card {
    background: var(--white-color);
    padding: 30px;
    border-radius: 12px;
    border-left: 5px solid var(--primary-color);
}

.card-title {
    color: var(--secondary-color);
    margin-bottom: 20px;
}

/* POINT CARD */
.point-card {
    background: var(--light-bg);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    transition: 0.3s;
    border: 1px solid var(--primary-color-dim);
}

.point-card:hover {
    transform: translateY(-5px);
}

.point-card h5 {
    color: var(--primary-color);
    font-size: 22px;
    min-width: 40px;
}

.point-card p {
    margin: 0;
    color: var(--text-color);
}

.point-card.highlight {
    background: var(--primary-color-dim);
    border-left: 4px solid var(--primary-color);
}

@media (max-width: 768px) {
    .point-card {
        flex-direction: column;
    }
}
/* Economy of Bihar Ends ===============================================*/

/* Circuits in BiharStarts ===============================================*/

/* SECTION */
.circuits {
    padding: 40px 0;
}

/* ROW STRUCTURE */
.circuit-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
    background: var(--white-color);
    border-radius: 12px;
    overflow: hidden;
    border-left: 5px solid var(--primary-color);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

/* HOVER EFFECT */
.circuit-row:hover {
    transform: translateY(-5px);
}

/* ALTERNATE LAYOUT */
.circuit-row.reverse {
    direction: rtl;
}

.circuit-row.reverse .circuit-body {
    direction: ltr;
}

/* MEDIA (VIDEO) */
.circuit-media {
    width: 100%;
    height: 100%;
}

.circuit-media iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border: none;
}

/* BODY CONTENT */
.circuit-body {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* TITLES */
.circuit-body h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 5px;
}

.circuit-body h5 {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 12px;
}

/* TEXT */
.circuit-body p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-color);
}

/* DIVIDER */
.circuit-body::before {
    content: "";
    width: 40px;
    height: 3px;
    background: var(--primary-color);
    display: block;
    margin-bottom: 12px;
}

/* BUTTON (OPTIONAL IF ADDED) */
.yt-btn {
    margin-top: 15px;
    padding: 8px 16px;
    background: var(--secondary-color);
    color: var(--white-color);
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.yt-btn:hover {
    background: var(--primary-color);
}

/* RESPONSIVE - TABLET */
@media (max-width: 992px) {
    .circuit-row {
        gap: 15px;
    }

    .circuit-body {
        padding: 22px;
    }

    .circuit-media iframe {
        min-height: 250px;
    }
}

/* RESPONSIVE - MOBILE */
@media (max-width: 768px) {
    .circuit-row {
        grid-template-columns: 1fr;
    }

    .circuit-row.reverse {
        direction: ltr;
    }

    .circuit-media iframe {
        min-height: 220px;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .circuit-body h2 {
        font-size: 18px;
    }

    .circuit-body p {
        font-size: 14px;
    }

    .circuit-body {
        padding: 18px;
    }
}
/* Circuits in BiharEnds ===============================================*/
/* Water bodies starts =============================================== */
.custom_tabs_wb {
    border-bottom: 2px solid var(--primary-color);
    display: flex;
}
.custom_tabs_wb .nav-item {
    border-radius: 5px;
    overflow: hidden;
    padding: 10px 5px;
}

.custom_tabs_wb .nav-link {
    border: none;
    color: var(--text-color);
    font-weight: 600;
    padding: 0;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.custom_tabs_wb .nav-link::before {
    content: "";
    position: absolute;
    z-index: 2;
    height: 80px;
    background: linear-gradient(transparent, var(--dark-bg));
    bottom: 0;
    left: 0;
    width: 100%;
}

.custom_tabs_wb .nav-link.active {
    background: var(--secondary-color);
    color: var(--white-color);
    border-radius: 6px 6px 0 0;
}
.custom_tabs_wb .nav-link span {
    position: absolute;
    top: 125px;
    left: 50%;
    z-index: 3;
    color: var(--light-bg);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.tab-icon {
    width: 170px;
    height: 170px;
    object-fit: cover;
    border-radius: 4px;
}

.tab-pane {
    background: var(--light-bg);
    padding: 20px;
    border-radius: 6px;
}
.water-card:nth-child(even) {
    flex-direction: row-reverse;
}

.water-card p {
    margin-bottom: 20px !important;
}
.water-card ul {
    list-style-type: disc;
    margin-bottom: 20px !important;
    margin-left: 20px;
}
.water-card {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    background: var(--white-color);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.water-img {
    width: 45%;
    max-height: 300px;
    border-radius: 6px;
    object-fit: cover;
}

.water-content {
    width: 55%;
}

.water-content h5 {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 24px;
}
.kaimur_ws {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.custom_tabs_wb .nav-link.active {
    position: relative;
    background: rgba(255, 255, 255, 0.15); /* required for blur visibility */
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: var(--secondary-color);
    border-radius: 6px;
}
.custom_tabs_wb .nav-link.active::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    background-color: var(--primary-color);
    bottom: -10px;
    left: 0;
}
/* Water bodies Ends =============================================== */
/* Soil and climate Starts ===============================================*/
.service-section-s5 .service-card-s2 {
    position: relative;
    border: 1px solid transparent;
    border-right: 1px solid #0000000f !important;
    height: 750px !important;
}
.custom_p {
    width: 100%;
    max-width: 100% !important;
    background-color: #fff;
    padding: 15px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    border-left: 3px solid #ff5100;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
}
.service-card-s2 .icon {
    margin-bottom: 10px !important;
    height: auto !important;
    font-size: 65px;
}

.climate-table {
    width: 100%;
    background-color: #ffffff00 !important;
    border-collapse: collapse;
}
.climate-table tr {
    border-bottom: 0.5px solid #f0f0e8;
}

.climate-table td:first-child {
    color: #666;
    width: 45%;
}

.climate-table td:last-child {
    font-weight: 600;
    color: #1a1a1a;
}

.climate-table td {
    border: none !important;

    padding: 9px 0;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

.bottom_p {
    height: auto !important;
    margin-bottom: 10px !important;
    text-align: justify !important;
    color: #000 !important;
    line-height: 28px !important;
}

.service-section-s5 .service-card-s2 p {
    height: auto !important;
    text-align: justify !important;
}
/* Soil and climate Ends ===============================================*/
/* Tourist destination Starts ===============================================*/
/* Filter Section */

.filter-container {
    background: var(--white-color);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}

.search-box {
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 12px 20px;
    transition: var(--transition);
}

.search-box:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}

.filter-btn {
    border: 1.5px solid var(--secondary-color2);
    background: transparent;
    color: var(--secondary-color);
    padding: 8px 20px;
    border-radius: 50px;
    margin: 5px;
    font-weight: 500;
    transition: var(--transition);
}

.filter-btn.active {
    background-color: var(--secondary-color);
    color: white;
    border-color: var(--secondary-color);
    box-shadow: 0 4px 12px rgba(0, 32, 91, 0.2);
}

.filter-btn:hover:not(.active) {
    background-color: var(--primary-color-dim);
}

.dest-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    background: var(--white-color);
    height: 100%;
    transition: var(--transition);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.dest-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.card-img-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #e0e8f0;
}

.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card-img-wrapper .no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #c8d8e8, #a0b8cc);
    color: var(--secondary-color);
    font-size: 2rem;
    opacity: 0.5;
}

.dest-card:hover .card-img-wrapper img {
    transform: scale(1.1);
}

.category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary-color);
    color: var(--black-color);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-view {
    background-color: var(--secondary-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    width: 100%;
    font-weight: 600;
    transition: var(--transition);
}

.btn-view:hover {
    background-color: var(--tertiary-color);
    color: white;
}

.pagination .page-link {
    color: var(--secondary-color);
    border: none;
    margin: 0 5px;
    border-radius: 8px;
    font-weight: 600;
}

.pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    color: var(--black-color);
}

.offcanvas {
    width: 500px !important;
    border-left: 5px solid var(--primary-color);
}

.offcanvas-header {
    background: var(--secondary-color);
    color: white;
}

.detail-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
}

.detail-img-placeholder {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #c8d8e8, #a0b8cc);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    font-size: 3rem;
    opacity: 0.5;
}

#loading-state {
    display: none;
}
#empty-state {
    display: none;
    text-align: center;
    padding: 50px;
}

span.odometer-formatting-mark {
    display: none !important;
}

ul.obj_list li {
    padding-left: 25px;
    position: relative;
}

ul.obj_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 10px;
    width: 10px;
    background-color: var(--primary-color);
    border-radius: 10px;
}

@media (max-width: 768px) {
    .offcanvas {
        width: 100% !important;
    }
    .hero-section {
        padding: 40px 0;
    }
}
/* Tourist destination Ends ===============================================*/
/* Starts ===============================================*/
/* Ends ===============================================*/

/* Starts ===============================================*/
/* Ends ===============================================*/


ul.obj_list li {
    padding-left: 25px;
    position: relative;
}

ul.obj_list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 10px;
  width: 10px;
  background-color: var(--primary-color);
  border-radius: 10px;
}


#tree_chart_org {
    position: relative;
    min-width: 100%;
    min-height: 400px;
}

.tree-wrapper {
    width: 100%;
    height: 600px;
    overflow: auto;
    border: 1px solid var(--primary-color-dim);
    border-radius: 14px;
    background:
        radial-gradient(circle at 12% 8%, var(--primary-color-dim), transparent 30%),
        linear-gradient(135deg, #f9fbfd, #eef4f8);
     /* scrollbar-width: none; */

    
    /* -ms-overflow-style: none; */
}

.manual-org-chart__lines {
    position: absolute;
    inset: 0;
    overflow: visible;
    pointer-events: none;
}

.manual-org-chart__line {
    fill: none;
    stroke: var(--secondary-color2);
    stroke-width: 2;
}

.manual-org-chart__card {
    position: absolute;
    width: 280px;
    height: 140px;
    box-sizing: border-box;
    padding: 12px 20px 16px;
    background: linear-gradient(145deg, #fff, #f7fafc);
    border: 1px solid var(--primary-color-dim);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 32, 91, .10);
    text-align: center;
}

.manual-org-chart__card--root {
    background: linear-gradient(135deg, var(--secondary-color), #174784);
    border-color: var(--secondary-color);
}

.manual-org-chart__card--root .manual-org-chart__name,
.manual-org-chart__card--root .manual-org-chart__title {
    color: #fff;
}

.manual-org-chart__card--parent:not(.manual-org-chart__card--root) {
    border-top: 4px solid var(--primary-color);
}

.manual-org-chart__photo {
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto 8px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--primary-color);
}

.manual-org-chart__name {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.manual-org-chart__title {
    margin-top: 4px;
    color: #666;
    font-size: 12px;
    line-height: 1.35;
    overflow-wrap: anywhere;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.manual-org-chart__empty {
    padding: 32px;
    color: #666;
    text-align: center;
}

.manual-org-chart__toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    display: grid;
    width: 26px;
    height: 26px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--primary-color);
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: transform .2s ease, background-color .2s ease;
}

.manual-org-chart__toggle:hover,
.manual-org-chart__toggle:focus-visible {
    background: #fff;
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
    transform: scale(1.08);
}
