body{
font-family:'Outfit',sans-serif;
background:#f6f9fc;
}

/* NAV */
.custom-nav{
background:#003B49;
padding:15px;
}

.nav-link{
color:white !important;
margin:0 10px;
}

.btn-cta{
background:#FF7A70;
color:white;
border-radius:10px;
padding:10px 20px;
}

/* HERO */
.hero{
padding:80px 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: white;
}

.hero h1{
font-size:52px;
font-weight:800;
color:#ffff;
}

.badge-custom{
background:#e6f7fa;
padding:8px 15px;
border-radius:20px;
display:inline-block;
margin-bottom:15px;
color: #FF7A70;
}

.hero-list{
list-style:none;
padding:0;
}

.hero-list li{
margin:8px 0;
}

/* FORM */
.form-card{
background:white;
padding:30px;
border-radius:20px;
box-shadow:0 10px 40px rgba(0,0,0,.1);
}

/* STATS */
.stats{
background:#003B49;
color:white;
padding:60px 0;
}

/* SOLUTIONS */
.solutions{
padding:80px 0;
}

.section-title{
text-align:center;
font-size:40px;
margin-bottom:50px;
}

.card-box{
background:white;
padding:25px;
border-radius:15px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,.08);
transition:.3s;
}

.card-box:hover{
transform:translateY(-10px);
}

.card-box img{
width:70px;
margin-bottom:15px;
}

/* CTA */
.cta{
background:linear-gradient(135deg,#003B49,#00C2D1);
color:white;
padding:80px 0;
text-align:center;
}

/* FOOTER */
footer{
background:#001f27;
color:white;
padding:40px 0;
}

@media(max-width:768px){
.hero h1{font-size:34px;}
}
.how-work{
    background:#f6f9fc;
}

.step-card{
    background:#fff;
    padding:30px 20px;
    border-radius:18px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    height:100%;
    transition:.3s;
    position:relative;
    overflow:hidden;
}

.step-card:hover{
    transform:translateY(-10px);
    box-shadow:0 12px 35px rgba(0,0,0,.12);
}

/* Step Number Circle */
.step-icon{
    width:50px;
    height:50px;
    background:linear-gradient(135deg,#003B49,#00C2D1);
    color:#fff;
    font-weight:700;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
    font-size:18px;
}

/* Title */
.step-card h5{
    font-weight:700;
    color:#003B49;
    margin-bottom:10px;
}

/* Text */
.step-card p{
    font-size:14px;
    color:#5b6b7a;
    line-height:1.6;
}

/* Section Title */
.section-title{
    font-size:40px;
    font-weight:800;
    color:#003B49;
}
.uk-solutions{
    background:#f6f9fc;
}

/* Card */
.solution-box{
    background:#fff;
   
    border-radius:18px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    height:100%;
    transition:.3s;
    border:1px solid rgba(0,0,0,.05);
    position: relative;
    overflow:hidden;
background-position: center;
background-repeat: no-repeat;

background-size: cover;
}
.solutioncontent{
     padding:25px;
   background-color: rgba(0,0,0,.6); 
}
/* .solutioncontent{
     position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:20px;
  


    /* Hide Above */
    transform:translateY(-100%);
    transition:.5s ease;
}
.solution-box:hover .solutioncontent{
   transform:translateY(0);
} */

 .solution-box:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 35px rgba(0,0,0,.12);
} 

/* Header */
.solution-header{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:15px;
}

.solution-header i{
    font-size:24px;
    color:#00C2D1;
    background:#e6f7fa;
    padding:10px;
    border-radius:12px;
}

/* Title */
.solution-header h4{
    font-size:20px;
    font-weight:700;
    color:#fff;
    margin:0;
}

/* Text */
.solution-box p{
    color:#fff;
    font-size:14px;
    line-height:1.7;
}

/* Benefits heading */
.solution-box h6{
    margin-top:15px;
    font-weight:700;
    color:#fff;
}

/* List */
.solution-box ul{
    padding-left:18px;
    margin-top:10px;
}

.solution-box ul li{
    margin-bottom:6px;
    color:#fff;
    font-size:14px;
}

/* Highlight card (Breathing Space) */
.solution-box.highlight{
    background:linear-gradient(135deg,#003B49,#00C2D1);
    color:white;
}

.solution-box.highlight h4,
.solution-box.highlight h6,
.solution-box.highlight p,
.solution-box.highlight ul li{
    color:white;
}

.solution-box.highlight i{
    background:white;
    color:#003B49;
}
.why-choose{
    background:#ffffff;
}

/* Card */
.why-choose .feature-card{
    background:#f8fbfd;
    padding:25px;
    border-radius:18px;
    box-shadow:0 6px 20px rgba(0,0,0,.06);
    height:100%;
    transition:.3s;
    border:1px solid rgba(0,0,0,.05);
}

.why-choose .feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 35px rgba(0,0,0,.10);
}

/* Icon */
.why-choose .icon-box{
    width:55px;
    height:55px;
    background:linear-gradient(135deg,#003B49,#00C2D1);
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    margin-bottom:15px;
    font-size:20px;
}

/* Title */
.why-choose .feature-card h5{
    font-weight:700;
    color:#003B49;
    margin-bottom:10px;
}

/* Text */
.why-choose .feature-card p{
    font-size:14px;
    color:#5b6b7a;
    line-height:1.6;
}

/* Section title (reuse if needed) */
.why-choose .section-title{
    font-size:40px;
    font-weight:800;
    color:#003B49;
}
.debt-help{
    background:#f6f9fc;
}

/* Chip Card */
.debt-chip{
    background:white;
    border-radius:16px;
    padding:18px 15px;
    text-align:center;
    box-shadow:0 6px 20px rgba(0,0,0,.06);
    transition:.3s;
    cursor:pointer;
    height:100%;
    border:1px solid rgba(0,0,0,.05);
}

/* Hover Effect */
.debt-chip:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 35px rgba(0,194,209,.25);
    border-color:#00C2D1;
}

/* Icon */
.debt-chip i{
    font-size:22px;
    color:#00C2D1;
    margin-bottom:10px;
    display:block;
}

/* Text */
.debt-chip span{
    font-size:14px;
    font-weight:600;
    color:#003B49;
}

/* Section title */
.section-title{
    font-size:40px;
    font-weight:800;
    color:#003B49;
}
.testimonials{
    background:#003B49;
    color:white;
}

/* Section Title override */
.testimonials .section-title{
    color:white;
}

/* Card */
.testimonial-card{
    background:white;
    color:#003B49;
    max-width:800px;
    margin:auto;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,.2);
    text-align:center;
    transition:.3s;
}

/* Name */
.testimonial-card h5{
    font-weight:700;
    margin-bottom:15px;
}

/* Text */
.testimonial-card p{
    font-size:16px;
    color:#5b6b7a;
    line-height:1.7;
}

/* Rating */
.rating{
    margin-top:15px;
    color:#00C2D1;
    font-size:20px;
}

/* Carousel indicators */
.carousel-indicators [data-bs-target]{
    background-color:#00C2D1;
}

/* Controls styling */
.carousel-control-prev-icon,
.carousel-control-next-icon{
    filter:invert(1);
}
.faq-section{
    background:#f6f9fc;
}

/* Accordion Card */
.faq-accordion .accordion-item{
    border:none;
    margin-bottom:15px;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 6px 20px rgba(0,0,0,.06);
}

/* Button */
.faq-accordion .accordion-button{
    background:white;
    font-weight:600;
    color:#003B49;
    padding:18px;
}

/* Remove blue focus */
.faq-accordion .accordion-button:focus{
    box-shadow:none;
}

/* Active */
.faq-accordion .accordion-button:not(.collapsed){
    background:#003B49;
    color:white;
}

/* Body */
.faq-accordion .accordion-body{
    font-size:14px;
    color:#5b6b7a;
    line-height:1.7;
    background:white;
}
.final-cta{
    background:linear-gradient(135deg,#003B49,#00C2D1);
    color:white;
    padding:90px 0;
    position:relative;
    overflow:hidden;
}

/* Left Heading */
.final-cta h2{
    font-size:42px;
    font-weight:800;
    margin-bottom:15px;
}

/* Paragraph */
.final-cta p{
    font-size:16px;
    opacity:0.9;
    margin-bottom:25px;
}

/* Info box */
.cta-box{
    background:rgba(255,255,255,0.1);
    padding:25px;
    border-radius:18px;
    backdrop-filter:blur(10px);
}

.cta-box h5{
    margin-bottom:15px;
    font-weight:700;
}

.cta-box ul{
    list-style:none;
    padding:0;
}

.cta-box ul li{
    margin:8px 0;
    font-size:14px;
}

/* Right Card */
.cta-card{
    background:white;
    color:#003B49;
    padding:40px 25px;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,.25);
    transition:.3s;
}

.cta-card:hover{
    transform:translateY(-8px);
}

/* Icon */
.cta-card i{
    font-size:40px;
    color:#00C2D1;
    margin-bottom:15px;
}

/* Button */
.btn-cta-lg{
    display:inline-block;
    margin-top:15px;
    background:#FF7A70;
    color:white;
    padding:14px 28px;
    border-radius:12px;
    font-weight:700;
    text-decoration:none;
}

.btn-cta-lg:hover{
    background:#ff5f54;
    color:white;
}

/* Small text */
.cta-card small{
    display:block;
    margin-top:10px;
    color:#777;
}

/* Responsive */
@media(max-width:768px){
    .final-cta h2{
        font-size:32px;
        text-align:center;
    }

    .final-cta p{
        text-align:center;
    }

    .cta-card{
        margin-top:30px;
    }
}
.important-info{
    background:#f6f9fc;
}

/* Main Box */
.info-box{
    background:white;
    padding:30px;
    border-radius:16px;
    box-shadow:0 6px 20px rgba(0,0,0,.08);
    border-left:6px solid #00C2D1;
    transition:.3s;
}

/* Hover (subtle professionalism) */
.info-box:hover{
    transform:translateY(-4px);
}

/* Header */
.info-header{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:15px;
}

/* Icon */
.info-header i{
    font-size:22px;
    color:#00C2D1;
}

/* Title */
.info-header h4{
    margin:0;
    font-weight:700;
    color:#003B49;
    font-size:20px;
}

/* Text */
.info-box p{
    font-size:14px;
    color:#5b6b7a;
    line-height:1.7;
    margin-bottom:10px;
}
.take-control{
    background:linear-gradient(180deg,#ffffff,#f6f9fc);
}

/* Left Content */
.tc-content h2{
    font-size:40px;
    font-weight:800;
    color:#003B49;
    margin-bottom:20px;
}

.tc-content p{
    font-size:15px;
    color:#5b6b7a;
    line-height:1.8;
    margin-bottom:15px;
}

/* Highlight line */
.highlight-text{
    font-weight:700;
    color:#00C2D1;
    font-size:16px;
    border-left:4px solid #00C2D1;
    padding-left:12px;
}

/* Right Card */
.tc-card{
    background:white;
    padding:30px;
    border-radius:18px;
    box-shadow:0 10px 40px rgba(0,0,0,.10);
    transition:.3s;
    border:1px solid rgba(0,0,0,.05);
}

.tc-card:hover{
    transform:translateY(-8px);
}

/* Icon */
.tc-icon{
    width:60px;
    height:60px;
    background:linear-gradient(135deg,#003B49,#00C2D1);
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    font-size:22px;
    margin-bottom:15px;
}

/* Title */
.tc-card h4{
    font-weight:700;
    color:#003B49;
    margin-bottom:15px;
}

/* List */
.tc-card ul{
    list-style:none;
    padding:0;
    margin-bottom:20px;
}

.tc-card ul li{
    margin:10px 0;
    color:#5b6b7a;
    font-size:14px;
}

/* Button */
.tc-btn{
    background:#FF7A70;
    color:white;
    width:100%;
    padding:12px;
    border-radius:12px;
    font-weight:700;
}

.tc-btn:hover{
    background:#ff5e52;
    color:white;
}
.contact-hero{
    background:linear-gradient(135deg,#003B49,#00C2D1);
    color:white;
    padding:80px 0;
    text-align:center;
}

.contact-hero h1{
    font-size:45px;
    font-weight:800;
}

.contact-hero p{
    opacity:0.9;
}

/* FORM CARD */
.contact-form-card{
    background:white;
    padding:30px;
    border-radius:18px;
    box-shadow:0 10px 40px rgba(0,0,0,.1);
}

.contact-form-card h3{
    color:#003B49;
    font-weight:800;
    margin-bottom:10px;
}

/* BUTTON */
.contact-btn{
    background:#FF7A70;
    color:white;
    padding:12px;
    border-radius:12px;
    font-weight:700;
}

.contact-btn:hover{
    background:#ff5e52;
    color:white;
}

/* INFO CARD */
.info-card{
    background:white;
    padding:25px;
    border-radius:15px;
    margin-bottom:20px;
    text-align:center;
    box-shadow:0 6px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.info-card:hover{
    transform:translateY(-8px);
}

.info-card i{
    font-size:25px;
    color:#00C2D1;
    margin-bottom:10px;
}

.info-card h5{
    color:#003B49;
    font-weight:700;
}

/* INPUTS */
.form-control, .form-select{
    border-radius:10px;
    padding:12px;
    border:1px solid #ddd;
}

.form-control:focus{
    box-shadow:none;
    border-color:#00C2D1;
}
.about-hero{
    background:linear-gradient(135deg,#003B49,#00C2D1);
    color:white;
    padding:90px 0;
    text-align:center;
}

.about-hero h1{
    font-size:45px;
    font-weight:800;
}

/* Mission */
.about-mission h2{
    font-weight:800;
    color:#003B49;
    margin-bottom:15px;
}

.about-mission p{
    color:#5b6b7a;
    line-height:1.8;
}

.about-mission ul{
    list-style:none;
    padding:0;
}

.about-mission ul li{
    margin:8px 0;
    color:#003B49;
    font-weight:500;
}

/* Why Exist Cards */
.about-card{
    background:white;
    padding:25px;
    border-radius:15px;
    box-shadow:0 6px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.about-card:hover{
    transform:translateY(-8px);
}

.about-card i{
    font-size:28px;
    color:#00C2D1;
    margin-bottom:10px;
}

.about-card h5{
    font-weight:700;
    color:#003B49;
}

/* Stats */
.about-stats{
    background:#003B49;
    color:white;
    padding:70px 0;
    text-align:center;
}

.about-stats h2{
    font-size:35px;
    font-weight:800;
}

/* Values */
.value-card{
    background:#f6f9fc;
    padding:25px;
    border-radius:15px;
    transition:.3s;
}

.value-card:hover{
    transform:translateY(-8px);
    background:white;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.value-card i{
    font-size:25px;
    color:#00C2D1;
    margin-bottom:10px;
}

.section-title{
    font-size:40px;
    font-weight:800;
    color:#003B49;
}
/* BACKGROUND (CLEAN + MODERN) */
.premium-funnel{
    background: radial-gradient(circle at top, #eaf7fb, #f7fafc);
    padding:70px 0;
}

/* MAIN BOX */
.funnel-box{
    max-width:780px;
    margin:auto;
    background:#ffffff;
    padding:40px;
    border-radius:22px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

/* HEADER */
.funnel-header h2{
    font-size:34px;
    font-weight:800;
    color:#003B49;
    margin-bottom:10px;
}

.funnel-header p{
    color:#6b7b88;
    font-size:15px;
}

/* PROGRESS */
.progress{
    height:10px;
    border-radius:50px;
    background:#eef2f5;
}

.progress-bar{
    background:linear-gradient(135deg,#003B49,#00C2D1);
}

/* STEP TITLE */
.step-title{
    font-size:20px;
    font-weight:700;
    color:#003B49;
    margin-bottom:25px;
}

/* OPTION GRID */
.option-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:15px;
}

/* OPTION CARD */
.option-card{
    background:#f8fbfd;
    padding:22px;
    border-radius:16px;
    text-align:center;
    cursor:pointer;
    border:2px solid transparent;
    transition:.3s;
}

.option-card:hover{
    transform:translateY(-6px);
    border-color:#00C2D1;
    box-shadow:0 12px 25px rgba(0,194,209,.15);
    background:white;
}

.option-card i{
    font-size:22px;
    color:#00C2D1;
    margin-bottom:10px;
}

.option-card span{
    display:block;
    font-weight:600;
    color:#003B49;
}

/* STEPS */
.step{
    display:none;
    animation:fade .3s ease;
}

.step.active{
    display:block;
}

@keyframes fade{
    from{opacity:0; transform:translateY(10px);}
    to{opacity:1; transform:translateY(0);}
}

/* FINAL INPUTS (SMALL WIDTH + CENTERED) */
.final-inputs{
    max-width:420px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.final-inputs input{
    padding:12px;
    border-radius:10px;
    border:1px solid #ddd;
}

/* SUBMIT BUTTON */
.submit-btn{
    width:420px;
    max-width:100%;
    margin:20px auto 0;
    display:block;
    padding:13px;
    background:#FF7A70;
    color:white;
    border:none;
    border-radius:12px;
    font-weight:700;
}

/* BACK BUTTON */
.back-wrap{
    text-align:center;
    margin-top:20px;
}

.back-btn{
    background:#6c757d;
    color:white;
    border:none;
    padding:8px 18px;
    border-radius:10px;
    font-size:14px;
}

/* RESPONSIVE */
@media(max-width:600px){
    .funnel-box{
        padding:25px;
    }

    .funnel-header h2{
        font-size:24px;
    }
}
/* FULL PAGE BACKGROUND */
.admin-login{
    height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    background: radial-gradient(circle at top,#e8f7fb,#f5f9fc);
    font-family:'Outfit',sans-serif;
}

/* MAIN WRAPPER */
.login-wrapper{
    width:900px;
    max-width:95%;
    display:flex;
    background:white;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
}

/* LEFT SIDE */
.login-info{
    flex:1;
    background:linear-gradient(135deg,#003B49,#00C2D1);
    color:white;
    padding:40px;
}

.login-info h2{
    font-weight:800;
    margin-bottom:10px;
}

.login-info p{
    opacity:0.9;
}

.login-info ul{
    margin-top:20px;
    list-style:none;
    padding:0;
}

.login-info ul li{
    margin:10px 0;
    font-size:14px;
}

/* RIGHT FORM */
.login-box{
    flex:1;
    padding:40px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.login-box h3{
    font-weight:800;
    color:#003B49;
}

.login-box p{
    color:#6b7b88;
    margin-bottom:20px;
}

/* INPUT BOX */
.input-box{
    position:relative;
    margin-bottom:15px;
}

.input-box i{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    color:#00C2D1;
}

.input-box i.fa-user,
.input-box i.fa-lock{
    left:12px;
}

.input-box input{
    width:100%;
    padding:12px 40px;
    border-radius:10px;
    border:1px solid #ddd;
    outline:none;
}

/* eye icon */
.toggle{
    right:12px;
    cursor:pointer;
}

/* BUTTON */
.login-box button{
    width:100%;
    padding:12px;
    background:#FF7A70;
    color:white;
    border:none;
    border-radius:12px;
    font-weight:700;
    transition:.3s;
}

.login-box button:hover{
    background:#ff5d50;
}

/* RESPONSIVE */
@media(max-width:768px){
    .login-wrapper{
        flex-direction:column;
    }

    .login-info{
        text-align:center;
    }
}

/* HERO */
.iva-hero{
    background:linear-gradient(135deg,#003B49,#00C2D1);
    color:white;
    padding:90px 0;
    text-align:center;
}

.iva-hero h1{
    font-size:42px;
    font-weight:800;
}

.iva-hero p{
    opacity:0.9;
}

/* SECTION TEXT */
.iva-section h2{
    font-weight:800;
    color:#003B49;
    margin-bottom:15px;
}

.iva-section p{
    color:#5b6b7a;
    line-height:1.8;
}

/* CARD */
.iva-card{
    background:white;
    padding:30px;
    border-radius:18px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.iva-card .icon{
    width:55px;
    height:55px;
    background:linear-gradient(135deg,#003B49,#00C2D1);
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    margin-bottom:15px;
}

.iva-card h4{
    font-weight:700;
    color:#003B49;
}

.iva-card ul{
    list-style:none;
    padding:0;
}

.iva-card ul li{
    margin:8px 0;
    color:#5b6b7a;
}

/* PROCESS */
.iva-process{
    background:#f6f9fc;
}

.iva-hero .section-title{
    font-size:36px;
    font-weight:800;
    color:#003B49;
}

.iva-hero .process-card{
    background:white;
    padding:25px;
    border-radius:15px;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    transition:.3s;
}

.iva-hero .process-card:hover{
    transform:translateY(-8px);
}

.iva-hero .process-card i{
    font-size:25px;
    color:#00C2D1;
    margin-bottom:10px;
}

.iva-hero .process-card h5{
    font-weight:700;
    color:#003B49;
}

/* INCOME BOX */
.iva-hero .iva-income{
    background:white;
}

.iva-hero .income-box{
    max-width:800px;
    margin:auto;
    background:linear-gradient(135deg,#f8fbfd,#eef9fb);
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,.05);
}

.iva-hero .income-box h3{
    font-weight:800;
    color:#003B49;
}

.iva-hero .income-box p{
    color:#5b6b7a;
}

.iva-hero .iva-btn{
    background:#FF7A70;
    color:white;
    padding:12px 25px;
    border-radius:12px;
    font-weight:700;
}

.iva-hero .iva-btn:hover{
    background:#ff5d50;
    color:white;
}
.property-sec{
    background:linear-gradient(180deg,#f6f9fc,#ffffff);
}

/* IMAGE */
.property-img img{
    border-radius:18px;
    transition:.3s;
}

.property-img img:hover{
    transform:scale(1.02);
}

/* CONTENT */
.property-content h2{
    font-size:34px;
    font-weight:800;
    color:#003B49;
    margin-bottom:10px;
}

.property-content h5{
    color:#00C2D1;
    font-weight:700;
    margin-bottom:15px;
}

.property-content p{
    color:#5b6b7a;
    line-height:1.8;
    font-size:15px;
}

/* HIGHLIGHT BOX */
.highlight-box{
    background:#ffffff;
    padding:22px;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    border-left:5px solid #00C2D1;
    margin-top:20px;
}

.highlight-box h6{
    font-weight:800;
    color:#003B49;
    margin-bottom:10px;
}

/* RESPONSIVE */
@media(max-width:768px){
    .property-content h2{
        font-size:26px;
        text-align:center;
    }

    .property-content h5{
        text-align:center;
    }

    .property-content p{
        text-align:center;
    }

    .highlight-box{
        text-align:left;
    }
}
/* SECTION BACKGROUND */
.apply-section{
    background:linear-gradient(180deg,#f6f9fc,#ffffff);
}

/* TITLE */
.apply-title{
    font-size:34px;
    font-weight:800;
    color:#003B49;
}

.apply-title span{
    color:#00C2D1;
}

/* CARD */
.apply-section .apply-card{
    background:white;
    padding:30px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.3s;
    height:100%;
    position:relative;
    overflow:hidden;
}

/* HOVER EFFECT */
.apply-section .apply-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,194,209,.15);
}

/* ICON BOX */
.apply-section .icon-box{
    width:65px;
    height:65px;
    margin:0 auto 15px;
    border-radius:15px;
    background:linear-gradient(135deg,#003B49,#00C2D1);
    display:flex;
    align-items:center;
    justify-content:center;
}

.apply-section .icon-box i{
    font-size:22px;
    color:white;
}

/* TEXT */
.apply-card p{
    font-size:15px;
    color:#5b6b7a;
    margin:0;
    line-height:1.6;
}

/* RESPONSIVE */
@media(max-width:768px){
    .apply-title{
        font-size:24px;
    }
}
/* SECTION */
.benefits-section{
    background:linear-gradient(180deg,#f6f9fc,#ffffff);
}

/* TAG */
.benefits-tag{
    display:inline-block;
    background:#00C2D1;
    color:white;
    padding:6px 16px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

/* TITLE */
.benefits-title{
    font-size:34px;
    font-weight:800;
    color:#003B49;
    margin-bottom:25px;
}

/* IMAGE */
.benefits-image img{
    max-width:100%;
    border-radius:18px;
}

/* LIST */
.benefit-list{
    display:flex;
    flex-direction:column;
    gap:14px;
}

/* ITEM */
.benefit-item{
    display:flex;
    gap:12px;
    align-items:flex-start;
    background:#ffffff;
    padding:14px 16px;
    border-radius:14px;
    box-shadow:0 6px 20px rgba(0,0,0,.05);
    transition:.3s;
}

.benefit-item:hover{
    transform:translateX(5px);
    box-shadow:0 10px 25px rgba(0,194,209,.15);
}

/* ICON */
.benefit-item i{
    background:#00C2D1;
    color:white;
    font-size:12px;
    padding:6px;
    border-radius:50%;
    margin-top:3px;
}

/* TEXT */
.benefit-item p{
    margin:0;
    font-size:14px;
    color:#5b6b7a;
    line-height:1.6;
}

/* RESPONSIVE */
@media(max-width:768px){
    .benefits-title{
        font-size:24px;
        text-align:center;
    }

    .benefits-tag{
        display:block;
        width:fit-content;
        margin:auto;
        margin-bottom:10px;
    }
}
/* SECTION */
.consider-section{
    background:linear-gradient(180deg,#ffffff,#f6f9fc);
}

/* TITLE */
.consider-title{
    font-size:34px;
    font-weight:800;
    color:#003B49;
    margin-bottom:20px;
}

/* LIST WRAPPER */
.consider-list{
    display:flex;
    flex-direction:column;
    gap:14px;
}

/* ITEM CARD */
.consider-item{
    display:flex;
    gap:12px;
    align-items:flex-start;
    background:#ffffff;
    padding:16px;
    border-radius:14px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.consider-item:hover{
    transform:translateX(5px);
    box-shadow:0 12px 30px rgba(0,194,209,.15);
}

/* ICON */
.consider-item i{
    color:#00C2D1;
    font-size:16px;
    margin-top:3px;
}

/* TEXT */
.consider-item p{
    margin:0;
    color:#5b6b7a;
    font-size:14px;
    line-height:1.6;
}

/* IMAGE */
.consider-img img{
    border-radius:18px;
    transition:.3s;
}

.consider-img img:hover{
    transform:scale(1.02);
}

/* RESPONSIVE */
@media(max-width:768px){
    .consider-title{
        font-size:24px;
        text-align:center;
    }
     #nav ul li{
        line-height: 1.9;
     }
    #nav{
justify-content: center;
text-align: center;
    }
}