/* 
   Landing Page Specific Styles 
   Scoped with prefix 'lp-' to avoid conflicts with webstyle.css
*/

:root {
    --lp-primary: #005153;
    --lp-secondary: #b98e44;
    --lp-text-dark: #222;
    --lp-text-light: #666;
    --lp-bg-light: #f8f9fa;
    --lp-white: #ffffff;
}
label {
    display: inline-block;
    color: #444;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: "Inter", serif;font-size: 17px;
}
h6.fw-bold {
    color: #222;
}
.lp-wrapper {
    font-family: "Jost", sans-serif;
    color: var(--lp-text-dark);
    overflow-x: hidden;
    line-height: 1.6;
}

/* Typography Overrides for LP */
.lp-wrapper h1, .lp-wrapper h2, .lp-wrapper h3, .lp-wrapper h4 {
    font-weight: 700;
    color: var(--lp-primary);
}

.lp-wrapper .text-gold {
    color: var(--lp-secondary);
}

/* Buttons */
.lp-btn-cta {
    background-color: var(--lp-secondary);
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    border: 2px solid var(--lp-secondary);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(185, 142, 68, 0.3);margin-bottom: 5px
}
.lp-btn-cta a {
    text-decoration: none;
    color: #222;
}
.lp-btn-cta:hover {
    background-color: var(--lp-primary);
    border-color: var(--lp-primary);
    color: #fff;
    transform: translateY(-2px);
}
.lp-btn-cta a:hover {
   
    color: #fff;
    
}
.lp-btn-outline {
    background: transparent;
    border: 2px solid var(--lp-primary);
    color: var(--lp-primary);
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.lp-btn-outline:hover {
    background: var(--lp-primary);
    color: #fff;
}

/* Hero Section */
.lp-hero {
    background: linear-gradient(135deg, rgb(2 58 60 / 86%) 0%, rgba(20, 20, 20, 0.8) 100%),
     url(../userassets/sliderbkg.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 0 80px;
    color: #fff;
    position: relative;
}

.lp-hero h1 {
    color: #fff;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
}

.lp-hero p.lead {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Form Card */
.lp-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    border-top: 5px solid var(--lp-secondary);
}

.lp-form-card h3 {
    color: var(--lp-text-dark);
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.lp-form-control {
    height: 50px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    width: 100%;
    margin-bottom:0px;
    font-size: 15px;
}

.lp-form-control:focus {
    border-color: var(--lp-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 81, 83, 0.1);
}

.lp-trust-badge {
    font-size: 0.85rem;
    color: #777;
    text-align: center;
    margin-top: 15px;
    display: block;
}

/* Pain Points Section */
.lp-section {
    padding: 80px 0;float: left;
    width: 100%;
}

.lp-bg-light {
  background: url(../userassets/bkg.jpg);
    float: left;
    width: 100%;
    background-size: cover;
    padding: 80px 20px 100px;
}

.lp-pain-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    border-left: 4px solid #005153;
}

.lp-pain-card:hover {
    transform: translateY(-5px);
}

.lp-pain-card h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.aboutimg{
    border-radius: 20px;
}
/* Benefits Section */
.lp-benefit-item {
    display: flex;
    margin-bottom: 30px;
}

.lp-benefit-icon {
    min-width: 50px;
    height: 50px;
    background: #005153;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 1.2rem;
}

/* Social Proof */
.lp-testimonial-card {
    background: #fff;
    padding:35px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    position: relative;
    margin-bottom: 20px;
}

.lp-testimonial-card::before {
    content: '\f10d';
    font-family: 'FontAwesome';
    font-size: 40px;
    color: rgba(185, 142, 68, 0.2);
    position: absolute;
    top: -18px;
    left: 20px;
    line-height: 1;
}
.lp-testimonial-card p {
    
    font-size: 18px;
}
.lp-testimonial-author {
    font-weight: 700;
    color: var(--lp-primary);
    margin-top: 15px;
    display: block;
}

/* How It Works */
.lp-step-card {
    text-align: center;
    padding: 20px;
}

.lp-step-number {
    width: 60px;
    height: 60px;
    background: var(--lp-primary);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 0 0 5px rgba(0, 81, 83, 0.2);
}

/* FAQ Accordion Overrides */
.lp-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    background: transparent;
}

.lp-accordion .accordion-button {
    background: #fff;
    border-radius: 10px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    font-weight: 600;
    color: var(--lp-primary);font-family: 'Inter';
}

.lp-accordion .accordion-button:not(.collapsed) {
    background: var(--lp-primary);
    color: #fff;
}

.lp-accordion .accordion-body {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px;
    margin-top: -5px;
    border: 1px solid #eee;
    border-top: none;font-family: 'Inter';
}

/* Urgency / Footer */
.lp-urgency-box {
    background: #fff;
    border: 2px solid #ef0d23;
    border-radius: 15px;
    padding: 30px;
}

.lp-footer-mini {
    background: #1a1a1a;
    color: #888;
    padding: 40px 0;
    font-size: 0.9rem;
    text-align: center;
}

.lp-footer-mini a {
    color: #aaa;
    text-decoration: none;
}
.last-ext {
    text-align: right;
    width: 100%;
}
/* Mobile Responsiveness */
@media (max-width: 991px) {
    .lp-hero {
        padding: 140px 20px 60px;
        text-align: center;
    }
    
    .lp-hero h1 {
        font-size: 2.2rem;
    }
    
    .lp-form-card {
        margin-top: 40px;
        padding: 25px;
    }
    
    .lp-pain-card {
        margin-bottom: 20px;
    }

  
}

@media (max-width: 768px) {

.whynow h2 {
    margin-bottom: 30px;
}  
}

@media (max-width: 480px) {
    .lp-hero h1 {
        font-size: 1.8rem;
    }
 .aboutimg {
    
    margin-bottom: 10px;
}   
 .lp-btn-cta {
    width: 100%;
    padding: 12px 18px;
    font-size: 15px;
    text-align: center;
}
.lp-section-cta h2{
font-size: 30px!important;text-align: center!important;
}
.lp-section-cta p{
text-align: center!important;
}
.lp-section-cta{
    text-align: center!important;
}
.lp-testimonial-card p {
    font-size: 17px;
}
.lp-bg-light {
   
   
    padding: 50px 20px 70px;
}
.lp-form-card {
    margin-top: 0!important;
   
}
h6.fw-bold {
     text-align: left;
    margin-bottom: 15px!important;
}
label {
  text-align: left;
    font-size: 14px;
    float: left;
}
.lp-section {
    padding: 60px 20px;
  
}

.lp-benefit-item {
  
    margin-top: 35px;
}
.lp-urgency-box {
    margin-bottom: 20px;
    margin-top: 40px!important;
}
.lp-section-cta.text-center {
    background-position: 44% 100%!important;
}

::placeholder {
    font-size: 14px!important;
}
.whynow {
    padding-right: 0!important;
}
}