
:root {
    --gold: rgb(229, 184, 11);
    --white: #FEFEFE;
    --black1: rgb(40, 40, 44);
}

.codegold{
    color: var(--gold) !important;
}
.header-elite {
    height: 100vh;
    position: relative;
}

.header-elite::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(.././Webimages/wealthservice/Grid.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
    opacity: 0.29;
}

.elite-text {
    position: absolute;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -20%);
    padding: 20px;
}

.elite-text-h1 {
    font-family: "syne", sans-serif;
    font-size: 60px;
    line-height: 62px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 15px;
}

.Elite {
    color: var(--gold);
    font-family: "montserrat", sans-serif;
    font-size: 22px;
    margin: 0;
    padding: 10px 0;
}

.about-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.aboutelit {
    padding: 70px 25px;
    height: 450px;
}

.aboutelite {
    width: max-content;
    padding: 8px 15px;
    background: linear-gradient(90deg, var(--gold) 20%, #25C98700 80%);
    color: var(--white);
    font-family: "montserrat", sans-serif;
    font-size: 25px;
    letter-spacing: 0.2px;
    font-weight: 300;
    margin-bottom: 12px;
}

.Elite-p {
    color: var(--white);
    font-family: "montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: 0.25;
    margin: 10px 0;
}


/* product section */
.product-section {
    padding: 20px 0;
}

.product {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    height: 500px;
    margin-top: 50px;
    /* border: 1px solid blue; */
}

.Product-right {
    position: absolute;
    left: 0;
    height: 87%;
    width: 45%;
    /* background-color: blue; */
    background:var(--gold);
}

.p {
    position: absolute;
    margin: auto;
    width: 100%;
    top: 50%;
    left: 40%;
    padding: 80px;
    transform: translate(-50%, -50%);
}

.line {
    width: 100px;
    height: 3px;
    border-radius: 10px;
    background-color: var(--gold);
    margin: 0 2px;
}

.pageheading1 {
    color: #fff;
    font-weight: 400;
    letter-spacing: .02em;
    font-family: Gilroy;
    margin-bottom: 1rem;
    font-size: 3rem;
}

.pageheading2 {
    font-weight: 400;
    letter-spacing: .02em;
    font-family: Gilroy;
    margin: 1rem 0;
    font-size: 1.8rem;
}

.subheading {
    /* color: #28282c; */
    color:var(--white);
    font-size: 20px;
    line-height: 25px;
    margin: 15px 2px;
}

.Product-right::before {
    content: '';
    position: absolute;
    background: url('.././Webimages/Chooseus/home-counter-bg.png');
    background-position: center bottom;
    /* background-size: cover; */
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.product-left {
    width: 65%;
    position: absolute;
    right: 0;
    padding: 50px 0;
}
.product-slider-container{
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 1000px;
    margin: auto;
}
.product-slider{
    /* background-color: rebeccapurple; */
    display: flex;
    width: 150%;
    animation: slide 12s infinite ease-in-out;
}
.product-item {
    width: 100%;
    height: 320px;
    padding: 20px;
    position: relative;
}
@keyframes slide {
    0%{ transform: translateX(0); }
    25%{ transform: translateX(-33.33%); }
    75% { transform: translateX(-66.66%); }
    75% { transform: translateX(-33.33%); }
    95%{transform: translateX(0);}
    100% { transform: translateX(0%); }
}
.product-img {
    width: 100%;
    height: 100%;
}

.productoverlay {
    position: absolute;
    background: rgba(40, 40, 44, 0.8);
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 94%;
    left: 20px;
    top: 20px;
    height: 90.5%;
    padding: 75px 50px;
}

.productoverlay1 {
    font-size: 30px;
    line-height: 35px;
    color: var(--gold);
    margin: 0;
    margin-bottom: 15px;
}

.productoverlay2 {
    font-size: 22px;
    line-height: normal;
}
@media (max-width: 768px) {
    .product {
        height: 500px;
    }

    .Product-right {
        width: 100%;
        height: 320px;
    }

    .product-left {
        width: 100%;
        padding: 0;
        bottom: -50px;
    }

    .product-item {
        width: 100%;
    }

    .banner-title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 1024px) {
    .product-item{ flex: 0 0 50%; }
}

@media (max-width: 600px) {
    .product-item{ flex: 0 0 65%; }
}
/* product section */


.career-section {
    background: url('.././Webimages/wealthservice/career.webp');
    width: 100%;
    height: 750px;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
}

.career {
    background: black;
    border: 5px solid var(--gold);
    padding: 25px;
    width: 500px;
    margin: auto;
    filter: grayscale(0%) !important;
    mix-blend-mode: normal !important;
}

.pageheading3 {
    font-weight: 400;
    letter-spacing: .02em;
    font-family: Gilroy;
    margin: 1rem 0;
    font-size: 2.0rem;
    color: var(--white);
}

.pasgeheading{
    margin-bottom: 10px;
    color: var(--white);
}

.careercontain {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 150px !important;
}
.quikp{
    font-size: 17px;
    line-height: 25px;
}
.quikul {
    padding: 10px;
    margin: 0;
    font-size: 17px;
    list-style: disc;
    color: var(--white);
}
.quikul li{
    margin: 10px auto;
}
@media (max-width: 768px) {
    .career {
        width: 100%;
        margin-top: 15px;
    }

    .careercontain {
        padding-left: 15px !important;
    }
}
.accordion {
    width: 50%;
    background-color: black;
}
.accordion-header {
padding: 15px;
cursor: pointer;
display: flex;
border-radius: 15px;
color: var(--white) !important;
background-color: #28282c;
}
.accordion-header.active {

border-radius: 0px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
}
.accordion-item {
background-color: black;
}
.accordion-content {
max-height: 0;
overflow: hidden;
padding: 5px 15px !important;
font-size: 18px;
opacity: 0;
font-family: "montserrat", sans-serif;
background: #28282c;
color: var(--white);
text-align: left;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
margin-bottom: 10px;
transition: max-height 0.6s ease, opacity 0.6s ease-in-out;
}
.accordion-content.open {
max-height: 150px;
opacity: 1;
padding: 10px 15px !important;
}
.accordion-header::after {
content: "+";
font-size: 25px;
color: var(--gold);
}

.eliteimg-slide{

object-fit: cover;
margin: auto;
align-items: center;
}
.Elite-c{
/* border: 1px solid red !important; */
padding:  45px 25px 45px 25px;
}
.ELite-slidder-h2{
font-size: 40px;
color: var(--white);
font-family: Gilroy;
}
.Elite-slider-p{
color: var(--white);
font-size: 18px;
font-family: "montserrat",sans-serif;
}
.eliteimg-slide {
transform: translateY(-100%);
opacity: 0;
height: 450px;
border-radius: 10px;
object-fit: cover;
transition: transform 1s ease-in-out, opacity 0.6s ease-out;
}
.eliteimg-slideactive{
height: 450px !important;
border-radius: 10px !important;
object-fit: cover;
}
.eliteslider.active .eliteimg-slide {
transform: translateY(0);
opacity: 1;
height: 450px !important;
/* height: initial !important; */
border-radius: 10px;
}
#elite-section {
position: relative; /* Ensure proper stacking */
overflow: hidden; /* Prevent unwanted scrolling */
z-index: 10;
/* min-height: calc(450px * TOTAL_SLIDES); Adjust based on total slides */
}

.slider-container {
position: relative;
width: 100%;
height: 450px; 
overflow: hidden;
margin-top: 30px;
}
.elitesliders {
position: absolute;
width: 100%;
height: max-content;
top: 0;
left: 50%;
padding: 0 80px;
transform: translateX(-50%);
transition: top 0.3s ease-in-out;
}
.eliteslider {
width: 100%;
height: 450px;
display: flex;
align-items: center;
justify-content: center;
} 
.media{
display: none;
}
@media (max-width:786px){
.accordion{
width: 95%;
}
.aboutelit{
height: 100%;
}
.slider-container{
display: none;
}
}




@media (max-width: 1200px) {
.Elite-c {
padding: 35px 20px;
}
.ELite-slidder-h2 {
font-size: 32px;
}
.Elite-slider-p {
font-size: 16px;
}
.eliteimg-slide {
height: 400px;
}
}

@media (max-width: 992px) {
/* .Elite-c {
padding: 30px 15px;
}
.ELite-slidder-h2 {
font-size: 28px;
}
.Elite-slider-p {
font-size: 15px;
}
.eliteimg-slide {
height: 350px;
}
.slider-container {
height: 400px;
}
.eliteslider {
height: 400px;
} */
.slider-conatianer{
display: none;
}
.media{
display: block;
}
}

@media (max-width: 768px) {
/* .Elite-c {
padding: 25px 10px;
text-align: center;
}
.ELite-slidder-h2 {
font-size: 24px;
}
.Elite-slider-p {
font-size: 14px;
}
.eliteimg-slide {
height: 300px;
}
.slider-container {
height: 350px;
}
.eliteslider {
flex-direction: column;
height: 350px;
}
.eliteslider .col-xl-7, .eliteslider .col-xl-5 {
width: 100%;
text-align: center;
} */
.slider-conatianer{
display: none;
}
}

@media (max-width: 576px) {
/* .Elite-c {
padding: 20px 5px;
}
.ELite-slidder-h2 {
font-size: 20px;
}
.Elite-slider-p {
font-size: 13px;
}
.eliteimg-slide {
height: 250px;
}
.slider-container {
height: 300px;
}
.eliteslider {
height: 300px;
}
.quikul li {
font-size: 14px;
} */
.slider-conatianer{
display: none;
}
}

@media (max-width: 400px) {
.slider-conatianer{
display: none;
}    
}


.endofthink{
width:95%;
height: 330px;
margin: auto;
background: url('.././Webimages/wealthservice/loanagguest.jpg');
background-size:cover;
background-repeat: no-repeat;
position: relative;
border-radius: 15px;
cursor: pointer;
animation-duration:1s;
--animate-delay: 1s;
}
.overthink{
position: absolute;
width: 100%;
height: 100%;
background: rgba(40, 40, 44,0.750);
border-radius: 15px;
}

.endborder{
position: absolute;
width: 100%;
height: 100%;
border-radius: 15px;
border: 3px solid var(--gold);
display: none;
}
.endofthink:hover .endborder{
display: block;
}
@media (max-width:786px) {
.endofthink{
    margin: 10px;
}
}


.newbg{
width: 100%;
height: 500px;
background-image: url('.././Webimages/Banners/stress-banner-1.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index: -1;
padding: 0;
position: relative;
}
.newbg::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
background:rgba(40, 40, 44, 0.8);
}
.poly{
position: absolute;
height: 250px;
width: 100%;
z-index: 1;
bottom: 0;
}
.poly::before{
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgb(229, 184, 11);
clip-path: polygon(0 0, 100% 110px, 100% 100%, 0% 100%);
z-index: -1;
}
.poly::after{
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgb(229, 184, 11);
opacity: 0.70;
clip-path: polygon(0 110px, 100% 0, 100% 100%, 0% 100%);
z-index: -2;
}
.bgrow{
/* background: url('.././Webimages/wealthservice/newbg.jpg'); */
background-size: cover;
background-position:8px 0;
margin: 0 30px;
}
.news{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: url('.././Webimages/wealthservice/1.1.jpg');
background-repeat: no-repeat;
background-position: center right;
z-index: -1;
transition: transform 0.5s ease-in-out;
}
.outerdiv h2{
color: #FEFEFE;
margin-top:130px;
height: 60px;
font-size: 25px;
font-family: "montserrat",sans-serif;
}
.outerdiv p{
color: #FEFEFE;
font-size: 18px;
line-height: 25px;
margin: 10px 0 0;
}
.newicon{
position: absolute;
width: 100%;
height: 100%;
right: 0;
top: 0; 
z-index: -1;
background: rgba(40, 40, 44, 0.6);
}
.outerdiv{
overflow: hidden;
height: 330px; 
position: relative;
padding: 30px 20px ;
}
.outerdiv:hover .news{
transform: scale(1.199);
}


.lastcards{
width: 90%;
height: 280px;
background-color: var(--black1);
margin:25px 15px;
/* border-radius: 15px; */
padding: 25px 20px;
}
.endofthink-contain{
width: 100%;
bottom: 10px;
}
.endofthink-contain h4{
color: var(--white);
font-size: 20px;
height: 50px;
}
.endofthink-contain p{
color: white;
font-size: 18px;
margin: 0;
line-height: 25px;
height: 50px;
}
.lasticon{
width: 80px;
height: 80px;
/* border: 1px solid red; */
color: var(--gold);
font-size: 65px;
margin-top: 15px;
margin-bottom: 35px;
}
.endpaddingtoop{
padding-top: 100px;
}
.endpaddingtoop1{
padding-top: 150px;
}
.endpaddingtoop2{
padding-top: 200px;
}
@media (max-width:786px) {
.endpaddingtoop{
    padding-top: 50px;
}
.news{
    
    margin: 10px;
}
.endpaddingtoop2{
    padding-top: 0;
}
.endpaddingtoop1{
    padding-top: 0;
}
}


@media(max-width:786px){
.elite-text {
    left: 50%;
}
}
@media (max-width:986px) {
.news {
    margin: 10px;
}
}
