:root {
    --font-lora: "SUSE", sans-serif;
    --font-dmsans: "DM Sans", sans-serif;
    --font-suse: "SUSE", sans-serif;
    --white-color: #FFFFFF;
    --dark-white-color: #fff;
    --dark-black-color: #1C1A1E;
    --black-color: #1C1A1E;
    --black-color-opc: 28, 26, 30;
    --title-color: #092041;
    --dark-title-color: #1C1A1E;
    --title-color-opc: 28, 26, 30;
    --title-color2: #003C30;
    --dark-title-color2: #003C30;
    --dark-text-color: #FFFFFF;
    --text-color: #092041;
    --global-text-color: #545454;
    --text-color-opc: 84, 84, 84;
    --primary-color1: #17468A;
    --primary-color1-opc: 0, 122, 94;
    --primary-color2: #17468A;
    --primary-color2-opc: 120, 235, 84;
    --secondary-color: #17468A;
    --primary-color3: #17468A;
    --primary-color3-opc: 89, 86, 233;
    --primary-color4: #17468A;
    --primary-color4-opc: 96, 229, 157;
    --borders-color: #eee
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

html {
    font-size: 100%;
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-lora);
    color: var(--title-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-lora);
    font-weight: 600;
    line-height: 1.2;
    color: var(--title-color)
}

input {
    border: none;
    outline: none
}

button {
    outline: none;
    border: none;
    line-height: 1
}

i.bx {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
    color: var(--primary-color1)
}

input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    position: relative;
    vertical-align: middle
}

input[type="checkbox"]:checked {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1)
}

input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border-radius: 50%
}

input[type="checkbox"]:hover {
    border-color: var(--primary-color1)
}

input[type="checkbox"]+label,
label {
    cursor: pointer;
    vertical-align: middle
}

p {
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6
}

.pb-130 {
    padding-bottom: 130px
}

.pt-130 {
    padding-top: 130px
}

.pt-120 {
    padding-top: 120px
}

.pb-120 {
    padding-bottom: 120px
}

.pt-100 {
    padding-top: 110px
}

.pb-100 {
    padding-bottom: 110px
}

.pt-90 {
    padding-top: 90px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-65 {
    padding-bottom: 65px
}

.mt-120 {
    margin-top: 120px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-120 {
    margin-bottom: 120px
}

.mt-130 {
    margin-top: 130px
}

.mb-130 {
    margin-bottom: 130px
}

.sec-mar {
    margin: 130px 0
}

.mb-100 {
    margin-bottom: 100px
}

.mt-100 {
    margin-top: 100px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-10 {
    margin-bottom: 10px
}

.pt-80 {
    padding-top: 80px
}

.pt-50 {
    padding-top: 50px
}

.pt-40 {
    padding-top: 40px
}

.pt-35 {
    padding-top: 35px
}

.pt-30 {
    padding-top: 30px
}

.pb-80 {
    padding-bottom: 80px
}

.pe-80 {
    padding-right: 80px
}

.pb-60 {
    padding-bottom: 60px
}

.pl-110 {
    padding-left: 110px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-35 {
    margin-bottom: 35px
}

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

.mt-15 {
    margin-top: 15px
}

.mt-40 {
    margin-top: 40px
}

.mt-35 {
    margin-top: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-25 {
    margin-bottom: 25px
}

.mt-50 {
    margin-top: 50px
}

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

.mt-25 {
    margin-top: 25px
}

.mb-50 {
    margin-bottom: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px var(--borders-color);
    background-color: #fff0;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear
}

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

.progress-wrap svg {
    fill: none;
    transition: 0.5s
}

.progress-wrap svg.progress-circle {
    stroke: var(--primary-color1);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear
}

.progress-wrap .arrow {
    fill: var(--primary-color1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s
}

.progress-wrap:hover {
    background-color: var(--primary-color1)
}

.progress-wrap:hover .arrow {
    fill: var(--white-color)
}

.primary-btn1>span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    transform: translate(0, 100%);
    transition: opacity 0.3s, transform 0.3s;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    white-space: nowrap
}

.primary-btn1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 102% 102%;
    border-radius: inherit;
    transition: all 0.2s cubic-bezier(.455, .03, .515, .955);
    opacity: 0;
    z-index: -1
}

.primary-btn1::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(110%);
    background-color: var(--primary-color1);
    overflow: hidden;
    transition: opacity 0.5s, transform 0.5s;
    z-index: -1
}

.primary-btn1:hover {
    color: #FFF
}

.primary-btn1:hover svg {
    display: block;
    stroke: var(--white-color)
}

.primary-btn1:hover>span {
    color: #FFF
}

.primary-btn1:hover>span:nth-child(2) {
    opacity: 1;
    transform: translate(0%, -50%)
}

.primary-btn1:hover::after {
    transform: translate(0);
    border-radius: 0
}

.primary-btn1.white-bg:hover {
    color: var(--white-color)
}

.primary-btn1.white-bg:hover svg {
    stroke: var(--white-color)
}

.primary-btn1.transparent {
    border: 1px solid var(--borders-color);
    background-color: #fff0;
    color: var(--title-color)
}

.primary-btn1.transparent svg {
    stroke: var(--title-color)
}

.primary-btn1.transparent:hover {
    color: var(--white-color);
    border-color: var(--primary-color1)
}

.primary-btn1.transparent:hover svg {
    stroke: var(--white-color)
}

.primary-btn1.two {
    background-color: var(--primary-color1);
    color: var(--white-color)
}

.primary-btn1.two::after {
    background-color: var(--black-color)
}

.primary-btn1.two svg {
    stroke: var(--white-color)
}

.primary-btn1.two:hover {
    color: var(--dark-white-color)
}

.primary-btn1.two:hover svg {
    stroke: var(--dark-white-color)
}

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

.circle-container::after {
    position: absolute;
    font-family: "Bootstrap-icons";
    content: "\f145";
    text-align: center;
    line-height: 40px;
    font-size: 28px;
    color: var(--primary-color1);
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear
}

.circle-container:hover svg path {
    fill: var(--primary-color1);
    transition: 0.5s
}

.circle-container:hover::after {
    color: var(--white-color)
}

.select {
    margin-bottom: 25px
}

.nice-select {
    width: 100%;
    height: 50px;
    line-height: 48px;
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    background: var(---dark-white-color);
    border-color: var(--borders-color);
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px
}

.nice-select:hover {
    border-color: var(--borders-color)
}

.nice-select:focus {
    border-color: var(--borders-color)
}

.nice-select.open {
    border-radius: 5px 5px 0 0
}

.nice-select.open::after {
    transform: rotate(-180deg)
}

.nice-select:after {
    border-bottom: none;
    border-right: none;
    content: "";
    display: block;
    height: 7px;
    width: 10px;
    background-color: #DFDFDF;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 25px;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    transform: rotate(0)
}

.nice-select .list {
    width: 100%;
    background: var(--dark-white-color);
    margin-top: 0;
    border-radius: 0 0 5px 5px
}

.nice-select .list .option {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid var(--borders-color)
}

.nice-select .list .option:last-child {
    border-bottom: unset
}

.section-title h2 {
    font-family: 'Kalam';
    color: var(--accent);
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0
}

.section-title h2 span {
    font-weight: 700
}

.section-title p {
    margin-bottom: 0;
    padding-top: 20px
}

.section-title.white p {
    color: var(--dark-text-color)
}

.section-title.two>span {
    font-family: 'Kalam';
    color: #DD0E56;
    font-size: 30px;
    font-weight: bolder;
    line-height: 1.1;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -10px;
    letter-spacing: .5px
}

.section-title.three>span {
    font-family: 'Kalam';
    color: #DD0E56;
    font-size: 30px;
    font-weight: bolder;
    line-height: 1.1;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    letter-spacing: .5px
}

.section-title.three h2 {
    font-family: var(--font-suse);
    color: var(--title-color);
    font-size: 55px;
    font-weight: 100
}

.section-title.three h2 span {
    font-weight: 700
}

.section-title.three p {
    max-width: 660px;
    width: 100%;
    padding-top: 15px
}

.section-title.three p span {
    color: var(--title-color);
    font-weight: 600
}

.section-title.three.white>span {
    border-color: rgb(255 255 255 / .1)
}

.section-title.three.white p span {
    color: var(--white-color)
}

.section-title.four>span {
    font-family: 'Kalam';
    color: #DD0E56;
    font-size: 30px;
    font-weight: bolder;
    line-height: 1.1;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -10px;
    letter-spacing: .5px
}

.section-title.four h2 {
    font-family: var(--font-suse);
    font-size: 55px;
    font-weight: 300
}

.section-title.four h2 span {
    font-weight: 700
}

.slider-btn-grp .slider-btn:hover {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1)
}

.slider-btn-grp .slider-btn:hover svg {
    stroke: var(--white-color)
}

.slider-btn-grp .slider-btn.swiper-button-disabled {
    opacity: .2
}

.slider-btn-grp.two .slider-btn {
    min-width: 35px;
    max-width: 35px;
    height: 35px
}

.slider-btn-grp.two .slider-btn svg {
    stroke: var(--title-color)
}

.slider-btn-grp.two .slider-btn:hover {
    background-color: #3B3A3B;
    border-color: #3B3A3B
}

.slider-btn-grp.two .slider-btn:hover svg {
    stroke: var(--primary-color2)
}

.slider-btn-grp.three .slider-btn {
    border-color: var(--title-color);
    background-color: #fff0;
    min-width: 40px;
    max-width: 40px;
    height: 40px
}

.slider-btn-grp.three .slider-btn:hover {
    background-color: var(--primary-color3);
    border-color: var(--primary-color3)
}

.form-inner {
    line-height: 1
}

.form-inner label {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    margin-bottom: 12px
}

.form-inner input {
    width: 100%;
    background: var(--white-color);
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    height: 56px;
    border: 1px solid var(--borders-color);
    border-radius: 10px
}

.form-inner input::-moz-placeholder {
    color: #A0A0A0
}

.form-inner input::placeholder {
    color: #A0A0A0
}

.form-inner input:focus {
    border-color: var(--primary-color1)
}

.form-inner textarea {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    color: var(--title-color);
    border: 1px solid var(--borders-color);
    outline: none;
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    padding: 20px 25px;
    min-height: 170px;
    resize: none
}

.form-inner textarea:focus {
    border-color: var(--primary-color1)
}

.form-inner textarea::-moz-placeholder {
    color: #A0A0A0
}

.form-inner textarea::placeholder {
    color: #A0A0A0
}

.form-inner.two label {
    font-family: var(--font-suse)
}

.form-inner2 .form-check {
    padding: 0;
    min-height: unset;
    margin-bottom: 0
}

.form-inner2 .form-check .form-check-input {
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin-top: 8px;
    background-color: #fff0;
    border: 1px solid var(--borders-color);
    border-radius: 5px;
    margin-left: 0
}

.form-inner2 .form-check .form-check-input:focus {
    box-shadow: none
}

.form-inner2 .form-check .form-check-input:checked {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1)
}

.form-inner2 .form-check .form-check-label {
    cursor: pointer;
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2
}

.form-inner2 .form-check .form-check-label span {
    color: var(--title-color);
    font-weight: 500;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-offset: 2px
}

@keyframes fade-down {
    0% {
        opacity: 0;
        transform: scaleY(0);
        visibility: hidden
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible
    }
}

@keyframes zoom-In-effect {
    0% {
        transform: scale(.5)
    }
    100% {
        transform: scale(1)
    }
}

header.style-1.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: var(--dark-white-color);
    box-shadow: 5px 3px 40px rgb(0 72 88 / .1);
    z-index: 999
}

header.style-1 .company-logo-and-contact-area .company-logo .logo-dark {
    display: block
}

header.style-1 .company-logo-and-contact-area .company-logo .logo-light {
    display: none
}

header.style-1 .contact-area .icon {
    background-color: rgb(147 147 234 / .2);
    border-radius: 5px;
    min-width: 44px;
    max-width: 44px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

header.style-1 .contact-area .content span {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: block;
    margin-bottom: 6px
}

header.style-1 .contact-area .content h6 {
    margin-bottom: 0
}

header.style-1 .contact-area .content h6 a {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition: 0.5s
}

header.style-1 .contact-area .content h6 a:hover {
    color: var(--primary-color1)
}

header.style-1 .nav-right {
    gap: 50px
}

header.style-1 .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden
}

@keyframes qode-draw {
    0%,
    100% {
        -webkit-clip-path: inset(-2px -2px);
        clip-path: inset(-2px -2px)
    }
    42% {
        -webkit-clip-path: inset(-2px -2px -2px 100%);
        clip-path: inset(-2px -2px -2px 100%)
    }
    43% {
        -webkit-clip-path: inset(-2px 100% -3px -2px);
        clip-path: inset(-2px 100% -3px -2px)
    }
}

header.style-1 .main-menu {
    display: inline-block
}

header.style-1 .main-menu>ul {
    list-style: none;
    margin: 0;
    padding: 0 30px;
    border: 1px solid var(--borders-color);
    border-radius: 24px
}

header.style-1 .main-menu>ul>li {
    display: inline-block;
    position: relative;
    padding: 0 20px
}

header.style-1 .main-menu>ul>li.position-inherit {
    position: inherit
}

header.style-1 .main-menu>ul>li:hover i {
    color: var(--black-color2);
    font-size: 20px
}

header.style-1 .main-menu>ul>li>a {
    color: var(--title-color);
    display: block;
    letter-spacing: .4px;
    padding: 15px 0;
    line-height: 1;
    position: relative;
    font-family: var(--font-dmsans);
    font-weight: 600;
    font-size: 16px;
    transition: all 0.5s ease-out 0s;
    position: relative
}

header.style-1 .main-menu>ul>li>a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 100%;
    border-bottom: 1px solid var(--primary-color1);
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.5s
}

header.style-1 .main-menu>ul>li i {
    font-size: 20px;
    text-align: center;
    color: var(--title-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0
}

header.style-1 .main-menu>ul>li i.active {
    color: var(--title-color)
}

header.style-1 .main-menu>ul>li i.active::before {
    content: "\f2ea"
}

header.style-1 .main-menu>ul>li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    display: none;
    min-width: 220px;
    background: var(--dark-white-color);
    border: 1px solid var(--borders-color);
    border-radius: 10px;
    padding: 15px 0;
    text-align: left;
    transform-origin: top
}

header.style-1 .main-menu>ul>li ul.sub-menu>li {
    padding: 0;
    display: block;
    position: relative
}

header.style-1 .main-menu>ul>li ul.sub-menu>li i {
    position: absolute;
    top: 14px;
    right: 20px;
    display: none;
    color: var(--title-color);
    font-size: 14px
}

header.style-1 .main-menu>ul>li ul.sub-menu>li .dropdown-icon {
    color: var(--title-color);
    opacity: 1;
    font-size: 10px
}

header.style-1 .main-menu>ul>li ul.sub-menu>li.menu-item-has-children>i {
    display: block
}

header.style-1 .main-menu>ul>li ul.sub-menu>li>a {
    display: block;
    padding: 12px 20px;
    color: var(--title-color);
    font-weight: 500;
    font-family: var(--font-lora);
    font-size: 15px;
    line-height: 1.2;
    transition: all 0.4s ease-out 0s;
    position: relative
}

header.style-1 .main-menu>ul>li ul.sub-menu>li>a:hover {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li ul.sub-menu>li>a:hover::before {
    transform: scale(1)
}

header.style-1 .main-menu>ul>li ul.sub-menu>li>a.active {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li ul.sub-menu>li>a.active::before {
    transform: scale(1)
}

header.style-1 .main-menu>ul>li ul.sub-menu>li:last-child>a {
    border-bottom: none
}

header.style-1 .main-menu>ul>li ul.sub-menu>li:last-child>a::before {
    display: none
}

header.style-1 .main-menu>ul>li ul.sub-menu>li .sub-menu {
    padding: 10px 0
}

header.style-1 .main-menu>ul>li ul.sub-menu>li .sub-menu li>a {
    padding: 10px 20px
}

header.style-1 .main-menu>ul>li ul.sub-menu>li:hover>a {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li ul.sub-menu>li:hover .dropdown-icon {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li ul.sub-menu>li.current-menu-item>a,
header.style-1 .main-menu>ul>li ul.sub-menu>li.current_page_item>a,
header.style-1 .main-menu>ul>li ul.sub-menu>li.current-menu-ancestor>a,
header.style-1 .main-menu>ul>li ul.sub-menu>li.current-menu-parent>a,
header.style-1 .main-menu>ul>li ul.sub-menu>li.current_page_parent>a,
header.style-1 .main-menu>ul>li ul.sub-menu>li.current_page_ancestor>a,
header.style-1 .main-menu>ul>li ul.sub-menu>li.active>a {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li ul.sub-menu>li.current-menu-item .dropdown-icon,
header.style-1 .main-menu>ul>li ul.sub-menu>li.current_page_item .dropdown-icon,
header.style-1 .main-menu>ul>li ul.sub-menu>li.current-menu-ancestor .dropdown-icon,
header.style-1 .main-menu>ul>li ul.sub-menu>li.current-menu-parent .dropdown-icon,
header.style-1 .main-menu>ul>li ul.sub-menu>li.current_page_parent .dropdown-icon,
header.style-1 .main-menu>ul>li ul.sub-menu>li.current_page_ancestor .dropdown-icon,
header.style-1 .main-menu>ul>li ul.sub-menu>li.active .dropdown-icon {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li ul.sub-menu>li .sub-menu {
    left: 220px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: var(--dark-white-color);
    padding: 0;
    top: 3px
}

header.style-1 .main-menu>ul>li ul.sub-menu>li .sub-menu::before {
    display: none;
    visibility: hidden
}

header.style-1 .main-menu>ul>li ul.sub-menu>li .sub-menu>li i {
    display: none
}

header.style-1 .main-menu>ul>li ul.sub-menu>li .sub-menu>li.menu-item-has-children>i {
    display: block
}

header.style-1 .main-menu>ul>li ul.sub-menu>li:last-child {
    border-bottom: none
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    display: none;
    min-width: 220px;
    background: var(--dark-white-color);
    border: 1px solid var(--borders-color);
    border-radius: 10px;
    padding: 15px 0;
    text-align: left;
    transform-origin: top
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li {
    padding: 0;
    display: block;
    position: relative
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li i {
    position: absolute;
    top: 14px;
    right: 20px;
    color: var(--title-color);
    font-size: 14px
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li .dropdown-icon {
    color: var(--title-color);
    opacity: 1;
    font-size: 10px
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li>a {
    display: block;
    padding: 12px 20px;
    color: var(--title-color);
    font-weight: 500;
    font-family: var(--font-lora);
    font-size: 15px;
    line-height: 1.2;
    transition: all 0.4s ease-out 0s;
    position: relative
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li>a:hover {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li>a:hover::before {
    transform: scale(1)
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li>a.active {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li>a.active::before {
    transform: scale(1)
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li:last-child>a {
    border-bottom: none
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li:last-child>a::before {
    display: none
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li .sub-menu {
    padding: 10px 0
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li .sub-menu li>a {
    padding: 10px 20px
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li:hover>a {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li:hover .dropdown-icon {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li.current-menu-item>a,
header.style-1 .main-menu>ul>li ul.mega-sub-menu>li.current_page_item>a,
header.style-1 .main-menu>ul>li ul.mega-sub-menu>li.current-menu-ancestor>a,
header.style-1 .main-menu>ul>li ul.mega-sub-menu>li.current-menu-parent>a,
header.style-1 .main-menu>ul>li ul.mega-sub-menu>li.current_page_parent>a,
header.style-1 .main-menu>ul>li ul.mega-sub-menu>li.current_page_ancestor>a,
header.style-1 .main-menu>ul>li ul.mega-sub-menu>li.active>a {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li.current-menu-item .dropdown-icon,
header.style-1 .main-menu>ul>li ul.mega-sub-menu>li.current_page_item .dropdown-icon,
header.style-1 .main-menu>ul>li ul.mega-sub-menu>li.current-menu-ancestor .dropdown-icon,
header.style-1 .main-menu>ul>li ul.mega-sub-menu>li.current-menu-parent .dropdown-icon,
header.style-1 .main-menu>ul>li ul.mega-sub-menu>li.current_page_parent .dropdown-icon,
header.style-1 .main-menu>ul>li ul.mega-sub-menu>li.current_page_ancestor .dropdown-icon,
header.style-1 .main-menu>ul>li ul.mega-sub-menu>li.active .dropdown-icon {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li .sub-menu {
    left: 220px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: var(--dark-white-color);
    padding: 0;
    top: 3px
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li .sub-menu::before {
    display: none;
    visibility: hidden
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li .sub-menu>li i {
    display: none
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li .sub-menu>li.menu-item-has-children>i {
    display: block
}

header.style-1 .main-menu>ul>li ul.mega-sub-menu>li:last-child {
    border-bottom: none
}

header.style-1 .main-menu>ul>li .mega-menu {
    position: absolute;
    left: 0;
    top: 65px;
    margin: 0;
    display: none;
    background: var(--white-color);
    padding: 70px 0;
    background-image: url(../img/home1/home1-megamenu-bg.png), linear-gradient(#F0F0F0, #F0F0F0);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    transform-origin: top
}

header.style-1 .main-menu>ul>li .mega-menu .single-menu-item {
    text-align: center
}

header.style-1 .main-menu>ul>li .mega-menu .single-menu-item .home-img {
    border-radius: 10px;
    border: 1px solid #D1D1ED;
    transition: 0.5s;
    position: relative;
    margin-bottom: 20px;
    display: block
}

header.style-1 .main-menu>ul>li .mega-menu .single-menu-item .home-img img {
    border-radius: 10px
}

header.style-1 .main-menu>ul>li .mega-menu .single-menu-item .home-img .home-version {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.5s
}

header.style-1 .main-menu>ul>li .mega-menu .single-menu-item .home-img .home-version ul {
    padding: 0;
    margin: 0;
    list-style: none
}

header.style-1 .main-menu>ul>li .mega-menu .single-menu-item .home-img .home-version ul li {
    margin-bottom: 15px
}

header.style-1 .main-menu>ul>li .mega-menu .single-menu-item .home-img .home-version ul li:last-child {
    margin-bottom: 0
}

header.style-1 .main-menu>ul>li .mega-menu .single-menu-item .home-img .home-version ul li a {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 21px;
    background-color: var(--dark-black-color);
    border: 1px solid var(--dark-black-color);
    border-radius: 18px;
    transition: 0.5s
}

header.style-1 .main-menu>ul>li .mega-menu .single-menu-item .home-img .home-version ul li a svg {
    fill: var(--white-color);
    transition: 0.5s
}

header.style-1 .main-menu>ul>li .mega-menu .single-menu-item .home-img .home-version ul li a.light {
    background-color: var(--white-color);
    color: var(--dark-title-color)
}

header.style-1 .main-menu>ul>li .mega-menu .single-menu-item .home-img .home-version ul li a.light svg {
    fill: var(--dark-title-color)
}

header.style-1 .main-menu>ul>li .mega-menu .single-menu-item h5 {
    margin-bottom: 0
}

header.style-1 .main-menu>ul>li .mega-menu .single-menu-item h5 a {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    transition: 0.5s
}

header.style-1 .main-menu>ul>li .mega-menu .single-menu-item h5 a:hover {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li .mega-menu .single-menu-item:hover .home-img {
    border-color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li .mega-menu .single-menu-item:hover .home-img .home-version {
    opacity: 1;
    transform: scaleY(1)
}

header.style-1 .main-menu>ul>li .mega-menu .single-menu-item.active h5 a {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li .mega-menu2 .title-area {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 35px
}

header.style-1 .main-menu>ul>li .mega-menu2 .title-area h2 {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 35px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0
}

header.style-1 .main-menu>ul>li .mega-menu2 .title-area .icon {
    width: 28px;
    height: 28px;
    border-radius: 5px;
    background-color: var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center
}

header.style-1 .main-menu>ul>li .mega-menu2 .title-area .icon svg {
    fill: none;
    stroke: var(--white-color)
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-row {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 20px
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-row .menu-single-item {
    padding: 0;
    position: relative
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-row .menu-single-item:last-child {
    padding-right: 0
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-row .menu-single-item .menu-title {
    margin-bottom: 30px
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-row .menu-single-item .menu-title h6 {
    color: var(--text-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-row .menu-single-item .menu-title h6 svg {
    fill: none;
    stroke: var(--text-color)
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-row .menu-single-item ul {
    padding: 0;
    margin: 0;
    list-style: none
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-row .menu-single-item ul li {
    margin-bottom: 30px;
    line-height: 1;
    padding: 0;
    display: block
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-row .menu-single-item ul li:last-child {
    margin-bottom: 0
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-row .menu-single-item ul li>a {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    transition: 0.5s;
    display: inline-flex;
    align-items: center;
    gap: 15px
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-row .menu-single-item ul li>a svg {
    max-width: 40px;
    fill: var(--primary-color1)
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-row .menu-single-item ul li>a:hover {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-row .menu-single-item ul li .all-btn {
    color: var(--primary-color1);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.5s
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-row .menu-single-item ul li .all-btn svg {
    fill: none;
    stroke: var(--primary-color1);
    transition: 0.5s
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-row .menu-single-item ul li .all-btn:hover {
    color: var(--title-color)
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-row .menu-single-item ul li .all-btn:hover svg {
    stroke: var(--title-color);
    transform: rotate(45deg)
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-row .menu-single-item ul li.active a {
    color: var(--primary-color1);
    display: inline-block
}

header.style-1 .main-menu>ul>li .mega-menu2 .solution-menu-banner {
    padding: 40px 40px 30px 40px;
    background-color: #1C1A1E;
    border-radius: 10px;
    position: relative;
    z-index: 1
}

header.style-1 .main-menu>ul>li .mega-menu2 .solution-menu-banner .banner-content {
    margin-bottom: 40px
}

header.style-1 .main-menu>ul>li .mega-menu2 .solution-menu-banner .banner-content h3 {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 35px
}

header.style-1 .main-menu>ul>li .mega-menu2 .solution-menu-banner .banner-content .primary-btn1 {
    background-color: var(--primary-color1);
    border-radius: 24px;
    padding: 12px 21px
}

header.style-1 .main-menu>ul>li .mega-menu2 .solution-menu-banner .banner-content .primary-btn1::after {
    background-color: var(--white-color)
}

header.style-1 .main-menu>ul>li .mega-menu2 .solution-menu-banner .banner-content .primary-btn1:hover {
    color: var(--dark-title-color)
}

header.style-1 .main-menu>ul>li .mega-menu2 .solution-menu-banner .banner-content .primary-btn1:hover svg {
    stroke: var(--dark-title-color)
}

header.style-1 .main-menu>ul>li .mega-menu2 .solution-menu-banner::before {
    content: url(../img/home1/solution-menu-banner-vector1.svg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

header.style-1 .main-menu>ul>li .mega-menu2 .solution-menu-banner::after {
    content: url(../img/home1/solution-menu-banner-vector2.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-blog-card a.blog-img img {
    height: 180px;
    object-fit: cover;
    object-fit: cover
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-blog-card .blog-content {
    padding: 25px 15px 0 15px
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-blog-card .blog-content .blog-meta {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-blog-card .blog-content .blog-meta li a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: 0.5s
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-blog-card .blog-content .blog-meta li a svg {
    fill: var(--text-color);
    transition: 0.5s
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-blog-card .blog-content .blog-meta li a:hover {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-blog-card .blog-content .blog-meta li a:hover svg {
    fill: var(--primary-color1)
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-blog-card .blog-content .blog-meta li.blog-date {
    position: relative;
    padding-left: 13px
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-blog-card .blog-content .blog-meta li.blog-date::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid var(--text-color);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-blog-card .blog-content h5 {
    margin-bottom: 40px
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-blog-card .blog-content h5 a {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    transition: 0.5s
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-blog-card .blog-content h5 a:hover {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-blog-card .blog-content .read-more-btn {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.5s
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-blog-card .blog-content .read-more-btn svg {
    fill: none;
    stroke: var(--title-color);
    transition: 0.5s
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-blog-card .blog-content .read-more-btn:hover {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li .mega-menu2 .menu-blog-card .blog-content .read-more-btn:hover svg {
    stroke: var(--primary-color1);
    transform: rotate(45deg)
}

header.style-1 .main-menu>ul>li .mega-menu2.two::before {
    content: url(../img/home1/resource-menu-vector.svg);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

header.style-1 .main-menu>ul>li .mega-menu2.two .menu-row .menu-single-item {
    width: 100%
}

header.style-1 .main-menu>ul>li .mega-menu2.two .menu-row .menu-single-item .menu-title {
    padding: 6px 18px;
    line-height: 1;
    display: inline-block;
    background-color: var(--dark-white-color);
    border-radius: 15px
}

header.style-1 .main-menu>ul>li .mega-menu2.two .menu-row .menu-single-item .menu-title h6 {
    line-height: 1
}

header.style-1 .main-menu>ul>li .mega-menu2.two .menu-row .menu-single-item ul li a {
    color: var(--text-color);
    font-weight: 600;
    justify-content: space-between;
    width: 100%
}

header.style-1 .main-menu>ul>li .mega-menu2.two .menu-row .menu-single-item ul li a span {
    display: flex;
    align-items: center;
    gap: 12px
}

header.style-1 .main-menu>ul>li .mega-menu2.two .menu-row .menu-single-item ul li a .arrow {
    width: 17px;
    height: 17px;
    border-radius: 4px;
    border: 1px solid var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0
}

header.style-1 .main-menu>ul>li .mega-menu2.two .menu-row .menu-single-item ul li a .arrow svg {
    fill: var(--title-color)
}

header.style-1 .main-menu>ul>li .mega-menu2.two .menu-row .menu-single-item ul li a:hover {
    color: var(--title-color)
}

header.style-1 .main-menu>ul>li .mega-menu2.two .menu-row .menu-single-item ul li a:hover .arrow {
    opacity: 1
}

header.style-1 .main-menu>ul>li .mega-menu2.two .conference-btn {
    color: var(--primary-color1);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 36px;
    background-color: var(--white-color);
    border-radius: 10px;
    margin-top: 100px
}

header.style-1 .main-menu>ul>li .mega-menu2.two .conference-btn svg {
    fill: none;
    stroke: var(--primary-color1);
    transition: 0.5s
}

header.style-1 .main-menu>ul>li .mega-menu2.two .conference-btn:hover svg {
    transform: rotate(45deg)
}

header.style-1 .main-menu>ul>li.menu-item-has-children {
    transition: all 0.55s ease-in-out
}

header.style-1 .main-menu>ul>li.menu-item-has-children>a::before {
    content: "\f229";
    font-family: "bootstrap-icons";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #BCB1FA;
    transition: all 0.5s ease-out 0s
}

header.style-1 .main-menu>ul>li:hover>a {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li:hover>a::after {
    transform-origin: left center;
    transform: scale(1, 1)
}

header.style-1 .main-menu>ul>li:hover::after {
    color: var(--title-color)
}

header.style-1 .main-menu>ul>li:hover .dropdown-icon2 {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li.current-menu-item>a,
header.style-1 .main-menu>ul>li.current_page_item>a,
header.style-1 .main-menu>ul>li.current-menu-ancestor>a,
header.style-1 .main-menu>ul>li.current-menu-parent>a,
header.style-1 .main-menu>ul>li.current_page_parent>a,
header.style-1 .main-menu>ul>li.current_page_ancestor>a,
header.style-1 .main-menu>ul>li.active>a {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li.current-menu-item>a::after,
header.style-1 .main-menu>ul>li.current_page_item>a::after,
header.style-1 .main-menu>ul>li.current-menu-ancestor>a::after,
header.style-1 .main-menu>ul>li.current-menu-parent>a::after,
header.style-1 .main-menu>ul>li.current_page_parent>a::after,
header.style-1 .main-menu>ul>li.current_page_ancestor>a::after,
header.style-1 .main-menu>ul>li.active>a::after {
    transform-origin: left center;
    transform: scale(1, 1)
}

header.style-1 .main-menu>ul>li.current-menu-item i,
header.style-1 .main-menu>ul>li.current_page_item i,
header.style-1 .main-menu>ul>li.current-menu-ancestor i,
header.style-1 .main-menu>ul>li.current-menu-parent i,
header.style-1 .main-menu>ul>li.current_page_parent i,
header.style-1 .main-menu>ul>li.current_page_ancestor i,
header.style-1 .main-menu>ul>li.active i {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li.current-menu-item::after,
header.style-1 .main-menu>ul>li.current_page_item::after,
header.style-1 .main-menu>ul>li.current-menu-ancestor::after,
header.style-1 .main-menu>ul>li.current-menu-parent::after,
header.style-1 .main-menu>ul>li.current_page_parent::after,
header.style-1 .main-menu>ul>li.current_page_ancestor::after,
header.style-1 .main-menu>ul>li.active::after {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul>li.current-menu-item .dropdown-icon2,
header.style-1 .main-menu>ul>li.current_page_item .dropdown-icon2,
header.style-1 .main-menu>ul>li.current-menu-ancestor .dropdown-icon2,
header.style-1 .main-menu>ul>li.current-menu-parent .dropdown-icon2,
header.style-1 .main-menu>ul>li.current_page_parent .dropdown-icon2,
header.style-1 .main-menu>ul>li.current_page_ancestor .dropdown-icon2,
header.style-1 .main-menu>ul>li.active .dropdown-icon2 {
    color: var(--primary-color1)
}

header.style-1 .main-menu>ul li.menu-item-has-children>i {
    display: none
}

header.style-1 .mobile-logo-area .mobile-logo-wrap img {
    width: 130px
}

header.style-1 .mobile-logo-area .mobile-logo-wrap img.dark {
    display: none
}

header.style-1 .mobile-logo-area .menu-close-btn {
    height: 38px;
    width: 38px;
    border-radius: 10px;
    border: 1px solid var(--borders-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.35s
}

header.style-1 .mobile-logo-area .menu-close-btn i {
    font-size: 26px;
    line-height: 1;
    color: var(--title-color);
    transition: 0.35s
}

header.style-1 .mobile-logo-area .menu-close-btn:hover {
    background-color: var(--title-color)
}

header.style-1 .mobile-logo-area .menu-close-btn:hover i {
    color: var(--white-color)
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes qode-draw {
    0%,
    100% {
        -webkit-clip-path: inset(-2px -2px);
        clip-path: inset(-2px -2px)
    }
    42% {
        -webkit-clip-path: inset(-2px -2px -2px 100%);
        clip-path: inset(-2px -2px -2px 100%)
    }
    43% {
        -webkit-clip-path: inset(-2px 100% -3px -2px);
        clip-path: inset(-2px 100% -3px -2px)
    }
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes qode-draw {
    0%,
    100% {
        -webkit-clip-path: inset(-2px -2px);
        clip-path: inset(-2px -2px)
    }
    42% {
        -webkit-clip-path: inset(-2px -2px -2px 100%);
        clip-path: inset(-2px -2px -2px 100%)
    }
    43% {
        -webkit-clip-path: inset(-2px 100% -3px -2px);
        clip-path: inset(-2px 100% -3px -2px)
    }
}

/*header.style-3 .main-menu>ul>li ul.sub-menu>li>a:hover {
    */
/*    color: var(--primary-color3)*/
/*
}

*/

/*header.style-3 .main-menu>ul>li ul.sub-menu>li>a:hover::before {
    */
/*    transform: scale(1)*/
/*
}

*/

header.style-3 .main-menu>ul>li ul.sub-menu>li>a.active {
    color: var(--primary-color1)
}

.mega-menu .bannner-img-wrap .bannner-img {
    display: block;
    width: 50%;
    height: auto;
    border-radius: 24px;
    overflow: hidden;
}

.mega-menu .banner-img {
    display: block;
    width: 100%;
    height: auto;
}

.mega-menu .bannner-img-wrap .banner-m {
    margin-bottom: 20px
}

/* ==========================================================================
   Mega Menu Sidebar Card - Modern & Professional
   ========================================================================== */
.mega-sidebar-card {
    position: relative;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 24px;
    overflow: hidden;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.05),
        0 10px 15px -3px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

/* Decorative Background Elements */
.mega-sidebar-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.mega-bg-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.4;
}

.mega-bg-shape-1 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #053880 0%, #0a5dc9 100%);
    top: -80px;
    right: -60px;
    filter: blur(60px);
}

.mega-bg-shape-2 {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #053880 0%, #0a5dc9 100%);
    bottom: -50px;
    left: -40px;
    filter: blur(50px);
}

/* Image Section */
.mega-sidebar-image {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.mega-image-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.mega-image-frame img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.mega-sidebar-card:hover .mega-image-frame img {
    transform: scale(1.03);
}

/* Floating Badge */
.mega-image-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    padding: 8px 14px;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    font-weight: 600;
    color: #053880;
}

.mega-image-badge svg {
    color: #2ECC71;
    flex-shrink: 0;
}

/* Decorative Dots Pattern */
.mega-dots-pattern {
    position: absolute;
    bottom: -10px;
    right: -10px;
    color: rgba(5, 56, 128, 0.1);
    z-index: -1;
}

/* Content Section */
.mega-sidebar-content {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.mega-sidebar-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.mega-sidebar-tag svg {
    color: #0EA5E9;
    flex-shrink: 0;
}

.mega-sidebar-heading {
    font-family: var(--font-suse);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #1c1a1e;
    margin-bottom: 20px;
    flex: 1;
}

.mega-sidebar-heading span {
    color: #053880;
    font-weight: 700;
}

/* CTA Button */
.mega-sidebar-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #053880 0%, #0a5dc9 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(5, 56, 128, 0.25);
}

.mega-sidebar-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(5, 56, 128, 0.35);
    color: #ffffff;
}

.mega-sidebar-cta svg {
    transition: transform 0.3s ease;
}

.mega-sidebar-cta:hover svg {
    transform: translateX(4px);
}

/* Banner Image Modifier */
.mega-sidebar-image.banner-m .mega-image-frame img {
    height: 200px;
}

/* Responsive adjustments */
@media (max-width: 1400px) {
    .mega-sidebar-card {
        padding: 20px;
}

.mega-image-frame img {
    height: 150px;
}

.mega-sidebar-heading {
    font-size: 16px;
}

.mega-sidebar-cta {
    padding: 12px 20px;
        font-size: 13px;
}

}

header.style-3 .main-menu>ul>li .mega-menu2 .solution-menu-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5);
    z-index: 0;
    border-radius: 10px
}

/* Underline animatie */
header.style-3 .main-menu > ul > li > a::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 6px;
    height: 2px;
    background: #17468A;
    border-radius: 999px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .22s cubic-bezier(.2,.8,.2,1);
}

/* Hover + keyboard focus */
header.style-3 .main-menu > ul > li:hover > a,
header.style-3 .main-menu > ul > li > a:focus-visible {
    background: rgba(23, 70, 138, 0.08);
    color: #17468A;
}

/* Active/current menu item */
header.style-3 .main-menu > ul > li.current-menu-item > a::after,
header.style-3 .main-menu > ul > li.current-menu-parent > a::after {
    transform: scaleX(1);
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes qode-draw {
    0%,
    100% {
        -webkit-clip-path: inset(-2px -2px);
        clip-path: inset(-2px -2px)
    }
    42% {
        -webkit-clip-path: inset(-2px -2px -2px 100%);
        clip-path: inset(-2px -2px -2px 100%)
    }
    43% {
        -webkit-clip-path: inset(-2px 100% -3px -2px);
        clip-path: inset(-2px 100% -3px -2px)
    }
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        visibility: visible
    }
}

@keyframes qode-draw {
    0%,
    100% {
        -webkit-clip-path: inset(-2px -2px);
        clip-path: inset(-2px -2px)
    }
    42% {
        -webkit-clip-path: inset(-2px -2px -2px 100%);
        clip-path: inset(-2px -2px -2px 100%)
    }
    43% {
        -webkit-clip-path: inset(-2px 100% -3px -2px);
        clip-path: inset(-2px 100% -3px -2px)
    }
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes fade-right {
    0% {
        opacity: 0;
        transform: translateX(10px);
        visibility: hidden
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        visibility: visible
    }
}

@keyframes qode-draw {
    0%,
    100% {
        -webkit-clip-path: inset(-2px -2px);
        clip-path: inset(-2px -2px)
    }
    42% {
        -webkit-clip-path: inset(-2px -2px -2px 100%);
        clip-path: inset(-2px -2px -2px 100%)
    }
    43% {
        -webkit-clip-path: inset(-2px 100% -3px -2px);
        clip-path: inset(-2px 100% -3px -2px)
    }
}

.remove-mask .home1-banner-section .banner-wrapper .bannner-img-wrap .bannner-img {
    -webkit-mask-image: none !important;
    mask-image: none !important;
    -webkit-mask-repeat: initial !important;
    mask-repeat: initial !important;
    width: 80%
}

.remove-mask .home1-banner-section .banner-wrapper .bannner-img-wrap {
    margin-top: 0px !important
}

.partner-area .partner-wrap .marquee {
    display: flex;
    gap: 80px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.partner-area .partner-wrap .marquee.dark {
    display: none;
    visibility: hidden
}

.partner-area .partner-wrap .marquee .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 80px;
    min-width: 100%;
    animation: scroll-x 30s linear infinite;
    height: 100px
}

.partner-area .partner-wrap .marquee .marquee__group a img {
    width: 155px;
    border-radius: 10px;
    --tw-shadow: 0px 150px 42px 0px rgba(0, 0, 0, 0.00), 0px 96px 38px 0px rgba(0, 0, 0, 0.01), 0px 6px 13px 0px rgba(0, 0, 0, 0.10) !important;
    --tw-shadow-colored: 0px 150px 42px 0px var(--tw-shadow-color), 0px 96px 38px 0px var(--tw-shadow-color), 0px 6px 13px 0px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

@keyframes scroll-x {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-100%)
    }
}

.partner-area.two .partner-title-area {
    margin-bottom: -17px
}

.partner-area.two .partner-title-area h6 {
    background-color: var(--white-color);
    color: var(--title-color)
}

.partner-area.two .partner-title-area h6 span {
    color: var(--primary-color2)
}

.partner-area.two .partner-wrap {
    padding: 60px 30px 45px;
    border: 1px solid var(--borders-color);
    border-radius: 20px
}

.partner-area.three .partner-title-area h6 {
    font-family: var(--font-suse);
    font-weight: 600
}

.partner-area.three .partner-title-area h6 span {
    color: var(--primary-color3)
}

.contact-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 14px 15px 14px 30px;
    border: 1px solid var(--borders-color);
    border-radius: 40px;
    max-width: 600px;
    width: 100%;
    margin-left: 700px
}

.contact-btn-area h6 {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    max-width: 340px;
    width: 100%
}

.contact-btn-area h6 span {
    color: var(--primary-color1);
    font-family: 'Kalam';
    font-weight: bolder;
    letter-spacing: .5px
}

.contact-btn-area .primary-btn1 {
    border-radius: 24px;
    padding: 16px 22px
}

.contact-btn-area .primary-btn1::after {
    border-radius: 24px
}

.contact-btn-area.two {
    max-width: 53%;
    border: unset;
    background-color: #F8F8F8;
    padding: 16px 15px 16px 40px;
    margin-left: 610px
}

.contact-btn-area.two h6 {
    font-family: var(--font-suse);
    font-size: 16px
}

.contact-btn-area.two .primary-btn3 {
    border-radius: 100px
}

.contact-btn-area.two .primary-btn4.transparent .content {
    background-color: #F8F8F8;
    border: 1px solid var(--title-color);
    color: var(--title-color)
}

.contact-btn-area.two .primary-btn4.transparent .icon {
    background-color: #F8F8F8;
    border: 1px solid var(--title-color)
}

.contact-btn-area.two .primary-btn4.transparent .icon svg {
    stroke: var(--title-color)
}

.home1-process-section .process-wrapper::before {
    content: url(../img/home1/home1-process-vector.svg);
    position: absolute;
    top: 15%;
    right: 0;
    z-index: -1
}

.home1-process-section .process-wrapper .section-title span {
    background-color: var(--white-color)
}

.home1-process-section .process-wrapper .process-slider-area .line {
    fill: var(--white-color);
    position: absolute;
    top: 46px;
    left: 50%;
    transform: translateX(-50%)
}

.home1-process-section .process-wrapper .process-slider-area .process-card .step-no-and-icon {
    padding-left: 12px
}

.home1-process-section .process-wrapper .process-slider-area .process-card .step-no-and-icon span {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 20px
}

.home1-process-section .process-wrapper .process-slider-area .process-card .step-no-and-icon .icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 14px
}

.home1-process-section .process-wrapper .process-slider-area .process-card .step-no-and-icon .icon i {
    color: var(--white-color);
    font-size: 15px;
    line-height: 1
}

.home1-process-section .process-wrapper .process-slider-area .process-card .step-no-and-icon .icon::before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 9px;
    background-color: var(--primary-color1);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0)
}

.home1-process-section .process-wrapper .process-slider-area .process-card .process-content {
    padding: 35px 30px;
    background-color: var(--white-color);
    border-radius: 20px
}

.home1-process-section .process-wrapper .process-slider-area .process-card .process-content h5 {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px
}

.home1-process-section .process-wrapper .process-slider-area .process-card .process-content p {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px
}

.home1-process-section .process-wrapper .process-slider-area .process-card .process-content ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.home1-process-section .process-wrapper .process-slider-area .process-card .process-content ul li {
    color: var(--text-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px
}

.home1-process-section .process-wrapper .process-slider-area .process-card .process-content ul li svg {
    fill: var(--white-color)
}

.home1-process-section .process-wrapper .process-slider-area .process-card .process-content ul li svg circle {
    fill: #E8E8E8
}

.home1-process-section .process-wrapper .process-slider-area .process-card .process-content ul li:last-child {
    margin-bottom: 0
}

@keyframes up-down2 {
    0% {
        transform: translateY(35px)
    }
    50% {
        transform: translateY(20px)
    }
    100% {
        transform: translateY(35px)
    }
}

.testimonial-card .author-area {
    display: flex;
    align-items: center;
    gap: 16px
}

.testimonial-card .author-area .author-img img {
    border-radius: 10px
}

.testimonial-card .author-area .author-content {
    line-height: 1
}

.testimonial-card .author-area .author-content h5 {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px
}

.testimonial-card .author-area .author-content span {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1
}

.testimonial-card .author-and-quote-area .quote {
    fill: #F0F0F0;
    margin-right: 100px
}

.testimonial-card .company-logo img {
    width: 144px
}

.testimonial-card .company-logo img.dark {
    display: none
}

.testimonial-card .company-logo span {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: block;
    padding-top: 14px
}

.testimonial-card.two {
    border: unset;
    background-color: #F0F0F0;
    padding: 60px 60px;
    position: relative;
    z-index: 1
}

.testimonial-card.two .company-logo {
    margin-bottom: 30px;
    display: flex;
    justify-content: center
}

.testimonial-card.two .testimonial-content {
    text-align: center;
    padding-bottom: 0;
    border-bottom: unset;
    margin-bottom: 45px
}

.testimonial-card.two .testimonial-content p {
    font-family: var(--font-suse)
}

.testimonial-card.two .author-area {
    justify-content: center
}

.testimonial-card.two .author-area .author-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.testimonial-card.two .quote {
    fill: none;
    stroke: var(--white-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.home1-testimonial-section .testimonial-slider-area .home1-testimonial-slider .swiper-wrapper {
    overflow: visible !important
}

.home1-testimonial-section .testimonial-slider-area .home1-testimonial-slider .swiper-slide-active .author-and-quote-area {
    animation: fadeInDown 1.7s
}

.home1-testimonial-section .testimonial-slider-area .home1-testimonial-slider .swiper-slide-active .testimonial-content,
.home1-testimonial-section .testimonial-slider-area .home1-testimonial-slider .swiper-slide-active .company-logo {
    animation: fadeInUp 1.7s
}

.home1-testimonial-section .rating-list li .single-rating.two {
    gap: 10px
}

.home1-testimonial-section .rating-list li .single-rating.two .rating .star li i {
    color: #E4C40C
}

.throwable-item {
    color: var(--white-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    background-color: #EF4B5D;
    padding: 10px 20px;
    text-align: center;
    border-radius: 25px;
    display: inline-block;
    position: absolute;
    max-width: calc(100% - 40px);
    white-space: nowrap;
    z-index: 99 !important;
    opacity: 1 !important;
    visibility: visible !important
}

.throwable-item.pink {
    background-color: #F11FBD
}

.throwable-item.blue {
    background-color: #6476E9
}

.throwable-item.green {
    background-color: #00B45A
}

.throwable-item.light-blue {
    background-color: #6A9AF2
}

.throwable-item.light-green {
    background-color: #00CD67
}

.home1-company-info-section .feature-wrap .title-area {
    max-width: 362px;
    width: 100%;
    padding: 35px
}

.home1-company-info-section .feature-wrap .title-area h3 {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 0
}

.home1-company-info-section .counter-wrap .counter-content-area .icon {
    width: 80px;
    height: 80px;
    background-color: #F1F1FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.home1-company-info-section .counter-wrap .counter-content-area .counter-content .number {
    display: flex;
    margin-bottom: 17px
}

.home1-company-info-section .counter-wrap .counter-content-area .counter-content .number h2,
.home1-company-info-section .counter-wrap .counter-content-area .counter-content .number span {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0
}

.footer-section .footer-menu-wrap {
    padding: 80px 0
}

.footer-section .footer-menu-wrap .footer-contact-wrap {
    max-width: 520px;
    width: 100%
}

.footer-section .footer-menu-wrap .footer-contact-wrap h2 {
    color: #000;
    font-family: var(--font-lora);
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 45px
}

.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 50px
}

.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact {
    display: flex;
    align-items: center;
    gap: 10px
}

.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .icon {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .content {
    line-height: 1
}

.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .content span {
    display: block;
    margin-bottom: 6px;
    font-family: 'Kalam';
    color: #DD0E56;
    font-size: 20px;
    font-weight: bolder;
    line-height: 1.1
}

.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .content a {
    color: #000;
    font-family: var(--font-lora);
    font-size: 19px;
    line-height: 1;
    transition: 0.5s
}

.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .content a:hover {
    color: var(--primary-color1)
}

.footer-section .footer-menu-wrap .footer-contact-wrap .primary-btn1 {
    background-color: #18161A;
    border-color: rgb(255 255 255 / .1);
    color: var(--white-color);
    padding: 15px 24px
}

.footer-section .footer-menu-wrap .footer-contact-wrap .primary-btn1 svg {
    stroke: var(--white-color)
}

.footer-section .footer-menu-wrap .footer-widget .widget-title {
    margin-bottom: 35px
}

.footer-section .footer-menu-wrap .footer-widget .widget-title h3 {
    color: #000;
    font-family: var(--font-lora);
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0
}

.footer-section .footer-menu-wrap .footer-widget .widget-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-section .footer-menu-wrap .footer-widget .widget-list li {
    margin-bottom: 20px
}

.footer-section .footer-menu-wrap .footer-widget .widget-list li:last-child {
    margin-bottom: 0
}

.footer-section .footer-menu-wrap .footer-widget .widget-list li a {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: color 0.25s ease-out, transform 0.25s cubic-bezier(.25, 1, .5, 1)
}

.footer-section .footer-menu-wrap .footer-widget p {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: color 0.25s ease-out, transform 0.25s cubic-bezier(.25, 1, .5, 1)
}

.footer-widget .contact-info a {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: color 0.25s ease-out, transform 0.25s cubic-bezier(.25, 1, .5, 1)
}

.footer-widget .contact-info a:hover {
    transform: translateX(6px);
    color: #16B4BE
}

.footer-section .footer-menu-wrap .footer-widget .widget-list li a:hover {
    transform: translateX(6px);
    color: #16B4BE
}

.footer-section .footer-menu-wrap .footer-widget .widget-list li a span {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 3px 8px;
    background-color: var(--primary-color1);
    border-radius: 50px
}

.footer-section .footer-menu-wrap .newsletter-area {
    max-width: 250px;
    width: 100%
}

.footer-section .footer-menu-wrap .newsletter-area h3 {
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 35px
}

.footer-section .footer-menu-wrap .newsletter-area .newsletter-form {
    padding: 20px 20px;
    background-color: #272529;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.footer-section .footer-menu-wrap .newsletter-area .newsletter-form input {
    color: var(--white-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    width: 100%;
    background-color: #fff0
}

.footer-section .footer-menu-wrap .newsletter-area .newsletter-form input::-moz-placeholder {
    color: var(--dark-text-color)
}

.footer-section .footer-menu-wrap .newsletter-area .newsletter-form input::placeholder {
    color: var(--dark-text-color)
}

.footer-section .footer-menu-wrap .newsletter-area .newsletter-form svg {
    fill: var(--white-color);
    min-width: 18px
}

.footer-section .footer-menu-wrap .social-area {
    padding-top: 40px
}

.footer-section .footer-menu-wrap .social-area h5 {
    color: var(--white-color);
    font-family: var(--font-suse);
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px
}

.footer-section .file-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: var(--white-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
    transition: 0.5s
}

.footer-section .file-download-btn .icon {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    background-color: var(--primary-color1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-section .file-download-btn .icon svg {
    fill: var(--white-color)
}

.footer-section .file-download-btn:hover {
    color: var(--primary-color1)
}

.footer-section .logo-and-sevice-menu-wrap {
    padding: 27px 40px;
    background-color: #18161A;
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.footer-section .logo-and-sevice-menu-wrap .service-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 45px
}

.footer-section .logo-and-sevice-menu-wrap .service-list li {
    line-height: 1
}

.footer-section .logo-and-sevice-menu-wrap .service-list li a {
    color: var(--dark-text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    transition: 0.5s
}

.footer-section .logo-and-sevice-menu-wrap .service-list li a:hover {
    color: var(--white-color)
}

.footer-section .social-list {
    padding: 0;
    margin-top: 15px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px
}

.footer-section .social-list li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #2F2F2F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    transition: 0.5s
}

.footer-section .social-list li a:hover {
    background-color: var(--primary-color1)
}

.footer-section .social-list li a i {
    font-size: 16px
}

.footer-section .social-list li a i.bi-twitter-x {
    font-size: 12px
}

.footer-section .copyright-and-social-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 0
}

.footer-section .copyright-and-social-area ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
    list-style-type: none;
    margin: 0
}

.footer-section .copyright-and-social-area ul li {
    margin-inline: 8px
}

.copyright-and-social-area ul li a span,
.copyright-and-social-area ul li span {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 13px
}

.footer-section .copyright-and-social-area p {
    color: var(--dark-text-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 18.23px;
    margin-bottom: 0
}

.footer-section .copyright-and-social-area p a {
    color: var(--primary-color1);
    transition: 0.5s
}

.footer-section .copyright-and-social-area p a:hover {
    color: var(--primary-color1);
    transform: translateX(4px)
}

.footer-section .copyright-and-social-area .terms-condition {
    display: flex;
    align-items: center;
    gap: 8px
}

.footer-section .copyright-and-social-area .terms-condition svg {
    fill: #C4C4C4
}

.footer-section .copyright-and-social-area .terms-condition p {
    color: #C4C4C4;
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 18.23px;
    margin-bottom: 0
}

.footer-section .copyright-and-social-area .terms-condition p a {
    color: var(--white-color);
    text-decoration: underline;
    transition: 0.5s
}

.footer-section .copyright-and-social-area .terms-condition p a:hover {
    color: var(--primary-color3)
}

.footer-section .location-list {
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 200px;
    width: 100%
}

.footer-section .location-list li {
    margin-bottom: 45px
}

.footer-section .location-list li:last-child {
    margin-bottom: 0
}

.footer-section .location-list li span {
    color: var(--white-color);
    font-family: var(--font-suse);
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    display: block;
    margin-bottom: 15px
}

.footer-section .location-list li a {
    color: var(--dark-text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: underline;
    transition: 0.5s
}

.footer-section .location-list li a:hover {
    color: var(--primary-color3)
}

@keyframes translate3dMove {
    0% {
        transform: translate3d(0, 0, 0)
    }
    25% {
        transform: translate3d(10px, -10px, 0)
    }
    50% {
        transform: translate3d(20px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 10px, 0)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rotateXAnim {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.home2-process-section .title-area {
    display: flex;
    justify-content: center;
    margin-bottom: -17px
}

.home2-process-section .title-area h6 {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 6px 20px;
    border: 1px solid var(--borders-color);
    background-color: var(--white-color);
    border-radius: 22px
}

.home2-testimonial-section .testimonial-slider-area .slider-btn-area .franctional-pagi .swiper-pagination-total {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 700;
    font-family: var(--font-lora)
}

.home2-testimonial-section .home2-testimonial-slider .swiper-slide-active .company-logo {
    animation: fadeInDown 1.7s
}

.home2-testimonial-section .home2-testimonial-slider .swiper-slide-active .testimonial-content,
.home2-testimonial-section .home2-testimonial-slider .swiper-slide-active .author-area {
    animation: fadeInUp 1.7s
}

.home2-feature-slider-section .feature-content-wrap .section-title {
    margin-bottom: 40px
}

.home2-feature-slider-section .feature-content-wrap .section-title.two>span {
    background-color: #2F2F2F;
    color: var(--white-color)
}

.home2-feature-slider-section .feature-content-wrap ul li:last-child {
    margin-bottom: 0
}

.home2-feature-slider-section .feature-slider-area .swiper-pagination1 {
    display: inline-flex;
    align-items: center;
    width: unset;
    z-index: 9;
    gap: 10px
}

.home2-feature-slider-section .feature-slider-area .swiper-pagination1 .swiper-pagination-bullet {
    height: 8px;
    width: 25px;
    background-color: var(--white-color);
    opacity: 1;
    position: relative;
    border-radius: 4px
}

.home2-feature-slider-section .feature-slider-area .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    background-color: #3B3A3B
}

.home2-feature-slider-section .home2-feature-slider .swiper-slide-active .section-title {
    animation: fadeInDown 1.7s
}

.home2-feature-slider-section .home2-feature-slider .swiper-slide-active ul,
.home2-feature-slider-section .home2-feature-slider .swiper-slide-active .primary-btn2 {
    animation: fadeInUp 1.7s
}

.blog-card {
    border: 1px solid var(--borders-color);
    padding: 10px;
    border-radius: 20px
}

.blog-card .blog-img {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px 10px 0 0;
    transition: all 0.5s ease-out
}

.blog-card .blog-img img {
    border-radius: 10px 10px 0 0;
    min-height: 230px;
    object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease-out
}

.blog-card .blog-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgb(255 255 255 / .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1
}

.blog-card .blog-content {
    padding: 35px 15px 25px
}

.blog-card .blog-content .blog-category a {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    padding: 8px 15px;
    background-color: #F0F0F0;
    border-radius: 5px;
    transition: 0.5s;
    margin-bottom: 15px
}

.blog-card .blog-content .blog-category a:hover {
    background-color: var(--primary-color2);
    color: var(--dark-title-color)
}

.blog-card .blog-content h4 {
    margin-bottom: 50px
}

.blog-card .blog-content h4 a {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 27px;
    font-weight: 600;
    line-height: 1.3;
    transition: 0.5s
}

.blog-card .blog-content h4 a:hover {
    color: var(--primary-color2)
}

.blog-card .blog-content .date-and-time {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px
}

.blog-card .blog-content .date-and-time li {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding-left: 20px;
    position: relative
}

.blog-card .blog-content .date-and-time li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--black-color)
}

.blog-card .blog-content .date-and-time li:first-child {
    padding-left: 0
}

.blog-card .blog-content .date-and-time li:first-child::before {
    display: none
}

.blog-card .blog-content .date-and-time li a {
    color: var(--text-color);
    transition: 0.5s
}

.blog-card .blog-content .date-and-time li a:hover {
    color: var(--primary-color2)
}

.blog-card:hover .blog-img img {
    transform: scale(1.1)
}

.blog-card:hover .blog-img::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: #fff0
}

.blog-card.two .blog-content .blog-category a:hover {
    background-color: var(--primary-color3);
    color: var(--white-color)
}

.blog-card.two .blog-content h4 a:hover {
    color: var(--primary-color3)
}

.blog-card.two .blog-content .date-and-time li a:hover {
    color: var(--primary-color3)
}

.home2-contact-section .section-title {
    margin-bottom: 65px
}

.home2-contact-section .section-title span {
    background-color: var(--dark-white-color)
}

.home2-contact-section .section-title p {
    padding-top: 15px
}

.home3-portfolio-section .title-area {
    display: flex;
    justify-content: space-between
}

.home3-portfolio-section .title-area .project-time {
    text-align: center
}

.home3-portfolio-section .title-area .project-time span {
    color: var(--white-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    padding: 5px 15px;
    background-color: #FF6B00;
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 22px;
    margin-bottom: 10px
}

.home3-portfolio-section .title-area .project-time p {
    color: var(--white-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0
}

.home3-portfolio-section .primary-btn3 {
    background-color: #FF6B00;
    padding: 20px 35px;
    color: var(--white-color);
    border-radius: 100px
}

.home3-portfolio-section .primary-btn3 svg {
    stroke: var(--white-color)
}

.portfolio-card .portfolio-img-wrap {
    position: relative
}

.portfolio-card .portfolio-img-wrap .portfolio-img {
    -webkit-mask-image: url(../img/home/portfolio-img-bg.png);
    mask-image: url(../img/home/portfolio-img-bg.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: right;
    mask-position: right;
    border-radius: 20px 20px 0 0;
    -webkit-mask-position: top right;
    mask-position: top right
}

.portfolio-card .portfolio-img-wrap .portfolio-img img {
    border-radius: 20px 20px 0 0;
    max-height: 480px;
    object-fit: cover;
    object-fit: cover
}

.portfolio-card .portfolio-img-wrap .details-btn-wrap {
    position: absolute;
    top: 35px;
    left: 35px;
    display: flex;
    align-items: center;
    gap: 10px
}

.portfolio-card .portfolio-img-wrap .details-btn-wrap .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.portfolio-card .portfolio-img-wrap .details-btn-wrap .icon i {
    font-size: 28px;
    color: var(--dark-title-color);
    line-height: 1
}

.portfolio-card .portfolio-img-wrap .details-btn-wrap .details-btn {
    color: var(--white-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    background-color: var(--dark-black-color);
    border-radius: 100px;
    white-space: nowrap;
    transition: 0.5s;
    transform-origin: left;
    position: absolute;
    top: 50%;
    left: 50px;
    opacity: 0;
    transform: translateY(-50%) scaleX(0)
}

.portfolio-card .portfolio-img-wrap .details-btn-wrap .details-btn svg {
    fill: none;
    stroke: var(--white-color)
}

.portfolio-card .portfolio-img-wrap .details-btn-wrap:hover .details-btn {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
    visibility: visible
}

.portfolio-card .portfolio-content {
    padding: 30px 35px 35px;
    background-color: #18161A;
    border: 1px solid rgb(255 255 255 / .08);
    border-top: unset;
    border-radius: 0 0 20px 20px
}

.portfolio-card .portfolio-content h3 {
    margin-bottom: 10px
}

.portfolio-card .portfolio-content h3 a {
    color: var(--white-color);
    font-family: var(--font-suse);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    transition: 0.5s
}

.portfolio-card .portfolio-content h3 a:hover {
    color: var(--primary-color3)
}

.portfolio-card .portfolio-content p {
    color: var(--dark-text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 25px
}

.portfolio-card .portfolio-content p span {
    color: var(--white-color);
    font-weight: 600
}

.portfolio-card .portfolio-content .tag {
    color: var(--white-color);
    font-family: var(--font-suse);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 16px;
    background-color: rgb(47 47 47 / .6);
    border-radius: 50px;
    transition: 0.5s
}

.portfolio-card .portfolio-content .tag:hover {
    background-color: var(--primary-color3)
}

.portfolio-card.two .portfolio-content {
    background-color: #fff0;
    border: 1px solid var(--borders-color);
    border-top: unset
}

.portfolio-card.two .portfolio-content h3 a {
    color: var(--title-color)
}

.portfolio-card.two .portfolio-content h3 a:hover {
    color: var(--primary-color3)
}

.portfolio-card.two .portfolio-content p {
    color: var(--text-color)
}

.portfolio-card.two .portfolio-content p span {
    color: var(--title-color)
}

.portfolio-card.two .portfolio-content .tag {
    color: var(--title-color);
    background-color: #F0F0F0
}

.portfolio-card.two .portfolio-content .tag:hover {
    background-color: var(--primary-color3);
    color: var(--white-color)
}

.home3-blog-section .blog-slider-area .slider-btn-grp .slider-btn:hover {
    background-color: var(--primary-color3)
}

.home3-blog-section .blog-slider-area .slider-btn-grp .slider-btn:hover svg {
    stroke: var(--white-color)
}

.home3-blog-section .blog-slider-area:hover .slider-btn-grp .slider-btn {
    opacity: 1
}

.animated-svg {
    position: relative;
    margin-bottom: 45px
}

.animated-svg .blinking-svg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 102px;
    width: 100%
}

.animated-svg .blinking-svg .circle {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--primary-color3);
    border-radius: 50%;
    transition-duration: 0.8s;
    transition-property: transform
}

.animated-svg .blinking-svg .circle:nth-child(1),
.animated-svg .blinking-svg .circle:nth-child(4),
.animated-svg .blinking-svg .circle:nth-child(7),
.animated-svg .blinking-svg .circle:nth-child(13) {
    opacity: 0
}

.animated-svg .blinking-svg .circle.hide {
    transform: scale(0);
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(.68, 0, .84, 0);
    transform-origin: center
}

.home4-feature-section .partner-area .google-partner .dark,
.home4-feature-section .partner-area .microsoft-partner .dark {
    display: none
}

.home4-service-section .result-area {
    max-width: 200px;
    width: 100%
}

.home4-service-section .result-area span {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 12px
}

.home4-service-section .result-area p {
    color: var(--text-color);
    font-family: var(--font-suse);
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    margin-bottom: 0
}

.home4-service-section .result-area svg {
    fill: var(--title-color)
}

@keyframes qodef-animate-image-out {
    0% {
        transform: scale(1) translateZ(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
    100% {
        transform: scale(1);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
}

@keyframes qodef-animate-image-in {
    0% {
        transform: scale(1.05) translateZ(0);
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }
    100% {
        transform: scale(1);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
}

.home4-case-study-section .result-area {
    max-width: 200px;
    width: 100%
}

.home4-case-study-section .result-area span {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 12px
}

.home4-case-study-section .result-area p {
    color: var(--text-color);
    font-family: var(--font-suse);
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    margin-bottom: 0
}

.home4-case-study-section .result-area p strong {
    color: var(--title-color)
}

.home4-case-study-section .result-area svg {
    fill: var(--title-color)
}

.home4-case-study-section .details-btn {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.5s
}

.home4-case-study-section .details-btn svg {
    fill: none;
    stroke: var(--title-color);
    transition: 0.5s
}

.home4-case-study-section .details-btn:hover {
    color: var(--primary-color3)
}

.home4-case-study-section .details-btn:hover svg {
    stroke: var(--primary-color3);
    transform: rotate(45deg)
}

.case-study-card2 .case-study-img {
    position: relative;
    overflow: hidden;
    display: block
}

.case-study-card2 .case-study-img img {
    transition: all 0.5s ease-out;
    min-height: 391px;
    object-fit: cover;
    object-fit: cover
}

.case-study-card2 .case-study-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgb(255 255 255 / .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1
}

.case-study-card2 .case-study-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
    padding: 30px 0
}

.case-study-card2 .case-study-content-wrap .case-study-content .case-study-logo {
    margin-bottom: 15px
}

.case-study-card2 .case-study-content-wrap .case-study-content .case-study-logo .dark {
    display: none
}

.case-study-card2 .case-study-content-wrap .case-study-content h4 {
    margin-bottom: 25px
}

.case-study-card2 .case-study-content-wrap .case-study-content h4 a {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    transition: 0.5s
}

.case-study-card2 .case-study-content-wrap .case-study-content h4 a:hover {
    color: var(--primary-color3)
}

.case-study-card2 .case-study-content-wrap .case-study-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.case-study-card2 .case-study-content-wrap .case-study-content ul li h6 {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px
}

.case-study-card2 .case-study-content-wrap .case-study-content ul li h6 svg {
    fill: var(--text-color)
}

.case-study-card2 .case-study-content-wrap .case-study-content ul li .counter-area {
    display: flex;
    align-items: center;
    margin-left: 15px
}

.case-study-card2 .case-study-content-wrap .case-study-content ul li .counter-area h5,
.case-study-card2 .case-study-content-wrap .case-study-content ul li .counter-area span {
    color: var(--primary-color3);
    font-family: var(--font-dmsans);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0
}

.case-study-card2 .case-study-content-wrap .primary-btn4 {
    display: inline-flex
}

.case-study-card2 .case-study-content-wrap .primary-btn4.transparent .content,
.case-study-card2 .case-study-content-wrap .primary-btn4.transparent .icon {
    background-color: var(--dark-white-color)
}

.case-study-card2:hover .case-study-img img {
    transform: scale(1.1)
}

.case-study-card2:hover .case-study-img::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: #fff0
}

.case-study-card2.two .case-study-img {
    border-radius: 20px 20px 0 0
}

.case-study-card2.two .case-study-img img {
    border-radius: 20px 20px 0 0;
    min-height: 398px;
    object-fit: cover;
    object-fit: cover
}

.case-study-card2.two .case-study-content-wrap {
    padding: 35px;
    border: 1px solid var(--borders-color);
    border-top: unset;
    border-radius: 0 0 20px 20px;
    gap: 45px
}

.case-study-card2.two .case-study-content-wrap .case-study-content h4 a {
    font-size: 35px;
    font-weight: 600
}

.case-study-card2.two .case-study-content-wrap .case-study-content ul {
    justify-content: start;
    gap: 60px
}

.case-study-card2.three .case-study-img {
    border-radius: 20px 20px 0 0
}

.case-study-card2.three .case-study-img img {
    border-radius: 20px 20px 0 0;
    min-height: 300px;
    object-fit: cover;
    object-fit: cover
}

.case-study-card2.three .case-study-content-wrap {
    padding: 35px;
    border: 1px solid var(--borders-color);
    border-top: unset;
    border-radius: 0 0 20px 20px;
    gap: 45px
}

.case-study-card2.three .case-study-content-wrap .case-study-content ul {
    justify-content: start;
    gap: 40px
}

.home4-team-section .button-area {
    position: relative;
    padding-left: 80px;
    padding-top: 20px;
    margin-bottom: 10px
}

.home4-team-section .button-area .arrow {
    position: absolute;
    top: 0;
    left: 0;
    fill: var(--title-color)
}

.home4-team-section .button-area h5 {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px
}

.home4-team-section .button-area h5 img {
    width: 42px
}

.home4-team-section .swiper-pagination1 {
    display: inline-flex;
    align-items: center;
    width: unset;
    z-index: 9;
    gap: 10px
}

.home4-team-section .swiper-pagination1 .swiper-pagination-bullet {
    height: 8px;
    width: 25px;
    background-color: var(--white-color);
    opacity: 1;
    position: relative;
    border-radius: 4px;
    border: 1px solid var(--borders-color)
}

.home4-team-section .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    background-color: var(--primary-color3);
    border: unset
}

.team-img img {
    display: block;
    width: 100%;
    height: auto
}

.team-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / .6);
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    z-index: 2
}

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

.home5-graph-section .grap-wrapper::before {
    content: url(../img/home5/home5-graph-section-bg.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.home5-testimonial-section .rating-and-btn-area .rating-list li .single-rating.two {
    gap: 10px
}

.home5-testimonial-section .rating-and-btn-area .rating-list li .single-rating.two .rating .star li i {
    color: #E4C40C
}

.home5-testimonial-section .rating-and-btn-area .slider-btn-grp .slider-btn:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color)
}

.home5-testimonial-section .rating-and-btn-area .slider-btn-grp .slider-btn:hover svg {
    stroke: var(--primary-color4)
}

.home5-testimonial-section .home2-testimonial-slider .swiper-slide-active span,
.home5-testimonial-section .home2-testimonial-slider .swiper-slide-active p {
    animation: fadeInDown 1.7s
}

.home5-testimonial-section .home2-testimonial-slider .swiper-slide-active .author-area {
    animation: fadeInUp 1.7s
}

.home5-blog-section .view-btn:hover svg {
    transform: rotate(45deg)
}

.dashboard-img-section .dark {
    display: none
}

.home6-review-section .review-wrapper .title-area {
    padding: 7px 20px;
    background-color: var(--white-color);
    border-radius: 22px;
    display: flex;
    justify-content: center;
    max-width: 331px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 35px
}

.home6-review-section .review-wrapper .title-area h5 {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0
}

.home6-review-section .review-wrapper .review-list .single-review a .logo {
    background-image: url(../img/home6/review-logo-bg.svg);
    background-repeat: no-repeat;
    min-height: 70px;
    min-width: 74px;
    display: flex;
    align-items: center
}

.home6-review-section .review-wrapper .review-list .single-review a .logo img {
    padding-left: 10px
}

.home6-review-section .review-wrapper .review-list .single-review a .logo .dark {
    display: none
}

.home6-review-section .review-wrapper .download-area a:hover {
    color: var(--primary-color3)
}

.home6-review-section .review-wrapper .download-area a:hover svg {
    stroke: var(--primary-color3);
    transform: rotate(45deg)
}

.home6-integration-section .company-logo {
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.home6-integration-section .company-logo:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 89px;
    height: 89px;
    background-color: #F0F0F0;
    border-radius: 50%;
    z-index: -1
}

.home6-integration-section .integration-wrap .single-integration .dark {
    display: none
}

.home6-integration-section .view-all-btn:hover {
    color: var(--primary-color3)
}

.home6-integration-section .view-all-btn:hover svg {
    stroke: var(--primary-color3);
    transform: rotate(45deg)
}

.home6-faq-section .enqiry-btn:hover {
    background-color: var(--primary-color3);
    border-color: var(--primary-color3)
}

.home6-faq-section .enqiry-btn:hover svg {
    stroke: var(--white-color);
    transform: rotate(45deg)
}

.home6-faq-section .enqiry-btn:hover span {
    color: var(--white-color)
}

.home6-blog-section .section-title span {
    border-color: var(--borders-color)
}

.portfolio-card2 .portfolio-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    -webkit-mask-image: url(../img/portfolio-img-bg.png);
    mask-image: url(../img/portfolio-img-bg.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: right;
    mask-position: right;
    border-radius: 20px 20px 0 0;
    -webkit-mask-position: top right;
    mask-position: top right
}

.portfolio-card2 .portfolio-img img {
    border-radius: 20px;
    max-height: 370px;
    min-height: 370px;
    width: 100%;
    object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease-out;
    z-index: 20
}

.portfolio-card2 .portfolio-img a {
    display: flex
}

.portfolio-card2 .portfolio-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgb(255 255 255 / .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1
}

.portfolio-card2 .portfolio-img .details-btn-wrap {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transition: 0.5s;
    z-index: 2
}

.portfolio-card2 .portfolio-img .details-btn-wrap .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.portfolio-card2 .portfolio-img .details-btn-wrap .icon i {
    font-size: 32px;
    color: var(--dark-title-color)
}

.portfolio-card2 .portfolio-img .details-btn-wrap .details-btn {
    color: var(--white-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    background-color: var(--dark-black-color);
    border-radius: 100px;
    white-space: nowrap;
    transition: 0.5s;
    transform-origin: right;
    position: absolute;
    top: 50%;
    right: 50px;
    opacity: 0;
    transform: translateY(-50%) scaleX(0)
}

.portfolio-card2 .portfolio-img .details-btn-wrap .details-btn svg {
    fill: none;
    stroke: var(--white-color)
}

.portfolio-card2 .portfolio-img .details-btn-wrap:hover .details-btn {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
    visibility: visible
}

.portfolio-card2 .portfolio-content {
    margin-top: 25px
}

.portfolio-card2 .portfolio-content span a {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 5px 17px;
    display: inline-block;
    background-color: var(--dark-white-color);
    border: 1px solid var(--borders-color);
    border-radius: 50px;
    margin-bottom: 10px
}

.portfolio-card2 .portfolio-content h4 {
    margin-bottom: 0
}

.portfolio-card2 .portfolio-content h4 a {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    transition: 0.5s
}

.portfolio-card2 .portfolio-content h4 a:hover {
    color: var(--primary-color4)
}

.portfolio-card2:hover .portfolio-img::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: #fff0
}

.portfolio-card2:hover .portfolio-img img {
    transform: scale(1.1)
}

.portfolio-card2:hover .portfolio-img .details-btn-wrap {
    opacity: 1
}

.portfolio-card2.two .portfolio-content {
    padding-left: 35px
}

.portfolio-card2.two .portfolio-content h4 a:hover {
    color: var(--primary-color3)
}

.portfolio-card2.three .portfolio-content {
    text-align: center
}

.portfolio-card2.three .portfolio-content h4 a:hover {
    color: var(--primary-color3)
}

.home7-testimonial-section .testimonial-slider-area .slider-btn-grp .slider-btn:hover {
    background-color: var(--primary-color4);
    border-color: var(--primary-color4)
}

.home7-testimonial-section .testimonial-slider-area .slider-btn-grp .slider-btn:hover svg {
    stroke: var(--dark-title-color)
}

.home7-testimonial-section .testimonial-slider-area .home1-testimonial-slider .swiper-slide-active .company-logo,
.home7-testimonial-section .testimonial-slider-area .home1-testimonial-slider .swiper-slide-active p {
    animation: fadeInDown 1.7s
}

.home7-testimonial-section .testimonial-slider-area .home1-testimonial-slider .swiper-slide-active .author-area {
    animation: fadeInUp 1.7s
}

.home7-award-section .vector {
    margin-top: 50px;
    animation: up-down2 2s linear infinite alternate
}

.home7-award-section .vector svg {
    fill: var(--primary-color4)
}

.award-table tbody tr td:nth-child(2) {
    min-width: 400px
}

.award-table tbody tr td:first-child {
    padding-left: 0
}

.award-table tbody tr td:last-child {
    text-align: end;
    padding-right: 0
}

.award-table tbody tr:first-child {
    border-top: none
}

.award-table tbody tr:first-child td {
    padding-top: 0
}

.award-table tbody tr:last-child {
    border-bottom: none
}

.award-table tbody tr:last-child td {
    padding-bottom: 0
}

.award-table tbody tr:hover td a {
    color: var(--primary-color4)
}

.award-table tbody tr:hover td img {
    opacity: 1;
    transform: translateY(-50%) rotate(25deg) scale(1)
}

.award-table.two tbody tr {
    border-color: var(--borders-color)
}

.award-table.two tbody tr td {
    color: var(--title-color)
}

.award-table.two tbody tr td a,
.award-table.two tbody tr td span {
    color: var(--title-color);
    font-weight: 600
}

.award-table.two tbody tr:hover td a {
    color: var(--primary-color3)
}

.home7-blog-section .blog-slider-area .slider-btn-grp .slider-btn:hover {
    background-color: var(--primary-color4);
    border-color: var(--primary-color4)
}

.home7-blog-section .blog-slider-area .slider-btn-grp .slider-btn:hover svg {
    stroke: var(--dark-title-color)
}

.home7-blog-section .blog-slider-area:hover .slider-btn-grp .slider-btn {
    opacity: 1
}

.pagination-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap
}

.pagination-area .paginations {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px
}

.pagination-area .paginations .page-item a {
    color: var(--text-color);
    font-family: var(--font-suse);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--borders-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s
}

.pagination-area .paginations .page-item a:hover {
    background-color: var(--primary-color3);
    color: var(--white-color)
}

.pagination-area .paginations .page-item a.current {
    background-color: var(--primary-color3);
    color: var(--white-color)
}

.pagination-area .paginations .page-item.active a {
    background-color: var(--primary-color3);
    color: var(--white-color)
}

.pagination-area .paginations-button a {
    min-width: 88px;
    max-width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid var(--borders-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transition: 0.7s
}

.pagination-area .paginations-button a svg {
    fill: none;
    stroke: var(--title-color);
    transition: 0.5s
}

.pagination-area .paginations-button a:hover {
    color: var(--white-color);
    box-shadow: inset 0 0 0 10em var(--primary-color3)
}

.pagination-area .paginations-button a:hover svg {
    stroke: var(--white-color)
}

.portfolio-page .nav-pills {
    padding: 15px 20px;
    border-radius: 100px;
    border: 1px solid var(--borders-color);
    display: inline-flex;
    gap: 35px
}

.portfolio-page .nav-pills .nav-item .nav-link {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    background-color: #F0F0F0;
    border-radius: 50px;
    padding: 7px 18px;
    transition: 0.5s
}

.portfolio-page .nav-pills .nav-item .nav-link.active {
    background-color: var(--primary-color3);
    color: var(--white-color)
}

.portfolio-page .nav-pills .nav-item .nav-link:hover {
    background-color: var(--primary-color3);
    color: var(--white-color)
}

.portfolio-caption-card {
    position: relative
}

.portfolio-caption-card .portfolio-caption-img img {
    border-radius: 20px;
    max-height: 540px;
    min-height: 540px;
    width: 100%;
    object-fit: cover;
    object-fit: cover
}

.portfolio-caption-card .info-flow-content {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s, transform 0.7s cubic-bezier(.23, 1, .32, 1)
}

.portfolio-caption-card .info-flow-content h6 {
    margin-bottom: 0;
    line-height: 1
}

.portfolio-caption-card .info-flow-content h6 a {
    color: var(--white-color);
    font-family: var(--font-suse);
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .02em;
    background-color: var(--primary-color3);
    display: inline-block;
    padding: 6px 16px;
    border-radius: 10px
}

.portfolio-caption-card .info-flow-content>a {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
    display: inline-block;
    padding: 7px 19px;
    background-color: var(--white-color);
    border-radius: 10px
}

.portfolio-caption-card:hover .info-flow-content {
    opacity: 1
}

.industries-page-banner .banner-content-wrap .vector {
    fill: none;
    stroke: #F8F8F8;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.industries-page-banner .banner-content-wrap .banner-title h2 {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 0
}

.industries-page-banner .banner-content-wrap .banner-content p {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0
}

.industries-page-banner .banner-content-wrap .banner-content p:first-child {
    margin-bottom: 25px
}

.industries-page-banner .banner-content-wrap .banner-content p span {
    color: var(--title-color)
}

.industries-page-banner .banner-content-wrap .banner-content p a {
    color: var(--primary-color3);
    transition: 0.5s
}

.industries-page-banner .banner-content-wrap .banner-content p a:hover {
    color: var(--title-color)
}

.industries-page-banner .banner-content-wrap .banner-content .primary-btn3 {
    margin-top: 60px
}

.industries-page-banner.two .banner-content-wrap {
    background-color: #C1E8CF
}

.industries-page-banner.two .banner-content-wrap .vector {
    stroke: #B2D9C0
}

.service2-page .section-title2 .shape-and-title-area svg path:last-child {
    fill: var(--title-color)
}

.service2-page .service-card4 .icon {
    margin-bottom: 50px
}

.service2-page .service-card4 .icon svg {
    fill: var(--title-color)
}

.service2-page .service-card4 h4 a:hover {
    color: var(--primary-color3)
}

.service2-page .service-card4:hover .icon svg {
    animation: bounceIn 1.2s linear
}

.service2-page .service-card4.two {
    background-color: #F0F0F0
}

.service2-page .service-card4.three {
    background-color: #D4DFFC
}

.award-page-banner .counter-area {
    height: 100%
}

.award-page-banner .single-counter .number {
    display: flex;
    margin-bottom: 20px
}

.award-page-banner .single-counter .number h2,
.award-page-banner .single-counter .number span {
    color: var(--white-color);
    font-family: var(--font-suse);
    font-weight: 600;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 0
}

.award-page-banner .single-counter .arrow {
    fill: none;
    stroke: var(--white-color);
    position: absolute;
    top: 30px;
    right: 30px
}

.award-page-banner .single-counter.two {
    background-color: #27BD9F
}

.award-list-section .award-wrap .award-img-group li .award-img .dark {
    display: none
}

.award-list-section .award-wrap .award-img-group li.active .award-img {
    animation: qodef-animate-image-in 0.7s cubic-bezier(.78, .2, .21, .88) forwards;
    z-index: 15;
    opacity: 1
}

.social-responsibility-section .title-area h2 {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
    max-width: 424px;
    width: 100%;
    padding: 8px 0
}

.social-responsibility-section .title-area .divider {
    fill: var(--borders-color);
    width: 100%
}

.social-responsibility-section .content-and-img-wrap .content-area p:first-child {
    margin-bottom: 20px
}

.social-responsibility-section .content-and-img-wrap .content-area p:first-child::first-letter {
    font-size: 28px;
    color: var(--title-color)
}

.social-responsibility-contact-section .social-responsibility-contact-wrap .contact-content .social-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px
}

.social-responsibility-contact-section .social-responsibility-contact-wrap .contact-content .social-list li .social-area {
    display: inline-flex;
    align-items: center
}

.social-responsibility-contact-section .social-responsibility-contact-wrap .contact-content .social-list li .social-area .icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--primary-color3);
    display: flex;
    align-items: center;
    justify-content: center
}

.social-responsibility-contact-section .social-responsibility-contact-wrap .contact-content .social-list li .social-area .icon i {
    color: var(--white-color);
    font-size: 14px;
    line-height: 1
}

.social-responsibility-contact-section .social-responsibility-contact-wrap .contact-content .social-list li .social-area .icon i.bi-twitter-x {
    font-size: 10px;
    margin-top: 1px
}

.social-responsibility-contact-section .social-responsibility-contact-wrap .contact-content .social-list li .social-area .icon svg {
    fill: var(--white-color);
    width: 10px
}

.social-responsibility-contact-section .social-responsibility-contact-wrap .contact-content .social-list li .social-area .icon svg.e-font-icon-svg.e-fab-facebook-f {
    width: 8px
}

.social-responsibility-contact-section .social-responsibility-contact-wrap .contact-content .social-list li .social-area .content span {
    color: var(--dark-title-color);
    font-family: var(--font-suse);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    padding: 5px 14px;
    background-color: var(--white-color);
    border-radius: 100px;
    transition: 0.5s
}

.social-responsibility-contact-section .social-responsibility-contact-wrap .contact-content .social-list li .social-area:hover .content span {
    background-color: var(--primary-color3);
    color: var(--white-color)
}

.social-responsibility-contact-section .social-responsibility-contact-wrap .image-grp.two {
    left: unset;
    right: 125px
}

.social-responsibility-contact-section .social-responsibility-contact-wrap .image-grp.two .img1 {
    left: unset;
    right: -30px
}

.social-responsibility-contact-section .social-responsibility-contact-wrap .image-grp.two .img2 {
    right: unset;
    left: -25px
}

.social-responsibility-contact-section .social-responsibility-contact-wrap .image-grp.two .img3 {
    bottom: -40px;
    right: unset;
    left: -25px
}

.career-faq-section::before {
    content: url(../img/innerpages/career-faq-vector1.svg);
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1
}

.career-faq-section::after {
    content: url(../img/innerpages/career-faq-vector2.svg);
    position: absolute;
    right: 0;
    bottom: 20%;
    z-index: -1
}

.job-form-modal .modal-dialog {
    max-width: 872px;
    width: 100%
}

.job-form-modal .modal-dialog .modal-content {
    margin-top: 50px;
    border: none;
    position: relative;
    border-radius: 20px
}

.job-form-modal .modal-dialog .modal-content .modal-header {
    padding: 35px 20px;
    border-bottom: 1px solid var(--borders-color);
    background-color: #F0F0F0;
    border-radius: 20px 20px 0 0;
    text-align: center
}

.job-form-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-family: var(--font-suse);
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    max-width: 550px;
    width: 100%;
    margin: 0 auto
}

.job-form-modal .modal-dialog .modal-content .modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fff0;
    border: none;
    outline: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7F9F8;
    border: 1px solid var(--border-color2);
    transition: 0.5s
}

.job-form-modal .modal-dialog .modal-content .modal-close i {
    color: #FF2E00;
    font-size: 14px;
    transition: 0.5s
}

.job-form-modal .modal-dialog .modal-content .modal-close i::before {
    font-weight: 700 !important
}

.job-form-modal .modal-dialog .modal-content .modal-close:hover {
    background-color: #FF2E00
}

.job-form-modal .modal-dialog .modal-content .modal-close:hover i {
    color: var(--white-color)
}

.job-form-modal .modal-dialog .modal-content .modal-body {
    padding: 45px 110px 50px
}

.job-form-modal .modal-dialog .modal-content .modal-body .mb-30 {
    margin-bottom: 30px
}

.job-form-modal .modal-dialog .modal-content .modal-body .single-info .info-title {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px
}

.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner label {
    font-family: var(--font-suse)
}

.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner textarea {
    min-height: 172px
}

.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner .file-upload-area {
    display: flex;
    align-items: center;
    border: 1px solid var(--borders-color);
    background-color: var(--dark-white-color);
    border-radius: 5px;
    position: relative;
    padding: 2px 20px 2px 25px
}

.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner .file-upload-area .icon {
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center
}

.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner .file-upload-area .custom-upload {
    border: unset;
    border-radius: unset;
    width: 100%;
    height: 50px;
    line-height: 30px
}

.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner .file-upload-area .custom-upload::-webkit-file-upload-button {
    display: none
}

.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner .file-upload-area .check-icon {
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--primary-color3);
    display: flex;
    align-items: center;
    justify-content: center
}

.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner .file-upload-area .check-icon i {
    color: var(--white-color)
}

.job-form-modal .modal-dialog .modal-content .modal-body .primary-btn3 {
    background-color: var(--primary-color3);
    color: var(--white-color);
    padding: 20px 35px
}

.job-form-modal .modal-dialog .modal-content .modal-body .primary-btn3 svg {
    stroke: var(--white-color)
}

.job-form-modal .modal-dialog .modal-content .modal-body .primary-btn3 span {
    background-color: var(--black-color)
}

.job-form-modal .modal-dialog .modal-content .modal-body .primary-btn3:hover {
    color: var(--dark-white-color)
}

.job-form-modal .modal-dialog .modal-content .modal-body .primary-btn3:hover svg {
    stroke: var(--dark-white-color)
}

.comment-and-form-area .comment-title {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-weight: 600;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 0
}

.comment-and-form-area .comment-area .comment {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px
}

.comment-and-form-area .comment-area .comment>li {
    margin-bottom: 40px
}

.comment-and-form-area .comment-area .comment>li>.single-comment-area {
    margin-bottom: 24px
}

.comment-and-form-area .comment-area .comment>li:last-child {
    margin-bottom: 0
}

.comment-and-form-area .comment-area .comment .single-comment-area {
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.comment-and-form-area .comment-area .comment .single-comment-area .author-img img {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg h6 {
    line-height: 1;
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 18px;
    font-weight: 600
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg span {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content p {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 12px
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    cursor: pointer;
    transition: 0.35s
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn svg {
    transition: 0.35s;
    fill: var(--title-color)
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn:hover {
    color: var(--primary-color3)
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn:hover svg {
    fill: var(--primary-color3)
}

.comment-and-form-area .comment-area .comment .comment-replay {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 70px;
    border-top: 1px solid var(--borders-color);
    padding-top: 24px
}

.comment-and-form-area .comment-area .comment .comment-replay>li {
    margin-bottom: 30px
}

.comment-and-form-area .comment-area .comment .comment-replay>li:last-child {
    margin-bottom: 0
}

.comment-and-form-area .comment-respond {
    background: #C1E8CF;
    border-radius: 20px;
    padding: 55px 88px 60px
}

.comment-and-form-area .comment-respond .form-wrap {
    margin-top: 35px
}

.comment-and-form-area .comment-respond .form-wrap .form-inner2 .form-check-input {
    border-color: var(--black-color);
    height: 14px;
    width: 14px
}

.comment-and-form-area .comment-respond .form-wrap .primary-btn3 {
    padding: 20px 35px
}

.comment-area .comment {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px
}

.comment-area .comment>li {
    margin-bottom: 40px
}

.comment-area .comment>li>.single-comment-area {
    margin-bottom: 24px
}

.comment-area .comment>li:last-child {
    margin-bottom: 0
}

.comment-area .comment .single-comment-area {
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.comment-area .comment .single-comment-area .author-img img {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%
}

.comment-area .comment .single-comment-area .comment-content .author-name-deg {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap
}

.comment-area .comment .single-comment-area .comment-content .author-name-deg h6 {
    line-height: 1;
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 18px;
    font-weight: 600
}

.comment-area .comment .single-comment-area .comment-content .author-name-deg span {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1
}

.comment-area .comment .single-comment-area .comment-content p {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 12px
}

.comment-area .comment .single-comment-area .comment-content .replay-btn {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    cursor: pointer;
    transition: 0.35s
}

.comment-area .comment .single-comment-area .comment-content .replay-btn svg {
    transition: 0.35s;
    fill: var(--title-color)
}

.comment-area .comment .single-comment-area .comment-content .replay-btn:hover {
    color: var(--primary-color3)
}

.comment-area .comment .single-comment-area .comment-content .replay-btn:hover svg {
    fill: var(--primary-color3)
}

.comment-area .comment .comment-replay {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 70px;
    border-top: 1px solid var(--borders-color);
    padding-top: 24px
}

.comment-area .comment .comment-replay>li {
    margin-bottom: 30px
}

.comment-area .comment .comment-replay>li:last-child {
    margin-bottom: 0
}

.comment-respond .form-wrap {
    margin-top: 35px
}

.comment-respond .form-wrap .form-inner2 .form-check-input {
    border-color: var(--black-color);
    height: 14px;
    width: 14px
}

.comment-respond .form-wrap .primary-btn3 {
    padding: 20px 35px
}

.shop-page .shop-sidebar .single-widgets {
    padding: 40px 30px 45px;
    border: 1px solid var(--borders-color);
    border-radius: 20px
}

.shop-page .shop-sidebar .single-widgets .widget-title {
    margin-bottom: 25px
}

.shop-page .shop-sidebar .single-widgets .widget-title h5 {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0
}

.shop-page .shop-sidebar .single-widgets .cart-menu .product-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 40px
}

.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px
}

.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product:last-child {
    margin-bottom: 0
}

.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product .product-img {
    position: relative
}

.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product .product-img img {
    height: 80px;
    max-width: 82px;
    min-width: 82px;
    border-radius: 10px
}

.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product .product-img .close-btn {
    transition: 0.35s;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF2615;
    border: unset;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5
}

.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product .product-img .close-btn i {
    color: var(--white-color);
    line-height: 1;
    font-size: 20px
}

.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product .content h6 {
    margin-bottom: 8px
}

.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product .content h6 a {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    transition: 0.5s
}

.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product .content h6 a:hover {
    color: var(--primary-color3)
}

.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product .content span {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1
}

.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product:hover .product-img .close-btn {
    opacity: 1
}

.shop-page .shop-sidebar .single-widgets .cart-menu .total-price {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px
}

.shop-page .shop-sidebar .single-widgets .cart-menu .total-price span {
    color: var(--text-color);
    font-family: var(--font-suse);
    font-size: 18px;
    font-weight: 600;
    line-height: 1
}

.shop-page .shop-sidebar .single-widgets .cart-menu .total-price strong {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 18px;
    font-weight: 600;
    line-height: 1
}

.shop-page .shop-sidebar .single-widgets .cart-menu .btn-area .primary-btn3 {
    width: 100%;
    justify-content: center
}

.shop-page .shop-sidebar .single-widgets .checkbox-container ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.shop-page .shop-sidebar .single-widgets .checkbox-container ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px
}

.shop-page .shop-sidebar .single-widgets .checkbox-container ul li:last-child {
    margin-bottom: 0
}

.shop-page .shop-sidebar .single-widgets .checkbox-container ul li .containerss {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.shop-page .shop-sidebar .single-widgets .checkbox-container ul li .containerss span {
    color: var(--text-color);
    font-family: var(--font-suse);
    font-size: 16px;
    font-weight: 500;
    line-height: 1
}

.shop-page .shop-sidebar .single-widgets .checkbox-container ul li .containerss input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.shop-page .shop-sidebar .single-widgets .checkbox-container ul li .containerss input:checked~.checkmark {
    background-color: var(--primary-color3);
    border-color: var(--primary-color3);
    border-radius: 4px
}

.shop-page .shop-sidebar .single-widgets .checkbox-container ul li .containerss input:checked~.checkmark::after {
    content: url(../img/innerpages/icon/checkbox-check.svg);
    left: 2px;
    top: -5px;
    position: absolute
}

.shop-page .shop-sidebar .single-widgets .checkbox-container ul li .containerss .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff0;
    border: 1px solid var(--borders-color);
    border-radius: 4px;
    margin-top: 2px
}

.shop-page .shop-sidebar .single-widgets .tag-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 1
}

.shop-page .shop-sidebar .single-widgets .tag-list li a {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 16px;
    font-weight: 500;
    transition: 0.35s;
    line-height: 1
}

.shop-page .shop-sidebar .single-widgets .tag-list li a:hover {
    color: var(--primary-color3)
}

.shop-page .shop-sidebar .single-widgets.widget_search {
    border: none;
    padding: 0
}

.shop-page .shop-sidebar .single-widgets.widget_search .wp-block-search__inside-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--borders-color);
    padding-left: 30px;
    border-radius: 100px
}

.shop-page .shop-sidebar .single-widgets.widget_search .wp-block-search__inside-wrapper input {
    background-color: #fff0;
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    width: 100%;
    padding: 0 25px;
    padding-left: 0;
    height: 56px;
    border-radius: unset
}

.shop-page .shop-sidebar .single-widgets.widget_search .wp-block-search__inside-wrapper input::-moz-placeholder {
    color: var(--text-color)
}

.shop-page .shop-sidebar .single-widgets.widget_search .wp-block-search__inside-wrapper input::placeholder {
    color: var(--text-color)
}

.shop-page .shop-sidebar .single-widgets.widget_search .wp-block-search__inside-wrapper button {
    border: none;
    outline: none;
    position: relative;
    background-color: unset;
    z-index: 1
}

.shop-page .shop-sidebar .single-widgets.widget_search .wp-block-search__inside-wrapper button svg {
    fill: var(--title-color)
}

.shop-page .shop-sidebar .single-widgets.widget_search .wp-block-search__inside-wrapper button:hover svg {
    fill: var(--primary-color3)
}

.product-card .product-card-img-wrap .product-card-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgb(255 255 255 / .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1
}

.product-card .product-card-img-wrap .cart-btn:hover {
    background-color: var(--primary-color3)
}

.product-card .product-card-img-wrap .view-cart-button:hover {
    background-color: var(--primary-color3)
}

.product-card .product-card-content h6 a:hover {
    color: var(--primary-color3)
}

.product-card:hover .product-card-img-wrap .product-card-img img {
    transform: scale(1.1)
}

.product-card:hover .product-card-img-wrap .product-card-img::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: #fff0
}

.product-card:hover .product-card-img-wrap .cart-btn {
    opacity: 1;
    transform: translate(-50%, -20px)
}

.product-details-page .product-details-img .nav-pills {
    padding-top: 25px;
    display: flex;
    align-items: center;
    gap: 20px
}

.product-details-page .product-details-img .nav-pills .nav-item .nav-link {
    background-color: unset;
    border-radius: unset;
    padding: 0;
    position: relative;
    width: 100%
}

.product-details-page .product-details-img .nav-pills .nav-item .nav-link img {
    object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

.product-details-page .product-details-img .nav-pills .nav-item .nav-link::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(26 26 26 / .2);
    border-radius: 10px
}

.product-details-page .product-details-img .nav-pills .nav-item .nav-link.active::after {
    display: none
}

.product-details-page .product-details-content ul li:last-child {
    margin-bottom: 0
}

.product-details-page .product-details-content .product-quantity .quantity .quantity__minus:hover,
.product-details-page .product-details-content .product-quantity .quantity .quantity__plus:hover {
    background-color: var(--primary-color3);
    border-color: var(--primary-color3)
}

.product-details-page .product-details-content .product-quantity .quantity .quantity__minus:hover span i,
.product-details-page .product-details-content .product-quantity .quantity .quantity__plus:hover span i {
    color: var(--white-color)
}

.product-details-page .product-details-content .product-quantity .primary-btn3 {
    font-size: 14px;
    padding: 12px 22px;
    border-radius: 5px
}

.product-details-page .product-details-content .product-quantity .primary-btn3.two {
    padding: 13px 23px
}

.product-details-page .product-details-content .aditional-info>li:last-child {
    margin-bottom: 0
}

.product-details-page .product-details-content .aditional-info>li a:hover {
    color: var(--primary-color3)
}

.product-details-page .product-description-and-review-area .nav2 .nav-link {
    color: var(--text-color);
    font-family: var(--font-suse);
    font-size: 18px;
    font-weight: 600;
    padding: 6px 15px;
    border-radius: 15px;
    line-height: 1;
    background-color: #fff0
}

.product-details-page .product-description-and-review-area .nav2 .nav-link.active {
    background-color: var(--black-color);
    color: var(--dark-white-color)
}

.product-details-page .product-description-and-review-area .tab-content2 .description p {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 25px
}

.product-details-page .product-description-and-review-area .tab-content2 .description p:last-child {
    margin-bottom: 0
}

.product-details-page .product-description-and-review-area .tab-content2 .comment-and-form-area .comment-area .comment-title {
    font-size: 30px
}

.product-details-page .product-description-and-review-area .tab-content2 .review-form {
    border: 1px solid var(--borders-color);
    padding: 50px 40px;
    border-radius: 10px
}

.product-details-page .product-description-and-review-area .tab-content2 .review-form .number-of-review {
    line-height: 1;
    margin-bottom: 30px
}

.product-details-page .product-description-and-review-area .tab-content2 .review-form .number-of-review h4 {
    line-height: 1;
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 28px;
    font-weight: 600
}

.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner input {
    border-radius: 5px;
    background: #FBF7FB;
    height: 50px
}

.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner textarea {
    border-radius: 5px;
    background: #FBF7FB;
    min-height: 150px
}

.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area {
    margin-bottom: 15px
}

.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area p {
    margin-bottom: 5px;
    color: var(--title-color)
}

.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area .rate {
    float: left
}

.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area .rate:not(:checked)>input {
    position: absolute;
    top: -9999px
}

.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area .rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    color: #ccc;
    padding-right: 8px;
    display: inline-block;
    margin-right: 8px
}

.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area .rate:not(:checked)>label::before {
    content: "\f586";
    font-family: bootstrap-icons !important
}

.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area .rate input:checked~label {
    color: #DDA701
}

.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area .rate:not(:checked)>label:hover,
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area .rate:not(:checked)>label:hover~label {
    color: #DDA701
}

.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area input:checked+label:hover,
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area input:checked+label:hover~label,
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area input:checked~label:hover,
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area input:checked~label:hover~label,
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area label:hover~input:checked~label {
    color: #DDA701
}

.related-product-section .section-title h4 {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 30px
}

.related-product-section .related-product-slider-area .slider-btn-grp .slider-btn:hover {
    background-color: var(--primary-color3)
}

.related-product-section .related-product-slider-area .slider-btn-grp .slider-btn:hover svg {
    stroke: var(--white-color)
}

.related-product-section .related-product-slider-area:hover .slider-btn-grp .slider-btn {
    opacity: 1
}

.cart-page .cart-shopping-wrapper .cart-table thead tr th:first-child {
    padding-left: 0
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td:first-child {
    padding-left: 0
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li:last-child::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    width: 1px;
    height: 11px;
    background-color: rgba(var(--title-color-opc), .2)
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area .quantity a:hover {
    background: var(--primary-color3);
    color: var(--white-color)
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area .quantity a:hover i {
    color: var(--white-color)
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area.active {
    opacity: 1;
    transform: scaleY(1);
    animation: fade-down 0.3s linear
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li:hover {
    color: #ff4820
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li:hover:last-child {
    color: var(--primary-color3)
}

.cart-page .cart-shopping-wrapper .details-button:hover {
    color: var(--primary-color3)
}

.cart-page .cart-shopping-wrapper .details-button:hover svg {
    stroke: var(--primary-color3);
    transform: rotate(45deg)
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li:first-child {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--borders-color)
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner {
    position: relative
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner input {
    width: 100%;
    height: 48px;
    padding: 10px 100px 10px 20px;
    background-color: #F6F2F8;
    border-radius: 5px
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner input::-moz-placeholder {
    color: rgba(var(--title-color-opc), .5)
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner input::placeholder {
    color: rgba(var(--title-color-opc), .5)
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner input:focus {
    border-color: #fff0
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner .apply-btn {
    padding: 15px 23px;
    border-radius: 0 5px 5px 0;
    background-color: var(--black-color);
    border: 1px solid var(--black-color);
    color: var(--dark-white-color);
    font-family: var(--font-dmsans);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .48px;
    line-height: 1;
    transition: 0.5s;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner .apply-btn::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--dark-white-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner .apply-btn:hover {
    color: var(--title-color)
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner .apply-btn:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li:last-child {
    margin-bottom: 0
}

.cart-page .cart-order-sum-area .order-summary-wrap .primary-btn3 {
    width: 100%;
    justify-content: center;
    border-radius: unset;
    padding: 20px 27px
}

.checkout-page .checkout-form-wrapper .checkout-form .form-inner label span {
    font-weight: 400;
    color: var(--text-color)
}

.checkout-page .order-sum-area .cart-body ul .single-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px
}

.checkout-page .order-sum-area .cart-body ul .single-item:last-child {
    margin-bottom: 0
}

.checkout-page .order-sum-area .cart-body ul .single-item .item-area {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    width: 100%
}

.checkout-page .order-sum-area .cart-body ul .single-item .item-area .close-btn {
    transition: 0.35s;
    min-width: 25px;
    max-width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 38 21 / .14);
    border: unset
}

.checkout-page .order-sum-area .cart-body ul .single-item .item-area .close-btn i {
    color: #ff4820;
    line-height: 1;
    font-size: 20px;
    transition: 0.35s
}

.checkout-page .order-sum-area .cart-body ul .single-item .item-area .close-btn:hover {
    background-color: #FF2615
}

.checkout-page .order-sum-area .cart-body ul .single-item .item-area .close-btn:hover i {
    color: var(--white-color)
}

.checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item {
    display: flex;
    gap: 15px;
    width: 100%
}

.checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item .item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item .item-img img {
    height: 80px;
    max-width: 77px;
    min-width: 77px
}

.checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item .content-and-quantity {
    width: 100%
}

.checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item .content {
    line-height: 1;
    margin-bottom: 15px
}

.checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item .content span {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 5px
}

.checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item .content h6 {
    margin-bottom: 0;
    line-height: 1
}

.checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item .content h6 a {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    transition: 0.5s
}

.checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item .content h6 a:hover {
    color: var(--primary-color3)
}

.checkout-page .order-sum-area .cart-body ul .single-item .quantity-area .quantity {
    display: flex;
    gap: 5px
}

.checkout-page .order-sum-area .cart-body ul .single-item .quantity-area .quantity a {
    height: 24px;
    width: 34px;
    border-radius: 4px;
    background: rgba(var(--title-color-opc), .07);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--title-color);
    font-weight: 600;
    cursor: pointer;
    transition: 0.35s
}

.checkout-page .order-sum-area .cart-body ul .single-item .quantity-area .quantity a i {
    color: var(--title-color);
    transition: 0.35s
}

.checkout-page .order-sum-area .cart-body ul .single-item .quantity-area .quantity a:hover {
    background: var(--primary-color3);
    color: var(--white-color)
}

.checkout-page .order-sum-area .cart-body ul .single-item .quantity-area .quantity a:hover i {
    color: var(--white-color)
}

.checkout-page .order-sum-area .cart-body ul .single-item .quantity-area .quantity input {
    height: 24px;
    width: 34px;
    border-radius: 4px;
    border: 1px solid var(--borders-color);
    background-color: #fff0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 14px;
    font-weight: 600;
    text-align: center
}

.checkout-page .order-sum-area .cart-footer .pricing-area ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: unset
}

.checkout-page .order-sum-area .cart-footer .primary-btn3 {
    width: 100%;
    justify-content: center;
    border-radius: unset;
    padding: 20px 27px
}

.checkout-page .choose-payment-method .payment-option ul li.active .checked {
    background: var(--primary-color3)
}

.checkout-page .choose-payment-method .payment-option ul li.active .checked i {
    opacity: 1
}

.team-join-section .team-join-wrap .section-title {
    margin-bottom: 30px
}

.team-join-section .team-join-wrap .section-title.three p {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 22px;
    line-height: 32px;
    margin-left: 0;
    max-width: unset
}

.team-join-section .team-join-wrap .btn-area {
    margin-top: 70px
}

.team-join-section .team-join-wrap .btn-area .primary-btn3 {
    padding: 20px 35px
}

.team2-card-section .section-title.three p {
    margin-left: 0
}

.team-card2 .team-img {
    position: relative
}

.team-card2 .team-img a img {
    border-radius: 50% 0 50% 50%
}

.team-card2 .team-img .social-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.5s
}

.team-card2 .team-img .social-list li a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-title-color);
    transition: 0.5s
}

.team-card2 .team-img .social-list li a:hover {
    background-color: var(--primary-color3);
    color: var(--white-color)
}

.team-card2 .team-img .social-list li a i {
    font-size: 15px
}

.team-card2 .team-img .social-list li a i.bi-twitter-x {
    font-size: 12px
}

.team-card2 .team-content {
    padding-top: 25px;
    text-align: center
}

.team-card2 .team-content h5 {
    line-height: 1;
    margin-bottom: 3px
}

.team-card2 .team-content h5 a {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    transition: 0.5s
}

.team-card2 .team-content h5 a:hover {
    color: var(--primary-color3)
}

.team-card2 .team-content>span {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px
}

.team-card2 .vector {
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: -1;
    opacity: 0;
    transition: 0.5s
}

.team-card2 .vector svg {
    fill: var(--primary-color3);
    animation: rotate 20s linear infinite
}

.team-card2:hover .team-img .social-list {
    opacity: 1
}

.team-card2:hover .vector {
    opacity: 1
}

.team-card2.two .team-img a img {
    border-radius: 500px 500px 0 0;
    transition: all 0.45s
}

.team-card2.two .team-content {
    padding-top: 20px
}

.team-card2.two:hover .team-img a img {
    border-radius: unset
}

.team3-card-section .section-title {
    max-width: 424px;
    width: 100%
}

.team3-card-section .section-title.three p {
    margin-left: 0
}

.team3-card-section .primary-btn3 {
    padding: 20px 35px
}

.about-page-banner-section .slider-area .single-img.two img {
    border-radius: 50%
}

.about-page-banner-section .slider-area .single-img.three img {
    border-radius: 0 50% 50% 50%
}

.about-page-banner-section .banner-content-wrap .title-area {
    max-width: 424px;
    width: 100%
}

.about-page-banner-section .banner-content-wrap .title-area h2 {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-weight: 700;
    font-size: 44px;
    line-height: 1.3;
    margin-bottom: 15px
}

.about-page-banner-section .banner-content-wrap .title-area span {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    display: block
}

.about-page-banner-section .banner-content-wrap .banner-content p {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0
}

.about-page-banner-section .banner-content-wrap .banner-content p span {
    color: var(--title-color);
    font-weight: 600
}

.about-page-banner-section .banner-content-wrap .banner-content p:first-child {
    margin-bottom: 20px
}

.about-page-banner-section .banner-content-wrap .banner-content .primary-btn3 {
    margin-top: 65px;
    padding: 19px 34px
}

.about-page-feature-section .section-title2 .shape-and-title-area svg path:last-child {
    fill: var(--title-color)
}

.about-page-feature-section .single-feature ul li:last-child {
    margin-bottom: 0
}

.about-page-feature-section .single-feature:hover h4 {
    color: var(--primary-color3)
}

.about-page-feature-section .contact-btn-area.two {
    background-color: var(--primary-color3)
}

.about-page-feature-section .contact-btn-area.two h6 {
    color: var(--white-color)
}

.about-page-feature-section .contact-btn-area.two .primary-btn3 {
    background-color: var(--white-color);
    color: var(--dark-title-color)
}

.about-page-feature-section .contact-btn-area.two .primary-btn3 svg {
    stroke: var(--dark-title-color)
}

.about-page-feature-section .contact-btn-area.two .primary-btn3 span {
    background-color: var(--dark-black-color)
}

.about-page-feature-section .contact-btn-area.two .primary-btn3:hover {
    color: var(--white-color)
}

.about-page-feature-section .contact-btn-area.two .primary-btn3:hover svg {
    stroke: var(--white-color)
}

.about-page-team-section .result-area {
    max-width: 200px;
    width: 100%;
    margin-bottom: -5px
}

.about-page-team-section .result-area span {
    color: var(--title-color);
    font-family: var(--font-suse);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 12px
}

.about-page-team-section .result-area p {
    color: var(--text-color);
    font-family: var(--font-suse);
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    margin-bottom: 0
}

.about-page-team-section .result-area svg {
    fill: var(--title-color)
}

.about-page-team-section .team-slider-area .slider-btn-grp .slider-btn:hover {
    background-color: var(--primary-color3)
}

.about-page-team-section .team-slider-area .slider-btn-grp .slider-btn:hover svg {
    stroke: var(--white-color)
}

.portfolio-slider-content .social-area .description-portfolio {
    margin-top: 1rem
}

@keyframes zoom_In {
    0% {
        opacity: 0;
        transform: scale3d(.5, .5, .5)
    }
    50% {
        opacity: 1
    }
}

.tt-style-switch .bi {
    color: #fff;
    z-index: 9999
}

body:not(.is-mobile) .tt-style-switch:hover {
    width: 45px;
    background-color: red;
    color: #fff
}

.tt-style-switch:not(.is-dark) .tt-stsw-dark {
    display: none
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, .8)
    }
    50% {
        opacity: 1
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    100% {
        transform: none
    }
}

.error-wrapper h1 {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 25px
}

.error-wrapper p {
    color: var(--text-color);
    font-family: var(--font-dmsans);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 30px
}

footer.footer-section .footer-logo img {
    max-width: 230px
}

.testimonial-card .author-area .author-img img {
    max-width: 100px
}

.home3-blog-section .blog-slider-area .blog-card2 .blog-img img {
    min-height: 414px;
    object-fit: cover;
    object-fit: cover
}

.pagination-area .paginations .page-item.active {
    background-color: var(--primary-color3);
    color: var(--white-color);
    font-family: var(--font-suse);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--borders-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s
}

.industry-details-page .details-content-wrap ul.wp-block-list li::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 13px;
    -webkit-mask-image: url(../img/start-vector.svg);
    mask-image: url(../img/start-vector.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: var(--text-color);
    margin-right: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.industry-details-page .details-content-wrap ul.wp-block-list {
    list-style: none
}

.industry-details-page .details-content-wrap ul.wp-block-list li {
    padding-left: 20px;
    position: relative
}

.industry-details-page .details-content-wrap blockquote h6 {
    padding-left: 0
}

.industry-details-page .details-content-wrap blockquote p {
    padding-left: 0
}

.team2-card-section .team-card2 .team-img a img {
    max-height: 306px;
    max-width: 306px
}

.home7-blog-section .blog-card2 a img {
    min-height: 414px;
    object-fit: cover;
    object-fit: cover
}

.home3-portfolio-section .portfolio-card .portfolio-img-wrap .portfolio-img img {
    border-radius: 20px 20px 0 0;
    min-height: 480px !important;
    object-fit: cover;
    object-fit: cover
}

.portfolio-card .portfolio-img-wrap .portfolio-img img {
    border-radius: 20px 20px 0 0;
    min-height: 480px !important;
    object-fit: cover;
    object-fit: cover
}

.industry-details-page .details-content-wrap .tag-and-social-area {
    margin-top: 40px
}

.nav-right .content span {
    color: var(--title-color);
    font-family: var(--font-dmsans);
    font-size: 14px;
    font-weight: 500
}

.nav-right .content a {
    color: var(--primary-color1);
    font-family: var(--font-dmsans)
}

.btn.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 10px;
    padding: 14px 18px;
    font-weight: 600;
    background-color: #111827;
    color: #fff;
    transition: all .2s ease;
    margin-top: 2px
}

.btn.cta-btn:hover {
    background-color: #000;
    transform: translateY(-1px)
}

.benefit-icon .e-font-icon-svg {
    color: #22c55e;
    fill: #22c55e;
    width: 18px;
    height: 18px
}

.no-hover-underline:hover {
    text-decoration: none
}

.toc-head .subtitle {
    color: var(--dark-text-color);
    margin-bottom: 0;
    font-family: var(--font-lora);
    font-weight: 100;
    font-size: 20px;
    padding: 0
}

.toc-head .title {
    margin: 0;
    color: #111;
    font-size: clamp(1.5rem, 2.5vw, 2.25rem);
    font-weight: 300
}

.toc-head .title span {
    font-weight: 700
}

.numbered-list a:hover {
    color: #16B4BE
}

@keyframes pulse-status {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: .7
    }
}

.consultant-contact a:hover {
    color: var(--primary-color2)
}

.request-reviews .review img:hover {
    transform: scale(1.05)
}

.request-form-box input[type="text"],
.request-form-box input[type="email"],
.request-form-box input[type="tel"],
.request-form-box input[type="number"] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--borders-color);
    border-radius: 6px;
    font-family: var(--font-dmsans);
    font-size: 14px;
    color: var(--text-color);
    background: var(--white-color);
    transition: border-color 0.2s ease, box-shadow 0.2s ease
}

.request-form-box input:focus,
.request-form-box select:focus,
.request-form-box textarea:focus {
    outline: none;
    border-color: var(--primary-color1);
    box-shadow: 0 0 0 3px rgba(var(--primary-color1-opc), .1)
}

.request-form-box input[type="submit"],
.request-form-box .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 10px;
    padding: 14px 28px;
    font-family: var(--font-dmsans);
    font-weight: 600;
    font-size: 16px;
    background-color: var(--primary-color1);
    color: var(--white-color);
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%
}

.request-form-box input[type="submit"]:hover,
.request-form-box .btn-primary:hover {
    background-color: var(--primary-color2);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(var(--primary-color1-opc), .3)
}

@media (min-width:640px) {
    .request-form-box input[type="submit"],
    .request-form-box .btn-primary {
        width: auto
    }
}

.flex-center {
    display: flex;
    align-items: center
}

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

.request-form-box a:focus,
.request-form-box button:focus,
.request-form-box input:focus,
.request-form-box select:focus {
    outline: 2px solid var(--primary-color1);
    outline-offset: 2px
}

.lc-service-card:hover {
    border-color: var(--primary-color1);
    box-shadow: 0 4px 20px rgba(var(--primary-color1-opc), .15);
    transform: translateY(-4px)
}

.lc-service-card input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.lc-service-card input[type="checkbox"]:checked~.lc-service-content {
    border-color: var(--primary-color1)
}

.lc-service-card:has(input[type="checkbox"]:checked) {
    border-color: var(--primary-color1);
    background: rgba(var(--primary-color1-opc), .03)
}

.lc-service-card:hover .lc-service-label {
    color: var(--primary-color1)
}

.lc-service-card input[type="checkbox"]:checked~.lc-service-content .lc-service-label {
    color: var(--primary-color1)
}

.lc-service-card:focus-within {
    outline: 2px solid var(--primary-color1);
    outline-offset: 4px
}

@media (prefers-reduced-motion:reduce) {
    .lc-service-card:hover {
        transform: none
    }
}

.lc-service-card.loading {
    opacity: .6;
    pointer-events: none
}

.lc-service-card.loading .lc-service-icon {
    animation: pulse 1.5s ease-in-out infinite
}

@keyframes pulse {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
}

.lc-service-card:hover .lc-service-icon img {
    filter: brightness(1.1) saturate(1.2)
}

.lc-service-card input[type="checkbox"]:checked~.lc-service-content .lc-service-icon img {
    filter: brightness(1.05)
}

.lc-service-card input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    margin: 0
}

.page-template-page-team .ons-team .quotevak.vak-5 .inner::before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 99999px;
    position: absolute;
    background: #16B4BE;
    z-index: -1
}

.page-template-page-team .ons-team .quotevak.vak-4 .inner::before {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 99999px;
    position: absolute;
    z-index: -1
}

.page-template-page-team .ons-team .quotevak .inner {
    display: block;
    background-color: #16B4BE;
    height: 510px;
    position: relative;
    width: min(100%, 900px);
    margin-inline: auto;
    text-align: center;
    background-color: #F8F8F8;
    -webkit-mask-image: url(/wp-content/plugins/videor-elementor/images/masks/trapezoid-1.svg);
    mask-image: url(/wp-content/plugins/videor-elementor/images/masks/trapezoid-1.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    padding-block: clamp(48px, 7vw, 116px);
    padding-inline: clamp(20px, 8vw, 64px)
}

.page-template-page-team .ons-team .quotevak .inner .quote {
    font-size: 34px;
    color: var(--dark-black-color);
    font-family: var(--font-dmsans);
    letter-spacing: 0;
    font-weight: 700;
    padding: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 56px
}

.page-template-page-team .ons-team .quotevak .inner .quote::before {
    content: '"'
}

.page-template-page-team .ons-team .quotevak .inner .quote::after {
    content: '"'
}

.page-template-page-team .ons-team .quotevak .inner span {
    padding: 40px;
    padding-top: 20px;
    display: block;
    font-size: 16px;
    color: #FFF;
    letter-spacing: 0
}

.page-template-page-team .ons-team .col-lg-8.quotevak .quote {
    font-size: 42px !important;
    line-height: 50px !important
}

@media(max-width:1200px) {
    .page-template-page-team .ons-team .quotevak .inner .quote {
        font-size: 28px;
        padding: 32px;
        line-height: 50px
    }
}

@media(max-width:768px) {
    .page-template-page-team .ons-team .quotevak .inner .quote {
        font-size: 23px;
        padding: 28px;
        line-height: 30px
    }
    .ons-team .quotevak .inner {
        height: auto !important
    }
    .ons-team .col-lg-4,
    .ons-team .col-lg-8 {
        margin-bottom: 40px
    }
}

.page-template-page-team .teamlid .content p {
    margin-bottom: 0
}

@keyframes pulse-dot {
    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }
    50% {
        opacity: .5;
        transform: scale(1.2)
    }
}

@media (max-width:1199px) {
    .home6-process-section .badge-num {
        font-size: 24px
    }
    .home6-process-section .badge-text {
        font-size: 8px
    }
    .home6-process-section .steps-timeline::before {
        left: 32px
    }
}

@media (max-width:991px) {
    .home6-process-section .section-title {
        font-size: 36px
    }
    .home6-process-section .image-card.card-wide {
        height: 200px
    }
    .home6-process-section .badge-num {
        font-size: 22px
    }
    .home6-process-section .steps-timeline::before {
        left: 29px
    }
}

@media (max-width:767px) {
    .home6-process-section .section-title {
        font-size: 28px
    }
    .home6-process-section .card-title {
        font-size: 22px
    }
    .home6-process-section .badge-num {
        font-size: 20px
    }
    .home6-process-section .badge-text {
        font-size: 7px
    }
    .home6-process-section .steps-timeline::before {
        left: 27px
    }
}

@media (max-width:575px) {
    .home6-process-section .image-card.card-wide {
        grid-column: span 1
    }
    .home6-process-section .stats-number .counter {
        font-size: 42px
    }
    .home6-process-section .badge-num {
        font-size: 18px
    }
    .home6-process-section .badge-text {
        font-size: 7px
    }
    .home6-process-section .steps-timeline::before {
        left: 24px
    }
}

@media (max-width:400px) {
    .home6-process-section .badge-num {
        font-size: 16px
    }
    .home6-process-section .badge-text {
        font-size: 6px
    }
    .home6-process-section .steps-timeline::before {
        left: 22px
    }
}

.mobile-after {
    display: none
}

.max-w-screen-max {
    max-width: 1920px !important;
}

/* ==========================================================================
   Global CTA Button Styles
   ========================================================================== */
.lc-cta-wrapper {
    display: flex;
    margin-top: 24px;
}

.lc-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    background-color: #17468A;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.lc-cta-btn:hover {
    background-color: #1E5AAD;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(23, 70, 138, 0.25);
    color: #ffffff;
}

.lc-cta-btn:active {
    transform: translateY(0);
}

.lc-cta-btn-text {
    position: relative;
    z-index: 1;
}

.lc-cta-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.lc-cta-btn-icon svg,
.lc-cta-btn-icon i {
    width: 16px;
    height: 16px;
    font-size: 14px;
}

.lc-cta-btn:hover .lc-cta-btn-icon {
    transform: translateX(4px);
}

/* Shine effect on hover */
.lc-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.5s ease;
}

.lc-cta-btn:hover::before {
    left: 100%;
}

/* CTA Button Responsive */
@media (max-width: 768px) {
    .lc-cta-wrapper {
        margin-top: 20px;
}

.lc-cta-btn {
    padding: 14px 28px;
        font-size: 14px;
}

.lc-cta-btn-icon svg,
    .lc-cta-btn-icon i {
    width: 14px;
        height: 14px;
        font-size: 12px;
}

}

@media (max-width: 480px) {
    .lc-cta-wrapper {
        margin-top: 16px;
}

.lc-cta-btn {
    padding: 12px 24px;
        font-size: 13px;
        gap: 8px;
}

}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .lc-cta-btn,
    .lc-cta-btn-icon,
    .lc-cta-btn::before {
        transition: none;
}

.lc-cta-btn:hover {
    transform: none;
}

.lc-cta-btn:hover .lc-cta-btn-icon {
    transform: none;
}

.lc-cta-btn::before {
    display: none;
}

}

/* ==========================================
   PARLA RESTAURANT - Progress Wrap (Scroll to Top)
   ========================================== */
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(227, 168, 59, 0.3);
    background-color: #ffffff;
    border: 2px solid #e3a83b;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.progress-wrap svg {
    fill: none;
    transition: all 0.4s ease;
}

.progress-wrap svg.progress-circle {
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    stroke: #e3a83b;
    stroke-width: 3;
    box-sizing: border-box;
    transition: all 0.4s ease;
}

.progress-wrap .arrow {
    fill: #e3a83b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
}

.progress-wrap:hover {
    background-color: #e3a83b;
    border-color: #e3a83b;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(227, 168, 59, 0.5);
}

.progress-wrap:hover svg.progress-circle {
    stroke: #c99432;
}

.progress-wrap:hover .arrow {
    fill: #ffffff;
}

