/* Add padding to account for fixed navbar */
body {
    padding-top: 76px;
    font-family: "Montserrat", sans-serif;
    background-color: #F8F9FF;
}


body {
    --sb-track-color: #ffffff;
    --sb-thumb-color: #ffac04;
    --sb-size: 10px;
  }
  
  body::-webkit-scrollbar {
    width: var(--sb-size)
  }
  
  body::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 5px;
  }
  
  body::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 5px;
    border: 2px solid #ffffff;
  }
  
  @supports not selector(::-webkit-scrollbar) {
    body {
      scrollbar-color: var(--sb-thumb-color)
                       var(--sb-track-color);
    }
  }
/* Smooth scrolling behavior */
html {
    scroll-behavior: smooth;
}

/* Section styling */
section {
    padding: 80px 0;
}

/* Active link styling */
.navbar-nav .nav-link.active {
    color: #0d6efd;
    font-weight: 500;
}

/* Hover effect for nav links */
.navbar-nav .nav-link:hover {
    color: #0d6efd;
}

/* Update existing styles */
.navbar {
    background-color: #351d80;  /* Dark purple background */
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.5rem;
}

.nav-link {
    color: white !important;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
}

.nav-link.active {
    color: #00FFD1 !important;  /* Teal/turquoise color */
}

.nav-link:hover {
    color: #00FFD1 !important;
}

.language-selector {
    display: flex;
    align-items: center;
    gap: 5px;
}

.globe-icon {
    font-size: 1.2rem;
}

.btn-register, .btn-signin {
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 24px;
    border-radius: 4px;
    color: white;
}

.btn-register, .btn-signin {
    background-color: #FFAC04;
    border: none;
    border-radius: 8px;
}

.btn-register a, .btn-signin a {
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
}

.md-ml-5{
    margin-left: 10px;
    @media (max-width: 768px) {
        margin-left: 0px;
    }
}

.btn-register:hover, .btn-signin:hover {
    opacity: 0.9;
    color: white;
    background: #000000;
}

/* Update the hamburger menu color for mobile */
.navbar-toggler {
    border-color: rgba(255,255,255,0.5);
}

.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%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Home section styles */
#home {
    /* background-color: #1E0B40; */
    background-color: #271060;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%232b1168' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%232f126f' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23331377' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%2337137f' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%233C1487' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23511a8f' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23662197' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%237b299e' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%239031a4' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23A33AA9' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    min-height: 100vh;
    top: -14px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

/* Create the rays effect */
/* #home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg,
        transparent 0%,
        rgba(67, 50, 194, 0.1) 20%,
        rgba(67, 50, 194, 0.2) 40%,
        rgba(67, 50, 194, 0.3) 60%,
        rgba(67, 50, 194, 0.4) 80%,
        rgba(67, 50, 194, 0.5) 100%
    );
    z-index: 1;
}

#home::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(-45deg,
        transparent 0%,
        rgba(86, 43, 176, 0.1) 20%,
        rgba(86, 43, 176, 0.2) 40%,
        rgba(86, 43, 176, 0.3) 60%,
        rgba(86, 43, 176, 0.4) 80%,
        rgba(86, 43, 176, 0.5) 100%
    );
    z-index: 1;
} */

/* Ensure content stays above the gradient layers */
#home .container {
    position: relative;
    z-index: 2;
}

/* Add floating hexagon decorations */
.hexagon-decoration {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.hexagon-1 {
    top: 15%;
    right: 10%;
    animation: float 6s ease-in-out infinite;
}

.hexagon-2 {
    top: 45%;
    left: 5%;
    animation: float 8s ease-in-out infinite;
}

.hexagon-3 {
    bottom: 20%;
    right: 15%;
    animation: float 7s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

/* Update existing content styles to ensure visibility */
.hero-title, .help-text p, .hero-subtitle {
    position: relative;
    z-index: 2;
}

.offer-tag {
    display: inline-block;
    color: #00FF85;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.hero-title {
    font-size: 2.9rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    color: white;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.gradient-text {
    background: linear-gradient(to right, #4169E1, #6495ED);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text-2 {
    background: linear-gradient(to right, #9370DB, #BA55D3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-become-affiliate {
    /* background: #4169E1; */
    background: #FFAC04 !important;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: none;
    font-size: 1.1rem;
    border: none;
    transition: transform 0.3s ease;
}

.btn-become-affiliate:hover {
    transform: translateY(-2px);
    background: #FFAC04 !important;
    color: white;
}

.revenue-cards {
    display: flex;
    gap: 20px;
    margin-top: 3rem;
}

.revenue-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.revenue-card h3 {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.revenue-card p {
    color: #00FF85;
    margin: 0;
    font-weight: 500;
}

.help-text {
    margin-top: 2rem;
}

.help-text p {
    color: white;
    font-size: 1.1rem;
    opacity: 0.9;
}

.mobile-app-placeholder {
    height: 600px;
    position: relative;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .mobile-app-placeholder {
        height: 400px;
        margin-top: 2rem;
    }
}

@media (max-width: 767.98px) {
    .hero-title {
        font-size: 2rem;
        text-align: center;
    }
    .button-center {
        text-align: center;
        display: block;
    }
    .copyright {
        text-align: center;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #9ca3af;
    }
    .br-none {
        display: none !important;
    }
    .hero-subtitle {
        font-size: 1rem;
        text-align: center;
    }
    
    .revenue-cards {
        flex-direction: column;
        gap: 15px;
    }
    #home {
        padding-top: 0px;
    }
}
.dark-subtitle {
    color: #E0E0E0 !important;
}

/* Features Section Styles */
#features {
    background-color: #F8F9FF;
    padding: 100px 0;
    position: relative;
    top: -14px;
}

.features-label {
    color: #FFAC04;
    font-size: 1rem;
    font-weight: 600;
    display: block;
    margin-bottom: 1rem;
}

.features-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #352f36;
    line-height: 1.2;
}

.feature-card {
    border-radius: 24px;
    padding: 32px;
    height: 100%;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card.dark {
    background-color: #352f36;
    color: white;
}

.feature-card.light {
    background-color: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.feature-content h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: inherit;
}

.feature-card.light h3 {
    color: #352f36;
}

.feature-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 2rem;
}

.image-placeholder {
    width: 100%;
    min-height: 200px;
    /* background-color: rgba(0, 0, 0, 0.05); */
    border-radius: 16px;
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
}
.image-placeholder img{
    border-radius: 15px !important;
}

.stats-placeholder {
    min-height: 150px;
}

.stats-graph {
    width: 100%;
    min-height: 180px;
    margin-top: 2rem;
}

.app-stores {
    display: flex;
    gap: 16px;
    margin-top: 2rem;
}

.store-icon {
    width: 32px;
    height: 32px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.store-icon:hover {
    opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .features-title {
        font-size: 2.8rem;
    }
    
    .feature-card {
        padding: 24px;
    }
    
    .feature-content h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .features-title {
        font-size: 2.2rem;
    }
    
    .image-placeholder {
        min-height: 160px;
    }
    
    .stats-graph {
        min-height: 140px;
    }
}

/* Geography Section Styles */
.geography-section {
    padding-top: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.geography-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #352f36;
    margin-bottom: 1.5rem;
}

.geography-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 2rem;
}

.world-map-container {
    position: relative;
    width: 100%;
}

.map-placeholder {
    width: 100%;
    aspect-ratio: 16/9;
    background-color: #F8F9FF;
    border-radius: 16px;
    position: relative;
}

/* Responsive map images */
.map-desktop {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.map-mobile {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

@media (max-width: 767.98px) {
    .map-desktop {
        display: none;
    }
    
    .map-mobile {
        display: block;
    }
    .geography-disclaimer{
        text-align: center !important;
    }
}

/* Affiliate Counter Styles */
.affiliates-counter {
    display: flex;
    align-items: center;
    gap: 20px;
}

.affiliate-avatars {
    position: relative;
}

.avatar-stack {
    display: flex;
    align-items: center;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E0E0E0;
    border: 2px solid white;
    margin-right: -10px;
}

.affiliates-text {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

.geography-disclaimer {
    font-size: 0.875rem;
    color: #666;
    font-style: italic;
}

/* Dark CTA Button */
.btn-dark.btn-become-affiliate {
    background-color: #0A0B1F;
    color: white;
    padding: 15px 35px;
    border-radius: 8px;
    font-weight: 600;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.btn-dark.btn-become-affiliate:hover {
    background-color: #1A1B2F;
    transform: translateY(-2px);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .geography-title {
        font-size: 2.4rem;
    }
    
    .geography-section {
        padding-top: 40px;
    }
    
    .map-placeholder {
        margin-top: 2rem;
    }
}

@media (max-width: 767.98px) {
    .geography-title {
        font-size: 2rem;
    }
    
    .affiliates-counter {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .underline-strike {
        background-position: left 0.9rem;
    }
}

/* Update existing feature cards spacing */
.feature-card {
    margin-bottom: 30px;
}

/* Ensure proper spacing between sections */
.features-header {
    margin-bottom: 3rem;
}

.row.g-4 {
    margin-bottom: 4rem;
}

/* Team Section Styles */
#about {
    background-color: #F8F9FF;
    padding: 100px 0;
    position: relative;
    top: -13px;
}

.team-member {
    padding: 20px;
    transition: transform 0.3s ease;
}

.team-member:hover {
    transform: translateY(-5px);
}

.member-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.member-image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.member-name {
    color: #352f36;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1rem 0 0.5rem;
}

.member-position {
    color: #7B3FE4;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
}

/* Social media icons styling */
.socials {
    margin-top: 1rem;
}

.socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #351d80, #5a2d9e);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.socials a:hover {
    background: linear-gradient(135deg, #5a2d9e, #351d80);
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(53, 29, 128, 0.3);
}

.email-social a {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.email-social a:hover {
    background: linear-gradient(135deg, #FFAC04, #28a745);
}

.teams-social a {
    background: linear-gradient(135deg, #0078d4, #106ebe);
}

.teams-social a:hover {
    background: linear-gradient(135deg, #FFAC04, #0078d4);
}

.telegram-social a {
    background: linear-gradient(135deg, #0088cc, #229ed9);
}

.telegram-social a:hover {
    background: linear-gradient(135deg, #FFAC04, #0088cc);
}

/* Custom styles for the product section */
#services {
    position: relative;
    top: -14px;
}
.bg-dark-purple {
    /* background-color: #1a1b25; */
    /* background: linear-gradient(0deg, rgb(217, 179, 226) 0%, rgb(210, 164, 227) 8.333%, rgb(202, 148, 226) 16.667%, rgb(193, 131, 225) 25%, rgb(182, 115, 222) 33.333%, rgb(170, 99, 218) 41.667%, rgb(157, 84, 213) 50%, rgb(144, 71, 206) 58.333%, rgb(131, 60, 199) 66.667%, rgb(117, 51, 191) 75%, rgb(105, 46, 183) 83.333%, rgb(93, 43, 174) 91.667%, rgb(82, 44, 164) 100%); */
    background: #404091;
    background: -webkit-linear-gradient(0deg, rgba(64, 64, 145, 1) 0%, rgba(38, 10, 112, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(64, 64, 145, 1) 0%, rgba(38, 10, 112, 1) 100%);
    background: linear-gradient(0deg, rgba(64, 64, 145, 1) 0%, rgba(38, 10, 112, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#404091", endColorstr="#260A70", GradientType=0);
}


.custom-tab {
    color: #ffffff80;
    background: transparent;
    border: none;
    padding: 1rem 2rem;
    margin: 0 0.5rem;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.custom-tab:hover, .custom-tab.active {
    color: #fff;
    border-bottom: 2px solid #7c3aed;
}

.content-wrapper {
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.image-placeholder {
    transition: transform 0.3s ease;
}

.image-placeholder:hover {
    transform: scale(1.02);
}

/* Animation for tab transitions */
.tab-pane {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Product Tab Styles */
.product-tab {
    color: #ffffff80;
    background: transparent;
    border: none;
    padding: 1rem 2rem;
    margin: 0 0.5rem;
    transition: all 0.2s ease;
    border-bottom: 2px solid transparent;
}

.product-tab:hover, 
.product-tab.active {
    color: #fff !important;
    /* border: none !important; */
    border-bottom: 2px solid #FFAC04 !important;
    background-color: transparent !important;
}

/* Navigation Menu Styles - make more specific */
.navbar-nav .nav-link {
    color: white !important;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
}

.navbar-nav .nav-link.active {
    color: #00FFD1 !important;
}

.navbar-nav .nav-link:hover {
    color: #00FFD1 !important;
}

/* FAQ Accordion Styles */
#faq {
    background-color: #3C1487;
    position: relative;
    top: -14px;
}
.custom-accordion .accordion-item {
    border: none;
    background-color: white;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.custom-accordion .accordion-button {
    padding: 1.5rem 2rem;
    font-weight: 500;
    font-size: 1.1rem;
    color: #000;
    background-color: white;
    border: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
    color: #000;
    background-color: white;
    box-shadow: none;
}

.custom-accordion .accordion-button::after {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
    transition: transform 0.3s ease;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.custom-accordion .accordion-body {
    padding: 0.5rem 2rem 1.5rem;
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
}

/* Hover effect */
.custom-accordion .accordion-item:hover {
    transform: translateY(-2px);
    transition: transform 0.3s ease;
}

/* Plus/Minus icon adjustment */
.custom-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    transform: rotate(0deg);
}

#faq .display-4 {
    margin-bottom: 3rem;
}

/* FAQ Section Split Background */
.faq-section {
    position: relative;
    background-color: #1a0b3b; /* Darker purple for top portion */
    overflow: hidden;
}

.faq-background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%; /* Adjust this value to control where the split occurs */
    background-color: #271060; /* Darker shade for bottom portion */
    z-index: 1;
}

.faq-section .container {
    z-index: 2;
}
section#contact {
    padding: 0;
    position: relative;
    top: -14px;
}
section#about {
    padding-bottom: 0;
}

/* Update existing accordion styles to work with new background */
.custom-accordion .accordion-item {
    border: none;
    background-color: white;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.faq-section .features-title {
    color: white;
    position: relative;
    z-index: 2;
}

.bg-navy {
    background-color: #271060;
}

.text-yellow {
    color: #FFAC04 !important;
}

@media (max-width: 768px) {
    footer .col-sm-12 {
        text-align: center;
        margin-bottom: 2rem;
    }
    
    footer .col-sm-12:last-child {
        margin-bottom: 0;
    }
}

/* underline Strike */
.underline-strike {
    background-image: url("https://cdn.blazespinsmail.com/core/ui/underline-strike.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left 1.5rem;
}
@media (max-width: 767.98px) {
    .underline-strike {
        background-position: left 0.9rem;
    }
    .productTabs {
        font-size: 0.8rem;
    }
}

/* Custom Footer Styles ---------------------------------------------------------------*/
.footer {
    background-color: #f8f9fa;
    color: #374151;
    border-top: 1px solid #e5e7eb;
    padding: 4rem 0 2rem;
    animation: fadeInUp 0.6s ease-out;
}

/* Brand Section */
.footer-brand {
    /* Bootstrap handles spacing */
}

.brand-header {
    display: flex;
    align-items: center;
}

.brand-logo {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, #3b82f6 0%, #9333ea 100%);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.logo-icon {
    width: 1.75rem;
    height: 1.75rem;
    color: white;
}

.brand-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
}

.brand-description {
    color: #6b7280;
    line-height: 1.6;
}

.social-links {
    display: flex;
    gap: 0.75rem;
}

.social-link {
    width: 2.75rem;
    height: 2.75rem;
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.social-link:hover {
    background-color: #2563eb;
    color: white;
    border-color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px 0 rgba(37, 99, 235, 0.3);
}

.social-link svg {
    width: 1.25rem;
    height: 1.25rem;
}

/* Footer Sections */
.section-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.footer-links {
    /* Bootstrap list-unstyled removes default styling */
}

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

.footer-link {
    color: #6b7280;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    padding: 0.25rem 0;
}

.footer-link:hover {
    color: #2563eb;
    text-decoration: none;
}

.link-icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    color: #9ca3af;
    transition: all 0.3s ease;
}

.footer-link:hover .link-icon {
    transform: translateX(0.25rem);
    color: #2563eb;
}

/* Contact Section */
.contact-info {
    font-style: normal;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}
.contact-item .text-muted {
    color: #3b82f6 !important;
}

.contact-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: #3b82f6;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.contact-item a {
    color: #374151;
    font-weight: 500;
}

.contact-item a:hover {
    color: #2563eb;
}

/* Footer Bottom */
.footer-divider {
    border-color: #e5e7eb;
    margin: 3rem 0 2rem;
}

.copyright {
    color: #9ca3af;
    font-size: 0.875rem;
}

.bottom-links {
    /* Bootstrap handles text alignment */
}

.bottom-link {
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.bottom-link:hover {
    color: #4b5563;
    text-decoration: none;
}

/* Responsive Design Enhancements */
@media (max-width: 767.98px) {
    .footer {
        padding: 3rem 0 1.5rem;
    }
    
    .brand-header {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        gap: 1rem;
    }
    
    .brand-description {
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .section-title {
        text-align: center;
        font-size: 1rem;
    }
    
    .footer-links {
        text-align: center;
    }
    
    .contact-info {
        text-align: center;
    }
    
    .contact-item {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
        align-items: center;
    }
    
    .bottom-links {
        text-align: center !important;
        margin-top: 1rem;
    }
}

@media (max-width: 575.98px) {
    .social-links {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    /* .bottom-links a {
        display: block;
        margin: 0.25rem 0;
    } */
}

/* Animation for smooth loading */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Focus styles for accessibility */
.footer-link:focus,
.social-link:focus,
.bottom-link:focus {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
    border-radius: 0.25rem;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .footer {
        border-top: 2px solid #000;
    }
    
    .footer-link,
    .bottom-link {
        color: #000;
    }
    
    .social-link {
        border: 2px solid #000;
        color: #000;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .footer,
    .social-link,
    .footer-link,
    .link-icon {
        animation: none;
        transition: none;
    }
}

/* Print styles */
@media print {
    .footer {
        background-color: white !important;
        color: black !important;
        border-top: 2px solid #000 !important;
        box-shadow: none !important;
    }
    
    .social-links,
    .footer-link:hover,
    .social-link:hover {
        background-color: white !important;
        color: black !important;
    }
    
    .social-link {
        border: 1px solid #000 !important;
    }
}

/* Dark mode support (if needed) */
@media (prefers-color-scheme: dark) {
    .footer {
        background-color: #1f2937;
        color: #f3f4f6;
        border-top-color: #374151;
    }
    
    .brand-name {
        color: #f9fafb;
    }
    
    .section-title {
        color: #f9fafb;
    }
    
    .footer-link {
        color: #d1d5db;
    }
    
    .footer-link:hover {
        color: #60a5fa;
    }
    
    .social-link {
        background-color: #374151;
        border-color: #4b5563;
        color: #d1d5db;
    }
    
    .social-link:hover {
        background-color: #3b82f6;
        border-color: #3b82f6;
    }
    
    .contact-item a {
        color: #f3f4f6;
    }
    
    .contact-item a:hover {
        color: #60a5fa;
    }
    
    .footer-divider {
        border-color: #374151;
    }
}


/* Testimonial Section Styles */
/* .testimonial-wrapper {
    background: linear-gradient(135deg, #4c1d95 0%, #7c3aed 50%, #a855f7 100%);
    min-height: 100vh;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.testimonial-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(76, 29, 149, 0.9) 0%, rgba(124, 58, 237, 0.85) 50%, rgba(168, 85, 247, 0.8) 100%);
    z-index: 1;
} */

.testimonial-wrapper > .container {
    position: relative;
    z-index: 2;
}

.testimonial-header {
    margin-bottom: 60px;
}

.testimonial-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
}

.testimonial-accent {
    color: #ef4444;
    font-size: 56px;
}

.testimonial-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #e5e7eb;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.testimonial-card:hover::before {
    opacity: 1;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.testimonial-card > * {
    position: relative;
    z-index: 2;
    text-align: center;
}

.testimonial-company {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.testimonial-logo {
    width: 50px;
    height: 50px;
    /* background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%); */
    border-radius: 12px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin-right: 15px;
    transition: all 0.3s ease;
}
.testimonial-logo img {
    object-fit: contain;
    width: inherit;
    max-width: fit-content !important;
    border-radius: 25px;
}

.testimonial-card:hover .testimonial-logo {
    transform: scale(1.1);
    /* box-shadow: 0 8px 25px rgba(239, 68, 68, 0.4); */
}

.testimonial-logo i {
    font-size: 24px;
    color: #ffffff;
}

.testimonial-company-name {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonial-content {
    flex: 1;
}

.testimonial-text {
    font-size: 14px;
    font-weight: 400;
    color: #e5e7eb;
    line-height: 1.7;
    margin-bottom: 10px;
    text-align: center;
    min-height: 166px;
    @media (max-width: 767.98px) {
        min-height: 89px;
    }
}

.testimonial-rating {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-bottom: 15px;
}

.testimonial-rating i {
    font-size: 18px;
    color: #fbbf24;
    transition: all 0.3s ease;
}

.testimonial-card:hover .testimonial-rating i {
    transform: scale(1.2);
}

.testimonial-load-more {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    /* box-shadow: 0 8px 25px rgba(239, 68, 68, 0.3); */
}

.testimonial-load-more:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 12px 35px rgba(239, 68, 68, 0.4); */
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.testimonial-load-more i {
    transition: transform 0.3s ease;
}

.testimonial-load-more:hover i {
    transform: translateY(2px);
}

.testimonial-hidden {
    display: none;
}

.testimonial-fade-in {
    animation: testimonialFadeIn 0.6s ease forwards;
}

/* Option 2: Pill-shaped Button */
.testimonial-website-btn-option2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(168, 85, 247, 0.2);
    color: #ffffff;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid rgba(168, 85, 247, 0.3);

    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.testimonial-website-btn-option2:hover {
    background: rgba(168, 85, 247, 0.4);
    border-color: rgba(168, 85, 247, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(168, 85, 247, 0.3);
}

/* Bottom section for rating and button */
.testimonial-bottom-section {
    margin-top: auto;
    text-align: center;
}

.testimonial-website-btn-option2 i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.testimonial-website-btn-option2:hover i {
    transform: rotate(45deg);
}


@keyframes testimonialFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1199px) {
    .testimonial-title {
        font-size: 40px;
    }
    
    .testimonial-accent {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .testimonial-wrapper {
        padding: 60px 0;
    }
    
    .testimonial-title {
        font-size: 36px;
    }
    
    .testimonial-accent {
        font-size: 42px;
    }
    
    .testimonial-subtitle {
        font-size: 16px;
    }
    
    .testimonial-card {
        padding: 25px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .testimonial-wrapper {
        padding: 40px 0;
    }
    
    .testimonial-title {
        font-size: 32px;
    }
    
    .testimonial-accent {
        font-size: 38px;
    }
    
    .testimonial-card {
        padding: 20px;
    }
    
    .testimonial-company-name {
        font-size: 14px;
    }
    
    .testimonial-text {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .testimonial-title {
        font-size: 28px;
    }
    
    .testimonial-accent {
        font-size: 34px;
    }
    
    .testimonial-subtitle {
        font-size: 15px;
    }
    
    .testimonial-load-more {
        padding: 12px 30px;
        font-size: 14px;
    }
}