/*
Theme Name: Hinza
Author URI: https://hinzaco.com/
Version: 1.0
*/
/* ---------- add font -----------------*/
@font-face {
    font-family: "Great vibes";
    font-style: normal;
    src: url('assets/fonts/GreatVibes-Regular.woff2') format('woff2'),
    url('assets/fonts/GreatVibes-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Shabnam";
    font-style: normal;
    font-weight: 100;
    src: url('assets/fonts/shabnam/woff2/Shabnam-Light-FD-WOL.woff2') format('woff2'),
    url('assets/fonts/shabnam/ttf/Shabnam-Light-FD-WOL.ttf') format('truetype');
}

@font-face {
    font-family: "Shabnam";
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/shabnam/woff2/Shabnam-Light.woff2') format('woff2'),
    url('assets/fonts/shabnam/ttf/Shabnam-Light.ttf') format('truetype');
}


@font-face {
    font-family: "Vazir";
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/shabnam/woff2/Shabnam.woff2') format('woff2'),
    url('assets/fonts/shabnam/ttf/Shabnam.ttf') format('truetype');
}

@font-face {
    font-family: "Shabnam";
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/shabnam/ttf/Shabnam-Medium-FD-WOL.ttf') format('truetype');
}


@font-face {
    font-family: "Shabnam";
    font-style: normal;
    font-weight: bold;
    src: url('assets/fonts/shabnam/woff2/Shabnam-Bold.woff2') format('woff2'),
    url('assets/fonts/shabnam/ttf/Shabnam-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "Shabnam";
    font-style: normal;
    font-weight: 800;
    src: url('assets/fonts/shabnam/woff2/Shabnam-Bold-FD-WOL.woff2') format('woff2'),
    url('assets/fonts/shabnam/ttf/Shabnam-Bold-FD-WOL.ttf') format('truetype');
}

:root {
    --primary-color: #061E3A;
    --primary-color-dark: #111827;
    --secondary-color: #64748B;
    --accent-color: #F0571A;
    --text-color: #333333;
    --text-color-dark: #111827;
    --text-color-light: #F1F5F9;
    --border-color-light: #e6e6e6;
    --border-color-dark: #b7b7b7;
    --background-color: #f1f1f1;
    --background-color-secondary: #e5dedf;
    --text-font-family: "Shabnam";
    --title-font-family: "Shabnam"
}

input, input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-family: var(--text-font-family) !important
}

body * {
    font-size: 16px;
    font-family: var(--text-font-family);
    font-weight: 400;
    line-height: 1.8;
    color: var(--text-color)
}

/* ------------- reset css ----------------*/
*, *::before, *::after {
    box-sizing: border-box
}

a {
    color: var(--accent-color);
    text-decoration: none;
    transition: all 0.5s
}

a:hover {
    color: var(--text-color-dark);
    outline: 0;
    box-shadow: none
}

a:focus {
    outline: 0;
    box-shadow: none
}

html {
    scroll-behaviour: smooth
}

body {
    margin: 0;
    max-width: 100vw;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

::-webkit-scrollbar {
    width: 10px
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0;
    background: #000
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-color)
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%
}

input, button, textarea, select {
    font: inherit
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 19px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 17px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 15px
}

ul {
    list-style-type: none;
    padding: 0
}

p {
    margin-bottom: 20px
}

p:first-child {
    margin-top: 0
}

p:last-child {
    margin-bottom: 0
}

/* -------------- General / Start ------------- */
.btn. .btn-border {
    line-height: 1
}

.button, .btn .elementor-button {
    position: relative;
    background: var(--primary-color) !important;
    color: #fff;
    fill: #fff;
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    display: inline-block
}
.btn .elementor-button-icon svg{
    color: var(--accent-color);
    fill: var(--accent-color);
}
.btn .elementor-button * {
    line-height: 40px;
    color: #fff;
}

.button:hover, .btn .elementor-button:hover {
    background: var(--accent-color) !important
}

.btn-border .elementor-button {
    position: relative;
    background: transparent !important;
    color: var(--text-color);
    fill: var(--text-color);
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid var(--text-color);
    border-radius: 3px;
    transition: all .5s ease-in-out
}

.btn-border .elementor-button * {
    line-height: 40px;
    color: var(--text-color)
}

.btn-border .elementor-button .elementor-button-icon {
    transform: rotate(-45deg) translate(2px, -1px);
    transition: all .5s ease-in-out
}

.btn-border .elementor-button:hover {
    color: #fff;
    fill: #fff;
    background: var(--primary-color) !important;
    border-color: var(--primary-color)
}

.btn-border .elementor-button:hover * {
    color: #fff
}

.btn-border .elementor-button:hover .elementor-button-icon {
    transform: rotate(0deg) translate(0, 0)
}

.btn-circle .elementor-button {
    position: relative;
    background: transparent !important;
    color: #fff;
    fill: #fff;
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
    outline: none;
    cursor: pointer;
    border: 1px solid var(--accent-color);
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--accent-color) !important;
    transition: all .9s ease-in-out
}

.btn-circle .elementor-button:before {
    content: '';
    height: 140px;
    width: 140px;
    position: absolute;
    top: 0;
    right: -100px;
    background: url("assets/img/btn-text2.svg") no-repeat center center;
    background-size: 85%;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 50%;
    transition: 0.9s ease-in-out
}

.btn-circle .elementor-button .elementor-button-icon {
    transform: rotate(-45deg) translate(2px, -1px)
}

.btn-circle .elementor-button .elementor-button-icon svg {
    font-size: 40px;
    width: 40px;
}

.btn-circle .elementor-button .elementor-button-icon svg path {
    fill: transparent;
    stroke: #fff;
    stroke-width: 16px
}

.btn-circle .elementor-button:hover:before {
    right: 0;
    animation: 30s linear 0s infinite normal none running roted
}

.section {
    padding: 80px 15px
}

.section .section-subtitle .elementor-heading-title {
    font-family: var(--title-font-family);
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 500;
    line-height: 30px;
    position: relative
}

.section .section-title .elementor-heading-title {
    font-family: var(--title-font-family);
    font-size: 50px;
    line-height: 1.3;
    font-weight: bold;
    color: var(--text-color);
    position: relative;
    margin-bottom: 20px
}

.section .desc * {
    font-size: 16px;
    font-family: var(--text-font-family) !important;
    text-align: justify
}

.section .desc {
    text-align: justify
}

.section .desc strong, .section .desc strong *, .section .desc b, .section .desc b * {
    font-weight: bold
}

.section .desc a {
    color: var(--accent-color)
}

.section .desc ul, .section .desc ol {
    padding-left: 20px;
    margin-left: 0
}

.section .desc ul li:not(:last-child), .section .desc ol li:not(:last-child) {
    margin-bottom: 5px
}

.section .desc ul {
    list-style: disc
}

.section .desc ol {
    list-style: arabic-indic
}

.absolute-link {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 30px;
    right: 0;
    z-index: 1;
    opacity: 0.5
}

.swiper {
    position: relative
}

.swiper .swiper-pagination {
    z-index: 1 !important
}

.text-center {
    text-align: center
}

.form-control {
    padding: 0 15px;
    line-height: 40px;
    border: 1px solid var(--border-color-dark);
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    font-family: var(--text-font-family);
    color: var(--secondary-color);
    /*text-align: right*/
}

textarea.form-control {
    padding: 10px 15px;
    line-height: 26px;
    height: 98px
}

label.resume-upload {
    display: inline-block;
    text-align: center;
    width: 92px;
    padding: 0 5px;
    line-height: 33px;
    border-radius: 5px;
    border: 1px solid var(--text-color-dark);
    background: #fff;
    position: relative;
    z-index: 2;
    cursor: pointer
}

.wpcf7-form-control-wrap[data-name="resume"] {
    margin-right: -92px
}

.wpcf7-spinner {
    position: absolute;
    transform: translateX(250%);
    margin: 0
}

.mystickyelements-fixed .mystickyelements-minimize,
.mystickyelements-fixed i {
    color: #fff;
}

@media (max-width: 991.98px) {
    .section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .section .section-title .elementor-heading-title {
        font-size: 42px
    }
}

@media (max-width: 767.98px) {
    .section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .section .section-title .elementor-heading-title {
        font-size: 32px;
        margin-bottom: 10px
    }

    .section .section-subtitle .elementor-heading-title {
        font-size: 16px;
        line-height: 1.2
    }
}

@media (max-width: 575.98px) {
    .section {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .section .section-title .elementor-heading-title {
        font-size: 26px;
        margin-bottom: 0px
    }

    /*.section .section-subtitle .elementor-heading-title{
     font-size:14px;
    }*/
}

/* -------------- General / End ------------- */
/* ----------- Header / Start --------------- */
#main_header {
    transition: 0.4s
}

.header .btn-border {
    line-height: 0.5
}

.header .btn-border .elementor-button {
    white-space: nowrap
}

.header .language-nav {
    position: relative
}

.header .mobile-btn {
    display: none !important
}

.header .language-nav .elementor-nav-menu--main {
}

.header .language-nav .elementor-nav-menu--main .elementor-nav-menu > .menu-item {
    border: 1px solid var(--text-color);
    border-radius: 3px
}

.header .language-nav .elementor-nav-menu--main .elementor-nav-menu > .menu-item > .elementor-item {
    line-height: 40px;
    width: 40px;
    padding: 0;
    font-size: 16px;
    justify-content: center;
    font-weight: 400
}

.header .language-nav .elementor-nav-menu--main .elementor-nav-menu > .menu-item > .elementor-item .sub-arrow {
    padding: 0
}

.header .language-nav .elementor-nav-menu--main .elementor-nav-menu > .menu-item > .elementor-item .sub-arrow svg {
    font-size: 12px
}

.header .language-nav .elementor-nav-menu--main .elementor-nav-menu > .menu-item > .sub-menu {
    width: 42px !important;
    min-width: 42px !important;
    top: 41px !important;
    left: auto !important;
    right: -1px;
    border-radius: 0px
}

.header .language-nav .elementor-nav-menu--main .elementor-nav-menu > .menu-item > .sub-menu > .menu-item .elementor-sub-item {
    text-align: center;
    padding: 0;
    line-height: 40px;
    font-weight: 400
}

.header .navbar .elementor-icon-list-items {
    gap: 10px
}

.header .navbar .elementor-icon-list-items .elementor-icon-list-item {
}

.header .navbar .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    font-family: var(--text-font-family);
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.header .logo {
    max-width: 250px !important;
    height: 60px
}

.header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#main_header.header.active {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 15px #00000040;
    z-index: 10
}

.header .elementor-nav-menu .menu-item-has-children .menu-item .elementor-sub-item:hover {
    background-color: #8fa6af
}

.header .elementor-nav-menu .menu-item-has-children .elementor-nav-menu--dropdown {
    border: 1px solid #8fa6af;
    border-radius: 5px;
    margin-left: 20px !important
}

.header .elementor-nav-menu .menu-item-has-children .elementor-nav-menu--dropdown .menu-item .elementor-sub-item {
    padding: 10px 15px;
    font-family: var(--text-font-family) !important;
}
.header .menu .menu-item .hfe-menu-item{
    font-family: var(--text-font-family) !important;
    font-size:16px;
}
.header .logo-title .elementor-heading-title{
    font-family: var(--text-font-family) !important;
    font-size:14px;
}
/* ----------- Header / End --------------- */
/*----------- Footer / Start --------------*/
.footer {
    background: var(--text-color);
    padding-top: 60px;
    padding-bottom: 0
}

/*.footer .logo {
    max-width: 130px !important;
    height: 40px;
}

.footer .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(1);
}*/

.footer .section-title {
    padding-right: 100px !important
}

.footer .section-title .elementor-heading-title {
    color: #fff;
    font-size: 45px;
    margin-bottom: 0;
    letter-spacing: 3px;
    font-weight: 300;
    opacity: 0.8
}

.footer .footer-title .elementor-heading-title {
    font-family: var(--text-font-family);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff
}

/*.footer .desc * {
    color: #fff;
    opacity: 0.7;
}

.footer .footer-nav .hfe-nav-menu .hfe-menu-item {
    font-family: var(--text-font-family);
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    opacity: 0.7;
    padding-right: 0 !important;
}

.footer .footer-nav .hfe-nav-menu .hfe-menu-item:hover {
    opacity: 1;
    color: #fff;
}*/

.footer .socials .elementor-social-icons-wrapper .elementor-social-icon {
    background: transparent !important;
    border: 1px solid var(--accent-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer .socials .elementor-social-icons-wrapper .elementor-social-icon svg {
    font-size: 20px;
    color: var(--accent-color);
    fill: var(--accent-color);
    transition: all 0.5s
}

.footer .socials .elementor-social-icons-wrapper .elementor-social-icon:hover {
    background: var(--accent-color) !important
}

.footer .socials .elementor-social-icons-wrapper .elementor-social-icon:hover svg {
    fill: #fff
}

.footer .contact-info .elementor-icon-list-item:not(:last-child) {
    padding-bottom: 10px
}

.footer .contact-info .elementor-icon-list-item .elementor-icon-list-icon {
    height: 20px;
    align-items: center
}

.footer .contact-info .elementor-icon-list-item .elementor-icon-list-icon svg {
    margin: 0;
    color: #fff;
    fill: #fff
}

.footer .contact-info .elementor-icon-list-item .elementor-icon-list-text {
    font-family: var(--text-font-family);
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    opacity: 0.6
}

.copyright {
    padding: 15px 0 10px !important;
    margin-top: 60px !important;
    font-size: 12px;
    color: #fff;
    font-family: var(--text-font-family);
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.copyright .elementor-widget-icon-list .elementor-icon-list-text, .copyright .elementor-widget-icon-list .elementor-icon-list-text * {
    font-family: var(--text-font-family) !important;
    color: #fff;
    font-weight: 300;
    font-size: 13px
}

.copyright .elementor-widget-icon-list .elementor-icon-list-item {
    opacity: 0.4
}

.copyright .elementor-widget-icon-list .elementor-icon-list-item:hover {
    opacity: 1
}

/*----------- Footer / End --------------*/
/*----------- Blog cart / Start --------------*/
.blog-cart .img-wrapper {
    display: block;
    aspect-ratio: 5/3;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px
}

.blog-cart .img-wrapper img {
    width: 100% !important;
    height: 100% !important;
    max-width: inherit !important;
    object-fit: cover;
    display: block
}

.blog-cart-minimal {
    padding-left: 40px
}

.blog-cart .blog-date {
    padding-left: 40px
}

.blog-cart .blog-date, .blog-cart-minimal .blog-date {
    font-family: var(--text-font-family);
    color: var(--primary-color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    margin-bottom: 10px
}

.blog-cart .blog-date:before {
    content: '';
    height: 2px;
    width: 30px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: 9px
}

.blog-cart-minimal .blog-date:before {
    content: '';
    height: 2px;
    width: 30px;
    background: var(--primary-color);
    position: absolute;
    left: -40px;
    top: 9px
}

.blog-cart .blog-title, .blog-cart-minimal .blog-title {
    font-family: var(--text-font-family);
    color: var(--text-color);
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog-cart .blog-desc {
    font-family: var(--text-font-family);
    color: var(--text-color-light);
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 15px 0
}

.blog-cart-minimal .blog-desc {
    font-family: var(--text-font-family);
    color: var(--text-color-light);
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 15px 0
}

.blog-cart .blog-desc *, .blog-cart-minimal .blog-desc * {
    font-family: var(--text-font-family);
    color: var(--text-color-light);
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

.blog-cart .btn-more, .blog-cart-minimal .btn-more {
    font-family: var(--text-font-family);
    color: var(--accent-color);
    display: inline-block;
    font-size: 14px
}

.blog-cart .btn-more:after, .blog-cart-minimal .btn-more:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url('assets/img/arrow.svg') no-repeat center center /contain;
    vertical-align: middle;
    transform: rotate(-45deg) translate(2px, 0);
    transition: all .5s ease-in-out;
    display: inline-block;
    margin-left: 3px
}

.blog-cart:hover .blog-title, .blog-cart-minimal:hover .blog-title {
    color: var(--accent-color)
}

.blog-cart:hover .btn-more:after, .blog-cart-minimal:hover .btn-more:after {
    transform: rotate(0deg) translate(0, 0);
    filter: brightness(-100%)
}

@media (max-width: 575.98px) {
    .blog-cart {
        display: flex
    }

    .blog-cart .img-wrapper {
        margin-bottom: 0;
        aspect-ratio: 1/1;
        border-radius: 5px;
        flex-basis: 120px;
        width: 120px;
        height: 164px
    }

    .blog-cart .info-wrapper {
        flex: 1 0 50%;
        max-width: calc(100% - 150px);
        padding-left: 10px
    }

    .blog-cart .blog-date {
        font-size: 12px
    }

    .blog-cart .blog-title {
        font-size: 16px;
        line-height: 20px
    }

    .blog-cart .blog-desc {
        margin: 10px 0
    }

    .blog-cart .blog-desc * {
        line-height: 1.6
    }
}

@media (max-width: 430px) {
    .blog-cart .blog-desc {
        display: none
    }

    .blog-cart .blog-title {
        margin-bottom: 10px
    }

    .blog-cart .img-wrapper {
        height: auto;
        width: 100px;
        flex-basis: 100px
    }
}

/*----------- Blog cart / End --------------*/
/*--------------------- Custom Cursor / Start ----------------------*/
:root {
    --cursor-outer-size: 28px; /* black circle diameter */
    --cursor-inner-size: 8px; /* red dot diameter */
    --cursor-outer-color: rgba(0, 0, 0, 0.2); /* black circle color */
    --cursor-inner-color: var(--secondary-color); /* red dot color */
    --cursor-click-scale: 0.8; /* shrink on click */
    --cursor-hover-scale: 1.25; /* grow over links/buttons */
    --cursor-shadow: 0 0 2px rgba(0, 0, 0, .3)
}

/* The custom cursor container (follows mouse). */
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: var(--cursor-outer-size);
    height: var(--cursor-outer-size);
    transform: translate3d(-50%, -50%, 0); /* position by center */
    pointer-events: none; /* never block clicks */
    z-index: 999999; /* stay on top */
    will-change: transform
}

/* Outer black circle */
.custom-cursor__outer {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: var(--cursor-outer-color);
    box-shadow: var(--cursor-shadow);
    transition: transform .15s ease
}

/* Inner red dot,perfectly centered */
.custom-cursor__inner {
    position: absolute;
    width: var(--cursor-inner-size);
    height: var(--cursor-inner-size);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--cursor-inner-color)
}

/* Click feedback (subtle shrink) */
.custom-cursor.is-clicking .custom-cursor__outer {
    transform: scale(var(--cursor-click-scale))
}

/* Hovering interactive elements – grow a bit */
.custom-cursor.is-hovering .custom-cursor__outer {
    transform: scale(var(--cursor-hover-scale))
}

/* Respect users who prefer less motion:no trailing animation. */
@media (prefers-reduced-motion: reduce) {
    .custom-cursor {
        transition: transform .001s linear
    }
}

/*--------------------- Custom Cursor / End ----------------------*/
/*------------ Page header / Start ---------------*/
.page-header {
    position: relative;
    background: url("assets/img/hero.jpg") no-repeat center center /cover;
    margin-top: -40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.page-header * {
    position: relative;
    z-index: 2;
    margin: 0
}

.page-header:before {
    content: '';
    background: var(--primary-color);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.85
}

/*------------ Page header / End ---------------*/
/* ----------- Home page / Start --------------- */
.hero-section .btn-circle .elementor-button:before {
    border: 2px solid #b7717f;
    filter: brightness(0) saturate(100%) invert(47%) sepia(31%) saturate(547%) hue-rotate(298deg) brightness(100%) contrast(84%)
}

.hero-section .btn-circle .elementor-button:hover:before {
    filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(2%) hue-rotate(289deg) brightness(108%) contrast(100%)
}

.hero-section:before {
    width: 55% !important;
    left: inherit !important;
    right: 0;
    top: 20px;
    bottom: 20px;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important
}

.hero-section .section-title .elementor-heading-title {
    font-size: 130px;
    color: var(--text-color-dark);
    line-height: 1.3
}

.hero-section .section-title .elementor-heading-title span {
    font-family: var(--title-font-family);
    font-size: 130px;
    font-weight: bold;
    color: var(--text-color-dark);
    line-height: 1.3;
    display: block;
    text-align: right
}

.hero-section .desc {
    width: 50%
}

.hero-section .desc {
}

@keyframes roted {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(1turn)
    }
}

.hero-section .circle-text {
    position: relative;
    font-size: 11px;
    font-weight: 400;
    height: 140px;
    width: 140px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background: rgb(255, 255, 255);
    border: 1px solid var(--primary-color);
    border-radius: 100%;
    padding: 5px;
    margin-top: -110px !important;
    margin-left: 30px;
    margin-bottom: 30px !important;
    animation: 30s linear 0s infinite normal none running roted
}

.hero-section .circle-text .icon {
    left: 27px;
    position: absolute;
    top: 59px
}

.hero-section .circle-text .icon img {
    transform: rotate(-46deg)
}

.hero-section .circle-text svg textPath {
    fill: var(--primary-color);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 3.5px
}

.hero-section .circle-text .circle-big, .hero-section .circle-text .circle-small {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.hero-section .circle-text .circle-big {
    background-color: var(--background-color-secondary);
    height: 30px;
    line-height: 30px;
    width: 30px
}

.hero-section .circle-text .circle-small {
    background-color: var(--secondary-color);
    height: 10px;
    line-height: 10px;
    width: 10px
}

.section-statistics {
}

.section-statistics .item .elementor-counter-number-wrapper * {
    font-family: var(--title-font-family);
    font-size: 90px;
    line-height: 70px;
    color: var(--text-color)
}

.section-statistics .item .elementor-counter-title {
    font-family: var(--text-font-family);
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    text-align: center;
    line-height: 1.5;
}

.main-about {
    position: relative
}

.main-about .desc * {
    text-align: center
}

.main-about .pic-lt {
    border-radius: 20px;
    overflow: hidden;
    width: 80%
}

.main-about .pic-lb {
    border-radius: 20px;
    overflow: hidden;
    width: 70%;
    position: relative;
    margin-top: -60px;
    margin-left: 30%
}

.main-about .pic-rt {
    border-radius: 20px;
    overflow: hidden;
    width: 85%;
    margin-left: 15%;
    margin-top: 30px
}

.main-about .pic-rb {
    border-radius: 20px;
    overflow: hidden;
    width: 60%
}

.main-about .pic-lt img, .main-about .pic-lb img, .main-about .pic-rt img, .main-about .pic-rb img {
    width: 100%;
    height: auto
}

.section-features {
    position: relative;
    overflow-x: hidden !important
}

.section-features:before {
    content: '' !important;
    background-image: url("assets/img/top-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    width: 40% !important;
    height: 70vh !important;
    z-index: 0;
    position: absolute !important;
    top: 0 !important;
    left: inherit !important;
    right: 0;
    opacity: 0.15 !important
}

.section-features .features-wrapper {
    position: relative
}

.section-features .features-wrapper .img-wrapper {
    height: calc(100vh - 120px);
    overflow: hidden;
    border-radius: 20px;
    z-index: 0
}

.section-features .features-wrapper .img-wrapper .elementor-element {
    width: 100% !important
}

.section-features .features-wrapper .img-wrapper .img-current, .section-features .features-wrapper .img-wrapper .img-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 400ms ease
}

.section-features .features-wrapper .img-wrapper img {
    width: 100% !important;
    height: 100% !important;
    max-width: inherit !important;
    max-height: inherit !important;
    object-fit: cover
}

.section-features .desc * {
    text-align: center
}

.section-features .feature-item {
    max-width: 100%;
    width: 400px
}

.section-features .feature-item .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    border: 1px solid var(--primary-color);
    fill: var(--primary-color);
    padding: 15px
}

.section-features .feature-item .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg {
    font-size: 65px
}

.section-features .feature-item .elementor-icon-box-wrapper .elementor-icon-box-content {
}

.section-features .feature-item .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title, .section-features .feature-item .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title * {
    font-family: var(--text-font-family);
    color: var(--primary-color-dark);
    margin: 15px 0;
    font-size: 20px;
    font-weight: bold
}

.section-features .feature-item .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
    font-family: var(--text-font-family);
    color: var(--text-color-light);
    font-size: 16px;
    font-weight: 400
}

.section-cta .section-title .elementor-heading-title {
    color: #fff;
    font-size: 70px
}

.section-cta .desc * {
    color: #fff
}

.section-process {
    position: relative;
    overflow-x: hidden
}

.section-process:after {
    content: '' !important;
    background-image: url("assets/img/bottom-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    width: 40% !important;
    height: 70vh !important;
    z-index: -1;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    opacity: 0.15 !important
}

.section-process .process .e-n-tabs-heading {
    justify-content: space-between;
    position: relative;
    counter-reset: item
}

.section-process .process .e-n-tabs-heading:before {
    content: '';
    border-top: 1px solid var(--primary-color);
    position: absolute;
    top: 39px;
    left: 20px;
    right: 20px
}

.section-process .process .e-n-tabs-heading .e-n-tab-title {
    counter-increment: item;
    background: transparent !important;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.section-process .process .e-n-tabs-heading .e-n-tab-title:before {
    content: '';
    width: 80px;
    height: 80px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    color: var(--primary-color);
    font-family: var(--title-font-family);
    font-size: 50px;
    line-height: 80px;
    background-image: url('assets/img/checked.svg');
    background-color: var(--primary-color);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.5s
}

.section-process .process .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
    font-family: var(--text-font-family);
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-color-dark)
}

.section-process .process .e-n-tabs-heading .e-n-tab-title:hover, .section-process .process .e-n-tabs-heading .e-n-tab-title:focus {
    outline: none
}

.section-process .process .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:before {
    content: counter(item);
    background-image: none;
    color: #fff
}

.section-process .process .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] ~ .e-n-tab-title:before {
    content: counter(item);
    background: #fff
}

.section-process .process .section-subtitle .elementor-heading-title {
    font-size: 26px;
    line-height: 38px;
    font-weight: bold;
    margin: 10px 0
}

.section-packages .package-item {
    padding: 40px;
    border-radius: 20px;
    overflow: hidden
}

.section-packages .package-item .content {
    border-radius: 20px;
    overflow: hidden
}

.section-packages .package-item .content .elementor-price-table {
    padding: 40px
}

.section-packages .package-item .content .elementor-price-table .elementor-price-table__header {
    padding: 0;
    background: transparent;
    margin-bottom: 10px
}

.section-packages .package-item .content .elementor-price-table .elementor-price-table__header .elementor-price-table__heading {
    font-family: var(--text-font-family);
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-color-dark)
}

.section-packages .package-item .content .elementor-price-table .elementor-price-table__price {
    font-family: var(--text-font-family);
    font-size: 50px;
    font-weight: bold;
    color: var(--accent-color);
    align-items: center;
    padding: 0;
    position: relative
}

.section-packages .package-item .content .elementor-price-table .elementor-price-table__price:before {
    content: 'From';
    font-family: var(--text-font-family);
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: var(--text-color);
    align-self: flex-end;
    margin-left: -20px;
    margin-right: 5px;
}

.home .section-packages .package-item .content .elementor-price-table .elementor-price-table__price:before {
    content: none;
}

.section-packages .package-item .content .elementor-price-table .elementor-price-table__price .elementor-price-table__integer-part {
    font-family: var(--text-font-family);
    font-size: 50px;
    font-weight: bold;
    line-height: 30px;
    color: var(--accent-color);
    margin-top: 15px;
}

.section-packages .package-item .content .elementor-price-table .elementor-price-table__price .elementor-price-table__currency {
    font-family: var(--text-font-family);
    font-size: 22px;
    font-weight: bold;
    color: var(--accent-color);
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0;
    transform: translateX(60px)
}

.section-packages .package-item .content .elementor-price-table .elementor-price-table__features-list {
    padding: 40px 0
}

.section-packages .package-item .content .elementor-price-table .elementor-price-table__features-list li:not(:last-child) {
    margin-bottom: 5px
}

.section-packages .package-item .content .elementor-price-table .elementor-price-table__features-list li, .section-packages .package-item .content .elementor-price-table .elementor-price-table__features-list li * {
    font-family: var(--text-font-family);
    font-size: 16px;
    color: var(--text-color-light)
}

.section-packages .package-item .content .elementor-price-table .elementor-price-table__features-list li:before {
    content: none
}

.section-packages .package-item .content .elementor-price-table .elementor-price-table__footer {
    padding: 0
}

.section-packages .package-item .content .elementor-price-table .elementor-price-table__footer .elementor-price-table__button {
    position: relative;
    background: transparent !important;
    color: var(--accent-color);
    fill: var(--accent-color);
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid var(--accent-color);
    border-radius: 3px;
    transition: all .5s ease-in-out
}

.section-packages .package-item .content .elementor-price-table .elementor-price-table__footer .elementor-price-table__button:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url('assets/img/arrow.svg') no-repeat center center /contain;
    vertical-align: middle;
    transform: rotate(-45deg) translate(2px, 0);
    transition: all .5s ease-in-out;
    display: inline-block
}

.section-packages .package-item .content .elementor-price-table .elementor-price-table__footer .elementor-price-table__button:hover {
    background: var(--accent-color) !important;
    color: #fff;
    fill: #fff
}

.section-packages .package-item .content .elementor-price-table .elementor-price-table__footer .elementor-price-table__button:hover:after {
    transform: rotate(0deg) translate(0, 0);
    filter: brightness(300%)
}

@keyframes margin {
    0% {
        transform: translateY(-145px)
    }
    50% {
        transform: translateY(-50px)
    }
    100% {
        transform: translateY(-145px)
    }
}

@keyframes marginOdd {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-145px)
    }
    100% {
        transform: translateY(0)
    }
}

.section-gallery {
}

.section-gallery .swiper {
    padding-top: 145px
}

.section-gallery .swiper-wrapper .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    max-width: inherit !important;
    max-height: inherit;
    object-fit: cover;
    object-position: center;
    filter: grayscale(60%)
}

.section-gallery .swiper-wrapper .swiper-slide:nth-child(odd) .swiper-slide-inner {
    aspect-ratio: 3/4;
    animation: margin 10s linear infinite;
    transform: translateY(0);
    border-radius: 10px;
    overflow: hidden
}

.section-gallery .swiper-wrapper .swiper-slide:nth-child(2n) .swiper-slide-inner {
    aspect-ratio: 1/1;
    animation: marginOdd 10s linear infinite;
    transform: translateY(0);
    border-radius: 10px;
    overflow: hidden
}

.section-articles {
}

.section-articles .latest-blog {
    margin-top: 40px
}

.review-google .ti-widget[data-layout-id='36'][data-set-id='trustindex-style'][data-pid='4562537604df279b5116b2cf13c'] .ti-widget-container, .review-google .ti-widget[data-layout-id='36'][data-set-id='trustindex-style'][data-pid='4562537604df279b5116b2cf13c'] .ti-widget-container * {
    font-family: var(--text-font-family) !important
}

.review-google .ti-widget[data-layout-id='36'][data-set-id='trustindex-style'][data-pid='4562537604df279b5116b2cf13c'] .ti-read-more span {
    color: var(--secondary-color) !important;
    opacity: 1
}

.review-google .ti-widget[data-layout-id='36'][data-set-id='trustindex-style'] .ti-review-content {
    color: var(--text-color-light)
}

/* ----------- Home page / End --------------- */
/* ----------- About page / Start --------------- */
.about-history .main-history {
    padding: 55px 10px 50px 60px;
    background: #fff;
    box-shadow: 0 2px 12px 2px #0400341a;
    border-radius: 20px
}

.about-history .main-history .section-subtitle .elementor-heading-title {
    font-size: 26px;
    line-height: 38px;
    font-weight: bold;
    margin: 10px 0
}

.section.section-who .desc * {
    text-align: center
}

.service-about .item .elementor-heading-title {
    font-family: var(--text-font-family);
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-color-dark)
}

.service-about .item .pic {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px 0 #0000001a;
    margin: 0 auto;
    padding: 15px;
    overflow: hidden
}

.service-about .item .pic img {
    transform: scale(1);
    transition: all .3s;
    overflow: hidden
}

.service-about .item:hover .pic img {
    transform: scale(1.2) rotate(5deg)
}

.section .form-col {
    padding: 60px;
    background: #fff;
    box-shadow: 0 2px 8px 0 #00000026;
    border-radius: 20px
}

.form .form-wrapper p {
    margin-bottom: 20px;
}

.form .form-wrapper .wpcf7-form-control-wrap input {
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    height: 42px;
    margin-bottom: 0px;
    padding-left: 0;
    width: 100%
}

.form .form-wrapper .wpcf7-form-control-wrap textarea {
    /*height: 40px;*/
    border: none;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 400
}

.form .Rect-btn-wrapper .wpcf7-submit {
    position: relative !important;
    background: transparent !important;
    color: var(--accent-color);
    fill: var(--accent-color);
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid var(--accent-color);
    border-radius: 3px;
    transition: all .5s ease-in-out
}

.form .Rect-btn-wrapper .wpcf7-submit:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(assets/img/arrow.svg) no-repeat center center / contain;
    vertical-align: middle;
    transform: rotate(-45deg) translate(2px, 0);
    transition: all .5s ease-in-out;
    display: inline-block
}

.form .Rect-btn-wrapper .wpcf7-submit:hover:after {
    transform: rotate(0deg) translate(0, 0);
    filter: brightness(300%)
}

.form .Rect-btn-wrapper p {
    text-align: center
}

.form .wpcf7-not-valid-tip {
    margin-top: -10px;
    font-size: 14px
}

.form .wpcf7 form.invalid .wpcf7-response-output, .form .wpcf7 form.unaccepted .wpcf7-response-output, .form .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #b7717f
}

.section-contact-us {
    background-color: var(--background-color-secondary)
}

/* ----------- About page / End --------------- */
/*----------- Load more section / Start --------------*/
.text-loadmore:after {
    content: '';
    opacity: 1;
    transition: .4s;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(241, 241, 241, 0.85) 10%, #ffffff00)
}

.text-loadmore {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7; /* Number of lines to show */
    -webkit-box-orient: vertical
}

.text-loadmore.expanded:after {
    background-image: none;
    z-index: -1
}

.text-loadmore.expanded {
    overflow: visible;
    -webkit-line-clamp: initial; /* Show all lines */
    text-overflow: initial
}

.expand-button {
    position: relative;
    cursor: pointer !important;
    font-size: 16px;
    font-weight: 500
}

.section-load .section-loadmore {
    overflow: hidden;
    height: 400px;
    gap: 10px
}

.section-load {
    background-color: var(--background-color) !important
}

.section-loadmore:after {
    content: '';
    opacity: 1;
    transition: .4s;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to top, #f1f1f1 10%, #F8F8F900)
}

.section.section-load .section-full-load .elementor-widget-container p {
    color: #fff !important;
    font-weight: 300;
    font-size: 14px
}

.expand-button-section {
    position: relative;
    cursor: pointer !important;
    font-size: 16px;
    font-weight: 500;
    width: 1320px;
    max-width: 100% !important;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    color: #000
}

.expand-button .elementor-heading-title {
    position: absolute;
    bottom: 5px;
    left: 0;
    background-color: transparent;
    cursor: pointer !important;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--text-font-family)
}

.expand-button-section .elementor-heading-title {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background-color: transparent;
    cursor: pointer !important;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--text-font-family);
    color: var(--text-color) !important;
    padding: 0 20px;
    line-height: 40px;
    outline: none;
    border: 1px solid var(--text-color);
    border-radius: 3px;
    transition: all .5s ease-in-out
}

.section-loadmore.expanded:after {
    background-image: none;
    z-index: -1
}

.section-load .section-loadmore.expanded {
    overflow: visible;
    height: 100%
}

.section-loadmore .elementor-heading-title {
    font-family: var(--text-font-family);
    font-weight: 600 !important;
    color: var(--text-color) !important;
    padding: 15px 0px 10px;
    font-size: 16px
}

.section-loadmore .elementor-widget-container ul {
    margin-left: 0px;
    margin-right: 20px
}

.section-loadmore-title .elementor-widget-container .elementor-heading-title {
    font-weight: 600;
    color: #262020;
    font-size: 22px;
    line-height: 24px
}

.section-loadmore a {
    color: var(--accent-color)
}

.section-loadmore h3 {
    font-family: var(--text-font-family);
    font-weight: 600;
    color: #262020;
    padding: 15px 0px 0px;
    font-size: 16px
}

.section-loadmore h2 {
    font-family: var(--text-font-family);
    padding: 15px 0px 0px;
    font-size: 18px
}

.section-loadmore h4 {
    font-family: var(--text-font-family);
    padding: 15px 0px 0px;
    font-size: 15px
}

.section-loadmore h5, .section-loadmore h6 {
    font-family: var(--text-font-family);
    padding: 15px 0px 0px;
    font-size: 14px
}

.section-loadmore p span, .section-loadmore p, .section-loadmore ul li {
    font-size: 14px;
    font-family: var(--text-font-family);
    font-weight: 300
}

.section-loadmore ul li::marker {
    color: var(--accent-color)
}

.section-loadmore img {
    max-height: 360px;
    object-fit: cover;
    margin: 15px 0px
}

/*----------- Load more section / End --------------*/
/* ----------- Contact page / Start --------------- */
.hero .breadcrumb_last {
    color: var(--accent-color) !important
}

.section .desc.center * {
    text-align: center
}

.section-contact.section .desc * {
    text-align: center
}

.info-contact .item {
    box-shadow: 0 5px 15px 0 #3e419f1a;
    padding: 40px;
    text-align: center;
    border-radius: 20px;
    background-color: #fff
}

.info-contact .item svg {
    fill: var(--primary-color);
    font-size: 35px;
    transition: 0.4s
}

.info-contact .item .elementor-icon-box-icon {
    background: #f5f5f5;
    border-radius: 50%;
    height: 85px;
    line-height: 85px;
    margin: 0 auto;
    text-align: center;
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center
}

.info-contact .item .elementor-icon-box-title span, .info-contact .item .elementor-icon-box-title a {
    font-family: var(--text-font-family);
    color: var(--text-color);
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    transition: 0.4s
}

.info-contact .item:hover .elementor-icon-box-title span, .info-contact .item:hover .elementor-icon-box-title a {
    color: var(--accent-color)
}

.info-contact .item .elementor-icon-box-description {
    font-family: var(--text-font-family);
    color: var(--text-color-light);
    font-size: 14px;
    font-weight: 400
}

.info-contact .item:hover .elementor-icon-box-icon svg {
    fill: var(--accent-color)
}

.form-section .form .wpcf7-form {
    background: #fff;
    box-shadow: 0 1px 15px 0 #3e419f1a;
    margin-bottom: -170px;
    padding: 50px;
    position: relative;
    z-index: 9;
    border-radius: 20px
}

.form-section.section .desc * {
    text-align: center
}

.form .form-wrapper .wpcf7-form-control-wrap input:focus-visible {
    outline: none
}

/* ----------- Contact page / End --------------- */
/* ----------- marriage-package / Start --------------- */
.details-col .item .elementor-icon-box-content .elementor-icon-box-title {
    margin: 0px !important
}

.details-col .item .elementor-icon-box-content .elementor-icon-box-title span, .section-packages .item .elementor-icon-box-content .elementor-icon-box-title a {
    font-size: 16px;
    font-weight: bold
}

.details-col .item .elementor-icon-box-content .elementor-icon-box-description {
    font-size: 15px;
    color: var(--text-color-light)
}

.details-col .item .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-top: 10px
}

.details-col .item {
}

.details-col .item .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    padding: 10px;
    background-color: var(--primary-color);
    border-radius: 50%
}

.details-col .item .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg {
    font-size: 20px;
    stroke: #fff
}

.section-packages .pack-one .package-item {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
}

.section-packages .pack-two .package-item {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}

.details-section .item .elementor-icon-box-content .elementor-icon-box-title {
    margin: 0px !important
}

.details-section .item .elementor-icon-box-content .elementor-icon-box-title span, .section-packages .item .elementor-icon-box-content .elementor-icon-box-title a {
    font-size: 16px;
    font-weight: bold
}

.details-section .item .elementor-icon-box-content .elementor-icon-box-description {
    font-size: 15px;
    color: var(--text-color-light)
}

.details-section .item .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-top: 10px
}

.details-section .item {
    padding: 20px;
    background-color: #ffffffb8;
    border-radius: 20px
}

.details-section .item .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    padding: 10px;
    background-color: var(--primary-color);
    border-radius: 50%
}

.details-section .item .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg {
    font-size: 20px;
    stroke: #fff
}

.add-ons-section .item .elementor-icon-box-content .elementor-icon-box-title {
    margin: 0px !important
}

.add-ons-section .item .elementor-icon-box-content .elementor-icon-box-title span, .section-packages .item .elementor-icon-box-content .elementor-icon-box-title a {
    font-size: 16px;
    font-weight: bold
}

.add-ons-section .item .elementor-icon-box-content .elementor-icon-box-description {
    font-size: 15px;
    color: var(--text-color-light)
}

.add-ons-section .item .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    padding: 5px;
    background-color: var(--accent-color);
    border-radius: 50%
}

.add-ons-section .item .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg {
    font-size: 35px
}

.add-ons-section .item .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg * {
    stroke: #fff !important;
    color: #fff
}

.section-faq:before {
    content: '' !important;
    background-image: url(assets/img/top-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    width: 40% !important;
    height: 70vh !important;
    z-index: 0;
    position: absolute !important;
    top: 0 !important;
    left: inherit !important;
    right: 0;
    opacity: 0.15 !important
}

.section-faq .e-n-accordion .e-n-accordion-item {
    border-bottom: 1px solid #B7B7B7
}

/* ----------- marriage-package / End --------------- */
/* ----------- marriage in georgia page / Start --------------- */
.section.step-section .desc * {
    margin: 5px;
    font-size: 15px
}

.section.step-section > .e-con-inner {
    padding: 0px
}

.section.step-section .col-step .section-title .elementor-heading-title {
    font-size: 26px;
    line-height: 38px;
    margin: 10px 0
}

.section.step-section .section-subtitle .elementor-heading-title {
    width: 80px;
    height: 80px;
    border: 1px solid var(--primary-color-dark);
    border-radius: 50%;
    background-color: var(--primary-color-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--background-color) !important
}

/* ----------- marriage in georgia page / End --------------- */
/* ----------- gallery page / Start --------------- */
/*.section-gallery .gallery-main {
    padding-top: 150px;
}

.section-gallery .gallery-main .gallery:nth-child(2n) {
    animation: marginOdd 10s linear infinite;
    transform: translateY(0);
    border-radius: 10px;
    overflow: hidden;
}

.section-gallery .gallery-main .gallery:nth-child(odd) {
    animation: margin 10s linear infinite;
    transform: translateY(0);
    border-radius: 10px;
    overflow: hidden;
}
*/

.section-gallery .filter-gallery .e-filter-item {
    font-family: var(--text-font-family);
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-color-dark)
}

/*.section-gallery:before {
    content: '' !important;
    background-image: url(assets/img/top-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    width: 40% !important;
    height: 70vh !important;
    z-index: 0;
    position: absolute !important;
    top: 0 !important;
    left: inherit !important;
    right: 0;
    opacity: 0.15 !important;
}

.section-gallery:after {
    content: '' !important;
    background-image: url(assets/img/bottom-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    width: 40% !important;
    height: 70vh !important;
    z-index: -1;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    opacity: 0.15 !important;
}*/


.fancybox__container svg {
    stroke: var(--background-color) !important
}

.fancybox__container .fancybox__nav .carousel__button svg {
    fill: var(--primary-color) !important;
    stroke: transparent !important
}

.fancybox__container .fancybox__image {
    border-radius: 20px
}

.section-gallery .gallery-main .gallery img {
    transition: 0.4s
}

.section-gallery .gallery-main .gallery:hover img {
    transform: scale(1.1)
}

/* ----------- Gallery page / End --------------- */
/*------------ FAQ page / Start --------------*/
.section .faq .title .elementor-heading-title {
    font-family: var(--text-font-family);
    color: var(--text-color);
    margin: 15px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px
}

.section .faq .faq-main .e-n-accordion-item-title-text {
    font-size: 16px;
    font-weight: 500
}

.section .faq .faq-main .desc * {
    margin: 0px
}

.section .faq .faq-main .e-n-accordion-item {
    border-bottom: 1px solid #B7B7B7
}

/*------------ FAQ page / End --------------*/ /*------------ Services page / Start --------------*/
.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
    height: 12px;
    width: 12px
}

.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    width: 15px
}

.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    width: calc(100% - 15px)
}

.footer .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    width: 100%
}

.section .title .elementor-heading-title {
    font-size: 16px;
    color: var(--text-color);
    font-weight: bold
}

.list-item .elementor-icon-list-text strong {
    font-weight: bold
}

.list-item .elementor-icon-list-item .elementor-icon-list-text a {
    display: inline-block !important; /* white-space:nowrap;*/
    width: auto
}

/*------------ Services page / End --------------*/
/* ------------- Wedding order page / Start --------------- */
.section-process .step-register.process .e-n-tabs-heading .e-n-tab-title:before {
    width: 100px;
    height: 100px;
    font-size: 60px;
    line-height: 100px
}

.section-process .step-register.process .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 23px
}

.section-process .step-register.process .e-n-tabs-heading {
    justify-content: center
}

.section-process .step-register.process .e-n-tabs-heading:before {
    top: 51px;
    left: 60px;
    right: 60px;
    width: 237px;
    margin-right: auto;
    margin-left: auto
}

.Service-step-section .details-section .item {
    background-color: var(--background-color)
}

.Service-step-section .e-n-tabs-heading {
    display: flex !important;
    gap: 0px !important;
    transition: 0.4s
}

.Service-step-section .e-n-tabs-heading .e-n-tab-title {
    width: 50%;
    flex: 0 0 50%;
    border-bottom: 1px solid var(--accent-color);
    transition: 0.4s
}

.Service-step-section .e-n-tabs-heading .e-n-tab-title:nth-child(1) {
    border-right: 1px solid var(--accent-color)
}

.Service-step-section .e-n-tabs-heading .e-n-tab-title[aria-selected=false] {
    background-color: transparent !important
}

.Service-step-section .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
    background-color: var(--accent-color);
    background-image: none
}

.Service-step-section .e-n-tabs-heading .e-n-tab-title[aria-selected=true] .e-n-tab-title-text {
    color: #fff
}

.Service-step-section .e-n-tabs-heading {
    position: sticky;
    top: 80px;
    z-index: 5;
    background: #fff
}

/* ------------- Wedding order page / End --------------- */
/* ------------- Tabs / Start --------------- */
.tabs-wrapper .e-n-tabs-heading .e-n-tab-title {
    width: 50%;
    flex: 0 0 50%;
    border-bottom: 1px solid var(--accent-color);
    transition: 0.4s
}

.tabs-wrapper .e-n-tabs-heading .e-n-tab-title:nth-child(1) {
    border-right: 1px solid var(--accent-color)
}

.tabs-wrapper .e-n-tabs-heading .e-n-tab-title[aria-selected=false] {
    background-color: transparent !important
}

.tabs-wrapper .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
    background-color: var(--accent-color);
    background-image: none
}

.tabs-wrapper .e-n-tabs-heading .e-n-tab-title[aria-selected=true] .e-n-tab-title-text {
    color: #fff
}

/* ------------- Tabs / End --------------- */
/* ------------- 404 page / Start --------------- */
.wrapper-404 {
    text-align: center
}

.wrapper-404 img {
    margin: 0 auto
}

.wrapper-404 p {
    font-size: 18px;
    margin-top: 0;
    color: var(--text-color)
}

.wrapper-404 b {
    font-size: 150px;
    line-height: 150px;
    font-weight: bold;
    display: inline-block;
    color: var(--primary-color)
}

.wrapper-404 a {
    width: auto;
    display: inline-block
}

.wrapper-404 .btn-circle {
    display: inline-block
}

@media (min-width: 576px) {
    .wrapper-404 .btn-circle .elementor-button:before {
        border: 2px solid var(--secondary-color);
        filter: brightness(0) saturate(100%) invert(47%) sepia(31%) saturate(547%) hue-rotate(298deg) brightness(100%) contrast(84%)
    }

    .wrapper-404 .btn-circle .elementor-button:hover:before {
        filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(2%) hue-rotate(289deg) brightness(108%) contrast(100%)
    }
}

@media (max-width: 575.98px) {
    .wrapper-404 b {
        font-size: 100px
    }

    .wrapper-404 p {
        font-size: 14px
    }

    .wrapper-404 .btn-circle .elementor-button {
        margin-right: 0
    }
}

/* ------------- 404 page / End--------------- */
/* ------------- offer section / Start --------------- */
.section.cta-offer .desc-light p {
    color: #dddddd;
}

/* ------------- offer section / End --------------- */
/* ------------- request page / start--------------- */
.pt-20 {
    padding-top: 20px
}

.form-request.form .form-wrapper .wpcf7-form-control-wrap input:not(.wpcf7-file) {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 12px
}

.form-request.form .form-wrapper .wpcf7-form-control-wrap input.wpcf7-file {
    background-color: transparent;
    border: none
}

.form-request.form .form-wrapper .wpcf7-form-control-wrap.phone .intl-tel-input {
    display: block;
}
.form-request.form .form-wrapper .wpcf7-form-control-wrap.phone .intl-tel-input input.wpcf7-form-control{
    padding-left:50px;
}

.form-request.form .form-wrapper .row .col-lg-6, .form-request.form .form-wrapper .row .col-lg-3 {
    padding-bottom: 15px
}

.form-request.form .form-wrapper .wpcf7-form-control-wrap textarea {
    border: 1px solid #ddd;
    border-radius: 5px
}

.form-request.form .form-wrapper select {
    height: 42px
}

.Rect-btn-wrapper .wpcf7-spinner {
    position: absolute;
    right: 42%;
    top: 50%;
    transform: translateY(-50%)
}

.Rect-btn-wrapper {
    position: relative
}

/* ==== FORM WRAPPER ==== */
.form-request.form .form-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0 30px
}

/* ==== SECTION TITLES ==== */
.form-request.form .form-wrapper h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 40px 0 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
    color: #222;
    position: relative;
}

.form-request.form .form-wrapper > h3:first-child {
    margin-top: 20px
}

/* ==== LABELS ==== */
.form-request.form .form-wrapper label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #333;
    position: relative;
}

.form-request.form .form-wrapper h3 .required,
.form-request.form .form-wrapper label .required {
    color: var(--primary-color);
    display: inline-block;
    margin: 0 3px 0 0;
}

.form-request.form .form-wrapper h3 .tooltip-icon,
.form-request.form .form-wrapper label .tooltip-icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.form-request.form .form-wrapper h3 .tooltip-content,
.form-request.form .form-wrapper label .tooltip-content {
    width: auto;
    height: auto;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    font-size: 12px !important;
    line-height: 1.7;
    position: absolute;
    bottom: 22px;
    right: auto;
    left: 0;
    z-index: 9;
    min-width: 309px;
    text-align: left;
    letter-spacing: -0.15px;
    max-width: 310px;
}

.form-request.form .form-wrapper h3 .tooltip-content *,
.form-request.form .form-wrapper label .tooltip-content * {
    font-size: 12px !important;
    line-height: 1.7;
}

.form-request.form .form-wrapper h3 .tooltip-content b,
.form-request.form .form-wrapper label .tooltip-content b {
    font-weight: bold;
}

.form-request.form .form-wrapper h3 .tooltip-icon:hover ~ .tooltip-content,
.form-request.form .form-wrapper label .tooltip-icon:hover ~ .tooltip-content {
    display: inline-block !important;
}

/* ==== INPUTS / SELECT / TEXTAREA ==== */
.form-request.form .form-wrapper input[type="text"], .form-request.form .form-wrapper input[type="email"], .form-request.form .form-wrapper input[type="tel"], .form-request.form .form-wrapper input[type="date"], .form-request.form .form-wrapper select, .form-request.form .form-wrapper textarea {
    width: 100%;
    padding: 11px 12px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    background: #fff;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease
}

/* Focus */
.form-request.form .form-wrapper input:focus, .form-request.form .form-wrapper select:focus, .form-request.form .form-wrapper textarea:focus {
    border-color: #ac986e;
    box-shadow: 0 0 0 2px rgba(172, 152, 110, 0.15);
    outline: none
}

/* ==== RADIO & CHECKBOX ==== */
.form-request.form .form-wrapper .wpcf7-list-item {
    display: inline-flex !important;
    align-items: center;
    margin: 0 20px 0px 0
}

.form-request.form .form-wrapper input[type="radio"], .form-request.form .form-wrapper input[type="checkbox"] {
    margin-right: 6px;
    accent-color: var(--accent-color);
    margin-top: 0px
}

.form-request.form .form-wrapper .wpcf7-form-control-wrap .wpcf7-list-item label {
    display: inline-flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center
}

.form-request.form .form-wrapper .wpcf7-form-control-wrap .wpcf7-list-item input[type="radio"], .form-request.form .form-wrapper .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"] {
    height: 20px;
    width: 20px
}

.form-request.form .form-wrapper .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 15px;
    line-height: 1.2
}

/* ==== FILE UPLOAD ==== */
.form-request.form .form-wrapper input[type="file"] {
    width: 100%;
    padding: 8px;
    border: 1px dashed #dcdcdc;
    border-radius: 6px;
    background: #fafafa;
    font-size: 13px
}

/* ==== TEXTAREA ==== */
.form-request.form .form-wrapper textarea {
    min-height: 120px;
    resize: vertical
}

/* ==== SUBMIT BUTTON ==== */
.form-request.form .Rect-btn-wrapper {
    text-align: center
}

.form-request.form .Rect-btn-wrapper input[type="submit"]:hover {
    background: #97855f;
    transform: translateY(-1px)
}

/* ==== VALIDATION ERROR ==== */
.form-request.form .form-wrapper .wpcf7-not-valid {
    border-color: #d63638 !important
}

.form-request.form .form-wrapper .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #d63638;
    margin-top: 4px
}

/* ==== SUCCESS MESSAGE ==== */
.form-request.form .wpcf7-response-output {
    border-radius: 6px;
    padding: 14px;
    font-size: 14px;
    margin-top: 25px
}

/* ==== MOBILE FIX ==== */
@media (max-width: 768px) {
    .form-request.form .form-wrapper h3 {
        font-size: 18px;
        margin: 20px 0 5px
    }

    .form-request.form .form-wrapper .wpcf7-list-item {
        margin: 0 10px 10px 0
    }

    .form-request.form .form-wrapper label {
        margin-top: 15px
    }

    .form-request.form .form-wrapper .pt-20 {
        padding-top: 0px
    }

    .form-request.form .form-wrapper select {
        height: 42px
    }
}

/* ------------- request page / End--------------- */
/*------------ Blog list / Start ---------------*/
.blog-sidebar {
    padding-right: 20px
}

.blog-sidebar .widget {
    margin-bottom: 0 !important
}

.blog-sidebar .widget .wp-block-heading {
    font-family: var(--title-font-family);
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    color: var(--text-color);
    position: relative;
    margin: 0 0 15px
}

.blog-sidebar .widget_categories {
    margin-bottom: 40px !important
}

.blog-sidebar .widget_categories ul, .blog-sidebar .widget_recent_entries ul {
    margin: 0 !important
}

.blog-sidebar .widget_categories ul .cat-item {
    position: relative
}

.blog-sidebar .widget_categories ul .cat-item a {
    display: inline-block;
    color: var(--primary-color-dark)
}

.blog-sidebar .widget_categories ul .cat-item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 2px;
    margin-right: 5px;
    background: var(--primary-color-dark)
}

.blog-sidebar .widget_categories ul .cat-item:hover a, .blog-sidebar .widget_categories ul .cat-item.current-cat a {
    color: var(--accent-color)
}

.blog-sidebar .widget_categories ul .cat-item:hover:before, .blog-sidebar .widget_categories ul .cat-item.current-cat:before {
    background: var(--accent-color)
}

.blog-sidebar .widget_recent_entries {
    margin-bottom: 40px !important
}

.blog-sidebar .widget_recent_entries ul li:not(:last-child) {
    margin-bottom: 20px
}

.blog-sidebar .widget_recent_entries ul li {
    position: relative;
    padding-left: 110px;
    height: 100px
}

.blog-sidebar .widget_recent_entries ul li .wp-block-latest-posts__featured-image {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0
}

.blog-sidebar .widget_recent_entries ul li .wp-block-latest-posts__featured-image a {
    display: block
}

.blog-sidebar .widget_recent_entries ul li .wp-block-latest-posts__featured-image img {
    width: 100%;
    height: 100%;
    max-height: inherit;
    max-width: inherit;
    object-fit: cover;
    border-radius: 3px
}

.blog-sidebar .widget_recent_entries ul li .wp-block-latest-posts__post-title {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: var(--text-color);
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px
}

.blog-sidebar .widget_recent_entries ul li .wp-block-latest-posts__post-date {
    display: block;
    font-size: 13px;
    color: var(--primary-color)
}

.pagination .nav-links {
    padding-top: 15px;
    margin-top: 10px;
    border-top: 1px solid var(--border-color-light);
    display: flex;
    gap: 10px
}

.pagination .nav-links .page-numbers {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-color-light);
    padding: 0 3px;
    line-height: 1
}

.pagination .nav-links .current {
    border-bottom: 1px solid var(--border-color-dark)
}

.pagination .nav-links a:hover {
    color: var(--accent-color)
}

/*------------ Blog list / End ---------------*/ /*------------ Blog Single / Start ---------------*/
.single-extra-section {
    width: 100%;
    max-width: 1320px;
    margin: 0px auto
}

.single-blog-post {
}

.single-blog-post .blog-img {
}

.single-blog-post .blog-img img {
    height: auto
}

.single-blog-post .blog-title {
    font-family: var(--text-font-family);
    color: var(--text-color);
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px
}

.single-blog-post .blog-date, .single-blog-post .blog-categories, .single-blog-post .blog-categories .post-categories a {
    display: inline-block;
    font-family: var(--text-font-family);
    color: var(--primary-color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500
}

.single-blog-post .blog-date {
    margin-right: 30px
}

.single-blog-post .blog-date svg, .single-blog-post .blog-categories svg {
    width: 14px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    fill: var(--primary-color)
}

.single-blog-post .blog-categories svg {
    width: 16px
}

.single-blog-post .blog-categories .post-categories {
    margin: 0;
    display: inline-block
}

.single-blog-post .blog-categories .post-categories a:hover {
    color: var(--accent-color)
}

.single-blog-post .blog-desc {
    margin-top: 20px
}

.single-blog-post .blog-desc * {
    font-size: 16px;
    color: var(--text-color)
}

.single-blog-post .blog-content {
    padding-top: 30px
}

.single-blog-post .blog-content *:not(a) {
    color: var(--text-color-light)
}

.single-blog-post .blog-content h2, .single-blog-post .blog-content h3, .single-blog-post .blog-content h4, .single-blog-post .blog-content h5, .single-blog-post .blog-content h6 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold
}

.single-blog-post .blog-content blockquote {
    margin: 0;
    padding: 20px 30px;
    background: var(--background-color);
    border-radius: 10px
}

.single-blog-post .blog-content strong, .single-blog-post .blog-content b {
    font-weight: bold
}

.single-blog-post .blog-content ul, .single-blog-post .blog-content ol {
    margin: 20px 0
}

.single-blog-post .blog-content ul:last-child, .single-blog-post .blog-content ol:last-child {
    margin-bottom: 0
}

.single-blog-post .blog-content ul:first-child, .single-blog-post .blog-content ol:first-child {
    margin-top: 0
}

.single-blog-post .blog-content ul li {
    position: relative
}

.single-blog-post .blog-content ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.single-blog-post .blog-content ul li ul {
    padding-left: 15px;
    margin-top: 10px
}

.single-blog-post .blog-content ul li ul li:not(:last-child) {
    padding-bottom: 5px
}

.single-blog-post .blog-content ul li ul li:before {
    background: transparent;
    border: 1px solid var(--secondary-color)
}

.single-blog-post .blog-content ol {
    padding-left: 20px
}

.single-blog-post .blog-content ol li::marker {
    color: var(--secondary-color);
    font-weight: bold
}

.single-blog-post .blog-content ul li:not(:last-child), .single-blog-post .blog-content ol li:not(:last-child) {
    padding-bottom: 10px
}

.single-blog-post .blog-content img {
    max-width: 100%
}

.single-blog-post .blog-tags {
    margin-top: 30px
}

.single-blog-post .blog-tags a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 1px 6px;
    border: 1px solid var(--secondary-color);
    border-radius: 3px
}

.single-blog-post .blog-tags a:not(:last-child) {
    margin-right: 5px
}

.blog-pagination {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color-light)
}

.blog-pagination .nav-links {
    display: flex
}

.blog-pagination .nav-links .nav-previous, .blog-pagination .nav-links .nav-next {
    flex: 0 0 50%;
    position: relative
}

.blog-pagination .nav-links .nav-previous span, .blog-pagination .nav-links .nav-next span {
    display: block;
    font-weight: bold;
    color: var(--border-color-dark)
}

.blog-pagination .nav-links .nav-previous svg, .blog-pagination .nav-links .nav-next svg {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px)
}

.blog-pagination .nav-links .nav-previous svg {
    left: 0;
    transform: rotate(180deg)
}

.blog-pagination .nav-links .nav-next svg {
    right: 0
}

.blog-pagination .nav-links .nav-previous svg *, .blog-pagination .nav-links .nav-next svg * {
    fill: var(--border-color-dark)
}

.blog-pagination .nav-links .nav-previous {
    border-right: 1px solid var(--border-color-light);
    padding-right: 10px;
    padding-left: 40px
}

.blog-pagination .nav-links .nav-next {
    text-align: right;
    padding-left: 10px;
    padding-right: 40px
}

@media (max-width: 767.98px) {
    .single-blog-post .blog-title {
        margin-top: 15px;
        margin-bottom: 10px
    }

    .single-blog-post .blog-desc {
        margin-top: 10px
    }

    .single-blog-post .blog-content {
        padding-top: 10px
    }

    .blog-pagination .nav-links {
        flex-direction: column
    }

    .blog-pagination .nav-links .nav-previous {
        border-bottom: 1px solid var(--border-color-light);
        border-right: 0;
        padding-bottom: 10px;
        margin-bottom: 10px
    }
}

@media (max-width: 575.98px) {
    .single-blog-post .blog-content * {
        font-size: 14px
    }
}

/*------------ Blog Single / End ---------------*/ /*------------ responsive / start ---------------*/
@media (max-width: 1199.98px) {
    .header .elementor-nav-menu--main > .elementor-nav-menu > .menu-item .elementor-item {
        padding: 10px 5px;
        font-size: 15px
    }

    .footer .section-title {
        padding-right: 40px !important
    }

    .footer .section-title .elementor-heading-title {
        font-size: 36px
    }

    .about-history .main-history {
        padding: 30px 10px 30px 20px
    }

    .section-packages .package-item {
        padding: 20px
    }

    .section-packages .package-item .content .elementor-price-table {
        padding: 20px
    }

    .first-section .pic-col {
        display: none
    }

    .first-section .title-col {
        width: 50%
    }

    .first-section .desc-col {
        width: 50%
    }
}

@media (max-width: 1023.98px) {
    .header .elementor-widget-nav-menu .elementor-menu-toggle {
        border: 1px solid var(--accent-color);
        height: 41px;
        background-color: #fff
    }

    .header .elementor-widget-nav-menu .elementor-menu-toggle svg {
        fill: var(--accent-color)
    }

    .header .language-nav .elementor-nav-menu--main .elementor-nav-menu > .menu-item > .sub-menu {
        top: 41px !important;
        left: auto !important;
        right: -1px;
        border-radius: 0px;
        border: none;
        box-shadow: 0 0 15px #00000040
    }

    .header .elementor-widget-nav-menu > .elementor-nav-menu--dropdown {
        width: 100vw !important;
        max-width: 100vw !important;
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        top: 80px;
        background-color: #fff;
        z-index: 99;
        box-shadow: 0 0 15px #00000040
    }

    .header .elementor-widget-nav-menu > .elementor-nav-menu--dropdown li a {
        padding: 15px 20px
    }

    .header .elementor-nav-menu .menu-item-has-children .elementor-nav-menu--dropdown {
        border: none
    }

    .header .menu-main {
        width: calc(100% - 10px) !important
    }

    .section-statistics .item .elementor-counter-number-wrapper * {
        font-size: 75px
    }

    .section-statistics .item .elementor-counter-title {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }

    .main-about .desc * {
        text-align: justify
    }

    .footer .section-title .elementor-heading-title {
        font-size: 32px
    }

    .footer .section-title {
        padding-right: 40px !important
    }

    .header .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item-has-children .has-submenu.highlighted {
        background-color: #8fa6af
    }

    .header .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item-has-children .has-submenu.highlighted svg {
        fill: #fff
    }

    .section.section-plan-hero {
        padding-bottom: 0px
    }

    .section-packages .package-item .content {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media (max-width: 991.98px) {
    .hero-section .section-title .elementor-heading-title {
        font-size: 90px
    }

    .hero-section .section-title .elementor-heading-title span {
        font-size: 90px
    }

    .info-contact .item {
        padding: 20px
    }
}

@media (min-width: 767.98px) {
    .header .menu-main .lan-btn {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .header .logo {
        margin-right: auto;
        max-width: 200px !important
    }

    .header .mobile-btn {
        display: block
    }

    .header .menu-main .lan-btn .elementor-item-active {
        background-color: #fff;
        color: #333;
    }

    .hero-section .section-title .elementor-heading-title {
        font-size: 80px
    }

    .hero-section .section-title .elementor-heading-title span {
        font-size: 80px
    }

    .section-statistics .item .elementor-counter-number-wrapper * {
        font-size: 55px
    }

    .main-about .pic-rt {
        width: 57%;
        margin-left: auto;
        transform: none !important
    }

    .main-about .pic-rb {
        border-radius: 20px;
        width: 40%;
        margin-top: -80px;
        transform: none !important
    }

    .main-about .desc * {
        text-align: center
    }

    .about-history .main-history {
        padding: 30px
    }

    .service-about .item .pic img {
        width: 150px !important;
        height: 150px !important
    }

    .section-features .features-wrapper .img-wrapper:after {
        content: "";
        background-color: #000000;
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0.6
    }

    .section-features .feature-item .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title, .section-features .feature-item .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title * {
        color: #fff
    }

    .section-features .feature-item .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
        color: #fff
    }

    .section-cta .section-title .elementor-heading-title {
        font-size: 60px
    }

    .section-packages .package-item .content .elementor-price-table .elementor-price-table__price .elementor-price-table__currency {
        left: 55%
    }

    .section-packages .package-item .content .elementor-price-table .elementor-price-table__price .elementor-price-table__integer-part {
        font-size: 40px
    }

    .section-packages .package-item .content .elementor-price-table .elementor-price-table__features-list {
        padding: 20px 0
    }

    .section-packages .package-item {
        padding: 20px
    }

    .section-packages .package-item .content .elementor-price-table {
        padding: 20px
    }

    .section-articles .latest-blog .col-lg-4:nth-child(3) {
        display: none
    }

    .footer .section-title .elementor-heading-title {
        font-size: 30px
    }

    .section-cta .desc * {
        text-align: center
    }

    .section-cta .btn-circle {
        width: 100%
    }

    .section-cta .btn-circle .elementor-button {
        margin-right: auto;
        margin-left: auto
    }

    .info-contact .item svg {
        font-size: 24px
    }

    .info-contact .item .elementor-icon-box-icon {
        height: 60px;
        line-height: 60px;
        width: 60px
    }

    .info-contact .item .elementor-icon-box-title {
        margin-top: 0px
    }

    .section-packages .pack-one .package-item,
    .section-packages .pack-two .package-item {
        border-radius: 20px !important;
    }

    .section-packages .pack-one .details-col,
    .section-packages .pack-two .details-col {
        background-color: var(--background-color);
        border-radius: 20px;
        padding: 15px 25px;
    }

    /*.section-packages .pack-one {
        background-color: transparent !important
    }*/
    .section-loadmore {
        flex-direction: row !important
    }

    .section .faq .title .elementor-heading-title {
        font-size: 16px;
        line-height: 28px
    }

    .section .faq .faq-main .e-n-accordion-item-title-text {
        font-size: 15px;
        font-weight: 500
    }

    .first-section .title-col {
        width: 100%;
        padding: 0px
    }

    .first-section .desc-col {
        width: 100%
    }

    .section .desc * {
        margin: 7px 0px
    }

    .step-section .col-step {
        padding: 10px
    }

    .section.step-section .col-step .section-title .elementor-heading-title {
        font-size: 24px;
        line-height: 32px;
        margin: 5px 0
    }

    .section.step-section .section-subtitle .elementor-heading-title {
        width: 60px;
        height: 60px
    }

    .section-process .process .e-n-tabs-heading:before {
        content: none
    }

    .tabs-wrapper .e-n-tabs-heading .e-n-tab-title, .Service-step-section .e-n-tabs-heading .e-n-tab-title {
        margin: 0px !important;
        padding: 10px
    }

    .tabs-wrapper .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text, .Service-step-section .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
        font-size: 14px;
        line-height: 20px
    }

    .Service-step-section.section .desc.center * {
        text-align: left
    }

    .Service-step-section .e-n-tabs-heading {
        position: inherit
    }

    .section-process .process .e-n-tabs-heading .e-n-tab-title {
        display: flex;
        flex-direction: row;
        justify-content: flex-start
    }

    .section-process .process .e-n-tabs-heading:after {
        content: "";
        width: 1px;
        height: 100%;
        background-color: var(--primary-color);
        position: absolute;
        left: 40px
    }

    .section-process .process .step-col {
        padding-left: 80px
    }

    .section-process .process .e-n-tabs-heading .e-n-tab-title:before {
        width: 70px;
        height: 70px;
        font-size: 45px;
        line-height: 70px
    }

    .cta-offer:before {
        background-image: linear-gradient(90deg, var(--primary-color-dark) 100%, #F2295B00 0%) !important;
        opacity: 0.6;
    }

    .cta-offer.light:before {
        background-image: linear-gradient(90deg, #fff 100%, #F2295B00 0%) !important;
        opacity: 0.6;
    }

    .mystickyelements-fixed {
        top: 60% !important;
    }
}

@media (max-width: 575.98px) {

    .header .btn-border .elementor-button .elementor-button-icon svg {
        height: .8em;
        width: 0.8em;
    }

    .hero-section .desc {
        width: 85%
    }

    .hero-section .section-title .elementor-heading-title {
        font-size: 60px
    }

    .hero-section .section-title .elementor-heading-title span {
        font-size: 60px
    }

    .section-statistics .item .elementor-counter-title {
        font-size: 14px
    }

    .section-statistics .item .elementor-counter-number-wrapper * {
        font-size: 45px;
        line-height: 50px
    }

    .section-features .feature-item .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg {
        font-size: 45px
    }

    .section-features .feature-item .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
        padding: 10px
    }

    .section-features .feature-item .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title, .section-features .feature-item .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title * {
        font-size: 18px;
        line-height: 25px
    }

    .section-features .feature-item .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
        font-size: 15px
    }

    .section-packages .package-item {
        width: 100%;
        margin-bottom: 10px
    }

    .section-gallery .swiper {
        padding-top: 120px
    }

    .section-articles .latest-blog .blog-cart-minimal {
        padding-bottom: 20px
    }

    .section-articles .latest-blog {
        margin-top: 0px
    }

    .footer .section-title .elementor-heading-title {
        font-size: 24px
    }

    .blog-cart-minimal .blog-title {
        font-size: 16px;
        line-height: 25px
    }

    .btn-circle .elementor-button:before {
        right: 0
    }

    .hero-section .btn-circle .elementor-button:before {
        filter: none
    }

    .info-contact .item .elementor-icon-box-title span, .info-contact .item .elementor-icon-box-title a {
        font-size: 16px
    }

    .info-contact .item svg {
        font-size: 20px
    }

    .info-contact .item .elementor-icon-box-icon {
        height: 50px;
        line-height: 50px;
        width: 50px
    }

    .form-section .form .wpcf7-form {
        margin-bottom: -115px;
        padding: 30px
    }

    .form .wpcf7 form.invalid .wpcf7-response-output, .form .wpcf7 form.unaccepted .wpcf7-response-output, .form .wpcf7 form.payment-required .wpcf7-response-output {
        font-size: 14px
    }

    .section-process .process .step-col {
        padding-left: 60px
    }
}

@media (max-width: 480px) {
    .section .desc * {
        font-size: 14px !important;
        line-height: 1.5
    }

    .hero-section .desc {
        width: 100%
    }

    .hero-section:before {
        width: 99% !important
    }

    .section-statistics .item .elementor-counter-title {
        font-size: 12px;
        font-weight: 400
    }

    .section-statistics .item {
        padding: 0px
    }

    .service-about .item .pic img {
        width: 110px !important;
        height: 110px !important
    }

    .service-about .item {
        padding: 10px
    }

    .service-about .item .pic {
        padding: 10px
    }

    .service-about .item .elementor-heading-title {
        font-size: 14px
    }

    .section-statistics .item .elementor-counter-number-wrapper * {
        font-size: 42px
    }

    .section-process .process .section-subtitle .elementor-heading-title {
        font-size: 20px
    }

    .section-process .process .e-n-tabs-heading .e-n-tab-title:before {
        width: 50px;
        height: 50px;
        font-size: 30px;
        line-height: 50px
    }

    .section-cta .section-title .elementor-heading-title {
        font-size: 45px
    }

    .section-gallery .swiper .swiper-wrapper {
        --e-image-carousel-slides-to-show: 2 !important
    }

    .section-gallery .swiper .swiper-wrapper .swiper-slide {
        width: 48% !important
    }

    .footer .section-title {
        width: 100%
    }

    .footer .info {
        width: 100%;
        gap: 10px;
        padding-top: 20px
    }

    .footer .btn-circle .elementor-button {
        margin-right: 0px
    }

    .footer .elementor-social-icons-wrapper {
        display: flex !important
    }

    .footer .contact-info .elementor-icon-list-item a, .footer .contact-info .elementor-icon-list-item {
        display: flex;
        justify-content: center
    }

    .footer .footer-title .elementor-heading-title {
        text-align: center
    }

    .footer .section-title {
        padding-right: 0px !important
    }

    .footer .section-title .elementor-heading-title {
        text-align: center
    }

    .form .form-wrapper .wpcf7-form-control-wrap input {
        margin-bottom: 0px
    }

    .form .wpcf7-not-valid-tip {
        margin-top: 5px
    }

    .form .form-wrapper .wpcf7-form-control-wrap textarea, .form .form-wrapper .wpcf7-form-control-wrap input {
        height: 40px
    }

    .section .form-col {
        padding: 30px
    }

    .form-request.form .form-wrapper .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
        font-size: 14px;
        line-height: 20px
    }

    .section .list-item .elementor-icon-list-text {
        font-size: 15px
    }

    .section .title .elementor-heading-title {
        font-size: 15px
    }

    .section-process .step-register.process .e-n-tabs-heading .e-n-tab-title:before {
        width: 80px;
        height: 80px;
        font-size: 50px;
        line-height: 80px
    }


    .section-process .process .e-n-tabs-heading:after {
        left: 35px
    }

    .section-process .process .step-col {
        padding-left: 50px
    }

    .cta-offer .box-offer {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .header .btn-border .elementor-button {
        padding: 0 5px;
    }

    .header .btn-border .elementor-button .elementor-button-text {
        font-size: 12px;
    }
}

@media (max-width: 380px) {
    .header .logo img {
        width: 170px;
    }

    .section-cta .section-title .elementor-heading-title {
        font-size: 40px
    }

    .section-packages .package-item .content .elementor-price-table .elementor-price-table__features-list {
        padding: 10px 0
    }

    .section-packages .package-item .content .elementor-price-table .elementor-price-table__features-list li, .section-packages .package-item .content .elementor-price-table .elementor-price-table__features-list li * {
        font-size: 15px
    }

    .section-packages .package-item .content .elementor-price-table .elementor-price-table__price .elementor-price-table__integer-part {
        font-size: 32px
    }

    .section-packages .package-item .content .elementor-price-table .elementor-price-table__price .elementor-price-table__currency {
        left: 60%
    }

    .section-packages .package-item .content .elementor-price-table {
        padding: 20px
    }

    .hero-section .section-title .elementor-heading-title span {
        font-size: 52px
    }

    .hero-section .section-title .elementor-heading-title {
        font-size: 52px
    }
}

/*------------ responsive / End ---------------*/