html,
body {
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}

p {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* / Navbar / */
/* .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 50px;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar .logo {
    font-size: 24px;
    font-weight: bold;

}

.navbar ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding-right: 180px;
}

.navbar ul li a {
    text-decoration: none;
    color: #333A70;
    font-weight: bold;
}

.quote-btn {
    background: #333A70;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-right: 40px;
} */

/* / Hero Section / */
/* .hero {
    text-align: center;
    padding: 60px 20px;
    background: url('../img/herosection.jpg') no-repeat center center/cover;
    
    color:black;
}

.hero h1 {
    font-size: 2.5rem;
}

.hero span {
    color: #007BFF;
}

.btn {
    padding: 10px 20px;
    margin: 5px;
    text-decoration: none;
    color: white;
    background: #007BFF;
    border-radius: 5px;
}

.btn.secondary {
    background: #444;
} */

.hero-buttons {
  position: relative;
  z-index: 10;
}

.hero {
  text-align: center;
  padding: 40px 10px;
  /* padding: 60px 20px; */
  position: relative;
  /* This is important for the pseudo-element positioning */
  color: black;
  /* border: 1px solid red; */
}

/* Adding the transparent overlay */
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(241, 241, 241,0.870); */
  /* Semi-transparent black overlay */
  z-index: 1;
  /* Ensures the overlay is on top of the background but behind the text */
}

/* Hero section background image */
.hero1 {
  background: url("../img/herosection.jpg") no-repeat center center/cover !important;
  color: white;
  /* Ensures text is readable */
  position: relative;
  background: rgba(241, 241, 241, 0.87);
}

.hero1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(241, 241, 241, 0.87);
  /* Semi-transparent black overlay */
  z-index: 1;
  /* Ensures the overlay is on top of the background but behind the text */
}

/* Hero content text styling */
.hero .hero-content {
  position: relative;
  /* Ensure content stays above the overlay */
  z-index: 2;
}

.hero h1 {
  padding-top: 3%;
  font-size: 4rem;
  margin-bottom: 20px;
  font-weight: 900;
  color: #000;
}

.fps {
  color: #333a70;
}

.hero p {
  /* padding-top: 2%; */
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #000;
  font-weight: 500;
  padding-bottom: 2%;
}

.hero .btn {
  padding: 12px 20px;
  font-size: 1.1rem;
  background-color: #333a70;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  margin-right: 3%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.hero .btn:hover {
  background-color: #333a70;
}

.btn.secondary {
  background: #f1f1f1;
  color: #000;
  border: 1px solid #000;
  /* box-shadow: 3px 3px 0px 0px #c5c5c5; */
  /* Basic box shadow */
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

/* section1 */

.about-mission {
  padding-bottom: 50px;
}

.wcops {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  font-weight: 800;
  font-size: 2.3rem;
  letter-spacing: 1%;
  padding-top: 30px;
}

.industries-p {
  font-size: 25px !important;
}

.sec1p {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 21px;
  text-align: center;
}

.sec1p2 {
  margin-top: -12px;
  display: flex;
  justify-content: center;
  /* font-weight: 500; */
  font-size: 1.2rem;
}

/* card */

/* Card styles */
.card-div {
  /* margin-top: 10%; */
  text-align: center;
  padding: 20px;
  border: none;
  height: 100% !important;
  /* width: 85%; */
  /* height: 90%; */
  height: auto;
  background-color: #f9fafb;
  border-radius: 10px;
  box-shadow: 4px 4px 10px rgba(92, 91, 91, 0.2);
}

.premium-quality,
.eco-friendly,
.custom-solutions {
  margin-top: 10%;
  text-align: center;
  padding: 20px;
  border: none;
  width: 85%;
  height: auto;
  border-radius: 10px;
  box-shadow: 4px 4px 10px rgba(92, 91, 91, 0.2);
}

/* Title section styles */
.icone {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

/* Square box for SVG icon */
.icon-box {
  margin-top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  /* Set a fixed width for the square box */
  height: 50px;
  /* Set a fixed height for the square box */
  background-color: #333a70;
  /* Optional: background color for the square box */
  color: #fff;
  border-radius: 10px;
  /* Optional: rounded corners */
}

/* Card content styles */
.card-content {
  padding: 0 10px;
}

.spq {
  font-size: 1.3rem;
  font-weight: bold;
}

.spera {
  font-size: 1rem;
  color: #666;
  margin-top: 10px;
}

/* logo */

.logom {
  height: 50px;
  width: 50px;
  /* margin-left: 40px; */
}

.navbar-nav .nav-item .nav-link {
  font-weight: 700;
  color: #333a70;
}

.btn-header {
  background-color: #333a70;
  color: white;
  padding: 5px 15px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgba(97, 96, 96, 0.2);
  border: none;
}

/* / Product Section / */
.product-section {
  text-align: center;
  padding: 0px 20px;
  margin-top: 40px !important;
}

.cprd {
  background: #f9fafb;
  margin-top: 60px;
}

.product-section h2 {
  font-size: 2.3rem;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: 1%;
}

.pera {
  font-size: 1rem;
  align-items: center;
  font-weight: 500;
  margin-bottom: 5%;
}

/* / Product Grid / */
/* .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
    padding: 0px;
    justify-content: center;
    width: 100%;
} */

/* / Product Card / */

/* .product-card {
    height: 100%;
    margin: 1%;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.product-type{
    margin-bottom: 80px;
}

.product-card:hover {
    transform: scale(1.05);
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: fill;
}

.product-info {
    padding: 15px;
    text-align: left;
}

.product-info h3 {
    margin: 10px 0;
    font-size: 18px;
    color: #333;
}

.product-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.product-button {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: white;
    background-color: #6a0dad;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.product-button svg {
    margin-left: 5px;
}

.product-button:hover {
    background-color: #4a0870;
}

.product-grid {
    padding: 20px;
}

/* / Button / */
/* .btn {
    padding: 10px 5px;
    font-size: 1rem;
    text-decoration: none;
    color: #333a70;
}

.button {
    color: #333a70;
    text-decoration: none;
}

.btn:hover {
    background: #0056b3;
} */

.product-card {
  overflow: visible;
  width: 330px;
  height: 300px;
  margin-bottom: 30px;
}

.content {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 300ms;
  box-shadow: 0px 0px 10px 1px #c8c8c89e;
  border-radius: 5px;
}

.front,
.back {
  background-color: #f9fafb !important;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 5px;
  overflow: hidden;
}

.back {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.product-info {
  padding: 10px 20px;
  font-size: 15px;
}

.product-info h3 {
  padding-bottom: 15px;
}

.product-info a {
  text-decoration: none;
  color: #333a70;
}

.back-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 5px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* padding: 10px; */
}

.back-content img {
  /* width: 100%; */
  height: 240px;
  object-fit: fill;
  padding: 0px !important;
  /* border-radius: 10px; */
}

.back-content h3 {
  text-align: center;
  font-size: 20px;
  margin: 0;
  padding-bottom: 30px;
}

.product-card:hover .content {
  transform: rotateY(180deg);
}

.front {
  transform: rotateY(180deg);
  color: black;
}

/* / Responsive / */
@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

/* section three */

.sfb {
  font-size: 1.2rem;
  font-weight: bold;
}

.spera2 {
  font-size: 1rem;
  color: #666;
  margin-top: 10px;
}

.card-div1 {
  margin-top: 10%;
  text-align: left;
  padding: 15px;
  border: none;
  /* width: 85%;
    height: 90%; */
  height: 80%;
  background-color: #f9fafb;
  border-radius: 10px;
  box-shadow: 4px 4px 10px rgba(92, 91, 91, 0.2);
}

/* counter  */

/* Container for the card */
.counter-card {
  position: relative;
  /* width: 200px; */
  /* Equivalent to w-44 */
  height: 130px;
  /* Equivalent to h-44 */
  background-color: #f5f5f5;
  /* Equivalent to bg-neutral-50 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #4a4a4a;
  border-radius: 12px;
  /* Equivalent to rounded-xl */
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Equivalent to shadow-md */
  transition: transform 0.5s;
  /* Animation duration */
}

.counter-card:hover {
  transform: translateY(-8px);
}

/* Counter number style */
.counter-number {
  font-size: 2.2rem;
  /* Equivalent to text-6xl */
  font-weight: bold;
  margin-left: 0.5rem;
  /* Equivalent to ml-2 */
}

/* Label text style */
.counter-label {
  font-weight: bold;
}

.ogp {
  font-size: 20px;
}

/* new */

/* .container {
    max-width: 1100px;
    margin: auto;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */

.sustainability {
  display: flex;
  flex-wrap: wrap;
  align-items: left;
  justify-content: space-between;
  gap: 20px;
  background-color: #faf9fa;
}

.sustainability-text {
  flex: 1;
  min-width: 300px;
  /* / text-align: left; / */
}

.sustainability-text h2 {
  /* font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;*/
  text-align: left;
  font-size: 2.3rem;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: 1%;
}

.octs {
  margin-left: 50px;
}

.sustainability-text p {
  /* color: #555;
    margin-bottom: 20px;*/
  line-height: 1.6;
  /* text-align: left; */
  font-size: 1rem;
  align-items: center;
  font-weight: 500;
  margin-bottom: 20px;
  margin-left: 50px;
}

.sustainability-list {
  list-style: none;
}

.sustainability-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  margin-left: 20px;
}

.sustainability-list li h6 {
  padding-left: 10px;
}

#icon {
  color: #333a70;
}

.p1 {
  margin-top: -15px;
  margin-left: 20px;
  padding-bottom: -10px;
}

.p2 {
  margin-top: -15px;
  margin-left: 20px;
  padding-bottom: -10px;
}

.p3 {
  margin-top: -15px;
  margin-left: 20px;
  padding-bottom: -10px;
}

.p4 {
  margin-top: -15px;
  margin-left: 20px;
  padding-bottom: -10px;
}

/* .sustainability-list li img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
} */
.sustainability-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sustainability-image img {
  max-width: 100%;
  height: 60%;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .sustainability {
    flex-direction: column;
    text-align: center;
  }

  .sustainability-list li {
    justify-content: center;
    text-align: left;
  }
}

/* .container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    / background-color: white; /
 }   */
.section {
  padding: 40px 20px;
  background-color: white;
  text-align: center;
}

/* h2 {
    font-size: 2.3rem;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: 1%;
} */

.abf {
  font-size: 2.3rem;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: 1%;
  margin-top: 50px;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: left;
}

.grid-item {
  flex: 1;
  /* min-width: 300px;
    padding: 20px; */
}

.grid-item video {
  object-fit: fill;
  border-radius: 10px;
  width: 500px;
  height: 300px;
}

.values ul {
  list-style-type: none;
  padding: 0;
}

.values ul li {
  margin-bottom: 10px;
}

.global-presence {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.presence-item {
  background: #f4f4f4;
  margin: 10px;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  flex: 1;
  min-width: 150px;
}

.card-div2,
.about-card-div2 {
  margin-top: 10%;
  text-align: center;
  border: none;
  height: 95%;
  background-color: #f9fafb;
  border-radius: 10px;
  box-shadow: 4px 4px 10px rgba(92, 91, 91, 0.2);
  transition: all 0.4s ease-in;
}

.about-card-div2:hover {
  transform: translateY(-1.5rem);
  border: #333a70 0.2em solid;
  border-radius: 2.5rem 0 2.5rem 0;
}

.card-div2 {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .grid {
    flex-direction: column;
    text-align: center;
  }
}

/* about page */

.spq1 {
  font-size: 1.2rem;
  font-weight: bold;
}

.about-global-heading {
  margin-bottom: 30px;
}

.about-global-heading,
.about-mission-heading {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 800;
  letter-spacing: 1%;
}

.spera1 {
  font-size: 1rem;
  color: #666;
  margin-top: 10px;
  padding: 0 10px;
}

.card-content1 {
  padding: 0 10px;
}

.about-global {
  margin-bottom: 50px;
}

.about-story-p {
  margin-bottom: 50px;
  margin-top: 0px;
}

/* footer */

.footer {
  padding: 50px 0;
  /* background-color: #f5f5f5; */
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2), 0px 6px 20px rgba(0, 0, 0, 0.1);
  /* box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.1); */
  /* box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.08); */
}

/* 
padding: 50px 0;
background-color: #f5f5f5;

 box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3), 0px 6px 25px rgba(0, 0, 0, 0.4); /* Darker and deeper shadow */

.footer-content {
  margin-top: 20px;
}
.footer a {
  text-decoration: none;
  color: #000;
}

.footer-link {
  line-height: 35px;
}

.footer .footer-social-icons a {
  margin-right: 10px;
  font-size: 20px;
  color: #333a70;
}

.footer-logo {
  display: flex;
  align-items: center;
}

.footer-logo img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.footer-logo h4 {
  color: #333a70;
  margin-bottom: 0%;
}
.footericon {
  color: #333a70;
}
.footer-1 h5 {
  color: #333a70;
}

/* / product page / */
#inds {
  background-color: #f9fafb;
  padding-top: 10px;
  padding-bottom: 50px;
}

#prd {
  background-color: white;
}

.productbtn {
  padding: 12px 20px;
  font-size: 1.1rem;
  background-color: #333a70;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  margin-right: -700px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.productbtn:hover {
  background-color: white;
  color: #333a70;
}

/* / sustainabillity page / */
/* .container2 {
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */
.faqh {
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: 1%;
}

.faqp {
  text-align: center;
}

.faq {
  margin-top: 20px;
  /* margin-left: 20px;
    margin-right: 20px; */
}

.faq h2 {
  font-size: 18px;
  margin-top: 15px;
}

.faq p {
  font-size: 16px;
  color: #333;
}

@media (max-width: 600px) {
  .container {
    padding: 15px;
  }

  h1 {
    font-size: 24px;
  }
}

.our-image {
  display: flex;
  justify-content: end;
  align-items: center;
}

.our-image img {
  max-width: 100%;
  height: 80%;
  border-radius: 8px;
  /* margin-top: 100px; */
  align-items: end;
  /* margin-right: 60px; */
}

.grid-item1 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 35px;
  padding-left: 0px !important;
  /* margin-left: -100px; */
  /* flex: 1; */
  /* min-width: 300px; */
  /* padding: 20px; */
}

/* about */

.ogp1 {
  text-align: center;
  padding-top: 13px;
  padding-bottom: 10px;
  font-size: 30px;
}

.ogp-container {
  margin-top: -2%;
  margin-bottom: 3%;
  padding-bottom: 25px;
  background-color: #f9fafb;
}

.about-card {
  background-color: #fff;
}

.light {
  background-color: #f9fafb;
}

/* contact */

/* .contact-form { 
    margin-left: 600px;
    background-color: #f9fafb;
    min-width: 500px; 
    padding: 30px;
} */

.contact-form {
  /* margin: 50px auto; */
  background-color: #f9fafb;
  /* min-width: 500px; */
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  /* margin-left: 550px; */
}
.contact-container {
  margin-top: 70px;
}
.contact-form button {
  background-color: #333a70;
  color: white;
  padding: 12px;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
  font-size: 1rem;
}

.contact-form button:hover {
  background-color: #4f5372;
  color: white;
}

.contact-info h2 {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 1%;
}

.contact-info i {
  margin-right: 10px;
}

.contact-info p {
  color: #333a70;
  margin-top: 5px;
}

.social-icons a {
  margin: 5px;
  text-decoration: none;
  font-size: 30px;
  margin-top: -60px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form button {
  background-color: #333a70;
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
  width: 100%;
}

.send {
  border-radius: 5px;
}

.map-container {
  width: 100%;
  height: 500px;
  margin-top: 40px;
  margin-bottom: 20px;
}

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

/* product detail */

.product {
  display: flex;
  flex-wrap: wrap;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* / max-width: 900px; / */
  width: 100%;
  justify-items: end;
}

.product-image img {
  max-width: 80%;
  border-radius: 10px;
  /* padding-left: 20%; */
  margin-left: 60px;
}

.miniimage {
  margin-left: 65px;
}

.imgAI {
  margin-left: 570px;
  margin-top: -80px;
}

/* #img3{
    margin-left: 60px;
} */
.product-details {
  flex: 1;
  padding: 20px;
  /* padding-right: 20%; */
  /* margin-right: 10%; */
}

h2 {
  margin-top: 0;
  font-size: 2.6rem;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: 1%;
}

.price-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

.price {
  font-size: 18px;
  font-weight: bold;
  color: black;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  /* margin-right: 100%; */
  padding-right: 50%;
}

table,
th,
td {
  border: 1px solid #ddd;
  padding: 8px;
}
.liheading {
  font-size: 25px;
  margin-left: 8px;
}
.licontent {
  line-height: 25px;
  margin-left: 15px;
}
.btn {
  display: inline-block;
  background: #007bff;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.btn:hover {
  background: #0056b3;
}

@media (max-width: 768px) {
  .product {
    flex-direction: column;
    align-items: center;
  }

  .product-details {
    text-align: center;
  }

  .price-container {
    flex-direction: column;
    align-items: center;
  }
}

/* / product detail / */

/* / / product detail / / */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleUp {
  from {
    transform: scale(0.9);
  }

  to {
    transform: scale(1);
  }
}

.product {
  display: flex;
  flex-wrap: wrap;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* / /  max-width: 900px; / / / */
  width: 100%;
  justify-items: end;
  animation: fadeIn 0.8s ease-in-out;
}

.product-image img {
  /*max-width: 80%; / */
  /* / border-radius: 10px; / */
  /* / padding-left: 20%; / / */
  margin-left: 60px;
  margin-top: 50px;
  object-fit: cover;
}

.miniimage {
  margin-left: 65px;
  border-radius: 10px;
}

.rowpd {
  display: flex;
  /* gap: 20px; */
  padding: 20px 0px 20px 0px;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.rowpd.show {
  opacity: 1;
  transform: scale(1);
}

.column {
  flex: 1;
  /* / / overflow-y: auto; / / */
}

.column h2 {
  font-size: 2.1rem;
  font-weight: 800;
  animation: slideIn 1s ease-in-out;
  /* / / margin-bottom: 20px;   / / */
}
.column p {
  animation: slideIn 1s ease-in-out;
}

.slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.slider-wrapper {
  width: 220px;
  overflow: hidden;
  position: relative;
}

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

.thumb {
  width: 68px;
  height: 68px;
  cursor: pointer;
  margin-right: 5px;
  border: 2px solid transparent;
}

/* .thumb.active {
    border-color: black;
} */

.prev,
.next {
  border-color: #b1b1b1;
  border-radius: 7px;
  background-color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  padding: 3px 8px 5px 8px;
}

.mainImage {
  width: 100%;
  height: 100%;
  /* border-radius: 10px; */
  object-fit: contain;
}
.main-image-container {
  display: flex;
  justify-content: center;
  height: 400px;
}

#mainImage {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  animation: scaleUp 1s ease-in-out;
}
/* .main-image {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    animation: scaleUp 1s ease-in-out;
} */
/* 
.slider {
    position: relative;
    max-width: 70%;
    overflow: hidden;
    margin-top: 10px;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 300%;
}

.slides img {
    width: 10%;
    flex-shrink: 0;
    padding-left: 40px;
    transition: transform 0.3s ease-in-out;
}
.slides img:hover {
    transform: scale(1.1);
} */

/* .prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    color: black;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.prev {
    left: 0;
} */

.add {
  /* / / margin-top: 20px; / / */
  background-color: #333a70;
  color: white;
  border-radius: 5px;
  padding-left: 50px;
  padding-right: 50px;
  padding: 7px;
  transition: background-color 0.3s, transform 0.3s;
  animation: fadeIn 1.2s ease-in-out;
}
.add:hover {
  background-color: #292f5a;
  transform: scale(1.05);
}

.next {
  right: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  animation: fadeIn 1.4s ease-in-out;
}

table,
th,
td {
  border: 1px solid black;
}

th,
td {
  padding: 8px;
  text-align: left;
  transition: background-color 0.3s;
}
td:hover {
  background-color: #f1f1f1;
}

.indexsection {
  padding-left: 50px;
  font-size: 17px;
}

.ourcommitment {
  background-color: #faf9fa;
  margin-top: 60px;
}
.whatourclients {
  background-color: #faf9fa;
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 70px;
}

.about-mission-card {
  margin-bottom: 30px;
}

/* demo code */

.custom-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  flex: 1;
  margin-bottom: 50px;
  min-height: 450px;
}

/* Hover effect for cards */
.custom-card:hover {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15); /* Darker shadow on hover */
  transform: translateY(-5px); /* Slight lift effect */
}

/* Card content styling */
.card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Heading styles */
.custom-card h3 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  text-transform: uppercase;
}

/* Paragraph styling */
.custom-card p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* List styling for values */
.custom-card ul {
  padding-left: 20px;
  color: #555;
}

.custom-card ul li {
  font-size: 1rem;
  margin-bottom: 10px;
  list-style-type: disc;
  line-height: 1.6;
}

/* Responsive styling for smaller screens */
@media (max-width: 767px) {
  .custom-card {
    padding: 15px;
  }

  .custom-card h3 {
    font-size: 1.5rem;
  }
}

.text-red {
  color: black !important; /* Apply red color */
}

/* price form */

/* Adjust container to be smaller */

.portfolio {
  margin-bottom: 50px;
  margin-top: 30px;
}

.tabs {
  display: flex;
  justify-content: center;
  /* border-bottom: 2px solid #ddd; */
  margin-bottom: 30px;
  gap: 0;
}

.tab-btn {
  background: none;
  border: none;
  outline: none;
  padding: 12px 20px;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  color: #333;
  transition: border-color 0.3s, color 0.3s;
}

.tab-btn:hover {
  color: #007bff;
}

.tab-btn.active {
  border-bottom: 3px solid #333a70;
  font-weight: bold;
  color: #333a70;
}

.gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.gallery img,
.gallery video {
  width: 250px;
  height: 250px;
  object-fit: contain;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 20px;
  /* border: 1px solid rgba(211, 211, 211, 0.605); */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  /* subtle shadow always */
  transition: transform 0.3s, box-shadow 0.3s;
  /* object-fit:fill; */
}

.gallery img:hover,
.gallery video:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  /* stronger on hover */
}

.preview {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.preview img,
.preview video {
  width: 100%;
  max-width: 700px;
  height: auto;
  border: 2px solid black;
  border-radius: 10px;
  margin-bottom: 30px;
}

/* .hidden {
    display: none;
} */

.price-range {
  padding-top: 20px;
}

.table-custom {
  border: 3px solid #000;
}

.table-custom th,
.table-custom td {
  padding: 15px 0px !important;
  border: 3px solid #000 !important;
  text-align: center;
  vertical-align: middle;
}

.table-custom thead th {
  background-color: #1a2a63;
  color: white;
  font-weight: bold;
}

.table-custom .sub-header th {
  background-color: #ffe6cc;
  color: #000;
  font-weight: bold;
}

.table-custom .code-col {
  background-color: #d9f2e6;
  font-weight: bold;
}

.product-heading {
  width: 100%;
  color: #fff;
  font-weight: bolder;
  background-color: rgb(0, 114, 132);
  text-align: center;
  border: 3px solid #000;
  padding: 10px;
  display: inline-block;
  margin: 20px auto;
}
