@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth !important;
}

.hero-section {
  height: 100vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../src/hero-bg.jpg") no-repeat center center/cover;
  color: #fff;
}
.hero-section .hero-logo {
  height: 60px;
  position: absolute;
  top: 0;
  margin-top: 20px;
}
.hero-section .hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.hero-section .hero-subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: #ddd;
  max-width: 800px;
  margin: 0 auto;
}
.hero-section .btn-quote {
  background-color: #606060;
  color: #fff;
  padding: 12px 28px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border-bottom: #fff 3px solid;
}
.hero-section .btn-quote:hover {
  background-color: #000;
  border-bottom: 0px;
}
.hero-section .feature-btn {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 10px 24px;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .hero-section .hero-title {
    font-size: 1.5rem;
  }
  .hero-section .hero-subtitle {
    font-size: 0.9rem;
  }
  .hero-section .btn-quote {
    padding: 10px 20px;
  }
  .hero-section .feature-btn {
    padding: 8px 16px;
    font-size: 0.85rem;
  }
}
.why-choose-us {
  font-family: "Poppins", sans-serif;
}
.why-choose-us .section-tag {
  border: 1px solid #000;
  display: inline-block;
  padding: 6px 16px;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 100px;
  color: #000;
}
.why-choose-us .section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #222;
}
.why-choose-us .section-subtitle {
  color: #6c757d;
  font-size: 1rem;
  max-width: 95%;
}
.why-choose-us .features-list {
  font-size: 0.95rem;
}
.why-choose-us .features-list .icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border: #000 solid 1px;
  padding: 10px;
  object-fit: fill;
  overflow: visible;
}
.why-choose-us .features-list strong {
  font-weight: 600;
  font-size: 1.3rem;
  color: #000;
}
.why-choose-us .features-list span {
  display: block;
  color: #6c757d;
  font-weight: 400;
}
.why-choose-us .image-container {
  position: relative;
}
.why-choose-us .image-container .rectangle {
  position: absolute;
  top: 50;
  left: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.why-choose-us .image-container .rectangle .rectangle-black {
  position: relative;
  width: 50px;
  height: 80px;
  background-color: #000;
}
.why-choose-us .image-container .rectangle .rectangle-white {
  position: relative;
  width: 50px;
  height: 80px;
  background-color: #fff;
}
.why-choose-us .image-frame {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.why-choose-us .image-frame img {
  border-radius: 12px;
  z-index: 2;
  position: relative;
}
.why-choose-us .image-frame::before {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 100%;
  height: 100%;
  background: #3c3c3c;
  border-radius: 12px;
  z-index: 0;
}
.why-choose-us .image-frame .img-fluid {
  position: relative;
  z-index: 2;
}
.why-choose-us .image-frame .img-fluid::after {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 60px;
  background-color: #fff;
  z-index: 4;
}

@media (max-width: 768px) {
  .why-choose-us {
    padding: 2rem 1rem;
  }
  .why-choose-us .section-title {
    font-size: 1.5rem;
  }
  .why-choose-us .section-subtitle {
    font-size: 0.9rem;
  }
  .why-choose-us .image-frame::after {
    left: -20px;
    height: 50px;
  }
  .why-choose-us .features-list strong {
    font-size: 0.95rem;
  }
  .why-choose-us .features-list span {
    font-size: 0.85rem;
  }
}
.rack-solutions {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(to bottom, #1e1e1e, #606060);
}
.rack-solutions .section-tag {
  border: 1px solid #fff;
  display: inline-block;
  padding: 6px 16px;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 100px;
  color: #fff;
}
.rack-solutions .section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
}
.rack-solutions .section-subtitle {
  color: #fff;
  font-size: 1rem;
}
.rack-solutions .rack-card {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  border-radius: 15px;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.rack-solutions .rack-card img {
  width: 50%;
  height: auto;
  display: block;
}
.rack-solutions .rack-card .rack-card-body {
  padding: 1rem;
}
.rack-solutions .rack-card .rack-card-body h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.rack-solutions .rack-card .rack-card-body p {
  font-size: 0.95rem;
  color: #cbd5e1;
}

@media (max-width: 768px) {
  .rack-solutions {
    padding: 2rem 1rem;
  }
  .rack-solutions .section-title {
    font-size: 1.5rem;
  }
  .rack-solutions .section-subtitle {
    font-size: 0.9rem;
  }
  .rack-solutions .rack-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .rack-solutions .rack-card img {
    width: 100%;
    height: auto;
    display: block;
  }
  .rack-solutions .rack-card .rack-card-body h5 {
    font-size: 1rem;
  }
  .rack-solutions .rack-card .rack-card-body p {
    font-size: 0.85rem;
  }
}
.contact-section {
  position: relative;
  overflow: hidden;
  margin: 4rem 4rem;
}
.contact-section .section-tag {
  border: 1px solid #000;
  display: inline-block;
  padding: 6px 16px;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 100px;
  color: #000;
}
.contact-section input::placeholder {
  font-style: italic;
  color: #606060;
}
.contact-section .contact-bg {
  background-image: url("../src/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  padding: 20px;
}
.contact-section .contact-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: inherit;
}

@media (max-width: 768px) {
  .contact-section {
    padding: 2rem 1rem;
    margin: 2rem 1rem;
  }
  .contact-section .bg-white {
    padding: 1.5rem;
  }
  .contact-section form .row {
    flex-direction: column;
  }
  .contact-section form .row .col-md-6,
  .contact-section form .row .col-12 {
    width: 100%;
  }
  .contact-section .contact-section .form-control,
  .contact-section .contact-section .form-select {
    font-size: 0.95rem;
  }
  .contact-section .contact-section .btn {
    width: 100%;
    text-align: center;
  }
  .contact-section .contact-section .d-flex {
    flex-direction: column;
    align-items: stretch;
  }
  .contact-section .contact-section .d-flex p {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.work-process-section {
  background-color: #f8f9fa;
}
.work-process-section .section-tag {
  border: 1px solid #000;
  display: inline-block;
  padding: 6px 16px;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 100px;
  color: #000;
}
.work-process-section .process-card {
  background: #e1e1e1;
  border-radius: 0.75rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.work-process-section .process-card h3 {
  font-size: 3rem;
  color: #000;
  margin-bottom: 2rem;
}
.work-process-section .process-card h5 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #000;
}
.work-process-section .process-card p {
  font-size: 0.95rem;
  color: #000;
  text-align: start;
}
.work-process-section .process-card:hover {
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  .work-process-section .process-card {
    text-align: center;
    padding: 2rem 1.5rem;
  }
  .work-process-section .process-card h3 {
    font-size: 1.8rem;
  }
  .work-process-section .process-card h5 {
    font-size: 1rem;
  }
  .work-process-section .process-card p {
    font-size: 0.9rem;
  }
}

.industries-section {
  background-color: #4b4b4b;
}
.industries-section .section-tag {
  border: 1px solid #fff;
  display: inline-block;
  padding: 6px 16px;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 100px;
  color: #fff;
}
.industries-section .section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
}
.industries-section .section-subtitle {
  color: #fff;
  font-size: 1rem;
  max-width: 95%;
}
.industries-section .industry-card {
  background-color: #d9d9d9;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
.industries-section .industry-card .image-container {
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0 0;
  max-height: 280px;
}
.industries-section .industry-card .image-container img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  object-fit: cover;
}
.industries-section .industry-card .industry-title {
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  padding: 0.75rem 1rem;
  color: #111;
}
.industries-section .industry-card:hover img {
  transform: scale(1.1);
}
.industries-section .industry-card-small {
  background-color: #d9d9d9;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
.industries-section .industry-card-small .image-container {
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0 0;
  max-height: 100px;
}
.industries-section .industry-card-small .image-container img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  object-fit: cover;
}
.industries-section .industry-card-small .industry-title {
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  padding: 0.75rem 1rem;
  color: #111;
}
.industries-section .industry-card-small:hover img {
  transform: scale(1.1);
}
@media (max-width: 576px) {
  .industries-section .industry-card .industry-title {
    font-size: 0.95rem;
  }
}

.faq-section {
  background-color: #fff;
}
.faq-section .section-tag {
  border: 1px solid #000;
  display: inline-block;
  padding: 6px 16px;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 100px;
  color: #000;
}
.faq-section .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
  color: #000;
}
.faq-section .accordion-item .accordion-button {
  background-color: transparent;
  font-weight: 600;
  padding: 1rem;
  box-shadow: none;
}
.faq-section .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq-section .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transition: transform 0.3s ease;
}
.faq-section .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.faq-section .accordion-item .accordion-body {
  font-size: 0.95rem;
  color: #444;
}
@media (max-width: 576px) {
  .faq-section .accordion-button {
    font-size: 1rem;
  }
  .faq-section .accordion-body {
    font-size: 0.9rem;
  }
}

.footer-section {
  background: linear-gradient(to right, #2e2e2e, #3e3e3e);
  color: #fff;
}
.footer-section .footer-logo {
  height: 60px;
}
.footer-section i {
  color: #000;
}
.footer-section .footer-contact {
  font-size: 0.95rem;
}
.footer-section .footer-contact i {
  margin-right: 0.5rem;
}
.footer-section .small {
  font-size: 0.8rem;
}
@media (max-width: 576px) {
  .footer-section .footer-contact {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }
}

.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  /* WhatsApp green */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: background-color 0.3s ease;
  color: white;
}
.floating-whatsapp i {
  font-size: 2rem;
}

.floating-whatsapp:hover {
  background-color: #128C7E;
  /* Darker green on hover */
}
