/* Place this inside your <style> tag or in your css/styles.css file */

/* Add or adjust these rules for section spacing */

section {
    margin-bottom: 3rem;
}

.about-us-section,
.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

@media (max-width: 767.98px) {
    section {
        margin-bottom: 2rem;
    }
    .about-us-section,
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}


/* Navbar custom styles */
.navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #222 !important;
    text-align: center;
}

.navbar-brand img {
    height: 60px;
    margin-right: 8px;
}

.navbar-nav .nav-link {
    color: #222 !important;
    font-weight: 500;
    margin-right: 0.5rem;
    transition: color 0.2s;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #0d6efd !important;
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .navbar-nav {
        background: #fff;
        padding: 1rem 0;
        border-radius: 0.5rem;
    }
    .navbar-nav .nav-link {
        margin: 0.5rem 0;
    }
    .d-none.d-lg-flex {
        display: none !important;
    }
}

.hero-section {
    position: relative;
    min-height: 70vh;
    overflow: hidden;
}
.hero-section .carousel-item img {
    height: 70vh;
    object-fit: cover;
    width: 100%;
}
.hero-overlay {
    background: rgba(0, 0, 0, 0.21);
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
}
.hero-content,
.carousel-caption {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.carousel-caption h1,
.carousel-caption p {
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
@media (max-width: 767.98px) {
    .hero-section,
    .hero-section .carousel-item img {
        height: 40vh;
        min-height: 40vh;
    }
    .carousel-caption h1 {
        font-size: 2rem;
    }
    .carousel-caption p {
        font-size: 1rem;
    }
}

.hero-overlay {
    pointer-events: none;
}
.carousel-caption,
.hero-content {
    pointer-events: none;
}
.carousel-control-prev,
.carousel-control-next {
    pointer-events: auto;
    z-index: 3;
}

.hero-content .btn{
    pointer-events: auto;
    z-index: 3;
}


/* About Us Section */
.about-us-section {
    background: #fff;
}

.about-us-section .img-fluid {
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.about-us-section h2 {
    color: #222;
    font-size: 2.2rem;
    font-weight: 700;
}

.about-us-section p.lead {
    color: #444;
    font-size: 1.15rem;
}

.about-us-section ul {
    padding-left: 0;
    margin-top: 1.5rem;
}

.about-us-section li {
    font-size: 1.08rem;
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;
}

.about-us-section .bi-check-circle-fill {
    font-size: 1.2rem;
}

@media (max-width: 991.98px) {
    .about-us-section .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .about-us-section .col-lg-6 {
        margin-bottom: 2rem;
    }
    .about-us-section h2 {
        font-size: 1.5rem;
    }
}


/* Stats Section */
.bg-white .bi {
    color: #222;
}
.bg-white h3 {
    color: #3a3a3a;
    font-size: 2rem;
}
.bg-white .text-secondary {
    color: #8a94a6 !important;
    font-size: 1.05rem;
}

/* Shirt Fabrics Section */
.fabric-card {
    font-size: 1.15rem;
    font-weight: 500;
    transition: box-shadow 0.2s, transform 0.2s;
}
.fabric-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
    transform: translateY(-2px) scale(1.03);
}
@media (max-width: 991.98px) {
    .fabric-card {
        font-size: 1rem;
    }
}

/* Operation Section */
.operation-section h2 {
    color: #222;
    font-size: 2rem;
    font-weight: 700;
}
.operation-step {
    transition: box-shadow 0.2s, transform 0.2s;
}
.operation-step:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    transform: translateY(-6px) scale(1.03);
}
.operation-step i {
    display: inline-block;
    margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
    .operation-section .row.g-4 {
        row-gap: 2rem;
    }
}


.footer-section {
    background: #181a1b;
}
.footer-section h5, .footer-section h6 {
    color: #fff;
}
.footer-section a.text-white-50:hover {
    color: #0d6efd !important;
    text-decoration: underline;
}
.footer-section .bi {
    transition: color 0.2s;
}
.footer-section .bi:hover {
    color: #0d6efd;
}
.footer-section hr {
    border-top: 1px solid #333;
}

/* Style for circular buttons */
.whatsapp-btn, .call-btn, .back-to-top-btn {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #25D366; /* WhatsApp green */
    color: white;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 1000;
}

/* Specific positions for buttons */
.whatsapp-btn {
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
}

.call-btn {
    bottom: 20px;
    left: 20px;
    background-color: #007bff;
}

.back-to-top-btn {
    bottom: 90px;
    right: 20px;
    background-color: #343a40;
}

/* Hover effects for each button */
.whatsapp-btn:hover {
    background-color: #128c7e;
}

.call-btn:hover {
    background-color: #0056b3;
}

.back-to-top-btn:hover {
    background-color: #495057;
}

/* breadscrumb */

.page-title{
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.breadcrumb-wrapper {
    background-image: url('../images/breadcrumb-bg.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    border-bottom: 1px solid #e9ecef;
    padding: 80px 0;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay */
}

.breadcrumb-wrapper .container {
    z-index: 1;
}

.breadcrumb {
    margin-bottom: 0;
    background: transparent;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #fff;
}

.breadcrumb-item a {
    color: #0656f4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
}

.about-section {
        padding: 80px 0;
    }

.about-main-section {
    background: #fff;
}
.about-main-section .img-fluid {
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.about-main-section h2 {
    color: #222;
    font-size: 2.2rem;
    font-weight: 700;
}
.about-main-section p.lead {
    color: #444;
    font-size: 1.15rem;
}
.about-main-section ul {
    padding-left: 0;
    margin-top: 1.5rem;
}
.about-main-section li {
    font-size: 1.08rem;
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;
}
.about-main-section .bi-check-circle-fill {
    font-size: 1.2rem;
}
@media (max-width: 991.98px) {
    .about-main-section .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .about-main-section .col-lg-6 {
        margin-bottom: 2rem;
    }
}

.mission-vision-section {
    background: #f8fafb;
}
.mission-vision-section .bg-white {
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.mission-vision-section h3 {
    font-size: 1.5rem;
}
.mission-vision-section p {
    color: #444;
    font-size: 1.08rem;
}
@media (max-width: 991.98px) {
     .mission-vision-section .row {
        row-gap: 2rem;
    }
}

.why-choose-us-section {
    background: #f6fafd;
}
.choose-card {
    transition: box-shadow 0.2s, transform 0.2s;
}
.choose-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    transform: translateY(-6px) scale(1.03);
}
.choose-card i {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.why-choose-us-section h2 {
    color: #222;
    font-size: 2rem;
    font-weight: 700;
}
@media (max-width: 991.98px) {
    .why-choose-us-section .row.g-4 {
        row-gap: 2rem;
    }    
}

.products-section {
    background: #f8fafb;
}
.product-card {
    transition: box-shadow 0.2s, transform 0.2s;
}
.product-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    transform: translateY(-6px) scale(1.03);
}
.product-card img {
    width: 100%;
    max-width: 100%;
    height: 160px;
    object-fit: cover;
    margin-bottom: 1rem;
}
.product-card h6 {
    color: #222;
    font-size: 1.08rem;
}
@media (max-width: 767.98px) {
    .product-card img {
        height: 120px;
    }
}

.quality-assurance-section {
    background: #f8fafb;
}
.quality-step {
    transition: box-shadow 0.2s, transform 0.2s;
}
.quality-step:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    transform: translateY(-6px) scale(1.03);
}
.quality-step i {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.quality-assurance-section h2 {
    color: #222;
    font-size: 2rem;
    font-weight: 700;
}
@media (max-width: 991.98px) {
    .quality-assurance-section .row.g-4 {
        row-gap: 2rem;
    }    
}

.contact-section h2, .contact-section h4 {
    color: #222;
}
.contact-section ul li i {
    vertical-align: middle;
}
.contact-section .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13,110,253,.1);
}
.contact-section .btn-primary {
    background: #0d6efd;
    border: none;
}
.contact-section .ratio {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
@media (max-width: 991.98px) {
    .contact-section .row.g-5 {
        row-gap: 2rem;
    }
}

.sport-icon-section {
    background: #f8fafb;
}
.sport-icon-img {
    max-width: 320px;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.sport-icon-section h2 {
    color: #222;
    font-size: 2rem;
    font-weight: 700;
}
.sport-icon-section ul {
    margin-top: 1.5rem;
}
.sport-icon-section li {
    font-size: 1.08rem;
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;
}
.sport-icon-section .bi-check-circle-fill {
    font-size: 1.2rem;
}
@media (max-width: 991.98px) {
    .sport-icon-section .row {
        flex-direction: column;
        text-align: center;
    }
    .sport-icon-section .col-lg-6 {
        margin-bottom: 2rem;
    }
    .sport-icon-section h2 {
        font-size: 1.5rem;
    }
}

