﻿
body {
    font-family: "Nova Square", serif;
    font-weight: 800;
    font-style: bold;
    background: rgb(131, 109, 63);
    overflow-x: hidden;
}
/* Placeholder color change for all input fields */
::placeholder {
    color: wheat; /* Goldenrod color */
    opacity: 1; /* Fully visible */
}

/* For better browser compatibility */
::-webkit-input-placeholder {
    color: wheat;
}

::-moz-placeholder {
    color: wheat;
}

:-ms-input-placeholder {
    color: wheat;
}

:-moz-placeholder {
    color: wheat;
}


.navbar {
    background-color: #463510;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-weight: bold;
}

.img-ai {
    position: relative;
    /* Base positioning */
    color: #45B5FF;
    z-index: 3;
    top: 15%;
    height: 300px;
    width: 70%;
    border-radius: 35px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 5px 5px 5px #45B5FF;
}
/* Common styles for squares */

/* Custom Button Style */
.custom-login-btn {
    background: linear-gradient(145deg, rgb(198 175 125) 0%, rgb(104 76 20) 100%)  ;/*linear-gradient(to right, #45B5FF 60%, #45B5FF 100%);*/
    color: white !important;
    border: none;
    border-radius: 50px;
    padding: 1px 15px;
    font-size: 16px;
    transition: all 0.3s ease;
}

    .custom-login-btn:hover {
        background: linear-gradient(145deg, rgb(198 175 125) 0%, rgb(104 76 20) 90%) ;/* linear-gradient(to right, #45B5FF 40%, #45B5FF 90%);*/
        transform: scale(1.05);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }


.custo-login-btn {
    background: linear-gradient(145deg, rgb(198 175 125) 0%, rgb(104 76 20) 100%) /* linear-gradient(to right, #00C6FF, #0072FF);*/ /* Cyan to Electric Blue Gradient */
    color: white !important;
    border: none;
    border-radius: 50px;
    /*            padding: 10px 25px;
*/ font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 15px rgba(0, 174, 255, 0.8); /* Blue Neon Glow */
    position: relative;
    overflow: hidden;
}

    /* Glowing Border Animation */
    .custo-login-btn::before {
        content: "";
        position: absolute;
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
        background: linear-gradient(45deg, #00C6FF, #0072FF, #0044FF, #00C6FF);
        border-radius: 50px;
        z-index: -1;
        filter: blur(8px);
        opacity: 0.8;
        animation: glow-animation 1.5s infinite linear alternate;
    }

@keyframes glow-animation {
    0% {
        filter: blur(8px);
        opacity: 0.6;
    }

    100% {
        filter: blur(15px);
        opacity: 1;
    }
}

/* Hover Effect */
.custo-login-btn:hover {
    background: linear-gradient(to right, #00E5FF, #0066FF);
    transform: scale(1.15);
    box-shadow: 0 0 25px rgba(0, 174, 255, 1); /* Stronger Glow */
    filter: brightness(1.3);
}

/* Active Click Effect */
.custo-login-btn:active {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 100, 255, 0.9);
}


.rounded-button {
    border-radius: 50%;
    padding: 15px;
    transition: all 0.3s ease-in-out;
}

.search-rounded-button:hover {
    background-color: #0056b3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.square-block {
    width: 100%;
    max-width: 450px;
    /* Limits the size of squares */
    aspect-ratio: 1;
    flex: 1;
    /* Maintains a perfect square shape */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    position: sticky;
}

/* Footer Background Section */
.footer-z-0 {
    height: 70px; /* Adjust height for better visibility */
    background-color: #dfce9e;
    z-index: 0; /* Position below the footer content */
    transform: translateY(-30px); /* Moves it slightly above */
    border-radius: 50px 50px 0 0; /* Optional: Rounded footer edges */
}

.footer-z-1 {
    background-color: #463510;
    z-index: 1;
    position: relative;
    color: #ffffff;
    border-radius: 50px 50px 0 0; /* Optional: Rounded footer edges */
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

/* Social Media Icons */
.bi {
    cursor: pointer;
    transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}

    .bi:hover {
        transform: scale(1.1);
        color: #45b5ff;
    }

/* Input Group */
/**/

/* Copyright Section */
.copy-right {
    background-color: #121212;
    color: #bbb;
    font-size: 14px;
}

.rounded-button {
    border-radius: 50%;
    padding: 15px;
    transition: all 0.3s ease-in-out;
}

.search-rounded-button:hover {
    background-color: #0056b3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive Padding */
footer .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.features,
.benefits {
    padding: 50px 0;
    text-align: center;
}

    .features .icon,
    .benefits .icon {
        font-size: 2rem;
        color: #007bff;
        margin-bottom: 15px;
    }

.features-circle {
    width: 100%;
    max-width: 100px;
    /* Limits the size of squares */
    aspect-ratio: 1;
    /* Maintains a perfect square shape */
    left: 68%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    /* Optional: Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.features-circle-1 {
    color: #ffffff;
    background: rgb(198, 234, 255);
    background: linear-gradient(145deg, rgb(198 175 125) 0%, rgb(104 76 20) 100%);/* linear-gradient(145deg, rgba(198, 234, 255, 1) 0%, rgba(69, 181, 255, 1) 100%);*/
    position: relative;
    /* Base positioning */
    z-index: 1;
    height: 100px;
    width: 100px;
    /* Places it below the second square */
    /* top: 61%; */
}

.bi-bar-chart::before {
    content: "\f17e";
    /* width: 10px; */
    font-family: 'bootstrap-icons';
    font-size: 3rem;
    /* display: inline-block; */
    line-height: 1;
    /* top: 10px; */
}

.bi-file-earmark-text::before {
    content: "\f36b";
    /* width: 10px; */
    font-family: 'bootstrap-icons';
    font-size: 3rem;
    /* display: inline-block; */
    line-height: 1;
    /* top: 10px; */
}

.bi-card-list::before {
    content: "\f227";
    /* width: 10px; */
    font-family: 'bootstrap-icons';
    font-size: 3rem;
    /* display: inline-block; */
    line-height: 1;
    /* top: 10px; */
}

.bi-bar-chart-steps::before {
    content: "\f17d";
    /* width: 10px; */
    font-family: 'bootstrap-icons';
    font-size: 3rem;
    /* display: inline-block; */
    line-height: 1;
    /* top: 10px; */
}



.testimonials {
/*    background-color: #ffffff;
*/    /* Light background for better contrast */
    opacity: 0.9;
}

.card.shadow-sm .card-body p {
    color: #000000; /* Black text color */
    font-weight: bold; /* (Optional) Make text bold for better readability */
}

.card {
    border: none;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .card:hover {
        transform: scale(1.05);
        /* Slight zoom effect on hover */
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        /* Add shadow on hover */
    }

.card-body p {
    color: #ffffff;
    /* Darker text for better readability */
}

.card-body h5 {
    font-weight: bold;
    /* Matching the testimonial title color */
}

.card-body .text-muted {
    font-size: 0.9rem;
    color: #ffffff;
    /* Muted text for company names */
}


/* footer a {
            color: #ffffff;
            text-decoration: none;
        } */

/* Custom Button Style */


/* Common styles for squares */


/* Specific styles for the first square */
.square-3 {
    background-color: #45B5FF;
    position: absolute;
    /* Base positioning */
    z-index: -2;
    /* Places it below the second square */
    top: 220%;
    left: -15%;
}

/* Specific styles for the second square */
.square-4 {
    background-color: #74C7FE;
    position: absolute;
    /* Allows overlapping */
    top: 220%;
    left: -20%;
    /* Position above the first square */
    /* transform: translateY(-50%); Centers the second square vertically */
    z-index: -1;
    /* Places it above the first square */
}


.circle-3 {
    background: rgb(198, 234, 255);
    background: linear-gradient(79deg, rgba(198, 234, 255, 1) 0%, rgba(69, 181, 255, 1) 100%);
    position: absolute;
    /* Base positioning */
    z-index: 0;
    /* Places it below the second square */

    top: 271%;
    left: 18%;
    opacity: 67%;
}

.circle-4 {
    background: rgb(198, 234, 255);
    background: linear-gradient(179deg, rgba(198, 234, 255, 1) 0%, rgba(69, 181, 255, 1) 100%);
    position: absolute;
    /* Allows overlapping */
    top: 200%;
    /* Position above the first square */
    /* transform: translateY(-50%); Centers the second square vertically */
    z-index: 0;
    /* Places it above the first square */
    left: 10%;
}


.contact {
    padding: 50px 20px;
    /* Added horizontal padding for smaller screens */
    max-width: 100%;
    border-radius: 50px;
    margin: 10% 0;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    /* Optional: subtle shadow */
}

    .contact h2 {
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .contact label {
        font-size: 1rem;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .contact input,
    .contact textarea {
        border: none;
        border-bottom: 2px solid #45B5FF;
        background: transparent;
        font-size: 1rem;
        color: #45B5FF;
        outline: none;
    }

        .contact input::placeholder,
        .contact textarea::placeholder {
            color: rgba(69, 181, 255, 0.7);
            font-style: italic;
        }

    .contact textarea {
        resize: none;
        min-height: 100px;
    }


.remodal-is-initialized {
    display: inline-block;
}


/* Background Blur Effect on Open */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    filter: blur(5px);
    transition: all 0.4s ease-in-out;
}



/* Dark Transparent Overlay */
.remodal-overlay {
    background: rgba(15, 15, 15, 0.8);
    backdrop-filter: blur(10px);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

/* Modal Wrapper */
/*.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 100%;
    max-width: 750px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}*/

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch
}

    .remodal-wrapper:after {
        display: inline-block;
        height: 100%;
        margin-left: -.05em;
        content: ""
    }

.remodal {
    position: relative;
    outline: none;
    text-size-adjust: 100%;
}

/*.remodal, [data-remodal-id] {
    display: none;
}
*/
.remodal, .remodal-wrapper:after {
    vertical-align: middle;
}

/* Main Modal Box */
.remodal {
    box-sizing: border-box;
    width: 100%;
/*    max-width: 700px;
*/    margin-bottom: 10px;
    padding: 18px;
    transform: translate3d(0,0,0);
    color: #fff;
    box-shadow: 0 0 40px #1f1f1f;
    border-top: 5px solid #fd9500;
    background: #282828;
    transition: .3s;
    background: -moz-linear-gradient(left,#282828 0%,#353535 100%);
    background: -webkit-linear-gradient(left,#282828 0%,#353535 100%);
    background: linear-gradient(to right,#282828 0%,#353535 100%);
    background: #463510;

    /*width: 100%;
    max-width: 750px;
    padding: 40px;
    border-radius: 20px;
    background: rgba(30, 30, 30, 0.85);
    backdrop-filter: blur(12px);
    color: #fff;
    box-shadow: 0 0 30px rgba(0, 191, 255, 0.5);
    border: 2px solid rgba(0, 191, 255, 0.6);
    transition: all 0.4s ease-in-out;
    opacity: 0;
    transform: translateY(-20px);*/
}

/* Show Modal on Open */
.remodal-is-opened .remodal-wrapper {
    display: block;
}

.remodal-is-opened .remodal-overlay {
    display: block;
}

.remodal-is-opened .remodal {
    opacity: 1;
    transform: translateY(0);
}

/* Modal Header */
.remodal h1 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #00eaff;
    letter-spacing: 2px;
}

/* Close Button - Make it Visible */
.remodal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    font-size: 32px;
    font-weight: bold;
    color: #00eaff; /* Neon Cyan */
    background: transparent;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001; /* Make sure it's on top */
    cursor: pointer;
    transition: transform 0.3s ease, color 0.3s ease;
}

    /* Close Button Hover Effect */
    .remodal-close:hover {
        transform: rotate(90deg);
        color: #ff0077; /* Neon Pink Effect */
    }

    /* Close Button 'X' Symbol */
    .remodal-close:before {
        content: "✖"; /* Unicode for 'X' */
        font-family: Arial, sans-serif;
        font-size: 32px;
        text-align: center;
        display: block;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }


/* Confirm & Cancel Buttons */
.remodal-confirm, .remodal-cancel {
    font-size: 18px;
    font-weight: bold;
    padding: 12px 30px;
    margin: 15px 10px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
}

/* Neon Blue Confirm Button */
.remodal-confirm {
    background: linear-gradient(to right, #00c6ff, #0072ff);
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 191, 255, 0.8);
}

    .remodal-confirm:hover {
        background: linear-gradient(to right, #00e5ff, #0099ff);
        box-shadow: 0 0 25px rgba(0, 191, 255, 1);
        transform: scale(1.1);
    }

/* Neon Red Cancel Button */
.remodal-cancel {
    background: linear-gradient(to right, #ff4e50, #ff6a88);
    color: #fff;
    box-shadow: 0 0 15px rgba(255, 77, 77, 0.8);
}

    .remodal-cancel:hover {
        background: linear-gradient(to right, #ff3d4f, #ff80a0);
        box-shadow: 0 0 25px rgba(255, 77, 77, 1);
        transform: scale(1.1);
    }

/* Modal Open Animation */
@keyframes remodal-opening-keyframes {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Modal Close Animation */
@keyframes remodal-closing-keyframes {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-20px);
        opacity: 0;
    }
}



/* Main Form Container */
.maincontform {
    background: rgb(131, 109, 63); /* Dark Transparent */
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 191, 255, 0.3);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease-in-out;
}

    /* Input Fields */
    .maincontform input {
        width: 100%;
        padding: 12px;
        margin: 8px 0;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        font-size: 16px;
        transition: border 0.3s ease-in-out;
    }

        .maincontform input:focus {
            border-color: #00eaff;
            outline: none;
        }

/* Buttons */
.investButton1 {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    background: linear-gradient(to right, #00c6ff, #0072ff);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: none;
}

    .investButton1:hover {
        background: linear-gradient(to right, #00e5ff, #0099ff);
        box-shadow: 0 0 15px rgba(0, 191, 255, 0.7);
        transform: scale(1.05);
    }
.macblockline {
    position: relative;
    margin: 15px 0;
    padding: 18px;
    font-size: 18px;
    border-left: 5px solid #fd9500;
    text-shadow: 1px 1px 1px #333;
    box-shadow: 0 0 30px #1f1f1f;
    color: #fff;
    background: #282828;
    transition: .3s;
    background: -moz-linear-gradient(left, #282828 0%, #353535 100%);
    background: -webkit-linear-gradient(left, #282828 0%, #353535 100%);
    background: rgb(131, 109, 63);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828',endColorstr='#353535',GradientType=1);
}



.modaldesc {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    position: relative;
}

/* Modal Description */
/*.modaldesc {
    margin-top: 20px;
    padding: 15px;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #ddd;
    background: rgba(25, 25, 25, 0.8);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
}*/

    /* Modal Headings */
    /*.modaldesc h3 {
        font-size: 22px;
        font-weight: bold;
        margin: 20px 0;
        padding-left: 12px;
        border-left: 4px solid #00eaff;
        color: #00eaff;
    }*/

/* Error Messages */
.error {
    display: none;
    color: #ff4e50;
    font-size: 14px;
    margin-top: 5px;
}


.modallineflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.modallinewrap {
    width: 50%;
}

.modaldesc b {
    font-weight: 500;
}

.macblockline b {
    font-weight: 500;
}


.modallinewrapvalue {
    color: #fd9500;
    font-weight: 500;
    font-size: 42px;
    line-height: 1;
    margin-top: 8px;
}



.modallinewrapvalue img {
    height: 36px;
}

.modaldesc img {
    height: 18px;
    vertical-align: -3px;
}

.macblockline img {
    height: 20px;
    vertical-align: -4px;
}



.maindescbut {
    display: block;
    width: 100%;
    height: 46px;
    margin-top: 30px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #000;
    background: linear-gradient(145deg, rgb(198 175 125) 0%, rgb(104 76 20) 90%);
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #047d66;
    text-shadow: 1px 1px 1px #047d66;
    transition: .1s;
    cursor: pointer;
    text-transform: uppercase;
}



.dashmodal {
    width: 100%;
    height: 2px;
    background: url(../img/dash.png) center;
    margin-bottom: 35px;
}


@media screen and (max-width: 576px) {
    .modaldesc {
        margin-top: 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .modaldesc {
        margin-top: 30px;
    }
}

/* Responsive Adjustments */
@media (max-width: 600px) {
    .maincontform {
        padding: 15px;
    }

    .investButton1 {
        font-size: 16px;
    }

    .modaldesc {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .modallineflex {
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    .modallinewrap {
        width: 100%;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 576px) {
    .modallinewrapvalue {
        font-size: 30px;
    }
    .img-ai {        
        width: 100%;        
    }
}

@media screen and (max-width: 768px) {
    .modallinewrapvalue {
        font-size: 34px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 576px) {
    .modallinewrapvalue img {
        height: 26px;
    }
}

@media screen and (max-width: 768px) {
    .modallinewrapvalue img {
        height: 30px;
    }
}

@media screen and (max-width: 576px) {
    .maindescbut {
        font-size: 15px;
    }
}

@media screen and (max-width: 576px) {
    .maindescbut {
        height: 40px;
        margin-top: 20px;
        line-height: 38px;
        font-size: 16px;
    }
}

@media screen and (max-width: 576px) {
    .dashmodal {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .dashmodal {
        margin-bottom: 30px;
    }
}