.mf-banner{
    background-image: url('/static/img/landing-page-img/mf-banner.webp?371023e665b1');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.mf-landing-hero{
    padding: 11rem 0rem 0rem !important;
    margin-bottom: 3rem;
}

.landing-hero-section{
    padding: 32px 120px 48px;
    scroll-margin-top: 32px;
}

.landing-hero-section .learn-to-invest {
    color: #475467 !important;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.36px;
    padding: 4px 12px;
    text-transform: uppercase;
    background: #ffffffc9;
    border-radius: 80px;
    border: 1px solid #D0D5DD;
}
.landing-hero-section .maximum-design{
    color: var(--teal_dark) !important;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.36px;
    padding: 4px 12px;
    text-transform: uppercase;
    background: #ffffffc9;
    border-radius: 80px;
    border: 1px solid;
}
.landing-hero-section a span{
    font-weight: 700;
    line-height: 20px;
    color: var(--teal_medium);
}

.landing-hero-section .hero-heading{
    font-weight: 600;
    font-size: 44px;
    line-height: 50.69px;
    margin: 14px 0px;
}
.landing-hero-section .hero-text{
    font-family: manrope;
    color: var(--off_grey);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0px;
}
.landing-hero-section .btn-dark-wright{
    width: 334px;
    height: 50px;
    border-radius: 8px;
    padding: 12px 8px;
    /* font-size: 20px !important; */
    line-height: 27.32px;
    margin-top: 20px;
}

.showStats-mf{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: manrope;
    margin: 25px 0;
}

.showStats-mf h6{
    font-size: var(--font-size-28);
    font-weight: 600;
    line-height: 38.25px;
}
.showStats-mf p{
    margin-bottom: 0;
    color: var(--off_grey);
}

.showStats{
    display: flex;
    align-items: center;
    font-family: manrope;
    margin: 18px 0 0px;
}

.showStats h6{
    font-size: var(--font-size-28);
    font-weight: 600;
    line-height: 38.25px;
}
.showStats p{
    margin-bottom: 0;
    color: var(--off_grey);
    font-weight: 400;
    font-size: var(--font-size-16);
}

.off-text{
    font-size: var(--font-size-20);
    font-family: manrope;
    margin-top: 1rem !important;
    color: #575457;
}
.off-text span{
    color: var(--teal_dark);
}
.subs-fee{
    margin: 0 32px;
}

.top-banner-img{
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
}

.top-banner-img iframe{
    border-radius: 12px;
    border: 5px solid lightgray;
}

.managing-risk{
    font-weight: 500;
    position: absolute;
    left: 27px;
    top: 137px;
    height: 50px;
    width: 166px;
    border-radius: 16px;
    font-size: var(--font-size-18);
    padding: 10px;
    font-family: manrope;
    background: rgb(255, 255, 255);
    border: 1px solid #F2F4F7;
}

.managing-risk:hover , .profit-earned:hover {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
    cursor: auto !important;

}
.profit-earned:hover{
color: #667085 !important;
}
.profit-earned{
    position: absolute;
    top: 56px;
    right: 46px;
    width: 142px;
    text-align: justify;
    height: 85px;
    font-size: var(--font-size-18);
    font-weight: 500;
    color: #667085;
    font-family: 'Manrope';
    border-radius: 16px;
    background-color: white;
}

.profit-earned span{
    font-size: var(--font-size-28);
    font-weight: 600;
    color: #101828 !important;
}


/* referral landing css starts here */

.referral-landing-hero{
    height: calc(100vh - 60px);
    background: linear-gradient(119deg, #c0b1f8 0, #eae5fd 18%, #fff 52%, #fcaCF146 100%) no-repeat padding-box;
}
.referral-landing-hero .container{
    height: 100%;
}
.referral-landing-hero .row {
    padding: 3rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.referral-landing-hero .row h1{
    font-weight: 600;
    font-size: var(--font-size-44);
    line-height: 55px;
    margin: 14px 0px;
}
.referral-landing-hero .row p{
    font-family: manrope;
    color: var(--off_grey);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 24px;
}

.referral-landing-hero .row .btn{
    width: 150px;
    height: 38px;
    font-size: var(--font-size-18);
    font-family: manrope;
    font-weight: 600;
}
 
.referral-landing-hero .row .btn-dark{
    background-color: #1D2939;
}

.referral-landing-hero .row .btn-outline-dark:hover{
    background-color: #1D2939;
    color: white !important;
}

.how-refer-works{
    padding: 3rem 0rem;
    font-family: manrope;
}

.section-margin-top {
    scroll-margin-top: 100px;
}

.how-refer-works-heading{
    text-align: center;
    width: 100%;
}

.how-refer-works-heading h2{
    font-size: var(--font-size-30);
    font-weight: 600;
    margin-bottom: 8px;
}
.how-refer-works-heading p{
    color: var(--off_grey);
}
.how-refer-works .card{
    text-align: center;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0;
    box-shadow: 0px 4px 24px 0px #0000000F;
}
.how-refer-works .card i{
    font-size: var(--font-size-24);
    margin-bottom: 1rem;
    color: #686e6d;
}
.how-refer-works .card h5{
    font-weight: 500;
    font-size: var(--font-size-20);
}

.how-refer-works .col-md-3:nth-child(1) .card{
    background: linear-gradient(91.69deg, #FFEBFC 0%, #D6CBFE 100%);
}

.how-refer-works .col-md-3:nth-child(2) .card{
    background: linear-gradient(224.79deg, #F2F4F7 -0.05%, #EFEBFF 100%);
}

.how-refer-works .col-md-3:nth-child(3) .card{
    background: linear-gradient(91.69deg, #FFEBFC 0%, #D6CBFE 100%);
}

/* referral landing css ends here */



.explore-investment-portfolio .nav-item{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.explore-investment-portfolio .nav-item .nav-link:hover{
    color: var(--white) !important;
}

.portfolio-card:hover {
    box-shadow: 0px -3px 24px 0px rgb(0 0 0 / 15%);
    transition: .3s ease all;
    margin-top: -3px;
}

.explore-investment-portfolio .active{
    color: rgb(11 11 11);
    background-color: var(--white);
    border-radius: 10px;
    padding: 6px 20px;
    font-family: manrope;
    font-weight: 600;
}


#portfolioContainer img,.graphClass{
    display: none;
}

.explore-investment-portfolio{
    background: var(--navy_blue);
    padding: 4rem;
}

.explore-investment-portfolio-heading h2{
    color: white;
    font-weight: 600;
    font-size: var(--font-size-48);
    line-height: 65.57px;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.explore-investment-portfolio-heading p {
    font-weight: 400;
    font-family: manrope;
    font-size: var(--font-size-20);
    line-height: 28px;
    text-align: center;
    color: #EAECF0;
    margin: 0rem 0rem 3rem;
}

.explore-investment-portfolio .col-md-12 {
    display: flex;
    justify-content: center;
}

.explore-investment-portfolio .nav-pills {
    Padding: 4px 12px;
    width: max-content;
    background: var(--gray-blue-shade);
    border-radius: 16px;
    margin-bottom: 2rem !important;
}
.explore-investment-portfolio .nav-pills .nav-link{
    font-size: var(--font-size-16);
    line-height: 24px;
    font-family: manrope;
    color: var(--grey-light-blue);
    padding: 8px 20px;
}

.explore-investment-portfolio .nav-pills .nav-link.active,
.explore-investment-portfolio .nav-pills .show>.nav-link {
    color: rgb(11 11 11);
    background-color: var(--white);
    border-radius: 10px;
    padding: 8px 20px;
}

.explore-investment-portfolio .card{
    background-color: var(--dark-grey-blue);
    border: 1px solid var(--semi-gray);
    border-radius: 10px;
    height: 248px;
}

.explore-investment-portfolio .btn-outline-wright {
    padding: 10px 70px 10px 80px;
    font-size: var(--font-size-20);
    box-shadow: none !important;
    font-weight: 600;
    background-color: #252121;
    margin-top: 1rem;
}

.separating-dot{
    position: relative;
    margin-left: .5rem;
}
.separating-dot::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background-color: var(--light_gray);
    top: 9px;
    left: -7px;
    border-radius: 50%;
}


.explore-investment-portfolio .card-header{
    border-bottom: 0px; 
    background-color: rgb(0 0 0 / 0%) !important;
    position: relative;
} 

.explore-investment-portfolio .card-header::after{
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 90%;
    height: 1px;
    background: var(--semi-gray);
}
.explore-investment-portfolio .card-header h4{
    font-size: var(--font-size-16);
    font-weight: 700;
    color: var(--white-blue-shade);
}
.explore-investment-portfolio #pink-border{
    border-top:5px solid var(--pink_medium);
    border-radius: 10px;
}
.explore-investment-portfolio #teal-border{
    border-top:5px solid var(--teal_dark);
    border-radius: 10px;
}
.explore-investment-portfolio #purple-border{
    border-top:5px solid var(--purple_dark);
    border-radius: 10px;
}
.explore-investment-portfolio .card p{
    margin-bottom: 0;
    color: var(--light_gray);
    font-family: manrope;
    font-size: var(--font-size-13);
}

.explore-investment-portfolio .card-header .badge{
    font-family: manrope;
    border: 1px solid var(--teal-extra-light);
    border-radius: 40px;
    font-size: var(--font-size-12);
    font-weight: 600;
    line-height: 16.39px;
    background-color: var(--grey-shade);
    padding: 4px 12px;
    color: var(--cyan-medium);
    position: absolute;
    right: 17px;
    top: 15px;
}

.explore-investment-portfolio .card-body {
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 24px;
}

.explore-investment-portfolio .card-body .inner-box-data{
    display: flex;
    justify-content: space-between;
}

.explore-investment-portfolio .card .card-body p{
    font-size: var(--font-size-12);
}

.explore-investment-portfolio .card .card-body h6{
    font-size: var(--font-size-16);
    font-weight: 600;
    line-height: 21.86px;
    color:var(--grey-light-blue);
}

.explore-investment-portfolio .card-body button{
    font-family: manrope;
    padding: 14px 24px 14px 24px;
    font-size: var(--font-size-16);
    font-weight: 600;
    border-radius: 5px;
}

.explore-investment-portfolio .col-md-4{
    margin-bottom: 1rem;
}

.explore-investment-portfolio .btn-outline-light {
    color: var(--white-blue-shade);
    border-color: var(--semi-gray);
    font-size: var(--font-size-14);
    font-weight: 600;
    padding: 10px 32px 10px 48px;
    border-radius: 10px;
    width: 186px;
    height: 44px;
}


.load-more-port-stock{
    padding: 10px 32px 10px 48px;
    font-size: var(--font-size-14);
    background-color: var(--Grey-900);
}

.explore-stock-Portfolio .card{
    border: 0 !important;
}


.explore-investment-portfolio .btn-outline-wright:hover img , 
.explore-investment-portfolio .load-more-port-stock:hover img{
    filter: invert(1);
}




.canvas-div , .live-return-blur{
    position: relative;
}

.blur-elements {
    filter: blur(6px);
    position: relative;
}

.live-return-blur .login-view{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-family: manrope;
    font-weight: 600;
    font-size: var(--font-size-14);
    cursor: pointer;
}



.feature-in-the-news{
    padding: 80px 0px;
}
.feature-in-the-news .heading-text{
    text-align: center;
}
.feature-in-the-news .heading-text h4{
    color: #101828;
    font-weight: 600;
    font-size: 36px;
    line-height: 32.78px;
    text-align: Center;
}
.feature-in-the-news h2 {
    color: #101828;
    font-weight: 500;
    font-size: var(--font-size-24);
    text-align: Center;
    margin: 1rem auto;
    font-style: italic;
    font-family: DM Serif Display !important;
}

.feature-in-the-news a{
    display: block;
    height: 200px;
}

.feature-in-the-news img {
    display: block;
    width: auto !important;
    margin: 2rem auto 0rem;
}

.feature-in-the-news .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #667085;
}

.feature-in-the-news .carousel-indicators {
    bottom: -60px;
}

.wright-community{
    background-color: var(--purple_light);
    padding: 3rem 0rem;

}

.wright-community .carousel-inner {
    padding: 3rem 11rem;
}

.wright-community .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #464343;
}

.wright-community .carousel-indicators {
    bottom: -30px;
}

.wright-community h2{
    font-size: 36px;
    font-weight: 600;
    line-height: 49px;
    text-align: center;
    margin-bottom: 0rem;
}
.wright-community .quote-img{
    width: 25.8px;
    height: 23.38px;
    max-width: 100%;
    margin-bottom: 1.5rem;
}

.wright-community .card{
    border: 1px solid var(--purple_dark);
    border-radius: 13px;
    height: 265px;
    position: relative;
}
.quote-text{
    font-family: manrope;
    font-size: var(--font-size-16);
    line-height: 24px;
    margin-bottom: 2rem;
    color: var(--wrightblack);
}

 .client-img-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 197.78px;
    height:42.83px;
    font-family: manrope;
    position: absolute;
    bottom: 25px;
 }

.wright-community .client-img-box .client-img{
    max-width: 100% !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid rgb(228, 226, 226);
    margin-right: .3rem;
}
.wright-community .client-img-box h6{
    font-size: var(--font-size-15);
    font-weight: 600;
    color: var(--wrightblack);
}
.wright-community .client-img-box p{
    font-size: var(--font-size-13);
    font-weight: 600;
    color: var(--semi-light-grey);
}
.wright-community .owl-item img {
    display: block;
    max-width: 100% !important;
}

.wright-community  .owl-dots, 
.wright-community .owl-nav {
    text-align: center;
    margin-top: 2rem;
}

.wright-community .owl-dot.active, .wright-community .owl-dot.active, .owl-dot.active {
    background-color: var(--semi_grey);
}

.play-store-qr {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.play-store-qr h4{
    margin-top: 2rem;
    font-size: var(--font-size-36);
    font-weight: 600;
    margin-bottom: 1rem;
}

.apps img:not(:last-child) {
    margin-bottom: 1rem;
}

.play-store-qr img{
    display: block;
    margin-right: 2rem;
    margin-bottom: 1rem;
}

.app-qr{
    padding-top: 3rem;
}
.app-qr .col-md-7 h3{
    font-size: var(--font-size-36);
    font-weight: 600;
    line-height: 56px;
    width: 608px;
}

.app-qr .col-md-7 p{
    font-size: var(--font-size-20);
    font-weight: 400;
    line-height: 32px;
    font-family: manrope;
    color: #667085;
}
.iPhone-pro{
    position: relative;
    z-index: 100;
}

.fancy-bg-img {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: -55px;
}


.pms-form-div-container{
    padding: 32px 48px;
}


.pms-form-div{
    padding: 32px;
    border-radius: 16px;
    background: white;
    color: black;
    font-family: manrope;
    border: 1px solid grey;
}

.pms-form-div .form-group{
    margin-bottom: 0;
}

.pms-form-div p {
    font-size: var(--font-size-14);
    text-align: center;
    color: var(--Grey-400, #98A2B3);
    margin-bottom: 0rem;
}

.pms-form-div  .form-control{
    border:0;
    background: #F9FAFB;
    height: 46px;
    border-radius: 8px;
    color: black;
    border: 1px solid #D0D5DD;
}


.pms-form-div .badge-dark {
    color: white;
    background: var(--Grey-600, #475467);
    cursor: pointer;
}


.pms-flex-baseline{
    align-items: baseline;
}

.pms-flex-baseline .subs-fee {
    margin: 0 22px;
}

/* .iPhone-pro {
    position: absolute;
    z-index: -1;
    width: 1183.9999990375438px;
    height: 887.9999992781578px;
    top: -82%;
    left: -40%;
    transform: rotate(21.6deg);
    padding-right: 30%;
    padding-top: 29%;
  }
  
  .fancy-bg-img {
      position: absolute;
      bottom: 0;
      z-index: -2;
      left: 31px;
  }
  
  .app-qr{
      padding-top: 10rem;
  } */

@media (max-width:1440px){
 
    .explore-investment-portfolio-heading h2 {
        font-size: var(--font-size-30);
        line-height: 30.57px;
        margin-bottom: .5rem;
    }
    .explore-investment-portfolio-heading p {
        font-size: var(--font-size-16);
        line-height: 20px;
        margin: 0rem 0rem 2rem;
    }
    .explore-investment-portfolio .card-header h4 {
        font-size: var(--font-size-16);
    }
    .explore-investment-portfolio .card p {
        font-size: var(--font-size-11);
    }
    .separating-dot::after {
        left: -7px;
    }
    .explore-investment-portfolio .card .card-body h6 {
        font-size: var(--font-size-14);
    }
    .explore-investment-portfolio .card .card-body p {
        font-size: var(--font-size-12);
    }
    .explore-investment-portfolio .card {
        height: 230px;
    }
    .explore-investment-portfolio .nav-pills .nav-link {
        font-size: var(--font-size-14);
        padding: 8px 22px;
    }
    .explore-investment-portfolio .active {
        padding: 6px 20px;
        font-size: var(--font-size-14);
    }
    .explore-investment-portfolio .card-body button {
        padding: 14px 24px 14px 24px;
        font-size: var(--font-size-16);
    }
    .explore-investment-portfolio .btn-outline-light {
        padding: 8px 32px 8px 44px;
        border-radius: 7px;
        width: 181px;
        height: 38px;
    }
    .feature-in-the-news .heading-text h4 {
        font-size: var(--font-size-22);
    }
    .feature-in-the-news h2 {
        font-size: var(--font-size-24);
    }
    .wright-community h2 {
        font-size: var(--font-size-30);
    }
    .quote-text {
        font-size: var(--font-size-14);
    }
}   


@media (max-width:1366px){
    .explore-investment-portfolio .card-body button{
        font-family: manrope;
        padding: 10px 12px 10px 12px;
        font-size: var(--font-size-14);
        font-weight: 600;
        border-radius: 5px;
    }
    .explore-investment-portfolio .card-body {
        gap: 12px;
    }
    .explore-investment-portfolio .card {
        height: 190px;
    }
}


#successInterestModal{
    padding: 1rem;
}

#successInterestModal .modal-dialog{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#success_interest p{
    font-family: manrope;
    text-align: center;
}

#success_interest img{
    width: 100px;
    margin-bottom: 0.5rem;
}




@media (min-width:980px) {
    .landing-hero-section .hero-heading{
        width: 550px;
    }
}

@media (min-width: 1200px) {
    .container{
      max-width: 1305px
    }
    
  }

  @media (max-width:1060px){
.app-qr{
    padding: 0px 20px;
}
}

@media(max-width: 1150px){
    .landing-hero-section {
        padding: 32px 20px 48px;
    }
}

/* --- Begin: testimonials-section styles from portfolio_landing.html (landing-pages.css) --- */
.testimonials-section {
    background-color: var(--purple_light);
    padding: 3rem 0rem;
}
.testimonials-section .section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: #101828;
    font-weight: 700;
    font-family: Manrope;
}
.testimonials-section .carousel-indicators {
  position: absolute;
  bottom: -60px;
}
.testimonials-section .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D0D5DD;
  margin: 0 5px;
}
.testimonials-section .carousel-indicators .active {
  background-color: #667085;
}
.testimonials-section .carousel-inner {
  margin-bottom: 40px;
}
.testimonials-section .row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}
.testimonials-section .testimonial-video-contanier,
.testimonials-section .testimonial-card-contanier {
  flex: 0 0 auto;
  margin: 0 10px;
}
.testimonials-section .testimonial-video {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D0D5DD;
    border-radius: 11px;
    overflow: hidden;
    padding: 5px;
    margin: 0 auto;
    width: 196.98px;
    height: 258.55px;
    background: #fff;
}
.testimonials-section .testimonial-video iframe {
    border-radius: 10px;
    border: none;
    width: 172.98px;
    height: 234.55px;
}
.testimonials-section .testimonial-card-contanier {
    width: 300px;
}
.testimonials-section .testimonial-card {
    height: 258px;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.testimonials-section .quote {
    height: 23.38px;
    width: 25.8px;
}
.testimonials-section .testimonial-card p.mt-3 {
    width: 100%;
    height: 96px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #101828;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.testimonials-section .testimonial-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    position: absolute;
    bottom: 20px;
}
.testimonials-section .testimonial-info img.client-img {
    display: block;
    width: 41.78px;
    height: 41.78px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonials-section .client-name {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 2px;
    font-weight: 600;
}
.testimonials-section .client-title {
    font-size: 12px;
    color: #666;
    margin: 0;
}
.testimonials-section .slick-slide {
    margin: 10px;
}
.testimonials-section .slick-prev:before,
.testimonials-section .slick-next:before {
    color: gray;
}
/* --- End: testimonials-section styles from portfolio_landing.html (landing-pages.css) --- */

/* Modern Footer Styles - Ensure these take precedence */
#landingFooter {
    padding: 72px 120px 26px;
    background-color: #101828 !important;
    color: white !important;
    position: relative;
    z-index: 999;
}

/* Override any old footer styles */
#landingFooter * {
    box-sizing: border-box;
}

.landing-footer-header{
    margin-bottom: 2rem;
}

#landingFooter h4{
    font-size: var(--font-size-20);
    color: white !important;
}

#landingFooter a{
    color:#D0D5DD !important;
    font-family: manrope !important;
    font-weight: 500;
    font-size: var(--font-size-14);
    line-height: 20px;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

#landingFooter a:hover{
    color: white !important;
    text-decoration: none !important;
}

#landingFooter .info p{
    margin-bottom: 0;
    color:#D0D5DD !important;
    font-family: manrope !important;
    line-height: 20px;
    font-size: var(--font-size-14);
    align-items: flex-start !important;
}

/* New Contact Section Styles */
.contact-section {
    margin-top: 10rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
}

.contact-item a {
    display: flex;
    align-items: center;
    color: #D0D5DD !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
    font-family: manrope !important;
    font-size: var(--font-size-14);
    line-height: 1.2;
}

.contact-item a:hover {
    color: white !important;
}

.contact-item img {
    margin-right: 10px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    flex-shrink: 0;
}

.physical-address {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.address-item {
    display: flex;
    align-items: flex-start;
}

.address-item img {
    margin-right: 10px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    flex-shrink: 0;
    margin-top: 2px;
}

.address-text {
    color: #D0D5DD !important;
    font-family: manrope !important;
    font-size: var(--font-size-14);
    line-height: 1.1;
    font-weight: 500;
}

.address-text span {
    display: block;
    margin-bottom: 0;
    line-height: 0.8;
}

.address-text span:last-child {
    margin-bottom: 0;
}

#landingFooter .reach-us{
    padding: 0;
    margin-bottom: 0;
}

#landingFooter .reach-us a:not(:last-child){
    margin-bottom: 0.25rem;
}

#landingFooter .reach-us a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #D0D5DD !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

#landingFooter .reach-us a:last-child {
    margin-bottom: 0;
}

#landingFooter .reach-us a:hover {
    color: white !important;
    text-decoration: none !important;
}

#landingFooter .location p{
    margin-left: 0;
    width: auto;
    font-size: var(--font-size-14);
    font-weight: 500;
    color: #D0D5DD !important;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
}

#landingFooter .reach-us a img, #landingFooter .location p img{
    margin-right: 10px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

#landingFooter .location{
    margin-top: 0;
}

.quick-links a{
    display: block;
    margin-top: 1.5rem;
    transition: color 0.3s ease;
}

.quick-links a:hover{
    color: white !important;
}

.quick-links h6{
    color: #667085 !important;
    font-weight: 500;
    font-size: var(--font-size-14);
    margin-bottom: 1rem;
}

.contact-location{
    display: flex;
    margin-top: 2rem;
    flex-direction: column;
    gap: 1rem;
}

#landingFooter .location{
    margin-top: 0;
}

.info-text-footer{
    font-size: var(--font-size-12);
    font-family: manrope !important;
    font-weight: 400;
    line-height: 24px;
    color: #D0D5DD !important;
    margin-top: 45px;
}

.social-media-cpyright{
    margin-top: 2rem;
    position: relative;
}

.social-media-cpyright::after{
    position: absolute;
    content: "";
    top: -28px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #344054;
}

.social-media {
    text-align: end;
}

.social-media a{
    margin-left: 1rem;
    transition: opacity 0.3s ease;
}

.social-media a:hover{
    opacity: 0.8;
}

.copy-right-text{
    font-size: var(--font-size-12);
    font-weight: 500;
    color: #98A2B3 !important;
    margin-bottom: 0;
    font-family: manrope !important;
}

.footer-app{
    margin: 2rem 0rem 0rem;
    text-align: end;
}

.footer-app a{
    transition: opacity 0.3s ease;
}

.footer-app a:hover{
    opacity: 0.8;
}

/* Ensure modern footer is always visible and styled correctly */
#landingFooter {
    display: block !important;
    visibility: visible !important;
}

/* Override any conflicting styles from old footer */
#footer {
    display: none !important;
}

@media (min-width:768px)and(max-width:1200px) {
    #landingFooter {
        padding: 72px 32px 26px;
    }

    .contact-location {
        flex-direction: column;
        gap: 0.75rem;
    }

    #landingFooter .location p{
        margin-left: 0;
        margin-top: 0;
        width: auto;
    }
}

@media (max-width:768px) {
    #landingFooter {
        padding: 72px 20px 85px;
    }
    
    /* Mobile Contact Section Styles */
    .contact-section {
        margin-top: 2rem;
    }
    
    .contact-details {
        gap: 0.75rem;
        margin-bottom: 0.5rem;
    }
    
    .contact-item a {
        font-size: var(--font-size-13);
    }
    
    .physical-address {
        margin-top: 0;
        margin-bottom: 2rem;
    }
    
    .address-text {
        line-height: 0.3;
        font-size: var(--font-size-13);
    }
    
    .address-text span {
        line-height: 1.2;
        margin-bottom: 1px;
    }
    
    .contact-location {
        display: flex;
        margin-top: 12px;
        flex-direction: column;
        margin-bottom: 72px;
        gap: 0.75rem;
    }
    #landingFooter .location p {
        margin-left: 0;
        width: auto;
        font-size: var(--font-size-14);
        font-weight: 500;
    }
    #landingFooter .reach-us a {
        margin-bottom: 8px;
    }
    #landingFooter .reach-us a:not(:last-child) {
        margin-bottom: 8px;
    }

    .quick-links:not(:last-child){
        margin-bottom: 72px;
    }
    .social-media-cpyright::after {
        top: -31px;
    }
    .copy-right-text {
        margin-bottom: 31px;
    }
    .social-media a {
        margin-right: 12px;
    }
    .social-media {
        text-align: start;
    }
    .social-media a {
        margin-left: 0;
    }
    .footer-app{
        margin: 2rem 0rem 0rem;
        text-align: start;
    }
}

@media(min-width: 768px) {
    .location {
        position: relative;
        bottom: auto;
        left: auto;
    }
}