@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");


body {
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

.l {
  box-shadow: inset 0 0 0 1px red;
}

::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: #888888;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #196899;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
  background: transparent;
  cursor: pointer;
  display: none;
}
itma-logo
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
  background-clip: content-box;
  border: 1px solid transparent;
}

::-webkit-scrollbar-track {
  background: transparent;
}

.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.achiebox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  overflow: hidden;
}
.achiebox img {
  max-height: 98%;
}

.custom-tooltip {
  --bs-tooltip-bg: #196899;
}

/*************************RESP*********************************/
/* ================= HERO – RESPONSIVE FIX ONLY ================= */

/* Ensure hero context */
.hero-dgshape {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

/* Fixed logo bar height */
.hero-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

/* GAP between logo and content (KEY FIX) */
.hero-content {
  padding-top: 200px; /* desktop default gap */
  padding-bottom: 60px;
}

/* Title sizing */
.hero-title {
  line-height: 1.2;
  margin-bottom: 14px;
}

/* ---------- HERO POINTS: NEVER BREAK ---------- */
.hero-points {
  display: flex;
  flex-wrap: nowrap;        /* no wrapping */
  gap: 10px;
}

.hero-point {
  white-space: nowrap;      /* text never breaks */
  flex-shrink: 0;
}

/* ---------- CTA GROUP: NEVER BREAK ---------- */
.hero-btn-group {
  display: flex;
  flex-wrap: nowrap;        /* keep in one line */
  gap: 10px;
  align-items: center;
}

.hero-btn-group .btn-hero,
.hero-btn-group .call-badge,
.hero-btn-group .call-number {
  white-space: nowrap;      /* prevent second line */
}

/* Image containment */
.hero-machine {
  max-width: 100%;
  object-fit: contain;
}

/* ================= 13–14" LAPTOPS (1366px) ================= */
@media (max-width: 1366px) and (min-width: 992px) {
  .hero-content {
    padding-top: 220px;     /* extra gap for fixed logo */
  }

  .hero-title {
    font-size: 2.1rem;
  }

  .hero-machine {
    max-height: 380px;
  }
}

/* ================= TABLET ================= */
@media (max-width: 991px) {
  .hero-content {
    padding-top: 170px;
    text-align: center;
  }

  .hero-points,
  .hero-btn-group {
    justify-content: center;
  }

  .hero-machine {
    max-height: 320px;
    margin-top: 28px;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 767px) {
  .hero-content {
    padding-top: 160px;
  }

  /* Keep everything single-line and compact */
  .hero-point {
    font-size: 0.75rem;
    padding: 6px 10px;
  }

  .hero-btn-group .btn-hero {
    font-size: 0.8rem;
    padding: 9px 14px;
  }

  .call-number {
    font-size: 0.8rem;
  }
}


/****************************END RES****************************/



/***************************** Soniq***************************/

/* APPLICATIONS SECTION */
.applications-section {
  padding: 60px 0;
  background: #fff; /* light neutral */
}

/* CARD */
.app-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.app-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

/* HOVER (Desktop only – subtle) */
@media (hover: hover) {
  .app-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .applications-section {
    padding: 40px 0;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .offer-title {
    font-size: 0.7rem;
  }
  .offer-sub {
    font-size: 0.6rem;
  }
}

/* MOBILE: KEEP CTAs HORIZONTAL */
@media (max-width: 767px) {

  .hero-btn-group {
    display: flex;
    flex-direction: row;          /* force horizontal */
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;            /* prevent wrapping */
  }

  /* Quote button smaller */
  .hero-btn-group .btn-hero {
    padding: 10px 16px;
    font-size: 0.85rem;
    white-space: nowrap;
  }

  /* Call badge compact */
  .call-badge {
    padding: 6px 10px;
    border-radius: 40px;
    max-width: none;
  }

  .call-number {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    white-space: nowrap;          /* NO BREAK */
  }

  .call-label {
    font-size: 0.7rem;
    padding: 4px 8px;
  }

  .call-icon {
    font-size: 0.85rem;
  }
}

@media (max-width: 360px) {
  .hero-btn-group {
    flex-wrap: wrap;
  }
}

/* BUTTON GROUP */
.hero-btn-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* CALL BADGE */
.call-badge {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 50px;
  padding: 8px 6px;
  gap: 3px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.25);
}

/* RED LABEL */
.call-label {
  background: #e1251b;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.9rem;
  white-space: nowrap;
}

/* NUMBER */
.call-number {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 1.05rem;
  color: #000;
  text-decoration: none;
}

.call-icon {
  color: #e1251b;
  font-size: 1.1rem;
}

/* MOBILE */
@media (max-width: 991px) {
  .hero-btn-group {
    flex-direction: column;
    align-items: center;
  }

  .call-badge {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}


/* ================= HERO BASE ================= */
/* KEEP HERO POINTS IN ONE LINE ON MOBILE */
@media (max-width: 767px) {
  .hero-points {
    display: flex;
    flex-wrap: nowrap;          /* no wrapping */
    justify-content: center;
    gap: 8px;
    overflow-x: auto;           /* safety for very small screens */
    -webkit-overflow-scrolling: touch;
  }

  .hero-point {
    white-space: nowrap;        /* prevent text break */
    font-size: 0.75rem;         /* slightly smaller */
    padding: 6px 10px;
    flex-shrink: 0;             /* prevent shrinking */
  }
}


/* HERO POINTS */
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 26px;
}

.hero-point {
  background: rgba(255,255,255,0.15);
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 600;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.25);
}

/* MOBILE */
@media (max-width: 767px) {
  .hero-point {
    font-size: 0.85rem;
    padding: 8px 14px;
  }
}


/* HERO SECTION HEIGHT CONTROL */
.hero-dgshape {
  min-height: 100vh;          /* banner height */
  overflow: hidden;           /* prevent overflow */
}

/* CONTENT ROW FULL HEIGHT */
.hero-dgshape .hero-content .row {
  min-height: calc(100vh - 60px); /* adjust for sticky logo height */
}

/* IMAGE CONSTRAINT */
.hero-machine {
  max-height: 520px;
  width: auto;
  max-width: 100%;
  object-fit: contain;        /* ensures no cropping */
}

/* CENTER IMAGE VERTICALLY */
.hero-dgshape .col-lg-6.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* MOBILE FIX */
@media (max-width: 991px) {
  .hero-machine {
    max-height: 360px;
  }

  .hero-dgshape .hero-content .row {
    min-height: auto;
  }
}


.hero-dgshape {
  position: relative;
  background: linear-gradient(180deg, #0a3b8f 0%, #0b5fc2 100%);
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
}

/* ================= STICKY LOGO BAR ================= */
.hero-top {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 26px 0;
  z-index: 999;
  transition: all 0.3s ease;
}

/* LOGOS */
.hero-logo-left {
  height: 75px;
  transition: all 0.3s ease;
filter: brightness(0) invert(1);
}

.hero-logo-circle {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.hero-logo-circle img {
  max-width: 100%;
}

/* SHRINK STATE */
.hero-top.shrink {
  padding: 10px 0;
  background: linear-gradient(180deg, #0a3b8f 0%, #0b5fc2 100%);
}

.hero-top.shrink .hero-logo-left {
  height: 58px;
}

.hero-top.shrink .hero-logo-circle {
  width: 56px;
  height: 56px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
}

/* ================= CONTENT ================= */
.hero-content {
  padding-top: 60px; /* offset for fixed header */
}

.hero-eyebrow {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top:60px;
}

.hero-tagline {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-desc {
  font-size: 1rem;
  max-width: 520px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* CTA */
.btn-hero {
  background: #fff;
  color: #000;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 4px;
  text-transform: uppercase;
  border: none;
}

.btn-hero:hover {
  background: #008fc1;
  color: #fff;
}

/* IMAGE */
.hero-machine {
  max-height: 520px;
  filter: drop-shadow(0 30px 45px rgba(0,0,0,0.35));
}

/* ================= MOBILE ================= */
@media (max-width: 991px) {

  .hero-content {
    padding-top: 120px;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-machine {
    max-height: 340px;
    margin-top: 30px;
  }
}

/* BUTTON GROUP */
.hero-btn-group {
  display: flex;
  gap: 15px;
}

/* BROCHURE BUTTON */
.btn-brochure {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 4px;
  text-transform: uppercase;
}

.btn-brochure:hover {
  background: #ffffff;
  color: #0a3b8f;
}

/* MOBILE CENTER */
@media (max-width: 991px) {
  .hero-btn-group {
    flex-direction: column;
    align-items: center;
  }

  .hero-btn-group .btn {
    width: 100%;
    max-width: 165;
    text-align: center;
  }
}

/* Image container with fixed height */
.product-img-wrap {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 10px;
}

/* Image fits fully without cropping */
.product-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

/* Optional: smoother card look */
.product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.key-features {
    background: #f8fafc;
}

.feature-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px 18px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.12);
}

.feature-icon {
    font-size: 40px;
    color: #0d6efd;
    margin-bottom: 16px;
    display: inline-block;
}

.feature-card h6 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    color: #555;
}

/* MOBILE SPACING FIX */
@media (max-width: 991px) {
  .hero-content {
    padding-top: 130px; /* creates gap below logo */
  }

  .hero-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .hero-content {
    padding-top: 90px;
  }
}

/* MOBILE: ONLY LOGO SIZE REDUCTION */
@media (max-width: 991px) {

  /* Left logo smaller */
  .hero-logo-left {
    height: 65px;
  }

  /* Right logo circle smaller */
  .hero-logo-circle {
    width: 64px;
    height: 64px;
  }

  .hero-logo-circle img {
    max-width: 100%;
  }
}


/****************************END DGSHAPE******************************/



.text-green{color:#008d3a !important;}


.btn-readmore {
    border-color: #f58732 !important;
    background-color: #f58732 !important;
}


.service-box {
  max-width: 380px;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
  background: #F5F5F5;
  padding: 10px 10px 32px 10px;
}
.service-box .sb-img1 {
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-box .sb-img1 img {
  max-width: 98%;
  /*max-height: 98%;*/
}
.service-box .sb-img2 {
  width: 100%;
  height: 58px;
  text-align: center;
  margin-top: 10px;
}
.service-box .sb-img2 img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 98%;
  max-height: 98%;
}
.service-box p {
  font-size: 14px;
  margin: 15px 0;
  min-height: 48px;
}
.service-box .btn {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.service-box .btn:hover {
  color: var(--bs-white);
  background-color: #196899;
  border-color: #196899;
}

.card-owner {
  max-width: 360px;
  border-radius: 20px;
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.25);
  margin: 90px auto 0 auto;
  text-align: center;
  padding: 10px 20px 32px 20px;
}
.card-owner .card-avatar {
  display: inline-block;
  width: 120px;
  max-width: 120px;
  height: 120px;
  border-radius: 200px;
  border: 4px solid #D9D9D9;
  margin: -60px auto 0 auto;
}
.card-owner h3 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.49);
  font-weight: 500;
  margin: 18px 0 8px 0;
}
.card-owner p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
  min-height: 52px;
}
.card-owner a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}
.card-owner a:hover {
  color: #196899;
}
.card-owner a img {
  width: 120px;
  max-width: 120px;
}
.card-owner a span {
  margin-top: 12px;
  display: block;
}

.book-form .form-control, .book-form .form-select {
  border-radius: 0;
  background-color: rgba(217, 217, 217, 0.46);
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.25);
  height: 44px;
  font-size: 17px;
}
.book-form .form-control:focus, .book-form .form-select:focus {
  background-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.book-form textarea.form-control {
  height: 90px;
}

footer {
  background-color: #D9D9D9;
  padding: 12px 0;
}
footer .footer-links a {
  color: inherit;
}
footer .footer-links a:hover {
  color: #008fc1;
  text-decoration: none;
}
footer .footer-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #222222;
  color: #fff;
  border-radius: 40px;
  margin-top: 5px;
  font-size: 18px;
}
footer .footer-social a:hover {
  background: #196899;
}

.enquire-button {
  position: fixed;
  width: 200px;
  height: 60px;
  background-color: #e30a1e;
  border: 1px solid #e30a1e;
  color: #ffffff;
  font-size: 17px;
  z-index: 10;
  top: calc(50% - 20px);
  right: -75px;
  transform: rotate(-90deg);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.5);
}
.enquire-button:hover {
  background-color: #e30a1e;
  border-color: #fff;
}
.enquire-button:active {
  background-color: #196899;
  border-color: #196899;
}

.float-form {
  width: 100%;
  max-width: 360px;
  padding: 20px;
  position: fixed;
  right: 0;
  z-index: 12;
  top: 10px;
  background: #ffffff;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.5);
  top: 55%;
  transform: translate(0, -50%) scaleX(0);
  transform-origin: right center;
  transition: 350ms;
}
.float-form.active {
  transform: translate(0, -50%) scaleX(1);
}

.float-form-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: 350ms;
}
.float-form-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.75;
}




@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .home-banner .trans-bar {
    display: inline-block;
    padding-right: 12px;
  }
  .home-banner .trans-bar::after {
    display: none;
  }
  .card-owner .card-avatar {
    width: 140px;
    max-width: 140px;
    height: 140px;
  }
  .card-owner h3 {
    font-size: 20px;
  }
  footer {
    padding: 12px 0 30px 0;
  }
}
@media screen and (max-width: 599.9px) {
  .owl-carousel.owl-navdots .owl-nav.disabled {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .logo-box {
    min-width: 120px;
  }
  .itma-logo {
    width: 140px;
  }
  footer {
    text-align: center;
  }
  footer span {
    display: block;
    font-size: 10px;
    opacity: 0;
  }
  .enquire-button {
    width: 100%;
    height: 40px;
    top: auto;
    bottom: 0;
    right: 0;
    transform: rotate(0deg);
  }
  .float-form {
    width: 100%;
    max-height: calc(100% - 30px);
    overflow: hidden;
    overflow-y: auto;
    max-width: 480px;
    padding: 20px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
    transform: translate(0, 0) scaleX(0);
    transform-origin: center center;
  }
  .float-form.active {
    transform: translate(0, 0%) scaleX(1);
  }
}/*# sourceMappingURL=style.css.map */