    body {      
	 font-family: "Outfit", sans-serif;
 	 font-optical-sizing: auto;
 	 font-weight:normal;
 	 font-style: normal;
	 color: #000;
 	 background-color: #fff;
    }

    /* Header */
    .header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 60px;
      border-bottom: 1px solid #ddd;
      flex-wrap: wrap;
    }
	
/*    
.header-left img {width: 180px;} 
	
*/
	
	
    .header-right {
      text-align: right;
      font-weight: 600;
    }
    .header-right i {
      margin-right: 6px;
    }
    .header-right a {
      color: #000;
      text-decoration: none;
      margin-right: 25px;
    }

    /* Hero Section */
    .hero img {
      width: 100%;
      border-radius: 0;
    }
    .hero p {
      font-weight: 500;
    }

    /* About Section */
    .about {
      padding: 40px 60px;
    }
    .about h4 {
      font-weight: 700;
      margin-bottom: 15px;
    }
    .about p {
      font-size: 17px;
      line-height: 1.6;
    }
    .about ul {
      margin-top: 15px;
    }
	
	ul li {
	font-size: 17px;
	line-height:20px;
	margin-bottom:8px;
}

    /* Enquiry Form */
    .enquiry-box {
      border: 2px solid #048708;
      border-radius: 6px;   
      background:#f3f3f3;
    }
    .enquiry-box h5 {
      background-color: #048708;
      color: #fff;
      text-align: center;
      padding: 10px;
      border-radius: 4px;
      margin-bottom: 15px;
    }
    .form-control {
      margin-bottom: 10px;
    }
    .btn-submit {
      background-color: #048708;
      color: #fff;
      font-weight: 600;
      width: 100%;
    }

    /* Warehouse Box */
    .warehouse-box {
      background-color: #14213d;
      color: #fff;
      text-align: center;
      padding: 20px;
      border-radius: 6px;
      margin-top: 20px;
    }
    .warehouse-box h6 {
      font-size: 18px;
      font-weight: 400;
    }

    /* Flooring Section */
    .flooring-section {
      padding: 40px 60px;
      text-align: center;
    }
    .flooring-section h4 {
      font-weight: 700;
      margin-bottom: 30px;
    }
    .flooring-card {
      border-radius: 8px;
      overflow: hidden;
      background-color: #14213d;
      color: #fff;
      transition: transform 0.3s ease;
    }
    .flooring-card:hover {
      transform: scale(1.03);
    }
    .flooring-card img {
      width: 100%;
      height: 450px;
      object-fit: cover;
    }
    .flooring-card h5 {
      margin: 0;
      padding: 18px 0;
      font-weight: 500;
      font-size: 30px;
    }

    /* Brands Section */
    .brands {
      padding: 50px 60px;
      text-align: center;
      background-color: #fff;
    }
    .brands h4 {
      font-weight: 700;
      margin-bottom: 40px;
	  
    }
    .brands-logos {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
    }
    .brands-logos img {
      max-height: 60px;
      object-fit: contain;
    }

    /* Footer */
    footer {
      background-color: #14213d;
      color: #fff;
      padding: 50px 60px;
    }
    footer h5 {
	  font-weight: 600;
	  margin-bottom: 20px;
	  font-size: 25px;
	  margin-top: 11px;
/*   font-weight: 700;
      margin-bottom: 20px;*/
    }
    footer a {
      color: #fff;
      text-decoration: none;
    }
    footer .footer-logo img {
    /*  width: 200px;*/
      margin-bottom: 20px;
	
    }
    footer p {
      margin-bottom: 10px;
      font-size: 20px;
	  line-height:34px;
	  letter-spacing:0.5px;

    }
    footer i {
      margin-right: 8px;
    }
    .footer-bottom {
      text-align: center;
      margin-top: 30px;
      border-top: 1px solid rgba(255,255,255,0.2);
      padding-top: 15px;
      font-size: 18px;
	  font-weight:200;
    }
	.text-center {
	text-align: center !important;
	font-size: 21px;
}
.warehouse-box p {
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
}

    footer h5 {
      font-weight: 600;
      margin-bottom: 15px;
    }

    footer i img {
      width: 18px;
      margin-right: 8px;
      vertical-align: middle;
    }

 @media (max-width: 768px) {
      .header {padding: 20px;}
      .about, .flooring-section, .brands, footer {padding: 20px;}
 }
 
 
 





    /* Responsive layout */
    @media (max-width: 767px) {
      footer .row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      }
      footer .footer-logo {
        order: 1;
        width: 100%;
        margin-bottom: 25px;
      }
      footer .col-md-5 {
        order: 2;
        width: 100%;
      }
      footer p {
        font-size: 14px;
      }
    }
	
/***************************************/
    form {
    
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      max-width: 500px;
      margin: auto;
    }
    .btn-submit {
      background-color: #048708;
      color: #fff;
      width: 100%;
    }
    .btn-submit:hover {
      background-color: #016C04;color: #fff;
    }
    .alert {
      display: none;
      margin-top: 15px;
    }
    /* Error styling */
    .error {
      border: 2px solid #e74c3c !important;
      background-color: #fff5f5;
    }
    .error-message {
      color: #FF1700;
      font-size: 13px;
      margin-top: 3px;
      margin-bottom: 5px;
      display: none;
    }
	
	
	
	/* Placeholder text color */
.form-control::placeholder {
  color: #848484;           /* light gray */
  opacity: 1;            /* make sure it’s fully visible */
}

/* For specific browsers */
:-ms-input-placeholder { color: #999; } /* IE 10-11 */
::-ms-input-placeholder { color: #999; } /* Edge */

/* Optional — change color when input focused */
input:focus::placeholder {
  color: #bbb;           /* slightly lighter when typing */
}


	
	.view-btn {
	margin-top: 40px;
	background: #14213d;
	color: #fff;
	padding: 7px 15px 9px 15px;
	font-size: 19px;
	border-radius: 5px;
}

.view-btn:hover {
	background: #223a6e;
}

.view-btn {
	text-decoration: none;
}




.showmore-btn {
    margin: 20px auto;
    display: block;
    padding: 10px 20px;
    background: #14213d;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
	border-radius:5px;
}

/*    .brand-box:hover {
      transform: scale(1.03);
	     box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
		 border:solid 1px #ccc;
		 background:#dbfffa;
    }*/
/* Section Title */
.brands-section {
    text-align: center;
    padding: 60px 20px;
    font-family: "Inter", sans-serif;
}

.brands-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 700;
}

/* Responsive Grid */
.brands-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
  /*  max-width: 1200px;*/
  width:100%;
    margin: 0 auto;
	margin-bottom:30px;
}

/* Brand Box */
.brand-box {
    background: #ffffff;
    border-radius: 10px;
 /*   padding: 40px 20px;*/
 padding:0px;
    display: flex;
    align-items: center;
    justify-content: center ;
 /*   height: 220px;*/
	border:solid 1px #FFFFFF;
	/*cursor:pointer;*/
  /*  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.5);*/
  box-shadow: 0 10px 15px -10px rgba(0,0,0,0.35);
}

.brand-box img {
	height:auto;
	width:100%;
/*    max-width: 80%;
    max-height: 90px;*/
    object-fit: contain;
}

/* Tablet View */
@media (max-width: 991px) {
    .brands-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile View */
@media (max-width: 576px) {
    .brands-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .brand-box {
        height: 120px;
    }
	
	
	.header-right {
	text-align: center !important;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
}
}








/*
.fab.fa-facebook-f {width: 33px;height: 33px;}
.fab.fa-instagram{width: 33px;height: 33px;}
.fab.fa-facebook-f img {width: 100%;}
.fab.fa-instagram img {width: 100%;}
.social-title{ margin-top:10px;}


.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 8px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s ease;
}
*/
/* Brand Colors */
/*.social-icons a.facebook { background: #1877f2; }
.social-icons a.instagram { background: #e4405f; }*/

/* Hover */
.social-icons a:hover {
  transform: translateY(-3px);
  opacity: 0.85;
}


.social-icons {
  display: flex;
  align-items: center;
  margin-top:20px;
  gap: 12px;           /* space between text and icons */
}

/* heading */
.social-title {
  margin: 0;
  font-size: 23px;
  font-weight: 600;
}

/* icon links */
.social-icons a {
  display: inline-flex;
}

/* image size */
.social-icons img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}






