/* Reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Body + fonts */
body {
  font-family: 'Poppins', sans-serif;
  color: #212121;
  background-color: #fff;
  line-height: 1;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 0px solid #e0e0e0;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px 0;
}

.logo img {
  height: 85px;
}

/* Navigation */
.main-nav ul {
  list-style: none;
  display: flex;
}

.main-nav li+li {
  margin-left: 30px;
}

.main-nav a {
  color: #212121;
  font-size: 16px;
  padding: 8px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.main-nav a:hover {
  color: #0056b3;
}

/* Header CTA button */
.btn.header-cta {
  background: #ffca09;
  color: #063060;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background 0.3s ease;
  text-decoration: none;
}

/* Hero */
.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
  flex-wrap: wrap;
  margin-bottom: 120px;
}

.hero-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.hero-text {
  flex: 1 1 450px;
}

.hero-text h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #063060;
}

.hero-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  margin-bottom: 35px;
  margin-top: 20px;
  color: #636d76;
  line-height: 1.5;
}

.primary-btn {
  background: #ffca09;
  color: #063060;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  transition: background 0.3s ease;
}

.primary-btn:hover {
  background: #063060;
  color: white;
}

.hero-image {
  text-align: right;
}

.hero-image img {
  max-width: 100%;
  height: 600px;
  display: block;
  padding: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    padding: 40px 0;
  }

  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .hero-image {
    text-align: center;
  }

  .main-nav {
    display: none;
    /* Mobile menu not included */
  }
}

.b2b-success-section {
  background-color: #021843;
  color: white;
  padding: 120px 20px;
  text-align: left;
}

.b2b-success-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.b2b-success-section h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 48px;
  margin-top: -20px;
  margin-bottom: 30px;
}

.b2b-success-section p {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

/* Our Solutions Section */
.solutions-section {
  padding: 60px 20px;
  background-color: #fff;
}

.solutions-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.solutions-left {
  flex: 1 1 50%;
}

.solutions-right {
  flex: 1 1 45%;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #014e89;
  margin-bottom: 30px;
}

.solutions-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #182433;
  margin-bottom: 20px;
}

.solutions-text {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #636d76;
}

.solutions-image {
  max-width: 100%;
  height: 400px;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .solutions-container {
    flex-direction: column;
    text-align: center;
  }

  .solutions-left,
  .solutions-right {
    flex: 1 1 100%;
  }

  .section-title {
    font-size: 28px;
  }

  .solutions-heading {
    font-size: 24px;
  }
}

/* Telemarketing Section */
.telemarketing-section {
  background-color: #f7fbfd;
  padding: 20px 20px;
}

.telemarketing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.telemarketing-left {
  flex: 1 1 50%;
}

.telemarketing-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #182433;
  margin-bottom: 20px;
}

.telemarketing-text {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #636d76;
}

.telemarketing-right {
  flex: 1 1 45%;
  text-align: center;
}

.telemarketing-image {
  max-width: 100%;
  height: 300px;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .telemarketing-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .telemarketing-left,
  .telemarketing-right {
    flex: 1 1 100%;
  }

  .telemarketing-heading {
    font-size: 24px;
  }
}

/* Appointment Setting Section */
.appointment-section {
  background-color: #ffffff;
  padding: 60px 20px;
}

.appointment-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.appointment-left {
  flex: 1 1 50%;
  text-align: center;
}

.appointment-image {
  max-width: 100%;
  height: 400px;
  display: block;
}

.appointment-right {
  flex: 1 1 45%;
}

.appointment-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #182433;
  margin-bottom: 20px;
}

.appointment-text {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #636d76;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .appointment-container {
    flex-direction: column;
    text-align: center;
  }

  .appointment-left,
  .appointment-right {
    flex: 1 1 100%;
  }

  .appointment-heading {
    font-size: 24px;
  }
}

/* B2B Event Attendees Section */
.event-section {
  background-color: #f6f9fc;
}

.event-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.event-left {
  flex: 1 1 45%;
}

.event-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #182433;
  margin-bottom: 20px;
}

.event-text {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #636d76;
  line-height: 1.6;
}

.event-right {
  flex: 1 1 50%;
  text-align: center;
}

.event-image {
  max-width: 100%;
  height: 400px;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .event-container {
    flex-direction: column;
    text-align: center;
  }

  .event-left,
  .event-right {
    flex: 1 1 100%;
  }

  .event-heading {
    font-size: 24px;
  }
}

.section-wrapper {
  padding: 80px 20px;
  text-align: center;
}

.why-trust-section {
  padding: 80px 20px;
  background-color: #ffffff;
  text-align: center;
}

.trust-title {
  color: #014e89;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  font-family: 'Poppins', sans-serif;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  max-width: 800px;
  margin: 0px auto;
  text-align: left;
}

.trust-item {
  display: flex;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(30px);
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.trust-item.fade-left {
  animation-name: fadeInLeft;
}

.trust-item.fade-right {
  animation-name: fadeInRight;
}

.trust-number {
  background-color: #ffca09;
  color: #011842;
  font-size: 40px;
  padding: 10px 16px;
  margin-right: 16px;
  font-family: 'Poppins', sans-serif;
  flex-shrink: 0;
}

.trust-content-2 h4 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #014e89;
  font-weight: 600;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
}

.trust-content-2 p {
  margin-top: 15px;
  margin-left: -90px;
  color: #014e89;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
}

.trust-content-1 h4 {
  padding-top: 20px;
  font-size: 20px;
  color: #014e89;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.trust-content-1 p {
  margin-top: 40px;
  margin-left: -90px;
  color: #014e89;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
}

/* Animations */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Trigger animations when in view */
.trust-item.in-view {
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-item {
    flex-direction: row;
  }

  /* CTA section */
}

.cta-section {
  background-color: #001848;
  /* Deep navy blue */
  padding: 60px 20px;
  text-align: center;
}

.cta-container {
  max-width: 960px;
  margin: 0 auto;
}

.cta-heading {
  color: white;
  font-size: 40px;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  line-height: 1.4;
  margin-bottom: 40px;
}

.cta-button {
  background-color: #ffca09;
  color: #001848;
  padding: 12px 34px;
  font-weight: 600;
  font-size: 16x;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background-color: #e6b800;
}

/* Footer Section */
.footer {
  background-color: #2e3033;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  padding-top: 40px;
  padding-bottom: 140px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.footer-left {
  max-width: 30%;
  min-width: 250px;
}

.footer-logo {
  width: 200px;
  margin-bottom: 20px;
}

.footer-contact p {
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.5;
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin: 20px 0;
}

.footer-socials img {
  width: 40px;
  height: 40px;
  margin: 5px 0;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.footer-badges img {
  height: 80px;
  max-width: 100px;
}

.footer-right {
  flex: 1;
  max-width: 65%;
  padding: 80px 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 100px;
}

.footer-col h4 {
  font-size: 15px;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
  align-items: center;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
  font-size: 14px;
  text-align: left;
  align-items: center;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #ffd700
}

.footer-col p {
  font-size: 14px;
  line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-left,
  .footer-right {
    max-width: 100%;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-socials {
    justify-content: start;
  }

  .footer-badges {
    justify-content: start;
  }

  /* Footer-Bottom Section */
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0px solid rgba(255, 255, 255, 0.1);
  padding: 20px 40px;
  background-color: #292b2e;
  color: #fff;
  font-size: 14px;
  flex-wrap: wrap;
}

.footer-bottom a {
  color: #fff;
  margin-left: 20px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-bottom a:hover {
  color: #ffd700;
  /* Highlight on hover */
}

.footer-bottom-left {
  margin: 0px auto;
}

.footer-bottom-right {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 auto;
  margin-right: 25%;
}

/* Responsive Bottom Bar */
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-bottom-right {
    margin-top: 5px;
  }


}

@media screen and (min-width: 768px) {
  .hs-form-wrapper-main {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    border-radius: .5rem;
    box-shadow: 0 50px 100px -20px #32325d40, 0 30px 60px -30px #0000004d, 0 -18px 60px -10px #00000008;
  }
}

/** New Form Styles (HubSpot) **/
.hsfc-CheckboxFieldGroup__Options div {
  position: relative;
}

.hsfc-CheckboxFieldGroup__Options .hsfc-CheckboxInput {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.hsfc-CheckboxFieldGroup__Options label {
  display: block;
  padding: 16px 20px;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  background-color: #fff;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  z-index: 1;
}

.hsfc-FieldLabel:hover label {
  border-color: #4a90e2;
  background-color: #f8fbff;
}

.hsfc-CheckboxFieldGroup__Options label:hover {
  border-color: #4a90e2;
  background-color: #f8fbff;
}

.hsfc-CheckboxFieldGroup__Options~.hsfc-CheckboxInput:checked {
  border-color: #4a90e2;
  background-color: #4a90e2;
  color: white;
}


.hsfc-CheckboxFieldGroup__Options label:has(.hsfc-CheckboxInput:checked) {
  border-color: #4a90e2;
  background-color: #4a90e2;
  color: white;
}

.hsfc-CheckboxFieldGroup__Options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.hsfc-FieldLabel {
  font-weight: 600;
}

input[name="0-1/cbox_promotional_consent"]+span,
input[name="0-1/cbox_toc"]+span {
  font-weight: 500;
  font-size: 14px;
  color: #636d76;
}