body {
    font-family: 'Poppins', sans-serif;
    background-color: #f4f7f9;
    color: #333;
}

h1, h2, h5 {
    font-weight: 600;
    color: #2c3e50;
}

.hero-section {
    background: linear-gradient(135deg, #1a73e8, #34aadc);
    padding: 80px 0;
    color: white;
}

.hero-section p {
    font-size: 18px;
    margin-bottom: 20px;
}

.hero-section .btn {
    background-color: #ff4757;
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(255, 71, 87, 0.4);
}

.hero-video {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.section-heading {
    text-align: center;
    margin-bottom: 40px;
    color: #2c3e50;
}

.icon {
    font-size: 40px;
    color: #17a2b8;
    margin-bottom: 15px;
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

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

.form-section {
    background-color: #ffffff;
    padding: 50px 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-top: 40px;
}

.form-section .form-control {
    border-radius: 30px;
    padding: 15px;
}

.form-section .btn {
    background: linear-gradient(135deg, #1a73e8, #34aadc);
    color: white;
    border-radius: 30px;
    padding: 10px 25px;
    font-size: 18px;
    transition: background 0.3s ease;
}

.form-section .btn:hover {
    background: #1a73e8;
}

.footer {
    background-color: #2c3e50;
    color: white;
    padding: 20px 0;
    text-align: center;
    margin-top: 50px;
}

.footer p {
    margin-bottom: 0;
    font-size: 14px;
}


     /*good 6*/
 :root {
     --primary-color: #004aad; /* Dark Blue */
     --secondary-color: #00d4ff; /* Bright Teal */
     --accent-color: #f0932b; /* Orange */
     --background-color: #f4f7f9; /* Off-white */
     --button-gradient-start: #004aad; /* Blue */
     --button-gradient-end: #00d4ff; /* Teal */
     --card-shadow: rgba(0, 0, 0, 0.1);
     --hover-card-shadow: rgba(0, 0, 0, 0.2);
     --button-hover: #0056b3; /* Hover Darker Blue */
     --footer-bg-color: #004aad; /* Footer Background */
 }

:root {

    --input-bg: #ffffff; /* White */
    --input-border: #c0c0c0; /* Light Gray */
    --input-focus-border: #00b4d8; /* Bright Aqua */
    --label-color: #004e89; /* Deep Ocean Blue */
    --error-color: #d32f2f; /* Rose Red */
}



h1{
    color: #ffffff!important;
}

/*!*good 5*!*/
/*!*:root {*!*/
/*!*--primary-color: #006442; !* Dark Green *!*!*/
/*!*--secondary-color: #ffbd69; !* Light Orange *!*!*/
/*!*--accent-color: #d35400; !* Dark Orange *!*!*/
/*!*--background-color: #eaf8f3; !* Soft Greenish *!*!*/
/*!*--button-gradient-start: #006442; !* Dark Green *!*!*/
/*!*--button-gradient-end: #ffbd69; !* Light Orange *!*!*/
/*!*--card-shadow: rgba(0, 0, 0, 0.1);*!*/
/*!*--hover-card-shadow: rgba(0, 0, 0, 0.2);*!*/
/*!*--button-hover: #004d33; !* Darker Green *!*!*/
/*!*--footer-bg-color: #006442; !* Footer Background *!*!*/
/*!*}*!*/
/*!*h1{*!*/
/*!*color: #ffffff!important;*!*/
/*!*}*!*/




/*!*good 3*!*/
/*!*:root {*!*/
/*!*--primary-color: #6c5ce7; !* Soft Purple *!*!*/
/*!*--secondary-color: #fdcb6e; !* Pastel Yellow *!*!*/
/*!*--accent-color: #ff7675; !* Light Coral *!*!*/
/*!*--background-color: #f0f5ff; !* Light Blueish *!*!*/
/*!*--button-gradient-start: #6c5ce7; !* Soft Purple *!*!*/
/*!*--button-gradient-end: #fdcb6e; !* Pastel Yellow *!*!*/
/*!*--card-shadow: rgba(0, 0, 0, 0.1);*!*/
/*!*--hover-card-shadow: rgba(0, 0, 0, 0.2);*!*/
/*!*--button-hover: #a29bfe; !* Light Purple Hover *!*!*/
/*!*--footer-bg-color: #6c5ce7; !* Footer Background *!*!*/
/*!*}*!*/
/*!*h1{*!*/
/*!*color: #2c3e50 !important;*!*/
/*!*}*!*/





/*!*good 2*!*/
/*:root {*/
/*--primary-color: #004e89; !* Deep Ocean Blue *!*/
/*--secondary-color: #00b4d8; !* Bright Aqua *!*/
/*--accent-color: #90e0ef; !* Light Mint *!*/
/*--background-color: #e5f6ff; !* Soft Sky Blue *!*/
/*--button-gradient-start: #004e89; !* Deep Ocean Blue *!*/
/*--button-gradient-end: #00b4d8; !* Bright Aqua *!*/
/*--card-shadow: rgba(0, 180, 216, 0.2); !* Aqua Glow *!*/
/*--hover-card-shadow: rgba(0, 180, 216, 0.3); !* Aqua Glow Stronger *!*/
/*--button-hover: #0096c7; !* Slightly Darker Aqua *!*/
/*--footer-bg-color: #004e89; !* Deep Ocean Blue Footer *!*/
/*}*/
/*h1{*/
/*color: #2c3e50 !important;*/
/*}*/



/*!*good 1*!*/
/*:root {*/
/*--primary-color: #1c1c1c; !* Urban Charcoal *!*/
/*--secondary-color: #4caf50; !* Fresh Green *!*/
/*--accent-color: #ff5722; !* Vibrant Orange *!*/
/*--background-color: #f5f5f5; !* Light Gray *!*/
/*--button-gradient-start: #1c1c1c; !* Urban Charcoal *!*/
/*--button-gradient-end: #4caf50; !* Fresh Green *!*/
/*--card-shadow: rgba(0, 0, 0, 0.2); !* Cool Shadow *!*/
/*--hover-card-shadow: rgba(0, 0, 0, 0.3); !* Darker Shadow *!*/
/*--button-hover: #333333; !* Darker Charcoal *!*/
/*--footer-bg-color: #1c1c1c; !* Urban Charcoal Footer *!*/
/*}*/
/*h1{*/
/*color: #ffffff !important;*/
/*}*/





body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--background-color);
    color: #333;
}

h1, h2, h5 {
    font-weight: 600;
    color: var(--primary-color);
}

.hero-section {
    background: linear-gradient(135deg, var(--button-gradient-start), var(--button-gradient-end));
    padding: 80px 0;
    color: white;
}

.hero-section p {
    font-size: 18px;
    margin-bottom: 20px;
}

.hero-section .btn {
    background-color: var(--accent-color);
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.4);
}

.hero-video {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.section-heading {
    text-align: center;
    margin-bottom: 40px;
    color: var(--primary-color);
}

.icon {
    font-size: 40px;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 8px 25px var(--card-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 35px var(--hover-card-shadow);
}

.card h5 {
    font-weight: 500;
    color: var(--primary-color);
}

.form-section {
    background-color: #ffffff;
    padding: 50px 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-top: 40px;
}

.form-section .form-control {
    border-radius: 30px;
    padding: 15px;
    border: 1px solid var(--secondary-color);
}

.form-section .btn {
    background: linear-gradient(135deg, var(--button-gradient-start), var(--button-gradient-end));
    color: white;
    border-radius: 30px;
    padding: 10px 25px;
    font-size: 18px;
    transition: background 0.3s ease;
}

.form-section .btn:hover {
    background: var(--button-hover);
}

.footer {
    background-color: var(--footer-bg-color);
    color: white;
    padding: 20px 0;
    text-align: center;
    margin-top: 50px;
}

.footer p {
    margin-bottom: 0;
    font-size: 14px;
}

.hero-description-bold{
    color: var(--accent-color);
}


/* General Styles for the Mailchimp Form */
#mc_embed_signup {
    /*background: var(--background-color);*/
    /*color: var(--primary-color);*/
    /*font-family: Helvetica, Arial, sans-serif;*/
    width: 100%;
    max-width: 600px;
    /*padding: 20px;*/
    /*border-radius: 8px;*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
}

/* Form Heading */
#mc_embed_signup h2 {
    color: var(--primary-color);
    margin-bottom: 20px;
}

/* Form Labels */
.mc-field-group label {
    color: var(--label-color);
    display: block;
    margin-bottom: 5px;
}

/* Input Fields */
.mc-field-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--input-border);
    border-radius: 4px;
    background: var(--input-bg);
    margin-bottom: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

/* Focused Input Fields */
.mc-field-group input:focus {
    border-color: var(--input-focus-border);
    outline: none;
}

/* Submit Button */
input[type="submit"] {
    background: var(--accent-color);
    color: #ffffff;
    border: none;
    padding: 15px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
}

/* Button Hover */
input[type="submit"]:hover {
    background: var(--button-hover);
}

/* Error Message */
#mce-error-response {
    color: var(--error-color);
    font-size: 14px;
    margin-top: 10px;
}

/* Success Message */
#mce-success-response {
    color: var(--primary-color);
    font-size: 14px;
    margin-top: 10px;
}

/* Hide unnecessary fields */
[aria-hidden="true"] {
    display: none;
}


#mc_embed_shell{
    justify-content: center;
    display: flex;
}

.logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 200px; /* Adjust the width as needed */
}


.bg-white{
    background: white;
}
.alert {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    width: 90%;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
