/*----------------------------------------------------------------
* Variable
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --uniqo-primary: #1b65af;
    --uniqo-secondary: #56736c;
    --uniqo-black: #1b2429;
    --uniqo-grey: #d9dedd;
    --uniqo-light-brown: #fdeddb;
    --uniqo-light-orange: #f4ece2;
    --uniqo-light-black: #333939;
    --uniqo-light-green: #c7d9d4;
    --uniqo-dark-text: #3b4443;
    --uniqo-light-text: #616866;
    --uniqo-light: #ffffff;
    --uniqo-body-font: "Poppins", sans-serif;
    --uniqo-heading-font: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}

/***********************
* Common
***********************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--uniqo-body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.01em;
    color: var(--uniqo-light-text);
    text-transform: none;
    font-style: normal;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: var(--uniqo-heading-font);
    color: var(--uniqo-dark-text);
    letter-spacing: -0.01em;
}

h1 {
    font-size: 63px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
}

h2 {
    font-size: 45px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
}

h3 {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
}

h4 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
}

h5 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 16px;
}

h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 16px;
}

p {
    margin: 0 0 16px;
}

p.lead {
    font-size: 18px;
    font-weight: 400;
}

p.lead-lg {
    font-size: 20px;
    font-weight: 400;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}

textarea:focus-visible {
    outline: 0;
}

input:-webkit-autofill {
    -webkit-background-clip: text;
}

[type="search"] {
    outline-offset: 0;
}

input:focus-visible,
button:focus-visible {
    outline: 0;
}

.gutter-y-10 {
    --bs-gutter-y: 10px;
}

.gutter-y-15 {
    --bs-gutter-y: 15px;
}

.gutter-y-20 {
    --bs-gutter-y: 20px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.gutter-y-40 {
    --bs-gutter-y: 40px;
}

.gutter-y-60 {
    --bs-gutter-y: 60px;
}

.gutter-x-15 {
    --bs-gutter-x: 30px;
}

 
/***********************
* Button style
***********************/

.btn-primary {
    background-color: var(--uniqo-primary);
    color: var(--uniqo-black);
}

.btn-primary:hover {
    background-color: var(--uniqo-light);
    color: var(--uniqo-black);
}

.btn-secondary {
    background-color: var(--uniqo-secondary);
    color: var(--uniqo-light);
}

.btn-secondary:hover {
    background-color: var(--uniqo-black);
}

.btn-light {
    background-color: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    color: var(--uniqo-light);
}

.btn-light:hover span {
    color: var(--uniqo-black) !important;
}

.btn-dark {
    background-color: var(--uniqo-black);
    color: var(--uniqo-light);
}

.btn-theme {
    border-radius: 6px;
    border: none;
    padding: 0 20px;
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background: #007847;
}

.btn-theme > span {
    display: inline-block;
    padding: 13px 0;
    line-height: 1.2;
    font-weight: 500;
    font-size: 16px;
}

span.space {
    width: 7px;
}

.btn-theme:hover > span:nth-child(odd) {
    -webkit-animation: anim-nanuk-1 0.5s forwards;
    animation: anim-nanuk-1 0.5s forwards;
}

.btn-theme:hover > span:nth-child(even) {
    -webkit-animation: anim-nanuk-2 0.5s forwards;
    animation: anim-nanuk-2 0.5s forwards;
}

.btn-theme:hover > span:nth-child(odd),
.btn-theme:hover > span:nth-child(even) {
    -webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1);
}

@-webkit-keyframes anim-nanuk-1 {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
        color: inherit;
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
    }
}

@keyframes anim-nanuk-1 {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
        color: inherit;
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
    }
}

@-webkit-keyframes anim-nanuk-2 {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        color: inherit;
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
    }
}

@keyframes anim-nanuk-2 {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        color: inherit;
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
    }
}

.btn-theme:hover > span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.btn-theme:hover > span:nth-child(2) {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
}

.btn-theme:hover > span:nth-child(3) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.btn-theme:hover > span:nth-child(4) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.btn-theme:hover > span:nth-child(5) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.btn-theme:hover > span:nth-child(6) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.btn-theme:hover > span:nth-child(7) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.btn-theme:hover > span:nth-child(8) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.btn-theme:hover > span:nth-child(9) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.btn-theme:hover > span:nth-child(10) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.btn-theme:hover > span:nth-child(11) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.btn-theme:hover > span:nth-child(12) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

.btn-theme:hover > span:nth-child(13) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.btn-theme:hover > span:nth-child(14) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

.btn-theme:hover > span:nth-child(15) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.btn-theme:hover > span:nth-child(16) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.btn-theme:hover > span:nth-child(17) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.btn-theme:hover > span:nth-child(18) {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s;
}

.btn-theme:hover > span:nth-child(19) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.btn-theme:hover > span:nth-child(20) {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}

.btn-theme:hover > span:nth-child(21) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
 

/*******************
* Preloader
*******************/

.preloader {
    position: fixed;
    background-color: #0f110ff7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    overflow: hidden;
}

.loading-container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.logo-text h1 {
    max-width: 0;
    overflow: hidden;
    transition: all 0.5s;
    animation: width 2.5s 1s;
    color: white;
    font-size: 50px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
    width: 100%;
}

.logo-text span img {
    width: 12rem;
    object-fit: contain;
}

.logo-text h1 span {
    font-size: 20px;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
}

@keyframes width {
    0% {
        max-width: 0px;
    }
    100% {
        max-width: 1200px;
    }
}

/***********************
* header one
***********************/

.topbar-one {
    background-color: #1d1d1d;
    padding: 15px 58px;
}

.topbar-one-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar-one-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.topbar-left-one {
    display: flex;
    column-gap: 43px;
    align-items: center;
}

ul.topbar-left-one li {
    color: var(--uniqo-light);
    display: flex;
    align-items: center;
    column-gap: 10px;
}

ul.topbar-left-one li p,
ul.topbar-left-one li a,
ul.topbar-link-right-one li a,
ul.topbar-social-media-one li a {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--uniqo-light);
    line-height: 1.2;
}

.topbar-right-one {
    display: flex;
    column-gap: 28px;
    align-items: center;
}

ul.topbar-link-right-one {
    display: flex;
    column-gap: 18px;
    padding-right: 20px;
}

ul.topbar-link-right-one li,
ul.topbar-social-media-one li {
    line-height: 0;
}

ul.topbar-social-media-one li a i {
    font-size: 16px;
}

ul.topbar-social-media-one {
    display: flex;
    column-gap: 18px;
    align-items: center;
}

.main-header {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid rgb(224 224 224 / 17%);
    z-index: 99999;
}

nav.main-menu {
    display: flex;
    align-items: center;
}

.main-menu-inner {
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 30px;
}

ul.main-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-right: auto;
    padding-left: 80px;
}

.main-menu-logo {
    max-width: 289px;
    width: 100%;
    text-align: center;
}

.main-menu-logo img {
    margin-left: -50px;
    width: 8rem;
    padding: 5px;
    background: white;
    border-radius: 10px;
}

ul.main-menu-list li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: var(--uniqo-light);
    padding: 45px 0 40px;
    position: relative;
}

ul.main-menu-list li a {
    color: var(--uniqo-light);
    line-height: 1.2;
    font-weight: 600;
}

ul.main-menu-list li.active > a,
ul.main-menu-list > li.active,
ul.main-menu-list > li:hover,
ul.main-menu-list > li:hover > a {
    color: #e1bd3f;
    position: relative;
}

ul.main-menu-list li ul {
    position: absolute;
    width: 250px;
    padding: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    background-color: var(--uniqo-black);
    z-index: 999;
    padding: 10px 0;
}

ul.main-menu-list li:hover ul {
    opacity: 1;
    transform: scaleY(1) translateZ(0px);
    visibility: visible;
}

ul.main-menu-list li ul li {
    padding: 15px 25px;
    border-bottom: none;
    transition: all 0.5s;
}

ul.main-menu-list li ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    height: 2px;
    width: 0;
    transform: translateY(-50%);
    background-color: var(--uniqo-primary);
    transition: all 0.5s;
}

ul.main-menu-list li ul li:hover::after {
    width: 25px;
}

ul.main-menu-list li ul li:hover {
    padding-left: 50px !important;
}

ul.main-menu-list li ul li:hover a {
    color: var(--uniqo-primary);
}

ul.main-menu-list li ul li:last-child {
    border: none;
}

.header-side-menu {
    margin-right: 58px;
    width: 53px;
    height: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 60px;
    cursor: pointer;
}

.header-side-menu span {
    background-color: var(--uniqo-light);
    height: 2px;
    display: inline-block;
    width: 100%;
}

.main-menu-right {
    display: flex;
    align-items: center;
    margin-right: 4rem;
    gap: 30px;
}

.search-btn {
    padding: 45px 45px 40px;
    border: 1px solid rgb(224 224 224 / 17%);
    border-top: 0;
    border-bottom: 0;
    line-height: 0;
}

.search-btn img {
    height: 19px;
    width: 19px;
}

.main-menu-right .btn-light {
    margin-right: 55px;
}

.header-menu-collaps {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: end;
    cursor: pointer;
    display: none;
}

.header-menu-collaps span {
    width: 38px;
    display: inline-block;
    height: 2px;
    background-color: #fff;
}

.header-menu-collaps span:nth-child(2) {
    width: 32px;
}

.header-menu-collaps span:nth-child(3) {
    width: 16px;
}

/***********************
* banner one
***********************/

.banner-section-one {
    position: relative;
    overflow: hidden;
}

.banner-slide-item-one {
    padding: 203px 0 126px 140px;
    position: relative;
}

.banner-slide-item-one::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 60%);
}

.banner-image-one {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.banner-image-one img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-section-one .heading-box {
    position: relative;
    z-index: 1;
}

.banner-sub-title-one {
    padding-left: 18px;
    padding-bottom: 0px;
    margin-bottom: 27px;
    position: relative;
    overflow: hidden;
}

.banner-sub-title-one::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom, #007847, #002395, #ffb612, #de3831);
}

.banner-sub-title-one h2 {
    color: var(--uniqo-light);
    line-height: 1.1;
    animation: left-in2 2s;
}

.slick-active .banner-sub-title-one h2 {
    animation: left-in3 2s;
    color: white;
}

@keyframes left-in2 {
    0% {
        transform: translateX(-600px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes left-in3 {
    0% {
        transform: translateX(-600px);
    }
    100% {
        transform: translateX(0px);
    }
}

.banner-slide-item-one h1.heading-title {
    color: var(--uniqo-light);
    line-height: 1.1;
    margin-bottom: 34px;
    animation: fade-left 1s ease;
}

.slick-active .banner-slide-item-one h1.heading-title {
    animation: fade-left2 1s ease;
}

@keyframes fade-left {
    0% {
        transform: translateY(-200px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes fade-left2 {
    0% {
        transform: translateY(-200px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.banner-section-one h1.heading-title span {
    color: rgba(255, 255, 255, 0.46);
}

.banner-section-one p.heading-details {
    color: var(--uniqo-light);
    margin-bottom: 34px;
    max-width: 80%;
}

.banner-section-one ul.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 155px;
    right: 178px;
    display: flex;
    column-gap: 7px;
    align-items: center;
}

.banner-section-one ul.slick-dots li button {
    border: 0;
    background-color: #b8b3b36e;
    font-size: 0;
    height: 2px;
    width: 40px;
    transition: all 0.5s;
}

.banner-section-one ul.slick-dots li.slick-active button {
    background-color: var(--uniqo-light);
}

#slider-info {
    position: absolute;
    bottom: 150px;
    right: 80px;
    color: var(--uniqo-light);
    font-size: 18px;
    line-height: 29px;
}
  
/***********************
* process two
***********************/

.process-section-two {
    padding: 80px 0;
}

.process-section-two .heading-box {
    margin-bottom: 30px;
}

.process-box-two {
    padding-left: 25px;
    background: linear-gradient(180deg, #313e45 0%, rgba(35, 45, 51, 0.24) 100%);
    height: 25rem;
    padding-top: 10rem;
    border-radius: 20px;
}

.process-box-two::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #00000000 0%, rgb(0 0 0) 90%);
    opacity: 0.7;
    z-index: 1;
    border-radius: 20px;
}

.process-box-two .trade-content {
    position: relative;
    z-index: 2;
}

.process-icon-two {
    width: 105px;
    height: 122px;
    border-radius: 0 0 52px 52px;
    background-color: var(--uniqo-black);
    margin-bottom: 28px;
    position: relative;
}

.process-icon-two img {
    width: 50px;
    opacity: 0;
    filter: brightness(50);
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.process-box-two:hover .process-icon-two img {
    opacity: 1;
}

.process-icon-two span {
    font-family: var(--uniqo-heading-font);
    font-size: 45px;
    color: var(--uniqo-light);
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.process-box-two:hover .process-icon-two span {
    opacity: 0;
}

.process-box-two h4 {
    color: var(--uniqo-light);
    font-size: 20px;
    margin-bottom: 23px;
}

.process-box-two p {
    color: var(--uniqo-light);
    margin-bottom: 20px;
}

.process-btn {
    margin-bottom: 38px;
    display: inline-block;
}

.process-btn span {
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 4px solid var(--uniqo-light);
    transition: all 0.5s;
}

.process-box-two:hover .process-btn span {
    margin-left: 20px;
    border-color: #e7c64c;
}

.process-box-two svg {
    transition: all 0.5s;
}

.process-box-two:hover svg {
    width: 50px;
    height: 18px;
    transform: translateX(-20px);
}
 
/***********************
* footer two
***********************/

.footer-section-two {
    background-color: var(--uniqo-black);
    color: var(--uniqo-light);
}

.newslatter-form-group-two {
    position: relative;
}

.newslatter-form-group-two .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--uniqo-light);
    border-radius: 0;
    padding: 0px 30px 15px 0;
    color: var(--uniqo-light);
}

.newslatter-form-group-two .form-control::placeholder {
    color: var(--uniqo-light);
}

.newslatter-form-group-two button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: none;
    background: transparent;
}

.footer-logo-two,
.newslatter-two {
    margin-bottom: 125px;
}

.footer-about-two,
.footer-widget-two {
    margin-bottom: 75px;
}

.footer-section-two h4 {
    font-size: 20px;
    color: var(--uniqo-light);
    margin-bottom: 30px;
}

.footer-about-two > p {
    margin-bottom: 30px;
}

.footer-section-two ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.footer-about-list-two li {
    display: flex;
    align-items: center;
    column-gap: 14px;
    margin-bottom: 24px;
}

ul.footer-about-list-two li a,
ul.footer-about-list-two li p {
    color: var(--uniqo-light);
    margin-bottom: 0;
}

ul.footer-about-list-two li a:hover {
    color: var(--uniqo-primary);
}

ul.footer-about-list-two li span {
    height: 58px;
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #d9d9d91a;
}

ul.footer-menu-two li {
    display: flex;
    align-items: center;
    column-gap: 14px;
    margin-bottom: 22px;
}

ul.footer-menu-two li img {
    max-width: 18px;
    filter: brightness(30);
}

ul.footer-menu-two li a {
    color: var(--uniqo-light);
    position: relative;
}

ul.footer-menu-two li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 0.5s;
    height: 1px;
    background-color: var(--uniqo-primary);
}

ul.footer-menu-two li a:hover::after {
    width: 100%;
}

ul.footer-menu-two li a:hover {
    color: var(--uniqo-primary);
}

.footer-widget-two {
    padding-left: 65px;
    border-left: 1px solid #ffffff33;
}

.footer-lower-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    border-top: 1px solid #ffffff33;
    position: relative;
    z-index: 1;
}

.footer-lower-two p {
    margin-bottom: 0;
    font-size: 14px;
}

.footer-lower-two ul {
    display: flex;
    align-items: center;
    column-gap: 18px;
}

.footer-lower-two ul li a {
    color: var(--uniqo-light);
}

.footer-section-four .footer-lower-two ul li a {
    color: var(--uniqo-black);
}
  

/***********************
* about three
***********************/

.about-section-three {
    padding:30px 0 175px 0;
    overflow: hidden;
}

.about-box-outer-three {
    padding-bottom: 75px;
    border-bottom: 1px solid #00000033;
    margin-bottom: 120px;
}

.about-box-three {
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 18px;
    max-width: 83%;
    position: relative;
}

.about-box-three::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -65px;
    transform: translateY(-50%);
    width: 1px;
    height: 55px;
    background-color: #00000033;
}

.about__box:last-child .about-box-three::after {
    display: none;
}

.about-icon-three {
    height: 74px;
    width: 74px;
    border-radius: 100%;
    background-color: #007847;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-details-three h4 {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: center;
    padding-top: 10px;
    color: black;
    font-weight: 500;
}

.about-details-three p {
    margin-bottom: 0;
    text-align: center;
}

.about-left-three h2 {
    max-width: 89%;
    margin-bottom: 26px;
    font-size: 34px;
    font-weight: 600;
}

.about-left-three > p {
    margin-bottom: 20px;
}

ul.about-list-three {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.about-list-three li {
    display: flex;
    align-items: center;
    column-gap: 14px;
}

ul.about-list-three li span {
    height: 9px;
    width: 9px;
    display: inline-block;
    border-radius: 5px 1px 1px 5px;
    background-color: var(--uniqo-dark-text);
}

ul.about-list-three li p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 38px;
}

.about-right-three {
    position: relative;
    height: 100%;
}

.about-shape-three-3 {
    width: 550px;
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
    transform: rotateZ(68deg) skew(-22deg, 0deg);
    position: absolute;
    top: 5px;
    left: 0;
    background-color: gray;
}

.about-shape-three-3 img {
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 1s;
    object-fit: cover;
}

.about-shape-three-3:hover img {
    transform: scale(1.2) translate(-73px, 32px);
}

.about-shape-image-container {
    position: absolute;
    top: -44px;
    left: -90px;
    height: 600px;
    width: 730px;
    transform: rotateZ(-90deg) skew(-19deg, 0deg);
}

.about-shape-box-three {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 17px;
    background-color: #007847;
    padding: 30px;
    padding-right: 78px;
}

.about-shape-icon-three {
    width: 76px;
    height: 70px;
    background-color: var(--uniqo-light);
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.about-shape-box-three h4 {
    font-size: 63px;
    margin-bottom: -10px;
    color: white;
}

.about-shape-box-three p {
    font-family: var(--uniqo-heading-font);
    font-size: 20px;
    margin-bottom: 0;
    color: white;
}

.about-shape-three-1 {
    position: absolute;
    bottom: -30px;
    right: 0;
    animation: updown1 10s infinite;
}

@keyframes updown1 {
    0% {
        transform: translateX(-200px);
    }
    50% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-200px);
    }
}

.about-shape-three-2 {
    position: absolute;
    bottom: -6px;
    left: 85px;
    animation: updown 10s infinite;
}

@keyframes updown {
    0% {
        transform: translateY(-200px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-200px);
    }
}

/***********************
* service three
***********************/

.service-section-three {
    position: relative;
    padding-top: 130px;
    margin: 0 70px;
    overflow: hidden;
    z-index: 0;
}

.service-section-three::before {
    content: "";
    position: absolute;
    top: -158px;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/services/service-three-bg-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
    border-radius: 40px;
}

.service-section-three::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 477px;
    background-color: #000000;
    border-radius: 40px;
    z-index: -1;
}

.service-section-three .container {
    position: relative;
    z-index: 1;
}

.heading-box-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}

.service-section-three .btn-light {
    background-color: var(--uniqo-light);
    color: var(--uniqo-black);
}

.service-section-three .heading-title {
    color: var(--uniqo-light);
    margin-bottom: 0;
    max-width: 100%;
}

.service-box-three {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.8s;
}

.service-image-three img {
    height: 25rem;
    width: 100%;
    object-fit: cover;
}

.service-box-three:hover {
    transform: translateY(-10px);
}

.service-box-three::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(59, 68, 67, 0) 0%, #1b2429 100%);
    background-blend-mode: multiply;
}

.service-details-three {
    position: absolute;
    bottom: 33px;
    left: 33px;
    z-index: 1;
}

.service-details-three span {
    height: 63px;
    width: 63px;
    border-radius: 11px;
    background-color: #00239587;
    backdrop-filter: blur(10px);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-details-three h4 {
    font-size: 20px;
    margin-bottom: 0;
}

.service-details-three h4 a {
    color: var(--uniqo-light);
}

/***********************
* testimonial three
***********************/

.testimonial-section-three {
    padding: 150px 0;
    overflow: hidden;
}

.testimonial-section-three .heading-box {
    margin-bottom: 30px;
}

.testimonial-left-three {
    padding-right: 50px;
}

.testimonial-left-three > p {
    margin-bottom: 33px;
}

.testimonial-user-three {
    display: flex;
    align-items: center;
    column-gap: 14px;
}

.testimonial-user-three ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.testimonial-user-three ul li {
    display: inline-block;
}

.testimonial-user-three ul li + li {
    margin-left: -20px;
}

.testimonial-user-three p {
    font-weight: 600;
    margin-bottom: 0;
    color: #1d1d1d;
    max-width: 50%;
}

.testimonial-slider-three {
    display: flex;
    align-items: center;
    column-gap: 90px;
    background-color: #fff8e2;
    border-radius: 24px;
    padding: 40px 52px 50px 50px;
    position: relative;
}

.testimonial-slider-three::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 270px;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #00000026;
}

.testimonial-item-three-1 {
    text-align: center;
}

.testimonial-image-three-1 {
    margin: auto;
    margin-bottom: 14px;
    height: 133px;
    width: 133px;
    border-radius: 100%;
    overflow: hidden;
}

.testimonial-image-three-1 img {
    width: 100%;
    height: 100%;
}

.testimonial-item-three-1 h4 {
    font-size: 20px;
    margin-bottom: 3px;
}

.testimonial-item-three-1 p {
    margin-bottom: 0;
}

.testimonial-icon-three-1 {
    margin-bottom: 25px;
}

.testimonial-item-three-2 p {
    font-weight: 300;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 27px;
}

.testimonial-slider-three-1 {
    width: 25%;
}

.testimonial-slider-three-2 {
    width: 60%;
    position: relative;
}

.testimonial-slider-three-2 button.slick-arrow {
    border: none;
    background: transparent;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.testimonial-slider-three-2 button.slick-next.slick-arrow {
    left: 68px;
}

.testimonial-slider-three-2 button.slick-arrow img {
    width: 36px;
}
 

/***********************
* why-choose three
***********************/

.why-choose-section-three {
    padding: 0px 0 200px 0;
    background-color: #ffffff4d;
    position: relative;
    max-width: 1780px;
    margin: auto;
    border-radius: 30px;
    overflow: hidden;
}

.why-choose-image-three {
    margin-right: -107px;
    transform: translateX(80px);
}

.why-choose-image-three img {
    height: 40rem;
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
}

.why-choose-section-three .heading-title {
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 600;
}

.why-choose-details-three {
    padding-right: 65px;
}

.why-choose-details-three p {
    margin-bottom: 60px;
    max-width: 70%;
}

.why-choose-lower-three {
    position: absolute;
    bottom: 20px;
    width: 975px;
    background: #ffffff;
    padding: 30px;
    border-radius: 40px;
}

.why-choose-box-three {
    padding: 40px 20px 32px 16px;
    background-color: var(--uniqo-light);
    border-radius: 30px;
    position: relative;
    border: 1px solid gray;
}

.why-choose-box-three span {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007847;
    margin-bottom: 33px;
    position: relative;
    padding: 20px;
}

.why-choose-box-three span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0;
    background-color: #ffb612;
    transition: all 0.5s;
    border-radius: 100%;
    z-index: -1;
}

.why-choose-box-three:hover span::after {
    height: 100%;
    width: 100%;
    border: 1px solid var(--uniqo-primary);
}

.why-choose-box-three span {
    position: relative;
    z-index: 1;
}

svg path {
    transition: all 0.5s;
}

.why-choose-box-three:hover svg path {
    stroke: var(--uniqo-primary);
}

.why-choose-box-three h4 {
    font-size: 25px;
    margin-bottom: 14px;
}

.why-choose-box-three p {
    margin-bottom: 0px;
}

.why-choose-image-shape {
    position: relative;
}

.why-choose-container {
    display: flex;
    column-gap: 30px;
}

/***********************
* portfolio three
***********************/

.portfolio-section-three {
    padding: 80px 0 80px 0;
    background-color: #0c2600;
    max-width: 1780px;
    margin: auto;
    border-radius: 30px;
    color: var(--uniqo-light);
    overflow: hidden;
}
.portfolio-section-three h2{
    color: white;
}

.portfolio-section-three .heading-title {
    margin-bottom: 10px;
}

.heading-box {
    margin-bottom: 40px;
}

.portfolio-three {
    display: flex;
    column-gap: 30px;
}

.portfolio-box-three {
    position: relative;
    width: 16%;
    flex-grow: 1;
    transition: all 0.5s;
}

.portfolio-details-three {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.portfolio-image-three {
    height: 545px;
    overflow: hidden;
    border-radius: 25px;
    transition: all 0.5s;
}

.portfolio-image-three img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-title-three h4 {
    color: var(--uniqo-light);
    margin-bottom: 10px;
    background-image: linear-gradient(transparent calc(100% - 1px), #ffffff 1px);
    background-repeat: no-repeat;
    background-position-y: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline forwards;
}

.portfolio-title-three h4:hover {
    animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline-hover forwards;
}

.portfolio-title-three p {
    font-size: 16px;
    margin-bottom: 0;
}

.portfolio-box-three:hover {
    width: 46%;
}

.portfolio-box-three:hover .portfolio-image-three {
    height: 439px;
}

.portfolio-box-three:hover .portfolio-details-three {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s 0.3s;
}

.portfolio-btn-three {
    height: 89px;
    width: 89px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007847;
    position: relative;
}

.portfolio-btn-three::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-color: var(--uniqo-light);
    transition: all 0.5s;
}

.portfolio-btn-three:hover::after {
    height: 100%;
    width: 100%;
}

.portfolio-btn-three:hover img {
    filter: brightness(0);
}

.portfolio-btn-three img {
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.portfolio-btn-three img {
    margin-left: 7px;
    margin-top: -5px;
}

.portfolio-left-three .heading-title {
    margin-bottom: 15px !important;
}

.portfolio-left-three p {
    margin-bottom: 40px;
}

.portfolio-left-three .btn-light {
    background-color: var(--uniqo-light);
    color: var(--uniqo-black);
}

.portfolio-box-three-1 {
    text-align: center;
}

.portfolio-box-three-1-inner {
    width: 170px;
    height: 170px;
    margin: auto;
    position: relative;
    margin-bottom: 15px;
}

.portfolio-box-three-1-inner span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-box-three-1 h4 {
    font-size: 20px;
    margin-bottom: 13px;
    color: var(--uniqo-light);
}

.portfolio-box-three-1 p {
    max-width: 82%;
    margin: auto;
}

.portfolio-slider-three {
    margin-top: 16px;
}

.portfolio-item-three {
    display: flex !important;
    align-items: center;
    column-gap: 30px;
    margin: 0 15px;
}

.portfolio-item-three h5 {
    font-size: 132px;
    color: var(--uniqo-light);
    margin-bottom: 0;
}

.portfolio__three_box {
    border-right: 1px solid #ffffff1a;
}

.portfolio__three_box:last-child {
    border: none;
}
 

/***********************
* footer three
***********************/ 
footer.footer-section-three {
    padding-top: 50px;
    position: relative;
    background-image: url(../images/footer-three-bg.jpg);
    background-size: cover;
    background-position: center;
    color: var(--uniqo-light);
    overflow: hidden;
}

footer.footer-section-three::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(27, 36, 41, 0) 0%, rgba(27, 36, 41, 0.82) 0%, rgba(27, 36, 41, 0.95) 62.73%, #1b2429 100%);
}

.footer-newslatter-three {
    margin-bottom: 120px;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
}

.footer-newslatter-three .heading-title {
    margin-bottom: 0;
    color: var(--uniqo-light);
}

.newslatter-form-group-three {
    position: relative;
}

.newslatter-form-group-three button {
    position: absolute;
    top: 50%;
    right: 0;
    border: none;
    background: transparent;
    transform: translateY(-50%);
}

.newslatter-form-group-three .form-control {
    padding: 0 30px 16px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--uniqo-light);
    border-radius: 0;
    color: var(--uniqo-light);
}

.newslatter-form-group-three .form-control::placeholder {
    color: var(--uniqo-light);
}
 

.footer-about-three {
    position: relative;
    z-index: 1;
    color: var(--uniqo-light);
}

.footer-logo-three {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ffffff33;
}

.footer-logo-three img {
    width: 10rem;
}
ul.footer-about-list-three {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.footer-about-list-three li {
    display: flex;
    column-gap: 16px;
    align-items: flex-start;
    margin-bottom: 28px;
}

ul.footer-about-list-three li p {
    margin-bottom: 0;
}

ul.footer-about-list-three li a {
    color: var(--uniqo-light);
}

ul.footer-about-list-three li a:hover {
    color: var(--uniqo-primary);
}

.footer-widget-two {
    position: relative;
    z-index: 1;
}

.footer-section-three ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section-three .footer-widget-two h4 {
    margin-bottom: 24px;
    font-size: 20px;
    color: var(--uniqo-light);
}
    
   

/***********************
* blog four
***********************/

.blog-section-four {
    padding: 80px 0;
}

.blog-section-four .sub-title {
    margin-bottom: 25px;
}

.blog-section-four .heading-title {
    margin-bottom: 40px;
}

.blog-box-four {
    position: relative;
    height: 400px;
    border-radius: 15px;
    overflow: auto;
    background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    padding: 30px;
    padding-right: 60px;
    background-position: center;
    background-size: cover;
}

.blog-box-four::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 40%) 37%, #1b2429 90.33%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    border-radius: 12px;
}

.blog-box-four .blog-content {
    position: relative;
    z-index: 1;
    height: 10rem;
}

.blog-section-four .col-lg-4:nth-child(2) .blog-box-four {
    background: linear-gradient(180deg, rgba(86, 115, 108, 0.4) 0%, #1b2429 65.33%), url(../images/blog/blog-four-2.jpg);
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
}

.blog-section-four .col-lg-4:nth-child(3) .blog-box-four {
    background: linear-gradient(180deg, rgba(86, 115, 108, 0.4) 0%, #1b2429 65.33%), url(../images/blog/blog-four-3.jpg);
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
}

.blog-date-four {
    height: 100%;
}

.blog-date-four a {
    padding: 8px 12px;
    border-radius: 6px;
    display: inline-flex;
    background-color: var(--uniqo-light);
    flex-direction: column;
    align-items: center;
    color: var(--uniqo-dark-text);
    font-size: 18px;
    font-weight: 600;
}

.blog-date-four a span:first-child {
    font-size: 35px;
}

.blog-date-four a span:last-child {
    margin-top: -15px;
}

ul.blog-four-tag {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 14px;
    color: var(--uniqo-light);
}

ul.blog-four-tag li a {
    color: var(--uniqo-light);
}

.blog-box-four h4 {
    margin-bottom: 20px;
}

.blog-box-four h4 a {
    color: var(--uniqo-light);
    background-image: linear-gradient(transparent calc(100% - 1px), #ffffff 1px);
    background-repeat: no-repeat;
    background-position-y: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline forwards;
    font-size: 21px;

    /* Line clamp */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-box-four h4 a:hover {
    animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline-hover forwards;
}

.blog-four-btn {
    height: 51px;
    width: 51px;
    border-radius: 100%;
    border: 1px solid var(--uniqo-light);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.blog-box-four {
    position: relative;
    overflow: hidden;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
   
/***********************
* process five
***********************/

.process-section-five {
    padding: 80px 0 80px 0;
    margin-bottom: 80px;
    background-color: var(--uniqo-black);
    position: relative;
    background-image: url(../images/process/process-bg-five.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
}

.process-section-five h2{
    color: white;
}

.process-section-five .sub-title-two {
    background-color: #6168660f;
    color: #fff;
}

.process-section-five a.process {
    background-color: #ffb612;
    color: black;
}

.process-box-five.one,
.process-box-five.two {
    padding-right: 50px;
}

.process-box-five.three,
.process-box-five.four {
    padding-left: 50px;
}

.process-box-five.one,
.process-box-five.four {
    margin-top: 279px;
}

.process-box-five.two {
    margin-left: 10px;
}

.process-box-five.three {
    margin-right: 20px;
}

.process-box-five {
    color: var(--uniqo-light);
    text-align: center;
    position: relative;
    z-index: 1;
}

.process-image-five {
    position: relative;
    margin-bottom: 33px;
    height: 244px;
    width: 244px;
    border-radius: 100%;
}

.process-image-five img {
    border-radius: 50%;
    height: 15rem;
    object-fit: cover;
}

.process-image-five::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-color: #000000b5;
    transition: all 0.5s;
    height: 0;
    width: 0;
}

.process-box-five:hover .process-image-five::after {
    height: 100%;
    width: 100%;
}

.process-image-five span {
    height: 47px;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--uniqo-light);
    color: var(--uniqo-black);
    position: absolute;
    bottom: -22px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}

.process-box-five h4 {
    margin-bottom: 4px;
    font-size: 25px;
    color: var(--uniqo-light);
}

.process-box-outer {
    position: relative;
}

.process-box-outer::after {
    content: "";
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    height: 1200px;
    width: 1200px;
    border-radius: 100%;
    border: 1px solid #97979757;
}

.process-box-outer::before {
    content: "";
    position: absolute;
    bottom: -940px;
    left: 50%;
    transform: translateX(-50%);
    height: 1200px;
    width: 1200px;
    background-color: var(--uniqo-black);
    z-index: 1;
}

.process-info-five {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: -150px;
}

.process-info-five::after {
    content: "";
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    height: 580px;
    width: 580px;
    border-radius: 100%;
    border: 1px solid #f1f1f169;
    border-bottom: transparent;
    border-left: transparent;
    border-right: transparent;
    z-index: -1;
}
   
/***********************
 * back-to-top
***********************/

.prgoress_indicator {
    position: fixed;
    left: 26px;
    bottom: 35px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px var(--uniqo-primary);
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: var(--uniqo-primary);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
    color: var(--uniqo-secondary);
}

.prgoress_indicator:hover ::before {
    opacity: 1;
}

.prgoress_indicator svg path {
    fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: var(--uniqo-secondary);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}

/***********************
 * mobile-nav
***********************/

.mobile-nav-wrapper {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transform-origin: left center;
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
}

.mobile-nav-wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: all 0.5s;
}

.mobile-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #56736c49;
    opacity: 0.9;
}

.mobile-nav-content {
    width: 100%;
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    background-color: #031e37;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 30px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 0.5s;
}

.mobile-nav-wrapper.expanded .mobile-nav-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.5s;
}

.mobile-nav-close {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 42px;
    right: 15px;
}

.mobile-nav-close span {
    width: 3px;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    background-color: var(--uniqo-light);
    transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-nav-close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

ul.mobile-menu-list {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 10px;
}

ul.mobile-menu-list li {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    list-style: none;
}

ul.mobile-menu-list li:last-child {
    border: none;
}

.locked {
    position: fixed;
    width: 100%;
    top: 0;
}

ul.mobile-menu-list li a {
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.5s;
    padding: 0 25px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.mobile-menu-list .dropdown ul {
    margin: 0;
    padding: 0;
    display: none;
    border-top: 1px solid #d5cdcd;
}

ul.mobile-menu-list .dropdown ul li a {
    padding-left: 35px;
}

.mobile-menu-list .menu-item-has-children button.expanded {
    transform: translateY(-50%) rotate(90deg);
}

.mobile-menu-list .menu-item-has-children button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-0deg);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: none;
    float: right;
    transition: all 0.3s;
    line-height: 0px;
}

/***********************
 * about page
***********************/

.page-header-section {
    padding-top: 236px;
    background-image: url(../images/about/about-page-banner.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-color: rgb(0 0 0 / 30%);
    background-blend-mode: overlay;
}

.page-header-section::after {
    content: "";
    position: absolute;
    bottom: 118px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #e0e0e02b;
}

.page-header-heading {
    margin-bottom: 117px;
    color: var(--uniqo-light);
    padding-left: 28px;
    border-left: 1px solid #e0e0e02b;
}

.page-header-heading h2 {
    font-size: 63px;
    margin-bottom: 38px;
    color: var(--uniqo-light);
}

.page-header-heading p {
    max-width: 70%;
    margin-bottom: 0;
}

ul.breadcrumb {
    column-gap: 10px;
    padding: 45px 0;
    font-size: 18px;
    margin-bottom: 0;
}

ul.breadcrumb li a,
ul.breadcrumb li span {
    color: var(--uniqo-light);
}

ul.breadcrumb li a:hover {
    color: var(--uniqo-primary);
}

.about-lower {
    max-width: 1780px;
    margin: auto;
    overflow: hidden;
}

.about-why-choose {
    border-radius: 35px;
    margin: 0 60px;
    margin-top: 150px;
}

.about-team {
    padding-top: 660px;
    margin-top: -550px;
}

.about-why-choose-two {
    border-top: 1px solid #d7d7d7;
}

.about-why-choose-three {
    background-color: transparent;
}

.cta-section-three {
    text-align: center;
    padding: 100px 0;
    background-image: url(../images/background/cta-three-bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.cta-section-three .heading-title {
    color: var(--uniqo-light);
    margin-bottom: 36px;
}

.cta-section-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #333939 15.26%, #131414 50.68%, #333939 85.55%);
    opacity: 0.9;
}

/***********************
* service page
***********************/

.service-section-two.srvice {
    background-color: #f3f3f3;
}

.service-section-two.srvice .sub-title {
    color: var(--uniqo-primary);
}

/***********************
* service details page
***********************/

.service-details-section {
    padding: 150px 0;
    overflow: hidden;
}

 

.service-details-cta {
    padding: 40px;
    border-radius: 20px;
    background-color: #faebd9;
    margin-bottom: 40px;
    color: #bb894f;
}

.service-details-tag-inner {
    display: flex;
    column-gap: 30px;
    align-items: center;
}

.service-details-tag {
    width: 100%;
    padding: 46px 54px;
    background-color: #f0f0f0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    column-gap: 18px;
}

.service-details-tag span {
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--uniqo-light);
    flex-shrink: 0;
}

.service-details-tag-title h5 {
    font-size: 20px;
    margin-bottom: 8px;
}

.service-details-tag-title p {
    margin-bottom: 0;
}

.service-details-image {
    display: flex;
    column-gap: 30px;
    overflow: hidden;
}

.service-details-image-inner {
    border-radius: 20px;
    overflow: hidden;
}

.service-pagination-list {
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: space-between;
    padding: 30px 0;
    border: 1px solid #eaeaea;
    border-left: none;
    border-right: none;
    flex-wrap: wrap;
    row-gap: 20px;
}

.service-pagination-inner a {
    display: flex;
    align-items: center;
    column-gap: 23px;
    color: var(--uniqo-light-text);
}

.service-pagination-inner > a {
    margin-bottom: 20px;
}

.next .service-pagination-inner a {
    justify-content: end;
}

.service-pagination-inner > a span {
    text-transform: uppercase;
    letter-spacing: 0.62em;
    font-size: 14px;
    font-weight: 600;
}

.service-pagination-inner h5 {
    margin-bottom: 0;
    font-size: 30px;
}

.service-pagination-inner h5 a {
    color: var(--uniqo-dark-text);
}

.service-details-widget {
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 42px;
    margin-bottom: 40px;
}

.service-details-widget h4 {
    margin-bottom: 13px;
    font-size: 25px;
}

.service-details-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-details-widget ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.5s;
}

.service-details-widget ul li p {
    margin-bottom: 0;
    transition: all 0.5s;
}

.service-details-widget ul li:hover {
    padding: 15px 20px;
    background-color: var(--uniqo-dark-text);
    border-radius: 5px;
}

.service-details-widget ul li:hover p {
    color: var(--uniqo-light);
}

.service-details-widget ul li:hover img {
    filter: brightness(10);
}

.service-details-cta-widget {
    padding: 88px;
    background-color: var(--uniqo-dark-text);
    border-radius: 10px;
    text-align: center;
}

.service-details-cta-widget img {
    width: 200px;
    margin-bottom: 32px;
}

.service-details-cta-widget h5 {
    margin-bottom: 32px;
    color: var(--uniqo-light);
    font-size: 25px;
}

.sticy {
    position: sticky;
    top: 150px;
}
   
  
   

 

.btn-theme.btn-three {
    background-color: #dc3837;
}

.footer-section-three .footer-content {
    position: relative;
    z-index: 1;
}
.footer-content h6 {
    color: #ffb612;
    font-size: 16px;
}
.footer-content p {
    font-size: 14px;
    color: #bbbbbb;
}

/*======================================= Header Styles ======================================== */
.tp-header-area {
    position: sticky;
    top: 0;
    overflow: hidden;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.tp-header-box {
    display: flex;
    justify-content: space-between;
    position: relative;
    min-height: 80px;
}

/* Logo Section */
.tp-header-logo {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding: 15px 0px;
}

.tp-header-logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 100%;
    background: linear-gradient(135deg, #002395 0%, #002395 50%, #002395 90%);
    clip-path: polygon(0px 0px, 100% 0px, 76.57% 100.79%, 0% 100%);
    z-index: 1;
}

.tp-header-logo a {
    position: relative;
    z-index: 2;
}

.tp-header-logo img {
    width: 150px;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
}

/* Header Top */
.tp-header-top {
    padding-top: 9px;
    padding-bottom: 7px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 85px;
    padding-right: 20px; 
}

.tp-header-top-info a {
    font-size: 16px;
    text-decoration: none;
    color: var(--tp-heading-primary);
    display: flex;
    align-items: center;
    gap: 8px;
}

.tp-header-top-info i {
    background: linear-gradient(to bottom, #007847, #002395, #ffb612, #de3831);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Social Links */
.header-social {
    display: flex;
    gap: 15px;
}

.header-social a {
    color: var(--tp-heading-primary);
    font-size: 16px;
    transition: color 0.3s ease;
}

.header-social a:hover {
    color: var(--tp-theme-primary);
}

/* Main Menu */
.tp-main-menu-content ul {
    display: flex;
    list-style: none;
    gap:10px;
    margin: 0;
    padding: 0;
}

.tp-main-menu-content a {
    text-decoration: none;
    color: black;
    font-weight: 500;
    padding: 10px 0;
    transition: color 0.3s ease;
}

.tp-main-menu-content a:hover {
    color: var(--tp-theme-primary);
}

/* Header Contact */
.tp-header-contact {
    gap: 20px;
}

.tp-header-contact-search span {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #f6f6f9;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.tp-header-contact-search span:hover {
    background: var(--tp-gradient-primary);
    color: white;
}

.tp-header-contact-inner {
    display: flex;
    align-items: end;
    gap: 15px;
}

.tp-header-contact-icon span {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: white;
    background: #002395;

    padding: 10px;
}

.tp-header-contact-content p {
    font-size: 14px;
    color: var(--tp-heading-primary);
    margin-bottom: 2px;
}

.tp-header-contact-content span a {
    font-size: 18px;
    font-weight: 600;
    color: var(--tp-heading-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.tp-header-contact-content span a:hover {
    color: var(--tp-theme-primary);
}

/* Header Button */
.tp-header-btn {
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #002395;
    gap:10px;
}

.tp-header-main-menu {
    padding-left: 90px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
}

.tp-header-btn .btn-light {
    margin-right: 0;
    background-color: #ffb612;
    backdrop-filter: blur(10px);
    color: var(--uniqo-black);
}

.tp-btn {
    background: var(--tp-gradient-primary);
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.tp-btn:hover {
    transform: translateY(-2px);
}

/* Hamburger Menu */
.hamburger-btn {
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
}

.hamburger-btn span {
    display: block;
    height: 2px;
    width: 100%;
    background: white;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.3s ease;
}

.hamburger-btn:hover span:nth-child(1) {
    transform: translateX(5px);
}

.hamburger-btn:hover span:nth-child(3) {
    transform: translateX(-5px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
}

.mobile-menu-overlay.active {
    left: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.mobile-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--tp-heading-primary);
}

.mobile-menu-content {
    padding: 20px;
}

.mobile-menu-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-nav li {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-nav a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: var(--tp-heading-primary);
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.mobile-menu-nav a:hover {
    color: var(--tp-theme-primary);
}

.mobile-contact-info {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
}

.mobile-contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.mobile-contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--tp-gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002395;
}

.mobile-social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.mobile-social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tp-heading-primary);
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-social-links a:hover {
    background: var(--tp-gradient-primary);
    color: white;
}

.mobile-contact-info .btn-light {
    margin-right: 0px;
    background-color: rgb(255, 182, 18);
    backdrop-filter: blur(10px);
    color: var(--uniqo-black);
}

.mobile-btn .btn {
    margin-bottom: 10px;
}

@media (max-width: 1400px) {
    .tp-header-logo img {
        width: 120px;
    }
    .tp-header-logo-bg {
        width: 200px;
    }

    .btn-theme {
        padding: 0 14px;
    }

    .tp-header-main-menu {
        padding-left: 0px;
    }

    .tp-header-logo {
        width: 200px;
        padding: 15px 20px;
        justify-content: start;
    }
    .tp-header-top {
        padding-left: 0px;
    }
    .tp-header-btn {
        width:375px;
    }
    .tp-main-menu-content a {
        font-size: 14px;
        white-space: nowrap;
    }
    .tp-header-contact-content p {
        font-size: 13px;
    }
    .tp-header-contact-content span a {
        font-size: 14px;
    }
    .btn-theme > span {
        font-size: 14px;
    }
    
   

}



@media (min-width:1200px) and  (max-width:1350px) {
    .tp-main-menu-content a {
    font-size: 12px;
}

    .tp-main-menu-content ul {
    gap: 15px;
}
    
    
}

/* Tablet Styles */
@media (max-width: 1199px) {
    .tp-header-logo {
        width: 200px;
    }

    .tp-header-btn {
        width: 100px;
    }

    .tp-main-menu {
        display: none;
    }

    .tp-header-contact {
        display: none;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .tp-header-box {
        min-height: 70px;
    }

    .tp-header-logo {
        width: 160px;
    }

    .tp-header-logo img {
        width: 120px;
        padding: 8px;
    }

    .tp-header-btn {
        width: 70px;
    }

    .tp-header-top {
        padding: 8px 15px;
    }

    .header-social {
        gap: 10px;
    }

    .header-social a {
        font-size: 14px;
    }

    .tp-header-top-info a {
        font-size: 14px;
    }

    .container {
        padding: 0 10px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .tp-header-box {
        min-height: 60px;
    }

    .tp-header-logo {
        width: 140px;
    }

    .tp-header-logo img {
        width: 100px;
        padding: 6px;
    }

    .tp-header-btn {
        width: 60px;
    }

    .hamburger-btn {
        width: 25px;
        height: 18px;
    }

    .tp-header-top-info a {
        font-size: 12px;
    }

    .header-social a {
        font-size: 12px;
    }

    .header-social {
        gap: 8px;
    }
}

/* Extra Small Mobile */
@media (max-width: 320px) {
    .tp-header-logo {
        width: 120px;
    }

    .tp-header-logo img {
        width: 90px;
        padding: 5px;
    }

    .tp-header-btn {
        width: 50px;
    }
}



/*----------------------------------------*/

/*  2.5 Preloader
/*----------------------------------------*/

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    position: relative;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.preloader {
    position: relative;
    background: url(../images/logo.png) no-repeat center;
    background-size: 90px;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    transform: translateX(-50px);
    border: 2px solid #f3f3f3;
    border-top: 2px solid #0c1387;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*============================ new css ==========================*/
.tp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tp-main-menu ul li {
  position: relative;
  display: inline-block;
}

.tp-main-menu ul li a {
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  color: #222;
  font-weight: 500;
  transition: all 0.3s ease;
}

.tp-main-menu ul li a:hover {
  color: #006BFF;
}

/* ====== SUBMENU ====== */
.tp-main-menu ul li .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 230px;
  padding: 8px 0;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.tp-main-menu ul li .submenu li {
  display: block;
  width: 100%;
}

.tp-main-menu ul li .submenu li a {
  padding: 10px 18px;
  color: #444;
  font-weight: 400;
  transition: all 0.25s ease;
}

.tp-main-menu ul li .submenu li a:hover {
  background: #f5f7ff;
  color: #006BFF;
  padding-left: 22px;
}

/* ====== SUBMENU TITLE ====== */
.tp-main-menu ul li .submenu .menu-title {
  padding: 10px 18px;
  font-weight: 600;
  font-size: 14px;
  color: #111;
  background: #f2f3f8;
  cursor: default;
  border-top: 1px solid #eaeaea;
}

.tp-main-menu ul li .submenu .menu-title:first-child {
  border-top: none;
}

/* ====== SHOW ON HOVER ====== */
.tp-main-menu ul li:hover > .submenu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*========================================== account type ==========================================*/

    /* ====== Compare Accounts Section ====== */
    .account-type-compare {
      padding: 100px 20px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .account-type-compare::before {
      content: "";
      position: absolute;
      width: 400px;
      height: 400px;
      background: linear-gradient(135deg, #00df07, #4cff00, #018700);
      border-radius: 50%;
      top: -200px;
      left: -200px;
      opacity: 0.1;
      z-index: 0;
    }
    .account-type-compare::after {
      content: "";
      position: absolute;
      width: 350px;
      height: 350px;
      background: linear-gradient(135deg, #f472b6, #fbbf24, #34d399);
      border-radius: 50%;
      bottom: -150px;
      right: -150px;
      opacity: 0.15;
      z-index: 0;
    }

 
    .account-type-compare p {
      font-size: 16px;
      line-height: 1.8;
      color: #4b5563;
      max-width: 750px;
      margin: 0 auto 50px;
      z-index: 1;
      position: relative;
    }

    .account-type-compare p .account-type-highlight {
      color: #2563eb;
      font-weight: 600;
    }

    .account-type-compare .account-type-btn, .account-type-steps .account-type-btn {
      display: inline-block;
      padding: 12px 25px;
      font-size: 1.15rem;
      font-weight: 500;
      background: #002395;
      color: #fff;
      border-radius: 6px;
      transition: all 0.3s ease;
      box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
      z-index: 1;
      position: relative;
    }

    .account-type-compare .account-type-btn:hover.account-type-steps .account-type-btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 30px rgba(37, 99, 235, 0.4);
    }

    /* Cards */
    .account-type-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 70px;
      z-index: 1;
      position: relative;
    }

    .account-type-card {
      background: linear-gradient(145deg, #ffffff, #e0f2fe);
      border-radius: 24px;
      padding: 25px;
      flex: 1 1 350px;
      max-width: 480px;
      box-shadow: 0 12px 35px rgba(0,0,0,0.08);
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      text-align: left;
      position: relative;
    }

    .account-type-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 16px 50px rgba(0,0,0,0.15);
    }

 

    .account-type-card h3 {
      font-size: 22px;
      font-weight: 500;
      margin-bottom: 15px;
      color: #111827;
    }

    .account-type-card p {
      font-size: 14px;
      color: #4b5563;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .account-type-card ul {
      list-style: none;
      padding: 0;
      margin:  0;
    }

    .account-type-card ul li {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 8px 0;
      font-size: 0.95rem;
      color: #374151;
    }

    .account-type-card ul li i {
      color: #2563eb;
      min-width: 20px;
      font-size: 1.1rem;
    }

    .account-type-card .account-type-card-btn {
      display: inline-block;
      margin-top: 10px;
      padding: 12px 30px;
      font-weight: 600;
      background: linear-gradient(135deg, #2563eb, #1d4ed8);
      color: #fff;
      border-radius: 30px;
      transition: all 0.3s ease;
      box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
    }

    .account-type-card .account-type-card-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
    }

    /* ====== Account Ownership Section ====== */
    .account-type-ownership {
      padding: 80px 20px;
      text-align: center;
      background: #f0f9ff;
    }
 
    .account-type-ownership-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .account-type-ownership-card {
      background: #fff;
      border-radius: 20px;
      padding: 30px 25px;
      flex: 1 1 320px; 
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
    }

    .account-type-ownership-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 14px 40px rgba(0,0,0,0.12);
    }

    .account-type-ownership-card h3 {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 15px;
      color: #002395;
    }

    .account-type-ownership-card p {
      font-size: 1rem;
      color: #4b5563;
      line-height: 1.6;
      margin: 0;
    }

    /* ====== Start Trading Steps Section ====== */
    .account-type-steps {
      padding: 50px 20px;
      text-align: center; 
    }

   

    .account-type-steps-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .account-type-step-card {
      background: #fff;
      border-radius: 20px;
      padding: 40px 25px;
      flex: 1 1 220px;
      max-width: 250px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
    }

    .account-type-step-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 35px rgba(0,0,0,0.12);
    }

    .account-type-step-card i { 
    background: #007847;
    margin-bottom: 15px;
    color: white;
    padding: 16px;
    height: 50px;
    width: 50px;
    border-radius: 50%; 
    display: block;
    margin: auto;
    }

    .account-type-step-card h3 {
      font-size: 1.3rem;
      font-weight: 600;
      margin: 10px 0;
      color: #111827;
      
    }

    .account-type-step-card p {
      font-size: 0.95rem;
      color: #4b5563;
      line-height: 1.6;
    }

    .account-type-steps .account-type-btn {
      margin-top: 40px;
    }
    
    
        @media (min-width:1200px) and (max-width:1399px) {
         .tp-main-menu ul li a {
              padding: 14px 12px;
            }
            .tp-main-menu-content ul {
                gap: 0px;
            }
        
        }
        
        

    @media (max-width: 768px) {
      .account-type-cards,
      .account-type-ownership-cards,
      .account-type-steps-cards {
        flex-direction: column;
        align-items: center;
      }
    }

    /* ====== Breadcrumb Section ====== */
.account-type-breadcrumb {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 120px 20px 60px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.account-type-breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background-color: rgba(0, 0, 0, 0.6); /* black overlay with opacity */
  z-index: 0;
}

.account-type-breadcrumb .container {
  position: relative; /* bring content above overlay */
  z-index: 1;
}

.account-type-breadcrumb h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  color: white;
}

.account-type-breadcrumb-nav {
  font-size: 1rem;
  color: #d1d5db;
}

.account-type-breadcrumb-nav a {
  color: #fff;
  font-weight: 500;
  transition: color 0.3s;
}

.account-type-breadcrumb-nav a:hover {
  color: #38bdf8;
}

.account-type-breadcrumb-nav span {
  margin: 0 8px;
  color: #d1d5db;
}

.account-type-mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.account-type-mobile-menu li {
  position: relative;
}

.account-type-mobile-menu a {
  display: block;
  padding: 12px 20px;
  color: #1f2937;
  font-weight: 500;
  transition: background 0.3s;
}

.account-type-mobile-menu a:hover {
  background: #e0f2fe;
}

.account-type-submenu {
  display: none;
  padding-left: 15px;
  background: #f9fafb;
}

.account-type-menu-title {
  font-weight: 700;
  color: #2563eb;
  padding: 8px 0 4px;
  pointer-events: none;
}

.account-type-arrow {
  float: right;
  font-size: 0.8rem;
}



/* Overlay */
.popup-overlay {
  display: none; /* hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6); /* dark background */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
    background: linear-gradient(30deg, #de9f17 2%, #cf9a15 31%, #fff68a 68%, #ffcf45 96%);
    padding: 7px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3); 
}
 

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    background: linear-gradient(135deg, #de9f17, #cf9a15, #fff68a, #ffcf45);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 33px;
    text-align: center;
}

.popup-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}


