.elementor-172 .elementor-element.elementor-element-40e4ab5{--display:flex;--justify-content:flex-end;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-172 .elementor-element.elementor-element-02330ad{--display:flex;}.elementor-172 .elementor-element.elementor-element-9f39899{--display:flex;--flex-direction:row-reverse;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--justify-content:center;--align-items:flex-end;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:1px;--padding-bottom:1px;--padding-left:1px;--padding-right:1px;}.elementor-172 .elementor-element.elementor-element-0e7af67{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-172 .elementor-element.elementor-element-4df95ef{width:var( --container-widget-width, 100.022% );max-width:100.022%;background-color:#FFAA31;padding:11px 11px 11px 11px;--container-widget-width:100.022%;--container-widget-flex-grow:0;border-style:solid;border-width:1px 1px 1px 1px;border-radius:2px 2px 2px 2px;text-align:center;}.elementor-172 .elementor-element.elementor-element-4df95ef.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-172 .elementor-element.elementor-element-4df95ef .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:29px;font-weight:600;color:#0F0F0F;}.elementor-172 .elementor-element.elementor-element-80a4820{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-172 .elementor-element.elementor-element-eee6ebd{text-align:center;}.elementor-172 .elementor-element.elementor-element-1f4593c{--display:flex;}.elementor-172 .elementor-element.elementor-element-c55e6ae{--display:flex;}.elementor-172 .elementor-element.elementor-element-40ce444{--display:flex;}@media(min-width:768px){.elementor-172 .elementor-element.elementor-element-0e7af67{--width:50%;}.elementor-172 .elementor-element.elementor-element-40ce444{--content-width:1182px;}}/* Start custom CSS for html, class: .elementor-element-2d0f414 */.industries {
  padding: 70px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.industries-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

/* Card */
.industry-card {
  text-decoration: none;
  border: 1px solid #ff4d6d;
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  background: #ffffff;
  color: #333;
  transition: all 0.35s ease;
}

.industry-card img {
  width: 80px;
  margin-bottom: 15px;
  transition: all 0.35s ease;
}

.industry-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #0b1c2d;
  transition: color 0.35s ease;
}

.industry-card p {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  transition: color 0.35s ease;
}

/* Hover */
.industry-card:hover {
  background: linear-gradient(135deg, #0b1c2d, #0f2a44);
  border-color: #0b1c2d;
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(11, 28, 45, 0.35);
}

.industry-card:hover h3,
.industry-card:hover p {
  color: #ffffff;
}

.industry-card:hover img {
  transform: scale(1.08);
  filter: brightness(1.1);
}

/* Tablet */
@media (max-width: 992px) {
  .industries-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .industries-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64ed872 *//* HERO SECTION */
.b2b-hero {
  padding: 80px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.b2b-hero-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

/* Left Text */
.b2b-hero-text {
  width: 60%;
  font-size: 15px;
  color: #444;
}

.b2b-title {
  background: #ffb233;
  display: inline-block;
  padding: 12px 20px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
  border: 1px solid #000;
}

.b2b-hero-text p,
.b2b-hero-text ol {
  margin-bottom: 15px;
  line-height: 1.7;
}

.b2b-hero-text li {
  margin-bottom: 8px;
}

.b2b-note {
  margin-top: 10px;
  font-weight: bold;
}

/* Right Image */
.b2b-hero-image {
  width: 40%;
}

.b2b-hero-image img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .b2b-hero-container {
    flex-direction: column;
    text-align: center;
  }

  .b2b-hero-text,
  .b2b-hero-image {
    width: 100%;
  }

  .b2b-title {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-42d171c */.industries {
  padding: 70px 20px;
  font-family: Arial, sans-serif;
  background: #ffffff;
}

.industries-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Card */
.industry-card {
  text-decoration: none;
  padding: 22px 18px;
  border: 1px solid #ff4d6d;
  border-radius: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #0b1c2d;
  background: #ffffff;
  transition: all 0.3s ease;
}

/* Hover */
.industry-card:hover {
  background: linear-gradient(135deg, #0b1c2d, #0f2a44);
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(11, 28, 45, 0.3);
  border-color: #0b1c2d;
}

/* Tablet */
@media (max-width: 992px) {
  .industries-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .industries-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1f4593c */.industries {
  padding: 80px 20px;
  font-family: Arial, sans-serif;
  background: #ffffff;
}

.industries-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Card */
.industry-card {
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #ff4d6d;
  border-radius: 12px;
  padding: 28px 22px;
  text-align: center;
  color: #333;
  transition: all 0.3s ease;
}

/* Icon */
.icon-wrap {
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
  border-radius: 50%;
  border: 4px solid #cfe6ff;
  background: #f8fcff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrap img {
  width: 68px;
}

/* Text */
.industry-card h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0b1c2d;
}

.industry-card p {
  font-size: 12.5px;
  line-height: 1.6;
  color: #666;
}

/* Hover */
.industry-card:hover {
  background: #0b1c2d;
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(11,28,45,.35);
}

.industry-card:hover h4,
.industry-card:hover p {
  color: #ffffff;
}

.industry-card:hover .icon-wrap {
  border-color: #ffffff;
  background: rgba(255,255,255,0.15);
}

/* Tablet */
@media (max-width: 992px) {
  .industries-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .industries-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d303efa */.get-in-touch {
  padding: 70px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
  text-align: center;
}

/* Title bar */
.get-title {
  display: inline-block;
  background: #ffb233;
  padding: 14px 40px;
  font-size: 26px;
  font-weight: bold;
  border: 1px solid #000;
  margin-bottom: 15px;
}

/* Subtitle */
.get-subtitle {
  font-size: 15px;
  color: #666;
  margin-bottom: 50px;
}

/* Contact boxes */
.contact-boxes {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.contact-item {
  width: 33.33%;
}

.contact-item img {
  width: 48px;
  margin-bottom: 15px;
}

.contact-item h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #111;
}

.contact-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-boxes {
    flex-direction: column;
  }

  .contact-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .get-title {
    font-size: 22px;
    padding: 12px 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95b51f8 */.pre-footer {
  background: #0b1c2d;
  color: #ffffff;
  text-align: center;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.pre-footer h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.pre-footer p {
  font-size: 16px;
  margin-bottom: 25px;
  color: #d6e0ea;
}

.pre-footer-buttons a {
  display: inline-block;
  margin: 8px;
  padding: 12px 28px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
}

.pre-footer .btn-primary {
  background: #ffb233;
  color: #000;
}

.pre-footer .btn-secondary {
  border: 1px solid #ffffff;
  color: #ffffff;
}/* End custom CSS */