@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url(../fonts/Montreal-Serial/stylesheet.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {

  background: #000000;
  font-family: 'Montreal Serial';
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #fff;

}

/* Table Styles */
table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #000 !important;
  margin: 20px 0;
  background: #fff;
  min-width: 600px;
}

table thead {
  background: #EA4D0E;
  color: #fff;
}

table thead th {
  padding: 15px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #fff !important;
  font-size: 16px;
  white-space: nowrap;
}

table tbody td {
  padding: 12px 15px;
  border: 1px solid #ddd !important;
  color: #000;
  text-align: center;
  font-size: 15px;
  white-space: nowrap;
}

table tbody tr:nth-child(odd) {
  background: #fff;
}

table tbody tr:nth-child(even) {
  background: #f5f5f5;
}

table tbody tr:hover {
  background: #f0f0f0;
}

/* Specific for product details table */
.product-details-holder table {
  border: 2px solid #000 !important;
  border-radius: 0;
  overflow: hidden;
  margin-top: 0;
}

.product-details-holder table th {
  border: 1px solid #fff !important;
}

.product-details-holder table td {
  border: 1px solid #ddd !important;
}

/* Product Details Page */
.product-details {
  padding: 60px 0 80px;
  background: #000;
  min-height: 100vh;
}

/* Left Side Content */
.product-left-content {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
}

.product-title {
  font-size: 36px;
  font-weight: 700;
  color: #EA4D0E;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
}

/* Product Points Styling */
.product-points {
  margin-bottom: 30px;
}

.product-points ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.product-points li {
  padding: 10px 0;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  color: #fff;
}

.product-points li:before {
  content: "●";
  color: #EA4D0E;
  position: absolute;
  left: 0;
  font-size: 20px;
}

.product-image-holder {
  background: transparent;
  border-radius: 30px;
  padding: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  margin-bottom: 30px;
  border: 2px solid rgba(234, 77, 14, 0.3);
}

.product-image-holder img {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: contain;
  border-radius: 20px;
}

/* WhatsApp Enquiry Button */
.product-enquiry-btn {
  margin-top: 30px;
  padding-bottom: 30px;
}

.product-enquiry-btn .btn-fill,
.product-left-content .btn-fill {
  background: #25D366;
  color: #fff;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  transition: all 0.3s ease;
  border: 2px solid #25D366;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.2);
}

.product-enquiry-btn .btn-fill.white-bg,
.product-left-content .btn-fill.white-bg {
  background: #fff;
  color: #25D366;
  border: 2px solid #25D366;
}

.product-enquiry-btn .btn-fill:hover,
.product-left-content .btn-fill:hover {
  background: #128C7E;
  border-color: #128C7E;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.product-enquiry-btn .btn-fill.white-bg:hover,
.product-left-content .btn-fill.white-bg:hover {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
}

.product-enquiry-btn .btn-fill img,
.product-left-content .btn-fill img {
  width: 26px;
  height: 26px;
  margin-left: 5px;
  filter: brightness(0) invert(1);
}

.product-enquiry-btn .btn-fill.white-bg img,
.product-left-content .btn-fill.white-bg img {
  filter: none;
}

/* Right Side Content - Description/Table */
.product-details-holder {
  padding: 0 40px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  min-height: 100%;
}

.product-description {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  width: 100%;
}

.product-description p {
  margin-bottom: 15px;
}

/* Table Container with Horizontal Scroll - Only when needed */
.product-description .table-responsive {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
}

/* Table Styles Inside Description */
.product-description table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #000 !important;
  margin: 0;
  background: #fff;
  display: table;
  table-layout: auto;
}

.product-description table thead {
  background: #EA4D0E;
  color: #fff;
}

.product-description table thead th {
  padding: 15px 20px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #fff !important;
  font-size: 16px;
  white-space: nowrap;
}

.product-description table tbody td {
  padding: 12px 20px;
  border: 1px solid #ddd !important;
  color: #000;
  text-align: center;
  font-size: 15px;
  white-space: nowrap;
}

.product-description table tbody tr:nth-child(odd) {
  background: #fff;
}

.product-description table tbody tr:nth-child(even) {
  background: #f5f5f5;
}

.product-description table tbody tr:hover {
  background: #f0f0f0;
}

/* Custom Scrollbar for Table */
.product-description .table-responsive::-webkit-scrollbar {
  height: 14px;
  background: transparent;
}

.product-description .table-responsive::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 10px;
  margin: 0 10px;
  border: 1px solid #333;
}

.product-description .table-responsive::-webkit-scrollbar-thumb {
  background: #EA4D0E;
  border-radius: 10px;
  border: 2px solid #1a1a1a;
}

.product-description .table-responsive::-webkit-scrollbar-thumb:hover {
  background: #ff5722;
  border-color: #000;
  cursor: pointer;
}

/* Firefox Scrollbar */
.product-description .table-responsive {
  scrollbar-width: thin;
  scrollbar-color: #EA4D0E #1a1a1a;
}

/* Responsive */
@media (max-width: 991px) {
  .product-left-content,
  .product-details-holder {
    padding: 0 20px;
  }
  
  .product-details-holder {
    margin-top: 40px;
  }
  
  .product-title {
    font-size: 28px;
  }
  
  .product-image-holder {
    min-height: auto;
    padding: 30px;
  }
  
  .product-image-holder img {
    max-height: 300px;
  }
  
  .product-description table {
    min-width: 800px !important;
  }
}

@media (max-width: 767px) {
  .product-details {
    padding: 40px 0;
  }
  
  .product-left-content,
  .product-details-holder {
    padding: 0 15px;
  }
  
  .product-image-holder {
    padding: 20px;
    border-radius: 20px;
    min-height: auto;
  }
  
  .product-image-holder img {
    max-height: 250px;
  }
  
  .product-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .product-points li {
    font-size: 15px;
  }
  
  .product-description {
    font-size: 15px;
  }
  
  .product-description table {
    min-width: 700px !important;
  }
  
  .product-description table thead th {
    padding: 10px 15px;
    font-size: 14px;
    min-width: 100px;
  }
  
  .product-description table tbody td {
    padding: 8px 15px;
    font-size: 13px;
    min-width: 100px;
  }
  
  /* Better scrollbar on mobile */
  .product-description .table-responsive::-webkit-scrollbar {
    height: 10px;
  }
  
  .product-description .table-responsive::-webkit-scrollbar-track {
    margin: 0 5px;
  }
  
  /* WhatsApp button mobile */
  .product-enquiry-btn .btn-fill,
  .product-left-content .btn-fill {
    padding: 12px 25px;
    font-size: 15px;
    width: 100%;
    justify-content: center;
  }
  
  .product-enquiry-btn {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #EA4D0E;
  color: #EA4D0E;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.pagination a:hover {
  background-color: #EA4D0E;
  color: #fff;
}

.pagination .current {
  background-color: #EA4D0E;
  color: #fff;
  border-color: #EA4D0E;
}


.sidebar ul li a.active {
  font-weight: bold;
  color: #d9534f;
}

.sidebar ul li a.clear-filter {
  color: #fff;
  font-size: 14px;
  display: block;
  margin-top: 10px;
  text-decoration: underline;
}


input:focus,
button:focus,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 70px;
  line-height: 74px;
}

h3 {
  font-size: 50px;
  line-height: 64px;
}

h4 {
  font-size: 40px;
  line-height: 54px;
}

h5 {
  font-size: 30px;
  line-height: 44px;
}

h6 {
  font-size: 22px;
  line-height: 34px;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #E0AA3E;
}

img {
  max-width: 100%;
}

.f-size-11 {
  font-size: 11px;
}

.f-size-12 {
  font-size: 12px;
}

.f-size-14 {
  font-size: 14px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-18 {
  font-size: 18px;
}

.f-size-30 {
  font-size: 30px;
}

.f-weight-100 {
  font-weight: 100;
}

.f-weight-200 {
  font-weight: 200;
}

.f-weight-300 {
  font-weight: 300;
}

.f-weight-400 {
  font-weight: 400;
}

.f-weight-500 {
  font-weight: 500;
}

.f-weight-600 {
  font-weight: 600;
}

.f-weight-700 {
  font-weight: 700;
}

.f-weight-800 {
  font-weight: 800;
}

.f-weight-900 {
  font-weight: 900;
}

.f-weight-bold {
  font-weight: bold;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.b-r-10 {
  border-radius: 10px !important;
}

.b-r-15 {
  border-radius: 15px !important;
}

.b-r-20 {
  border-radius: 20px !important;
}

.b-r-25 {
  border-radius: 25px !important;
}

.b-r-30 {
  border-radius: 30px !important;
}

.f.general-r {
  font-family: 'GeneralSans-Regular';
}

.f-general-m {
  font-family: 'GeneralSans-Medium';
}

.f-general-s {
  font-family: 'GeneralSans-Semibold';
}

.f-urbanist {
  font-family: "Urbanist", sans-serif;
}

header.site-header {
    padding: 30px 0;
    position: absolute;
    width: 100%;
    top: 0;
    /*border-bottom: 1px solid #3D3D3D;*/
   
}

button.owl-prev,
button.owl-next {
  width: 70px;
  height: 50px;
  border: 1px solid #E0AA3E ! IMPORTANT;
  display: inline-block;
  text-indent: -100px;
  background: url(../img/arrow-yellow.svg) no-repeat center center !important;
  overflow: hidden;
  margin: 50px;
}

button.owl-prev {
  transform: rotate(180deg);
  border-left: 0 !important;

}

button.owl-next {
  border-left: 0 !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  margin: 10px;
}

button.owl-dot.active {
  background: #fff !important;
  width: 45px !important;
  height: 10px;
  border-radius: 30px;
}

body .services button.owl-dot {
  border-radius: 30px;
  width: 50px;
  height: 13px;
  background: #fff;
  display: block;
  z-index: 122;
  position: relative;
}

.owl-dots.disabled {
  display: block !important;
  text-align: center;
  margin-top: 25px;
}

.orange {
  color: #fff;
  background-color: #EA4D0E;

}

.btn-fill {
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}

.site-banner {
  background: url(../img/banner-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 110px;
}

.yellow-color {
  color: #FDCA00;
}

.with-bg {
  background: #d9d9d93d;
  display: inline-block;
  backdrop-filter: blur(20px);
  padding: 6px 15px;
  border-radius: 10PX;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.max-200 {
  max-width: 200px;
}

.item-line {
  position: absolute;
  left: -180px;
  top: 20px;
}

.color-orange {
  color: #EA4D0E;
}

.site-section {
  padding: 115px 0;
}

.solutions {
  background: #737373;
  background: linear-gradient(342deg, rgba(115, 115, 115, 1) 0%, rgba(188, 188, 188, 1) 49%, rgba(115, 115, 115, 1) 100%);
}

.w-60 {
  width: 60%;
}

.btn-holder img {
  width: initial !important;
}

@media (max-width: 1399px) {
  .solution-holder {
    min-height: 420px;
    padding: 14px;
  }
  
  .solution-holder h6 {
    font-size: 15px;
    min-height: 48px;
  }
}

/* Below 1200px */
@media (max-width: 1199px) {
  .solution-holder {
    min-height: 440px;
    padding: 13px;
  }
  
  .solution-holder h6 {
    font-size: 14px;
    min-height: 50px;
  }
  
  .solution-holder .btn-holder a {
    font-size: 13px;
    padding: 8px 12px;
  }
}

/* Below 991px - Tablet */
@media (max-width: 991px) {
  .solution-holder {
    min-height: auto;
    padding: 12px;
    margin-bottom: 20px;
  }
  
  .col-lg-4.m-b-25 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Below 767px - Mobile */
@media (max-width: 767px) {
  .solution-holder {
    border-radius: 20px;
    padding: 12px;
    border: 2px solid #EA4D0E;
    margin-bottom: 15px;
  }
  
  .col-lg-4.m-b-25 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .solution-holder h6 {
    font-size: 16px;
    min-height: auto;
  }
}

/* Below 480px - Small Mobile */
@media (max-width: 480px) {
  .solution-holder {
    border-radius: 15px;
    padding: 10px;
  }
  
  .solution-holder .btn-holder {
    flex-direction: column;
    gap: 10px;
  }
  
  .solution-holder .btn-holder a {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.solution-holder {
  background: #000;
  border-radius: 30px;
  padding: 15px;
  border: 3px solid #EA4D0E;
  /*height: 415px;*/
  
}

.btn-fill.white-bg {
  background: #fff;
  border-radius: 30px;
  padding: 6px 15px 1px;
  color: #000;
}

.btn-border {

  border-radius: 30px;
  padding: 6px 15px 1px;
  color: #fff;
  border: 1px solid #fff;
}

.safty {
  background-position: right top;
  background-color: #D1541C;
  background-repeat: no-repeat;
}

.safty .btn-fill.white-bg {
  border-radius: 10px;
  padding: 9px 26px 12px;
  color: #EA4D0E;
}

.site-footer {
  background: url(../img/footer.jpg) no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.voice-item {
  display: flex;
  align-items: flex-start;
}

.voice-item {
  background: #737373;
  background: linear-gradient(342deg, rgba(115, 115, 115, 1) 0%, rgba(188, 188, 188, 1) 49%, rgba(115, 115, 115, 1) 100%);
  padding: 15px;
}

.name-holder {
  width: 100%;
}

.voice-item .img-holder {
  width: 100%;
  margin-left: 15px;
}

.name-holder {
  width: 100%;
  margin-top: -64px;
  padding: 10px;
}

.name-holder p {
  margin-bottom: 0;
}

.voice-item .owl-carousel .owl-item img {
  display: block;
  width: 150px !important;
  max-width: none !important;
  margin-top: -29px;
}

.voice-slide .item {
  padding-top: 15px;
}

.menu-txt {
  border-bottom: 1px solid #fff;
}

.color-yellow {
  color: #FDCA00;
}

.footer-menu ul {
  padding-left: 0;
  list-style: none;

}

.fire {
  background: url(../img/fire-bg.jpg) no-repeat center top;
  background-size: cover;
}

.sidebar li {
  margin-bottom: 20px;
}

.fire h5 {
  border-bottom: 1px solid #3D3D3D;
  padding-left: 25%;
}

.sidebar {
  border-right: 1px solid #3D3D3D;
}

.owl-nav {
  display: none;
}

.owl-dots {
  text-align: center;
}

.voice-item img {
  display: block;
  width: 190px !important;
  max-width: initial;
}
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0 20px;
    }
.banner-heading.line {
    border-left: 1px solid #3D3D3D;
    border-bottom: 1px solid #3D3D3D;
    padding: 15px;
}
.about-1-holder {
       background: #1E1E1E;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 6px 24px rgb(255 138 138 / 47%);
    min-height: 510px;

}
.about-2-holder {
    background: #1E1E1E;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 6px 24px rgb(255 138 138 / 47%);
    min-height: 270px;
}
section.site-banner.inner-banner {
    background: #000;
    margin-top: 80px;
    padding: 85px 0;
}
.mile {
  background-size: cover;
}
.mile p, .values p {
    line-height: 30px;
}
.values {
    background-size: cover;
}
section.footer-area {
    padding-top: 50px;
}
.blog-holder {
    border: 1px solid #3d3d3d;
}
.blog-txt-holder {
    padding: 15px;
}
.blog-details {
  background-size: cover;
}
section.site-banner.inner-banner {
    background: #000;
    margin-top: 80px;
}







@media (max-width: 1400px) {
  .voice-item img {
    width: 140px !important;
  }
}

  @media (max-width: 1199px) {

    .safty {
      background-image: none !important;
    }

    .w-100-in-1200 {
      width: 100% !important;
    }

    .voice-item {
      display: flex;
      flex-direction: column;
    }

    .voice-item .img-holder {
      width: 100%;
      margin-left: 0;
    }

    .voice-item img {
      width: 100% !important;
    }

  }
  section.site-section.contact {
  margin-top: 75px;
}

  
  
@media (max-width: 768px) {
    section.site-banner.inner-banner {
        margin-top: 60px;
        padding: 50px 0;
    }
    
    .site-banner.inner-banner .container {
        flex-direction: column;
    }
    
    .site-banner.inner-banner img {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .banner-heading.line {
        margin-left: 0 !important;
        border-left: none;
        border-top: 1px solid #3D3D3D;
        padding: 20px 15px;
    }
    
    .banner-heading h2 {
        font-size: 24px;
    }
    
    .banner-heading p {
        font-size: 14px;
    }
    
    .about-1-holder {
        padding: 20px;
        min-height: auto;
        margin-top: 20px;
    }
    
    .about-2-holder {
        padding: 20px;
        min-height: auto;
        margin-bottom: 20px;
    }
    
    .about-1-holder h4,
    .about-2-holder h4 {
        font-size: 20px;
    }
    
    .about-1-holder p,
    .about-2-holder p {
        font-size: 14px;
    }
    
    .row.m-t-45 {
        margin-top: 20px !important;
    }
    
    .mile p, .values p {
        line-height: 26px;
        font-size: 14px;
    }
    
    .mile h4, .values h4 {
        font-size: 22px;
    }
}

/* Mobile devices (576px and below) */
@media (max-width: 576px) {
    section.site-banner.inner-banner {
        margin-top: 50px;
        padding: 30px 0;
    }
    
    .banner-heading h2 {
        font-size: 20px;
        line-height: 1.3;
    }
    
    .banner-heading p {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .about-1-holder,
    .about-2-holder {
        padding: 15px;
        border-radius: 8px;
    }
    
    .about-1-holder h4,
    .about-2-holder h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .about-1-holder p,
    .about-2-holder p {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .btn-fill {
        font-size: 14px;
        padding: 10px 20px;
    }
    
    .mile, .values {
        padding: 40px 0;
    }
    
    .mile h4, .values h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .mile p, .values p {
        line-height: 24px;
        font-size: 13px;
    }
}

/* Large tablets (992px and below) */
@media (max-width: 992px) {
    .about-1-holder {
        margin-top: 20px;
    }
}

/* Extra small devices (400px and below) */
@media (max-width: 400px) {
    .banner-heading h2 {
        font-size: 18px;
    }
    
    .about-1-holder,
    .about-2-holder {
        padding: 12px;
    }
    
    .about-1-holder h4,
    .about-2-holder h4,
    .mile h4,
    .values h4 {
        font-size: 16px;
    }
}

  @media (max-width: 992px) {

    .footer-menu {
      justify-content: flex-start !important;
    }

    .footer-menu,
    body .social-media {
      align-items: flex-start !important;
    }

    .solutions .heading-holder>div {
      flex-direction: column;
    }

    .solutions .heading-holder .w-60 {
      width: 100%;
    }

    .navbar-collapse {
      position: absolute;
      right: -80px;
      top: 44px;
      z-index: 99;
      background: #ffffff;
      width: 180px;
      border-radius: 20px;
      padding: 15px;
      box-shadow: 0 0 20px rgb(0 0 0 / 38%);
    }

    .navbar-dark .navbar-nav .nav-link {
      color: rgb(0 0 0);
    }
  }
  
  label span {
  color: red;
}

.field-item {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #818181;
  padding: 10px 0;
  color: #fff;
  margin-bottom: 25px;
}
  /* ============================================
   HEADER RESPONSIVE STYLES
   Maintains all existing class names
   ============================================ */

/* Base Header Styles - Already Defined */
header.site-header {
    padding: 30px 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1000;
}

/* Desktop - Fine Tuning (1200px - 1399px) */
@media (max-width: 1399px) {
    header.site-header {
        padding: 25px 0;
    }
    
    .header-left img {
        max-width: 160px;
    }
}

/* Large Tablet to Desktop (992px - 1199px) */
@media (max-width: 1199px) {
    header.site-header {
        padding: 20px 0;
    }
    
    .header-left img {
        max-width: 140px;
    }
    
    .header-right .btn-fill {
        padding: 8px 15px;
        font-size: 14px;
    }
}

/* Tablet Landscape - Mobile Menu Activates (768px - 991px) */
@media (max-width: 991px) {
    header.site-header {
        padding: 18px 0;
    }
    
    .header-left img {
        max-width: 130px;
    }
    
    /* Mobile Menu Dropdown */
    .header-center .navbar-collapse {
        position: absolute;
        right: 0;
        top: 50px;
        z-index: 999;
        background: #ffffff;
        min-width: 200px;
        border-radius: 10px;
        padding: 20px 15px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    }
    
    .header-center .navbar-dark .navbar-nav .nav-link {
        color: #000000;
        padding: 10px 15px;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .header-center .navbar-dark .navbar-nav .nav-link:hover {
        color: #EA4D0E;
        background: #f8f8f8;
    }
    
    .header-center .navbar-dark .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none;
    }
    
    .header-center .navbar-toggler {
        border-color: #ffffff;
        padding: 6px 10px;
    }
    
    .header-center .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
    }
    
    .header-right .btn-fill {
        padding: 8px 12px;
        font-size: 13px;
    }
}

/* Tablet Portrait (768px and below) */
@media (max-width: 768px) {
    header.site-header {
        padding: 15px 0;
    }
    
    .header-left img {
        max-width: 120px;
    }
    
    .d-flex.justify-content-between {
        align-items: center;
    }
    
    .header-center {
        order: 3;
    }
    
    .header-right {
        order: 2;
    }
    
    .header-center .navbar-collapse {
        right: 0;
        top: 45px;
        min-width: 180px;
        padding: 15px;
    }
    
    .header-center .navbar-dark .navbar-nav .nav-link {
        padding: 8px 12px;
        font-size: 14px;
    }
    
    .header-right .btn-fill {
        padding: 7px 12px;
        font-size: 13px;
    }
}

/* Mobile Devices (576px and below) */
@media (max-width: 576px) {
    header.site-header {
        padding: 12px 0;
    }
    
    .header-left img {
        max-width: 100px;
    }
    
    .header-center .navbar-collapse {
        right: -10px;
        top: 42px;
        min-width: 160px;
        padding: 12px;
        border-radius: 8px;
    }
    
    .header-center .navbar-dark .navbar-nav .nav-link {
        padding: 8px 10px;
        font-size: 13px;
    }
    
    .header-center .navbar-toggler {
        padding: 4px 8px;
        font-size: 1rem;
    }
    
    .header-right .btn-fill {
        padding: 6px 10px;
        font-size: 12px;
        border-radius: 4px;
    }
}

/* Small Mobile Devices (400px and below) */
@media (max-width: 400px) {
    header.site-header {
        padding: 10px 0;
    }
    
    .header-left img {
        max-width: 85px;
    }
    
    .header-center .navbar-collapse {
        right: -15px;
        top: 38px;
        min-width: 140px;
        padding: 10px;
    }
    
    .header-center .navbar-dark .navbar-nav .nav-link {
        padding: 6px 8px;
        font-size: 12px;
    }
    
    .header-center .navbar-toggler {
        padding: 3px 6px;
        font-size: 0.9rem;
    }
    
    .header-right .btn-fill {
        padding: 5px 8px;
        font-size: 11px;
    }
}

/* Landscape Orientation - Mobile */
@media (max-width: 896px) and (orientation: landscape) {
    header.site-header {
        padding: 8px 0;
    }
    
    .header-left img {
        max-width: 90px;
    }
    
    .header-center .navbar-collapse {
        top: 38px;
        max-height: 70vh;
        overflow-y: auto;
    }
    
    .header-right .btn-fill {
        padding: 5px 10px;
        font-size: 12px;
    }
}

/* Ensure smooth transitions */
.header-center .navbar-collapse {
    transition: all 0.3s ease-in-out;
}

.header-center .navbar-dark .navbar-nav .nav-link {
    transition: all 0.2s ease;
}

/* Fixed header adjustment for when it becomes sticky */
@media (max-width: 991px) {
    header.site-header.fixed {
        position: fixed;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
    }
}

/* Accessibility - Touch targets */
@media (max-width: 991px) {
    .header-center .navbar-toggler {
        min-width: 44px;
        min-height: 44px;
    }
    
    .header-right .btn-fill {
        min-height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}
  