.elementor-28226 .elementor-element.elementor-element-ae1486e{--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;--margin-top:-84px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-28226 .elementor-element.elementor-element-e959c2f{--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-28226 .elementor-element.elementor-element-270b70c{--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-28226 .elementor-element.elementor-element-e4a15fd{--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;--margin-top:-22px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-28226 .elementor-element.elementor-element-253ae1c{--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;--margin-top:-22px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-28226 .elementor-element.elementor-element-c78636b{--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;--margin-top:-28px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-28226 .elementor-element.elementor-element-baa7284{--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;--margin-top:-28px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-28226 .elementor-element.elementor-element-ef6bcb1{--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;--margin-top:-28px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-28226 .elementor-element.elementor-element-a590f8e{--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;--margin-top:-28px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-28226 .elementor-element.elementor-element-ae1486e{--width:1600px;}}/* Start custom CSS for html, class: .elementor-element-74b57af *//* ========================= */
/* HERO SECTION */
/* ========================= */
.hero-premium {
  padding: 100px 20px;
  background: linear-gradient(135deg, #0b1c6d, #1a2f8a);
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* GLOW EFFECT */
.hero-premium::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,215,0,0.15), transparent);
  top: -150px;
  right: -150px;
  pointer-events: none;
}

/* CONTAINER */
.hero-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
  align-items: center;
}

/* LEFT */
.hero-left {
  flex: 1;
}

.hero-left h1 {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.hero-left h1 span {
  color: #ffd700;
}

.hero-left p {
  font-size: 16px;
  color: #dbe2ff;
  max-width: 520px;
}

/* TAGS */
.hero-tags {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-tags span {
  background: rgba(255,255,255,0.1);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
}

/* CONTACT */
.hero-contact {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* BUTTONS */
.call-btn {
  background: linear-gradient(135deg, #ffd700, #caa300);
  color: #000;
  padding: 10px 18px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.email-btn {
  background: rgba(255,255,255,0.1);
  padding: 10px 18px;
  border-radius: 25px;
  color: #fff !important;
  text-decoration: none;
  transition: 0.3s;
}

/* 🔥 HOVER FIX (FINAL) */
.call-btn:hover,
.email-btn:hover {
  color: #fff !important;
}

/* RIGHT */
.hero-right {
  flex: 1;
}

/* FORM */
.form-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(18px);
  padding: 25px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

.form-card h3 {
  margin-bottom: 12px;
  color: #ffd700;
}

/* FORM INPUT FIX */
.form-shortcode input,
.form-shortcode select,
.form-shortcode button {
  width: 100%;
  margin-bottom: 8px;
}

/* ========================= */
/* 📱 TABLET */
/* ========================= */
@media (max-width: 992px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-left p {
    margin: auto;
  }

  .hero-contact {
    justify-content: center;
  }
}

/* ========================= */
/* 📱 MOBILE */
/* ========================= */
@media (max-width: 600px) {

  .hero-premium {
    padding: 70px 15px;
  }

  .hero-left h1 {
    font-size: 26px;
  }

  .hero-left p {
    font-size: 14px;
  }

  .hero-tags span {
    font-size: 11px;
    padding: 5px 10px;
  }

  .call-btn,
  .email-btn {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }

  .form-card {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e45b165 */.seo-ultra {
  padding: 90px 20px;
  background: #ffffff;
}

.seo-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 50px;
  align-items: center;
}

/* LEFT */
.seo-left h2 {
  font-size: 32px;
  color: #0b1c6d;
  margin-bottom: 12px;
}

.seo-intro {
  font-size: 15.5px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* POINTS */
.seo-points {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.seo-point h4 {
  font-size: 16px;
  color: #1a2f8a;
  margin-bottom: 4px;
}

.seo-point p {
  font-size: 14px;
  color: #666;
}

/* RIGHT CARD */
.seo-card {
  background: linear-gradient(135deg, #1a2f8a, #0b1c6d);
  padding: 28px;
  border-radius: 18px;
  color: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.seo-card h3 {
  margin-bottom: 15px;
  color: #ffd700;
}

/* LIST */
.seo-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.seo-card ul li {
  margin-bottom: 8px;
  font-size: 14px;
}

/* BUTTON */
.seo-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #ffd700;
  color: #000;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

/* HOVER FIX */
.seo-btn:hover {
  color: #fff !important;
}

/* ========================= */
/* 📱 RESPONSIVE */
/* ========================= */
@media (max-width: 992px) {
  .seo-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .seo-right {
    order: -1;
  }
}

@media (max-width: 600px) {

  .seo-ultra {
    padding: 60px 15px;
  }

  .seo-left h2 {
    font-size: 24px;
  }

  .seo-intro {
    font-size: 14px;
  }

  .seo-card {
    padding: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bf6d091 */.routes-ultra {
  padding: 100px 20px;
  background: linear-gradient(180deg, #f6f8ff, #eef2ff);
}

.routes-wrapper {
  max-width: 1200px;
  margin: auto;
}

/* GRID */
.routes-grid-ultra {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* CARD */
.route-ultra {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px;
  border-radius: 14px;
  background: #ffffff;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* LEFT TEXT */
.route-left h4 {
  font-size: 17px;
  color: #0b1c6d;
  margin-bottom: 4px;
}

.route-left p {
  font-size: 13px;
  color: #666;
}

/* ARROW */
.route-arrow {
  font-size: 18px;
  color: #1a2f8a;
  transition: 0.3s;
}

/* HOVER */
.route-ultra:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  border-color: rgba(26,47,138,0.2);
}

/* HOVER LINE */
.route-ultra::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #1a2f8a, #ffd700);
  transition: 0.4s;
}

.route-ultra:hover::before {
  width: 100%;
}

/* ARROW MOVE */
.route-ultra:hover .route-arrow {
  transform: translateX(6px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .routes-grid-ultra {
    grid-template-columns: 1fr;
  }
}
/* ========================= */
/* TABLET FIX */
/* ========================= */
@media (max-width: 992px) {

  .routes-ultra {
    padding: 80px 18px;
  }

  .routes-grid-ultra {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .route-ultra {
    padding: 18px 20px;
  }

  .route-left h4 {
    font-size: 16px;
  }
}

/* ========================= */
/* MOBILE FIX */
/* ========================= */
@media (max-width: 600px) {

  .routes-ultra {
    padding: 60px 14px;
  }

  .routes-wrapper {
    max-width: 100%;
  }

  .routes-grid-ultra {
    gap: 14px;
  }

  .route-ultra {
    padding: 16px 16px;
  }

  .route-left h4 {
    font-size: 14.5px;
    line-height: 1.3;
  }

  .route-left p {
    font-size: 12.5px;
  }

  .route-arrow {
    font-size: 14px;
  }
}

/* ========================= */
/* EXTRA SAFETY */
/* ========================= */
.route-ultra {
  width: 100%;
  box-sizing: border-box;
}
/* ========================= */
/* GLOBAL HEADING FIX */
/* ========================= */

h1, h2, h3, h4 {
  line-height: 1.35;
  margin-bottom: 10px;
}

/* HERO HEADING */
.hero-left h1 {
  line-height: 1.35;
  margin-bottom: 14px;
}

/* SEO SECTION */
.seo-left h2 {
  line-height: 1.35;
  margin-bottom: 12px;
}

/* ROUTES */
.route-left h4 {
  line-height: 1.35;
}

/* VEHICLE */
.vehicle-info h3 {
  line-height: 1.35;
}

/* ========================= */
/* 📱 MOBILE FIX */
/* ========================= */
@media (max-width: 600px) {

  h1 {
    line-height: 1.4;
  }

  h2 {
    line-height: 1.4;
  }

  h3 {
    line-height: 1.35;
  }

  h4 {
    line-height: 1.35;
  }

}
/* ========================= */
/* MOBILE HEADING SIZE FIX */
/* ========================= */

@media (max-width: 600px) {

  h1 {
    font-size: 26px !important;
  }

  h2 {
    font-size: 22px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  h4 {
    font-size: 15px !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75b32aa *//* SECTION */
.serve-pro {
  padding: 100px 20px;
  background: linear-gradient(180deg, #ffffff, #f4f7ff);
}
/* ========================= */

.serve-main {
  color: #fff !important;
}

.serve-main h3,
.serve-main p,
.serve-main ul li {
  color: #fff !important;
}

/* ========================= */
/* CHECK ICON FIX */
/* ========================= */

.serve-main ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.serve-main ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  color: #fff !important;
  font-size: 14px;
}

/* CUSTOM CHECK ICON */
.serve-main ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffd700; /* golden tick */
  font-size: 14px;
}
.serve-main ul li {
  opacity: 0.9;
}

.serve-container {
  max-width: 1200px;
  margin: auto;
}

/* GRID */
.serve-pro-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px;
}

/* LEFT MAIN BLOCK */
.serve-main {
  background: #0b1c6d;
  color: #fff;
  padding: 30px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}

.serve-main::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255,215,0,0.2), transparent);
  top: -100px;
  right: -100px;
}

/* CONTENT */
.serve-main h3 {
  font-size: 22px;
  margin-bottom: 10px;
}


.serve-main p {
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.serve-main ul {
  padding: 0;
  list-style: none;
}

.serve-main ul li {
  font-size: 14px;
  margin-bottom: 6px;
}

/* RIGHT SIDE STACK */
.serve-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.serve-box {
  background: #ffffff;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.05);
  transition: 0.3s;
}

.serve-box h4 {
  color: #0b1c6d;
  margin-bottom: 5px;
  font-size: 16px;
}

.serve-box p {
  font-size: 13.5px;
  color: #555;
}

/* HOVER */
.serve-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* ========================= */
/* TABLET */
/* ========================= */
@media (max-width: 992px) {
  .serve-pro-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================= */
/* MOBILE */
/* ========================= */
@media (max-width: 600px) {

  .serve-pro {
    padding: 70px 15px;
  }

  .serve-main {
    padding: 22px;
  }

  .serve-main h3 {
    font-size: 18px;
  }

  .serve-box {
    padding: 16px;
  }

  .serve-box h4 {
    font-size: 14.5px;
  }

  .serve-box p {
    font-size: 12.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71d6efb *//* SECTION */
.coverage-pro {
  padding: 100px 20px;
  background: #ffffff;
}

.coverage-container {
  max-width: 1200px;
  margin: auto;
  
}

/* ========================= */
/* FORCE WHITE TEXT (COVERAGE BOX) */
/* ========================= */

.coverage-highlight,
.coverage-highlight * {
  color: #ffffff !important;
}

/* headings thoda highlight */
.coverage-highlight h4 {
  color: #ffd700 !important;
}

/* features text */
.coverage-features span {
  color: #ffffff !important;
}

/* LAYOUT */
.coverage-layout {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  
}

/* LEFT */
.coverage-left h3 {
  font-size: 22px;
  color: #0b1c6d;
  margin-bottom: 10px;
  
}

.coverage-left p {
  font-size: 14.5px;
  color: #555;
  margin-bottom: 20px;
}

/* COLUMNS */
.coverage-columns {
  display: flex;
  gap: 40px;
}

.coverage-columns ul {
  list-style: none;
  padding: 0;
}

.coverage-columns ul li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

/* RIGHT */
.coverage-highlight {
  background: linear-gradient(135deg, #1a2f8a, #0b1c6d);
  padding: 30px;
  border-radius: 18px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* glow */
.coverage-highlight::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(255,215,0,0.2), transparent);
  top: -80px;
  right: -80px;
}

.coverage-highlight h4 {
  margin-bottom: 10px;
}

.coverage-highlight p {
  font-size: 14px;
  margin-bottom: 15px;
}

/* FEATURES */
.coverage-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.coverage-features span {
  background: rgba(255,255,255,0.1);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
}

/* ========================= */
/* TABLET */
/* ========================= */
@media (max-width: 992px) {
  .coverage-layout {
    grid-template-columns: 1fr;
  }
}

/* ========================= */
/* MOBILE */
/* ========================= */
@media (max-width: 600px) {

  .coverage-pro {
    padding: 70px 15px;
  }

  .coverage-left h3 {
    font-size: 18px;
  }

  .coverage-columns {
    flex-direction: column;
    gap: 10px;
  }

  .coverage-highlight {
    padding: 22px;
  }

  .coverage-highlight p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf67d66 */.vehicle-client {
  padding: 100px 20px;
  background: #f7f9ff;
}

.vehicle-wrapper {
  max-width: 1100px;
  margin: auto;
}

/* GRID */
.vehicle-grid-client {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

/* BOX */
.vehicle-box {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.05);
  transition: 0.3s;
}

/* IMAGE AREA */
.vehicle-image {
  height: 180px;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* PLACEHOLDER */
.img-placeholder {
  color: #999;
  font-size: 14px;
}

/* INFO */
.vehicle-info {
  padding: 22px;
}

.vehicle-info h3 {
  color: #0b1c6d;
  margin-bottom: 4px;
}

.vehicle-sub {
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
}

/* LIST */
.vehicle-info ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.vehicle-info ul li {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
}

/* BUTTON */
.vehicle-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #1a2f8a;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s;
}

.vehicle-btn:hover {
  background: #0b1c6d;
  color: #fff;
}

/* HOVER */
.vehicle-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .vehicle-grid-client {
    grid-template-columns: 1fr;
  }
}

/* DEFAULT */
.vehicle-btn {
  background: #1a2f8a;
  color: #fff !important;
}

/* HOVER */
.vehicle-btn:hover {
  background: #0b1c6d;
  color: #fff !important;
}

/* ACTIVE / CLICK */
.vehicle-btn:active {
  color: #fff !important;
}

/* FOCUS */
.vehicle-btn:focus {
  color: #fff !important;
  outline: none;
}

/* FORCE ALL STATES */
.vehicle-btn,
.vehicle-btn:hover,
.vehicle-btn:focus,
.vehicle-btn:active {
  color: #fff !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-560566e *//* ========================= */
/* SECTION */
/* ========================= */
.why-ultra {
  padding: 90px 20px;
  background: #f7f9ff;
}

.why-wrapper {
  max-width: 1100px;
  margin: auto;
}

/* ========================= */
/* GRID */
/* ========================= */
.why-grid {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

/* ITEM */
.why-item {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.05);
  transition: 0.3s;
}

.why-item h4 {
  font-size: 16px;
  color: #0b1c6d;
  margin-bottom: 5px;
  line-height: 1.35;
}

.why-item p {
  font-size: 13.5px;
  color: #555;
}

/* HOVER */
.why-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.07);
}

/* ========================= */
/* CTA */
/* ========================= */
.why-cta {
  margin-top: 30px;
  text-align: center;
}

.why-btn {
  display: inline-block;
  padding: 11px 26px;
  background: linear-gradient(135deg, #ffd700, #caa300);
  color: #000;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

/* HOVER FIX */
.why-btn:hover {
  color: #fff !important;
}

/* ========================= */
/* TABLET */
/* ========================= */
@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================= */
/* MOBILE */
/* ========================= */
@media (max-width: 600px) {

  .why-ultra {
    padding: 60px 15px;
  }

  .why-item {
    padding: 16px;
  }

  .why-item h4 {
    font-size: 14.5px;
  }

  .why-item p {
    font-size: 12.5px;
  }

  .why-btn {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7813b66 *//* SECTION */
.faq-ultra {
  padding: 90px 20px;
  background: #ffffff;
}

.faq-wrapper {
  max-width: 900px;
  margin: auto;
}

/* ITEM */
.faq-item {
  border-bottom: 1px solid #eee;
}

/* QUESTION */
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 16px 10px;
  font-size: 15px;
  font-weight: 600;
  color: #0b1c6d;
  cursor: pointer;
  transition: 0.3s;
}
.faq-question,
.faq-question:hover,
.faq-question:focus {
  color: #0b1c6d !important;
}

/* HOVER FIX */
.faq-question:hover {
  color: #1a2f8a;
}

/* ANSWER */
.faq-answer {
  display: none;
  padding: 0 10px 14px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* ACTIVE */
.faq-item.active .faq-answer {
  display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e78c98f *//* SECTION */
.cta-ultra {
  padding: 110px 20px;
  background: linear-gradient(135deg, #0b1c6d, #1a2f8a);
  position: relative;
  overflow: hidden;
}
.cta-box,
.cta-box * {
  color: #ffffff !important;
}

/* heading highlight */
.cta-box h2 {
  color: #ffffff !important;
}

/* paragraph soft contrast */
.cta-box p {
  color: #dbe2ff !important;
}
/* GLOW */
.cta-ultra::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,215,0,0.2), transparent);
  top: -120px;
  right: -120px;
}

/* CONTAINER */
.cta-container {
  max-width: 900px;
  margin: auto;
}

/* BOX */
.cta-box {
  text-align: center;
  color: #fff;
}

/* HEADING */
.cta-box h2 {
  font-size: 34px;
  margin-bottom: 12px;
  line-height: 1.35;
}

/* TEXT */
.cta-box p {
  font-size: 15.5px;
  color: #dbe2ff;
  max-width: 650px;
  margin: auto;
}

/* POINTS */
.cta-points {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-points span {
  background: rgba(255,255,255,0.1);
  padding: 8px 14px;
  border-radius: 25px;
  font-size: 13px;
}

/* ACTIONS */
.cta-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* BUTTON */
.cta-btn {
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

/* PRIMARY */
.cta-btn.primary {
  background: linear-gradient(135deg, #ffd700, #caa300);
  color: #000;
}

/* SECONDARY */
.cta-btn.secondary {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

/* 🔥 HOVER FIX */
.cta-btn:hover {
  color: #fff !important;
}

/* ========================= */
/* TABLET */
/* ========================= */
@media (max-width: 900px) {
  .cta-box h2 {
    font-size: 28px;
  }
}

/* ========================= */
/* MOBILE */
/* ========================= */
@media (max-width: 600px) {

  .cta-ultra {
    padding: 80px 15px;
  }

  .cta-box h2 {
    font-size: 22px;
  }

  .cta-box p {
    font-size: 14px;
  }

  .cta-btn {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }
}/* End custom CSS */