﻿.kyc-confirmation-container {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.kyc-confirmation-card {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
}

.confirmation-icon {
    font-size: 5rem;
    color: #28a745;
}

h1 {
    font-weight: 700;
    color: #333;
}

h2 {
    font-weight: 600;
    color: #555;
}

.lead {
    font-size: 1.2rem;
    color: #666;
}

.login-button {
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

    .login-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

@media (max-width: 576px) {
    .kyc-confirmation-card {
        padding: 2rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .lead {
        font-size: 1rem;
    }

    .login-button {
        padding: 0.6rem 1.5rem;
        font-size: 1rem;
    }
}

.aboutCompanyText p.aboutCompanyText {
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.aboutCompanyText h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
}

.aboutCompanyText p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
}

.footer-section.footer-bg .single-footer-widget .footer-social a.facebook {
    background-color: #3c579e;
}

.footer-section.footer-bg .single-footer-widget .footer-social a.twitter {
    background-color: #1cb8ec;
}

.footer-section.footer-bg .single-footer-widget .footer-social a.instagram {
    background-color: #ec0a68;
}

.footer-section.footer-bg .single-footer-widget .footer-social a.whatsapp {
    background-color: #1bd741;
}

@media (max-width: 500px) {

    .aboutCompanyText,
    .single-footer-widget {
        text-align: center;
    }

    .footer-info-contact {
        text-align: left;
    }

    .copyright-area .copyright-area-content {
        text-align: center;
    }

        .copyright-area .copyright-area-content ul {
            text-align: center;
        }

    .single-footer-widget .footer-info-contact {
        justify-content: center;
        text-align: center;
        display: flex;
    }

        .single-footer-widget .footer-info-contact .topIcon svg {
            display: none;
        }
}
.menuList h4 {
    font-size: 18px;
    text-transform: capitalize;
    color: #5e0c36;
}

.menuList ul {
    padding: 0;
    margin: 0;
}

    .menuList ul li a {
        padding: 8px 0;
    }

.perent {
    position: relative;
}

.expend-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .expend-menu p {
        color: white;
    }

.dropdown-menu.dropAgro {
    display: none;
    background-color: #5e0c36; /* fallback color */
    width: 100%;
    position: relative;
}

    .dropdown-menu.dropAgro.active {
        display: block;
        background-color: #5e0c36;
        width: 100%;
        transition: all 0.3s ease-in-out; /* Adding transition effect */
        position: relative;
    }

.add {
    display: flex;
    justify-content: space-between;
}

    .add p {
        color: white;
        margin-right: 15px;
        font-size: 20px;
    }

.nav-item.my-item {
    width: 100% !important;
}

.dropdown-menu.dropAgro.drop {
    width: 100% !important;
}

.searchIcons {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.searchItem .logo a {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

    .searchItem .logo a img {
        width: 50px;
    }

    .searchItem .logo a h4 {
        color: #fff;
        font-family: "Gugi", serif !important;
        font-size: 22px;
        margin: 0;
        text-transform: capitalize;
    }

.logoText {
    margin: 0;
    font-size: 25px;
    display: block;
    font-weight: 500;
}

.searchIcon {
    width: 50px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchSec {
    background-color: transparent;
    position: relative;
}

.sticky.active.searchSec {
    padding: 10px 0 5px;
}

.searchItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    /* Bar Start */
    .searchItem .logo {
        display: flex;
        align-items: center;
        column-gap: 10px;
        justify-content: space-between;
        margin: 0;
    }

.bar svg {
    font-size: 29px;
    color: #fff;
    cursor: pointer;
    display: none;
}

/* search Info */
.searchInf {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ffffff;
    border-radius: 8px;
}

.sticky.diff .searchInf {
    border-radius: 8px;
}

.sticky.active .searchInf,
.sticky.diff .searchInf {
    border-radius: 8px;
}

.searchInf input {
    background-color: transparent;
    padding: 0 15px;
    height: 44px;
    font-size: 16px;
    border: 0;
    color: #fff;
}

    .searchInf input::-webkit-input-placeholder {
        color: #fff;
    }

    .searchInf input:focus {
        box-shadow: none;
        border: 0;
        background-color: transparent;
    }

.rightSearchInfo {
    display: flex;
    align-items: center;
}

.allCategory {
    background-color: #fff;
    border-right: 1px solid #e8edf0;
}

    .allCategory select {
        background-color: transparent;
        border: 0;
        padding: 8px;
        font-size: 16px;
        color: #121619;
        display: none;
    }

        .allCategory select:focus {
            outline: 0;
        }

.searchIcon svg {
    font-size: 22px !important;
    color: #fff;
    cursor: pointer;
}

/* Call Details */
.callDetail {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

    .callDetail svg {
        font-size: 20px;
    }

.callText h6 {
    margin: 0;
    text-transform: uppercase;
    color: gray;
    font-size: 12px;
}

.callText p {
    color: #111;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.searchIconsItem ul {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 0;
    padding: 0;
}

    .searchIconsItem ul li a {
        font-size: 20px;
        color: #fff;
        line-height: 20px;
    }



.countParent a {
    position: relative;
}

.count {
    display: flex;
    background-color: #b3262e;
    color: #fff;
    font-size: 13px;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 600;
    position: absolute;
    top: -10px;
    right: -10px;
}


/* Trending */
.treandingSec {
    box-shadow: 0 0 8px 0 rgb(7 7 7 / 10%);
    background: #fff;
    position: absolute;
    width: 100%;
    top: 60px;
    transition: .4s ease-in-out;
    z-index: 1;
}

.trendingItem {
    border: 1px solid #e8e7e67d;
    border-top: none;
    padding: 16px 15px;
}

.trendingTitle {
    font-size: 13px;
    line-height: 1.38;
    color: #121619;
}

.trendingItem ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

    .trendingItem ul li a {
        padding: 9px 8px;
        border: 1px solid #e8e7e6;
        background-color: #fff;
        border-radius: 4px;
        cursor: pointer;
        font-size: 12px;
        color: #121619;
        transition: .4s ease-in-out;
        text-transform: uppercase;
        font-weight: 500;
    }

        .trendingItem ul li a:hover {
            color: #fff;
            border: solid 1px #5e0c36;
            background-color: #5e0c36;
        }

.closeBtnDrop {
    font-size: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #5e0c36;
    cursor: pointer;
}

.trendingItem {
    position: relative;
}

.userNamePro .helll > li svg {
    color: #5e0c36;
}


.searchItem .logo.mamas a .text strong {
    text-transform: uppercase;
    color: #333;
    white-space: nowrap;
}

.searchItem .logo.mamas a .text p {
    text-transform: uppercase;
    color: #333;
    font-size: 13px;
    line-height: 13px;
}

.brandText p {
    font-size: 14px;
    line-height: 16px;
}

.rightSearch {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.searchLocationBox {
    width: 480px;
}

.searchLocation {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

    .searchLocation input {
        width: 57%;
    }

@media (max-width: 1100px) {
    .searchSec.search {
        display: none;
    }

    .searchItem .logo a h4 {
        font-size: 18px;
    }

    .navbar-expand-md .navbar-nav {
        flex-wrap: nowrap;
    }
}


@media (max-width: 767px) {
    .bar svg {
        display: block;
    }
}

.phoenixfxaiworld-nav .navbar.navbarItem {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}

header.sticky {
    transform: translateY(0px);
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}

    header.sticky.diff {
        position: relative;
        z-index: 111;
    }

        header.sticky.diff section.searchSec {
            background: #fff;
        }

        header.sticky.diff .navbar .navbar-nav .nav-item .nav-link.active {
            color: #fff;
        }

        header.sticky.diff .dropdown.categoryDropdown button.btn {
            color: #1E3E62;
        }

        header.sticky.diff .navbar .navbar-nav .dropdown.categoryDropdown .dropdown-menu .nav-item .nav-link {
            color: #fff;
        }

.sticky.active .searchSection,
.sticky.diff .searchSection {
    background: #0c263a;
    padding: 14px 0px;
}

header.sticky.diff .topHeaderSec {
    background-color: #e4763b;
}

/* header.sticky.diff .topHeaderSec .socialMedia ul li a{
    color: #1E3E62;
} */

header.sticky.active {
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 11;
    transform: translateY(-32px);
    transition: .4s ease-in-out;
    box-shadow: 0px 15px 10px -15px #6e6e6eb8;
}

.allCategoryDrop {
    padding: 7px 10px;
    background: #e8edf0;
    width: 260px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: none;
    cursor: pointer;
}

.menuCard {
    display: flex;
    align-items: center;
}

.allCategoryDrop i {
    font-size: 20px;
}

.bannerContent .title p {
    color: #626262;
}

.categoryList {
    position: absolute;
    top: 44px;
    left: -350px;
    z-index: -111;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .4s ease-in-out;
}

    .categoryList ul {
        margin: 0;
        padding: 10px;
        background: #fff;
    }

        .categoryList ul li a {
            text-transform: capitalize;
            color: #121619;
            line-height: 33px;
            display: block;
            transition: .4s ease-in-out;
        }

.allCategoryDrop:hover .categoryList {
    opacity: 1;
    left: 0px;
    z-index: 111;
    position: absolute;
}

.categoryList ul li a:hover {
    color: #5e0c36;
}

nav.navbar.navbarItem.navbar-expand-md.navbar-light {
    width: 100%;
}

.sticky.diff .searchSection {
    border-bottom: 1px solid #939393;
}

@media only screen and (max-width: 767px) {
    header.sticky.active {
        top: 0px;
    }

    .searchItem .logo {
        width: 100%;
    }

    .menuCard {
        display: block;
    }

    .navbarArea {
        display: none;
    }

    header.sticky.active .searchItem .searchSec,
    header.sticky.active .searchItem .searchIcons {
        display: none;
    }

    .sticky.active .searchSection,
    .sticky.diff .searchSection {
        padding: 5px 0px;
    }
}
.custom-image-modal-dialog {
    max-width: 90vw !important;
    width: fit-content !important;
}

.custom-image-modal-body {
    padding: 0;
}

.custom-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.custom-modal-image {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

.custom-image-loading {
    font-size: 1.2rem;
    color: #666;
}

.breadcrumbSec {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

    .breadcrumbSec .breadcrumb {
        margin: 0;
        padding: 0;
    }

.breadcrumb-item a {
    color: #e4763b;
}

/*banner section*/

.bannerContent {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.bannerDem {
    width: 70%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

.bannerContent .commonButton.dev {
    background-color: #e4763b;
    color: #fff;
}

.bannerContent h4 {
    color: #fff;
}

.currencyCard h4 {
    color: #fff;
}

.bannerContent h2,
.currencyCard h2 {
    color: #e4763b;
    font-size: 68px;
    line-height: 75px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.bannerContent h2 {
    color: #fff;
}

.bannerContent ul li {
    list-style: disc;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: lowercase;
}

.bannerContent p {
    color: #fff;
    opacity: 0.7;
    font-size: 20px;
}

.bannerFigure {
    padding: 50px;
}

.bannerContent h2 span {
    color: #e4763b;
}

.currencyCard h2 span {
    color: #e4763b;
}

@media only screen and (max-width: 1120px) {

    .bannerDem {
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
        padding: 0 20px;
    }

        .bannerDem ul li {
            list-style: none;
        }

    .bannerContent img {
        height: 80vh;
        object-fit: cover;
    }

    .bannerContent h2 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .bannerContent {
        text-align: center;
        background-position: left;
    }

        .bannerContent ul li {
            font-size: 14px;
            list-style: none;
            line-height: 20px;
        }
}

@media only screen and (max-width: 450px) {
    .bannerContent h2 {
        font-size: 36px;
        line-height: 36px;
    }

    .commonButton.business {
        margin-top: 10px;
    }
}

/*top header */

.topHeaderSec {
    background: transparent;
    padding: 3px 0;
}

.topHeaderInfo {
    display: flex;
    align-items: center;
    justify-content: end;
}

.freeReturn p {
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
}

.languageOption {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.rightList {
    display: flex;
    align-items: center;
}

.pageLinks > ul,
.socialMedia > ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.socialMedia ul {
    column-gap: 10px;
}

.pageLinks ul li a {
    color: #fff;
    display: inline-block;
    padding: 3px 8px;
    font-size: 14px;
}

.socialMedia > ul > li > a,
.currencyDrop > button.btn.btn-secondary.dropdown-toggle {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    background: #e4763b;
    padding: 0 8px;
    border-radius: 5px;
    line-height: 1.5;
    font-weight: 400;
    margin-top:3px;
}
header.sticky.diff .socialMedia > ul > li > a {
    margin-top: 0px;
}
.optionSelect {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.lang select,
.rupees select {
    background: transparent;
    color: #fff;
    align-items: center;
    display: flex;
    border: 0;
    font-size: 14px;
}

.countrySelect {
    background-color: #ffffff;
    padding: 2px 10px;
    border: none;
}

.countrySelect {
    outline: none;
}

/* .lang select option, .rupees select option{
    color: #111;
} */
.miscel {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.socialMedia ul li a.userNameText {
    font-size: 15px;
    text-transform: capitalize;
}

select.form-select.countrySelect {
    width: 100px;
    border: 0;
    padding: 0 10px;
    position: relative;
}

.miscel button.btn.btn-warning {
    padding: 0 10px;
}

select.form-select.countrySelect:after {
    content: "a";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    color: #fff;
}

@media (max-width: 991px) {
    .pageLinks ul li a {
        font-size: 12px;
    }
}

.lang select {
    width: 100px;
    color: #ffffff;
    background: #5e0c36;
    border: 0;
    position: relative;
}