.elementor-1343 .elementor-element.elementor-element-23804d8{--display:flex;}.elementor-1343 .elementor-element.elementor-element-23804d8:not(.elementor-motion-effects-element-type-background), .elementor-1343 .elementor-element.elementor-element-23804d8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#001C64;}.elementor-1343 .elementor-element.elementor-element-36ddd9d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-1343 .elementor-element.elementor-element-36ddd9d:not(.elementor-motion-effects-element-type-background), .elementor-1343 .elementor-element.elementor-element-36ddd9d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#001C64;}.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-1343 .elementor-element.elementor-element-4fa7897{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-1343 .elementor-element.elementor-element-4fa7897 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:39px;font-weight:600;}.elementor-1343 .elementor-element.elementor-element-9f96c57{--display:flex;}.elementor-1343 .elementor-element.elementor-element-6f72d57{text-align:center;}.elementor-1343 .elementor-element.elementor-element-6f72d57 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:20px;font-weight:400;line-height:30px;}.elementor-1343 .elementor-element.elementor-element-882018e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1343 .elementor-element.elementor-element-169dd8c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1343 .elementor-element.elementor-element-3e781c6{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-1343 .elementor-element.elementor-element-4fa7897{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-1343 .elementor-element.elementor-element-4fa7897 .elementor-heading-title{font-size:25px;}.elementor-1343 .elementor-element.elementor-element-6f72d57 .elementor-heading-title{font-size:15px;line-height:1.6em;letter-spacing:0.2px;}}@media(min-width:768px){.elementor-1343 .elementor-element.elementor-element-9f96c57{--content-width:833px;}}@media(max-width:1366px) and (min-width:768px){.elementor-1343 .elementor-element.elementor-element-9f96c57{--content-width:759px;}}/* Start custom CSS for html, class: .elementor-element-db28344 *//* === FINAL PAYPAL-STYLE HEADER WITH MOBILE MENU === */
.paypal-style-header {
  background: white;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Container */
.header-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.logo img {
  height: 38px;
}

/* Desktop Menu */
.desktop-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-nav {
  display: flex;
  gap: 24px;
}

.header-nav a {
  color: #001c64;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

.header-buttons {
  display: flex;
  gap: 12px;
}

.btn-outline,
.btn-filled {
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-outline {
  border: 2px solid #001c64;
  color: #001c64;
  background: transparent;
}

.btn-outline:hover {
  background: #001c64;
  color: white;
}

.btn-filled {
  background: #001c64;
  color: white;
}

.btn-filled:hover {
  background: #003399;
}

/* Hamburger Icon */
.mobile-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: #001c64;
}

/* Mobile Menu Dropdown */
.mobile-menu {
  display: none;
  flex-direction: column;
  background: white;
  padding: 16px 24px;
  border-top: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.mobile-menu a {
  padding: 10px 0;
  color: #001c64;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

/* Fixed Buttons in Mobile Menu */
.mobile-menu .btn-outline,
.mobile-menu .btn-filled {
  display: block;
  padding: 12px 20px;
  border-radius: 30px;
  text-align: center;
  margin-top: 16px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.mobile-menu .btn-outline {
  border: 2px solid #001c64;
  color: #001c64;
  background: transparent;
}

.mobile-menu .btn-outline:hover {
  background: #001c64;
  color: white;
}

.mobile-menu .btn-filled {
  background: #001c64;
  color: white;
}

.mobile-menu .btn-filled:hover {
  background: #003399;
}

/* Toggle open menu */
.mobile-menu.open {
  display: flex;
}

/* Responsive Settings */
@media (max-width: 768px) {
  .desktop-menu {
    display: none;
  }

  .mobile-toggle {
    display: block;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ab6d13 */.footer {
  background: #001C64;
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  padding: 50px 20px;
  position: relative;
}

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

.footer-column {
  flex: 1 1 10px;
  margin-bottom: 30px;
}

.footer-column h3 {
  font-size: 1.4em;
  margin: 0 0 10px;
}

.footer-column h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 12px;
}

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

.footer-column ul li {
  margin: 10px 0;
  display: block;
}

.footer-column a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.6;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-column p {
  font-size: 15px;
  line-height: 1.6;
}

.logo {
  width: 40px;
  margin-bottom: 10px;
}

.trustpilot-logo {
  width: 100px;
  margin: 10px 0;
  display: block;
}

hr {
  border: none;
  border-top: 1px solid #ffffff22;
  margin: 40px auto;
  max-width: 1200px;
}

.footer-bottom {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.accepted {
  margin-bottom: 20px;
}

.accepted p {
  margin-bottom: 10px;
}

.accepted img {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 10px auto 0;
}

.whatsapp-float {
  position: fixed;
  right: 25px;
  bottom: 80px; /* Adjusted for better spacing */
  background-color: #25d366;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.whatsapp-float img {
  width: 30px;
  height: 30px;
}

/* ✅ MOBILE STYLES */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
  }

  .footer-column {
    width: 100%;
  }

  .trustpilot-logo {
    margin: 10px auto;
  }

  .footer-column ul li {
    margin: 8px 0;
  }

  .accepted img {
    max-width: 100%;
    margin: 10px auto;
  }

  .whatsapp-float {
    bottom: 25px;
  }
}/* End custom CSS */