

.fa {
  padding: 20px;
  font-size: 20px !important ;
  width: 60px;
  text-align: center;
  text-decoration: none;
  color: rgb(182, 178, 178);
  text-decoration: none !important;
}

:hover.fa-facebook {
  color: blue ;
}

/* ===== about developer ======= */

.fa-github{
  display: inline;
  color: white;
}
.fa-linkedin{
  display: inline;
  color: white;
}


:hover.fa-twitter{
  color: rgb(35, 169, 231) !important
}

:hover.fa-youtube {
  color:red;
}
:hover.fa-instagram{
  color: rgb(245, 75, 208);
}


.button {
  margin-left: 1000px;
  border-radius: 5px;
  border: 2px solid white;
}


.productheading {
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/* === Contact section === */

/* Contact Form */

.form {
  padding-top: 50px;
  margin: auto;
  width: 900px;
  color: white;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7f8f9;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 , h1{
  text-align: center; 
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #627680;
}

.section-title p {
  margin-bottom: 0;
}

/* ===== Hero Section ===== */
#hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Video background */
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Dark overlay */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.5); /* semi-transparent */
  z-index: 2;
}

/* Content */
.hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-content h1 span {
  color: #627680; /* highlight brand */
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #ddd;
}

/* Call-to-action button */
.btn-hero {
  padding: 12px 30px;
  background: #627680;
  color: #fff;
  border-radius: 30px;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-hero:hover {
  background: #44525a;
}


/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.contact .info {
  padding: 30px;
  background: #fff;
  width: 100%;
  border: 2px solid #e9ecee;
  border-radius: 4px;
}

.contact .info i {
  font-size: 20px;
  color: #627680;
  float: left;
  width: 44px;
  height: 44px;
  background: #f2f4f5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #364146;
}
.contact .info h3 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #364146;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #627680;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #627680;
  color: #fff;
}

.contact .contact-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  border: 2px solid #e9ecee;
  border-radius: 4px;
}

.contact .contact-form .form-group {
  padding-bottom: 8px;
}

.contact .contact-form input, .contact-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .contact-form input {
  height: 44px;
}

.contact .contact-form textarea {
  padding: 10px 12px;
}

/* ========================= About Section =================== */

.about {
  padding-left: 60px;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #627680;
}

.aboutimg {
  margin-top: 0px;
  margin-left: 750px;
  border: 15px solid grey;
  height: 800px;
  width: 700px;
}

.text {
  position: absolute;
  background-color: white;
  color: #627680;
  display: inline-flex;
  width: 680px;
  height: 400px;
  margin-top: 270px;
  margin-left: 200px;
  font-family: "Poppins", sans-serif;
  border-radius: 20px;
}


.address {

  padding-top: 30px;
  width: 400px;
  margin-left: 50px;
}
.address2 {

  padding-top: 30px;
  width: 400px;
  
}

.sm {
  width: 400px;
}

.A {
  padding-left: 200px;
}

.up {
  padding-left: 1500px;
}

.useful {
  padding-left: 300px;
}

/* .carousel .carousel-inner {
  height: 900px
}

.carousel-inner .carousel-item img {
  min-height: 200px;
  object-fit: cover
}

@media(max-width:768px) {
  .carousel .carousel-inner {
    height: auto
  }
} */
.texting{
  text-align: center;
  display: inline-flex;
  width: 800px;
  margin-left: 30px;


}
/* =========== Karachi=========== */
.card1{
  border-radius:12px;
  margin-top:-500px !important ;
  margin-left: 625px;

}



/* ===== Our Values ===== */
.value-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  width: 250px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.value-box i {
  font-size: 40px;
  color: #627680;
  margin-bottom: 15px;
}

.value-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: #364146;
  margin-bottom: 10px;
}

.value-box p {
  font-size: 14px;
  color: #627680;
}

.value-box:hover {
  transform: translateY(-10px);
}


/* ===== navbar ======= */

.navbar .nav-link {
  position: relative;
  display: inline-block;         /* нужно для корректного позиционирования линий */
  padding: 10px 15px;
  color: #627680;
  text-decoration: none;
  transition: color .25s ease;
}

/* Линии (по умолчанию спрятаны) */
.navbar .nav-link::before,
.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #627680;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s ease;
}
.navbar .nav-link::before { top: 0; }
.navbar .nav-link::after  { bottom: 0; }

/* Показать линии у активного пункта — оба случая (Bootstrap-friendly) */
.navbar .nav-link.active::before,
.navbar .nav-link.active::after,
.navbar .nav-item.active .nav-link::before,
.navbar .nav-item.active .nav-link::after {
  transform: scaleX(1);
}

/* Цвет активного пункта (с приоритетом поверх фреймворков) */
.navbar .nav-link.active,
.navbar .nav-item.active .nav-link {
  color: #5290FF!important;
}
/* Цвет при наведении */
.navbar .nav-link:hover {
  color: #5290FF!important;
}

/* По желанию — подсветка линий при наведении */
.navbar .nav-link:hover::before,
.navbar .nav-link:hover::after {
  transform: scaleX(1);
  opacity: .8;
}

/* ===== Company Profile ===== */
.company-profile-box {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  max-width: 900px;
  margin: 0 auto; /* центрируем */
  box-shadow: 0px 4px 15px rgba(0,0,0,0.08);
  color: #364146;
  font-family: "Poppins", sans-serif;
}

.company-profile-box h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
}

.company-profile-box p {
  font-size: 15px;
  color: #627680;
  line-height: 1.6;
}

/* ===== Footer ===== */
.footer {
  background: #25272E;
  color: #ddd;
  padding: 50px 20px 20px;
  font-family: "Poppins", sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}

.footer-col {
  flex: 1 1 300px;
  margin: 20px;
}

.footer-col h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}

.footer-col h4::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #627680;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.footer-col p, 
.footer-col a {
  font-size: 14px;
  color: #aaa;
  text-decoration: none;
  line-height: 1.8;
}

.footer-col a:hover {
  color: #fff;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin: 8px 0;
}

/* Social Icons */
.social-links a {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 18px;
  color: #aaa;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #627680;
}

.footer-bottom {
  position: absolute; /* прилягання до низу футера */
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
  color: #fff;
  margin: 0; /* прибираємо зайві відступи */
  z-index: 2;
}


/* ===== Info Sections ===== */
.info-section {
  padding: 80px 20px;
}

.section-bg {
  background: #f7f8f9;
}

.info-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
  gap: 40px;
  flex-wrap: wrap;
}

.info-container.reverse {
  flex-direction: row-reverse;
}

.info-image {
  flex: 1 1 45%;
}

.info-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.info-text {
  flex: 1 1 50%;
}

.info-text h2 {
  font-size: 28px;
  color: #364146;
  margin-bottom: 20px;
  position: relative;
}

.info-text h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #627680;
  margin-top: 8px;
}

.info-text p {
  font-size: 16px;
  color: #627680;
  line-height: 1.7;
}

.navbar-brand {
  margin-left: 40px;
}

.wave-container {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  z-index: 1;
}

/* Smart Textiles */
#smart-textiles.section-bg {
  background: #f7f9fc;
}

.smart-hero-img {
  border-radius: 1rem;
}

.smart-card {
  border: 0;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.smart-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1.25rem rgba(0,0,0,.12);
}
.smart-card .card-img-top {
  object-fit: cover;
  height: 220px;
}

.smart-props li {
  margin-bottom: .5rem;
  display: flex;
  align-items: baseline;
  gap: .5rem;
}
.smart-props li i.fa {
  flex: 0 0 auto;
}

/* two-column list on wider screens */
@media (min-width: 768px) {
  .smart-props.two-col {
    column-count: 2;
    column-gap: 2rem;
  }
  .smart-props.two-col li {
    break-inside: avoid;
  }
}

.smart-cta {
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* Make card titles stand out */
.card-title {
  font-size: 1.25rem;             /* bigger than body text */
  font-weight: 700;               /* bold */
  color: #1d4ed8;                 /* a deep blue */
  margin-bottom: 0.75rem;
  position: relative;
  transition: color 0.3s ease;
}

/* subtle underline accent */
.card-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 40px;
  height: 3px;
  background: #3b82f6;            /* lighter accent blue */
  border-radius: 2px;
  transition: width 0.3s ease;
}

/* hover effect */
.card-title:hover {
  color: #2563eb;                 /* slightly brighter */
}
.card-title:hover::after {
  width: 100%;                    /* underline expands */
}
