
.partner_banner_section {
  background-image: url("https://xelansmarkets.com/assets/images/news/banner1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 700px;
  width: 100%;

  box-sizing: border-box;
}

/* ===============================
   Banner Content
================================ */
.banner_content {
  text-align: left;
  color: #ffffff;
}

/* ===============================
   Heading
================================ */
.banner_content h1 {
  font-size: 50px;
  max-width: 900px;
  margin-bottom: 16px;
  line-height: 1.2;
}

/* ===============================
   Paragraph
================================ */
.banner_content p {
  font-size: 20px;
  margin-bottom: 32px;
  max-width: 700px;
  line-height: 1.6;
}

/* ===============================
   Buttons Wrapper
================================ */
.banner_buttons {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* ===============================
   Buttons
================================ */
.btn_primary,
.btn_secondary {
  padding: 12px 32px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  color: black;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn_primary {
  background: linear-gradient(
    30deg,
    #de9f17 2%,
    #cf9a15 31%,
    #fff68a 68%,
    #ffcf45 96%
  );
  color: #000000;
}

.btn_primary:hover {
  background-color: #0056b3;
}

.btn_secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.btn_secondary:hover {
  background-color: #ffffff;
  color: #000000;
}

/* ===============================
   Responsive – Large Tablets
================================ */
@media (max-width: 1024px) {
  .partner_banner_section {
    height: 600px;
    padding: 50px 40px;
  }

  .banner_content h1 {
    font-size: 40px;
  }

  .banner_content p {
    font-size: 18px;
  }
}

/* ===============================
   Responsive – Tablets
================================ */
@media (max-width: 768px) {
  .partner_banner_section {
    height: auto;
    padding: 140px 0px;
  }

  .banner_content h1 {
    font-size: 32px;
  }

  .banner_content p {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .banner_buttons {
    gap: 12px;
  }
}

/* ===============================
   Responsive – Mobile
================================ */
@media (max-width: 480px) {
  .partner_banner_section {
    padding: 100px 0px;
  }

  .banner_content h1 {
    font-size: 26px;
  }

  .banner_content p {
    font-size: 15px;
  }

  .banner_buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn_primary,
  .btn_secondary {
    width: 100%;
    text-align: center;
  }
}

/* ---------------------------- partner ABOUT css----------------------------   */

/* ===============================
   Section
================================ */
.vp-program-section {
  padding: 50px 0;
  overflow: hidden;
}

/* ===============================
   Main Container
================================ */
.vp-main-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;

  flex-wrap: nowrap;
}

/* ===============================
   Image Frame
================================ */
.vp-image-frame {
  width: 100%;
  max-width: 500px;
  flex-shrink: 0;
}

.vp-image-frame img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===============================
   Content Wrapper
================================ */
.vp-content-wrapper {
  flex: 1;
}

/* ===============================
   Headline
================================ */
.vp-main-headline {
  font-size: 45px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 25px;
  line-height: 1.2;
}

/* ===============================
   Description
================================ */
.vp-content-desc {
  font-size: 18px;
  color: var(--vp-text-gray);
  line-height: 1.65;
  margin-bottom: 20px;
  font-weight: 400;
}

/* ===============================
   Responsive – Tablets & Small Laptops
================================ */
@media (max-width: 991px) {
  .vp-main-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .vp-image-frame {
    max-width: 420px;
  }

  .vp-main-headline {
    font-size: 32px;
  }
}

/* ===============================
   Responsive – Mobile
================================ */
@media (max-width: 576px) {
  .vp-program-section {
    padding: 40px 0px;
  }

  .vp-main-headline {
    font-size: 26px;
  }

  .vp-content-desc {
    font-size: 16px;
  }
}

/* --------------------------------partner services css------------------------------- */

/* -----------------------------------------step process secton css ------------------------------------------ */

/* ===============================
   Section Wrapper
================================ */
.vntg-how-section {
  position: relative;
  width: 100%;
  padding: 50px 0;
  background-image: url("/assets/images/Trade-With-Confidance.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Disable fixed bg on iOS */
@supports (-webkit-touch-callout: none) {
  .vntg-how-section {
    background-attachment: scroll;
  }
}

/* ===============================
   Dark Overlay
================================ */
.vntg-overlay-mask {
  position: absolute;
  inset: 0;
  background: rgba(37, 37, 37, 0.7);
  z-index: 1;
}

/* ===============================
   Main Content Wrapper
================================ */
.vntg-main-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  text-align: center;
}

/* ===============================
   Heading
================================ */
.vntg-top-heading {
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 50px;
}

/* ===============================
   Steps Layout (Desktop)
================================ */
.vntg-steps-flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: nowrap;
}

/* ===============================
   Step Column
================================ */
.vntg-step-column {
  flex: 1;
  min-width: 220px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* ===============================
   Step Badge
================================ */
.vntg-step-badge {
  width: 50px;
  height: 50px;
  background: linear-gradient(
    30deg,
    #de9f17 2%,
    #cf9a15 31%,
    #fff68a 68%,
    #ffcf45 96%
  );
  color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(229, 100, 52, 0.3);
  flex-shrink: 0;
}

/* ===============================
   Step Title
================================ */
.vntg-step-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* ===============================
   Step Description
================================ */
.vntg-step-info {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  max-width: 320px;
}

.vntg-step-info a {
  color: #ffffff;
  text-decoration: underline;
}

/* ===============================
   Arrow Separator
================================ */
.vntg-arrow-spacer {
  padding-top: 15px;
  color: rgba(236, 208, 130, 0.2);
  font-size: 18px;
  flex-shrink: 0;
}

/* ===============================
   Large Screens (1440px+)
================================ */
@media (min-width: 1440px) {
  .vntg-main-wrapper {
    max-width: 1320px;
  }
}

/* ===============================
   Tablets & Small Laptops
================================ */
@media (max-width: 992px) {
  .vntg-arrow-spacer {
    display: none;
  }

  .vntg-steps-flexbox {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .vntg-step-column {
    align-items: center;
    text-align: center;
  }

  .vntg-step-info {
    max-width: 100%;
  }

  .vntg-top-heading {
    font-size: 32px;
  }
}

/* ===============================
   Mobile Devices
================================ */
@media (max-width: 768px) {
  .vntg-how-section {
    background-attachment: scroll;
  }
}

/* ===============================
   Small Mobile
================================ */
@media (max-width: 480px) {
  .vntg-how-section {
    padding: 60px 15px;
  }

  .vntg-top-heading {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .vntg-step-title {
    font-size: 18px;
  }

  .vntg-step-info {
    font-size: 13px;
  }
}

/* ----------------------------------ib page css start -------------------------------------- */

/* ===============================
   Base Section
================================ */
.dm-ap-program-section {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #ffffff;
  overflow: hidden;
}

/* ===============================
   Heading
================================ */
.dm-ap-main-heading {
  font-size: 42px;
  font-weight: 500;
  color: #032029;
  margin-bottom: 15px;
  /* margin-top: 20px; */
  text-align: center;
}

/* ===============================
   Layout Grid
================================ */
.dm-ap-layout-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  position: relative;
  flex-wrap: nowrap;
}

/* ===============================
   Cards Column
================================ */
.dm-ap-cards-column {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 25%;
  min-width: 220px;
  z-index: 5;
}

/* ===============================
   Feature Box
================================ */
.dm-ap-feature-box {
  background: #1b65af;
  color: #ffffff;
  padding: 20px 25px;
  border-radius: 70px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.dm-ap-feature-box:hover {
  transform: scale(1.05);
}

.dm-ap-box-title {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
}

.dm-ap-box-desc {
  font-size: 14px;
  line-height: 1.4;
  color: #dfdfdf;
  font-weight: 400;
}

/* ===============================
   Center Hero Area
================================ */
.dm-ap-hero-center {
  width: 45%;
  max-width: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Glow Effect */
.dm-ap-glow-effect {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(46, 204, 113, 0.2) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  z-index: 1;
}

/* Image */
.dm-ap-hero-visual {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  display: block;
}

/* ===============================
   Button
================================ */
.dm-ap-btn-container {
  margin-top: -30px;
  position: relative;
  z-index: 10;
}

.dm-ap-cta-button {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
  padding: 12px 15px 12px 35px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

.dm-ap-cta-button:hover {
  transform: translateY(-3px);
  background-color: #1a1a1a;
}

.dm-ap-btn-icon {
  background: linear-gradient(
    30deg,
    #de9f17 2%,
    #cf9a15 31%,
    #fff68a 68%,
    #ffcf45 96%
  );
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.dm-ap-btn-icon svg {
  width: 18px;
  height: 18px;
}

/* ===============================
   Responsive – Large Tablets
================================ */
@media (max-width: 1024px) {
  .dm-ap-layout-grid {
    flex-direction: column;
    gap: 40px;
  }

  .dm-ap-cards-column {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }

  .dm-ap-hero-center {
    width: 80%;
    order: -1;
  }

  .dm-ap-main-heading {
    font-size: 28px;
  }
}

/* ===============================
   Responsive – Tablets
================================ */
@media (max-width: 768px) {
  .dm-ap-cards-column {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }

  .dm-ap-hero-center {
    width: 100%;
  }

  .dm-ap-cta-button {
    font-size: 16px;
  }
}

/* ===============================
   Responsive – Mobile
================================ */
@media (max-width: 480px) {
  .dm-ap-program-section {
    padding: 40px 15px;
  }

  .dm-ap-main-heading {
    font-size: 24px;
  }

  .dm-ap-feature-box {
    padding: 20px 19px;
  }

  .dm-ap-btn-container {
    margin-top: -20px;
  }
}

/* ----------------------------------why xelans partner css---------------------------- */

/* ===== SECTION ===== */
/* ===============================
   MAIN WRAPPER
================================*/
.ib-pro-main-wrapper {
  display: flex;
  justify-content: center;
  background: #f9fafb;
  padding: 30px 0px;
}

.ib-pro-container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* ===============================
   IMAGE SIDE
================================*/
.ib-pro-visual-area {
  flex: 1;
  display: flex;
  justify-content: center;
}

.ib-pro-phone-frame {
  max-width: 100%;
}

.ib-pro-main-img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

/* Floating Card */
.ib-pro-overlay-card {
  position: absolute;
  bottom: -40px;
  left: -70px;
  width: 280px;
  max-width: 90%;
  background: #fff;
  border-radius: 16px;
  padding: 22px 0;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

/* ===============================
   CARD CONTENT
================================*/
.ib-pro-card-header {
  font-size: 13px;
  font-weight: 600;
  color: #888;
  padding: 0 22px;
  margin-bottom: 12px;
}

.ib-pro-card-body {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 22px 20px;
  border-bottom: 1px solid #eee;
}

.ib-pro-flag {
  font-size: 24px;
}

.ib-pro-amount {
  font-size: 28px;
  font-weight: 700;
  color: #0d1e2d;
}

.ib-pro-amount small {
  font-size: 14px;
  color: #aaa;
}

.ib-pro-card-footer {
  display: flex;
  padding-top: 15px;
}

.ib-pro-card-footer a {
  flex: 1;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  color: #666;
  font-weight: 600;
  transition: 0.3s;
}

.ib-pro-card-footer a:hover {
  color: #1b65af;
}

.ib-pro-card-footer a:first-child {
  border-right: 1px solid #eee;
}

/* ===============================
   CONTENT SIDE
================================*/
.ib-pro-content-area {
  flex: 1.2;
}

.ib-pro-title {
  font-size: 40px;
  font-weight: 700;
  color: #0d1e2d;
  line-height: 1.25;
}

.ib-pro-accent {
  color: #1b65af;
}

.ib-pro-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.9;
}

/* ===============================
   FEATURE AREA
================================*/
.ib-pro-feature-grid {
  margin-top: 10px;
}

.ib-pro-feature-box {
  padding: 10px 0;
}

.ib-pro-subtitle {
  font-size: 22px;
  margin-bottom: 12px;
  color: #0d1e2d;
}

/* POINT LIST */
.ib-pro-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ib-pro-list li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  color: #444;
}

.ib-pro-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #1b65af;
  font-weight: bold;
}

/* ===============================
   LARGE LAPTOP
================================*/
@media (max-width: 1200px) {
  .ib-pro-container {
    gap: 40px;
  }

  .ib-pro-title {
    font-size: 34px;
  }
}

/* ===============================
   TABLET
================================*/
@media (max-width: 992px) {
  .ib-pro-container {
    flex-direction: column;
    text-align: left;
  }

  .ib-pro-visual-area {
    margin-bottom: 80px;
  }

  .ib-pro-overlay-card {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ===============================
   MOBILE
================================*/
@media (max-width: 768px) {
  .ib-pro-title {
    font-size: 28px;
  }

  .ib-pro-list {
    grid-template-columns: 1fr;
  }

  .ib-pro-phone-frame {
    width: 260px;
  }

  .ib-pro-overlay-card {
    width: 240px;
    bottom: -30px;
  }
}

/* ===============================
   SMALL MOBILE
================================*/
@media (max-width: 480px) {
  .ib-pro-main-wrapper {
    padding: 40px 15px;
  }

  .ib-pro-phone-frame {
    width: 220px;
  }

  .ib-pro-overlay-card {
    width: 220px;
    padding: 18px 0;
  }

  .ib-pro-title {
    font-size: 24px;
  }
}
/* ------------------------powerfull sectoon css ------------------------------------------------------- */

/* ===============================
   HERO TEXT AREA
================================*/
.dm_hero_text_center {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 15px;
}

.dm_main_headline {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -1.5px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.dm_reward_subtext {
  font-size: 20px;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
}

/* ===============================
   SPLIT LAYOUT
================================*/
.dm_content_split_layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 30px 15px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: nowrap;
}

/* ===============================
   LEFT COLUMN
================================*/
.dm_features_text_column {
  flex: 1;
  max-width: 550px;
}

.dm_list_header {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.dm_benefit_bullets {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.dm_point_item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 18px;
  color: #444;
  line-height: 1.6;
}

.dm_point_item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-weight: bold;
}

.dm_bold_label {
  font-weight: 700;
  color: #000;
}

/* ===============================
   RIGHT IMAGE COLUMN
================================*/
.dm_visual_image_column {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dm_hero_graphic_full {
  width: 100%;
  max-width: 500px;
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.05));
}

/* =====================================
   LARGE LAPTOP (1200px)
=====================================*/
@media (max-width: 1200px) {

  .dm_main_headline {
    font-size: 40px;
  }

  .dm_content_split_layout {
    gap: 40px;
  }
}

/* =====================================
   TABLET LANDSCAPE (1024px)
=====================================*/
@media (max-width: 1024px) {

  .dm_content_split_layout {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }

  .dm_features_text_column {
    max-width: 100%;
  }

  .dm_benefit_bullets {
    display: inline-block;
    text-align: left;
  }

  .dm_main_headline {
    font-size: 34px;
  }

  .dm_hero_text_center {
    margin-bottom: 60px;
  }
}

/* =====================================
   TABLET PORTRAIT (768px)
=====================================*/
@media (max-width: 768px) {

  .dm_main_headline {
    font-size: 28px;
    letter-spacing: -1px;
  }

  .dm_reward_subtext {
    font-size: 17px;
  }

  .dm_list_header {
    font-size: 26px;
  }

  .dm_point_item {
    font-size: 16px;
  }

  .dm_hero_graphic_full {
    max-width: 350px;
  }
}

/* =====================================
   MOBILE (600px)
=====================================*/
@media (max-width: 600px) {

  .dm_content_split_layout {
    gap: 40px;
    padding: 20px 15px;
  }

  .dm_hero_graphic_full {
    max-width: 300px;
  }
}

/* =====================================
   SMALL MOBILE (480px)
=====================================*/
@media (max-width: 480px) {

  .dm_hero_text_center {
    margin-bottom: 35px;
  }

  .dm_main_headline {
    font-size: 24px;
  }

  .dm_reward_subtext {
    font-size: 15px;
  }

  .dm_list_header {
    font-size: 22px;
  }

  .dm_point_item {
    font-size: 15px;
    padding-left: 22px;
  }

  .dm_hero_graphic_full {
    max-width: 260px;
  }
}

/* =====================================
   EXTRA SMALL DEVICES (360px)
=====================================*/
@media (max-width: 360px) {

  .dm_main_headline {
    font-size: 22px;
  }

  .dm_reward_subtext {
    font-size: 14px;
  }

  .dm_point_item {
    font-size: 14px;
  }
}
/* ------------------------------------------------------------- why should join css--------------------------- */

.pr-tr-main-container {
  padding: 30px 0px;
}

/* Typography Styling */
.pr-tr-header-block {
  margin-bottom: 20px;
}

.pr-tr-main-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.pr-tr-sub-description {
  font-size: 16px;
  color: #444;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5;
}

/* Grid Layout */
.pr-tr-cards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

/* Individual Card Design */
.pr-tr-benefit-item {
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: default;
}

.pr-tr-benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

/* Icon Styling */
.pr-tr-icon-wrapper {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #1b65af;
}

.pr-tr-variant-circle i {
  padding: 10px;
  border: 2px dashed #ccc;
  border-radius: 50%;
}

.pr-tr-card-text {
  font-size: 18px;
  /* font-weight: 600; */
  text-align: center;
  color: #222;
  line-height: 1.3;
}

/* --- Responsive Design --- */

/* Tablet View (2 cards per row) */
@media (max-width: 1024px) {
  .pr-tr-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pr-tr-main-title {
    font-size: 34px;
  }
}

/* Mobile View (1 card per row) */
@media (max-width: 600px) {
  .pr-tr-main-container {
    margin: 40px auto;
  }
  .pr-tr-cards-grid {
    grid-template-columns: 1fr;
  }
  .pr-tr-main-title {
    font-size: 28px;
  }
  .pr-tr-benefit-item {
    padding: 30px 15px;
  }
}

/* ------------------------------------------------news letter css --------------------------------------------------------- */
/* ===============================
   SECTION
================================*/
.xm-cta-section {
  background: #f2f4f6;
  padding: 30px 0;
}

/* ===============================
   MAIN BOX
================================*/
.xm-cta-box {
  background: #1b65af;
  border-radius: 10px;
  padding: 25px 35px;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}

/* ===============================
   LEFT CONTENT
================================*/
.xm-cta-content {
  max-width: 820px;
}

.xm-cta-content h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.xm-cta-content p {
  margin-top: 18px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
}

/* ===============================
   BUTTON
================================*/
.xm-btn-area {
  margin-top: 20px;
}

.xm-primary-btn {
  background: #fff;
  padding: 12px 26px;
  border-radius: 40px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}

.xm-primary-btn span {
  color: #000;
}

/* ===============================
   IMAGE
================================*/
.xm-cta-image img {
  width: 250px;
  position: absolute;
  bottom: 10px;
  right: 0;
  animation: xmFloat 4s ease-in-out infinite;
}

@keyframes xmFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* ===============================
   RESPONSIVE
================================*/

/* Laptop */
@media (max-width: 1200px) {
  .xm-cta-content h3 {
    font-size: 26px;
  }

  .xm-cta-image img {
    width: 220px;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .xm-cta-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .xm-cta-content {
    max-width: 100%;
  }

  .xm-btn-area {
    display: flex;
    justify-content: center;
  }

  .xm-cta-image img {
    position: static;
    margin-top: 20px;
    width: 200px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .xm-cta-section {
    padding: 45px 0;
  }

  .xm-cta-content h3 {
    font-size: 22px;
  }

  .xm-cta-content p {
    font-size: 14px;
  }

  .xm-cta-image img {
    width: 160px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .xm-cta-content h3 {
    font-size: 19px;
    letter-spacing: 1px;
  }

  .xm-cta-content p {
    font-size: 13px;
  }

  .xm-primary-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .xm-cta-image img {
    width: 140px;
  }
}

/* ----------------------------------------------------------road map css-------------------------------------------------------------- */

/* ===============================
   WORKFLOW SECTION
================================*/
.tg-workflow-section {
  padding: 30px 15px;
  overflow: hidden;
}

/* ===============================
   HEADLINE
================================*/
.tg-primary-headline {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 80px;
  letter-spacing: -1px;
}

/* ===============================
   GRID LAYOUT
================================*/
.tg-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
  margin-top: 30px;
}

/* Horizontal dotted connector */
.tg-process-grid::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 5%;
  width: 90%;
  height: 1px;
  border-top: 1px dotted #e0e0e0;
  z-index: 1;
}

/* ===============================
   COLUMN
================================*/
.tg-process-column {
  padding: 0 30px 40px;
  position: relative;
  border-right: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
}

.tg-process-column:last-child {
  border-right: none;
}

/* ===============================
   STEP BADGE
================================*/
.tg-step-badge {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 6px 14px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  margin-bottom: 30px;
}

.tg-badge-light {
  background-color: #f3f3f3;
  color: #555;
}

/* ===============================
   CONTENT
================================*/
.tg-content-block {
  margin-bottom: 30px;
  flex-grow: 1;
}

.tg-block-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.tg-block-text {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
}

/* ===============================
   ICON / ILLUSTRATION
================================*/
.tg-illustration-area,
.tg-bg-tint {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;

  background: linear-gradient(
    30deg,
    #de9f17 2%,
    #cf9a15 31%,
    #fff68a 68%,
    #ffcf45 96%
  );
}

.tg-illustration-area:hover {
  transform: translateY(-5px);
}

.tg-fa-icon {
  font-size: 30px;
  color: black;
}

/* =====================================
   LARGE LAPTOP (1200px)
=====================================*/
@media (max-width: 1200px) {
  .tg-process-column {
    padding: 0 20px 40px;
  }
}

/* =====================================
   TABLET (1024px)
=====================================*/
@media (max-width: 1024px) {

  .tg-process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 0;
  }

  .tg-process-grid::before {
    display: none;
  }

  .tg-process-column {
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }

  .tg-process-column:nth-child(2n) {
    border-right: none;
  }

  .tg-process-column:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

/* =====================================
   SMALL TABLET (768px)
=====================================*/
@media (max-width: 768px) {

  .tg-primary-headline {
    font-size: 36px;
    margin-bottom: 60px;
  }

  .tg-block-text {
    font-size: 17px;
  }
}

/* =====================================
   MOBILE (600px)
=====================================*/
@media (max-width: 600px) {

  .tg-process-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .tg-process-column {
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 50px;
  }

  .tg-process-column:last-child {
    border-bottom: none;
  }

  .tg-primary-headline {
    font-size: 32px;
  }
}

/* =====================================
   SMALL MOBILE (400px)
=====================================*/
@media (max-width: 400px) {

  .tg-primary-headline {
    font-size: 28px;
  }

  .tg-block-title {
    font-size: 18px;
  }

  .tg-block-text {
    font-size: 16px;
  }

  .tg-illustration-area,
  .tg-bg-tint {
    width: 60px;
    height: 60px;
  }

  .tg-fa-icon {
    font-size: 24px;
  }
}