/********** Template CSS **********/
:root {
    --primary: #13C5DD;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.hero-header {
    background: img src="img/sgtlogo.jpg" top right no-repeat;
    background-size: cover;
}


}


.service-item {
    position: relative;
    height: 350px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    transform: rotate(-14deg);
}

.service-item .service-icon i {
    transform: rotate(15deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

@media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}


/* GENERAL */
{
    background-color: #f5f7fa;
    font-family: Arial, sans-serif;
}

/* ===== CORE VALUES ===== */
.core-section {
    padding: 80px 0;
    text-align: center;
}

.core-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 60px;
}

.core-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.core-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.letter {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff00;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.core-box h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.core-box p {
    color: #6c757d;
    font-size: 14px;
}

/* ===== APPROACH ===== */
.section {
    padding: 80px 0;
    background: #fff;
}

.title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
}

.image-box img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.item {
    display: flex;
    margin-bottom: 30px;
}

.icon-box {
    min-width: 45px;
    height: 45px;
    background: #0d6efd;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.item h6 {
    font-weight: 700;
    margin-bottom: 5px;
}

.item p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
}

.contact-header h1 {
        font-weight: 700;
        letter-spacing: 0px;
        color:  white;
    }

    .contact-header p {
        color: #6c757d;
        font-size: 16px;
    }

    .contact-card {
        background: #ffffff;
        border-radius: 15px;
        padding: 30px 20px;
        text-align: center;
        transition: 0.3s ease;
        box-shadow: 0 8px 25px rgba(0,0,0,0.05);
        height: 100%;
    }

    .contact-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    }

    .contact-icon {
        width: 70px;
        height: 70px;
        background: linear-gradient(45deg, #0d6efd, #4dabf7);
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        margin: 0 auto 15px;
    }

    .contact-card h6 {
        font-size: 15px;
        color: #333;
        margin: 0;
    }

    .map-container iframe {
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Poppins', sans-serif;
    }

    .logo {
      font-weight: 600;
      font-size: 20px;
      color: #ff4c60;
    }

    .tabs button {
      background: transparent;
      border: 1px solid #444;
      color: #ccc;
      padding: 8px 16px;
      margin: 5px;
      border-radius: 20px;
      cursor: pointer;
    }

    .tabs button.active,
    .tabs button:hover {
      background: #ff4c60;
      color: #fff00;
      border: none;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
      margin-top: 30px;
      padding: 0 40px;
    }

    .card {
      background: #0f3460;
      border-radius: 15px;
      padding: 20px;
      text-align: left;
      transition: 0.3s;
    }

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

    .card img {
      width: 100%;
      border-radius: 10px;
    }

    .card h3 {
      margin: 10px 0 5px;
      color: white;

    }

    .card p {
      font-size: 20px;
      color: #ccc;
    }

    .price {
      margin-top: 10px;
      font-weight: 600;
      color: #ff4c60;
    }

    .btn1 {
      display: inline-block;
      margin-top: 10px;
      padding: 6px 12px;
      border-radius: 5px;
      border: none;
      background: #ff4c60;
      color: #fff;
      cursor: pointer;
      font-size: 12px;
    }

     /* FOOTER */
        .footer-link {
            text-decoration: none;
            transition: 0.3s;
        }

        .footer-link:hover {
            color: #00d1ff !important;
            transform: translateX(5px);
        }

        .btn-social {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #00d1ff;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /********** TEMPLATE CSS (YELLOW THEME) **********/

:root {
    --primary: #FFD700;
    --secondary: #bfa100;
    --light: #fffbea;
    --dark: #1a1a1a;
}

/* ===== BUTTONS ===== */
.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    box-shadow: 0 8px 6px -6px #555;
}

.btn-primary {
    color: #000;
    background: var(--primary);
    border: none;
}

/* ===== SQUARE BUTTONS ===== */
.btn-square { width: 36px; height: 36px; }
.btn-sm-square { width: 28px; height: 28px; }
.btn-lg-square { width: 46px; height: 46px; }

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    text-align: center;
}

/* ===== BACK TO TOP ===== */
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

/* ===== NAVBAR ===== */
.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        position: absolute;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

/* ===== HERO FIX ===== */
.hero-header {
    background: url("img/sgtlogo.jpg") top right no-repeat;
    background-size: cover;
}

/* ===== SERVICE ===== */
.service-item {
    height: 350px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    border-radius: 50%;
    transform: rotate(-14deg);
}

.service-item .service-icon i {
    transform: rotate(15deg);
}

/* ===== CAROUSEL ===== */
.price-carousel::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    background: #fff;
    color: var(--primary);
    border-radius: 50%;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

/* ===== TEAM ===== */
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    background: var(--primary);
    color: #000;
    border-radius: 50%;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
    color: #fff;
}

/* ===== TESTIMONIAL ===== */
.testimonial-carousel .owl-dot {
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 50%;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

/* ===== GENERAL ===== */
body {
    background-color: var(--light);
    font-family: Arial, sans-serif;
}

/* ===== CORE ===== */
.core-section {
    padding: 80px 0;
    text-align: center;
}

.core-title {
    font-size: 42px;
    font-weight: 700;
}

.core-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    transition: 0.3s;
}

.core-box:hover {
    transform: translateY(-10px);
}

/* ===== LETTER ===== */
.letter {
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    background: var(--primary);
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ===== ICON BOX ===== */
.icon-box {
    width: 45px;
    height: 45px;
    background: var(--primary);
    color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ===== CONTACT ===== */
.contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(45deg, #FFD700, #e6c200);
    color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ===== CARDS ===== */
.card {
    background: #1a1a1a;
    color: #fff;
    border-radius: 15px;
    padding: 20px;
}

.price {
    color: var(--primary);
}

/* ===== BUTTON CUSTOM ===== */
.btn1 {
    background: var(--primary);
    color: #000;
    border: none;
}

/* ===== FOOTER ===== */
.footer-link {
    transition: 0.3s;
}

.footer-link:hover {
    color: var(--primary) !important;
}

.btn-social {
    width: 42px;
    height: 42px;
    background: var(--primary);
    color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Navbar brand (Starboard General Trading) */
.navbar-brand {
    color: #000000 !important;
}

/* WhatsApp Button */
.btn-whatsapp {
    background-color: #25D366;
    color: #fff;
    border: none;
}

.btn-whatsapp:hover {
    background-color: #1ebe5d;
    color: #fff;
}


/* Active nav link text */
.navbar-nav .nav-link.active {
    color: #888 !important; /* gray */
}

/* Underline (desktop hover/active) */
.navbar-light .navbar-nav .nav-link::before {
    background: #888 !important;
}

/* Hover color */
.navbar-light .navbar-nav .nav-link:hover {
    color: #888 !important;
}

/* Navbar logo */
.logo-img {
    height: 50px;     /* perfect size */
    width: 50px;
}

/* Fix navbar alignment */
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 1 px;
}

/* OPTIONAL: adjust navbar height */
.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Navbar brand layout */
.custom-brand {
    display: flex;
    align-items: center;
    gap: 4px; /* space between logo & text */
}

/* Remove extra spacing */
.navbar {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

/* Align navbar content properly */
.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Fix text spacing */
.custom-brand span {
    font-size: 18px;
    font-weight: 600;
}

/* MODERN FOOTER STYLES */
.footer {
    background: #0b162c; /* Deep Professional Navy */
    color: #cbd5e0;
    font-size: 15px;
}

.footer-logo {
    color: #ffffff;
    letter-spacing: -1px;
}

.text-primary {
    color: #FFD700 !important; /* Gold Accent */
}

/* Link Styling */
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #cbd5e0;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105"; /* FontAwesome Angle Right Icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFD700;
    letter-spacing: 1px;
    box-shadow: none;
}

/* Social Icon Styling */
.btn-social {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: .3s;
}

.btn-social:hover {
    background: #FFD700;
    color: #0b162c;
}

.copyright {
    border-color: rgba(256, 256, 256, .1) !important;
}

.text-secondary {
    color: #a0aec0 !important;
}

/* MODERN FOOTER CSS */
.footer-modern {
    background-color: #050a14; /* Deep, rich black-navy */
    color: #a0aec0;
}

.brand-text {
    color: #ffffff;
    font-weight: 800;
    letter-spacing: -1px;
}

.text-gold {
    color: #FFD700 !important;
}

.brand-subtext {
    font-size: 14px;
    line-height: 1.6;
}

.footer-heading {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Nav Links */
.nav-footer {
    color: #a0aec0;
    text-decoration: none;
    display: block;
    padding: 8px 0;
    transition: all 0.3s ease;
}

.nav-footer:hover {
    color: #FFD700;
    transform: translateX(5px);
}

/* Schedule and Contact */
.schedule-item {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.contact-info {
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff;
}

/* Social Icons Modernized */
.social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05); /* Soft glass look */
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 8px; /* Square with slight roundness is more modern */
    margin-right: 12px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-link:hover {
    background: #FFD700;
    color: #050a14;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 215, 0, 0.2);
}

/* Fix Dropdown Menu Appearance */
.dropdown-menu {
    border-radius: 8px;
    padding: 10px 0;
    min-width: 200px;
    background-color: #ffffff;
}

/* Style for each item */
.dropdown-item {
    padding: 10px 20px;
    font-weight: 600;
    color: var(--dark);
    transition: all 0.3s ease;
}

/* Fix the Active state (The Blue Box issue) */
.dropdown-item.active, 
.dropdown-item:active {
    background-color: #f8f9fa; /* Light grey background instead of blue */
    color: var(--primary) !important; /* Your Gold color */
}

/* Hover effect */
.dropdown-item:hover {
    background-color: #fffbea; /* Very light gold tint */
    color: var(--primary);
    padding-left: 25px; /* Subtle slide effect */
}

/* Fix for the "Line" under active nav link (Desktop) */
@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

/* Wrapper and Badge styling */
.approach-img-wrapper {
    z-index: 1;
}

.experience-card {
    position: absolute;
    bottom: 30px;
    right: -20px;
    background: #ffffff;
    padding: 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-left: 5px solid #FFD700; /* Gold Accent */
}

/* Icon Box Styling */
.btn-square-gold {
    width: 45px;
    height: 45px;
    background: #FFD700;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* Rounded-5 for modern extra-round corners */
.rounded-5 {
    border-radius: 2.5rem !important;
}

/* Background decorative shape */
.bg-shape {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: rgba(255, 215, 0, 0.1);
    z-index: -1;
    border-radius: 50%;
}

/* MODERN SERVICE CARDS */
.service-card-modern {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(0,0,0,0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: var(--primary);
}

.icon-circle {
    width: 70px;
    height: 70px;
    background: rgba(255, 215, 0, 0.1); /* Gold tint */
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 25px;
    transition: 0.3s;
}

.service-card-modern:hover .icon-circle {
    background: var(--primary);
    color: #fff;
}

.service-card-modern h4 {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: #333;
}

.service-card-modern p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* PROGRAM MINI CARDS */
.program-item {
    background: #fff;
    transition: 0.3s;
    border: 1px solid #eee !important;
}

.program-item:hover {
    background: #fffbea;
    border-color: var(--primary) !important;
}

/* E-commerce Dashboard Styling */

.bg-soft-primary {
    background-color: rgba(255, 215, 0, 0.1) !important; /* Uses your Gold/Primary color */
}

.product-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    height: 100%;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    border-color: var(--primary);
}

.product-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
}

.product-info {
    padding: 20px;
}

.product-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 5px 0;
    color: #2d3436;
}

.price-tag {
    font-size: 1.1rem;
    letter-spacing: -0.5px;
}

/* Button override */
.btn-outline-primary {
    border-width: 2px;
    font-weight: 600;
}

.btn-outline-primary:hover {
    background-color: var(--primary);
    color: #fff;
}

.sgt-logo {
    max-width: 320px;   /* increase size */
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;     /* center horizontally */
}

.product-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    background: #fff;
}

.product-info {
    padding: 12px;
}

.product-card {
    height: 100%;                 /* full height */
    display: flex;
    flex-direction: column;
}

.product-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Push price section to bottom */
.product-bottom {
    margin-top: auto;
}

/* Optional: make titles consistent height */
.product-title {
    min-height: 48px;  /* adjust if needed */
}

.price-tag {
    font-size: 18px;
    font-weight: 700;
}

.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    border: 1px solid #eee;
    overflow: hidden;
    background: #fff;
    transition: 0.3s;
}

.product-card:hover {
    height: 100%;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.product-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 15px;
}

/* Push button to bottom */
.product-bottom {
    margin-top: auto;
}

/* Consistent title height */
.product-title {
    min-height: 50px;
    font-weight: 600;
}

/* Price style */
.product-price {
    font-weight: 700;
    color: #f4b400;
    margin-bottom: 5px;
}

.btn-outline-primary {
    border-radius: 8px;
    font-weight: 500;
}

.btn-outline-primary:hover {
    background: #0dcaf0;
    color: white;
}

.container {
    max-width: 1200px;
}

.hero {
    background: #ffffff;
    padding: 80px 0;
    border-bottom: 1px solid #eee;
}

.hero-title {
    font-size: 40px;
    font-weight: 700;
    color: #2d3436;
}

.hero-sub {
    color: #6c757d;
    max-width: 450px;
}

.hero-img {
    max-height: 280px;
    object-fit: contain;
}

/* FULL PAGE CENTER */
.coming-section {
    min-height: 70vh;
    background: linear-gradient(135deg, #fffbea, #f5f7fa);
}

/* CARD */
.coming-card {
    background: #fff;
    padding: 50px 30px;
    border-radius: 20px;
    max-width: 500px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* TITLE */
.coming-title {
    font-size: 36px;
    font-weight: 700;
    color: #2d3436;
}

/* TEXT */
.coming-text {
    color: #6c757d;
    font-size: 15px;
    margin-top: 10px;
}

/* GOLD BUTTON */
.btn-gold {
    background: #FFD700;
    color: #000;
    font-weight: 600;
    border-radius: 30px;
}

.btn-gold:hover {
    background: #e6c200;
}

/* ICON */
.icon-glow {
    font-size: 40px;
    color: #FFD700;
}

/* PRODUCT PAGE FIX */
.main-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    background: #fff;
    padding: 20px;
}

.thumb-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #eee;
    cursor: pointer;
    transition: 0.3s;
}

.thumb-img:hover {
    border-color: #0dcaf0;
    transform: scale(1.05);
}

/* RIGHT SIDE */
.product-card {
    padding: 25px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #eee;
}

.product-title {
    font-size: 18px;
    font-weight: 700;
}

.price {
    font-size: 24px;
    font-weight: 700;
    color: #f4b400;
}

/* BUTTON FIX */
.btn-cart {
    width: 100%;
    background: #FFD700;
    border: none;
    font-weight: 600;
    padding: 12px;
}

.btn-whatsapp {
    width: 100%;
    background: #25D366;
    color: #fff;
    font-weight: 600;
    padding: 12px;
}

/* FEATURES ALIGN */
.features {
    gap: 10px;
    font-size: 13px;
}

/* WhatsApp Button */
.btn-whatsapp {
    background: #25D366;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    border-radius: 10px;
    border: none;
    transition: 0.3s;
}

.btn-whatsapp:hover {
    background: #1ebe5d;
    color: #fff;
}

/* Home Button */
.btn-home {
    font-weight: 600;
    padding: 12px;
    border-radius: 10px;
}

/* Make both buttons equal height */
.btn {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.product-info {
    padding: 15px;
}

.product-title {
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0;
    min-height: 40px; /* keeps height consistent */
}

.product-bottom {
    margin-top: 10px;
}

.product-img-wrapper {
    width: 100%;
    height: 180px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-img-wrapper img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block;
}

img {
    width: 100%;
}

.hero-buttons {
    display: flex;
    gap: 12px;
    margin-top: 25px;
    flex-wrap: wrap;
}

/* Base button */
.hero-buttons .btn {
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
}

/* WhatsApp (green filled) */
.btn-whatsapp {
    background: #25d366;
    color: #fff;
    border-radius: 50px;
    padding: 10px 22px;
    font-size: 14px;
    display: inline-flex; /* 🔥 key fix */
    align-items: center;
    gap: 8px;
    border: none;
    width: auto; /* 🔥 prevents full width */
}

/* Outline buttons */
.btn-outline-custom {
    border: 1px solid rgba(255,255,255,0.7);
    color: #fff;
    background: transparent;
}

.btn-outline-custom:hover {
    background: #fff;
    color: #000;
}

.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-bottom {
    margin-top: auto; /* 🔥 this is the magic */
}

.product-title {
    font-size: 14px;
    margin: 8px 0;
    min-height: 40px; /* keeps alignment consistent */
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.whatsapp-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
    .hero {
        text-align: center;
        padding: 40px 20px;
    }

    .hero h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .hero p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .hero {
        text-align: center;
        padding: 40px 20px;
    }

    .hero h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .hero p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .logo-container img {
        height: 40px;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 10px 15px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    h2 {
        font-size: 22px;
        text-align: center;
    }

    p {
        font-size: 14px;
        text-align: justify;
    }
}

@media (max-width: 768px) {
    .about img {
        width: 80%;
        margin: auto;
        display: block;
    }
}

/* NEW badge */

.product-img-wrapper {
    position: relative;
}

.badge-new {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: #ff4757;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 18px;
    z-index: 2;
}

/* In stock badge */

.badge-stock {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #28a745;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    z-index: 2;
}