@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin: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=Heebo:wght@100..900&family=Libre+Franklin: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");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-decoration: none;
}

/* Header css start */

#navbarNav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

#navbarNav ul li a {
  color: #004152;
  font-weight: bold;
  margin-right: 15px;
  letter-spacing: 1px;
}

#navbarNav ul li a:hover {
  color: #f60602;
  font-weight: bold;
  margin-right: 15px;
  letter-spacing: 1px;
}

.active {
  color: #f60602 !important;
}

/* .top-s-link {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.top-s-link i {
  color: #ffffff;
  background-color: #004152;
  padding: 10px;
  font-size: 15px;
  border-radius: 50%;
  margin-right: 10px;
}

.top-s-link i:hover {
  color: #ffffff;
  background-color: #F60602;
} */

.T-btn {
  padding: 10px 20px;
  border: none;
  background-color: #f60602;
  font-weight: 700;
}

@media (max-width: 991px) {
  .navbar-nav {
    justify-content: center;
  }

  .top-s-link {
    margin-top: 10px;
    justify-content: center;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
  }

  .navbar-nav {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }
}

/* Home page css start */
.hero {
  position: relative;
  background: url("../Steffco-img/industrial-plant-at-night.jpg") no-repeat
    center center/cover;
  height: 715px;
  opacity: 0.85;
  display: flex;
  align-items: center;
}
.container.h-100 {
  height: 100%;
}
.row.h-100 {
  height: 100%;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.hero h1,
.hero p,
.hero button {
  position: relative;
  z-index: 999;
}
.hero h1 {
  display: flex;
  color: #fff;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: -3px;
}
.hero p {
  margin-top: 20px;
  color: #fff;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5em;
}
.click {
  margin-top: 20px;
  padding: 14px 40px;
  color: #ffffff;
  background-color: #f60602;
  font-family: "Heebo", serif;
  font-weight: 600;
  border: none;
  font-size: 18px;
}

/* ================================== */
.brands {
  margin-top: 5em;
  margin-bottom: 5em;
  align-items: center;
}
.brands h2 {
  color: #004152;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3em;
}
.brands p {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Heebo", serif;
}

/* ============================== */
.about {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 644px;
  background-color: #004152;
}
.about h6 {
  margin-top: 80px;
  color: #f60602;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 2px;
}
.about h2 {
  font-family: "Libre Franklin", Sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -2px;
}
.about p {
  margin-top: 20px;
  color: #ffffff;
  font-family: "Heebo", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}
.img-1 {
  margin-top: 70px;
  margin-left: 40px;
  position: relative;
}
.img-2 {
  position: absolute;
  top: 44px;
  left: 15px;
  clip-path: polygon(21% 0, 100% 0, 82% 100%, 0% 100%);
}

.txt h2 {
  text-align: center;
  margin-top: 90px;
  color: #004152;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -2px;
}
.txt p {
  color: #004152;
  text-align: center;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5em;
}

.col-10 {
  flex: 0 0 auto;
  width: 85%;
}

/* ================================== */

.experties-sec {
  position: relative;
}
.experties-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../Steffco-img/curved-modern-architecture-e1624014682601.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.21;
  z-index: -1;
}
.experties-sec h6 {
  color: #f60602;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 2px;
}
.experties-sec h2 {
  color: #004152;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -2px;
}
.img-card {
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.img-card img {
  margin-bottom: 10px;
  max-width: 100%;
  transition: transform 0.3s ease;
  object-fit: cover;
}
.img-card h3 {
  color: #004152;
  font-family: "Libre Franklin", Sans-serif;
  margin: 0px 0px 15px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -1px;
}
.img-card p {
  color: #3f444b;
  margin: 0px 0px 15px;
  font-family: "Heebo", Sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}
.img-card button {
  background-color: transparent;
  border: 1px solid #f60602;
  color: #f60602;
  padding: 10px 20px;
  cursor: pointer;
  font-family: "Heebo", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.img-card button:hover {
  background-color: transparent;
  border: 1px solid #004152;
  color: #004152;
  transition: all 0.3s ease;
}

/* ====================================== */
.map-img {
  margin-top: 70px;
  position: relative;
  background-image: url("../Steffco-img/Global-Map.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 5rem;
}
.map-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.counter-sec {
  position: relative;
  z-index: 2;
  text-align: center;
}
.counter-sec h2 {
  margin: 50px 0px 20px 0px;
  color: #f60602;
  font-family: "Libre Franklin", sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: -3px;
}
.counter-sec h3 {
  color: #004152;
  font-family: "Libre Franklin", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -2px;
  margin-bottom: 2rem;
}

.counting {
  padding-left: 60px;
  padding-right: 60px;
  align-items: center;
}
.counting i {
  font-size: 40px;
  color: #f60602;
}
.counting img {
  height: 60px;
  margin-right: 10px;
}
.counting span.num {
  font-size: 45px;
  color: #004152;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 800;
}
.counting p {
  font-size: 14px;
  margin-top: -13px;
  margin-left: 53px;
  font-family: "Libre Franklin", sans-serif;
}

/* ================================= */

.help {
  margin: 20px 0px;
  padding: 50px 50px 0px 30px;
  background-color: #004152;
  position: relative;
  right: -6%;
  top: 0%;
  z-index: 1;
}
.help h2 {
  color: #fff;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -2px;
}
.help h5 {
  color: #fff;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5em;
}
.help-img {
  position: relative;
  z-index: 0;
}
.help-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center center;
}
/* ============================== */
.news-text h5 {
  padding-top: 40px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  color: #f60602;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 2px;
}

.news-text h5 .line {
  align-items: center;
  display: inline-block;
  height: 1px;
  background-color: #000000;
  width: 90%;
  margin-left: 10px;
}
.news-text h2 {
  margin-bottom: 30px;
  color: #004152;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -2px;
}

.image-container {
  position: relative;
  display: inline-block;
}

.top-right-text {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #f60602;
  padding: 5px 10px;
}

.image-container h4 {
  margin-top: 20px;
  font-size: 19px;
  color: #004152;
  font-family: "Libre Franklin", Sans-serif;
  font-weight: 700;
}
.image-container h4:hover {
  color: #f60602;
}
.image-container p {
  margin-top: 20px;
  font-size: 14px;
  color: #777;
  font-family: "Libre Franklin", Sans-serif;
  font-weight: 400;
}

.image-container h6 {
  margin-top: 20px;
  font-size: 12px;
  color: #004152;
  font-family: "Libre Franklin", Sans-serif;
  font-weight: 700;
}
.image-container h6:hover {
  color: #f60602;
}
/* ============================================ */
.video {
  position: relative;
  background: url("../Steffco-img/laborer-melting-metal-with-welding-tool-e1624014749979.jpg")
    no-repeat center center/cover;
  height: 600px;
  opacity: 0.95;
  display: flex;
  align-items: center;
}
.container.h-100 {
  height: 100%;
}
.row.h-100 {
  height: 100%;
}
.video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f2b307d;
  z-index: 1;
}
.video h1,
.video p,
.video button {
  position: relative;
  z-index: 999;
}
.video h1 {
  margin-top: 80px;
  display: flex;
  color: #fff;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: -3px;
}
.video p {
  margin-top: 20px;
  color: #fff;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5em;
}
.click-2 {
  margin-top: 20px;
  padding: 14px 40px;
  font-family: "Heebo", serif;
  font-weight: 600;
  border: none;
  font-size: 18px;
}

/* ===================================== */
.contact-sec h2 {
  color: #004152;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -2px;
}
.contact-sec p {
  margin: 0px 0px 16px;
  font-family: "Heebo", Sans-serif;
  font-size: 17px;
  line-height: 1.2em;
}
.ctc {
  display: flex;
  justify-content: end;
  margin-top: 20px;
  padding: 14px 30px;
  background-color: #f60602;
  color: #ffffff;
  font-family: "Heebo", serif;
  font-weight: 600;
  border: none;
  font-size: 18px;
}

/*===Footer css==================== */

footer {
  background-color: #1f2b30;
  padding: 100px 0px 50px 0px;
}

footer h4 {
  margin-bottom: 15px;
}

.com-link a {
  text-decoration: none;
  color: #f60602;
}

.link h4 {
  margin-left: 30px;
}
.link li {
  list-style: none;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 15px;
}
.link a {
  text-decoration: none;
  color: #ffffff;
}
.link a:hover {
  color: #f60602;
}
footer form input {
  margin-top: 20px;
  width: 85% !important;
  border-radius: 0px !important;
  color: #d1d1d1 !important;
  border: 0px !important;
  border-right: 0px !important;
}
footer form button {
  margin-top: 20px;
  border-radius: 0px !important;
  background-color: #f60602;
}

.f-btn {
  background-color: #f60602;
  color: #ffffff;
}
.f-btn:hover {
  background-color: #f60602;
  color: #ffffff;
}
.s-link i {
  color: #ffffff;
  margin-top: 10px;
  margin-right: 10px;
  padding: 15px;
  background-color: #004152;
}
.s-link i:hover {
  background-color: #f60602;
}
/* ============================================ */

/* About page css start */

.owner-img-container {
  display: none;
}

#about-banner {
  position: relative;
  background: url(../Steffco-img/process-polishing-or-welding-metal-in-factory-e1624014967222.jpg)
    no-repeat center;
  background-size: cover;
  padding: 200px 0px;
}
#about-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f2b30bd;
  z-index: 0;
}
.about-text {
  position: relative;
  z-index: 1;
}
.about-text h1 {
  color: #ffffff;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 80px;
  padding-left: 20px;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: -3px;
}
.about-text p {
  color: #ffffff;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5em;
  padding-left: 20px;
  padding-top: 20px;
}

.about-text-2 {
  position: absolute;
  top: 250px;
  padding: 40px 0px;
  background-color: #f7f7f7;
}
.about-text-2 span {
  color: #004152;
  font-size: 14px;
  font-family: "Heebo", serif;
}
.about-text-2 span i {
  color: #f60602;
  font-size: 14px;
  margin: 0px 10px;
}
.about-text-2 h2 {
  margin-top: 20px;
  color: #004152;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -2px;
}
.aboutus-brands {
  margin-top: 10em;
  margin-bottom: 5em;
  align-items: center;
}
.aboutus-brands h2 {
  color: #004152;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3em;
}
.about-info-sec {
  background-color: #f7f7f7;
}
.about-info {
  padding-left: 60px;
  padding-right: 60px;
}
.c-1 {
  margin-top: 100px;
  background-color: #ffffff;
}
.c-2 {
  margin-bottom: 100px;
  background-color: #ffffff;
}
.about-info img {
  width: 600px;
  height: 650px;
  object-fit: cover;
  object-position: center center;
  margin-left: -12px;
}
.text-col-1 {
  padding: 80px;
}
.text-col-2 {
  padding: 80px;
}
.c-1 h6 {
  color: #f60602;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 2px;
}

.c-1 h2 {
  color: #004152;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -2px;
}

.c-1 p {
  padding-top: 20px;
}

.c-2 h6 {
  color: #f60602;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 2px;
}

.c-2 h2 {
  color: #004152;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -2px;
  margin-bottom: 15px;
}

.c-2 p {
  padding-top: 0px;
}
.c-2 h4 {
  margin-top: 30px;
  color: #004152;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.3em;
  letter-spacing: -1px;
}

/* Our client page css */

#our-client-banner {
  position: relative;
  background: url(../Steffco-img/machine-industrial-factory-.jpg) no-repeat
    center;
  background-size: cover;
  padding: 200px 0px;
}

#our-client-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f2b30bd;
  z-index: 0;
}

.client {
  margin-top: 200px;
}

.client h2 {
  margin-bottom: 30px;
  color: #004152;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -2px;
}

.card {
  border: none;
}

.crd-decs {
  color: #6c757d;
}
.card {
  transition: box-shadow 0.3s ease; /* Smooth transition for the shadow */
}

.card:hover {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); /* Shadow on bottom and right */
}

/* Contact us page css */

#contact-us-banner {
  position: relative;
  background: url(../Steffco-img/laborer-melting-metal-with-welding-tool-e1624014749979.jpg)
    no-repeat center;
  background-size: cover;
  padding: 200px 0px;
}

#contact-us-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f2b30bd;
  z-index: 0;
}

.contact-us {
  margin-top: 100px;
  margin-bottom: 30px;
  height: 580px;
}
.contact-us h6 {
  margin-top: 80px;
  color: #f60602;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 2px;
}
.contact-us h2 {
  font-family: "Libre Franklin", Sans-serif;
  color: #004152;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -2px;
}
.contact-us p {
  margin-top: 5px;
  color: #004152;
  font-family: "Heebo", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}
.contact-us-img-1 {
  margin-top: 70px;
  margin-left: 40px;
  position: relative;
}
.contact-us-img-2 {
  position: absolute;
  top: 44px;
  left: 15px;
  clip-path: polygon(21% 0, 100% 0, 82% 100%, 0% 100%);
}
.address i {
  color: #f60602;
  font-size: 18px;
  padding: 15px 15px 15px 15px;
}

.address i:hover {
  color: #004152;
  font-size: 18px;
  padding: 15px 15px 15px 15px;
}
.address h5 {
  margin-top: 10px;
  font-weight: 700;
  color: #004152;
  font-family: 15px;
  font-family: "Heebo", Sans-serif;
}
.address h5:hover {
  color: #f60602;
}
.address p {
  color: #000000;
}
.form-outer {
  margin-top: 50px;
}
.form-outer input {
  height: 45px;
  margin-bottom: 20px;
}
.form-outer textarea {
  height: 175px;
  margin-bottom: 30px;
}
.form-outer button {
  border-radius: 0px;
  padding: 7px 30px;
}
.form-btn {
  background-color: #f60602;
}
.form-btn:hover {
  background-color: #f60602;
}
.form-outer button .fa-solid {
  transition: 1s;
}
.form-outer button:hover .fa-solid {
  transform: translate(15px);
}
.form-text h6 {
  color: #f60602;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 2px;
}
.form-text h2 {
  color: #004152;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -2px;
}

/*====== Service page css ============*/

#service-banner {
  position: relative;
  background: url(../Steffco-img/industrial-plant-at-night.jpg) no-repeat center;
  background-size: cover;
  padding: 200px 0px;
}
#service-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f2b30bd;
  z-index: 0;
}
.service {
  margin-top: 30px;
  margin-bottom: 30px;
  /* height: 644px; */
}
.serv-left-part h6 {
  margin-top: 80px;
  color: #f60602;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 2px;
}
.serv-left-part h2 {
  font-family: "Libre Franklin", Sans-serif;
  color: #004152;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: -2px;
}
.serv-left-part p {
  margin-top: 20px;
  padding-right: 50px;
  color: #004152;
  font-family: "Heebo", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.right-part-bg-box {
  padding-bottom: 50px;
  background: #004152;
}
.serv-right-part {
  margin-top: 80px;
}
.serv-right-part i {
  margin-top: 40px;
  color: #004152;
  font-size: 30px;
  padding: 30px;
  background-color: #f60602;
  border-radius: 50%;
}
.serv-right-part i:hover {
  color: #ffffff;
}
.serv-right-part h2 {
  font-family: "Libre Franklin", Sans-serif;
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  margin-top: 15px;
  line-height: 1.2em;
  letter-spacing: -2px;
}
.serv-right-part h6 {
  margin-top: 20px;
  color: #ffffff;
  font-family: "Heebo", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  position: relative;
  padding-bottom: 10px;
}
.serv-right-part h6::after {
  content: "";
  margin-bottom: 20px;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #f60602;
  margin: 37px auto 10px;
}
.serv-right-part h5 {
  color: #ffffff;
  font-family: "Libre Franklin", Sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: -1px;
}

/*=========== project cards ============*/

.box {
  margin-bottom: 30px;
  border-radius: 15px;
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(0, 65, 82, 1) 38%,
    rgba(0, 65, 82, 1) 100%
  );
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-body {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  height: 100%;
  min-height: 100px;
  padding: 0;
}

.card-title {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: bold;
  color: #ffffff;
  transition: color 0.3s ease;
}

.card-text {
  margin-top: 25px;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5;
  flex-grow: 1;
}

.box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.card-title:hover {
  color: #fff;
}

.card-text:hover {
  color: #fff;
}

.btn-color {
  background-color: #f60602;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  padding: 10px 25px;
  transition: background-color 0.3s ease;
}
.btn-color:hover {
  background-color: #f60602;
  color: #ffffff;
}

.tab-button {
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.tab-button.active {
  background-color: #f60602;
  color: #fff !important;
  border: 1px solid #f60602;
}

.tab-button:hover {
  background-color: #f60602;
  color: #fff;
  border: 1px solid #f60602;
}

.tab-button:not(.active) {
  border: 1px solid #ccc;
}

.hidden-cards {
  display: none;
}

@media (max-width: 768px) {
  .hidden-cards {
    margin-top: 16px;
  }
}

/* ============================= */
/* about owner  */
