*{
    font-family: "Urbanist", sans-serif !important;
}
.navbar {
    --bs-navbar-padding-y: 0.6rem !important;
}

.navbar .logo-size , .logo-size {
    height: 40px;
}

.navbar-style {
    border-bottom: 1px solid #e3e0e0;
}

.navbar .btn-login , .navbar .btn-claim {
    background-color: #03bc63;
    width: 85px;
    height: 40px;
    font-size: 16px;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .btn-login {
    background-color: black !important;
}

.nav-link {
    font-weight: 600 !important;
}

.navbar .tele-icon {
    height: 20px;
    width: 20px;
}

.hero-section .para {
    font-size: 18px;
    text-shadow: 0px 3px 3px #0000003b;
}

.section{
    padding: 50px 0px;
}

.countdown-container {
    margin-bottom: 30px;
}

.countdown-text {
       font-size: 50px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 60px;
}

.timer {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.time-box {
    background: #03bc6330;
    color: #03bc63;
    font-size: 40px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 10px;
    text-align: center;
}

.label {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    color: #03bc63;
}

.color-green{
    color: #03bc63;
}

.navbar-toggler:focus {
     box-shadow: unset !important; 
}

.email-box{
    height: 50px;
    border: 1px solid #03bc63 !important;
    padding-left:50px!important;
    border-radius: 10px 0px 0px 10px !important;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    width: 100px;
}

.btn-green{
    background-color:#03bc63 !important ;
    color:white !important;
}

.envelope-position{
    z-index:1;
    top: 30%;
    left: 2%;
}

.para-below-email{
    font-size: 18px;
    line-height: 20px;
}
.footer .manage p{
    padding-left: 82px;
}

.footer .manage span{
    font-size: 14px;
}

.footer .rights p{
    font-size: 14px;
}

.company-logo-size{
    width:80px;
}

.bg-image{
    background-image:url('../img/landing_page/image-bg.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.bg-footer{
 background: radial-gradient(circle at right bottom, #2EC771 10%, #bdaaaa4d 22%, white);  
}

.company-size{
    width:70px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 25px !important;
    }

    .navbar .tele-icon {
        margin-left: 30px;
    }

    .container-fluid {
        padding-right: calc(var(--bs-gutter-x)* 2) !important;
        padding-left: calc(var(--bs-gutter-x)* 2) !important;
    }
}

@media (max-width: 991px) {
    .navbar .btn-login {
        background-color: #03bc63;
        margin-top: 10px;
    }
    .navbar .tele-icon {
        margin-top: 20px;
    }
     .container-fluid {
        padding-right: calc(var(--bs-gutter-x)* 1) !important;
        padding-left: calc(var(--bs-gutter-x)* 1) !important;
    }
}


@media (max-width: 767px) {

    .hero-section .para {
        font-size: 16px;
    }

    .section{
        padding: 50px 0px;
    }

    .countdown-text {
        font-size: 28px;
        line-height: 40px;
    }

    .timer {
        gap: 15px;
    }

    .time-box {
        font-size: 30px;
    }
    
    .email-box {
        height: 40px;
    }
}
/* ======= Social Icons (Telegram & X) ======= */

/* Desktop Icons Size (explicit width & height) */
.social-icon-desktop {
    width: 40px;            /* explicit width */
    height: 40px;           /* explicit height to match width */
    object-fit: contain;    /* maintains proportions, no distortion */
    margin: 0 8px;          /* spacing around icons */
}

/* Mobile Icons Size (explicit width & height) */
.social-icon-mobile {
    width: 30px;            /* explicit width */
    height: 30px;           /* explicit height matches width */
    object-fit: contain;    /* maintains proportions, no distortion */
    margin: 0 6px;          /* mobile-friendly spacing */
}


/* Centering icons clearly (just to ensure perfect alignment) */
.text-center img {
    vertical-align: middle;
}
<div class="dashboard-grid">
  <div class="dashboard-card">
    <div class="card-title">Direct Referrals</div>
    <div class="card-value">0</div>
  </div>

  <div class="dashboard-card">
    <div class="card-title">All Referrals</div>
    <div class="card-value">0</div>
  </div>

  <!-- repeat for other cards -->
</div>
.timeline {
    border-left: 4px solid #03bc63;
    padding-left: 20px;
    margin-top: 20px;
}

.timeline div {
    position: relative;
    padding-bottom: 20px;
}

.timeline h4 {
    color: #03bc63;
}

.timeline div::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 8px;
    background-color: #03bc63;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.btn-about {
    background-color: #00A86B; /* Your brand green, replace if needed */
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-weight: 600;
}
.btn-about {
    background-color: #00A86B; /* Replace with your brand green if needed */
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-weight: 600;
}
/* Hide profile icon completely on mobile devices */
@media (max-width: 767px) {
    .nav-link.nav-profile {
        display: none !important;
    }
}
@media (max-width: 767px) {
    #header {
        background-color: #333 !important;
    }

    /* remove unwanted green pseudo-elements on mobile */
    #header::after,
    #header::before {
        content: none !important;
    }
}
