/*--------about us ----------*/

  /* Premium Breadcrumbs */
.premium-breadcrumbs {
    background: linear-gradient(to right, #f0f0f0, #e0e0e0);
    padding: 20px 0;
}

.premium-page-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

.premium-breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.premium-breadcrumb-list li {
    display: inline;
    margin-right: 10px;
    font-size: 1rem;
}

.premium-breadcrumb-list li:not(:last-child)::after {
    content: "/";
    margin-left: 10px;
    color: #888;
}

.premium-breadcrumb-list a {
    text-decoration: none;
    color: #007bff;
}

.premium-breadcrumb-list a:hover {
    color: #0056b3;
}

/* Premium About Section */
.premium-about {
    background: linear-gradient(to bottom, #f8f9fa, #e9ecef);
}

.premium-heading {
    font-family: 'Georgia', serif;
    color: #2c3e50;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.premium-text {
    font-family: 'Open Sans', sans-serif;
    color: #555;
    line-height: 1.7;
}

.premium-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

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

.premium-card-header {
    background: linear-gradient(to right, #34495e, #2c3e50);
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 10px 10px 0 0;
    font-weight: 600;
}

.premium-card-body {
    padding: 2rem;
}

.premium-list li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.premium-icon {
    color: #27ae60;
    margin-right: 0.8rem;
    font-size: 1.2rem;
}

/* Premium Key Features */
.premium-feature-item {
    margin-bottom: 2rem;
}

.premium-feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.premium-feature-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
}

.premium-card-body h5{
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

/* Premium Products Section */
.premium-products {
    /*background: #f8f9fa; Optional subtle background*/
}

.premium-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

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

.premium-card-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.premium-card-img img {
    transition: transform 0.3s ease;
}

.premium-card:hover .premium-card-img img {
    transform: scale(1.05);
}

.premium-card-footer {
    padding: 1.5rem;
    background: #fff;
    border-top: none;
}

.premium-card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

.premium-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.premium-section-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

.view-all-link {
    text-decoration: none;
    color: #007bff;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.view-all-link i {
    margin-left: 0.5rem;
    font-size: 1.2rem;
}

.view-all-link:hover {
    color: #0056b3;
}

/* responsive font sizes */
.premium-card-title{
    fw-semibold m-0 fs-6 fs-md-5;
}

/* Premium Count Box */
.premium-count-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.premium-count-box:hover {
    transform: translateY(-5px);
}

.premium-icon {
    font-size: 2rem;
    color: #34495e;
    margin-bottom: 1rem;
    display: block;
    text-align:center;
}

.premium-counter {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    display: block;
    margin-bottom: 0.5rem;
}

.premium-text {
    font-family: 'Open Sans', sans-serif;
    color: #555;
    margin-bottom: 0;
}



/*--------product boxes hre  ----------*/


  .premium-products {
    /*background: #f8f9fa; Optional subtle background*/
}

.premium-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

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

.premium-card-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.premium-card-img img {
    transition: transform 0.3s ease;
}

.premium-card:hover .premium-card-img img {
    transform: scale(1.05);
}

.premium-card-footer {
    padding: 1.5rem;
    background: #fff;
    border-top: none;
}

.premium-card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

.premium-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.premium-card-title {
    font-size: 1.2rem; /* Default font size */
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

@media (max-width: 767.98px) { /* Adjust for mobile screens */
    .premium-card-title {
        font-size: 1rem; /* Smaller font size on mobile */
    }
}
.premium-section-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

.view-all-link {
    text-decoration: none;
    color: #007bff;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.view-all-link i {
    margin-left: 0.5rem;
    font-size: 1.2rem;
}

.view-all-link:hover {
    color: #0056b3;
}



/*============ call to action css ===========*/

    /* Premium CTA Section */
.premium-cta {
    background: linear-gradient(to right, #d4c4a8, #2c3e50); /* Darker, premium gradient */
    color: #fff;
    padding: 60px 0;
}

.premium-cta-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Georgia', serif; /* Use same heading font */
}

.premium-cta-text {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif; /* Use same text font */
}

.premium-cta-btn {
    display: inline-block;
    padding: 15px 40px;
    background-color: #f39c12; /* A vibrant button color */
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.premium-cta-btn:hover {
    background-color: #e67e22; /* Slightly darker hover color */
}

.cta-content{
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .premium-cta-heading {
        font-size: 2rem;
    }

    .premium-cta-text {
        font-size: 1rem;
    }

    .premium-cta-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }
    .cta-content{
        width: 95%;
    }
}




/*============ Enquiry form CSS ================*/

/* Premium Contact Form */
.premium-contact-us {
    background: linear-gradient(to bottom, #f8f9fa, #e9ecef);
}

.premium-contact-form {
    background-color: #ffffff; /* Added white background for the form */
    padding: 30px; /* Added padding for spacing */
    border-radius: 10px; /* Rounded corners for the form */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Added shadow for depth */
}

.premium-contact-form .premium-form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 1rem;
    color: #333;
    transition: border-color 0.3s ease;
}

.premium-contact-form .premium-form-control:focus {
    border-color: #007bff;
    box-shadow: none;
}

.premium-contact-btn {
    background-color: #007bff;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.premium-contact-btn:hover {
    background-color: #0056b3;
}







/* Premium Contact Us */
.premium-contact-us {
    background: linear-gradient(to bottom, #f8f9fa, #e9ecef);
}

.premium-map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.premium-contact-info {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.premium-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.premium-info-icon {
    font-size: 1.8rem;
    color: #007bff;
    margin-right: 15px;
}

.premium-info-item h4 {
    margin-bottom: 5px;
    color: #333;
}

.premium-info-item p {
    margin-bottom: 0;
    color: #555;
}