/*

    Theme URI:  MS Muzaffar Sons

    Description: This website is for MS Muzaffar Sons Pakistan.

    Version: 1

    Author: Hanzala Bin Mehmood

    Author URI: https://www.behance.net/hanzookhan/

*/





/* // <weight>: Use a value from 300 to 800 */

/* // <uniquifier>: Use a unique and descriptive class name */

html { scroll-behavior: smooth; } /* modern browsers: smooth scrolling */

body {

    font-family: "Open Sans", sans-serif;

    font-optical-sizing: auto;

    font-weight: normal;

    font-style: normal;

    font-variation-settings: "wdth" 100;

}





.heading_color {

    color: #2B406E;

}





.navigation_bar {

    position: fixed;

    top: 0;

    right: 0;

    left: 0;

    z-index: 1030;

}



@media (max-width: 768px) {

    .navigation_bar {

        position: initial;



    }

}

/* SM and below */
@media (max-width: 576px) {
    .navbar-brand{
        width: 70%;
    }
}

/* MD and below */
@media (max-width: 768px) {}

/* LG and below */
@media (max-width: 992px) {}

/* XL and below */
@media (max-width: 1200px) {}

/* XXL and below */
@media (max-width: 1400px) {}











/* Navbar Styling */

.navbar {

    background-color: rgba(255, 255, 255, 0.76);

    backdrop-filter: blur(10px);

}

.navbar-brand {

    font-weight: bold;

    color: #2b3c82;

}

.nav-link {

    color: #333 !important;

    font-weight: 500;

}


/* Cleaner spacing */
.modern-nav .nav-link {
  position: relative;
  font-weight: 500;
  color: #333;
  padding: 12px 16px;
  margin: 0 4px;
  transition: .25s ease;
}

/* Hover color change */
.modern-nav .nav-link:hover {
  color: #0d6efd;
}

/* Underline animation */
.modern-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  height: 2px;
  width: 0;
  background: #0d6efd;
  transition: .25s ease;
}

.modern-nav .nav-link:hover::after {
  width: 100%;
}

/* Active link - always underlined */
.modern-nav .nav-link.active {
  color: #0d6efd;
  font-weight: 600;
}

.modern-nav .nav-link.active::after {
  width: 100%;
}

/* Optional: navbar subtle shadow */
.modern-nav {
  border-bottom: 1px solid #eee;
}


/* Carousel Styling */

.carousel-item {

    /* height: 100vh; */

    /* min-height: 500px; */

    /* background-size: cover; */

    /* background-repeat: no-repeat; */

    /* background-position: center; */

    /* position: relative; */

    /* display: flex !important; */





}



.carousel-item img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

}



.carousel-item img {

    transform: scale(1);

    height: 100vh;

}



.carousel-caption {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    bottom: inherit;

    text-align: center;

    color: white;

}



.carousel-caption h1 {

    /* font-size: 3rem; */

    font-weight: 700;

}

.carousel-caption p {

    font-size: 1.25rem;

    margin-top: 1rem;

    font-weight: 400;

}

.btn-explore {

    margin-top: 20px;

    background-color: #2b3c82;

    color: white;

    border: none;

    padding: 10px 25px;

    border-radius: 30px;

    font-weight: 500;

}

.btn-explore:hover {

    background-color: #1f2e5f;

}





#our-story p {

    font-size: 1.05rem;

    line-height: 1.8;

    color: #222;

}



#services ul {

    list-style-type: disc;

    padding-left: 20px;

    margin-top: 10px;

}

#services li {

    margin-bottom: 6px;

}





.process-heading {

    font-size: 2.5rem;

    font-weight: bold;

    color: #212529;

    margin-bottom: 3rem;

}



.process-step {

    text-align: center;

    padding: 0 10px;
    /* Optional: adds a little padding inside columns */

    /* Add relative positioning for potential line drawing */

    position: relative;

    display: flex;

    flex-direction: column;

    align-items: center;

}



.process-circle {

    /* Circle dimensions */

    width: 80px;

    height: 80px;

    /* Styling */

    background-color: white;
    /* Inner color */

    border-radius: 50%;
    /* Makes it a circle */

    border: 3px solid #dde7f3;
    /* Outline color/thickness */

    display: flex;
    /* Center number inside */

    justify-content: center;

    align-items: center;

    margin: 0 auto 1rem;
    /* Center circle and add margin below it */

    /* Number styling */

    font-size: 1.5rem;

    font-weight: bold;

    color: #4a74a1;

    /* Box-shadow for the outer ring effect (optional, subtle enhancement) */

    box-shadow: 0 0 0 4px #dde7f3;

    z-index: 10;
    /* Ensure circle is above the line */

}



/* Line between circles (using pseudo-elements and flex layout) */

.process-row {

    display: flex;

    justify-content: space-between;

    position: relative;

    margin-bottom: 1rem;

}



@media (min-width: 768px) {

    /* Show line on medium (md) screens and up */

    .process-row::before {

        display: block;

        left: calc(10% + 40px);
        /* Adjust based on circle size (80px/2 = 40px) */

        right: calc(10% + 40px);

    }

}



.step-title {

    font-size: 1.25rem;

    font-weight: bold;

    color: #2B406E;

    margin-bottom: 0.5rem;

}



.step-description {

    color: #6c757d;
    /* Slightly lighter text for description */

    font-size: 0.9rem;

    line-height: 1.3;

}



/* Adjust the column structure for responsiveness (5 columns is a lot for small screens) */

/* For small screens, we'll stack them (default). For md and up, we use 5 columns. */

@media (max-width: 767.98px) {

    .process-step {

        margin-bottom: 2rem;
        /* Add space between stacked steps on mobile */

    }

}



/* Define the main color from the image */



.outer-circle {

    /* Sizing */

    width: 120px;

    height: 120px;

    /* Styling */

    background-color: #a3bde4;
    ;

    border-radius: 50%;
    /* Makes it a circle */

    /* Flexbox for perfect centering of content (the number '1') */

    display: flex;

    margin-bottom: 13px;

    justify-content: center;

    align-items: center;

    /* Position relative is needed for the inner circle (the white ring) */

    position: relative;

    /* Text styling for the number */

    color: #ffffff;

    font-size: 2.5rem;

    font-weight: bold;

}



.outer-circle::before {

    content: '';

    width: 65%;

    height: 65%;

    position: absolute;

    top: 0;

    bottom: 0;

    border: 2px solid #ffffff;

    border-radius: 50%;

    margin: auto;

}



/* Custom CSS */

.stats-section {

    /* Define a height and padding for the section */

    padding: 50px 0;

    /* Recreate the background gradient seen in the image */

    background: linear-gradient(to right, #385a86 0%, #4a74a1 100%);

    color: #ffffff;
    /* Default text color is white */

}



.stat-number {

    /* Large, bold font for the statistics */

    font-size: clamp(2.5rem, 6vw, 4.5rem);
    /* Responsive font size */

    font-weight: 700;
    /* Bold */

    line-height: 1.1;
    /* Keep number and title close */

    margin-bottom: 0.25rem;

}



.stat-description {

    /* Smaller font for the descriptive text */

    font-size: 1.1rem;

    font-weight: 400;
    /* Regular weight */

    opacity: 0.9;
    /* Slightly less prominent than the number */

}



/* Optional: Add a subtle separator/line if desired, though the image doesn't show explicit ones */

.stat-item:not(:last-child) {

    /* Add some padding on the right for spacing on desktop */

    /* border-right: 1px solid rgba(255, 255, 255, 0.3); */

}



.hero-banner {

    /* Height: To make the text clearly visible in the center */

    height: 300px;
    /* آپ اپنی ضرورت کے مطابق اونچائی بدل سکتے ہیں */



    /* Background: Using a gradient as a placeholder for the dark blue fabric image */

    background: linear-gradient(135deg, #0e1a2f 0%, #1c365c 100%);





    /* Display Flex: Bootstrap d-flex and align-items-center will center the content */

    display: flex;

    align-items: center;

    justify-content: center;
    /* Center horizontally too */

    overflow: hidden;



    /* Text Color */

    color: white;



    /* Optional: Add a subtle texture overlay to mimic the fabric weave */

    /* This is a simple texture attempt, a real background image would be better */

    /* You can replace the gradient with a 'background-image: url("path/to/your/image.jpg");' */

}



.the_story_secction {

    position: relative;

    width: 100%;



}



.the_story_secction video {

    position: absolute;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

    object-fit: cover;

}





.banner-text {

    position: absolute;

    top: 0;

    display: flex;

    bottom: 0;

    left: 0;

    margin: auto;

    right: 0;

    z-index: 2;

    font-size: clamp(1.5rem, 5vw, 3.5rem);

    font-weight: 700;

    line-height: 1.2;

    text-align: center;

    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

    font-family: Georgia, 'Times New Roman', Times, serif;

    flex-direction: column;

    justify-content: center;

}



/* Custom CSS (NO :root variables used) */



.why-choose-us {

    padding: 5rem 0;

    background-color: #f8f9fa;
    /* Light background to match the image */

}



.main-heading {

    font-size: 2.5rem;

    font-weight: 800;

    color: #212529;
    /* Dark text */

    margin-bottom: 1rem;

}



.main-subheading {

    font-size: 1.1rem;

    color: #6c757d;
    /* Light text */

    margin-bottom: 3rem;

    max-width: 600px;

    margin-left: auto;

    margin-right: auto;

}



.feature-card {

    background-color: white;

    padding: 2.5rem 1.5rem;

    border-radius: 1.5rem;
    /* Highly rounded corners */

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    /* Soft shadow */

    height: 100%;

    transition: transform 0.3s ease;

    text-align: center;

}



.feature-card:hover {

    transform: translateY(-5px);

}



.icon-circle {

    /* Circle dimensions */

    width: 70px;

    height: 70px;

    /* Styling */

    background-color: #dde7f3;
    /* Light blue background for the circle */

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    margin: 0 auto 1.5rem;

}



.icon-circle i {

    /* Icon styling */

    font-size: 1.5rem;

    color: #4a74a1;
    /* Primary icon blue */

}



.card-title {

    font-size: 1.35rem;

    font-weight: 700;

    color: #212529;
    /* Dark text */

    margin-bottom: 0.75rem;

}



.card-description {

    color: #6c757d;
    /* Light text */

    line-height: 1.6;

    font-size: 0.95rem;

}



/* Custom CSS */

.collection-section {

    padding: 5rem 0;

    background-color: #f8f9fa;
    /* Light background to match the image */

}



.section-heading {

    font-size: 2.8rem;

    font-weight: 800;

    color: #212529;

    margin-bottom: 0.5rem;

}



.section-subtext {

    font-size: 1.1rem;

    color: #6c757d;

    margin-bottom: 3rem;

}



.collection-card {

    background-color: white;

    border-radius: 1rem;
    /* Rounded corners */

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    /* Soft shadow */

    overflow: hidden;
    /* Important for keeping the image corners rounded */

    transition: transform 0.3s ease;

    cursor: pointer;

}



.collection-card:hover {

    transform: translateY(-5px);
    /* Subtle lift on hover */

    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    /* Slightly darker shadow on hover */

}



.collection-card img {

    width: 100%;

    /* Maintain Aspect Ratio (e.g., 4:3) and ensure good quality. */

    height: 500px;
    /* Fixed height for uniformity; adjust as needed */

    object-fit: cover;
    /* Important for cropping the image nicely within the fixed height */

    display: block;

}



/* Optional: Styling for the slider navigation arrows (if this was a carousel/slider) */

/* Since Bootstrap doesn't include built-in arrows for a simple grid,

    we'll skip complex arrow styling unless specifically requested for a carousel. */



/* Custom CSS */

.clients-section {

    padding: 5rem 0;

    background-color: #f8f9fa;
    /* Light background to match the image */

}



.section-heading {

    font-size: 2.5rem;

    font-weight: 800;

    color: #212529;

    margin-bottom: 0.5rem;

}



.section-subtext {

    font-size: 1.1rem;

    color: #6c757d;

    margin-bottom: 3rem;

}



.logo-card {

    /* General Card Styling */

    /* height: 90px; Uniform height for all logo boxes */

    /* display: flex;

    justify-content: center;

    align-items: center;

     */

    /* Visual Styling */

    /* background-color: white; Default background */

    /* border-radius: 0.5rem; Rounded corners */

    /* border: 1px solid rgba(0, 0, 0, 0.1); Subtle border for definition */

    /* overflow: hidden; */

    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); Soft shadow */

    transition: all 0.3s ease;

}



.logo-card:hover {

    transform: translateY(-2px);

    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);

}



.logo-card img {

    max-width: 80%;

    max-height: 80%;

    height: auto;

    object-fit: contain;

}



/* Styling for the Placeholder text/boxes to mimic the original logos */





/* Custom styles for specific logo backgrounds (to mimic the image) */

.logo-brooklyn {
    background-color: #1a2a47;
    color: white;
}

.logo-fcuk {
    background-color: white;
    color: black;
    border-color: black;
}

.logo-bench {
    background-color: black;
    color: white;
}

.logo-oldnavy {
    background-color: #1a4d8c;
    color: white;
}

.logo-mco {
    background-color: black;
    color: white;
}

.logo-bershka {
    background-color: white;
    color: black;
    border-color: black;
}

.logo-spoon {
    background-color: black;
    color: white;
}

.logo-oxford {
    background-color: #1a2a47;
    color: white;
    font-size: 0.6rem;
}

.logo-newlook {
    background-color: white;
    color: black;
    border-color: black;
}

.logo-monnari {
    background-color: black;
    color: white;
}

.logo-moodo {
    background-color: white;
    color: black;
    border-color: black;
}

.logo-replay {
    background-color: #7b0d00;
    color: white;
}



/* Bootstrap Grid Overrides for 6 columns */

/* On medium screens (md) and up, we want 6 columns (col-md-2) */

/* On small screens, let's use 3 columns (col-sm-4) */

@media (min-width: 576px) {

    .col-sm-4 {

        width: 33.333333%;
        /* 3 columns on small screens */

    }

}

@media (min-width: 768px) {

    .col-md-2 {

        width: 16.666667%;
        /* 6 columns on medium screens and up */

    }

}



.slider {

    overflow: hidden;

    position: relative;

    width: 100%;

    /* background: #111; */

}

.slide-track {

    display: flex;

    width: calc(250px * 10);
    /* 10 = total slides (5 real + 5 duplicate) */

    animation: scroll 25s linear infinite;

}

.slide-track1 {

    display: flex;

    width: calc(250px * 10);
    /* 10 = total slides (5 real + 5 duplicate) */

    animation: scroll1 25s linear infinite;

}

.slide01 {

    width: 180px;

    flex-shrink: 0;

    padding: 10px;

}

.slide01 img {

    width: 100%;

    border-radius: 10px;

}

@keyframes scroll {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 5));
    }

    /* 5 = half total slides */

}

@keyframes scroll1 {

    0% {
        transform: translateX(calc(-250px * 5));
    }

    /* 5 = half total slides */

    100% {
        transform: translateX(0);
    }

}



/* Custom CSS */

.app-footer {

    /* Background: Creating the dark blue gradient seen in the image */

    background: linear-gradient(90deg, #1f375c 0%, #3e5f8f 50%, #1f375c 100%);

    color: white;
    /* Default text color */

    padding: 30px 0;

    /* Using Bootstrap's flex utilities for alignment will make it easier,

        but we set the padding here. */

}



.logo-section {

    display: flex;

    align-items: center;

}



.logo-icon {

    /* Placeholder for the 'MS' icon */

    font-size: 2.5rem;

    font-weight: 900;

    line-height: 1;

    margin-right: 15px;

}



.logo-text {

    font-size: 1.1rem;

    font-weight: 400;

    letter-spacing: 1px;

    text-transform: uppercase;

}



/* Utility class to combine the MS icon and text */

.brand-info {

    display: flex;

    flex-direction: column;

}



/* Aligning the MS icon to the right of the brand-info block */

.brand-logo-container {

}





.contact-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
}



.footer-url {

    font-size: 1rem;

    margin-right: 20px;

    color: white;

    text-decoration: none;
    /* Remove underline */

}



.social-icons .bi {
    font-size: 1.5rem;
    color: white;
    padding: 5px;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}



/* Responsive adjustments for mobile */

@media (max-width: 767.98px) {

    .app-footer {

        text-align: center;

        padding: 20px 0;

    }

    .brand-logo-container {

        justify-content: center;
        /* Center logo on small screens */

        margin-bottom: 15px;

    }

    .contact-info {

        justify-content: center;

        flex-direction: column;
        /* Stack URL and icons vertically */

    }

    .footer-url {

        margin-right: 0;

        margin-bottom: 10px;

    }

    .social-icons {

        margin-top: 5px;

    }

}


  #scrollTopBtn {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1080; /* above most content */
    display: none; /* shown by JS when needed */
    width: 3.6rem;
    height: 3.6rem;
    background-color: #263759;
    padding: 0.6rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  }