/* Namari Landing Page Dynamic Style Index

1. Website Default Styling
2. Navigation
3. Primary and Secondary Colors
4. Banner
5. Typography
6. Buttons
7. Footer


/*------------------------------------------------------------------------------------------*/
/* 1. Website Default Styling */
/*------------------------------------------------------------------------------------------*/

/* Enhanced Color Palette */
:root {
    --primary-gold: #d2b356;
    --warm-gold: #e6c875;
    --deep-gold: #b89d3f;
    --sage-green: #8fbc8f;
    --soft-teal: #7fb3b3;
    --warm-coral: #ff8c69;
    --lavender: #c8a2c8;
    --midnight: #1f2937;
    --charcoal: #374151;
    --cream: #f9f6f2;
    --light-sage: #f0f8e8;
    --light-teal: #e8f4f4;
    --light-coral: #fff2ee;
    --light-lavender: #f8f2f8;
}

body {
    background: linear-gradient(135deg, #fff 0%, #f9f6f2 100%);
}


/* Default Link Color */

a {
    color: var(--primary-gold);
    transition: color 0.3s ease;
}

a:hover, #header.nav-solid nav a:hover {
    color: var(--deep-gold);
}

/* Default Icon Color */

.icon i {
    color: var(--primary-gold);
    transition: color 0.3s ease, transform 0.3s ease;
}

.icon:hover i {
    color: var(--deep-gold);
    transform: scale(1.1);
}

/* Border Color */

#banner .section-heading:before, .testimonial.classic footer:before {
    background: #d2b356;
}

.pricing-block-content:hover {
    border-color:#d2b356;
}


/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/


/* Transparent Navigation Color on a Banner */

#header nav a, #header i {
    color:#111;
}


/* Navigation Colors when the Navigation is sticky and solid */ 

#header.nav-solid, #header.nav-solid a, #header.nav-solid i, #nav-mobile ul li a {
    color:#333;
}


/* Navigation Active State */

#header.nav-solid .active {
    color: #d2b356;
    border-color: #d2b356;
}    



/*------------------------------------------------------------------------------------------*/
/* 3. Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/


/* Primary Background and Text Colors */

.primary-color, .featured .pricing {
    background-color:#d2b356;
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing, .featured .pricing p {
    color:#fff;    
}

.section-heading h2:after {
    background:#d2b356;
    content:"";
    display:block;
    width:30px;
    height:5px;
    margin-top:30px;
}

.text-center .section-heading h2:after {
    margin:30px auto 25px auto;
}

/* Primary Icon Colors */

.primary-color .icon i, .primary-color i {
    color:#fff;
}


/* Secondary Background and Text Colors */

.secondary-color {
    background-color:#f5f5f5;
}


/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/


/* Banner Background and Text Colors */

#banner {
    background: 
        linear-gradient(135deg, rgba(143, 188, 143, 0.1) 0%, rgba(210, 179, 86, 0.1) 50%, rgba(127, 179, 179, 0.1) 100%),
        url("../images/banner-images/banner-image-1.webp") no-repeat center top;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(210, 179, 86, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(143, 188, 143, 0.1) 0%, transparent 50%);
    pointer-events: none;
    animation: subtleFloat 6s ease-in-out infinite;
}

@keyframes subtleFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(1deg); }
}


/*------------------------------------------------------------------------------------------*/
/* 5. Typography */
/*------------------------------------------------------------------------------------------*/


body {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
    color: var(--midnight);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Logo, if you are using Fonts as Logo and not image

#logo h1 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

#logo h2 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

*/


/* Banner Typography */

#banner h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 62px;
    line-height: 60px;
    font-weight: 800;
    color: var(--midnight);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    animation: fadeInUp 1s ease-out;
}

#banner h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--charcoal);
    margin-top: 10px;
    animation: fadeInUp 1s ease-out 0.3s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Section Title and Subtitle */

.section-title {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 42px; 
    line-height: 48px;
    font-weight: 700;
    color: var(--midnight);
    margin-bottom: 16px;
}

.section-subtitle {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--charcoal);
    opacity: 0.8;
}

/* Testimonial */

.testimonial q {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 18px; 
    line-height: 1.7;
    font-weight: 400;
    color: var(--charcoal);
}

.testimonial.classic q, .testimonial.classic footer {
    color: var(--midnight);
}

.testimonial blockquote {
    color: var(--charcoal) !important;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
}

.testimonial footer {
    color: var(--charcoal) !important;
    font-weight: 500;
}


/* Standard Headings h1-h6 - Enhanced Hierarchy */

h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 48px; 
    line-height: 54px;
    font-weight: 700;
    color: var(--midnight);
    letter-spacing: -0.5px;
}

h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 38px; 
    line-height: 44px;
    font-weight: 600;
    color: var(--midnight);
    letter-spacing: -0.3px;
}

h3 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 32px; 
    line-height: 38px;
    font-weight: 700;
    color: var(--charcoal);
}

h4 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 24px; 
    line-height: 30px;
    font-weight: 600;
    color: var(--charcoal);
}

h5 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 20px; 
    line-height: 26px;
    font-weight: 500;
    color: var(--charcoal);
}

h6 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px; 
    line-height: 22px;
    font-weight: 500;
    color: var(--charcoal);
}


/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

/* ----------Default Buttons---------- */


/* Button Text */

.button, input[type="submit"]  {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:14px;
    font-weight:bold;
    color:#111;
}


/* Button Color */

.button, input[type="submit"] {
    border-color:#111;
}


/* Button Hover Color */

.button:hover,  input[type="submit"]:hover {
    border-color:#d2b356;
    color:#d2b356;
}


/* ----------Banner Buttons---------- */


/* Button Text */

#banner .button {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:16px;
    color:#111;
}


/* Button Color */

#banner .button {
    border-color:#111;
}


/* Button Hover Color */

#banner .button:hover {
    color:#d2b356;
    border-color:#d2b356;
}


/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer, #landing-footer p, #landing-footer a {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:12px;
    font-weight:normal;
    color:#999;
}

/* Footer Icon Color */

#landing-footer i {
    color:#999;
}

/*------------------------------------------------------------------------------------------*/
/* 8. Enhanced Visual Elements & Color Sections */
/*------------------------------------------------------------------------------------------*/

/* Challenges Section - Warm Coral Theme */
.challenges-section {
    background: linear-gradient(135deg, var(--light-coral) 0%, #fff 100%);
    position: relative;
}

.challenges-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 30%, rgba(255, 140, 105, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

.challenge-icon {
    background: linear-gradient(135deg, var(--warm-coral), #ff7b5a);
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 24px rgba(255, 140, 105, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.challenge-icon:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 32px rgba(255, 140, 105, 0.4);
}

.challenge-icon i {
    font-size: 32px;
    color: white !important;
}

/* About Section - Sage Green Theme */
.introduction {
    background: linear-gradient(135deg, var(--light-sage) 0%, var(--cream) 100%);
    position: relative;
}

.introduction .icon {
    background: linear-gradient(135deg, var(--sage-green), #7aa87a);
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 6px 20px rgba(143, 188, 143, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.introduction .icon:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 28px rgba(143, 188, 143, 0.4);
}

.introduction .icon i {
    color: white !important;
    font-size: 24px;
}

/* Services Section - Teal Theme */
#services {
    background: linear-gradient(135deg, #fcfcfc 0%, #f6f6f6 100%);
    position: relative;
}

#services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: radial-gradient(circle at 30% 70%, rgba(127, 179, 179, 0.1) 0%, transparent 60%); */
    pointer-events: none;
}

/* Testimonials Section - Lavender Theme */
.testimonials-section {
    background: linear-gradient(135deg, var(--light-lavender) 0%, var(--cream) 100%);
    position: relative;
}

.testimonial-card {
    background: white;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 8px 32px rgba(200, 162, 200, 0.15);
    border: 1px solid rgba(200, 162, 200, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(200, 162, 200, 0.25);
}

.quote-icon {
    color: var(--lavender);
    font-size: 24px;
    margin-bottom: 16px;
}

/* FAQ Section - Enhanced with subtle colors */
.faq-section {
    background: linear-gradient(135deg, #f8f9fa 0%, var(--cream) 100%);
}


/* Newsletter Section - Gold Theme */
.newsletter-section {
    background: linear-gradient(135deg, #fff 0%, var( --light-teal) 100%);
    color: black;
    position: relative;
    overflow: hidden;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(127, 179, 179, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

.newsletter-headline {
    color: var( --midnight) !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.newsletter-subheadline {
    color: var( --midnight) !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* Enhanced Button Styles */
.button {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.button:hover::before {
    left: 100%;
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(210, 179, 86, 0.3);
}

/* Floating Elements Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.icon-block {
    /* animation: float 3s ease-in-out infinite; */
    animation: slideInUp 1s ease-out 0.6s both;
}


.icon-block:nth-child(2) {
    animation-delay: 0.5s;
}

.icon-block:nth-child(3) {
    animation-delay: 1s;
}

.icon-block:nth-child(4) {
    animation-delay: 1.5s;
}

/* Enhanced Contrast & Readability */
p {
    color: var(--charcoal);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
}

.section-subtitle {
    color: var(--charcoal) !important;
    opacity: 0.9;
}

/* Better focus states for accessibility */
a:focus, .button:focus, input:focus {
    outline: 3px solid var(--primary-gold);
    outline-offset: 2px;
}

/* Enhanced banner content */
#banner-content {
    position: relative;
    z-index: 2;
}

#banner .button {
    animation: slideInUp 1s ease-out 0.6s both;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 2px solid var(--primary-gold);
    color: var(--midnight) !important;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 8px;
    margin: 0px;
}

#banner .button:hover {
    background: var(--primary-gold);
    color: white !important;
    transform: translateY(-3px) scale(1.05);
}

.button_subtext {
    animation: fadeInUp 1s ease-out 0.9s both;
    color: var(--charcoal) !important;
    font-weight: 500;
    margin-top: 12px;
    opacity: 0.8;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Particle animation for banner */
#banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, var(--primary-gold) 2px, transparent 2px),
        radial-gradient(circle at 75% 75%, var(--sage-green) 1px, transparent 1px),
        radial-gradient(circle at 45% 85%, var(--soft-teal) 1px, transparent 1px);
    background-size: 100px 100px, 150px 150px, 200px 200px;
    opacity: 0.1;
    animation: floatParticles 20s ease-in-out infinite;
    pointer-events: none;
}

@keyframes floatParticles {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
    }
    33% {
        transform: translateY(-20px) translateX(10px);
    }
    66% {
        transform: translateY(-10px) translateX(-5px);
    }
}

/* Section content spacing improvements */
.section-heading {
    margin-bottom: 48px;
}

.section-heading h3 {
    color: var(--primary-gold) !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

/* Icon improvements */
.challenge-item h4 {
    color: var(--midnight) !important;
    font-weight: 600;
    margin-bottom: 16px;
}

.challenge-item p {
    color: var(--charcoal) !important;
    line-height: 1.7;
}

.icon-block-description h4 {
    color: var(--midnight) !important;
    font-weight: 600;
    margin-bottom: 12px;
}

.icon-block-description p {
    color: var(--charcoal) !important;
    line-height: 1.6;
}