body {
    background-color: #f8f9fa !important;
}
#google_translate_element{ 
    margin-bottom: 8px;
}
        .VIpgJd-ZVi9od-ORHb-OEVmcd { 
            display: none; !important
        }
        .goog-te-banner-frame.skiptranslate {
            display: none !important;
        }
#\:0\.targetLanguage > span > a > span:nth-child(5) {
	display: none !important;
}
#\:0\.targetLanguage > span > a > span:nth-child(3){
	display: none !important;

}
.goog-te-gadget-simple {
    background-color: white !important;
    color: #1e3a5f !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 2px 8px !important;
    font-size: 14px;
    margin-top: 8px;
    height: 26px;
}
        .goog-te-gadget-simple img {
            display: none;
        }
        .goog-te-gadget-simple::after {
            content: '▼';
            font-size: 12px;
            padding-left: 6px;
        }
        .goog-te-gadget-simple .goog-te-menu-value span {
            color: white !important;
        }
        .goog-te-gadget-simple .goog-te-menu-value span:first-child {
            display: none;
        }
        .goog-te-menu-value {
            display: flex;
            align-items: center;
        }
        .goog-te-gadget-icon {
            display: none !important;
        }
        .goog-logo-link, .goog-te-gadget .goog-te-footer {
            display: none !important;
        }
        .goog-te-banner-frame {
            display: none !important;
        }
        .goog-te-combo {
            background: white !important;
            color: #007b8a !important;
            border-radius: 4px !important;
            padding: 5px !important;
            font-size: 14px !important;
        }
        .goog-te-combo option {
            display: none;
        }
        .goog-te-combo option[value="es"]::before {
            content: "🇪🇸";
            display: inline-block;
            width: 20px;
            text-align: center;
        }
        .goog-te-combo option[value="de"]::before {
            content: "🇩🇪";
            display: inline-block;
            width: 20px;
            text-align: center;
        }
        .goog-te-combo option[value="fr"]::before {
            content: "🇫🇷";
            display: inline-block;
            width: 20px;
            text-align: center;
        }
        .goog-te-combo option[value="zh-CN"]::before {
            content: "🇨🇳";
            display: inline-block;
            width: 20px;
            text-align: center;
        }
        .goog-te-combo option[value="ja"]::before {
            content: "🇯🇵";
            display: inline-block;
            width: 20px;
            text-align: center;
        }
        .goog-te-combo option[value="ru"]::before {
            content: "🇷🇺";
            display: inline-block;
            width: 20px;
            text-align: center;
        }
        .goog-te-combo option[value="ar"]::before {
            content: "🇸🇦";
            display: inline-block;
            width: 20px;
            text-align: center;
        }
        .goog-te-combo option[value="hi"]::before {
            content: "🇮🇳";
            display: inline-block;
            width: 20px;
            text-align: center;
        }
        .goog-te-combo option[value="it"]::before {
            content: "🇮🇹";
            display: inline-block;
            width: 20px;
            text-align: center;
        }
        .goog-te-combo option[value="pt"]::before {
            content: "🇵🇹";
            display: inline-block;
            width: 20px;
            text-align: center;
        }
#content14-d > div > div {
margin-top: 45px !important;
}
/* CSS for the slider of the steps */
.slider-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 20px;
    color: white;
}

.slider-slide {
    display: none;
}

.slider-slide.active {
    display: flex;
    align-items: center;
}

.slider-image {
    flex: 1;
}

.slider-image img {
    width: 100%;
    max-height: 400px; /* Set a max-height to keep the images from being too large */
    object-fit: contain;
    border-radius: 10px;
}

.slider-text {
    flex: 1;
    padding-left: 20px;
}

.slider-text .slider-progress {
    display: flex;
    margin-bottom: 20px;
}

.slider-progress-step {
    display: inline-block;
    width: 60px;
    height: 5px;
    background-color: #ccc;
    border-radius: 5px;
    margin: 0 5px;
}

.slider-progress-step.active {
    background-color: #affff6;
}

.slider-text h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.slider-text p {
    font-size: 1em;
    color: #ccc;
}

.slider-button {
    background-color: #affff6; 
    color: black;
    padding: 15px 20px;
    border: none;
    border-radius: 30px;
    font-size: 1em;
    cursor: pointer;
    margin-top: 20px;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
    .row.flex-column-reverse {
        flex-direction: column !important;
    }

    .text-wrapper {
        margin-bottom: 20px;
    }

    .slider-container {
        max-width: 400px;
        margin: 50px auto;
        padding: 20px;
        border-radius: 20px;
        color: white;
    }

    .slider-slide {
        flex-direction: column;
        text-align: center;
    }

    .slider-slide img {
    /*    max-height: none; /* Remove max-height for mobile */
    }

    .slider-text {
        padding-left: 0;
        padding-top: 20px;
    }

    .slider-text .slider-progress {
        justify-content: center;
    }

    .slider-text h2 {
        font-size: 1.2em; /* Adjust font size for mobile */
    }

    .slider-text p {
        font-size: 0.9em; /* Adjust font size for mobile */
    }

    .slider-button {
        padding: 10px 15px; /* Adjust padding for mobile */
        font-size: 0.9em; /* Adjust font size for mobile */
    }
}

#profit-calculator > div > div > div > div > div.controls > div:nth-child(1) {
color: #004d40 !important; 
}

#profit-calculator > div > div > div > div > div.controls > div:nth-child(2) {
color: #004d40 !important; 
}

@keyframes blinkColors {
    0% { background-color: #007b8a; }
    50% { background-color: #004d74; }
    100% { background-color: #007b8a; }
}

#blinking-button {
    animation: blinkColors 1s infinite !important;
    transition: background-color 1s;
}



.header11 .col-12.col-md.text-center.text-md-start {
    width: 100% !important;
}
.header11 .text-wrapper {
    max-width: 100% !important; /* Set this to 100% to use the full width of the column */
    margin-bottom: 20px;
    text-align: left;
    /* Optional: You can also add padding or margin adjustments if needed */
}


.features-section .container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-around !important;
}

.features-section .card-wrapper {
    flex: 1 1 300px !important; /* Flex-grow, flex-shrink, flex-basis for responsive sizing */
    max-width: 400px !important; /* Ensure the cards are wider */
    margin: 15px !important; /* Margin around each card */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-sizing: border-box !important; /* Include padding and border in the element's total width and height */
}

.features-section .card-box {
    background-color: #ffffff !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    padding: 30px !important;
    transition: transform 0.3s ease-in-out !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important; /* Ensure full width */
    min-height: 100% !important; /* Ensure all cards have the same height */
    box-sizing: border-box !important; /* Include padding and border in the element's total width and height */
}

.features-section .card-box:hover {
    transform: translateY(-10px) !important;
    z-index: 1 !important; /* Ensure the hovered card is above others */
}

.features-section .card-title {
    font-family: 'Exo', sans-serif !important;
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
    margin-top: 15px !important;
    color: #333333 !important;
}

.features-section .mbr-iconfont {
    font-size: 3rem !important;
    color: #06c6d1 !important;
}

/* Responsive Design */
@media (max-width: 767px) {
    .features-section .card-wrapper {
        flex: 1 1 100% !important; /* Full width on smaller screens */
        max-width: 100% !important; /* Full width on smaller screens */
        margin-bottom: 20px !important; /* Adjust margin for smaller screens */
    }
}

.navbar {
    background-color: #0d0d0d !important; /* Dark background for the navbar */
    font-family: 'Exo', sans-serif !important; /* Using Exo font */
    padding: 10px 20px !important;
}

.navbar-toggler {
    border: none !important;
    background: transparent !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-nav .nav-item .nav-link {
    color: #ffffff !important; /* White color for nav links */
    font-size: 1.1rem !important;
    padding: 10px 15px !important;
    transition: color 0.3s ease !important;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #06c6d1 !important; /* Highlight color on hover */
}

.navbar-nav .nav-item .btn {
    background-color: #1e3a5f !important; /* Darker blue-teal button background */
    color: #ffffff !important; /* White text */
    border-radius: 5px !important;
    padding: 10px 20px !important;
    font-size: 1.1rem !important;
    transition: background-color 0.3s ease !important;
    text-align: center !important;
}

.navbar-nav .nav-item .btn:hover {
    background-color: #162d46 !important; /* Slightly darker shade on hover */
}

.navbar-buttons .btn {
    background-color: #1e3a5f !important;
    color: #ffffff !important;
}

/* Responsive Design */
@media (max-width: 767px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 1rem !important;
        padding: 8px 10px !important;
    }
    .navbar-nav .nav-item .btn {
        padding: 8px 15px !important;
        font-size: 1rem !important;
    }
}

.header11 {
    background: linear-gradient(45deg, #007b8a, #004d74) !important; /* Updated background gradient */
    padding: 60px 0 !important; /* Increased padding for better spacing */
    color: #ffffff !important; /* White text color */
}

.header11 .image-wrapper img {
    border-radius: 10px !important; /* Rounded corners for the image */
    
}

.header11 .text-wrapper {
    max-width: 600px !important; /* Limit text width for better readability */
    margin: 0 auto !important; /* Center text block on smaller screens */
}

.header11 .mbr-section-title {
    font-family: 'Exo', sans-serif !important;
    font-size: 1.7rem !important;
    line-height: 1.1 !important;
}

.header11 .mbr-text {
font-family: 'Exo', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;

}

.header11 .mbr-section-btn .btn {
    background-color: #1e3a5f !important; /* Darker blue-teal button background */
    color: #ffffff !important; /* White text */
    border-radius: 5px !important;
    padding: 10px 20px !important;
    font-size: 1.1rem !important;
    transition: background-color 0.3s ease !important;
}

.header11 .mbr-section-btn .btn:hover {
    background-color: #162d46 !important; /* Slightly darker shade on hover */
}
/* Increase height of the section */
#header11-2 .container {
    padding-top: 46px !important;
    padding-bottom: 0px !important;
}

.content6 {
    padding: 20px 0 !important; /* Reduced top and bottom padding */
    background-color:  /* Light grey background for contrast */
    color: #333333 !important;
}

.content6 .container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.content6 .content-text {
    font-family: 'Exo', sans-serif !important;
    font-size: 1.2rem !important;
    line-height: 1.6 !important;
    color: #333333 !important;
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 1100px !important; /* Increased max-width for better layout */
    padding: 40px 60px !important; /* Adjusted padding for better readability */
    border-radius: 15px !important; /* Rounded corners for text container */
    background-color: #ffffff !important; /* White background for text container */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important; /* Subtle shadow for text container */
}

.content6 .text-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 0 !important; /* Remove additional padding from text container */
}

/* Responsive Design */
@media (max-width: 767px) {
    .content6 .content-text {
        padding: 20px 30px !important; /* Adjusted padding for smaller screens */
        font-size: 1rem !important; /* Smaller font size for better readability on mobile */
    }
}

.unique-section {
    background-color: #f8f9fa !important; /* Light grey background for the section */
    padding: 60px 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.unique-section .image-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.unique-section .text-wrapper {
    padding: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.unique-section .mbr-section-title {
    color: #004d74;
}

.unique-section .mbr-text {
    color: #333;
}

@media (max-width: 768px) {
    .unique-section {
        padding: 30px 0;
    }
    .unique-section .text-wrapper {
        padding: 10px;
    }
  /*  .unique-section .mbr-section-title {
        font-size: 1.5rem;
    } */
    .unique-section .mbr-text {
        font-size: 0.9rem;
    }
}

.features23 {
    padding: 60px 0;
    background-color: #f8f9fa !important;
}

.icon-wrap {
    position: relative;
}

.icon-box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: background-color 0.3s ease-in-out;
    background-color: #004d74;
}

.step-number {
    font-size: 2rem;
    color: #ffffff;
}

@keyframes lightUp1 {
    from {
        background-color: #004d74;
    }
    to {
        background-color: #007b8a; /* Color 1 from theme */
    }
}

@keyframes lightUp2 {
    from {
        background-color: #004d74;
    }
    to {
        background-color: #00a8e8; /* Color 2 from theme */
    }
}

@keyframes lightUp3 {
    from {
        background-color: #004d74;
    }
    to {
        background-color: #007b8a; /* Color 3 from theme */
    }
}

@keyframes lightUp4 {
    from {
        background-color: #004d74;
    }
    to {
        background-color: #00a8e8; /* Color 4 from theme */
    }
}

@media (max-width: 767px) {
    .item {
        margin-bottom: 30px;
    }
}

.calculator {
    background-color: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    text-align: left;
    margin-top: 20px;
    color: #004d40; /* Dark green color */
    width: 100%;
    font-family: 'Roboto', sans-serif;
    background-image: url('assets/images/astro-background.png'); /* Use a relevant background image */
    background-size: cover;
    background-position: center;
}

.controls {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.slider-container, .mode-container {
    margin: 10px 0;
    width: 100%;
}

input[type="range"] {
    width: 100%;
}

#profit {
    font-size: 24px;
    font-weight: bold;
    color: #004d40; /* Dark green color */
    font-family: sans-serif;
}

.calculator h2 {
    color: #004d40; /* Dark green color */
    font-family: 'Orbitron', sans-serif;
}

.calculator p {
    color: #004d40; /* Dark green color */
}

.result {
    margin: 20px 0;
}

.rounded-input {
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}

.chart-container {
    position: relative;
    height: 400px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

canvas {
    max-width: 100%;
    max-height: 100%;
    margin-top: 20px;
}

/* Responsive Design */
@media (min-width: 769px) {
    .controls {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        max-width: 800px;
        margin: auto;
    }
    
    #gallery6-8 {
        background-color: #f8f9fa !important;
    }

    #gallery6-8 > div > div.mbr-section-head > h3 > strong {
        color: #196bb6 !important;
    }

    .slider-container, .mode-container {
        margin: 10px;
        width: auto;
    }
    input[type="range"] {
        width: 200px;
    }
    .rounded-input {
        width: auto;
    }
}

@media (max-width: 768px) {
    .controls {
        align-items: center;
    }
    input[type="range"] {
        width: 100%;
    }
    .rounded-input {
        width: 100%;
    }
    .chart-container {
        height: 300px; /* Adjust height for mobile devices */
    }
}

.gallery img {
    width: 100%;
    height: 300px; /* Adjust height as necessary */
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.slick-slide {
    padding: 10px;
}

.slick-dots {
    bottom: -30px; /* Adjust if needed */
}

.mbr-section-head {
    margin-bottom: 30px;
}

.bot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.title {
    font-size: 2rem;
    color: #004d74;
    margin-bottom: 20px;
}

.table-container {
    width: 100%;
    overflow-x: auto;
}

.investments-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1.2rem;
    min-width: 400px;
}

.investments-table thead tr {
    background-color: #00647f;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}

.investments-table th,
.investments-table td {
    padding: 12px 15px;
}

.investments-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.investments-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.investments-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.investments-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
