html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.height {
    height:625px!important;
}

.navbar{ padding:30px!important;}

.logo{height:90px;}
.success {
    color: #7CB518!important;
}

.bgsuccess {
    background-color: #7CB518 !important;
    color: white !important;
}

.cardhead { background-color:transparent !important;
            border:none!important;
            box-shadow:none;
}

    .cardhead p {
        margin-top: 25px !important;
        font-size: 22px;
    }

nav .nav-link {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 800;
    text-transform: uppercase;
    color: #333;
    position: relative;
    padding: 20px 17px !important;
    padding Shorthand property to set values for the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative. Widely available across major browsers (Baseline since January 2018) Learn more Don't show : 0.5em 0;
}


body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #ffffff;
    color: #333;
}

element.style {
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

.d-none {
    display: none !important;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 9.25rem !important;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
   background-color: #33333333
}
.about-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background: linear-gradient(to right, #f9f9f9, #ffffff);
}

.about-image {
    flex: 1 1 200px;
    text-align: center;
    padding: 20px;
}

    .about-image img {
        width: 100%;
        max-width: 500px;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

        .about-image img:hover {
            transform: scale(1.03);
        }

.about-content {
    flex: 1 1 500px;
    padding: 20px;
    max-width: 800px;
    text-align:justify;
}

    .about-content h2 {
        font-size: 32px;
        font-weight: 700;
        color: #111;
        margin-bottom: 20px;
    }

    .about-content p {
        font-size: 18px;
        line-height: 1.7;
        color: #555;
        margin-bottom: 20px;
    }

@media (max-width: 768px) {
    .about-section {
        flex-direction: column;
        text-align: center;
    }

    .about-content h2 {
        font-size: 32px;
    }

    .about-content, .about-image {
        padding: 10px;
    }
}

.about-premium-section {
    background-color: #f9f9f9;
    position: relative;
    min-height: 100vh;
}

    .about-premium-section .bg-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
        background-image: url('../images/about.png'); /* Update path */
        background-size: cover;
        background-position: center;
        filter: brightness(0.9);
        z-index: 1;
    }

    .about-premium-section .container {
        z-index: 2;
    }
.hd {
    font-size: 37px!important;
}
.eggoal{ padding:80px 20px !important;}
.tel {
    font-size: 24px;
    font-weight: bolder;
    margin-right: 25px;
}


.icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

    .icon-wrapper:hover {
        background: rgba(0, 0, 0, 0.1);
        transform: scale(1.05);
    }
.testimonials-section {
    background: #f9f9f9;
    font-family: 'Poppins', sans-serif;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 12px;
    transition: transform 0.3s ease;
    position: relative;
}

    .testimonial-card:hover {
        transform: translateY(-5px);
    }

.testimonial-icon i {
    font-size: 2rem;
    color: #4CAF50; /* Nutri-themed green */
}

.testimonial-text {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
    font-style: italic;
}

.testimonial-footer {
    margin-top: auto;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #4CAF50;
}

.blog-section {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.blog-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .blog-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    }

    .blog-card .card-img-top {
        height: 200px;
        object-fit: cover;
    }

    .blog-card .card-title {
        font-size: 1.25rem;
        font-weight: 600;
        color: #2d3436;
    }

    .blog-card .card-text {
        font-size: 0.95rem;
        color: #555;
    }

    .blog-card .btn {
        border-radius: 20px;
        font-weight: 500;
        padding: 6px 18px;
    }

.pricing-features li {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.pricing-features i {
    font-size: 1.1rem;
}
/* Font & Section */
.pricing-section {
    font-family: 'Poppins', sans-serif;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c3e50;
}

/* Plan-Specific Backgrounds */
.bg-starter {
    background: linear-gradient(135deg, #4CAF50, #81C784); /* Green gradient */
}

.bg-pro {
    background: linear-gradient(135deg, #2196F3, #64B5F6); /* Blue gradient */
}

.bg-premium {
    background: linear-gradient(135deg, #9C27B0, #CE93D8); /* Purple gradient */
}

/* Card Text & Icons */
.pricing-card {
    border: none;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: white;
}

    .pricing-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    }

.card-price {
    font-size: 1.8rem;
    font-weight: 600;
}

.pricing-features li {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.featured {
    transform: scale(1.03);
    z-index: 1;
}

/* Buttons */
.btn-outline-light:hover {
    background: white;
    color: #333;
}

.btn-light:hover {
    background: #f1f1f1;
    color: #000;
}
