


/* banner */
.trading-banner {
    /* background-color: #000; */
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  
  .trading-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.7); */
  }

  
  .banner-content {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
  }
  
  .banner-heading {
    font-family: Arial, sans-serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #FFFFFF;
  }
  
  .text-red {
    color: #C32F27;
  }
  
  .cta-button {
    display: inline-block;
    background-color: #C32F27;
    color: white;
    text-decoration: none;
    padding: 20px 40px;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .cta-button:hover {
    background-color: #c1272d;
  }
  
  .arrow {
    margin-left: 10px;
  }
  
  @media (max-width: 768px) {
    .banner-heading {
      font-size: 1.8rem;
    }
    
    .cta-button {
      padding: 15px 30px;
      font-size: 1.2rem;
    }
  }
/* notification */
.notification-container {
    position: fixed;
    bottom: 90px;
    left: -600px; /* Start off-screen */
    transition: left 0.8s ease-in-out;
}

.notification-card {
    display: flex;
    width: 300px;
    height: 70px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    border-radius: 4px;
    overflow: hidden;
    color:black;
}

.icon-section {
    background-color: #C32F27;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.icon {
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon span {
    margin-top: -8px;
    color: #C32F27;
    font-weight: bold;
    font-size: 32px;
}

.content-section {
    padding: 25px;
    background: white;
    flex-grow: 1;
}

.content-text {
    margin-top: -15px;
    font-weight: 700;
    font-size: 12.5px;
    line-height: 1.3;
}

.amount {
    color: #C32F27;
    font-weight: 900;
}

/* services section */

.service-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}

.service-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    width: 100%; /* Full width by default */
}

/* Mobile styles (screens smaller than 768px) */
@media (max-width: 767px) {
    .service-card {
        width: auto; /* Auto width on mobile */
    }
}

 /* Desktop layout - horizontal arrangement */
        /* This matches your Image 2 */
        @media (min-width: 768px) {
            .services-container {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
            }
            
            .service-item {
                flex: 1;
                text-align: left;
                padding: 0 20px;
                margin-bottom: 0;
            }
            
            .service-title {
                margin-top: 0;
                margin-bottom: 15px;
                font-size: 18px;
            }
            
            .service-description {
                font-size: 14px;
            }
        }

.service-icon {
    color:#C32F27;
    font-size: 48px;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
}

.service-title {
    color: #C32F27;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.service-description {
    color: #cccccc;
    font-size: 18px;
    line-height: 1.5;
}

/* SVG Icons */
.wallet-icon {
    stroke: #C32F27;
    stroke-width: 2px;
    fill: none;
}

.chart-icon {
    stroke: #C32F27;
    stroke-width: 2px;
    fill: none;
}

.exchange-icon {
    stroke: #C32F27;
    stroke-width: 2px;
    fill: none;
}

/* about container */
.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.about-section {
    text-align: center;
    margin-bottom: 60px;
}

.about-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 1px;
    color:#ffffff;
}

.about-title span {
    color: #C32F27;
}

.about-description {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.image-container {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.company-info {
    margin-top: 80px;
    text-align: left;
    margin-bottom: 60px;
}

.company-name {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #ffffff;
}

.company-description {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 40px;
}

.cta-button2 {
    display: inline-flex;
    align-items: center;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 12px 24px;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.cta-button2:hover {
    background-color: #ffffff;
    color: #0a0a0a;
}

.cta-button2 .arrow {
    margin-left: 10px;
    font-size: 1.4rem;
}

@media (max-width: 768px) {
    .about-title {
        font-size: 40px;
    }
    
    .about-description {
        font-size: 15px;
    }
    
    .company-name {
        font-size: 25px;
    }
    
    .company-description {
        font-size: 0.9em;
    }
}


/* why choose us */
.why-choose-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #1a1a1a;
}

.why-choose-header {
    text-align: center;
    margin-bottom: 60px;
}

.why-choose-header h1 {
    font-size: 2rem;
    margin-bottom: 30px;
    color:#ffffff;
}

.why-choose-header h1 span {
    color: #C32F27;
}

.why-choose-header p {
    font-size: 0.9rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.why-choose-features {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.why-choose-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.why-choose-icon-container {
    width: 80px;
    height: 80px;
    background-color: #C32F27;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.why-choose-icon {
    width: 50px;
    height: 50px;
    fill: white;
}

.why-choose-feature h2 {
    color: #C32F27;
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.why-choose-feature p {
    color: #cccccc;
    font-size: 1rem;
    max-width: 600px;
    line-height: 1.4;
}

.language-selector {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: white;
    border-radius: 5px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.flag {
    width: 24px;
    height: 16px;
}

.chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #C32F27;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.chat-button::after {
    content: "1";
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    color: #dc3545;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat-icon {
    width: 30px;
    height: 30px;
    fill: white;
}

/* Media query for responsive layout */
@media (max-width: 600px) {
    .header h1 {
        font-size: 2.5rem;
    }
    
    .icon-container {
        width: 100px;
        height: 100px;
    }
    
    .feature h2 {
        font-size: 1.5rem;
    }
    
    .feature p {
        font-size: 1rem;
    }
}

/* plan section */

.plan-header {
    text-align: center;
    margin-bottom: 40px;
    
}

.plan-header h1 {
    font-size: 23px;
    margin-bottom: 20px;
    color: #ffffff;
    text-align:left;
    
}

.plan-header h1 span {
    color: #C32F27;
}

.plan-header p {
    font-size: 15px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.4;
}

.plan-container {
    max-width: 800px;
    margin: 0 auto;
}

.plan-card {
    background-color: #1a1a1a;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #333;
    transition: all 0.3s ease;
    cursor: pointer;
}

.plan-card.premium {
    border: 1px solid #C32F27;
}

.plan-card:active, .plan-card:focus {
    border: 1px solid #C32F27;
    outline: none;
}

.plan-title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    color:#ffffff;
}

.plan-price {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

.get-started-btn {
    display: block;
    background-color: #C32F27;
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 30px;
    transition: background-color 0.3s ease;
}

.get-started-btn:hover {
    background-color: #C32F27;
}

.plan-details {
    text-align: center;
}

.plan-detail {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}

/* Compact styling for the GTranslate widget */
.gtranslate_wrapper {
  max-width: 120px !important;
  max-height: 60px !important;
}

/* Make the dropdown smaller */
.gt_float_switcher {
  padding:0px -2px !important;
  
}

/* Adjust the flag icon size */
.gt_float_switcher .gt_selected, 
.gt_float_switcher .gt_selected a {
  width: 70px !important;
  height: 30px !important;
  line-height: 30px !important;
}

/* Make the dropdown items smaller */
.gt_float_switcher .gt_options {
  max-height: 200px !important;
  width: 200px !important;
}

.gt_float_switcher .gt_options a {
  padding: 10px !important;
  font-size: 12px !important;
}

/* Adjust the flag icons size */
.gt_float_switcher img {
  max-width: 20px !important;
  max-height: 14px !important;
}


/* footer */

:root {
    --site-footer-bg: #111111;
    --site-footer-text: #ffffff;
    --site-footer-heading: #C32F27;
    --site-footer-link: #ffffff;
    --site-footer-link-hover: #C32F27;
}

.site-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 4rem 2rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logo {
    margin-bottom: 2rem;
}

.footer-logo img {
    height: 80px;
}

.footer-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    max-width: 800px;
}

.footer-sections{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem;
}

.footer-section{
    flex:1;
    min-width: 200px;
}

.footer-heading {
    color: var(--site-footer-heading);
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.footer-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 1rem;
}

.footer-links a {
    color: var(--site-footer-link);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--site-footer-link-hover);
}

.footer-contact {
    margin-top: 2rem;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.footer-contact-item svg {
    margin-right: 0.5rem;
    fill: var(--site-footer-heading);
}

.footer-contact-item a {
    color: var(--site-footer-link);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-item a:hover {
    color: var(--site-footer-link-hover);
}

.footer-bottom {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .footer-sections {
        flex-direction: column;
    }
}

/* img background */
.img-container {
    position: relative;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.img-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/api/placeholder/1200/800') center/cover no-repeat;
    z-index: -1;
}

.img-main-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #e74c3c;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    max-width: 80%;
}

.img-subtitle {
    font-size: 0.9rem;
    margin-bottom: 4rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.register-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    font-size: 1.5rem;
    text-decoration: none;
    color: white;
    background-color: #C32F27;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.register-btn:hover {
    background-color: #d44333;
    transform: translateY(-2px);
}

.register-btn:active {
    transform: translateY(1px);
}

.arrow {
    margin-left: 10px;
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .main-title {
        font-size: 2.5rem;
    }
    
    .subtitle {
        font-size: 1.4rem;
    }
    
    .register-btn {
        padding: 0.8rem 2rem;
        font-size: 1.3rem;
    }
}

/* partners */
.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.rating-box {
    background-color: #212121;
    border-radius: 8px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 220px;
}

.partner-img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    margin-bottom: 20px;
}

.score {
    background-color: #2a2a2a;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    border-radius: 4px;
    font-size: 30px;
    font-weight: bold;
}