@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body { font-family:var(--primary-font-family); background-color: var(--white-color); color:var(--text-color);  font-weight:var(--font-weight-400); letter-spacing:var(--letter-spacing-05); font-size:14px; line-height:20px; margin:0;  padding:0; white-space:normal; visibility:inherit; text-align:inherit; border:0px; font-stretch:inherit; overflow-x: hidden !important; transition: background 0.2s linear; }

html{height:100%; margin-bottom:0px;}

* { margin: 0; padding: 0; outline: 0; }

.container { max-width: 1200px;  /* Fix width for large screens */ margin: auto; /* Center content */ padding: 20px;}

body, div, section, a, p, aside, span, ul, li, dl, header, footer, h1, h2, h3, h4, h5, h6 {text-decoration: none; outline: none; border: none; padding: 0; margin: 0; list-style: none;}

/*custom scrollbar*/
/* width */
::-webkit-scrollbar {width:5px;}
/* Track */
::-webkit-scrollbar-track {background:var(--primary-color); }
/* Handle */
::-webkit-scrollbar-thumb {background:var(--secondary-color); }
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background:var(--third-color); }
/*custom scrollbar*/

/*LOADER*/
.no-js #loader { display: none;}
.js #loader {display: block; position: absolute; left: 100px; top: 0;}
.se-pre-con {position: fixed; left: 0px; top:0px; width: 100%; height: 100%; z-index: 99999; background: url(../images/Preloader.gif) center no-repeat var(--white-color);}
/*LOADER*/

/*TEXT SELECTION*/
::-moz-selection {/* Code for Firefox */ color:var(--primary-color); background:var(--secondary-color);}
::selection {color:var(--primary-color); background:var(--secondary-color);}
/*TEXT SELECTION*/

h1, h2, h3, h4, h5 { font-family:var(--primary-font-family); font-weight:var(--font-weight-700); letter-spacing: var(--letter-spacing-1); text-transform: capitalize;}

.heading {margin-bottom:15px; margin-top:15px; padding:0; }
.heading h1 {font-size:45px; line-height:50px; color:var(--primary-color); margin:0; padding:0;}
.heading h2 {font-size:30px; line-height:35px; color:var(--primary-color); margin:0; padding:0;}
.heading h2 span {color:var(--secondary-color); }
.heading h3 {font-size:18px; color:var(--primary-color); line-height:25px; margin:0; padding:0; }
.heading h4 { font-size:18px; color:var(--secondary-color); line-height:25px; margin:0; padding:0;}
.heading h5 {font-size:20px; line-height:25px; color:var(--primary-color); margin:0; padding:0;}
.heading h6 {font-size:16px; line-height:24px; color: #243064; margin-bottom:0; margin-top:15px; padding:0;  text-transform: capitalize; font-weight:var(--font-weight-500); letter-spacing: var(--letter-spacing-05); }

p { color:var(--black-color); font-size:14px; line-height:20px; margin-bottom:15px; margin-top:15px; padding:0; font-weight:var(--font-weight-400); letter-spacing: var(--letter-spacing-05);}
p a {color:var(--secondary-color); font-weight:var(--font-weight-500); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
p a:hover {color:var(--primary-color); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
p span {color:var(--secondary-color); font-weight:var(--font-weight-600);}
p strong {color:#d62f2f; font-weight:var(--font-weight-600);}


/*HEADER*/
#header-1 { }

/*HEADER-FIX*/
.bg3{}
#menucont{padding: 0; margin:0 auto !important; }
#menucont p{margin: 0;}
.container1{width:100%;padding: 0; margin:0 ;}
.container1 .bodycontainer{margin: 0 !important;width: 100%; }
.stickydiv{position: relative; z-index:999 !important; width: 100%; background-color: rgba(255, 255, 255, 0.90); box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075); transition: .5s;}
.stickydiv.stuck{position: fixed; top: 0; width: 100%; z-index: 8;}
/*HEADER-FIX*/

/*LOGO*/
.logo { float:left; margin:6px 0; padding:0; display:block;}
/*LOGO*/

/* SERVICES INNER BANNER */
.service-banner-area {
  padding: 106px 45px 100px 45px;
  margin-bottom: 15px;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.service-banner-area::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Optional dark overlay */
}

.service-page-title {
  position: relative;
  font-family: 'jost', sans-serif;
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  z-index: 2;
}

.service-breadcrumb {
  padding: 0;
  margin-bottom: 0;
  margin-top: 10px;
  list-style: none;
  background: none;
  border-radius: 0;
  position: relative;
  z-index: 2;
}

.service-breadcrumb li {
  display: inline-block;
  margin: 0;
  padding: 10px 0;
  position: relative;
  z-index: 1;
  color: #fff;
}

.service-breadcrumb li i {
  color: #d62f2f;
  margin-right: 5px;
}

.service-breadcrumb > li + li::before {
  content: "\f105"; /* Font Awesome angle-right */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #d62f2f;
  padding: 0 10px;
}

.service-breadcrumb a,
.service-breadcrumb li {
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.service-breadcrumb a:hover {
  color: #fff;
}

.service-breadcrumb li.active {
  color: #fff;
}


.about-section {
  padding: 22px 40px;
 /* background: url(../images/about.jpg) no-repeat center center; */
  background-size: cover;
  margin-top: 76PX;
}

.container {
  display: flex;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

/* Left Image Stack */
.about-left {
  flex: 1;
}

.img-stack {
  position: relative;
  width: fit-content;
}

.img-small {
  width: 288px;
  border-radius: 10px;
  position: absolute;
  top: -84px;
  left: -40px;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.img-main {
  width: 554px;
  border-radius: 10px;
 /* margin-left: 139px; */
  z-index: 2;
  position: relative;
  /*box-shadow: 0 10px 20px rgba(0,0,0,0.15);*/
}
  
/* Right Content */
.about-right {
  flex: 1;
  position: relative;
}

.section-title {
  font-size: 35px;
  color: #d50000;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  margin-top: -83px;
  font-family: 'jost';
   position: relative; /* Make sure to position the pseudo-elements relative to the title */
}

.section-title::after {
  content: "";
  display: block;
  width: 31%; /* Full width under the text */
  height: 2px;
  background-color: #d50000;
  position: absolute;
  bottom: -17px; /* Adjust the position of the bottom line */
  left: 18px;
}

.section-title i {
  margin-right: 10px;
}

.about-right h2 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #333;
  font-family: 'Bree Serif';
  font-weight: 400;
}

.about-right p {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.features li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #444;
}

.features li i {
  color: #d50000;
  margin-right: 8px;
}

/* Experience Box */
.experience-box {
  background:#F5F5F5;
  border-radius: 10px;
  padding: 20px;
  width: 164px;
  text-align: center;
  color: #d50000;
  position: absolute;
  top: 306px;
  right: 98px;
}

.experience-box strong {
  display: block;
  font-size: 44px;
  line-height: 1.2;
}

.experience-box span {
  font-size: 18px;
  color: #333;
  display: block;
  margin-top: 5px;
  font-weight: 600;
  font-family: 'jost';
}
.logo-wrapper {
    padding: 16px;
    box-shadow: 0px 0px 2px 2px #ededed;
    height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    border-radius: 6px;
}
.logo-wrapper img {
    transition: transform 0.3s ease-in-out;
    display: block;
}
.logo-wrapper:hover img {
    transform: scale(1.05);
}
hr {
    display: block;
    width: 100%;
    margin: 48px 0px 32px 0px;
    /*background: #d22420;*/
    height: 4px;
}
h1.border-title {
    position: relative;
}
h1.border-title:before {
    content: '';
    width: 25%;
    height: 2px;
    display: block;
    border-bottom: 4px solid #d22420;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0px);
    top: 54px;
}
/* product */

.product-section {
  background: url('../images/product.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 67px;
  text-align: center;
  z-index: 1;
}

.product-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.product-panel {
  position: absolute;
  top: 156%;
  left: 50%;
  transform: translate(-50%, -50%); /* Adjust for centering */
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  max-width: 1322px;
  width: 100%; /* Make it responsive */
  box-sizing: border-box; /* Ensure padding is included in width calculation */
  z-index: 2;
}

.product-header h3 {
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Jost';
  position: relative;
  margin-bottom: 10px;
  margin-top: -31px;
}

.product-header h3::after {
  content: "";
  display: block;
  width: 18%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}

.product-header i {
  color: #fff;
  margin-right: 8px;
}

.product-header p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  font-family: 'Bree Serif', serif;
  line-height: 1.4;
  margin: 30px 0;
}

.product-slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.product-slider {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
  width: fit-content;
}

.product-card {
  flex: 0 0 calc(30% - 20px);
  min-width: calc(30% - -2px);
  background: white;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
  height: 435px;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.product-card h4 {
  color: #d50000;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}

.product-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 15px;
}

.product-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  text-align: left;
}

.slider-dots {
  text-align: center;
  margin-top: 15px;
}

.slider-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}

.slider-dots .active {
  background: #d50000;
}

/* product */


/* counter */

.success-section {
background-color: #D51920;
color: #fff;
padding: 25px 40px;
font-family: 'Segoe UI', sans-serif;
}

.success-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
max-width: 1200px;
margin: auto;
gap: 10px;
}

.success-left {
flex: 1;
min-width: 300px;
margin-top: 62px;
}

.counter-title i {
margin-right: 10px;
}

.counter-title {
font-size: 35px;
color: #fff;
font-weight: bold;
margin-bottom: 50px;
position: relative;
text-align: left; /* <- This centers the text */
font-family: 'jost';
}


.counter-title ::after {
content: "";
display: block;
width: 44%;
height: 2px;
background-color: #fff;
position: absolute;
bottom: -17px;
left: 23%;              /* Start at the center */
transform: translateX(-50%); /* Move it back by half its width to center it */
}


.success-heading {
font-size: 28px;
font-weight: bold;
margin-bottom: 20px;
line-height: 1.4;
font-family: 'jost';
}

.success-description {
font-size: 16px;
line-height: 1.6;
color: #f5f5f5;
}

.success-right {
flex: 1;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
margin-top: 30px;
min-width: 300px;
}

.success-box {
background-color: #fff;
color: #d50000;
padding: 18px 20px;
border-radius: 10px;
text-align: center;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.success-box h4 {
font-size: 32px;
font-weight: bold;
margin-bottom: -11px;
}

.success-box p {
font-size: 17px;
font-weight: 500;
color: #4D4D4F;
}


/* Icon with a red background and white icon color */
.success-icon {
background-color: #D51920;
color: white;
font-size: 28px;
padding: 10px;
border-radius: 10px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 12px;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}


/* counter */

/* feature */

.feature-image {
  position: relative;
  overflow: hidden;
}

.hover-feature-box {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.97);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.hover-feature-box .feature-content {
  opacity: 1;
}

.feature-image:hover .hover-feature-box {
  opacity: 1;
}

.feature-image:hover img {
  opacity: 0.1;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1240px;
  margin: auto;
  padding: 20px;
}

.feature-box {
  position: relative;
  background: #fff;
  padding: 30px 25px;
  border: 1px solid #ddd;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  height: 100%;
  text-align: center;
}

.feature-content {
  transition: opacity 0.4s ease;
}

.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; /* Normal ma transparent background */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none; /* So text is accessible */
  transition: background 0.4s ease;
}

.hover-img img {
  width: 100%;
  height: 100%;
  opacity: 0.3; /* Image halki dekhay */
  transition: opacity 0.4s ease;
  object-fit: cover;
}

/* Hover karta - background white + image clear */
.hover-img:hover {
  background: white;
}

.hover-img:hover img {
  opacity: 1;
}


.feature-box:hover .feature-content {
  opacity: 0;
}

.feature-box:hover .hover-img {
  opacity: 1;
}

/* Feature Section Title Styles */
.feature-section {
  background: #fff;
  padding: 80px 40px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.feature-title {
  font-size: 35px;
  color: #D51920;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
  font-family: 'jost';
  position: relative;
}

.feature-title::after {
  content: "";
  display: block;
  width: 23%;
  height: 2px;
  background-color: #D51920;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}

.feature-title i {
  margin-right: 8px;
}

.feature-subtitle {
  font-size: 29px;
  font-weight: 500;
  color: #4D4D4F;
  line-height: 1.5;
  margin-bottom: 40px;
  font-family: 'Bree Serif';
}

.feature-icon img {
  width: 74px;
  margin-bottom: 35px;
}

.feature-box h4 {
  font-size: 23px;
  font-weight: 500;
  color: #D51920;
  margin-bottom: 20px;
  font-family: 'Bree Serif';
}

.feature-box p {
  font-size: 15px;
  color: #4D4D4F;
  line-height: 1.6;
  font-family: 'jost';
}


.feature-section {
background: #fff;
padding: 80px 40px;
font-family: 'Segoe UI', sans-serif;
text-align: center;
}

.feature-title {
font-size: 35px;
color: #D51920;
font-weight: bold;
display: flex;
justify-content: center; /* Center the text inside the h3 */
align-items: center;
margin-bottom: 21px;
font-family: 'jost';
position: relative;
text-align: center;
font-family: 'jost';
}

.feature-title::after {
content: "";
display: block;
width: 23%;
height: 2px;
background-color: #D51920;
position: absolute;
bottom: -17px;
left: 50%;              /* Start at the center */
transform: translateX(-50%); /* Move it back by half its width to center it */
}

.feature-title i {
margin-right: 8px;
}

.feature-subtitle {
font-size: 29px;
font-weight: 500;
color: #4D4D4F;
line-height: 1.5;
margin-bottom: 40px;
font-family: 'Bree Serif';
}

.feature-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
max-width: 1240px;
margin: auto;
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1); /* Soft shadow */
padding: 20px; /* Optional: add padding so content doesn't touch the shadow edges */
border-radius: 10px; /* Optional: rounded corners for a modern look */
}

.feature-box {
background: #fff;
padding: 30px 25px;
border: 1px solid #ddd;
text-align: center;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.feature-icon img {
width: 74px;
margin-bottom: 35px;
}

.feature-box h4 {
font-size: 23px;
font-weight: 500;
color: #D51920;
margin-bottom: 20px;
font-family: 'Bree Serif';
}

.feature-box p {
font-size: 15px;
color: #4D4D4F;
line-height: 1.6;
font-family: 'jost';
}

.feature-image img {
width: 100%;
height: 100%;
object-fit: cover;
}

/* feature */

/* testimonial */

.testimonial-section {
  background: url('../images/our_client_say.jpg') no-repeat center center/cover;
  padding: 80px 40px;
  font-family: 'Segoe UI', sans-serif;
}


.testimonial-wrapper {
display: flex;
gap: 50px;
align-items: center;
justify-content: center;
max-width: 1200px;
margin: auto;
}

.testimonial-img img {
width: 100%;
max-width: 460px;
border-radius: 15px;
object-fit: cover;
}

.testimonial-content {
flex: 1;
}

.testimonial-title {
font-size: 35px;
color: #D51920;
font-weight: bold;
display: flex;
margin-bottom: 44px;
position: relative;
text-align: center;
font-family: 'jost';
}

.testimonial-title::after {
content: "";
display: block;
width: 42%;
height: 2px;
background-color: #D51920;
position: absolute;
bottom: -17px;
left: 23%;
transform: translateX(-50%);
}


.testimonial-title i {
margin-right: 8px;
}

.testimonial-subtitle {
color: #4D4D4F;
font-size: 29px;
font-weight: 400;
margin-bottom: 25px;
font-family: 'Bree Serif';
}

.testimonial-box {
background: #fff;
padding: 25px 30px;
border-radius: 12px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
border: 1px solid #eee;
position: relative;
height: 241px;
}

.testimonial-box p {
font-size: 15px;
color:#81848A;
line-height: 1.7;
margin-bottom: 20px;
font-family: 'jost';
}

.testimonial-user {
display: flex;
align-items: center;
gap: 12px;
margin-top: 61px;
}

.testimonial-user img {
 width: 49px;
 height: 50px;
/* border-radius: 50%; */
 object-fit: cover;
}

.testimonial-user h4 {
font-size: 16px;
font-weight: 600;
margin: 0;
font-family: 'jost';
color: #D51920;
}

.testimonial-user small {
font-size: 13px;
color: #4D4D4F;
}

.testimonial-nav {
position: absolute;
bottom: 20px;
right: 20px;
display: flex;
gap: 8px;
z-index: 10; /* bring above image or other elements */
}

.testimonial-nav button {
background: #d50000;
color: #fff;
border: none;
padding: 6px 10px;
border-radius: 6px;
cursor: pointer;
font-size: 14px;
z-index: 10;
}

/* logo client */

.partners {
padding: 27px 20px;
background: #fff;
}

.partners h2 {
font-size: 28px;
margin-bottom: 4px;
position: relative;
text-align: center;
color: #c82424;
font-family: 'bree Serif';
letter-spacing: 2px;
font-weight: 500;
}

.partners h2::before, .partners h2::after {
content: "";
display: inline-block;
width: 50px;
height: 2px;
background: linear-gradient(90deg, rgb(129 151 14) 0%, rgba(110, 148, 41, 1) 35%, rgba(44, 94, 51, 1) 100%);
margin: 0 10px;
vertical-align: middle;
}

.line {
width: 50px;
height: 2px;
background: #6b8e23;
display: inline-block;
}

.partners-container {
display: flex;
justify-content: center;
gap: 78px;
flex-wrap: wrap;
margin-top: 57px;
}

.partners-container img {
max-width: 162px;
padding: 21px;
height: auto;
transition: transform 0.9s ease-in-out;
}

.partners-container img:hover {
transform: scale(1.1);
}

.partners-container {
margin-top: 10px;
overflow: hidden;
}

.partners-slider {
display: flex;
width: max-content;
animation: scroll 40s linear infinite;
}

/* Continuous scrolling animation */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-30%); } /* Moves left */
}
/* logo client */


/* why choose */

.why-choose {
margin: auto;
padding: 58px 0px;
text-align: center;
margin-top: 511px;
background: url(../images/why.jpg) no-repeat center center;
background-size: cover; /* or 'contain' depending on your need */
}

.why-choose h2 {
font-size: 35px;
color: #D51920;
font-weight: bold;
display: flex;
justify-content: center; /* Center the text inside the h3 */
align-items: center;
margin-bottom: 50px;
font-family: 'jost';
position: relative;
text-align: center;
font-family: 'jost';
}

.why-choose h2::after {
content: "";
display: block;
width: 19%;
height: 2px;
background-color:#D51920;
position: absolute;
bottom: -17px;
left: 50%;              /* Start at the center */
transform: translateX(-50%); /* Move it back by half its width to center it */
}

.why-choose .intro {
font-size: 16px;
max-width: 800px;
margin: auto;
margin-bottom: 40px;
line-height: 1.6;
}

.why-choose .intro {
font-size: 14px;
font-weight: 500;
color: #000;
line-height: 1.5;
margin-bottom: 40px;
font-family: 'jost';
}

.why-choose i {
color: #D51920;
margin-right: 8px;
}

.why-choose .cards {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 36px;
}

.why-choose .card {
background: #fff;
border-radius: 12px;
padding: 30px 20px;
width: 285px;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
text-align: center;
transition: 0.3s ease;
}
 
.why-choose .card:hover {
transform: translateY(-5px);
}

.icon-circle img {
width: 60px;
height: 60px;
border-radius: 50%;
margin: 0 auto 15px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 24px;
}

.why-choose .card h3 {
font-size: 18px;
color: #d71920;
margin-bottom: 10px;
}

.why-choose .card p {
font-size: 14px;
color: #555;
line-height: 1.5;
}

.why-choose .card:nth-child(odd) {
background-color: #d71920; /* Red background */
color: white;
}

.why-choose .card:nth-child(odd):hover {
background-color: white;
color: #d71920;
}

.why-choose .card:nth-child(odd) h3,
.why-choose .card:nth-child(odd) p {
color: white;
}

.why-choose .card:nth-child(odd):hover h3,
.why-choose .card:nth-child(odd):hover p {
color: #d71920;
}

.why-choose .card:nth-child(odd) .icon-circle {
color: #d71920;
}

.why-choose .card {
position: relative;
overflow: hidden;
}

.why-choose .card::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
height: 9px;
width: 100%;
}

/* White strip for red cards */
.why-choose .card:nth-child(odd)::after {
background-color: #ffffff;
}

.why-choose .card:nth-child(odd)::after:hover {
background-color: #d71920;
}


/* Red strip for white cards */
.why-choose .card:nth-child(even)::after {
background-color: #d71920;
}

/* why chose */    


/* Section styles */
.mission-vision-values {
  text-align: center;
  padding: 60px 20px;
  background: #f9f9f9;
}

.main-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #D51920;
  font-family: jost;
}

.subtitle {
  font-size: 16px;
  color: #000;
  margin-bottom: 40px;
}

.mv-box-wrapper {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Each box */
.mv-box {
  width: 438px;
  padding: 30px 20px;
  color: #fff;
  border-radius: 10px;
  transition: transform 0.4s, box-shadow 0.4s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  position: relative;
}

.mv-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

/* Icon styles */
.mv-icon {
  background: rgb(229 225 225 / 85%);
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.mv-icon i {
  font-size: 28px;
  color: #333; /* Change icon color as needed */
}

/* Text styles */
.mv-box h3 {
  margin: 15px 0 10px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.mv-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}

.mv-box.mission::before, .mv-box.vision::before, .mv-box.values::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* Ensure text is visible above overlay */
.mv-box h3, .mv-box p {
  position: relative;
  z-index: 2; /* Ensure text appears above the overlay */
}

.mv-box h3{
  color: #D51920;
  font-size: 22px;
  font-family: jost;
}

/* Icon colors for each section */
.mv-box.mission .mv-icon i {
  color: #007BFF; /* Blue */
}

.mv-box.vision .mv-icon i {
  color: #FF3D57; /* Red/Pink */
}

.mv-box.values .mv-icon i {
  color: #FFA500; /* Orange */
}

/* Careers */

.careers {
      max-width: 1100px;
      margin: 60px auto;
      padding: 0 20px;
    }

    /* Intro */
    .careers .intro {
      display: flex;
      align-items: center;
      gap: 40px;
      flex-wrap: wrap;
    }
    .careers .intro .text {
      flex:1 1 300px;
    }
    .careers .intro .text h2 {
      font-size: 32px;
      line-height:1.2;
      margin-bottom: 16px;
    }
    .careers .intro .text p {
      font-size: 16px;
      max-width: 500px;
      color: #555;
    }
    .careers .intro .image {
      flex:1 1 300px;
    }
    .careers .intro .image img {
      width:65%;
      border-radius:8px;
      display:block;
      margin-left: 196px;
    }

    /* Title */
    .careers h3 {
      text-align: center;
      font-size: 24px;
      margin: 60px 0 30px;
      font-weight: bold;
    }

/* career */
    *, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
    body { font-family: 'Segoe UI', sans-serif; background: #f0f4f8; color: #333; }
    a { text-decoration: none; }

    .careers-full { max-width: 1200px; margin: 80px auto; padding: 0 20px; }
    .intro-video { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; margin-bottom: 80px; }
    .video-text { flex:1; animation: fadeInRight 1s ease both; }
    .video-text h2 { font-size: 36px; color: #d51920; margin-bottom: 20px; font-family: Bree Serif; font-weight: 600 }
    .video-text p { font-size: 18px; color: #000; margin-bottom: 24px; line-height: 1.6; font-family: jost }
    .btn-outline1 {
      display: inline-block;
      padding: 12px 28px;
      border: 2px solid #D51920;
      color: #000;
      border-radius: 30px;
      font-family: jost;
      font-weight: bold;
      transition: background 0.3s, color 0.3s;
    }
    .btn-outline1:hover { background: #D51920; color: #fff; }
    .video-thumb { flex:1; position: relative; animation: fadeInLeft 1s ease both; }
    .video-thumb img { width: 100%; border-radius: 12px; }
    .video-thumb::after {
      font-size: 60px; color: rgba(255,255,255,0.8);
    }

    .features-combo { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 30px; margin-bottom: 80px; }
    .feature-item {
      background: #fff;
      padding: 30px;
      border-radius: 12px;
      text-align: center;
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .feature-item:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 32px rgba(0,0,0,0.1);
    }
    .feature-item h3 { font-size: 22px; color: #D51920; margin-bottom: 12px; font-family:Bree Serif }
    .feature-item p { font-size: 15px; color: #000; line-height:1.5; font-family: jost }

    .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
      gap: 12px;
      margin-bottom: 80px;
    }
    .gallery img {
      width:100%;
      aspect-ratio:4/3;
      object-fit:cover;
      border-radius:8px;
      transition: transform 0.3s;
    }
    .gallery img:hover { transform: scale(1.05); }

    .testimonials { margin-bottom: 80px; }
    .testimonials-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
      gap: 30px;
    }
    .testimonials blockquote {
      background: #fff;
      padding: 24px;
      border-radius: 12px;
      position: relative;
      box-shadow: 0 8px 24px rgba(0,0,0,0.05);
      font-style: italic;
      color: #444;
      transition: transform 0.3s;
    }
    .testimonials blockquote:hover { transform: translateY(-6px); }
    .testimonials cite {
      display: block;
      margin-top: 16px;
      text-align: right;
      font-weight: bold;
      color: #1a2a49;
    }

    .apply-cta {
      background: linear-gradient(136deg, #d51920, #a41318);
      color: #fff;
      text-align: center;
      padding: 60px 20px;
      border-radius: 12px;
      margin-bottom: 60px;
      animation: fadeInUp 1s ease both;
    }
    .apply-cta h3 { font-size: 32px; margin-bottom: 18px; font-family: Bree Serif}
    .apply-cta p { font-size: 18px; margin-bottom: 31px; font-family:jost; color: #fff}
    .btn-primary {
      background: #fff;
      color: #D51920;
      padding: 14px 32px;
      border-radius: 30px;
      font-weight: bold;
      transition: background 0.3s, color 0.3s;
      font-family: jost;
    }
    .btn-primary:hover { background: #D51920; color: #fff }

    @keyframes fadeInRight { from {opacity:0; transform: translateX(40px);} to{opacity:1; transform:translateX(0);} }
    @keyframes fadeInLeft { from {opacity:0; transform: translateX(-40px);} to{opacity:1; transform:translateX(0);} }
    @keyframes fadeInUp { from {opacity:0; transform: translateY(40px);} to{opacity:1; transform:translateY(0);} }

    @media(max-width:768px) {
      .intro-video { flex-direction: column-reverse; }
    }

/* End Career */   

/* industry */

    *, *::before, *::after { box-sizing: border-box; margin:0; padding:0; }
    body { background:#f4f6f8; font-family: 'Segoe UI', sans-serif; color:#333; line-height:1.6; }
    .industry-section { max-width:1100px; margin:80px auto; padding:0 20px; }

    /* Header */
    .industry-header { text-align:center; margin-bottom:60px; }
    .industry-header h2 { font-size:42px; color:#d51920; margin-bottom:16px; font-family:Bree Serif;  letter-spacing: 2px; }
    .industry-header p { font-size:18px; color:#000; max-width:800px; margin:0 auto; font-family: jost}

    /* Expertise Cards */
    .expertise-cards {
      display:grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap:30px;
      margin-bottom:60px;
    }
    .card {
      background:#fff;
      border-radius:16px;
      padding:30px;
      position:relative;
      overflow:hidden;
      transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
      border:2px solid transparent;
    }
    .card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
      background: linear-gradient(145deg, #ffe5e5, #fff6f6);
      border-color: #ffd1d1;
    }
    .card-icon {
      font-size: 30px;
      margin-bottom: 20px;
      color: #d51920;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      background: #fce4e4;
      border-radius: 50%;
      transition: transform 0.5s ease;
      animation: floatIcon 2s infinite ease-in-out;
      filter: drop-shadow(0 2px 6px rgba(213, 25, 32, 0.3));
    }
    .card:hover .card-icon {
      transform: scale(1.2);
    }

    @keyframes floatIcon {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-6px); }
    }

    .card h3 {
      font-size:25px;
      color:#D51920;
      margin-bottom:12px;
      font-family: Bree Serif;
    }
    .card p {
      font-size:15px;
      color:#fff;
      font-family: jost;
    }

    /* Products List */
    .product-list {
      margin-bottom:60px;
    }
    .product-list h3 {
      font-size:30px;
      color:#000;
      margin-bottom:30px;
      text-align:center;
      font-family: Bree Serif;
      letter-spacing: 2px;
    }
    .product-list ul {
      display:grid;
      grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
      gap:15px;
      list-style:none;
    }
    .product-list li {
      background:#d51920;
      color:#fff;
      padding:12px;
      border-radius:6px;
      text-align:center;
      font-weight:bold;
      font-family: jost;
    }

    /* Highlights CTA */
    .industry-cta {
      background:linear-gradient(136deg,#d51920,#a41318);
      color:#fff;
      text-align:center;
      padding:50px 20px;
      border-radius:12px;
      animation: fadeInUp .8s ease both;
    }
    .industry-cta h3 {
      font-size:30px;
      margin-bottom:16px;
      font-family: Bree Serif;
      letter-spacing: 2px;
    }
    .industry-cta p {
      font-size:17px;
      margin-bottom:24px;
      max-width:800px;
      margin-left:auto;
      margin-right:auto;
      font-family: jost;
      color: #fff;
    }
    .industry-cta .btn {
      background:#fff;
      color:#d51920;
      padding:14px 32px;
      border-radius:30px;
      font-weight:bold;
      transition:background .3s;
      text-decoration:none;
      display:inline-block;
      font-family: jost;
    }
    .industry-cta .btn:hover {
      background:#fce4e4;
    }

    @keyframes fadeInUp {
      from { opacity:0; transform:translateY(40px); }
      to { opacity:1; transform:translateY(0); }
    }

    @media(max-width:768px) {
      .industry-header h2 { font-size:28px; }
    }

/* End industry */

/* contact us */

 body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
}

.contact-section {
  padding: 60px 20px;
  text-align: center;
}

.contact-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
  font-family: Bree Serif;
  letter-spacing: 2px;
}

.contact-section p {
  color: #000;
  font-size: 15px;
  margin-bottom: 40px;
  font-family: jost;
  text-align: center;         /* Center text inside paragraph */
  max-width: 700px;           /* Optional: limit width for better readability */
  margin-left: auto;          /* Center block horizontally */
  margin-right: auto;         /* Center block horizontally */
}

.info-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}

.info-box {
  background: #fff;
  padding: 25px 20px;
  text-align: center;
  flex: 1 1 200px;
  max-width: 220px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-box.highlight {
  background-color: #D51920;
  color: #fff;
}

.info-box i {
  font-size: 28px;
  color: #D51920;
  margin-bottom: 10px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.info-box.highlight i {
  color: #fff;
}

.info-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-family: Bree Serif;
  letter-spacing: 2px;
}

.info-box p {
  font-size: 13px;
  color: #555;
  margin: 0;
}

.info-box.highlight p {
  color: #fff;
  font-family: jost;
}

.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.info-box:hover i {
  transform: scale(1.2);
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.map, .form-box {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 20px;
  flex: 1 1 400px;
}

iframe {
  width: 100%;
  height: 300px;
  border: none;
}

.form-box form {
  /* display: flex; */
  flex-direction: column;
  gap: 15px;
}

.form-box input, .form-box textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.form-box button {
  background-color: #D51920;
  color: white;
  padding: 12px;
  font-size: 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  font-family: Bree Serif;
  letter-spacing: 2px;
}

.form-box button:hover {
  background-color: #b7151a;
}

/* end contact us */

/* Product Page */

.mech-container {
  display: flex;
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  gap: 30px;
}
.mech-sidebar {
  flex: 1;
}
.mech-sidebar h3 {
  color: #D51920;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: Bree Serif;
  letter-spacing: 2px;
}
.mech-sidebar ul {
  list-style: none;
  padding: 0;
}
.mech-sidebar ul li {
  margin-bottom: 10px;
}
.mech-sidebar ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #000;
  font-family: jost;
  font-size: 14px;
}

.mech-sidebar ul li a:hover{
  background-color: #000;
  color: #fff;
}

.mech-sidebar ul li a.mech-active {
  background-color: #000;
  color: #fff;
}
.mech-brochures,
.mech-contact-box {
  margin-top: 30px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
.mech-brochures a {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 4px;
  color: #000;
  font-family: jost;
  font-size: 14px;
}
.mech-brochures a:hover{
  background-color: #000;
  color: #fff;
}
.mech-contact-box {
  text-align: center;
}
.mech-contact-box img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 10px;
}
.mech-contact-box h4 {
  margin-bottom: 13px;
  font-size: 20px;
  font-family: Bree Serif;
  color: #D51920;
}
.mech-contact-box p{
  color: #000;
}
.mech-contact-box p {
  margin: 5px 0;
}
.mech-main {
  flex: 3;
}
.mech-main img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 20px;
}
.mech-main h1 {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: Bree serif;
  letter-spacing: 2px;
  color: #D51920;
}
.mech-desc {
  margin-bottom: 30px;
  color: #555;
}
.mech-features {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.mech-feature-box {
  background: #f9f9f9;
  padding: 15px;
  flex: 1;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.mech-feature-box img {
  width: 122px;
  height: 130px;
  object-fit: cover;
  border-radius: 4px;
}
.mech-feature-box div {
  flex: 1;
}
.mech-feature-box strong {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  font-family: jost;
}
.mech-section p {
  margin-bottom: 26px;
  color: #000;
}
.mech-main h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #222;
}
.mech-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  padding-left: 20px;
}
.mech-benefits li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.mech-benefits li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: #c0392b;
}

/* ✅ Responsive Changes */
  @media (max-width: 768px) {
    .container-flex {
      flex-direction: column;
      padding: 20px 15px;
    }
    .feature-card {
      flex-direction: row;
    }
  }

/* End Product Page */

/* product name */

:root {
      --faktorie-primary-color: #D51920;
      --faktorie-grey-color-1: #0000000a;
    }
    ._container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      padding: 40px;
    }
    ._card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      width: 318px;
      height: 398px;
      padding: 24px;
      display: flex;
      flex-direction: column;
      transition: all 0.3s ease;
      position: relative;
    }
    ._card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    }
    ._icon-wrapper {
      position: relative;
      background-color: #fff7ed;
      width: 83px;
      padding: 20px;
      border-radius: 8px;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    ._icon-wrapper::before {
      position: absolute;
      content: "";
      top: 0;
      height: 3px;
      width: 24px;
      left: 28px;
      background-color: var(--faktorie-primary-color);
      transition: all 0.10s ease-in-out;
    }
    ._card:hover ._icon-wrapper::before {
      width: 30%;
    }
    ._icon {
      font-size: 50px;
      color: var(--faktorie-primary-color);
    }
    ._title {
      font-size: 24px;
      font-weight: 700;
      margin: 12px 0;
      color: #000;
      font-family: 'Poppins', sans-serif;
    }
    ._desc p{
      font-size: 14px;
      color: #555;
      flex-grow: 1;
      margin-bottom: 26px;
    }
  ._btn {
  position: relative;
  background-color: var(--faktorie-grey-color-1);
  color: var(--faktorie-primary-color);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  border-radius: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  line-height: 1; /* set line-height lower for single line */
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  z-index: 1;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap; /* prevent text from breaking to next line */
  height: 48px; /* fix height if needed for uniform buttons */
}

._btn::before {
  content: "";
  position: absolute;
  background: var(--faktorie-primary-color);
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.3s ease;
}

._btn:hover::before {
  width: 100%;
}

._btn:hover {
  color: #fff;
}

._btn i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

._btn:hover i {
  transform: translateX(4px);
}

.mech-desc p{
  color: #000;
}

._pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 16px;
}
._page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
._page._active {
  background-color: var(--faktorie-primary-color);
  color: #fff;
}
._page:hover:not(._active) {
  background-color: #e0e0e0;
}
._page._arrow i {
  font-size: 18px;
}


/* product name */

.success-description p{
  color: #fff;
}

/* feature */

 /* feature-section design */
  .feature-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* always 3 box in a row */
    gap: 35px;
    max-width: 1200px;
    margin: 40px auto; /* center + spacing */
    padding: 0 20px;   /* left-right padding */
  }

  .feature-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
  }

  .feature-card:hover {
    transform: translateY(-6px); /* lift effect */
  }

  .feature-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
  }

  .feature-card:hover img {
    transform: scale(1.1);
  }

  .feature-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 2px 5px rgba(0,0,0,0.6);
    z-index: 2;
  }

  .feature-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    text-align: center;
    transition: top 0.5s ease;
    font-size: 16px;
    line-height: 1.5;
  }

  .feature-card:hover .feature-overlay {
    top: 0;
  }

  .section-title4 {
  font-size: 40px;
  font-weight: bold;
  color: #D51920;
  text-align: center;   /* aa center kare chhe */
  margin-bottom: 40px;
  position: relative;
  font-family: jost;
  margin-top: 17px;
}

.section-title4::after {
  content: "";
  display: block;
  width: 183px;
  height: 3px;
  background: #D51920;
  margin: 10px auto 0;  /* auto thi line pan center thashe */
  border-radius: 2px;
}

  /* Responsive: below 900px -> 2 box per line */
  @media (max-width: 900px) {
    .feature-section {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* Responsive: below 600px -> 1 box per line */
  @media (max-width: 600px) {
    .feature-section {
      grid-template-columns: 1fr;
    }
  }

/* feature */

/* career */


    .career-section {
      max-width: 900px;
      margin: 60px auto;
      background: #fff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    }

    .career-section h2 {
      text-align: center;
      font-size: 28px;
      margin-bottom: 25px;
      color: #d51920;
      position: relative;
      font-family: Bree Serif;
    }

    .career-section h2::after {
      content: "";
      display: block;
      width: 60px;
      height: 3px;
      background: #d51920;
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .career-form label {
      font-weight: 600;
      display: block;
      margin-bottom: 6px;
      margin-top: 15px;
      color: #333;
      font-family: jost;
    }

    .career-form input,
    .career-form textarea {
      width: 100%;
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 14px;
      margin-bottom: 5px;
      transition: border-color 0.3s;
    }

    .career-form input:focus,
    .career-form textarea:focus {
      outline: none;
      border-color: #1a8cff;
      box-shadow: 0 0 5px rgba(26,140,255,0.4);
    }

    .career-form input[type="file"] {
      padding: 6px;
    }

    .career-form small {
      font-size: 12px;
      color: #999;
    }

    .career-form .captcha {
      font-weight: bold;
      font-size: 18px;
      letter-spacing: 2px;
      margin: 15px 0;
      background: #f1f3f7;
      padding: 8px;
      display: inline-block;
      border-radius: 6px;
    }

    .career-form button {
      width: 100%;
      padding: 14px;
      margin-top: 20px;
      background: #d51920;
      color: #fff;
      font-size: 16px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .career-form button:hover {
      background: #4d0d0d;
    }

/* career */

/* product page */

._container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; /* 👈 gap ochho rakho */
  max-width: 1300px; /* 👈 limit width */
  margin: 0 auto;    /* 👈 center ma */
  padding: 20px;
}


._card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  ._container {
    grid-template-columns: repeat(3, 1fr); /* 3 column */
  }
}

@media (max-width: 992px) {
  ._container {
    grid-template-columns: repeat(2, 1fr); /* 2 column */
  }
	.logo-wrapper {
		padding: 16px;
		box-shadow: 0px 0px 2px 2px #ededed;
		height: 66px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 16px;
		border-radius: 6px;
	}
	h1.border-title:before{
		width: 66%;
	}
}

@media (max-width: 576px) {
  ._container {
    grid-template-columns: 1fr; /* 1 column */
  }
}


/* product page */