/* General Styling */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

html {

    overflow-x: hidden;
}

*{
    box-sizing: border-box;
}



h1, h2, h4 {
    margin: 0;
}

a {
    text-decoration: none;
    color: #333;
}

header {
    text-align: center;
    padding: 20px;
    background-color: #f8f8f8;
}

/* Navbar Styles */
/* .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f4f4f4;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar .logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar .logo img {
    max-width: 50px;
    height: auto;
}

.navbar .menu {
    display: flex;
    gap: 15px;
}

.navbar .menu a {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.navbar .menu a:hover {
    background-color: #ddd;
    border-radius: 5px;
}

.hamburger {
    display: none;
    font-size: 24px;
    border: none;
    background: none;
    cursor: pointer;
} */

/* Responsive Navbar */
/* @media (max-width: 768px) {
    .navbar .menu {
        display: none;
        flex-direction: column;
        background-color: #f4f4f4;
        position: absolute;
        top: 60px;
        right: 20px;
        width: 200px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    .navbar .menu.active {
        display: flex;
    }

    .hamburger {
        display: block;
    }
} */

/* Rest of the Styles */


.uniform-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px auto;
    max-width: 1200px;
}

.uniform-section img {
    max-width: 300px;
    width: 100%;
    height: auto;
}
/* General Text Alignment */
h2, h3 {
    text-align: center;
}

p {
    text-align: justify; /* Ensures text is evenly aligned on both sides */
    margin: 0 auto;
    max-width: 800px; /* Limits width for better readability */
    line-height: 1.6; /* Improves text spacing */
}

/* Specific Alignment for Sections */
.header h2, .header p {
    text-align: center;
    margin-bottom: 10px;
}

.quality-index img {
    display: block;
    margin: 0 auto;
}

.uniform-section h2 {
    text-align: center;
    margin-bottom: 20px;
}

.uniform-section .text-block {
    text-align: left;
    max-width: 800px;
    margin: 20px auto;
}

.uniform-section img {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 300px;
}

.about-text p {
    text-align: justify;
    margin: 20px auto;
    max-width: 900px;
    line-height: 1.8;
}



.bg-gradient{
    background: linear-gradient(360deg, #6ac87e8a, #fff);
}


.nav-gradient{
    background-color: #ffffffa5;
} 

.bg-gradient-rev{
    background: linear-gradient(360deg, #6ac87e8a, #fff);
}

#one{
    background-image: url(./imgs-comp/2.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#two{
    background-image: url(./imgs-comp/tunic\ and\ frock.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#three{
    background-image: url(./imgs-comp/corporate-card.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#four{
    background-image: url(./imgs-comp/hospital-card.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#five{
    background-image: url(./imgs-comp/housekeeping-card.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#six{
    background-image: url(./imgs-comp/shoes.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#seven{
    background-image: url(./imgs-comp/security-card.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#eight{
    background-image: url(./imgs-comp/accessories-card.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}



.kanit-regular {
    font-family: "Kanit", serif;
    font-weight: 400;
    font-style: normal;
  }

.kanit-medium {
    font-family: "Kanit", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .kanit-semibold {
    font-family: "Kanit", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .kanit-bold {
    font-family: "Kanit", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .kanit-extrabold {
    font-family: "Kanit", serif;
    font-weight: 800;
    font-style: normal;
  }

  .hero-i{
    background-image: url(./imgs-comp/Novelty\ Dresses\ \(1\).webp);
    background-attachment: fixed;
    background-size: cover;

  }

  .bg-gradient2{
    background: linear-gradient(3600deg, #6ac87e8a, #00000000); /* Gradient color mask */
/* Blends the gradient with the image for a unique effect */
    pointer-events: none; /* Makes the overlay non-interactive */
  }

  .grn{
    color: #6ac87e !important;
  }