/* Infi Algo Custom Styles - Matching finoways.com */

body {
    background-color: #ffffff !important;
    color: #333333 !important;
}

.color-warning-theme {
    color: #D7BA63 !important;
}

/* Header Styles */
.navbar {
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    padding: 15px 0;
    border-bottom: 1px solid rgba(215, 186, 99, 0.3);
}

.navbar-nav {
    justify-content: center;
    width: 100%;
}

.navbar-nav .nav-link {
    color: #333333 !important;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 16px !important;
    margin: 0 5px;
    transition: all 0.3s ease;
    border-radius: 5px;
    text-align: center;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #D7BA63 !important;
    background-color: rgba(215, 186, 99, 0.1);
}

.navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851, 51, 51, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Button Styles */
.btn-primary {
    background-color: #1e3c72 !important;
    border-color: #1e3c72 !important;
}

.btn-primary:hover {
    background-color: #2a5298 !important;
    border-color: #2a5298 !important;
}

.btn-warning {
    background-color: #D7BA63 !important;
    border-color: #D7BA63 !important;
    color: #000 !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-warning:hover {
    background-color: #c4a85a !important;
    border-color: #c4a85a !important;
    color: #000 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(215, 186, 99, 0.3);
}
.videll{
    /* position: fixed; */
    /* position: absolute; */
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
    padding: 50px;
}
.content-box{
    width: 100%;
}
/* Hero Section */
.hero-section {
    background: url('https://png.pngtree.com/background/20230617/original/pngtree-kosovo-s-blockchain-and-cryptocurrency-market-3d-rendered-rising-charts-picture-image_3708603.jpg') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(255, 255, 255, 0.8); */
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

/* Trusted Section */
.trusted-section {
    background-color: #ffffff !important;
    padding: 60px 0;
}

.trusted-section h3 {
    color: #333333 !important;
    font-weight: 600;
    font-size: 2rem;
}

.trusted-section p {
    color: #666666 !important;
    font-size: 1.1rem;
}

/* Slider Section */
.broker-slider {
    background-color: #ffffff !important;
    overflow: hidden;
}

.broker-slider .slider-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: nowrap;
    animation: slideLeft 20s linear infinite;
    width: max-content;
}

@keyframes slideLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.broker-slider .broker-item {
    /* background: rgba(215, 186, 99, 0.1); */
    border: 1px solid rgba(215, 186, 99, 0.3);
    border-radius: 10px;
    /* padding: 20px; */
    /* text-align: center; */
    min-width: 150px;
    max-width: 150px;
    /* transition: transform 0.3s ease; */
    /* flex-shrink: 0; */
}

.broker-slider .broker-item:hover {
    transform: translateY(-5px);
    background: rgb(255 255 255);
    box-shadow: 0 10px 30px rgba(215, 186, 99, 0.2);
}

/* .broker-slider .broker-item img {
    max-width: 100px;
    height: auto;
    opacity: 0.9;
    transition: opacity 0.3s ease;
} */

.broker-slider .broker-item:hover img {
    opacity: 1;
}

/* Content Sections */
.content-section {
    background-color: #ffffff !important;
    color: #333333 !important;
}

.content-section h2 {
    color: #333333;
    font-weight: 700;
    font-size: 2.5rem;
}

.content-section h3 {
    color: #D7BA63  !important;
    font-weight: 600;
    font-size: 1.8rem;
}

.content-section p {
    color: #666666 !important;
    line-height: 1.7;
    font-size: 1rem;
}

.content-section .lead {
    color: #666666 !important;
    font-size: 1.1rem;
}

/* About Section Alignment 
.about-section .row {
    align-items: center;
}

.about-section .col-lg-6:first-child {
    order: 2;
}

.about-section .col-lg-6:last-child {
    order: 1;
}
*/

/* Trading Info Section Alignment 
.trading-info-section .row .col-lg-6:first-child {
    order: 1;
}

.trading-info-section .row .col-lg-6:last-child {
    order: 2;
}

.trading-info-section .row:nth-child(2) .col-lg-6:first-child {
    order: 2;
}

.trading-info-section .row:nth-child(2) .col-lg-6:last-child {
    order: 1;
}
*/

/* Trading Info Section */
.trading-info-section {
    background-color: #ffffff !important;
    color: #333333 !important;
}

.trading-info-section img {
    width: auto;
    height: auto;
    object-fit: fill;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trading-info-section img:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(215, 186, 99, 0.3);
}

/* Responsive adjustments for trading info images */
@media (max-width: 768px) {
    .trading-info-section img {
        width: 100%;
        height: auto;
        max-width: 493px;
        max-height: 335px;
    }
}

/* Cards */
.card {
    background-color: #ffffff !important;
    border: 1px solid rgba(215, 186, 99, 0.3) !important;
    color: #333333 !important;
    border-radius: 15px;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(215, 186, 99, 0.2);
}

.card-title {
    color: #333333 !important;
    font-weight: 600;
    font-size: 1.3rem;
}

.card-text {
    color: #666666 !important;
    line-height: 1.6;
}

.btn-outline-warning {
    color: #D7BA63 !important;
    border-color: #D7BA63 !important;
    border-radius: 25px;
    padding: 8px 20px;
    transition: all 0.3s ease;
}

.btn-outline-warning:hover {
    background-color: #D7BA63 !important;
    color: #000 !important;
    transform: translateY(-2px);
}

/* Client Feedback Section */
.client-feedback-section {
    background-color: rgba(215, 186, 99, 0.05) !important;
}

.feedback-card {
    height: 100%;
    max-height: 100%;
    background: #ffffff;
    border: 1px solid rgba(215, 186, 99, 0.3);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.feedback-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(215, 186, 99, 0.2);
}

.feedback-card .video-placeholder {
    width: 100%;
    height: 200px;
    background: rgba(215, 186, 99, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feedback-card .video-placeholder i {
    font-size: 3rem;
    color: #D7BA63;
}

/* Subscribe Section */
.subscribe-section {
    background-color: #D7BA63;
    position: relative;
}

.subscribe-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.subscribe-section .container {
    position: relative;
    z-index: 2;
}

.subscribe-section h3 {
    color: #333333 !important;
}

.subscribe-section p {
    color: #666666 !important;
}

/* Form Controls 
.form-control {
    background-color: rgba(215, 186, 99, 0.1) !important;
    border: 1px solid rgba(215, 186, 99, 0.3) !important;
    color: #D7BA63 !important;
    border-radius: 25px;
    padding: 12px 20px;
}


.form-control::placeholder {
    color: rgba(215, 186, 99, 0.7) !important;
}
*/

.form-control:focus {
    background-color: rgba(215, 186, 99, 0.1) !important;
    border-color: #D7BA63 !important;
    box-shadow: 0 0 0 0.2rem rgba(215, 186, 99, 0.25) !important;
    color: #333333 !important;
}

/* Footer */
footer {
    background-color: rgba(255, 255, 255, 0.95) !important;
    border-top: 1px solid rgba(215, 186, 99, 0.3);
    color: #333333 !important;
}

footer h5 {
    color: #333333 !important;
    font-weight: 600;
}

footer a {
    color: #666666 !important;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #D7BA63 !important;
}

footer .social-links a {
    color: #666666 !important;
    font-size: 1.5rem;
    margin: 0 10px;
    transition: all 0.3s ease;
}

footer .social-links a:hover {
    color: #D7BA63 !important;
    transform: translateY(-3px);
}

footer hr {
    border-color: rgba(215, 186, 99, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.5rem !important;
    }
    
    .broker-slider .slider-container {
        gap: 10px;
        /* animation: none; */
        flex-wrap: wrap;
        justify-content: center;
    }
    
    /* .broker-slider .broker-item {
        min-width: 120px;
        max-width: 120px;
        padding: 15px;
    } */
    
    .navbar-nav .nav-link {
        padding: 10px 0 !important;
        margin: 5px 0;
    }
    
    .btn-warning {
        margin-top: 10px;
        width: 100%;
    }
    
    .about-section .col-lg-6:first-child,
    .about-section .col-lg-6:last-child,
    .trading-info-section .row .col-lg-6:first-child,
    .trading-info-section .row .col-lg-6:last-child,
    .trading-info-section .row:nth-child(2) .col-lg-6:first-child,
    .trading-info-section .row:nth-child(2) .col-lg-6:last-child {
        order: 1;
    }
}

/* Floating Action Buttons */
.floating-buttons {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.whatsapp-btn,
.scroll-top-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    font-size: 20px;
}

.whatsapp-btn {
    background-color: #25D366;
    color: white;
}

.whatsapp-btn:hover {
    background-color: #128C7E;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.scroll-top-btn {
    background-color: #D7BA63;
    color: #000;
    display: none;
}

.scroll-top-btn:hover {
    background-color: #C4A85A;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(215, 186, 99, 0.4);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .floating-buttons {
        bottom: 20px;
        right: 20px;
        gap: 10px;
    }
    
    .whatsapp-btn,
    .scroll-top-btn {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

/* Feature Cards */
.feature-card {
    background-color: #ffffff;
    border: 1px solid rgba(215, 186, 99, 0.3);
    border-radius: 15px;
    padding: 30px 20px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(215, 186, 99, 0.2);
    background-color: rgba(215, 186, 99, 0.05);
}

.feature-card h4 {
    color: #333333 !important;
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.feature-card p {
    color: #666666 !important;
    line-height: 1.6;
    margin-bottom: 0;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(215, 186, 99, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.feature-icon i {
    font-size: 24px;
    color: #D7BA63;
}

.feature-card:hover .feature-icon {
    background-color: #D7BA63;
    transform: scale(1.1);
}

.feature-card:hover .feature-icon i {
    color: #000;
}

/* About Content */
.about-content p {
    color: #666666 !important;
    line-height: 1.8;
    font-size: 1.1rem;
}

.about-content .lead {
    font-size: 1.2rem;
    font-weight: 500;
}

/* Service Cards */
.service-card {
    background-color: #ffffff;
    border: 1px solid rgba(215, 186, 99, 0.3);
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(215, 186, 99, 0.2);
    background-color: rgba(215, 186, 99, 0.05);
}

.service-title {
    color: #333333 !important;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 25px;
    border-bottom: 2px solid rgba(215, 186, 99, 0.3);
    padding-bottom: 15px;
}

.service-content p {
    color: #666666 !important;
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.service-content h4 {
    color: #333333 !important;
    font-weight: 600;
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 15px;
}

.service-content h5 {
    color: #333333 !important;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.service-content ul {
    color: #666666 !important;
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.service-content ul li {
    margin-bottom: 8px;
}

.service-content strong {
    color: #333333 !important;
    font-weight: 600;
}

.slider-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .broker-item {
    width: 120px;
    height: 120px;
    text-align: center;
  }
  
  .broker-item img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* or "cover" */
    display: block;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
  }
  
  .broker-item span {
    display: none;
    font-size: 14px;
    margin-top: 5px;
    color: #D7BA63;
    font-weight: 600;
  }
/* Mobile Responsive for Services */
@media (max-width: 768px) {
    .service-card {
        padding: 25px;
        margin-bottom: 20px;
    }
    
    .service-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    
    .service-content p,
    .service-content ul {
        font-size: 1rem;
    }
    
    .service-content h4 {
        font-size: 1.2rem;
    }
} 

/* Flash Animation CSS  */
@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
    }
    25%, 75% {
        opacity: 0.8;
        transform: scale(1.05);
        box-shadow: 0 0 20px rgba(255, 193, 7, 0.8), 0 0 30px rgba(255, 193, 7, 0.6);
    }
}

.btn-flash {
    animation: flash 2s infinite;
    transition: all 0.3s ease;
}

.btn-flash:hover {
    animation: none;
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(255, 193, 7, 0.7);
}

/* Pricing Cards */
.pricing-card {
    background-color: #ffffff;
    border: 1px solid rgba(215, 186, 99, 0.3);
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(215, 186, 99, 0.2);
}

.pricing-card h3 {
    color: #333333 !important;
}

.pricing-card ul li {
    color: #666666 !important;
}


.suvbutton {
    background-color: black !important;
    color: white !important;
}

.subscribe-section  p.darlcolor{
    color: #000!important;
}


 /* Overlay */
 .modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  /* Modal box */
  .modal-box {
    background-color: #1e1e1e;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    position: relative;
    color: #fff;
  }

  /* Close button */
  .modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #D7BA63;
    font-weight: bold;
  }

  /* Hide initially */
  .modal-overlay.hidden {
    display: none;
  }

  .fugu--comment-field {
    margin-bottom: 15px;
  }