body {
    font-family: 'Inter', sans-serif;
}
.container {
    max-width: 1270px !important;
}


 /* --------------------- navbar section ---------------------- */
        .navbar-custom {
            border-radius: 14px;
            padding: 12px 20px;
        }
        
        .logo-img {
    height: 55px;
    width: auto;
}

@media (min-width: 992px) {

        .navbar-expand-lg .navbar-collapse {
            display: block !important;
            flex-basis: auto;
        }

    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }
       
        
}

.navbar-brand {
    display: flex;
    align-items: center;
}
        .brand-text {
            font-weight: bold;
            font-family: 'inter', sans-serif;
            font-size: 33px;
            color: #1E2A4A;
            margin-top: 4px;
            padding-left: 10px;
        }
        .nav-link{
            color:#1F3A5F;
        }


       .signup-btn {
    background-color: #ddb156;
    color: #242220;
    border-radius: 6px;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 12px;
    white-space: nowrap;   /* IMPORTANT */
}


        .signup-btn:hover {
            background-color: #b8860b;
            color: white;
        }


/* ---------------------------- Hero section----------------- */

 .hero-section {
    background: linear-gradient(135deg, #f4f6fb, #eef2f9);
    margin-top: 10px;
}

.hero-title {
    font-size: 48px;
    font-weight: bold;
    color: #1F3A5F;
    line-height: 76px;
    padding-left: 30px;
}

.hero-text {
    font-size: 18px;
    font-weight: regular;
    color: #6B7280;
    max-width: 500px;
    padding-left: 30px;
}

.hero-image {
    transform: scale(1.2);
    border-radius: 20px;
}
.btn-started {
    background-color: #ddb156;
    font-weight: 600;
    font-size: 20px;
}
.btn-contact{
    background-color:#2F5DA8;
    color: white;
    font-weight: 600;
    font-size: 20px;
}
   
.hero-buttons{
    padding-left: 30px;
}
 /*------------------- Why Choose Section ------------------- */
.why-title{
    color: #1F3A5F;
    font-weight: bold;
    
}
.why-text{
    color: #1F3A5F;
    font-weight: 400;
    letter-spacing: 11%;
}
.feature-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    height: 100%;
    cursor: pointer;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    
}

.icon-box {
    width: 80px;
    height: 80px;
    background: #eef2f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.icon-box img {
    width: 80px;
}

.feature-card h5 {
    font-weight: 600;   /* Semi-bold */
    font-size: 20px;    /* 20px size */
    margin-bottom: 10px;
    color: #1E3A8A;
    letter-spacing: 9%;
}

.feature-card p {
    font-size: 14px;
    color: #6B7280;
}

/*---------------- EvictionFiler Works Section *---------------/

/* Title */
.works-title {
    font-size: 34px;
    font-weight: 700;
    color: #2c3e63;
}

/* Card */
.work-card {
    background: #ffffff;
    padding: 35px 30px 50px 45px;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    height: 100%;
    cursor: pointer;
}

.work-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

/* Step Number Circle */
.step-badge {
    position: absolute;
    top: -20px;
    left: 20%;
    transform: translateX(-50%);
    background: #d4a017;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Header (icon + title side by side) */
.work-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}

/* Icon Circle */
.icon-circle {
    width: 80px;
    height: 80px;
    background: #eef2f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.icon-circle img {
    width: 80px;
}

/* Title */
.work-card h5 {
    font-size: 20px;
    font-weight: 600;
    color: #1f3a5f;
    margin-bottom: 15px;
    letter-spacing: 5%;
}

/* Text */
.work-card p {
    font-size: 14px;
    color: #6B7280;
   
}

/* ------------------- Choose Plan Section ----------------- */

.pricing-card {
    border-radius: 18px;
    padding: 60px 35px 45px 35px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.pricing-btn {
    /* margin-top: 0px;       */
    margin-top: -6px; 
    text-align: center;
}

.pricing-btnFreeCard {
    /* margin-top: 20px;       */
    margin-top: 13px;  
    text-align: center;
}


.pricing-card:hover {
    transform: translateY(-5px);
}

/* Enterprise */
.enterprise-card {
    background: #263f63;
    color: #fff;
}

/* Pay Card */
.pay-card {
    background: #f1f3f6;
    color: #263f63;
}

/* Badge */
.badge-label {
    position: absolute;
    top: 20px;
    padding: 6px 18px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 5%;
}

/* ONLY Recommended */
.recommended {
    left: 0;
    background: #f5c242;
    color: #1F3A5F;

    padding-left: 40px; /* space for left strip */

    border-radius: 0 8px 8px 0;

    /* Right angled cut */
    clip-path: polygon(
        0 0,
        100% 0,
        92% 100%,
        0% 100%
    );
}

/* Left small vertical strip */
.recommended::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 100%;
    background: #FFEF5E; /* slightly darker for depth */
}

/* RIGHT SIDE (Pay Card) */
.flexible {
    right: 10px;          /* right aligned */
    background: #3b63a6;
    color: #fff;
    border-radius: 6px;   /* full rounded */
}

/* Features */
.plan-features li {
    margin-bottom: 12px;
    font-size: 15px;
}

.enterprise-subtext
{
    font-size: 14px;
    color: #6B7280;
    letter-spacing: 18%;
    color: white;
}
.pay-subtext
{
    font-size: 14px;
    color: #6B7280;
    letter-spacing: 18%;
    color: #1F3A5F;
}


/* center button */
.pricing-card button {
     margin-top: auto;  
    align-self: center;
}

.btn-gold {
    background: #f5c242;
    color: #111827;
    padding: 10px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
}

.btn-blue {
    background: #3b63a6;
    color: #fff;
    padding: 10px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
}


/* Title */
.section-title {
    color: #263f63;
}
.pricing-card h3 {
    margin-top: 15px;
    font-size: 38px;
    letter-spacing: 5%;
}
.plan-features li {
    margin-bottom: 14px;
    font-size: 16px;
    position: relative;
    padding-left: 28px;
    letter-spacing: 18%;
}

/* ENTERPRISE CARD → GOLD TICK */
.enterprise-card .plan-features li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #f5c242;
    font-weight: bold;
}

/* PAY CARD → BLUE TICK */
.pay-card .plan-features li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #3b63a6;
    font-weight: bold;
}

/* First feature bold in pay card */
.bold-item {
    font-weight: bold;
    font-size:20px;
}
.note{
    font-size: 20px;
    color: #83989986;
    letter-spacing: 1%;
    padding-top: 20px;
    line-height: 20%;
}



/* ======================== Dev Css========================== */

/* -------------FOOTER  new implement changes-------------------------------------------------*/

.contact-right{
    border-left:1px solid rgba(0,0,0,0.1);
    padding-left:40px;
}

.main-footer{
    background:transparent;
}


.footer-wrapper{
    background:#1F3A5F;
    color:#ffffff;
    padding:180px 40px 60px 40px;   /* increased top padding */
    position:relative;
}



.footer-wrapper h2{
    font-family:'Inter', sans-serif;
    font-weight:700;      
    font-size:32px;          
    letter-spacing:0.20em;  
    color:#FFFFFF;           
    text-align:center;  
        
}


.footer-content{
    margin-top:80px;
}


.btn-gold:hover{
    background:#c79d48;
    color:#242220;
}

.footer-box h2{
    font-family:'Inter', sans-serif;
    font-weight:700;
    font-size:32px;
    letter-spacing:0.2em;   
    color:#ffffff;
}

.footer-logo{
    width:80px;
    filter: brightness(0) invert(1);
}


.footer-logo{
    width:80px;   
    
}

.footer-title-brand{
    font-family:'Inter', sans-serif;
    font-weight:700;
    font-size:32px;   
    color:#ffffff;
    margin:0;
}

.footer-description{
    color:#d6e0f0;
    line-height:1.7;
    max-width:320px;
}


.footer-col{
    border-left:1px solid rgba(255,255,255,0.2);
    padding-left:50px;
}

.footer-heading{
    font-family:'Inter', sans-serif;
    font-weight:600;
    font-size:18px;
    margin-bottom:20px;
    color:#ffffff;
}


.footer-links{
    padding-left:18px;
}

.footer-links li{
    margin-bottom:12px;
    list-style-type: disc;   
    color:#ffffff;
}

.footer-links a{
    text-decoration:none;
    color:#d6e0f0;
    font-size:14px;
    transition:0.3s;
}

.footer-links a:hover{
    color:#ffffff;
}

.footer-contact{
    color:#d6e0f0;
    font-size:14px;
    margin-bottom:10px;
}

.footer-social{
    display:flex;
    gap:15px;
    margin-top:15px;
}

.footer-icon{
    width:100%;
    height:auto;
}

.footer-social{
    display:flex;
    gap:12px;
    margin-top:10px;
    margin-bottom:0;
    transform: translateY(-24px);   
}

.footer-bottom{
    margin-top:13px;
    padding-top:25px;
    border-top:1px solid rgba(255,255,255,0.2);
    font-family:'Inter', sans-serif;
    font-weight:400;
    font-size:15px;
    line-height:125%;
    letter-spacing:0.11em;
    color:#ffffff;
    text-align:center;
}

.contact-left h2{
    font-family:'Inter', sans-serif;
    font-weight:700;      
    font-size:36px;     
    letter-spacing:0;     
    line-height:normal;  
    color:#2B436D;       
}

.contact-left p{
    margin-top:20px;

    font-family:'Inter', sans-serif;
    font-weight:400;        
    font-size:16px;       
    line-height:120%;       
    letter-spacing:0.18em;  
    
    color:#2b436d;          
}

.contact-right{
    border-left:1px solid rgba(0,0,0,0.1);
    padding-left:40px;
}

.contact-input{
    width:100%;
    padding:16px;
    border:none;
    border-radius:12px;
    background:#ffffff;
}

 section.bg-light{
    position: relative;
    z-index: 1;
    padding-bottom: 0; 
}

 /* .contact-card-inside{
    background:#f2f3f5;
    border-radius:20px;
    padding:70px 60px;

    margin-top:-510px;
    margin-bottom:120px;

    box-shadow:0 20px 60px rgba(0,0,0,0.08);

    position: relative;
    z-index: 3;   
} */

.contact-card-inside{
    background:#f3f4f6;
    border-radius:20px;
    padding:60px 60px;

    margin-top:64px;   /* stronger overlap */
    margin-bottom:-150px;

    box-shadow:0 30px 70px rgba(0,0,0,0.08);
    position:relative;
    z-index:10;
}

.footer-wrapper > .text-center{
    margin-top:40px;
    margin-bottom:60px;
}


.pricing-section{
    padding-bottom:80px;
}

.contact-img{
    width:100%;
    max-width:360px;
    margin:30px auto 0 auto;
    display:block;
}


.input-wrapper{
    position:relative;
}

.contact-input{
    width:100%;
    padding:16px 16px 16px 50px; 
    border:none;
    border-radius:12px;
    background:#ffffff;
}

 .input-icon{
    position:absolute;
    left:15px;
    top:50%;
    transform:translateY(-50%);
    width:25px;
    height:25px;

    /* filter: brightness(0) saturate(100%) invert(35%) sepia(70%) saturate(1200%) hue-rotate(200deg); */
}

.textarea-icon{
    top:20px;
    transform:none;
}


.btn-gold{
    background:#DDB156;        
    color:#111827;           

    font-family:'Inter', sans-serif;
    font-weight:600;          
    font-size:20px;

    padding:10px 34px;     
    border:none;
    border-radius:16px;

    display:inline-flex;   
    align-items:center;     
    justify-content:center;  

    text-align:center;
    transition:0.3s ease;
}


.btn-gold:hover{
    background:#c79d48;   
    color:#111827;
}


.btn-goldCreateAccount{
    background:#DDB156;
    color:#242220;

    font-family:'Inter', sans-serif;
    font-weight:700;     
    font-size:24px;         
    letter-spacing:0.16em; 

    width:275px;           
    height:75px;           

    border:none;
    border-radius:17px;     

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;
    transition:0.3s ease;

      margin:0 auto; 
}
.btn-goldCreateAccount:hover{
    background:#c79d48;  
    color:#242220 !important;
}

textarea{
    resize: vertical;
}
.navbar .container-fluid {
    flex-wrap: nowrap;   /* prevent items going to next line */
}
.navbar .d-flex {
    flex-shrink: 0;
}

    .textarea-icon {
    top: 18px;
    width: 25px;
    height: 30px;
    }



/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {

    /* Navbar spacing fix */
    .navbar-custom {
        padding: 10px 15px;
    }

    /* Brand text smaller */
    .brand-text {
        font-size: 20px;
    }

    .logo-img {
        height: 35px;
          
    }

    /* Sign up button fix */
    .signup-btn {
        padding: 6px 12px;
        font-size: 14px;
        border-radius: 6px;
        white-space: nowrap;
    }

    /* Make right side proper aligned */
/*    .navbar .d-flex {
        margin-left: auto;
    }*/
}


/* Large Tablets */
@media (max-width: 1199px) {

    .hero-title {
        font-size: 40px;
        line-height: 60px;
        padding-left: 0;
    }

    .hero-text,
    .hero-buttons {
        padding-left: 0;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 992px) {

    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .navbar-nav {
        gap: 20px;
    }
    /* Navbar */
    .brand-text {
        font-size: 24px;
    }

    .logo-img {
        height: 40px;
    }

    /* Hero Section */
    .hero-section {
        text-align: center;
    }

    .hero-title {
        font-size: 34px;
        line-height: 50px;
    }

    .hero-text {
        margin: 0 auto 20px;
    }

    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-image {
        margin-top: 30px;
        max-height: 320px;
    }

    /* Works section */
    .work-header {
        flex-direction: column;
        text-align: center;
    }

    .step-badge {
        left: 50%;
    }

    /* Pricing cards */
    .pricing-card {
        margin-bottom: 20px;
    }

    /* Contact Section */
    .contact-right {
        border-left: none;
        padding-left: 0;
        margin-top: 30px;
    }

    .contact-card-inside {
        padding: 40px 25px;
    }

    /* Footer columns */
    .footer-col {
        border-left: none;
        padding-left: 0;
        margin-top: 30px;
    }
}
@media (max-width: 576px) {

    .navbar-brand {
    font-size: 14px;
}

.brand-text {
    font-size: 19px;
    padding-left: 0px;
}


    /* Hero */
    .hero-title {
        font-size: 26px;
        line-height: 38px;
    }

    .hero-text {
        font-size: 15px;
    }

    .signup-btn {
    padding: 12px 10px;
    font-size: 11px;
    margin-left: 10px;
}
    .btn-started,
    .btn-contact {
        font-size: 14px !important;
        width: auto;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 15px;
    }

    /* Why Section */
    .feature-card {
        padding: 25px 15px;
    }

    /* Works */
    .work-card {
        padding: 25px;
    }

    /* Pricing */
    .pricing-card h3 {
        font-size: 26px;
    }

    .badge-label {
        font-size: 14px;
        padding: 4px 12px;
    }

    /* Contact */
    .contact-left h2 {
        font-size: 26px;
        text-align: center;
    }

    .contact-left p {
        text-align: center;
        letter-spacing: normal;
    }

    .btn-goldCreateAccount {
        width: 100%;
        height: 60px;
        font-size: 18px;
    }

    /* Footer */
    .footer-wrapper {
        padding: 120px 20px 40px 20px;
    }

    .footer-title-brand {
        font-size: 24px;
    }

    .footer-description {
        max-width: 100%;
    }
    .navbar-toggler {
        padding: 1px 1px !important;
       
    }
    .navbar-toggler-icon {
        width: 25px;
        height: 25px;
    }
}




