/* body {
  font-family: "Inter", sans-serif;
  background: #ffffff;
} */

/* ===== IMPORT GEIST FONT ===== */
/* @import url('https://cdn.jsdelivr.net/npm/geist-font@1.2.0/dist/geist.min.css'); */
/* @import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&display=swap"); */

/* ============================
   GEIST LOCAL FONT IMPORT
   ============================ */

@font-face {
    font-family: "Geist";
    src: url("./font/Geist-Thin-BF6569491e12aff.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Geist";
    src: url("./font/Geist-UltraLight-BF6569491f3e71d.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Geist";
    src: url("./font/Geist-Light-BF6569491dc9c01.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Geist";
    src: url("./font/Geist-Regular-BF6569491e3eff1.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Geist";
    src: url("./font/Geist-Medium-BF6569491e1c281.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Geist";
    src: url("./font/Geist-SemiBold-BF6569491e8c368.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Geist";
    src: url("./font/Geist-Bold-BF6569491da5a14.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Geist";
    src: url("./font/Geist-Black-BF6569491cec591.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Geist";
    src: url("./font/Geist-UltraBlack-BF6569491ecdc4d.otf") format("opentype");
    font-weight: 950;
    font-style: normal;
}

/* Variable font support */
@font-face {
    font-family: "Geist VF";
    src: url("./font/GeistVF-BF6569491f13184.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
}

body {
    font-family: "Geist";
    background: #ffffff;
}

/* ===== HERO IMAGE GRID ===== */
.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
}

.image-grid img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

/* ===== FEATURE CARD GRADIENTS ===== */
.gradient-red {
    background: linear-gradient(45deg, #ff6b81, #ff4757);
}
.gradient-blue {
    background: linear-gradient(45deg, #4d8cff, #6c5ce7);
}
.gradient-orange {
    background: linear-gradient(45deg, #ff9f1a, #ff7f50);
}
.gradient-yellow {
    background: linear-gradient(45deg, #f7b731, #f8a500);
}
.gradient-green {
    background: linear-gradient(45deg, #2ecc71, #1abc9c);
}
.gradient-pink {
    background: linear-gradient(45deg, #ff66cc, #ff4da6);
}
.gradient-teal {
    background: linear-gradient(45deg, #0abde3, #10ac84);
}

.info-card {
    transition: 0.3s;
}
.info-card:hover {
    transform: translateY(-5px);
}

/* ===== COMMUNITY CARD ===== */
.community-card {
    border: 1px solid #eee;
    background: #fff;
    text-align: center;
    padding: 18px;
    border-radius: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}
.community-card:hover {
    background: #ffe6e8;
    border-color: #ff8fa3;
}

/* ===== DOWNLOAD CARD ===== */
.download-card {
    min-height: 230px;
}

/*** GLOBAL CSS START ***/

.fc1 {
    color: #ff5785 !important;
}

.fc2 {
    color: #36171a !important;
}

.fc3 {
    color: rgb(54 23 26 / 60%) !important;
}

.fs12rem {
    font-size: 1.25rem;
}

.fs45rem {
    font-size: 4.5rem !important;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs48 {
    font-size: 48px;
}

.lh85 {
    line-height: 85px;
}

.fw300 {
    font-weight: 300;
}

/*** GLOBAL CSS END ***/

/* ===== NAV BAR CSS START HERE  ===== */
/* Glass Effect Background */
.custom-navbar {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    padding: 15px 0;
}

/* Gradient Brand Text */
.brand-text {
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(to right, #ff5785, #ff5785, #ffaf6f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Sign In Button */
.sign-btn {
    padding: 10px 24px;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: #ff5785;
    border: none;
}

.sign-btn:hover {
    background-color: #ff5785;
    box-shadow: 0 0 20px #ff578580;
}

/* ===== NAV BAR CSS END HERE  ===== */

/* ===== HOME BANNER CSS START HERE  ===== */

.bg-circle {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    filter: blur(90px);
    z-index: -1;
}

.bg-accent {
    background-color: color-mix(in oklab, #fc5855 8%, transparent) !important;
}

.bg-secondary {
    background-color: color-mix(in oklab, #ffaf6f 8%, transparent) !important;
}

.gradient-red {
    background: linear-gradient(45deg, #ff6b81, #ff4757);
}
.gradient-blue {
    background: linear-gradient(45deg, #c27aff, #6c5ce7);
}
.gradient-teal {
    background: linear-gradient(45deg, #0abde3, #10ac84);
}
.gradient-orange {
    background: linear-gradient(45deg, #ff9f1a, #ff7f50);
}

.feature-card {
    border-radius: 15px;
    padding: 20px;
    cursor: pointer;
    transition: 0.3s ease;
}

.feature-card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}

.btn-border {
    border: 2px solid #ff5785;
    border-radius: 15px;
    background-color: #ffffff;
}

.btn-border:hover {
    border: 2px solid #ff5785;
    border-radius: 15px;
    background-color: #fbf3ef;
}

.google-btn:hover .google-icon {
    transform: scale(1.1);
}

.gradient-btn {
    background: linear-gradient(to right, #ff7f50, #ff6b81, #ff9f1a);
    color: white;
    transition: 0.3s ease;
    border-radius: 15px;
}

.gradient-btn:hover {
    background: linear-gradient(to right, #ff7f50, #ff6b81, #ff9f1a);
    color: white;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
    border-radius: 15px;
}

.hero-image {
    border-radius: 20px;
    transition: 0.4s;
    height: 100vh;
    object-fit: cover;
}

.hero-image:hover {
    box-shadow: 0 0 40px rgba(150, 0, 255, 0.45);
}

/* ===== HOME BANNER CSS END HERE  ===== */

/* ===== WHY CHOOSE CSS START HERE  ===== */

.why-choose-bg {
    background-color: #fbf9fa;
    padding: 90px 0px 90px 0px !important;
}

.feature-card {
    color: #fff;
    padding: 32px;
    border-radius: 20px;
    transition: all 0.35s ease;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.feature-card:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

/* Icon animation */
.feature-card .icon {
    font-size: 40px;
    margin-bottom: 16px;
    transition: transform 0.3s ease;
}

.feature-card:hover .icon {
    transform: scale(1.25);
}

/* Gradient backgrounds */
.gradient-red {
    background: linear-gradient(135deg, #f87171, #ec4899);
}

.gradient-purple {
    background: linear-gradient(135deg, #a78bfa, #6366f1);
}

.gradient-blue {
    background: linear-gradient(135deg, #60a5fa, #22d3ee);
}

.gradient-orange {
    background: linear-gradient(135deg, #fb923c, #facc15);
}

.gradient-green {
    background: linear-gradient(135deg, #4ade80, #10b981);
}

.gradient-pink {
    background: linear-gradient(135deg, #f472b6, #fb7185);
}

/* ===== WHY CHOOSE CSS END HERE  ===== */

/* ===== THRIVING COMMUNITY CSS START HERE  ===== */

.thriving-community-bg {
    padding: 90px 0px 90px 0px !important;
}

.social-card-bg {
    padding: 32px !important;
    border-radius: 20px !important;
    transition: all 0.35s ease;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.social-card-bg:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    border: 2px solid #ff5785;
}

/* Icon animation */
.social-card-bg .icon {
    font-size: 24px;
    transition: transform 0.3s ease;
}

.social-card-bg:hover .icon {
    transform: scale(1.25);
}

/* Gradient text */
.gradient-text {
    background: linear-gradient(to right, #ff5785, #ff6b81, #ff9f1a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ===== THRIVING COMMUNITY CSS END HERE  ===== */

/* ===== GET INBLOOD CSS START HERE  ===== */
.get-inblood-bg {
    background-color: rgb(255 175 111 / 30%);
    padding: 90px 0px 90px 0px !important;
}

/* Download card (Google Play) */
.download-card {
    background-color: #155dfc;
    transition: all 0.3s ease;
}
.download-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(37, 99, 235, 0.4);
}

/* Icon styling */
.card-icon {
    font-size: 3rem;
    display: inline-block;
    transition: transform 0.3s ease;
}
.download-card:hover .card-icon {
    transform: scale(1.1);
}

/* Badge inside download button */
.badge-btn {
    background: rgba(255, 255, 255, 0.25);
    font-weight: 600;
    transition: background 0.3s ease;
}
.badge-btn:hover {
    background: rgba(255, 255, 255, 0.35);
}

/* Coming soon badge */
.coming-badge {
    background: #ffaf6f;
    color: #fff;
    font-weight: bold;
    font-size: 0.85rem;
}

/* Notify button */
.notify-btn {
    background: #e0e0e0;
    color: #555;
    font-weight: 600;
}
/* ===== GET INBLOOD CSS END HERE  ===== */

/* ===== FOOTER CSS START HERE  ===== */

/* Gradient brand text */
.footer-brand {
    font-weight: 800;
    font-size: 28px;
    background: linear-gradient(to right, #ff5785, #ff5785, #ffaf6f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Link styling */
.footer-link {
    color: rgb(54 23 26 / 60%) !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #ff5785 !important; /* primary color equivalent */
}

/* Small adjustments */
footer {
    border-color: #e5e7eb !important; /* Tailwind border-border */
}

.shadow-sm {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* ===== FOOTER CSS END HERE  ===== */

.icon {
    font-size: 26px;
    margin-bottom: 8px;
}

/* Brand colors */
.linkedin i {
    color: #0a66c2;
}

.instagram i {
    color: #e4405f;
}

.whatsapp i {
    color: #25d366;
}

.telegram i {
    color: #0088cc;
}

.facebook i {
    color: #1877f2;
}

.web-link {
    position: relative;
    transition: color 0.3s ease;
}

.web-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: currentColor;
    transition: width 0.3s ease;
}

.web-link:hover {
    color: #ff4d6d;
}

.web-link:hover::after {
    width: 100%;
}

.subheadpadd {
    padding: 70px 0px 20px 0px !important;
}

@media (max-width: 768px) {
    .subheadpadd {
        padding: 70px 0px 20px 0px !important;
    }

    .fs45rem {
        font-size: 3.15rem !important;
    }
    .lh53 {
        line-height: 53px;
    }
    .why-choose-bg {
        padding: 0px 0px 0px 0px !important;
    }

    .thriving-community-bg {
        padding: 30px 0px 30px 0px !important;
    }
    .social-card-bg {
        padding: 15px 25px !important;
        border-radius: 10px !important;
    }
    .get-inblood-bg {
        padding: 30px 0px 30px 0px !important;
    }
}

@media (max-width: 480px) {
    .subheadpadd {
        padding: 0px 0px 20px 0px !important;
    }
    .fs45rem {
        font-size: 3.15rem !important;
    }
    .lh53 {
        line-height: 53px;
    }

    .why-choose-bg {
        padding: 0px 0px 0px 0px !important;
    }

    .thriving-community-bg {
        padding: 30x 0px 30px 0px !important;
    }

    .social-card-bg {
        padding: 15px 25px !important;
        border-radius: 10px !important;
    }

    .get-inblood-bg {
        padding: 30px 0px 30px 0px !important;
    }
}

/* */
