/* Reset default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.div-ic img {
    transition: transform .2s;
    width: 56px;
    filter: invert(3%) sepia(94%) saturate(550%) hue-rotate(4deg) brightness(101%) contrast(103%) !important;
}
p {
    font-size: 16px !important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1366px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    min-height: 100vh;
    /* display: flex; */
    flex-direction: column;
}

header {
    background-color: #f4f4f4;
    padding: 2rem;
    text-align: center;
}

main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    flex: 1;
}

/* section {
    margin-bottom: 2rem;
} */

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1rem;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

/* Custom styles to complement Bootstrap */


main {
    flex: 1;
}

/* Header Styles */
.top-bar {
    font-size: 0.9rem;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-bar i {
    margin-right: 5px;
}

.navbar {
    padding: 1rem 0;
}

.navbar-brand img {
    max-height: 100%;
    width: 168px;
    height: 100%;
}

.nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem !important;
}

.nav-link.btn-primary {
    padding: 0.5rem 1.5rem !important;
    border-radius: 25px;
}

.nav-link.btn-primary:hover {
    background-color: #0056b3;
    color: white !important;
}

.nav-link.btn-primary:hover {
    background-color: #0056b3;
    color: white !important;
}

/* Hero Section Styles */
.hero-section {
    position: relative;
    background: linear-gradient(135deg, #1a2a6c 0%, #b21f1f 50%, #fdbb2d 100%);
    min-height: 100vh;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 7rem 2px 25px 0;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-badge span {
    color: white;
    font-weight: 500;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-content h3 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-content .lead {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    opacity: 0.9;
    margin: 0 auto;
}

.cta-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-primary {
    background: #fdbb2d;
    border: none;
    padding: 15px 2.5rem;
    font-size: 16px;
    font-weight: 600;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(253, 187, 45, 0.3);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #f9b000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(253, 187, 45, 0.4);
}

.btn-outline-light {
    border: 2px solid white;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    background: white;
    color: #1a2a6c;
    transform: translateY(-2px);
}

.trust-elements {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
    margin: 0 auto;
}

.trust-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.trust-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.trust-icon {
    font-size: 2rem;
    color: #fdbb2d;
    margin-bottom: 4px;
}

.trust-text h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: white;
}

.trust-text p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.hero-image {
    position: relative;
    z-index: 2;
}

.image-wrapper {
    position: relative;
    padding: 2rem;
}

.main-image {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
}

.main-image:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.floating-card {
    position: absolute;
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    animation: float 3s ease-in-out infinite;
}

.floating-card i {
    color: #fdbb2d;
    font-size: 1.2rem;
}

.floating-card span {
    font-weight: 500;
    color: #2c3e50;
}

.card-1 {
    top: 20%;
    left: -10%;
    animation-delay: 0s;
}

.card-2 {
    bottom: 20%;
    right: -10%;
    animation-delay: 1.5s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .hero-content h3 {
        font-size: 2.5rem;
    }
    
    .trust-elements {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .floating-card {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .hero-content h3 {
        font-size: 24px !important;
    }
    h1.vastudosh-d {
    font-weight: 600;
    font-size: 22px !important;
    color: #e19a00;
    margin-bottom: 14px;
}
    section.pricing-plans.py-5 {
        margin-bottom: 0 !important;
    }
    .auth-form-wrapper {
        padding: 6px !important;
        margin-bottom: 30px;
    }
    .trust-elements {
        grid-template-columns: 1fr;
    }
    
    .cta-group {
        flex-direction: column;
    }
    
    .btn-primary, .btn-outline-light {
        width: 100%;
        text-align: center;
    }
}

/* How It Works Section Styles */
.how-it-works {
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}
.preview-image img {
    width: 100%;
}
/* .how-it-works::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 42, 108, 0.05) 0%, rgba(253, 187, 45, 0.05) 100%);
    z-index: 0;
} */

.section-header {
    position: relative;
    z-index: 1;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #2c3e50;
    max-width: 600px;
    margin: 0 auto;
}

.step-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.step-number {
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 4rem;
    font-weight: 800;
    color: rgba(253, 187, 45, 0.1);
    line-height: 1;
}

.step-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1a2a6c 0%, #fdbb2d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.step-icon i {
    font-size: 2rem;
    color: white;
}

.step-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.step-card p {
    color: #6c757d;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.step-note {
    background: rgba(253, 187, 45, 0.1);
    border-radius: 10px;
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.step-note i {
    color: #fdbb2d;
    font-size: 1.2rem;
    margin-top: 0.2rem;
}

.step-note p {
    margin: 0;
    font-size: 0.9rem;
    color: #495057;
}

.step-features {
    margin-top: 1.5rem;
}

.feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.feature i {
    color: #fdbb2d;
}

.feature span {
    color: #495057;
    font-weight: 500;
}

.step-highlight {
    background: rgba(26, 42, 108, 0.1);
    border-radius: 10px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.step-highlight i {
    color: #1a2a6c;
    font-size: 1.2rem;
}

.step-highlight span {
    color: #1a2a6c;
    font-weight: 500;
}

/* Responsive Styles for How It Works */
@media (max-width: 991.98px) {
    .section-title {
        font-size: 2rem;
    }
    
    .step-card {
        margin-bottom: 0px;
    }
}

@media (max-width: 767.98px) {
    .section-title {
        font-size: 1.8rem;
    }
    .step-card {
        padding: 1rem;
    }
    .step-number {
        font-size: 3rem;
    }
    
    .step-icon {
        width: 60px;
        height: 60px;
    }
    
    .step-icon i {
        font-size: 1.5rem;
    }
}

/* Add any custom styles below this line */ 
/* Vastu Dosh Impact Section Styles */
.vastu-dosh {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}



.impact-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.impact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.impact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1a2a6c 0%, #fdbb2d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.impact-icon i {
    font-size: 1.8rem;
    color: white;
}

.impact-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.impact-card p {
    color: #6c757d;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 0.95rem;
}

.impact-tag {
    display: inline-block;
    background: rgba(253, 187, 45, 0.1);
    color: #fdbb2d;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
}
/* Responsive Styles for Vastu Dosh Section */
@media (max-width: 991.98px) {
    .impact-card {
        margin-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .impact-icon {
        width: 60px;
        height: 60px;
    }
    .impact-card {
        padding: 16px;
    }
    .impact-icon i {
        font-size: 1.5rem;
    }
    
    .impact-card h3 {
        font-size: 1.2rem;
    }
}

/* Root Causes Section Styles */
.root-causes {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.cause-card {
    background: white;
    border-radius: 20px;
    padding: 1rem;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

.cause-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.cause-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1a2a6c 0%, #fdbb2d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.cause-icon i {
    font-size: 1.8rem;
    color: white;
}

.cause-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

.cause-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cause-list li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.8rem;
    background: rgba(253, 187, 45, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.cause-list li:hover {
    background: rgba(253, 187, 45, 0.2);
    transform: translateX(5px);
}

.cause-list li i {
    color: #fdbb2d;
    font-size: 1.2rem;
    margin-right: 1rem;
}

.cause-list li span {
    color: #495057;
    font-weight: 500;
}

/* Floor Plan Styles */
.floor-plan-wrapper {
    position: relative;
    padding: 2rem;
}

.floor-plan {
    position: relative;
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.floor-plan img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.zone-indicator {
    position: absolute;
    background: rgba(26, 42, 108, 0.9);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.north { top: 10%; left: 50%; transform: translateX(-50%); }
.south { bottom: 10%; left: 50%; transform: translateX(-50%); }
.east { right: 10%; top: 50%; transform: translateY(-50%); }
.west { left: 10%; top: 50%; transform: translateY(-50%); }
.northeast { top: 10%; right: 10%; }
.northwest { top: 10%; left: 10%; }
.southeast { bottom: 10%; right: 10%; }
.southwest { bottom: 10%; left: 10%; }

/* Energy Flow Info Styles */
.energy-flow-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}
.preview-card a.btn.btn-primary {
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-card {
    background: white;
    border-radius: 15px;
    padding: 15px;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.info-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 6px;
}

.info-card h4 i {
    margin-right: 0.5rem;
    color: #fdbb2d;
}

.info-card p {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

/* Responsive Styles for Root Causes Section */
@media (max-width: 991.98px) {
    .energy-flow-info {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .floor-plan-wrapper {
        margin: 2rem 0;
    }
}

@media (max-width: 767.98px) {
    .energy-flow-info {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .cause-card {
        margin-bottom: 1.5rem;
    }
    
    .zone-indicator {
        font-size: 0.8rem;
        padding: 0.3rem 0.8rem;
    }
}

/* Add any custom styles below this line */

/* Future Benefits Section Styles */
.future-benefits {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

/* .future-benefits::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="%23e9ecef"/></svg>');
    opacity: 0.3;
    z-index: 0;
} */

.comparison-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

.comparison-card.before {
    border: 1px solid rgba(220, 53, 69, 0.1);
}

.comparison-card.after {
    border: 1px solid rgba(40, 167, 69, 0.1);
}

.comparison-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.card-header i {
    font-size: 2rem;
}

.comparison-card.before .card-header i {
    color: #dc3545;
}

.comparison-card.after .card-header i {
    color: #28a745;
}

.card-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.comparison-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comparison-list li {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.comparison-list li:hover {
    background: rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}

.comparison-list li i {
    font-size: 1.2rem;
    margin-right: 1rem;
}

.comparison-card.before .comparison-list li i {
    color: #dc3545;
}

.comparison-card.after .comparison-list li i {
    color: #28a745;
}

.comparison-list li span {
    color: #495057;
    font-weight: 500;
}

.validation-box {
    background: linear-gradient(135deg, #1a2a6c 0%, #fdbb2d 100%);
    border-radius: 20px;
    padding: 3rem;
    color: white;
    position: relative;
    overflow: hidden;
}

.validation-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="%23ffffff"/></svg>');
    opacity: 0.1;
}

.validation-content {
    position: relative;
    z-index: 1;
}

.validation-content i {
    font-size: 3rem;
    color: #fdbb2d;
    margin-bottom: 1.5rem;
}

.validation-content h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.validation-content p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0;
}

/* Responsive Styles for Future Benefits Section */
@media (max-width: 991.98px) {
    .comparison-card {
        margin-bottom: 2rem;
    }
    
    .validation-content h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .card-header {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .validation-box {
        padding: 2rem;
    }
    
    .validation-content h3 {
        font-size: 1.3rem;
    }
    
    .validation-content p {
        font-size: 1rem;
    }
}

/* Add any custom styles below this line */

/* Why Choose Us Section Styles */
.why-choose-us {
    /* background: linear-gradient(135deg, #FFC107 0%, #FF9800 100%); */
    position: relative;
    overflow: hidden;
    background: #fdbb2d;
}
section.why-choose-us a.btn.btn-primary.btn-lg {
    background-color: #ffff;
    color: #000;
}
section.why-choose-us .badge-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgb(81 78 78);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    color: #ffff;
}
section.why-choose-us .badge-item span {
    color: #ffffff;
    font-weight: 500;
    font-size: 0.95rem;
}
/* .why-choose-us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="%23e9ecef"/></svg>');
    opacity: 0.3;
    z-index: 0;
} */
/* section.final-cta.py-5 span {
    color: #fff;
} */
.feature-card {
    background: white;
    border-radius: 20px;
    padding: 16px;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1a2a6c 0%, #fdbb2d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.feature-icon i {
    font-size: 1.8rem;
    color: white;
}

.feature-icon_n {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1a2a6c 0%, #fdbb2d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.feature-icon_n i {
    font-size: 1.8rem;
    color: white;
}

.feature-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.feature-card p {
    color: #6c757d;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 0.95rem;
}

.feature-tag {
    display: inline-block;
    background: rgba(253, 187, 45, 0.1);
    color: #fdbb2d;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.badge-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.badge-item i {
    color: #fdbb2d;
    font-size: 1.2rem;
}

.badge-item span {
    color: #ffffff;
    font-weight: 500;
    font-size: 0.95rem;
}

/* Responsive Styles for Why Choose Us Section */
@media (max-width: 991.98px) {
    .feature-card {
        margin-bottom: 16px;
    }
    
    .trust-badges {
        gap: 1rem;
    }
}

@media (max-width: 767.98px) {
    .feature-icon {
        width: 60px;
        height: 60px;
    }
    .feature-icon_n {
    margin: 0 auto;
}
    .feature-icon i {
        font-size: 1.5rem;
    }
    
    .feature-card h3 {
        font-size: 1.2rem;
    }
    
    .badge-item {
        padding: 0.8rem 1.5rem;
    }
    
    .badge-item span {
        font-size: 0.9rem;
    }
}

/* Add any custom styles below this line */

/* Report Contents Section Styles */
.report-contents {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.report-contents::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="%23e9ecef"/></svg>');
    opacity: 0.3;
    z-index: 0;
}

.report-tabs {
    position: relative;
    z-index: 1;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.tab-btn {
    background: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: #6c757d;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.tab-btn i {
    font-size: 1.2rem;
}

.tab-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    color: #2c3e50;
}

.tab-btn.active {
    background: linear-gradient(135deg, #1a2a6c 0%, #fdbb2d 100%);
    color: white;
}

.tab-content {
    position: relative;
}

.tab-pane {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.content-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.content-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-header i {
    font-size: 2rem;
    color: #fdbb2d;
}

.content-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.preview-image {
    position: relative;
    margin-bottom: 2rem;
}

.zone-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.zone {
    position: absolute;
    background: rgba(26, 42, 108, 0.8);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background: rgba(253, 187, 45, 0.1);
    border-radius: 10px;
}

.feature-list li i {
    color: #fdbb2d;
}

.room-grades {
    display: grid;
    gap: 1.5rem;
}

.grade-item {
    background: rgba(0, 0, 0, 0.02);
    padding: 1.5rem;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.grade-item:hover {
    background: rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}

.grade-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.grade-header h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.grade-badge {
    padding: 0.3rem 1rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
}

.grade-badge.excellent {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.grade-badge.good {
    background: rgba(253, 187, 45, 0.1);
    color: #fdbb2d;
}

.grade-badge.needs-work {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.dosha-list, .remedy-list {
    display: grid;
    gap: 1.5rem;
}

.dosha-item, .remedy-item {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.dosha-item:hover, .remedy-item:hover {
    background: rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}

.dosha-icon, .remedy-icon {
    width: 50px;
    height: 50px;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dosha-icon i {
    color: #dc3545;
    font-size: 1.5rem;
}

.remedy-icon {
    background: rgba(253, 187, 45, 0.1);
}

.remedy-icon i {
    color: #fdbb2d;
    font-size: 1.5rem;
}

.dosha-content h4, .remedy-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.dosha-content p, .remedy-content p {
    color: #6c757d;
    margin: 0;
    font-size: 0.95rem;
}

.summary-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
}

.score-circle {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #1a2a6c 0%, #fdbb2d 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 1rem auto;
}

.score {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.score-label {
    font-size: 1rem;
    opacity: 0.9;
}

.key-recommendations ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.key-recommendations li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background: rgba(253, 187, 45, 0.1);
    border-radius: 10px;
}

.key-recommendations li::before {
    content: '•';
    color: #fdbb2d;
    font-size: 1.5rem;
}

.sample-preview {
    position: relative;
}

.preview-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.preview-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 42, 108, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 2rem;
    text-align: center;
}

.preview-overlay i {
    font-size: 3rem;
    color: #fdbb2d;
    margin-bottom: 1rem;
}

.preview-overlay h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.preview-overlay p {
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

/* Responsive Styles for Report Contents Section */
@media (max-width: 991.98px) {
    .tab-buttons {
        gap: 0.5rem;
    }
    
    .tab-btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .summary-content {
        grid-template-columns: 1fr;
    }
    
    .score-circle {
        width: 120px;
        height: 120px;
    }
    
    .score {
        font-size: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .tab-buttons {
        flex-direction: column;
    }
    
    .tab-btn {
        width: 100%;
        justify-content: center;
    }
    
    .content-header {
        flex-direction: column;
        text-align: center;
    }
    
    .dosha-item, .remedy-item {
        flex-direction: column;
        text-align: center;
    }
    
    .dosha-icon, .remedy-icon {
        margin: 0 auto;
    }
}

/* Add any custom styles below this line */

/* Doorstep Service Section Styles */
.doorstep-service {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.doorstep-service::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="%23e9ecef"/></svg>');
    opacity: 0.3;
    z-index: 0;
}

.service-badge {
    display: inline-block;
    background: rgba(253, 187, 45, 0.1);
    color: #fdbb2d;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.9rem;
}

.service-content {
    position: relative;
    z-index: 1;
}

.service-features {
    margin-top: 2rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1a2a6c 0%, #fdbb2d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 1.5rem;
    color: white;
}

.feature-text h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.feature-text p {
    color: #6c757d;
    margin: 0;
    font-size: 0.95rem;
}

.service-image {
    position: relative;
    z-index: 1;
}

.image-wrapper {
    position: relative;
}

.main-image {
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.floating-card {
    position: absolute;
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    animation: float 3s ease-in-out infinite;
}

.floating-card i {
    color: #fdbb2d;
    font-size: 1.2rem;
}

.floating-card span {
    font-weight: 500;
    color: #2c3e50;
}

.card-1 {
    top: 10%;
    left: -10%;
    animation-delay: 0s;
}

.card-2 {
    top: 50%;
    right: -10%;
    animation-delay: 1s;
}

.card-3 {
    bottom: 10%;
    left: 20%;
    animation-delay: 2s;
}

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

.service-process {
    position: relative;
    z-index: 1;
}

.process-card {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.process-number {
    font-size: 3rem;
    font-weight: 700;
    color: rgba(26, 42, 108, 0.1);
    line-height: 1;
    margin-bottom: 1rem;
}

.process-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1a2a6c 0%, #fdbb2d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.process-icon i {
    font-size: 2rem;
    color: white;
}

.process-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.process-card p {
    color: #6c757d;
    margin: 0;
    font-size: 0.95rem;
}

/* Responsive Styles for Doorstep Service Section */
@media (max-width: 991.98px) {
    .service-image {
        margin-top: 3rem;
    }
    
    .floating-card {
        padding: 0.8rem 1.2rem;
    }
    
    .floating-card span {
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) {
    .feature-item {
        flex-direction: column;
        text-align: center;
    }
    
    
    
    .floating-card {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin: 1rem 0;
        animation: none;
    }
    
    .process-card {
        margin-bottom: 2rem;
    }
}

/* Measurement Process Section Styles */
.measurement-process {
    background-color: #f8f9fa;
    position: relative;
}

.measurement-process .section-title {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.measurement-process .section-subtitle {
    color: #6c757d;
    font-size: 1.2rem;
    margin-bottom: 3rem;
}

.process-step {
    background: #ffffff;
    border-radius: 10px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.process-step .step-number {
    font-size: 3rem;
    font-weight: 700;
    color: #e9ecef;
    position: absolute;
    top: 1rem;
    right: 1rem;
    line-height: 1;
}

.process-step h3 {
    color: #2c3e50;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 1rem;
}

.process-step h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #686868;
}

.process-step p {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.service-highlights {
    margin-top: 4rem;
}

.highlight-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.highlight-item i {
    color: #28a745;
    font-size: 1.5rem;
    margin-right: 1rem;
}

.highlight-item span {
    color: #2c3e50;
    font-size: 16px;
    font-weight: 500;
}

.measurement-process .btn-primary {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
    transition: all 0.3s ease;
}

.measurement-process .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
}

.measurement-process .btn-primary i {
    margin-right: 0.5rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .measurement-process .section-title {
        font-size: 2rem;
    }
    
    .process-step {
        padding: 1.5rem;
    }
    
    .process-step .step-number {
        font-size: 2.5rem;
    }
    
    .process-step h3 {
        font-size: 1.3rem;
    }
    
    .highlight-item {
        padding: 0.8rem;
    }
    
    .highlight-item span {
        font-size: 1rem;
    }
    
    .measurement-process .btn-primary {
        padding: 0.8rem 1.5rem;
        font-size: 1.1rem;
    }
}

/* FAQ Section Styles */
.faq-section {
    background-color: #f8f9fa;
}

.faq-section .card {
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border-radius: 16px;
}

.faq-section .card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.faq-section .card-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 1rem;
}

.faq-section .btn-link {
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 1rem 3rem 1rem 1rem;
    position: relative;
    display: flex;
    align-items: center;
}

.faq-section .btn-link:hover {
    color: #1a1a1a;
    text-decoration: none;
}

.faq-section .btn-link i.fa-question-circle {
    margin-right: 10px;
    color: #202020;
    flex-shrink: 0;
    font-size: 20px;
}

.faq-section .arrow-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    color: #303030;
    font-size: 1rem;
}

.faq-section .btn-link[aria-expanded="true"] .arrow-icon {
    transform: translateY(-50%) rotate(180deg);
}

.faq-section .btn-link span {
    flex: 1;
    padding-right: 1rem;
}

.faq-section .card-body {
    padding: 1.5rem;
    color: #666;
    line-height: 1.6;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .faq-section .btn-link {
        padding: 0.8rem 2.5rem 0.8rem 0.8rem;
        font-size: 0.95rem;
    }
    
    .faq-section .arrow-icon {
        right: 0.8rem;
    }
}

/* Testimonials Section */
.testimonials-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

.testimonials-slider {
    padding: 20px 10px 60px;
    overflow: hidden;
}

.testimonials-slider .swiper-slide {
    height: auto;
    transition: transform 0.3s ease;
}

.testimonial-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

/* Swiper Navigation Buttons */
.testimonials-slider .swiper-button-next,
.testimonials-slider .swiper-button-prev {
    color: #1a2a6c;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.testimonials-slider .swiper-button-next:after,
.testimonials-slider .swiper-button-prev:after {
    font-size: 18px;
}

.testimonials-slider .swiper-button-next:hover,
.testimonials-slider .swiper-button-prev:hover {
    background: #1a2a6c;
    color: white;
}

/* Swiper Pagination */
.testimonials-slider .swiper-pagination {
    bottom: 0;
}

.testimonials-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #1a2a6c;
    opacity: 0.5;
}

.testimonials-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fdbb2d;
}

/* Rest of the testimonial styles remain the same */
.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.client-image {
    width: 80px;
    height: 80px;
    margin-right: 1rem;
    border-radius: 50%;
    overflow: hidden;
}

.client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.client-info h4 {
    margin: 0;
    color: #2c3e50;
    font-size: 1.2rem;
    font-weight: 600;
}

.location {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0.25rem 0 0;
    display: flex;
    align-items: center;
}

.location i {
    margin-right: 0.5rem;
    color: #e74c3c;
}

.before-after {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.before, .after {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 10px;
}

.before h5, .after h5 {
    color: #2c3e50;
    font-size: 1rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.before ul, .after ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.before li, .after li {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.before li i {
    color: #e74c3c;
    margin-right: 0.5rem;
}

.after li i {
    color: #2ecc71;
    margin-right: 0.5rem;
}

.quote {
    position: relative;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 10px;
    margin-top: 1.5rem;
}

.quote i.fa-quote-left {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #3498db;
    font-size: 1.5rem;
    opacity: 0.3;
}

.quote p {
    margin: 0;
    padding-left: 2rem;
    font-style: italic;
    color: #2c3e50;
    line-height: 1.6;
}

.rating {
    margin-top: 1rem;
    text-align: right;
}

.rating i {
    color: #f1c40f;
    margin-left: 0.25rem;
}

@media (max-width: 768px) {
    .testimonial-card {
        padding: 1.5rem;
    }

    .client-image {
        width: 60px;
        height: 60px;
    }

    .before-after {
        grid-template-columns: 1fr;
    }

    .quote {
        padding: 1rem;
    }

    .quote p {
        font-size: 0.9rem;
    }

    .testimonials-slider .swiper-button-next,
    .testimonials-slider .swiper-button-prev {
        display: none;
    }
}

/* Pricing Plans Section Styles */
.pricing-plans {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}



.pricing-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pricing-card.featured {
    border: 2px solid #fdbb2d;
    transform: scale(1.05);
}

.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.popular-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #fdbb2d;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(253, 187, 45, 0.3);
}

.plan-header {
    text-align: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.plan-header h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.price {
    margin: 1.5rem 0;
}

.currency {
    font-size: 1.5rem;
    font-weight: 500;
    color: #2c3e50;
    vertical-align: top;
}

.amount {
    font-size: 3.5rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1;
}

.plan-subtitle {
    color: #6c757d;
    font-size: 1rem;
    margin: 0;
}

.plan-features {
    margin-bottom: 2rem;
}

.plan-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plan-features li {
    display: flex;
    align-items: center;
    padding: 0.8rem 0;
    color: #495057;
    font-size: 18px;
}

.plan-features li i {
    margin-right: 1rem;
    font-size: 1.2rem;
}

.feature-included i {
    color: #28a745;
}

.feature-excluded i {
    color: #dc3545;
}

.plan-footer {
    text-align: center;
}

.plan-footer .btn {
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.plan-footer .btn-primary {
    background: linear-gradient(135deg, #1a2a6c 0%, #fdbb2d 100%);
    border: none;
    box-shadow: 0 4px 15px rgba(253, 187, 45, 0.3);
}

.plan-footer .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(253, 187, 45, 0.4);
}

.plan-footer .btn-outline-primary {
    border: 2px solid #fdbb2d;
    color: #fdbb2d;
}

.plan-footer .btn-outline-primary:hover {
    background: linear-gradient(135deg, #1A2A6C 0%, #B21F1F 50%, #FDBB2D 100%);
    color: white;
    transform: translateY(-2px);
}

.pricing-note {
    margin-top: 3rem;
}

.pricing-note p {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
}

.pricing-note i {
    color: #fdbb2d;
}

/* Responsive Styles for Pricing Plans */
@media (max-width: 991.98px) {
    .pricing-card.featured {
        transform: scale(1);
    }
    
    .pricing-card.featured:hover {
        transform: translateY(-10px);
    }
}

@media (max-width: 767.98px) {
    .pricing-card {
        margin-bottom: 0px;
    }
    .btn-primary {
    padding: 16px 22px !important;
    font-weight: 500;
    font-size: 18px;
}

.hero-content .lead {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    opacity: 0.9;
    width: 100% !important;
    margin: 0 auto;
}
    .trust-item {
        padding: 0.5rem;
    }
    .energy-flow-info {
       
        margin-top: 0rem;
    }
    .amount {
        font-size: 3rem;
    }
    
    .plan-header h3 {
        font-size: 1.5rem;
    }
    
    .plan-features li {
        font-size: 0.9rem;
    }
}

/* Final CTA Section */
.final-cta {
    background: linear-gradient(135deg, #1a2a6c 0%, #fdbb2d 100%);
    position: relative;
    overflow: hidden;
    color: white;
}

.final-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="%23ffffff" opacity="0.1"/></svg>');
    opacity: 0.3;
}

.cta-wrapper {
    position: relative;
    z-index: 1;
    padding: 4rem 0;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.cta-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.badge-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.badge-item i {
    font-size: 1.2rem;
}

.badge-item span {
    font-size: 0.95rem;
    font-weight: 500;
}

.cta-button-wrapper {
    margin-top: 2rem;
}

.cta-button-wrapper .btn {
    padding: 1rem 2.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    background: white;
    color: #1a2a6c;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.cta-button-wrapper .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    background: #f8f9fa;
}

.cta-button-wrapper .btn i {
    margin-right: 0.5rem;
}

@media (max-width: 767.98px) {
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-subtitle {
        font-size: 1.1rem;
    }
    
    .trust-badges {
        gap: 1rem;
    }
    
    .badge-item {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .cta-button-wrapper .btn {
        padding: 0.875rem 2rem;
        font-size: 16px;
    }
}

.auth-form-wrapper {
    position: relative;
    z-index: 2;
    padding: 2rem;
}

.auth-form {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    max-width: 550px;
    margin: 0 auto;
}

.form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.form-header h3 {
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.form-header p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
}

.form-step {
    transition: all 0.3s ease;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    color: white;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}

.input-group {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.input-group-text {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    font-weight: 500;
}

.form-control {
    background: transparent;
    border: none;
    color: rgb(0, 0, 0);
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-control:focus {
    background: white;
    box-shadow: none;
    color: black;
}

.otp-inputs {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: 1rem 0;
}

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    background: rgb(255 255 255);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: black;
    transition: all 0.3s ease;
}

.otp-input:focus {
    border-color: #fdbb2d;
    outline: none;
    background: rgba(255, 255, 255, 0.15);
}

.otp-timer {
    text-align: center;
    margin: 1rem 0;
    color: white;
}

.otp-timer #timer {
    font-weight: 500;
    margin-right: 1rem;
}

.btn-link {
    color: #fdbb2d;
    text-decoration: none;
    padding: 0;
}

.btn-link:hover {
    color: #fff;
    text-decoration: none;
}

.btn-link:disabled {
    color: rgba(255, 255, 255, 0.4);
}

.form-footer {
    margin-top: 2rem;
    text-align: center;
}

.secure-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    color: white;
}

.secure-badge i {
    color: #fdbb2d;
}

.btn-block {
    width: 100%;
    margin-bottom: 1rem;
}

.btn-outline-secondary {
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.btn-outline-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

@media (max-width: 768px) {
    .auth-form {
        padding: 1.5rem;
    }

    .form-header h3 {
        font-size: 1.5rem;
    }

    .otp-inputs {
        gap: 0.5rem;
    }

    .otp-input {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

.auth-form button.btn.btn-primary.btn-block {
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    background: linear-gradient(to bottom, #1a1a1a, #2c3e50);
    color: #fff;
    padding: 4rem 0 2rem;
}

.footer-section h4 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer-section h5 {
    color: #fdbb2d;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-contact p {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.footer-contact i {
    color: #fdbb2d;
    margin-right: 10px;
    width: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #fdbb2d;
    transform: translateX(5px);
}

.newsletter-form .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 0.75rem;
}

.newsletter-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-form .btn {
    padding: 0.75rem 1.5rem;
    background: #fdbb2d;
    border: none;
}

.newsletter-form .btn:hover {
    background: #ff9f0e;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #fdbb2d;
    color: #fff;
    transform: translateY(-3px);
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 2rem 0;
}

.footer-bottom {
    padding-top: 1rem;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.footer-bottom-links {
    display: flex;
    justify-content: flex-end;
    gap: 1.5rem;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #fdbb2d;
}

@media (max-width: 768px) {
    .footer {
        padding: 3rem 0 1rem;
    }
    .auth-form-wrapper {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px !important;
}
    .footer-section {
        margin-bottom: 2rem;
    }

    .footer-bottom-links {
        justify-content: center;
        margin-top: 1rem;
        flex-wrap: wrap;
    }

    .footer-bottom p {
        text-align: center;
    }
}
.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.footer .social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
}
.footer .social-link:hover {
    background: var(--primary-color);
    transform: translateY(-3px);
    color: white;
    text-decoration: none;
}
.mt-4.add_center {
    text-align: left;
}
.contact-info {
    text-align: left;
}
footer.footer h4 {
    text-align: left;
}
.dis-ac {
    text-align: left;
}
h1.vastudosh-d {
    font-weight: 600;
    font-size: 34px;
    color: #e19a00;
    margin-bottom: 14px;
}