i.fa.fa-bars.text-light {
    color: white !important;
}
.urban.services-section {
    padding: 60px 20px;
    text-align: center;
    background:#0D182E;
}

.urban .section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000;
}


.urban .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
}


.urban .service-box {
    background: #f7f7f7;
    padding: 40px 20px;
    border-radius: 10px;
    transition: 0.3s ease;
    border: 2px solid #d9d5d5;
}
.urban .service-box:hover {
 background: #CC95C0;  
background: -webkit-linear-gradient(to right, #7AA1D2, #DBD4B4, #CC95C0);  
background: linear-gradient(to right, #7AA1D2, #DBD4B4, #CC95C0); 

}

.urban .service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.urban .service-icon img {
  
  margin-bottom: 20px;
  border-radius: 20px;
  height:100px;
  width:100px;
}

.urban .service-box h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
}

/* Responsive */
@media (max-width: 992px) {
    .urban .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .urban .services-grid {
        grid-template-columns: 1fr;
    }

    .urban .section-title {
        font-size: 24px;
    }
}


/*========================================*/
 .section-title { font-weight: 700; font-size: 28px; text-align: center; margin-bottom: 40px; }
        .feature-img { width: 100%; height:auto; }
        .cta-btn { padding: 10px 25px; font-weight: 600; margin-top:15px; }
        .card-block { padding: 30px 15px; border-radius: 15px; background: white; box-shadow: 0 0 20px rgba(0,0,0,0.05); }
        

/**/

.swiper-1{
     background:#130628;       
        }
 .slider-wrapper {
    overflow: hidden;
    width: 100%;
  }

  .slider-track {
    display: flex;
    animation: scroll 18s linear infinite;
  }

  .slider-item {
    min-width: 33.33%; /* 3 items */
    padding: 10px;
  }

  .slider-item img {
    width: 100%;
    height: 240px;      
    object-fit: cover;   
    border-radius: 10px;
  }

  /* Tablet */
  @media (max-width: 768px) {
    .slider-item {
      min-width: 50%;
    }
    .slider-item img {
      height: 200px; 
    }
  }

  /* Mobile */
  @media (max-width: 576px) {
    .slider-item {
      min-width: 100%;
    }
    .slider-item img {
      height: 180px;
    }
  }

  /* Animation */
  @keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }


/* Section Wrapper */
.urban.testimonial-section {
    padding: 60px 20px;
    background: #242323;
}

.urban .section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Grid */
.urban .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Box */
.urban .testimonial-box {
    background: #f9f9f9;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.07);
    transition: 0.3s;
    border: 2px solid #d2d2d2;
}

.urban .testimonial-box:hover {
    transform: translateY(-4px);
}

/* User Icon */
.urban .t-img img {
    width: 80px;
    height: 80px;
}

/* Stars */
.urban .t-stars {
    margin: 15px 0;
    font-size: 20px;
    color: #ffbb33;
}

/* Text */
.urban .t-text {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Name */
.urban .t-name {
    font-weight: 700;
    font-size: 16px;
}



/* Tablets */
@media (max-width: 992px) {
    .urban .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (up to 600px) */
@media (max-width: 600px) {
    .urban .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .urban .section-title {
        font-size: 26px;
    }

    .urban .testimonial-box {
        padding: 30px 20px;
    }
}

/* Very Small Mobile – 320px Ready */
@media (max-width: 360px) {
    .urban .t-img img {
        width: 65px;
        height: 65px;
    }

    .urban .t-text {
        font-size: 14px;
    }

    .urban .t-name {
        font-size: 15px;
    }
}


/* ----------------------------------------------------
   HERO SECTION
---------------------------------------------------- */
.about-hero {
    position: relative;
    width: 100%;
    min-height: 700px;
    background-image: url('/public/images/image_1 (1).jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    display: flex;
    align-items: center;

    padding: 120px 5% 60px 5%; 
}

/* Dark Overlay */
.about-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#004646;
    z-index: 1;
}

/* Content Wrapper */
.content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* -----------------------------
   LEFT TEXT CONTENT
----------------------------- */
.left-content {
    width: 50%;
    color: #fff;
}

.left-content h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
}

.left-content p {
    font-size: 20px;
    margin-bottom: 25px;
    max-width: 90%;
    line-height: 1.5;
}

/*.hero-btn {*/
/*    display: inline-block;*/
/*    padding: 12px 28px;*/
/*    background: #ff6600;*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    text-decoration: none;*/
/*    border-radius: 6px;*/
/*    transition: 0.3s;*/
/*}*/

/*.hero-btn:hover {*/
/*    background: #e85d00;*/
/*}*/
.hero-btn {
    display: inline-block;
    padding: 13px 32px;
    font-size: 18px;
    font-weight: 600;
    color:black;
    text-decoration: none;
    border-radius: 50px;
    background:#00B98E;
    box-shadow: 0 6px 18px rgba(255, 115, 0, 0.4);
    transition: 0.3s ease-in-out;
}

.hero-btn:hover {
    background: linear-gradient(135deg, #ffd75a, #ff8c1a);
    box-shadow: 0 8px 22px rgba(255, 140, 26, 0.55);
    transform: translateY(-3px);
}
.sapn-1{
    color:#00B98E;
}

/* -----------------------------
   RIGHT IMAGE CONTENT
----------------------------- */
/*.right-content {*/
/*    width: 45%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

/*.right-content img {*/
/*    width: 100%;*/
    /*max-width: 420px;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0px 6px 20px rgba(0,0,0,0.3);*/
/*}*/

.right-content {
    width: 45%;
    display: flex;
    justify-content: center;
}


.mobile-wrapper {
    position: relative;
    width: 100%;
    max-width: 320px;   
}

/* Mobile Image */
.mobile-img {
    width: 100%;
    height: auto;
    max-height: 520px;  
    object-fit: contain;
    border-radius: 12px;
   
    z-index: 2;
}


.float-box {
    position: absolute;
    /*width: 140px;*/
    max-width: 75%;
    z-index: 3;
    animation: floatMove 2s ease-in-out infinite;
}


.box-left-top {
    top: 12%;
    left: -40%;
}

.box-left-bottom {
    bottom: 12%;
    left: -40%;
    animation-delay: 1.5s;
}

.box-right {
    top: 40%;
    right: -40%;
    animation-delay: 3s;
}

/* Floating Animation */
@keyframes floatMove {
    0% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}


@media (max-width: 991px) {
    .right-content {
        width: 100%;
        margin-top: 30px;
    }

    .mobile-wrapper {
        max-width: 260px;
    }

    .float-box {
        position: static;
        display: block;
        margin: 10px auto;
        animation: none;
    }
}

@media (max-width: 767px) {

   
    .float-box {
        display: none;
    }

    
    .mobile-wrapper {
        max-width: 240px;
        margin: 0 auto;
    }
}

/* ----------------------------------------------------
   RESPONSIVE: TABLETS
---------------------------------------------------- */
@media (max-width: 991px) {
    .about-hero {
        padding-top: 140px; 
        padding-bottom: 60px;
        background-position: center;
    }

    .content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .left-content,
    .right-content {
        width: 100%;
    }

    .right-content {
        margin-top: 35px;
    }

    .left-content h1 {
        font-size: 45px;
    }

    .left-content p {
        font-size: 18px;
    }
}

/* ----------------------------------------------------
   RESPONSIVE: MOBILE
---------------------------------------------------- */
@media (max-width: 480px) {
    .about-hero {
        padding-top: 150px; 
        padding-bottom: 50px;
    }

    .left-content h1 {
        font-size: 35px;
    }

    .left-content p {
        font-size: 16px;
    }

    .hero-btn {
        padding: 10px 22px;
        font-size: 16px;
    }

    .right-content img {
        max-width: 300px;
    }
}

/* ----------------------------------------------------
   EXTRA SMALL DEVICES (≤ 320px)
---------------------------------------------------- */
@media (max-width: 320px) {
    .about-hero {
        padding-top: 160px;
    }

    .left-content h1 {
        font-size: 28px;
    }
}



/*footer start*/
/* MAIN FOOTER */
.fish-footer {
    background: #1c486b;
    padding: 50px 20px;
    color: #fff;
    font-family: Arial, sans-serif;
    margin-top: -7px;
}

/* TOP AREA LAYOUT */
.fish-footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1300px;
    margin: auto;
}

/* LEFT AREA */
.fish-footer-left {
    min-width: 220px;
}

.fish-social-icons a {
    background: #ffffff22;
    padding: 10px;
    margin-right: 5px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    transition: 0.3s;
}

.fish-social-icons a:hover {
    background: #ffffff55;
}

.fish-footer-tagline {
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
}

/* MENU COLUMNS */
.fish-footer-menus {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.fish-menu-col ul {
    padding: 0;
    list-style: none;
}

.fish-menu-col ul li {
    margin-bottom: 8px;
}

.fish-menu-col ul li a {
    color: #fff;
    font-size: 15px;
    opacity: 0.9;
    transition: 0.3s;
}

.fish-menu-col ul li a:hover {
    opacity: 1;
    color: #ffd700;
}

/* SUBSCRIBE SECTION */
.fish-footer-subscribe h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.fish-footer-subscribe input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 6px;
    margin-bottom: 10px;
}

.fish-footer-subscribe button {
    width: 100%;
    padding: 10px;
    background: #ffd700;
    color: #000;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.fish-footer-subscribe button:hover {
    background: #ffca00;
}

/* ABOUT TEXT SECTION */
.fish-footer-about {
    max-width: 1300px;
    margin: 40px auto 20px;
    line-height: 22px;
    font-size: 14px;
    color: #eee;
}

/* BOTTOM LINKS */
.fish-footer-bottom {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #ffffff44;
    font-size: 14px;
}

.fish-footer-bottom a {
    color: #fff;
    margin: 0 5px;
    opacity: 0.9;
}

.fish-footer-bottom a:hover {
    color: #ffd700;
}

.fish-footer-copy {
    margin-left: 10px;
    opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .fish-footer-top {
        text-align: center;
        justify-content: center;
    }

    .fish-footer-menus {
        justify-content: center;
    }

    .fish-footer-about {
        text-align: center;
    }
}
.fish-wave {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#fish-wave-path {
    animation: fishWaveMove 2s ease-in-out infinite alternate;
}

@keyframes fishWaveMove {
    0% {
        d: path("M0,97 C250,120 250,120 500,100 C750,80 750,80 1000,95 C1250,110 1250,110 1440,97 L1440,150 L0,150 Z");
    }
    100% {
        d: path("M0,90 C250,110 250,110 500,120 C750,130 750,130 1000,115 C1250,100 1250,100 1440,90 L1440,150 L0,150 Z");
    }
}

/*footer end*/
/* BACKGROUND */
.fish-footer {
    background: #1c486b;
    color: #fff;
    padding: 50px 0;
    font-family: Arial;
}

/* TOP MAIN LAYOUT */
.fish-footer-main {
    max-width: 1350px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    /*gap: 50px;*/
    /*padding: 10px 202px;*/
}

/* LEFT LOGOS */
.fish-logo-wrap {
    display: flex;
    gap: 15px;
    align-items: center;
}

.fish-logo { width: 217px; }
.fish-cgiar { width: 60px; }

/* SOCIAL ICONS */
.fish-social a {
    background: #ffffff20;
    padding: 10px 12px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 6px;
    color: white;
}

.fish-tagline {
    margin-top: 20px;
    line-height: 23px;
    font-size: 15px;
}

/* RIGHT MULTI-COLUMN MENU */
.fish-footer-menus {
    display: flex;
    gap: 80px;
}

.fish-footer-menus ul {
    list-style: none;
    padding: 0;
}

.fish-footer-menus ul li {
    margin-bottom: 10px;
}

.fish-footer-menus ul li a {
    color: #fff;
    opacity: 0.9;
    font-size: 20px;
}

/* ABOUT + SUBSCRIBE ROW */
.fish-bottom-row {
    max-width: 1350px;
    margin: 40px auto 20px;
    padding: 0 125px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.fish-about {
    width: 65%;
    line-height: 20px;
    font-size: 14px;
    opacity: .9;
}

/* SUBSCRIBE BOX */
.fish-subscribe {
    width: 28%;
}

.fish-subscribe h3 {
    margin-bottom: 10px;
    font-weight: bold;
}

.fish-subscribe input {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    margin-bottom: 10px;
}

.fish-subscribe button {
    width: 100%;
    padding: 12px;
    background: #ffd700;
    color: black;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

/* BOTTOM POLICY LINKS */
.fish-footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #ffffff30;
    margin-top: 30px;
}

.fish-footer-bottom a {
    color: #fff;
    opacity: .9;
}

/* RESPONSIVE */
@media(max-width: 900px){
    .fish-footer-main {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .fish-footer-menus {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .fish-bottom-row {
        flex-direction: column;
        text-align: center;
    }

    .fish-about, .fish-subscribe {
        width: 100%;
    }
}

/* ===========================================*/
.pub-section {
    padding: 60px 0;
    background: #f4f6f9;
}

.pub-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.pub-heading {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color:black;
    letter-spacing: 1px;
}

.pub-line {
    width: 60px;
    height: 4px;
    background: #3cb043;
    margin: 10px auto 40px;
    border-radius: 5px;
}

.pub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.pub-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: 0.3s ease;
}

.pub-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 16px rgba(0,0,0,0.15);
}

.pub-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.pub-body {
    padding: 20px;
}

.pub-type {
    font-size: 14px;
    font-weight: 700;
    color: #0a6fb8;
}

.pub-title {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.pub-footer {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}

.pub-date {
    font-size: 14px;
    color: #777;
}

/* Responsive for 320px */
@media(max-width: 480px) {
    .pub-heading {
        font-size: 26px;
    }
    .pub-title {
        font-size: 16px;
    }
}

.aqua-section {
    width: 100%;
    position: relative;
}

.aqua-bg {
    /*background: url('img/backg/round.jpg') center/cover no-repeat;*/
    padding: 90px 0;
    position: relative;
     background-image: url('/public/images/fishslide.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

.aqua-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    /*background-image: url('/public/images/fishslide.jpg');*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-attachment: fixed;*/
    display: flex;
    align-items: center;
    z-index: 1;
}

.aqua-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.aqua-box {
    background: rgba(255,255,255,0.35);
    backdrop-filter: blur(4px);
    padding: 40px 60px;
    border-radius: 20px;
    text-align: center;
    width: 420px;
    transition: 0.3s ease;
}

.aqua-box:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,0.45);
}

.aqua-icon img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.aqua-title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
}

/* Mobile responsive 360–320px */
@media(max-width: 480px) {
    .aqua-box {
        width: 90%;
        padding: 30px 20px;
    }

    .aqua-title {
        font-size: 22px;
    }

    .aqua-icon img {
        width: 60px;
        height: 60px;
    }
}


/**/

.latest-sec {
    padding: 70px 0;
    background: #ffffff;
}

.latest-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.latest-title {
    text-align: center;
    font-size: 32px;
    color:white;
    font-weight: 700;
}

.latest-line {
    width: 60px;
    height: 4px;
    background: #37b24d;
    margin: 12px auto 25px;
    border-radius: 10px;
}

.latest-subtext {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    font-size: 17px;
    color:white;
}

.latest-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    align-items: start;
}

.latest-img-box {
    overflow: hidden;
    border-radius: 25px;
}

.latest-img {
    width: 80%;
    border-radius: 25px;
    object-fit: cover;
}

.latest-heading {
    font-size:50px;
    font-weight: 700;
    color:#00B98E;
    line-height: 1.3;
    margin-bottom: 15px;
}

.latest-category {
    font-size: 15px;
    font-weight: 600;
    color: #0a6fb8;
    margin-bottom: 12px;
}

.latest-icon {
    font-size: 16px;
}

.latest-desc {
    font-size: 18px;
    /*color:black;*/
    line-height: 1.6;
}
ul.list-unstyled {
    color: white;
}

/*  Responsive for Mobile (360px–320px) */
@media(max-width: 768px) {
    .latest-grid {
        grid-template-columns: 1fr;
    }

    .latest-heading {
        font-size: 35px;
    }

    .latest-subtext {
        font-size: 15px;
    }
}

@media(max-width: 480px) {
    .latest-title {
        font-size: 26px;
    }

    .latest-heading {
        font-size: 27px;
    }

    .latest-desc {
        font-size: 14px;
    }
}

.img-responsive-custom {
    max-width: 400px;   /* Desktop par size control */
    width: 100%;        /* Mobile par full responsive */
    height: auto;
}
/* ---------- FOOTER WRAPPER ---------- */
.wf-footer {
    background: #0b1a2a;
    color: #ffffff;
    padding: 60px 40px;
    font-family: "Inter", sans-serif;
}

/* ---------- TOP SECTION ---------- */
.wf-footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 50px;
}

/* LEFT LOGO + SOCIAL */
.wf-left {
    max-width: 300px;
}

.wf-logo img {
    width: 180px;
    margin-bottom: 20px;
}

.wf-social a {
    color: #ffffff;
    margin-right: 10px;
    font-size: 18px;
    display: inline-block;
    transition: 0.3s;
}

.wf-social a:hover {
    color: #00aaff;
    transform: translateY(-3px);
}

.wf-tagline {
    margin-top: 15px;
    line-height: 1.5;
    font-size: 15px;
    opacity: 0.9;
}

/* ---------- RIGHT MENU COLUMNS ---------- */
.wf-menus {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.wf-menus ul {
    list-style: none;
}

.wf-menus ul li {
    margin-bottom: 10px;
}

.wf-menus ul li a {
    color: #ffffff;
    opacity: 0.9;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.wf-menus ul li a:hover {
    color: #00aaff;
    opacity: 1;
}

/* ---------- MIDDLE SECTION ---------- */
.wf-middle {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    padding: 30px 0;
    border-top: 1px solid #ffffff22;
    border-bottom: 1px solid #ffffff22;
}

.wf-about {
    flex: 1;
    max-width: 600px;
    line-height: 1.7;
    opacity: 0.9;
}

/* SUBSCRIBE BOX */
.wf-subscribe h3 {
    margin-bottom: 15px;
    color:white;
}

.wf-subscribe-box {
    display: flex;
}

.wf-subscribe-box input {
    width: 260px;
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 4px 0 0 4px;
}

.wf-subscribe-box button {
    background: #00aaff;
    border: none;
    padding: 10px 20px;
    color:black;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    transition: 0.3s;
}

.wf-subscribe-box button:hover {
    background: #0088cc;
}

/* ---------- BOTTOM ---------- */
.wf-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
}

.wf-bottom a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 5px;
    opacity: 0.8;
    transition: 0.3s;
}

.wf-bottom a:hover {
    opacity: 1;
    color: #00aaff;
}

.wf-bottom span {
    margin-left: 10px;
    opacity: 0.8;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
    .wf-footer {
        padding: 40px 20px;
    }

    .wf-footer-top,
    .wf-middle {
        flex-direction: column;
    }

    .wf-menus {
        gap: 30px;
    }

    .wf-subscribe-box {
        flex-direction: column;
    }

    .wf-subscribe-box input {
        width: 100%;
        border-radius: 4px;
        margin-bottom: 10px;
    }

    .wf-subscribe-box button {
        width: 100%;
        border-radius: 4px;
    }
}

  .token-area {
    background:#0D182E;
    color: #fff;
  }

  .token-area h1 span {
    color: #0d6efd;
  }

  .single-token-box {
    background:#12213B;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 0.3s;
  }

  .single-token-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  }

  .token-title h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0d6efd;
  }

  .token-title p {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .token-title span {
    color: #ffc107;
    font-weight: 600;
  }

  #countdown {
    background:#0E2137;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
  }

  #tiles span {
    display: inline-block;
    min-width: 70px;
    padding: 15px 0;
    background: #00B98E;
    border-radius: 8px;
    margin: 5px;
    font-size: 22px;
    font-weight: bold;
  }

  .labels ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    width: 70px;
    text-align: center;
    font-size: 13px;
  }

  .range-title-menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 15px;
  }

  .team-area {
    background: #0b0e13;
    color: #fff;
  }

  .team-area h1 span,
  .team-area h4 {
    color: #0d6efd;
  }


  .team-card {
    background: #111827;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    transition: 0.4s;
    margin-bottom: 30px;
  }

  .team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(13, 110, 253, 0.3);
  }

  .team-card img {
    /*width: 100%;*/
    height: auto;
  }

  .team-content {
    padding: 20px;
  }

  .team-content h3 {
    font-size: 20px;
    margin-bottom: 5px;
        color: wheat;
  }

  .team-content p {
    font-size: 14px;
    color: #adb5bd;
  }

  .team-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    margin: 5px;
    transition: 0.3s;
    font-size: 14px;
  }

  .team-social a:hover {
    background: #ffc107;
    color: #000;
  }

  /* Investor Card */
  .investor-card {
    background: #111827;
    border-radius: 15px;
    text-align: center;
    padding: 25px 20px;
    transition: 0.4s;
    margin-bottom: 30px;
    position: relative;
  }

  .investor-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(13, 110, 253, 0.3);
  }

  .investor-card img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 4px solid #0d6efd;
  }

  .investor-card a {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #0d6efd;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }

  .investor-card a:hover {
    background: #ffc107;
    color: #000;
  }

  .investor-card h4 {
    font-size: 18px;
    margin-bottom: 5px;
        color: wheat;
  }

  .investor-card p {
    font-size: 14px;
    color: #adb5bd;
  }




