@charset "UTF-8";
@import "animate.css";
@import "bootstrap-4-navbar.css";
:root {
  --font-lato: 'Lato', Arial, sans-serif;
  --font-Baskerville: 'Libre Baskerville', serif;
  --font-Nunito: 'Nunito', sans-serif;
  --bs-blue: #0070bb;
  --bs-indigo: #6610f2;
  --bs-cream: #f4f6f8;
}

@media screen and (max-width: 900px) {
  .img50, .img75, .img100, .img150, .img200, .img250, .img300, .img350, .img400, .img450, .img500, .img550 {
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Smartphones (portrait and landscape) ----------- */
/* Smartphones (landscape) ----------- */
/* Smartphones (portrait) ----------- */
/* iPads (portrait and landscape) ----------- */
/* iPads (landscape) ----------- */
/* iPads (portrait) ----------- */
/* iPad 3 (portrait and landscape) ----------- */
/* Desktops and laptops ----------- */
/* Large screens ----------- */
/* Retina displays ----------- */
*, *::before, *::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

body {
  font-family: var(--font-Nunito);
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600 !important;
  background-color: rgba(244, 246, 248, 0.5);
  color: #222;
  line-height: 1.6;
  background-size: cover;
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-Baskerville);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  text-align: justify;
  margin-top: 5px;
  margin-bottom: 5px;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}
a:hover {
  /*text-decoration: underline;*/
}

.top1 {
  background-color: #f4f6f8;
}

/* ===============================
   Base Button Style
================================= */
.btn-custom, .btn-accent-custom, .btn-secondary-custom, .btn-primary-custom {
  display: inline-block;
  padding: 5px 22px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}
.btn-custom:hover, .btn-accent-custom:hover, .btn-secondary-custom:hover, .btn-primary-custom:hover {
  text-decoration: none;
  transform: translateY(-2px);
}
.btn-custom:focus, .btn-accent-custom:focus, .btn-secondary-custom:focus, .btn-primary-custom:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

/* ===============================
   Primary Button (Brand Red)
================================= */
.btn-primary-custom {
  background-color: #ec1c24;
  color: #ffffff;
}
.btn-primary-custom:hover {
  background-color: #c4161d;
  color: #ffffff;
}

/* ===============================
   Secondary Button (Industrial Navy)
================================= */
.btn-secondary-custom {
  background-color: #1f2d3d;
  color: #ffffff;
}
.btn-secondary-custom:hover {
  background-color: #16202b;
  color: #ffffff;
}

/* ===============================
   Accent Button (Green)
================================= */
.btn-accent-custom {
  background-color: #198754;
  color: #ffffff;
}
.btn-accent-custom:hover {
  background-color: #157347;
  color: #ffffff;
}

/*=======================================================================*/
.main-header {
  background: #ffffff;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

.site-logo {
  max-height: 200px;
}

/*=======================================================================*/
.contact-info {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.contact-info span {
  margin: 0 8px;
}
.contact-info i {
  color: #ec1c24;
  margin-right: 5px;
}

.social-icons {
  margin-bottom: 20px;
}

.social-icons a {
  display: inline-block;
  margin-left: 12px;
  font-size: 18px;
  color: #1f2d3d;
  transition: 0.3s ease;
}
.social-icons a:hover {
  color: #ec1c24;
}

.contact-block {
  display: grid;
  grid-template-columns: 25px 55px 10px auto;
  row-gap: 2px;
  column-gap: 1px;
  align-items: center;
  font-size: 14px;
}

.icon {
  color: #ec1c24;
  font-size: 14px;
  text-align: center;
}

.label {
  font-weight: 500;
  color: #1f2d3d;
  text-align: left;
}

.colon {
  text-align: center;
  font-weight: 600;
}

.value {
  text-align: left;
  font-weight: 500;
}

/*=======================================================================*/
.main-navbar {
  /*background: rgba(58, 63, 69, 0.85);*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.47);
  z-index: 10;
}
.main-navbar .nav-link {
  color: #000;
  padding: 15px 20px;
  font-weight: 500;
}
.main-navbar .nav-link:hover {
  color: #ec1c24;
  text-decoration: none !important;
}
.main-navbar .mega-menu {
  left: 0 !important;
  right: 0 !important;
  border: none;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.main-navbar .mega-title {
  font-weight: 600;
  margin-bottom: 12px;
  color: #1f2d3d;
}
.main-navbar .dropdown-item {
  padding: 6px 0;
  font-size: 14px;
  color: #333;
}
.main-navbar .dropdown-item:hover {
  text-decoration: none !important;
  background: transparent;
  color: #ec1c24;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    padding-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-link {
    padding-left: 15px;
  }
  .navbar-nav .dropdown-menu {
    padding-left: 20px;
  }
  .navbar-nav .dropdown-item {
    padding-left: 25px;
  }
}
/*=======================================================================*/
/*.hero-section{
  background:url('/sujata/assets/images/bg1.webp') no-repeat center;
  background-size:cover;
  padding:100px 0;
  font-family:"Libre Baskerville", serif !important;
}*/
.hero-section {
  position: relative;
  background: url("../../assets/images/bg1.webp") no-repeat center center;
  background-size: cover;
  padding: 100px 20px;
}

.hero-badge {
  font-size: 13px;
  font-weight: 600;
  color: #ec1c24;
  margin-bottom: 15px;
  display: inline-block;
}

.hero-section h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  color: #1f2d3d;
  margin-bottom: 20px;
}

.text-red {
  color: #ec1c24;
}

.hero-section p {
  font-size: 17px;
  color: #555;
  margin-bottom: 30px;
}

.hero-buttons a {
  margin-right: 12px;
}

.hero-image {
  max-width: 100%;
}

.hero-section {
  position: relative;
}

.hero-section::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  width: 400px;
  height: 400px;
  /*background: rgba(236, 28, 36, 0.05);*/
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}

/*=======================================================================*/
.trust-section {
  padding: 60px 0;
  background: #ffffff;
  margin-top: 0;
  position: relative;
  z-index: 20;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.trust-item i {
  font-size: 32px;
  color: #ec1c24;
  margin-bottom: 15px;
  display: block;
}

.trust-item h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1f2d3d;
  margin-bottom: 5px;
}

.trust-item p {
  font-size: 14px;
  color: #666;
}

/*=======================================================================*/
.containerMachine {
  /*height:600px!important;*/
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.3) !important;
  border-radius: 15px;
  border: 0.01em solid rgba(0, 0, 0, 0.05) !important;
  background-color: white !important;
  text-align: center;
  padding-bottom: 30px;
}
.containerMachine h4 {
  color: #0070bb;
  font-size: 22px;
}
.containerMachine .containerImg {
  height: 250px;
  border-bottom: 0.01em solid rgba(204, 204, 204, 0.6);
}
.containerMachine .textMachine {
  padding: 0 30px 30px 30px;
}
.containerMachine * {
  text-align: center !important;
}

/*=======================================================================*/
.why-section {
  padding: 100px 20px;
  background: #ffffff;
}

.why-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1f2d3d;
  margin-bottom: 15px;
}

.why-intro {
  color: #666;
  margin-bottom: 30px;
}

.why-image {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.why-feature {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.why-feature i {
  font-size: 22px;
  color: #ec1c24;
  margin-top: 4px;
}

.why-feature h5 {
  font-weight: 600;
  color: #1f2d3d;
  margin-bottom: 5px;
}

.why-feature p {
  font-size: 14px;
  color: #666;
}

/*=======================================================================*/
.export-section {
  padding: 100px 20px;
  background: #f4f6f8;
}

.export-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1f2d3d;
  margin-bottom: 15px;
}

.export-intro {
  color: #666;
  margin-bottom: 25px;
}

.export-list {
  columns: 2;
  list-style: none;
  padding: 0;
}

.export-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #444;
}

.export-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ec1c24;
  font-weight: bold;
}

.export-map {
  max-width: 100%;
  height: 420px;
  object-fit: contain;
}

/*=======================================================================*/
.cta-section {
  padding: 100px 20px;
  background: #1f2d3d;
  color: #ffffff;
}

.cta-section h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cta-section p {
  color: #d1d5db;
  margin-bottom: 30px;
}

.cta-buttons a {
  margin: 0 10px;
}

.btn-outline-light-custom {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-outline-light-custom:hover {
  background: #ffffff;
  color: #1f2d3d;
}

/*=======================================================================*/
.main-footer {
  background: #1f2d3d;
  color: #d1d5db;
  padding: 80px 0 0 0;
}

.footer-col h5 {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-col p,
.footer-col li {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col a {
  color: #d1d5db;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #ec1c24;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding: 20px 0;
  font-size: 13px;
}

.main-footer {
  border-top: 4px solid #ec1c24;
}

/*=======================================================================*/
.breadcrumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 0.01em solid rgba(204, 204, 204, 0.2);
  font-size: 11px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.breadcrumb * {
  color: #0070bb;
}
.breadcrumb a {
  color: #0070bb;
}

/*=======================================================================*/
.bodyText h1 {
  color: red;
}
.bodyText h1 + h2 {
  font-size: 16px;
}
.bodyText h2 {
  border-left: 3px solid red;
  padding-left: 10px;
}
.bodyText h3 {
  color: #333333;
}

/*=======================================================================*/
.product-thumbs img.thumb-img {
  width: 100%;
  max-width: 80px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 6px;
  opacity: 0.8;
  transition: 0.2s ease;
}

.product-thumbs img.thumb-img:hover,
.product-thumbs img.thumb-img.active {
  border-color: #0d6efd;
  opacity: 1;
}

/*=======================================================================*/
.columnRight {
  padding-top: 20px;
}

/*=======================================================================*/
.columnLeft {
  border-right: 0.01em dashed #CCC;
}

/*=======================================================================*/
/*=======================================================================*/
.myTable {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}
.myTable th, .myTable td {
  border: 1px solid #e3e6ea;
  padding: 12px 14px;
  vertical-align: middle;
  font-size: 0.95rem;
}
.myTable thead th {
  background: linear-gradient(180deg, #f8f9fa, #eef1f4);
  font-weight: 600;
}
.myTable tbody tr:nth-child(even) {
  background: #fafbfc;
}
.myTable tbody tr:hover {
  background: #f1f5ff;
}
.myTable {
  /* First column left aligned & bold */
}
.myTable th:first-child,
.myTable td:first-child {
  text-align: left;
  font-weight: 500;
  color: #222;
}
.myTable {
  /* Rest columns center aligned */
}
.myTable th:not(:first-child),
.myTable td:not(:first-child) {
  text-align: center;
}

/*=======================================================================*/
ul.myUl * {
  font-size: 14px;
}
ul.myUl li {
  line-height: 1.3;
  margin-top: 12px;
  margin-bottom: 12px;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}
ul.myUl li a {
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/*=======================================================================*/
/* Accordion container */
.accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 8px;
  border-radius: 6px;
  overflow: hidden;
}

/* Accordion header button */
.accordion-button {
  padding: 10px 12px; /* reduce padding */
  font-size: 15px;
  font-weight: 500;
  background: #f8f9fa;
}

/* Remove extra space */
.accordion-button:not(.collapsed) {
  background: #e9ecef;
  box-shadow: none;
}

/* Remove big arrow spacing */
.accordion-button::after {
  margin-left: auto;
  transform: scale(0.8); /* smaller arrow */
}

/* Body spacing */
.accordion-body {
  padding: 8px 10px;
}

/* Remove default focus glow */
.accordion-button:focus {
  box-shadow: none;
}

/* Optional: tighter text */
.accordion-button {
  line-height: 1.3;
}

/*=======================================================================*/
/*==================================================================================*/
.myNav {
  border-bottom: 0.01em solid rgba(204, 204, 204, 0.6);
}
.myNav .myUl li {
  font-size: 11px;
}

/* ======================================================================================================== */
.display-5 {
  font-size: 3rem;
  font-weight: 300;
}

.display-6 {
  font-size: 2.5rem;
  font-weight: 300;
}

.display-7 {
  font-size: 2rem;
  font-weight: 300;
}

.nav-link, .dropdown-item {
  font-size: 14px;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

a.dropdown-item {
  margin-left: -15px !important;
  width: auto !important;
}

a.dropdown-item:hover {
  background-color: red !important;
  color: white !important;
}

h2.accordion-header {
  margin-top: 0 !important;
}

ul.dropdown-menu {
  padding-left: 15px !important;
}

/*# sourceMappingURL=master.css.map */
