/* CSS Document */
.footer-tagline {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  color: #333;
  letter-spacing: 0.5px;
}
.footer-tagline a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.hero-title1
{
	font-size: 52px;
	color: #fff;
	margin-bottom: 20px;
	font-family: var(--tg-heading-font-family);
  margin-top: 0px;
  font-weight: var(--tg-fw-bold);
  line-height: var(--tg-heading-line-height);
  text-transform: unset;
}

.space
{
	padding:  80px 0;
}

.space-top
{
	padding:  80px 0 0 0;
}

.space-bottom
{
	padding:  0 0 80px 0;
}

.shappe {
  position: absolute;
  width: 150px;
  height: 165px;
  opacity: 0.8;
  background: #2997bab8;
  mix-blend-mode: multiply;
  border-radius: 0px 300px 0px 0px;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.section__title .title span
{
	font-weight: 200;
}
.text-justify
{
	text-align: justify !important;
}

.font-20
{
	font-size: 20px;
}

.about-grid-card.style4 .box-icon {
  width: 40px;
  height: 40px;
}
.about-grid-card.style4 .box-title {
  margin-bottom: 0;
  max-width: 152px;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.about-grid-card.style4 {
  margin-bottom: -18px;
}

.box-icon1 .no{
  font-size: 35px !important;
}
/*
.box-icon:hover i {
  filter: brightness(0) invert(1);
}
*/
.project__details-area .checklist-wrap {
    background: #fff;
    border: 2px solid #ecc8c8;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}
.project__details-area .checklist-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border-color: #e30110;
}




	/* ===== Manufacturing Facility Card ===== */
.mf-card {
  border: 2px solid #e30110;;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: stretch;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

.mf-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  border-color: #ff6600;
}

/* Image Left */
.mf-thumb {
  flex: 0 0 45%;
  overflow: hidden;
}

.mf-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.mf-card:hover .mf-thumb img {
  transform: scale(1.05);
}

/* Info Right */
.mf-details {
  flex: 1;
  padding: 20px;
  background: #f7f5f5;
}

.mf-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

/* List */
.mf-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mf-list li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #444;
}

.mf-list i {
  margin-right: 8px;
  color: #e63946; /* red check icon */
}
  /* Box style - full width of col-lg-6 */
  .list-box {
    background: #fff;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
  }

  /* Clean list style */
  .clean-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .clean-list li {
    position: relative;
    margin: 16px 0;
    padding: 16px 20px 16px 60px;
    border-radius: 10px;
    background: #f9f9f9;
    color: #333;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
  }

  .clean-list li::before {
    content: attr(data-num);
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background: #fff;
    border: 2px solid #e30110;
    color: #e30110;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .clean-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.12);
  }

/* MOBILE SPECIFIC STYLES */
@media (max-width: 767.98px) {
    /* Add spacing between stacked input fields */
    #contact_form .form-group {
        margin-bottom: 15px;
    }

    /* Make buttons full width with spacing */
    .button-group {
        flex-direction: column; 
    }

    .button-group .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .button-group .btn:last-child {
        margin-bottom: 0; 
    }

    /* Optional: increase input padding for mobile ease */
    #contact_form .form-control {
        padding: 12px 10px;
        font-size: 16px;
    }
}
/* MOBILE SPECIFIC STYLES FOR FORM AND BUTTONS */
@media (max-width: 767.98px) {
    /* Form padding */
    #contact_form {
        padding: 4px;
    }

    /* Form fields spacing */
    #contact_form .form-group {
        margin-bottom: 4px;
    }

    /* Buttons container */
    #contact_form .btn {
        padding: 15px 6px; 
        width: 100%; 
        margin-bottom: 10px;
        font-size: 14px; 
    }

    /* Optional: stack if inside a flex container */
    #contact_form .button-group {
        flex-direction: column;
        gap: 4px;
    }
}


/* ===== Contact Section Mobile View ===== */
@media (max-width: 768px) {
  .about-area-4 .contact-info-wrap {
    margin-bottom: 20px; 
  }

  .about-area-4 .contact-info-card {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 12px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }

  .about-area-4 .contact-info-icon {
    font-size: 20px;
    margin-right: 10px;
    color: #28a745; 
  }

  .about-area-4 .contact-info-card h4 {
    font-size: 16px;
    margin: 0 0 4px;
  }

  .about-area-4 .contact-info-card p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    word-break: break-word;
  }

  .about-area-4 iframe {
    height: 300px !important;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .mf-card {
    flex-direction: column;
  }
  .mf-thumb img {
    height: 250px; 
  }
}

.service-card  .no{
  transition: all 0.3s ease;
}
.service-card:hover  .no{
  filter: brightness(0) invert(1);
  transform: rotate(360deg);
}

.about-grid-card .box-icon {
  color: #1d3131;
}

.border-1 {
  border-radius: 10px;
  box-shadow: 6px 5px 12px -3px #a615213d;
  border: 1px solid #d0d0d0;
  padding: 10px;
  background: #fff;
}
.subheading {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 11px;
}


.lab-card-item {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.lab-card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.lab-card-title {
  font-weight: 600;
  margin-bottom: 5px;
}
.lab-card-text {
  font-size: 16px;
  color: #555;
}
.badge {
  font-size: 14px;
  padding: 0.5em 0.8em;
}
.text-red {
  color: #E30110;
}
.bg-red {

  background-color: #e30110;
}
/* ===== Pricing Card ===== */
.pricing-card {
    border: 2px solid #333;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}

.pricing-card_details {
    padding: 20px;
    background: #f7f5f5;
}

.pricing-card_title {
    font-size: 20px;
    font-weight: 700;
    margin-top: -0.2em;
    margin-bottom: 0 !important;
}

/* Optional custom title spacing */
.pricing-card_title1 {
    margin-bottom: 132px !important;
}

/* Checklist spacing inside pricing card */
.pricing-card .checklist li:not(:last-child) {
    margin-bottom: 3px;
}

/* ===== Product Card ===== */
.product-card {
    border: 2px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    background: #fff;
    /* transition: all 0.3s ease; */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    border-color: #ff6600;
}

.product-card img {
    width: 100%;
    border-radius: 8px;
    /* transition: transform 0.3s ease; */
}

/* .product-card:hover img {
    transform: scale(1.05);
} */

/* ===== Product Info ===== */
.product-info {
    margin-top: 10px;
}

.product-name {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}

.product-grade {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}

.product-weight {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 12px;
}

/* ===== Checklist Global ===== */
.checklist-wrap .list-wrap li:not(:last-child) {
    margin-bottom: 6px;
}

.facility-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}
.facility-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.facility-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}
.facility-title {
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0 8px;
    color: #222;
}
.facility-list {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    font-size: 14px;
    color: #555;
}
.facility-list li {
    margin: 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.facility-list i {
    color: #e30110;
    font-size: 13px;
}
.img-caption {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-align: center;
    transition: color 0.3s ease, transform 0.3s ease;
}
.img-caption:hover {
    color: #e30110; /* theme highlight */
    transform: scale(1.05);
}
.equip-card {
    background: #fff;
    border: 2px solid #eee;   /* light border */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}
.equip-card:hover {
    transform: translateY(-6px);
    border-color: #e30110; /* hover वर theme red border */
    box-shadow: 0 8px 20px rgba(227,1,16,0.25); /* red glow hover */
}
.equip-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.equip-info {
    padding: 15px;
}
.equip-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}
.equip-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #555;
    text-align: center;  /* center full list */
}
.equip-list li {
    margin-bottom: 8px;
    display: flex;        /* flex वापरून align करायचं */
    justify-content: center;
    align-items: center;
    gap: 6px;
}
@media (max-width: 767.98px) {
  .section__title .title {
    font-size: 2rem;
    margin-top: 30px;
    text-align: center;
  }
}
/* ===== Responsive ===== */
@media (max-width: 992px) {
    .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-name {
        font-size: 14px;
    }

    .product-grade,
    .product-weight {
        font-size: 12px;
    }
}

/*==========================================================================================================*/


@media (max-width: 767px) {
    .hero-title1
{
	font-size: 32px;
	color: #fff;
	margin-bottom: 20px;
	font-family: var(--tg-heading-font-family);
  margin-top: 0px;
  font-weight: var(--tg-fw-bold);
  line-height: var(--tg-heading-line-height);
  text-transform: unset;
}
.tgmenu__nav .logo img {
  max-height: 50px;
}
	.tg-header__area {
    padding: 10px 0;
  }
	
	.space
{
	padding:  40px 0;
}
	.space-top
{
	padding:  40px 0 0 0;
}

.space-bottom
{
	padding:  0 0 40px 0;
}
	.shappe
	{
		display: none;
	}
}
.hidden {
    display: none !important;
}
.about-img-border {
    border: solid 1px #D0CDCE;
    padding: 5px;
}
.contact-info-wrap {
  background: var(--tg-color-white-default);
  display: inline-block;
  border-bottom: 5px solid var(--tg-theme-primary);
  box-shadow: 0px 4px 38px rgba(0, 0, 0, 0.15);
}
.contact-info-wrap .contact-info-thumb img {
  width: 100%;
}
.contact-info-wrap .list-wrap {
  padding: 40px;
}
.contact-info-wrap .list-wrap li:not(:last-child) {
  border-bottom: 1px solid var(--tg-border-4);
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.contact-info-wrap .list-wrap .contact-info-card {
  display: flex;
  gap: 20px;
}
.contact-info-wrap .list-wrap .contact-info-card .contact-info-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tg-color-white-default);
}
.contact-info-wrap .list-wrap .contact-info-card h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--tg-heading-font-family);
  text-transform: uppercase;
  color: var(--tg-theme-primary);
  margin-bottom: 5px;
}
.contact-info-wrap .list-wrap .contact-info-card p {
  font-size: 16px;
  margin-bottom: -0.4em;
}
.breadcrumb-h1 {
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    font-family: var(--tg-body-font-family);
    padding-top: 10px;
}
.form-bg {
  background-color: #F1F1F1;
  padding: 20px;
}
.form-control, .input-text {
  padding: 14px 30px;
  outline: 0;
  background-color: #FFFFFF;
  margin: 10px;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.products-bg {
background: #fae1ed;
background: radial-gradient(circle,rgb(255, 230, 230) 0%, rgb(217, 216, 216) 100%);
}

.products-btn {
  background: #E30110;
  border-radius: 7px;
  color: #ffffff;
  font-size: 18px;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
}

.products-btn:hover {
  background: #1D3131;
  text-decoration: none;
    color: #ffffff;
}