.elementor-1095 .elementor-element.elementor-element-38dba268{--display:flex;--min-height:70vh;}.elementor-1095 .elementor-element.elementor-element-5d4dad15{--display:flex;--min-height:70vh;}.elementor-1095 .elementor-element.elementor-element-5b7fe2c{--display:flex;--min-height:70vh;}.elementor-1095 .elementor-element.elementor-element-68baa581{--display:flex;--min-height:70vh;}.elementor-1095 .elementor-element.elementor-element-465282d1{--display:flex;--min-height:70vh;}.elementor-1095 .elementor-element.elementor-element-51548756{--display:flex;--min-height:70vh;}.elementor-1095 .elementor-element.elementor-element-58fb9187{--display:flex;--min-height:70vh;}.elementor-1095 .elementor-element.elementor-element-58fb9187.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-1095 .elementor-element.elementor-element-38dba268{--content-width:100vw;}.elementor-1095 .elementor-element.elementor-element-5d4dad15{--content-width:100vw;}.elementor-1095 .elementor-element.elementor-element-5b7fe2c{--content-width:100vw;}.elementor-1095 .elementor-element.elementor-element-68baa581{--content-width:100vw;}.elementor-1095 .elementor-element.elementor-element-465282d1{--content-width:100vw;}.elementor-1095 .elementor-element.elementor-element-51548756{--content-width:100vw;}}@media(max-width:1024px) and (min-width:768px){.elementor-1095 .elementor-element.elementor-element-58fb9187{--width:946.667px;}}/* Start custom CSS for html, class: .elementor-element-243f096f *//* ===============================
   HERO CONTENT
================================ */

.b2b-hero-content {
  max-width: 580px;
  color: #ffffff;
}

.b2b-hero-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.b2b-hero-content h1 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 18px;
}

.b2b-hero-content p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 32px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-38dba268 *//* ===============================
   HERO SECTION (PARENT)
================================ */
.b2b-hero {
  width: 100%;
  background: linear-gradient(135deg, #0b2c4d 0%, #123d6a 100%);
  padding: 100px 20px;
  overflow: hidden;
}

.b2b-hero-main{
    margin: 0px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* ===============================
   HERO BUTTONS
================================ */
.b2b-hero-buttons {
  display: flex;
  gap: 20px;
  
}

.b2b-btn {
  padding: 14px 26px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.b2b-btn-primary {
  background: #ff6b00;
  color: #ffffff;
}

.b2b-btn-secondary {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.4);
  color: #ffffff;
}

.b2b-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}
/* ===============================
   HERO IMAGE
================================ */
.b2b-hero-image img {
  max-width: 100%;
  border-radius: 14px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.35);
}
/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 900px) {
  .b2b-hero-main {
    flex-direction: column;
    text-align: center;
  }

  .b2b-hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .b2b-hero-content h1 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b60eec2 *//* ===============================
   SERVICES HEADER
================================ */
.b2b-services-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.b2b-services-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0b2c4d;
  margin-bottom: 14px;
}

.b2b-services-header p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
/* ===============================
   SERVICES GRID
================================ */
.b2b-services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
/* ===============================
   SERVICE CARD
================================ */
.b2b-service-card {
  flex: 0 0 calc(33.333% - 20px);
  background: #ffffff;
  padding: 36px 28px;
  border-radius: 14px;
  text-align: center;

  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.b2b-service-card img {
  width: 80px;
  height: auto;
  margin-bottom: 18px;
  transition: transform 0.3s ease;
}

.b2b-service-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

.b2b-service-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
/* ===============================
   SERVICE CARD HOVER
================================ */
.b2b-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(0,0,0,0.15);
}

.b2b-service-card:hover img {
  transform: scale(1.08);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5d4dad15 *//* ===============================
   SERVICES SECTION (PARENT)
================================ */
.b2b-services {
  width: 100%;
  background: #f5f7fa;
  padding: 90px 20px;
}
/* ===============================
   SERVICES MAIN
================================ */
.b2b-services-main {
  max-width: 1200px;
  margin: 0 auto;
}
/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 1024px) {
  .b2b-service-card {
    flex: 0 0 calc(50% - 15px);
  }
}

@media (max-width: 600px) {
  .b2b-services {
    padding: 70px 20px;
  }

  .b2b-services-header h2 {
    font-size: 26px;
  }

  .b2b-service-card {
    flex: 0 0 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6782d044 *//* ===============================
   COUNTER HEADER
================================ */
.b2b-counter-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

.b2b-counter-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0b2c4d;
  margin-bottom: 14px;
}

.b2b-counter-header p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
/* ===============================
   COUNTER GRID
================================ */
.b2b-counter-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
/* ===============================
   COUNTER ITEM
================================ */
.b2b-counter-item {
  flex: 0 0 calc(25% - 22px);
  background: #f5f7fa;
  padding: 40px 20px;
  border-radius: 14px;
  text-align: center;
  transition: transform 0.3s ease;
}

.b2b-counter-item:hover {
  transform: translateY(-6px);
}

.b2b-counter-number {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: blue;
  margin-bottom: 8px;
}

.b2b-counter-label {
  font-size: 14px;
  color: #555;
  font-weight: 500;
}
/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 1024px) {
  .b2b-counter-item {
    flex: 0 0 calc(50% - 15px);
  }
}

@media (max-width: 600px) {
  .b2b-counter-section {
    padding: 70px 20px;
  }

  .b2b-counter-header h2 {
    font-size: 26px;
  }

  .b2b-counter-item {
    flex: 0 0 100%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5b7fe2c *//* ===============================
   COUNTER SECTION (PARENT)
================================ */
.b2b-counter-section {
  width: 100%;
  background: #ffffff;
  padding: 90px 20px;
}
/* ===============================
   COUNTER MAIN
================================ */
.b2b-counter-main {
  max-width: 1200px;
  margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e925352 *//* ===============================
   INDUSTRIES HEADER
================================ */
.b2b-industries-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

.b2b-industries-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0b2c4d;
  margin-bottom: 14px;
}

.b2b-industries-header p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
/* ===============================
   INDUSTRIES GRID
================================ */
.b2b-industries-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
/* ===============================
   INDUSTRY CARD
================================ */
.b2b-industry-card {
  flex: 0 0 calc(25% - 22px);
  background: #f5f7fa;
  padding: 32px 20px;
  border-radius: 14px;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.b2b-industry-icon {
  font-size: 36px;
  margin-bottom: 14px;
}

.b2b-industry-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
}
/* ===============================
   INDUSTRY CARD HOVER
================================ */
.b2b-industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.12);
}
/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 1024px) {
  .b2b-industry-card {
    flex: 0 0 calc(50% - 15px);
  }
}

@media (max-width: 600px) {
  .b2b-industries-section {
    padding: 70px 20px;
  }

  .b2b-industries-header h2 {
    font-size: 26px;
  }

  .b2b-industry-card {
    flex: 0 0 100%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-68baa581 *//* ===============================
   INDUSTRIES SECTION (PARENT)
================================ */
.b2b-industries-section {
  width: 100%;
  background: #ffffff;
  padding: 90px 20px;
}
/* ===============================
   INDUSTRIES MAIN
================================ */
.b2b-industries-main {
  max-width: 1200px;
  margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-683e886d *//* ===============================
   WHY HEADER
================================ */
.b2b-why-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.b2b-why-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0b2c4d;
  margin-bottom: 14px;
}

.b2b-why-header p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
/* ===============================
   WHY GRID
================================ */
.b2b-why-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
/* ===============================
   WHY CARD
================================ */
.b2b-why-card {
  flex: 0 0 calc(33.33% - 20px);
  background: #ffffff;
  padding: 36px 28px;
  border-radius: 16px;

  text-align: left;

  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.b2b-why-icon {
  font-size: 34px;
  display: inline-block;
  margin-bottom: 16px;
}

.b2b-why-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px;
}

.b2b-why-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
/* ===============================
   WHY CARD HOVER
================================ */
.b2b-why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 38px rgba(0,0,0,0.14);
}
/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 1024px) {
  .b2b-why-card {
    flex: 0 0 calc(50% - 15px);
  }
}

@media (max-width: 600px) {
  .b2b-why-section {
    padding: 70px 20px;
  }

  .b2b-why-header h2 {
    font-size: 26px;
  }

  .b2b-why-card {
    flex: 0 0 100%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-465282d1 *//* ===============================
   WHY CHOOSE PHONEBUZZ (PARENT)
================================ */
.b2b-why-section {
  width: 100%;
  background: #f5f7fa;
  padding: 90px 20px;
}
/* ===============================
   WHY MAIN
================================ */
.b2b-why-main {
  max-width: 1200px;
  margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f1c0527 *//* ===============================
   CTA CONTENT
================================ */
.b2b-cta-content {
  flex: 1;
}

.b2b-cta-content h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 16px;
}

.b2b-cta-subtext {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.95;
  margin-bottom: 24px;
}
/* ===============================
   CTA POINTS
================================ */
.b2b-cta-points {
  list-style: none;
  padding: 0;
  margin-bottom: 26px;
}

.b2b-cta-points li {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.5;
}
/* ===============================
   CTA TRUST
================================ */
.b2b-cta-trust {
  font-size: 14px;
  opacity: 0.85;
}
/* ===============================
   CTA FORM
================================ */
.b2b-cta-form {
  flex: 1;
  background: #ffffff;
  padding: 10px;
  border-radius: 16px;

  box-shadow: 0 25px 60px rgba(0,0,0,0.35);
  color: #111;
}
/* ===============================
   CF7 BASE STYLING
================================ */
.b2b-cta-form input,
.b2b-cta-form select,
.b2b-cta-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}
.b2b-cta-form textarea{
    height: 100px;
}

.b2b-cta-form input:focus,
.b2b-cta-form textarea:focus {
  outline: none;
  border-color: #0b2c4d;
}

.b2b-cta-form input[type="submit"] {
  background: #0b2c4d;
  color: #ffffff;
  border: none;
  padding: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.b2b-cta-form input[type="submit"]:hover {
  background: #083055;
}
/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 900px) {
  .b2b-cta-main {
    flex-direction: column;
    gap: 40px;
  }

  .b2b-cta-content h2 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .b2b-cta-section {
    padding: 40px 20px;
  }

  .b2b-cta-form {
    padding: 10px 24px;
  }
}
.b2b-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.b2b-popup-box {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  max-width: 520px;
  width: 90%;
  animation: fadeUp .4s ease;
}
.b2b-close {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  font-size: 24px;
}
@keyframes fadeUp {
  from { opacity:0; transform: translateY(20px);}
  to { opacity:1; transform: translateY(0);}
}
/* Animation base */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity .8s ease, transform .8s ease;
}

/* When visible */
.animate-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-51548756 *//* ===============================
   B2B CTA SECTION (PARENT)
================================ */
.b2b-cta-section {
  width: 100%;
  background: linear-gradient(135deg, #0b2c4d, #0e3a66);
  padding: 100px 20px;
  color: #ffffff;
}
/* ===============================
   B2B CTA MAIN
================================ */
.b2b-cta-main {
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  gap: 60px;
  align-items: center;
}
/* ===== INLINE FORM SECTION ===== */
.b2b-inline-form-section {
  padding: 20px 20px;
  background: transparent;
  display: flex;
  justify-content: center;
}

/* Wrapper */
.b2b-inline-form-wrapper {
  background: #ffffff;
  max-width: 460px;
  width: 100%;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,.12);
  text-align: center;
}

/* Heading */
.b2b-inline-form-wrapper h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #0f172a;
}

/* Subtext */
.b2b-inline-form-wrapper p {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 22px;
}

/* Inputs */
.b2b-inline-form input,
.b2b-inline-form textarea,
.b2b-inline-form select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #f9fbff;
  font-size: 14px;
  transition: all .25s ease;
}
.b2b-inline-form textarea{
    height: 100px;
}
/* Focus */
.b2b-inline-form input:focus,
.b2b-inline-form textarea:focus {
  outline: none;
  border-color: #1e5eff;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(30,94,255,.12);
}

/* Button */
.b2b-inline-form input[type="submit"] {
  background: linear-gradient(135deg,#1e5eff,#003ea8);
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 13px;
  border-radius: 12px;
  cursor: pointer;
  transition: all .3s ease;
}

/* Hover */
.b2b-inline-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(30,94,255,.4);
}

/* CF7 spacing */
.b2b-inline-form .wpcf7-form p {
  margin-bottom: 14px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-251190ed *//* ===============================
   FAQ HEADER
================================ */
.b2b-faq-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.b2b-faq-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0b2c4d;
  margin-bottom: 14px;
}

.b2b-faq-header p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
/* ===============================
   FAQ WRAP
================================ */
.b2b-faq-wrap {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
/* ===============================
   FAQ COLUMN
================================ */
.b2b-faq-column {
  flex: 2;
}

.b2b-faq-item {
  margin-bottom: 26px;
}

.b2b-faq-item h3 {
  font-size: 17px;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px;
}

.b2b-faq-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
/* ===============================
   TRUST CARD
================================ */
.b2b-trust-column {
  flex: 1;
}

.b2b-trust-card {
  background: #f5f7fa;
  padding: 34px 28px;
  border-radius: 16px;
}

.b2b-trust-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #0b2c4d;
}

.b2b-trust-card ul {
  list-style: none;
  padding: 0;
}

.b2b-trust-card li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
}
/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 900px) {
  .b2b-faq-wrap {
    flex-direction: column;
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .b2b-faq-section {
    padding: 70px 20px;
  }

  .b2b-faq-header h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-58fb9187 *//* ===============================
   FAQ SECTION (PARENT)
================================ */
.b2b-faq-section {
  width: 100%;
  background: #ffffff;
  padding: 90px 20px;
}
/* ===============================
   FAQ MAIN
================================ */
.b2b-faq-main {
  max-width: 1200px;
  margin: 0 auto;
}/* End custom CSS */