body {
    /* background: linear-gradient(to top right, #d9e4ff, #ffffff); */
    font-family: 'Poppins', sans-serif;

}

section {
  scroll-margin-top: 70px; /* modern and simpler */
}

/* Or fallback if scroll-margin-top unsupported */

a{
    text-decoration: none !important;
}


.btn-custom {
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
}

.card-highlight {
    background: linear-gradient(90deg, #444A62 0%, #000000 100%);

    color: white;
    border-radius: 1rem;
}

.bot-logo {
    height: 200px;
}

.brand-logos img {
    max-height: 40px;
    opacity: 0.6;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-content {
    width: 200%;
    animation: marquee-scroll 20s linear infinite;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.marquee-wrapper:hover .marquee-content {
    animation-play-state: paused;
}

.navbar-wrapper {
  width: 100%;
  padding: 1rem;
  z-index: 1050;
  background: transparent; /* can match body color if needed */
}

/* Custom navbar appearance */
.custom-navbar {
  width: 100%;
  max-width: 1140px; /* same as Bootstrap's container-lg */
  background-color: white;
  border-radius: 24px;
}


/* Outer wrapper */
.navbar-wrapper {
  width: 100%;
  padding: 1rem 0;
  background: transparent;
  z-index: 1050;
}

/* Centered container-like navbar */
.custom-navbar {
  width: 100%;
  max-width: 1140px; /* Adjust based on layout */
  border-radius: 24px;
  background-color: white;
}

.hero-bg {
    background-image: url('../images/back.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;

    /* optional */
    position: relative;
    z-index: 1;
}

.hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;

    z-index: -1;
}

.hero-bg {
    position: relative;
    z-index: 1;
}

.hero-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    border-radius: 0 0 25px 25px;
}

.telegram-card {
    max-width: 360px;
    background: linear-gradient(to bottom right, #f5f8ff, #dce5ff);
    border-radius: 20px;
}

.rounded {
    border-radius: 1rem !important;
}

.display-4 {
    font-weight: 600 !important;
}

.stats-section {
    text-align: center;
    padding: 50px 20px;
    background: #fff;
}

.section-header .tag {
    color: #1d4ed8;
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.section-header h2 {
    font-size: 45px;
    font-weight: 500;
    color: #111;
    line-height: 1.4;
}

.stats-grid {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
    flex-wrap: wrap;
    border-image-source: linear-gradient(270deg, rgba(102, 102, 102, 0) 5%, rgba(219, 219, 219, 0.8) 52.4%, rgba(102, 102, 102, 0) 95%);
    border: 1px solid;
}





.stat-box h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}

.stat-box p {
    font-size: 14px;
    color: #666;
}

.community-stats {
    background: #fff;
    padding: 40px 20px;
}

.stats-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
}

.stat-item {
    flex: 1;
    padding: 30px 20px;
    text-align: center;
}

.stat-item h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
}

.stat-item p {
    font-size: 14px;
    color: #666;
}

.divider {
    width: 1px;
    background: #e0e0e0;
    height: 60px;
}

.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.section-heading .badge-icon {
    color: #3b82f6;
    font-weight: 500;
}

.chart-legend {
    list-style: none;
    padding-left: 0;
    font-weight: 600;
}

.chart-legend li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.chart-legend span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
}

.stats-box {
    width: 768;
height: 188.5;
gap: 50px;  



}

.custom-border {
  border: 1px solid transparent;
  border-image-source: linear-gradient(270deg, rgba(102, 102, 102, 0) 5%, rgba(219, 219, 219, 0.8) 52.4%, rgba(102, 102, 102, 0) 95%);
  border-image-slice: 1;
}

.gradient-right-border {
  position: relative;
}

.gradient-right-border::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, #CCCCCC 50.96%, rgba(204, 204, 204, 0) 100%);
}



.stats-box:last-child {
    border-right: none;
}

.stats-value {
    font-size: 50px;
    font-weight: bold;
}

.stats-label {
    color: #777;
}

.line-1 {
    position: relative;
    width: 100%;
    height: 212px;
    top: -329.24px;
    left: 0;
}

.line {
    width: 100%;
    height: 212;
    top: 0;
    left: 0;
    border-width: 2px;
    position: relative;
}

.line2 {
    width: 100%;
    height: 272px;
    top: -272.24px;
    /* left: 52px; */
    border-width: 2px;
    position: relative;
}

.line3 {
    width: 100%;
    height: 272px;
    top: -545.24px;
    /* left: 52px; */
    border-width: 2px;
    position: relative;
}

.highlight-banner {
    position: relative;
    background: url('../images/back2.png') center center / cover no-repeat;
    border-radius: 1rem;
    height: 320px;
    overflow: hidden;
    color: white;
}

.highlight-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    /* semi-transparent black overlay */
    z-index: 1;
}

.highlight-banner .content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    padding: 0 1rem;
}

.carousel-item {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 1rem;
    overflow: hidden;
}

.carousel-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black overlay */
    z-index: 0 !important;
}

.carousel-caption {
    z-index: 2;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.carousel-caption h5 {
    font-size: 1.5rem;
    color: white;
    font-weight: 500;
}

.carousel-inner {
    border-radius: 1rem;
}

.carousel-indicators [data-bs-target] {
    background-color: #000000;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50px !important;
}

.carousel-indicators {
    bottom: -40px;
}

.team-card {
    border: none;
    border-radius: 12px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.05); */
    text-align: center;
    transition: transform 0.3s ease;
    background: #fff;
}

.team-card:hover {
    transform: translateY(-5px);
}

.team-img {
    width: 100%;
    border-radius: 12px 12px 0 0;
    object-fit: cover;
}

.team-icons a {
    margin: 0 5px;
    color: #000;
    background: #f5f5f5;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.team-icons a:hover {
    background: #007bff;
    color: #fff;
}

.team-name {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 2px;
}

.team-role {
    font-size: 0.875rem;
    color: #666;
}

.team-icons a {
    margin: 0 5px;
    color: #000;
    background: #f5f5f5;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    text-decoration: none;
    /* <-- Add this line */
}


.testimonial-slide {
    text-align: center;
    padding: 2rem 1rem;
}

.testimonial-avatars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 2rem;
}

.testimonial-avatars img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    opacity: 0.5;
    transition: 0.3s ease;
}

.testimonial-avatars img.active {
    width: 150px;
    height: 150px;
    opacity: 1;
    border: 6px solid #e0e0e0;
    background: #eaf0ff;
}

.testimonial-text {
    font-size: 1.2rem;
    font-weight: 500;
    max-width: 700px;
    margin: 1.5rem auto;
}

.testimonial-author {
    font-weight: 600;
}

.testimonial-position {
    color: #888;
    font-size: 0.9rem;
}

.swiper-button-prev {
    color: #000;
    background: #f8f9fa;
    border-radius: 50%;
    padding: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 50px;
    top: 371.24px;
    /* left: 347px; */
}

.swiper-button-next {
    color: #000;
    background: #f8f9fa;
    border-radius: 50%;
    padding: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 50px;
    top: 371.24px;
    /* left: 900px; */
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: larger;

}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: larger;
}

.download-wrapper {
    display: inline-flex;
    align-items: center;
    background-color: #000;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.download-main {
    color: #fff;
    background: transparent;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

.download-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    border: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 4px;
    transition: 0.3s ease;
}

.download-icon:hover {
    background-color: #eee;
}

/* Footer Styles */
.footer {
    background: #fff;
    border-top: 1px solid #eee;
    font-family: sans-serif;
    font-size: 14px;
    color: #555;
}

.footer-container {
    max-width: 1300px;
    margin: auto;
    padding: 60px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.footer-section h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #555;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.footer-section ul li a:hover {
    color: #007bff;
}

.logo {
    height: 30px;
    margin-bottom: 15px;
}

.description {
    font-size: 20px;
    color: #838383;
    font-weight: 400;
}

.cta .facebook-follow {
    display: flex;
    align-items: center;
    background: #f1f1f1;
    padding: 10px 15px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.cta .facebook-follow .icon {
    font-size: 20px;
    margin-right: 10px;
}

.apply-box {
    display: flex;
    align-items: center;
    background: #f1f1f1;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.apply-box img {
    height: 90px;
    width: 90px;
    border-radius: 10px;
    margin-right: 15px;
}

.cta .note {
    font-size: 15px;
    color: #999;
    line-height: 1.5;
}


.footer {
    position: relative;
    overflow: hidden;
    /* Ensures gradient blur doesn't overflow */
    background: #fff;
    border-top: 1px solid #eee;
    font-family: sans-serif;
    font-size: 14px;
    color: #555;
}

.footer-glow {
    position: relative;
    height: 180px;
    width: 100%;
    margin-top: -120px;
    /* Push it upward to sit on top of footer */
    z-index: 0;
   

}

.footer-glow::before {
    content: "";
    position: absolute;
    width: 985.1px;
    height: 544.72px;
    left: 50%;
    top: 129px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #296096 0%, #26467F 24.52%, #252A6A 50%, #272262 75%, #382B57 100%);
    opacity: 0.5;
    filter: blur(70px);
    border-radius: 740.5px;
    z-index: 0;
}



.footer-bottom {
    text-align: center;
    padding: 20px;
    /* border-top: 1px solid #eee; */
    font-size: 13px;
    color: #777;
    margin-bottom: 80px;
    font-size: 14px;
}

.footer-bottom a {
    color: #000000;
    margin: 0 5px;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}



/* NAV BULLET */

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* spacing between items */
}

.navbar-nav .nav-item {
  display: flex;
  align-items: center;
  position: relative;
}

/* Add bullet between items, not after the last */
.navbar-nav .nav-item:not(:last-child)::after {
  content: "•";
  color: #000;
  font-size: 18px;
  margin-left: 10px;
  margin-right: 5px;
}

/* Grow section */
.chart-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

/* Chart image stays responsive */
#chart {
  width: 100%;
  height: auto;
  display: block;
}

/* Lines positioned absolutely over the chart */
.chart-wrapper .line,
.chart-wrapper .line2,
.chart-wrapper .line3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  /* or adjust as needed */
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

/* Optional z-index layering if needed */
.chart-wrapper .line { z-index: 1; }
.chart-wrapper .line2 { z-index: 2; }
.chart-wrapper .line3 { z-index: 3; }


#robo{
    position: absolute;
    left: 60%;
    top: 30px;
}

#robo img{
    height: 220px;
}

@media (max-width:490px) {   
#robo{
    position: absolute;
    left: 68%;
    top: 5px;
}
#robo img{
    height: 115px;
}
}


/* navbar */
/* Makes the navbar stick to the top */




@media (min-width:990px) {
#pdf{
    display: none;
}

}

.footer-glow {
    position: relative;
    height: 200px;
    width: 100%;
    margin-top: -85px;
    z-index: 0;
}

    .footer-glow::before {
        content: "";
        position: absolute;
        top: 110px;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        height: 300px;
        border-radius: 10px;
       background: linear-gradient(90deg, #296096 0%, #26467F 24.52%, #252A6A 50%, #272262 75%, #382B57 100%);

   backdrop-filter: blur(150px);

        opacity: 1;
        z-index: 999;
    }

/* Mobile devices (max width: 490px) */
@media (max-width: 490px) {
    .footer-glow {
        height: 40px;
        width: 100%;
        margin-top: -80px;
    }

    .footer-glow::before {
        width: 140px;
        height: 240px;
        top: 40px;
        filter: blur(110px);
    }
       .footer-bottom{
        margin-bottom: 20px;
    }
}

/* Tablets (491px to 768px) */
@media (min-width: 491px) and (max-width: 768px) {
    .footer-glow {
        height: 45px;
        margin-top: -90px;
    }

    .footer-glow::before {
        width: 500px;
        height: 280px;
        top: 50px;
        filter: blur(135x);
    }
    .footer-container {
    max-width: 1300px;
    margin: auto;
    padding: 60px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(335px, 230px));
    gap: 10px;
}
#robo img {
    height: 125px;
}
}

/* Desktops (769px and up) */
@media (min-width: 769px) {
    .footer-glow {
        height: 95px;
    }

    .footer-glow::before {
        width: 500px;
        /* height: 320px; */
        filter: blur(135px);
    }
 
}

@media (min-width: 768px) and (max-width: 1024px) {
    #robo img {
    height: 150px;
}
}