p {
    color: #6c757d;
    font-size: 14px !important;
}

/*================================Navbar page css start=========================================== */

.navbar-brand img {
    max-height: 50px;
}

.dropdown-menu li a {
    padding: 10px;
}

/*================================navbar page css end=========================================== */

/* =================================card design start============================================ */
.custom-pricing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 7px;
}

.buy-now-btn {
    color: #005288;
    border: 1px solid #005288;
}

.buy-now-btn:hover {
    color: white;
    background: #005288;
}

.popular {
    position: relative;
    border-radius: 0 0 7px 7px;
}

.popular::before {
    content: "MOST POPULAR";
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #005288;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    border-radius: 7px 7px 0 0;
    width: 100%;
}

.custom-pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.custom-pricing-card .card-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #005288;
}

.custom-pricing-card h4 {
    font-size: 1.8rem;
    color: #198754;
    font-weight: bold;
}

.custom-pricing-card ul li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.custom-pricing-card ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #198754;
    font-weight: bold;
}

.custom-pricing-card .btn {
    font-weight: 600;
    border-radius: 0.5rem;
}

.custom-pricing-card p.text-muted,
.custom-pricing-card p.text-mute {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}




/* ===============================card pge end================================================= */
/*================================Home page css start=========================================== */

.navbar-expand-lg .navbar-nav .nav-link:hover {
    border-bottom: 2px solid #f6c71e;

}

.text-heading {
    font-size: 36px;

}

.child-text-heading {
    font-size: 22px;
}

.about-home-para-text-content {
    color: #5a6881;
    font-weight: 400;
    font-size: 16px;

}

.about-home-img img {
    height: 400px;
    width: 100%;
}

.about-home-location-img img {
    width: 100%;
    height: 500px;
}

.about-structure-img img {
    width: 100%;
    height: 500px;
}

.about-growth-img img {
    width: 100%;
    height: 500px;

}

.bs-subscribe-form-section {
    background-color: #f8f9fa;
    padding: 3rem 0;
}

.bs-subscribe-contact-section {
    background-color: #478bff;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}

.bs-subscribe-section-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.bs-subscribe-section-subtitle {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 2rem;
}

.bs-subscribe-form-label {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.bs-subscribe-form-control-custom {
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
}

.bs-subscribe-btn-subscribe {
    background-color: #072462;
    color: white;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.375rem;
    border: none;
}

.bs-subscribe-btn-subscribe:hover {
    background-color: #051747;
    color: white;
}

.bs-subscribe-btn-contact {
    color: #072462;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.bs-subscribe-btn-contact:hover {
    color: #051747;
    text-decoration: underline;
}

.bs-subscribe-checkbox-label {
    margin-left: 0.5rem;
}

.bs-subscribe-corner-shape-1 {
    position: absolute;
    top: 0;
    right: 100px;
}

.bs-subscribe-corner-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100px;
}

.bs-subscribe-privacy-text {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 1.5rem;
}

.bs-subscribe-privacy-link {
    color: #072462;
    text-decoration: none;
}

.bs-subscribe-privacy-link:hover {
    text-decoration: underline;
}

.bs-subscribe-card-custom {
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.bs-subscribe-form-check-custom {
    margin-bottom: 0.5rem;
}

.bs-subscribe-recaptcha-placeholder {
    min-height: 78px;
    background-color: #f8f9fa;
    padding: 1rem;
    text-align: center;
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.postimg img {
    border-radius: 8px;

}

.postimg {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*================================home page css end=========================================== */

/*================================footer css start =========================================== */
.footerWrap {
    background: #f2f6fd;
    padding: 50px 0;
}

.quicklinks li a {
    display: block;
    color: #888;
    padding: 8px 0;
    font-size: 14px;
}

.footerWrap h5 {
    font-size: 18px;
    font-weight: bold;
    color: #212529;
    margin-bottom: 15px;
}

/*================================footer css end =========================================== */