* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
  /* overflow: hidden; */
}

/* Custom CSS for specific branding */
:root {
  --primary-blue: #104cba;
  --primary-dark: #0a3a8a;
  --primary-cyan: #00daff;
  --primary-gradient-start: #1c6496;
  --primary-gradient-end: #016cb7;
  --tech-bg: #15476b;
  --tech-accent: #e8ae13;
}

body {
  font-family: "Poppins", sans-serif;
}

/* Header Styles */
.header {
  background-color: #fff;
  padding: 0.5rem 0;
  position: relative;
  z-index: 100;
}

.logo {
  width: 174px;
  height: 102px;
}

.btn-quote {
  background-color: var(--primary-blue);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}

.btn-quote:hover {
  background-color: var(--primary-dark);
  transform: scale(1.05);
  color: #fff;
}

.whatsapp-btn {
  background-color: #25d366;
  border-radius: 20px;
  padding: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hero Section */
section.hero {
  background: url(./assets/images/homebgimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 6px rgba(136, 136, 136, 1);
  color: #fff;
}

.varify-text {
    font-size: 18px;
} 

.hero-title {
  color: #00daff;
  font-family: Poppins;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.75rem;
}

.thankyou-sec {
  height: calc(100vh - 86.69px);
  background: url("./assets/images/Rectangle-1760.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.get-cta-text{
  font-size: 18px;
}
.thankyou-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.thankyou-main a {
  display: inline;
}
a {
  text-decoration: none;
}

.hero-title {
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}

.text-primary-custom {
  color: var(--primary-color) !important;
}
.orange_button {
  border-radius: 5px;
  background: #104cba;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
  display: inline-block;
  padding: 15px 20px;
  transition: 0.3s;
  border: none;
}

.hero-description {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}

.hero-subtitle {
  color: #fff;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  line-height: 1.5;
}
.hero-img {
  justify-content: end;
  padding: 40px;
  padding-right: 40px;
  gap: 15px;
}
.submit-btn-div {
  width: 100%;
  display: flex;
  justify-content: center;
}

button.btn-chat {
  display: inline-flex;
  height: 48px;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 10px;
}

.Labels-img {
  font-family: Poppins;
  font-size: 5.625rem;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05625rem;
}
p.step-description.text-start {
  width: 205px;
}

.hero-features {
  list-style: none;
  padding-left: 0;
}

.hero-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.feature-icon {
  width: 22px;
  height: 22px;
  border: 2px solid #0068ff;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

li.last-li {
  padding-left: 71px;
  width: 103%;
}
li.last-li.feature-icon {
  padding-bottom: 20px;
}
li.li-line {
  padding-left: 32px;
}
li.custom-list {
  padding-left: 10px;
}

.feature-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 4px;
}

.hero-form {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 26px 24px;
  /* margin-top: 54px; */
}

.form-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}

.form-input {
  width: 100%;
  padding: 14px;
  border: none;
  border-bottom: 1px solid #5c5c5c;
  background-color: #fff;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}

.form-input:focus {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
  border: none;
  box-shadow: none;
}

.submit-div {
  width: 100%;
  display: flex;
  justify-content: end;
}

.btn-submit {
  background-color: var(--primary-blue);
  color: #fff;
  padding: 10px 34px;
  border-radius: 8px;
  border: none;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  align-items: end;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
/* .over-line{
  width: 80%;
} */
.check-div {
  justify-content: start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: start;
}

.btn-submit:hover {
  background-color: var(--primary-dark);
  transform: scale(1.02);
}

/* Section Titles */
.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: var(--primary-blue);
  margin-bottom: 1.25rem;
}

.section-subtitle {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  color: #060606;
  margin-bottom: 2rem;
}

/* Decorative Line */
.decorative-line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.line-thick {
  width: 50px;
  height: 5px;
  background-color: #000;
  margin-right: -100px;
}

.line-thin {
  width: 150px;
  height: 1px;
  background-color: #000;
  margin-top: -2px;
}
p {
  font-size: 18px;
}
/* CTA Button */
.cta-button {
  background-color: var(--primary-blue);
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid var(--primary-blue);
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
}
.position-relative {
  position: relative !important;
  margin-top: -54px;
}
.products-text {
  margin-top: -150px;
}
.whp-btn {
  width: 24px;
  height: 24px;
}
.faq-question span {
  font-size: 18px;
}

.cta-button:hover {
  background-color: var(--primary-dark);
  transform: scale(1.05);
  color: #fff;
}

/* Steps Container */

.step {
  text-align: center;
  padding: 18px;
  background-color: #fff;
  border-radius: 20px;
}

.step-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.step-description {
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
}

/* Device Types */
.device-item {
  text-align: center;
  border-right: 3px solid rgb(230, 227, 227);
}

.device-item img {
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
}

/* Technical Advantages */
.tech-advantages {
  background-color: var(--tech-bg);
  padding-top: 42px;
  /* padding: 42px 0; */
}
.customise-label-btn {
  margin-top: 5rem;
}

.tech-title {
  color: #fff;
}

.tech-subtitle {
  color: #fff;
}

.tech-decorative-line .line-thick {
  background-color: var(--tech-accent);
}

.tech-decorative-line .line-thin {
  background-color: var(--tech-accent);
}

.modal-dialog {
  max-width: max-content;
}
button.btn.btn-primary {
  padding: 0px;
  border-radius: 50%;
  margin-top: -80px;
  margin-left: 5px;
}

.advantage-card {
  background-color: #e4c7fa;
  border-radius: 20px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 30px;
  min-height: 100px;
  /* justify-content: space-between; */
}

.advantage-icon {
  filter: drop-shadow(6px 8px 4px rgba(0, 0, 0, 0.25));
  width: 82px;
  height: 82px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 15px;
}

.advantage-content h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
}

.advantage-content p {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 0;
  flex-grow: 1;
}

/* Benefits */
.benefit-item {
  text-align: center;
  max-width: 86%;
}

.benefit-icon {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 0 auto 10px;
  position: relative;
}

.benefit-icon::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 22%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  background-image: url("./assets/images/red-dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.Labels-img {
  max-width: 88%;
}

.benefit-text {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}

/* Industry Cards */
.industry-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 32px;
  height: 85%;
}
.row.mb-5.d-flex {
  width: 93%;
  text-align: center;
  justify-self: anchor-center;
}

.cta-section {
  margin-top: -175px;
}
.cta-mail {
  padding: 50px;
  padding-top: 90px;
}

.industry-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.industry-name {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  padding: 28px 50px;
  line-height: 1.75;
  flex-grow: 1;
}

/* Client Logos */
.client-slider {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 50px 0;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  min-width: 1400px;
}

.client-logo {
  background-color: #fff;
  /* border: 1px solid #d9d9d9; */
  border-radius: 4px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 106px;
}

.client-logo img {
  max-width: 188px;
  max-height: 98px;
  object-fit: contain;
}

/* Certifications */
.cert-item {
  text-align: center;
  background: linear-gradient(225deg, #d9d9d9 0%, #737373 100%);
  padding: 4px;
  border-radius: 4px;
  margin-bottom: 32px;
}

.cert-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 18px;
}

.cert-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Video Section */
.video-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 28px;
}

.video-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.play-button {
  position: absolute;
  bottom: 22px;
  left: 28px;
  background-color: var(--primary-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.over-line-btn {
  width: 80%;
}
.play-button:hover {
  transform: scale(1.1);
}

img.video-image {
  width: 82%;
  height: 83%;
  border-radius: 50%;
  margin-top: -16px;
  margin-left: 15px;
  border: none;
}

.check-icon {
  height: 30px;
  width: 30px;
}

/* FAQ Section */
.faq-container {
  background-color: #f5f5f5;
  padding: 32px 22px;
  margin: 66px 0;
  border-radius: 8px;
}

.faq-item {
  border-bottom: 3px solid #e5e7eb;
  padding: 20px 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
}

.faq-question.active {
  color: var(--primary-blue);
  font-weight: 700;
}

.faq-answer {
  display: none;
  padding-top: 24px;
  font-size: 1rem;
  color: #000;
  line-height: 1.625;
}

.faq-answer.active {
  display: block;
}

.faq-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.faq-icon.rotated {
  transform: rotate(180deg);
}
.faq-answer p {
  font-size: 18px;
}
.faq-question span {
  font-size: 18px;
}

/* Footer */
.footer {
  background-color: var(--primary-blue);
  color: #fff;
  padding: 60px 30px;
  margin-top: -40px;
}

.footer-form {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 20px 40px;
  margin-bottom: 6px;
}

.footer-form .form-title {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 38px;
}

.footer-info h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.footer-address {
  font-size: 1rem;
  line-height: 1.875;
  margin-bottom: 30px;
}

.footer-contact {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  margin-bottom: 30px;
}

.footer-contact img {
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

.contact-text {
  font-size: 1rem;
  line-height: 1.625;
}

.contact-text strong {
  font-size: 1.25rem;
  font-weight: 700;
}

.social-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 6px;
  place-self: center;
}

.social-icon {
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #0090d9;
  margin: 56px 15px 46px;
  padding: 0 10px;
}

.footer-copyright {
  text-align: right;
  font-size: 1rem;
  color: #fff;
}

/* sliderrrrrr */

/* Custom styling for client logos */
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ddd;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active {
  background-color: #007bff;
}

.span-text {
  color: black;
}

.owl-theme .owl-dots {
  display: none !important;
}

.owl-theme .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  width: 106%;
  top: calc(50% - 38px);
  left: -3%;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
.item {
  padding: 5px;
}

.client-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.owl-dot {
  display: none;
}
.section-text
Specificity: (0,1,0) {
  font-size: 1.1rem;
}
.animate-fade-in {
  animation: fadeInUp 0.6s ease-out;
}
.fast-support-btn {
  width: 32px;
  height: 30px;
}
li.d-flex.align-items-start {
  margin-bottom: 14px;
  font-size: 18px;
}
.margin_set {
  margin-top: 3rem;
}
.inquiry-mail {
  padding: 10px 25px;
}

.email-icon {
  width: 42px;
  height: 36px;
}

.benefit-icon {
  width: 180px;
  height: 148px;
}
a {
  color: white;
  text-decoration: none;
}

.call-icon {
  width: 14px;
  height: 18px;
}
.get-start-cta {
  font-size: 28px;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1400px) {
  .hero-features {
    padding-left: 11px;
  }
  li.last-li {
    padding-left: 86px;
  }
  li.li-line {
    padding-left: 43px;
  }
  .form-input {
    padding: 10px;
  }
  .footer-info {
    margin-top: 0px;
  }
  .footer-address {
    margin-bottom: 15px;
  }
  .customise-label-btn {
    margin-top: 3rem;
  }
  .advantage-content h3 {
    font-size: 1rem;
  }
  .industry-name {
    padding: 28px 35px;
  }
  .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 1200px) {
  .hero-subtitle {
    font-size: 2rem;
  }
  .hero-title {
    font-size: 2rem;
  }
  .form-input {
    padding: 10px;
  }
  .hero-img {
    padding: 15px;
  }
  .hero-features li {
    font-size: 1.3rem;
  }
  li.last-li {
    width: 103%;
  }
  .form-title {
    font-size: 1.4rem;
  }
  li.li-line {
    padding-left: 30px;
  }
  li.last-li {
    padding-left: 57px;
  }
  li.custom-list {
    padding-left: 10px;
  }
  .hero-form {
    padding: 20px;
  }
  .btn-submit {
    padding: 5px 28px;
  }
  .fast-support-btn {
    width: 30px;
    height: 30px;
  }
  button.btn-chat {
    height: 45px;
  }
  li.d-flex.align-items-start {
    margin-bottom: 6px;
  }
  .margin_set {
    margin-top: 15px;
  }
  p.step-description.text-start {
    width: 170px;
  }
  .step {
    padding: 10px;
  }
  .advantage-card {
    padding: 15px;
    margin-bottom: 15px;
  }
  .advantage-card {
    gap: 15px;
  }
  .benefit-icon {
    width: 174px;
    height: 174px;
  }
  .Labels-img {
    max-width: 80%;
  }
  .benefit-icon {
    margin: 0px;
  }
  .col-md-4 {
    margin: 0px;
  }
  .benefit-icon::after {
    bottom: -10px;
    left: 22%;
  }
  .benefit-text {
    width: 150px;
  }
  .fs-4 {
    font-size: 1.3rem !important;
  }
  p {
    font-size: 18px;
  }
  .section-title {
    font-size: 2.1rem;
  }
  .position-relative {
    margin-top: -58px;
  }
}

@media (max-width: 1198px) {
  .cta-button {
    font-size: 1rem;
  }
  span.text-black.fw-semibold.ps-1 {
    font-size: 0.8rem;
  }
  .benefit-icon::after {
    bottom: 35px;
    left: 22%;
  }
  .cert-title {
    font-size: 1rem;
  }
  .fs-2 {
    font-size: 1.5rem;
  }
  .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 992px) {
  .fs-4 {
    font-size: 1rem !important;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .cta-button {
    font-size: 1rem;
    gap: 5px;
    padding: 5px 10px;
  }
  button.btn-chat {
    padding: 5px 7px;
    gap: 0px;
  }
  .fs-5 {
    font-size: 1rem !important;
  }
  .f-size{
    font-size: 18px;
  }
  .advantage-content h3 {
    font-size: 0.9rem;
  }
  .advantage-icon {
    width: 50px;
    height: 50px;
  }
  .advantage-card {
    gap: 10px;
  }
  .advantage-card {
    padding: 10px;
    margin-bottom: 15px;
  }
  .cert-title {
    font-size: 1rem;
  }
  .contact-text strong {
    font-size: 1rem;
  }
  .social-icons {
    gap: 10px;
  }
  .footer-form {
    padding: 45px 20px;
  }
  .position-relative {
    margin-top: -122px;
  }
  .fs-2 {
    font-size: 25px !important;
  }

  .f-support {
    display: flex;
    justify-content: center;
  }
  .btn-inquiry {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .Apply-img {
    display: none;
  }
}
@media (max-width: 992px) {
  /* Hide phone number and email text */
  .d-flex.align-items-center a span {
    display: none;
  }

  /* Keep icons visible */
  .d-flex.align-items-center a img {
    display: inline-block;
  }
  .btn-quote {
    padding: 5px 10px;
  }
  .whatsapp-btn {
    padding: 0px;
    width: 35px;
    height: 35px;
  }
  .call-icon {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 760px) {
  .section-margin {
    /* margin-bottom: 20px; */
    text-align: left;
  }
  /* Hide the text (phone number and email) */
  .header
    .container
    .d-flex
    .d-none
    .d-md-flex
    .d-flex
    .d-flex.align-items-center
    a
    span {
    display: none !important;
  }

  /* Show only the icons */
  .header
    .container
    .d-flex
    .d-none
    .d-md-flex
    .d-flex
    .d-flex.align-items-center
    a
    img {
    display: block !important;
  }
}

@media (max-width: 990px) {
  .industry-name {
    padding: 10px 10px;
  }
  .container {
    max-width: 750px;
  }
  .logo {
    width: 110px;
    height: 80px;
  }
  .hero-img {
    padding: 15px;
    justify-content: center;
  }
  .f-support {
    display: flex;
    justify-content: center;
  }
  .customise-label-btn {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  li.li-line {
    padding-left: 0px;
  }
  li.custom-list {
    padding-left: 0px;
  }
  li.last-li {
    padding-left: 0px;
  }
  .section-margin {
    /* width: 100%; */
    margin-bottom: 20px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .row.mb-5.d-flex {
    flex-direction: column;
  }
  .section-margin {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  .position-relative {
    margin-top: -116px;
  }
  .get-start-cta {
    font-size: 24px;
  }
  .section-margin {
    margin-bottom: 20px;
  }

  .px-5 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .logo {
    width: 103px;
    height: 75px;
  }
  .section-title {
    font-size: 2rem;
  }

  .btn-quote {
    padding: 5px 10px;
  }
  .section-subtitle {
    font-size: 18px;
  }
  .footer-form .form-title {
    font-size: 1.875rem;
  }
  .footer-info h3 {
    font-size: 1.5rem;
  }
  .cert-image {
    height: 428px;
  }
  .industry-card img {
    height: 250px;
    /* height: 100%; */
  }
  .device-item img {
    width: 106px;
    height: 106px;
  }
  .device-item {
    text-align: center;
    border: none;
    /* border-right: 3px solid rgb(156, 154, 154); */
  }
  .cta-button {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
  }
  .btn-submit {
    font-size: 1.5rem;
  }
  li.custom-list {
    padding-left: 0px;
  }
  li.li-line {
    padding-left: 0px;
  }
  li.last-li {
    padding-left: 0px;
  }
  .hero-features {
    margin-top: 60px;
  }
  .hero-img {
    justify-content: center;
  }
  .f-support {
    display: flex;
    justify-content: center;
  }
  .customise-label-btn {
    margin-top: 1rem;
  }
  .industry-name {
    padding: 5px 5px;
  }
  .inquiry-mail {
    padding: 10px;
  }
  .submit-div {
    justify-content: center;
  }
  .cta-contact-btn {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .fs-2 {
    font-size: 18px !important;
  }
  .fs-5 {
    font-size: 15px !important;
  }
  .footer {
    padding: 50px 20px;
  }
  .products-text {
    margin-top: -92px;
  }
  .footer-info {
    margin-top: 0px !important;
    padding: 50px;
    padding-bottom: 0px;
  }
  .social-icons {
    gap: 20px;
  }
  .customise-label-btn {
    margin-bottom: 20px;
  }
  .check-icon {
    height: 20px;
    width: 20px;
  }
  .check-div {
    justify-content: center;
  }
  .step.d-flex.gap-1 {
    width: 100%;
    justify-content: space-evenly;
  }
}

/* General Styles for the icons and text */
@media (max-width: 768px) {
  .nav-tetxs {
    display: flex;
  }
  /* Hide text (phone number and email) */
  .header
    .container
    .d-flex
    .d-none
    .d-md-flex
    .d-flex
    .d-flex.align-items-center
    a
    span {
    display: none !important; /* Hide text */
  }

  /* Show only the icons */
  .header
    .container
    .d-flex
    .d-none
    .d-md-flex
    .d-flex
    .d-flex.align-items-center
    a
    img {
    display: inline-block !important; /* Show only the icons */
  }
}

/* Ensure that when the screen is wider, text and icons are both visible */
@media (min-width: 769px) {
  .header
    .container
    .d-flex
    .d-none
    .d-md-flex
    .d-flex
    .d-flex.align-items-center
    a
    img {
    display: inline-block; /* Show icons */
  }

  .header
    .container
    .d-flex
    .d-none
    .d-md-flex
    .d-flex
    .d-flex.align-items-center
    a
    span {
    display: inline-block; /* Show text */
  }
}

@media (max-width: 576px) {
  .modal-content {
    width: 280px;
    height: 240px;
  }
  .hero-title {
    font-size: 1.5rem;
  }
  .hero-subtitle {
    font-size: 1.5rem;
  }
  .hero-features {
    margin-top: 0px;
  }
  .form-title {
    margin-bottom: 20px;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .cta-button {
    font-size: 1rem;
  }
  .section-subtitle {
    font-size: 18px;
  }
  .step.d-flex.gap-1 {
    justify-content: space-around;
  }
  .row.mb-5.d-flex {
    flex-direction: column;
  }
  .faq-container {
    margin: 0px;
  }
  .position-relative {
    margin-top: -5px;
  }
  .products-text {
    margin-top: -125px;
  }
  .cta-contact-btn {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .footer-form .form-title {
    font-size: 1.5rem;
  }
  .footer-form {
    padding: 15px 20px;
  }
  .footer-divider {
    margin: 15px 0 46px;
  }
  .footer-copyright {
    text-align: center;
  }
  .social-icons {
    gap: 15px;
  }
  .cta-mail {
    padding: 0px;
    padding-top: 90px;
  }
  .email-icon {
    width: 30px;
    height: 30px;
  }
  .fast-support-btn {
    width: 25px;
    height: 25px;
  }
  .fs-5 {
    font-size: 12px !important;
  }
  button.btn-chat {
    height: 36px;
  }
  .cta-button span {
    font-size: 12px;
  }
  .benefit-item {
    display: flex;
    align-items: center;
  }
  .margin_set {
    margin-top: 3rem;
  }
}

@media (max-width: 480px) {
  .social-icons {
    display: flex; /* Display items in a row */
    gap: 10px; /* Space between items */
    justify-content: center; /* Center align items horizontally */
    margin-top: 6px; /* Adjust the margin */
  }
  .footer-divider {
    margin: 28px 11px 28px;
  }
  .call-icon {
    width: 15px;
    height: 15px;
  }
  .btn-quote {
    /* padding: 5px 10px; */
    font-size: 14px;
  }
  .whatsapp-btn {
    padding: 0px;
    width: 30px;
    height: 30px;
  }
  .whp-btn {
    width: 20px;
    height: 20px;
  }
  .logo {
    width: 97px;
    height: 63px;
  }
}

@media (max-width: 480px) {
  .btn-quote {
    padding: 4px 4px;
    font-size: 10px;
  }
  .whatsapp-btn {
    padding: 0px;
    width: 25px;
    height: 23px;
  }
  .whp-btn {
    width: 18px;
    height: 19px;
  }
  .call-icon {
    width: 24px;
    height: 22px;
  }
}
