.h2_content
{
    color: var(--color-white);
    margin-bottom: 20px;
    font-weight: 700;
}

/* custom css */

/* .counter-container {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
    }

    .counter-box {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      background: linear-gradient(135deg, #4f46e5, #06b6d4);
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 28px;
      font-weight: bold;
      box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    }

    .label {
      text-align: center;
      margin-top: 10px;
      font-size: 16px;
      font-weight: 600;
      color: #111827;
    }

    .counter-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .counter-box span {
font-size: 26px;
margin-left: 4px;
} */

.counter-container {
display: flex;
gap: 30px;
flex-wrap: wrap;
}


.counter-wrapper {
display: flex;
flex-direction: column;
align-items: center;
}


.counter-box {
width: 160px;
height: 160px;
border-radius: 50%;
background: linear-gradient(135deg, #4f46e5, #06b6d4);
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 46px;
font-weight: bold;
box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}


.counter-box span {
font-size: 26px;
margin-left: 4px;
}


.label {
margin-top: 10px;
font-size: 16px;
font-weight: 600;
color: #111827;
}

.box1
{
    align-items: center;
}


.loader {
  color: #fff;
  
  font-family: Consolas, Menlo, Monaco, monospace;
  font-weight: bold;
  font-size: 18px;
  /* opacity: 0.7; */

}



.process_box.style_one .process_box_outer:hover .icon span
{
    opacity: 1 !important;
}

.count{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.icon span
{
        width: 80px !important;
    height: 80px !important;
        font-size: 28px;
}


/* custom css */
.custom_section_decoration {
    position: relative;
    z-index: 1;
}

.custom_section_space {
    padding: 80px 0;
}

/* Decorations */
.custom_decoration_item {
    position: absolute;
    z-index: -1;
}

.custom_contact_process_section .custom_shape_arrow_1 {
    top: 140px;
    right: 190px;
    max-width: 28px;
}

.custom_contact_process_section .custom_shape_arrow_2 {
    left: 70px;
    bottom: 170px;
    max-width: 28px;
}

.custom_contact_process_section .custom_shape_nate_1 {
    top: 0;
    left: -40px;
}

.custom_contact_process_section .custom_shape_nate_2 {
    right: 0;
    bottom: 80px;
    max-width: 470px;
}

/* Heading */
.custom_heading_block {
    margin-bottom: 40px;
}

.custom_heading_style_2 .custom_heading_text {
    font-size: 55px;
    line-height: 67px;
}

.custom_heading_text {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.5px;
}

/* Content */
.custom_contact_process_content {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.custom_site_logo {
    position: relative;
    z-index: 1;
}

.custom_site_link {
    padding: 34px 40px;
    border-radius: 10px;
    border: 1px solid #426AA4;
    background-color: var(--bs-dark);
}

.custom_site_logo img {
    max-width: 122px;
}

.custom_process_line {
    margin: -30px 0 -105px;
}

/* Steps */
.custom_contact_process_step .custom_iconbox_block {
    padding:25px 25px;
    border-radius: 10px;
    /* border: 1px solid #8234C5; */
    background-color: #426AA4;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.custom_iconbox_block.custom_iconbox_left {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.custom_block_number {
    font-size: 60px;
    line-height: 1;
    background: linear-gradient(to right, var(--bs-primary), var(--bs-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.custom_iconbox_title {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}


/* ============================
   RESPONSIVE STYLES
   ============================ */

/* Large tablets & below */
@media (max-width: 1199px) {

    .custom_heading_text {
        font-size: 42px;
        line-height: 54px;
    }

    .custom_process_line {
        margin: -20px 0 -80px;
    }

    .custom_block_number {
        font-size: 50px;
    }
}

/* Tablets */
@media (max-width: 991px) {

    .custom_section_space {
        padding: 100px 0;
    }

    .custom_heading_text {
        font-size: 36px;
        line-height: 46px;
    }

    .custom_contact_process_step .custom_iconbox_block {
        padding: 40px 30px;
    }

    .custom_iconbox_block.custom_iconbox_left {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .custom_block_number {
        font-size: 48px;
        margin-bottom: 10px;
    }

    /* Hide long process line on tablet */
    .custom_process_line {
        /* display: none; */
    }

    /* Decorations */
    .custom_shape_arrow_1,
    .custom_shape_arrow_2 {
        display: none;
    }
}

/* Mobile devices */
@media (max-width: 786px) {

    .custom_section_space {
        padding: 80px 0;
    }

    .custom_heading_block {
        margin-bottom: 30px;
    }

    .custom_heading_text {
        font-size: 30px;
        line-height: 40px;
    }

    .custom_site_link {
        padding: 25px 30px;
    }

    .custom_site_logo img {
        max-width: 100px;
    }

    .custom_contact_process_step {
        gap: 30px;
    }

    .custom_contact_process_step .custom_iconbox_block {
        padding: 30px 25px;
    }

    .custom_iconbox_title {
        font-size: 18px;
        line-height: 28px;
    }

    .custom_block_number {
        font-size: 42px;
    }

    /* Decorative shapes hidden on mobile */
    .custom_shape_nate_1,
    .custom_shape_nate_2 {
        display: none;
    }
}

/* Small phones */
@media (max-width: 480px) {

    .custom_heading_text {
        font-size: 26px;
        line-height: 36px;
    }

    .custom_iconbox_title {
        font-size: 16px;
        line-height: 26px;
    }

    .custom_block_number {
        font-size: 38px;
    }
}


.procees_over
{
  font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    color: var(--primary-color-one);
    padding: 0px 0px 10px 0px;
    /* text-decoration: underline; */
    font-family: var(--creote-family-one);
}

.prg2
{
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0px !important;
    width: 170px;
    height: 170px;
    line-height: 170px;
    text-align: center;
    display: flex;
    align-items: center;
}

 .cir_cont
{
      
          display: table;
    height: 170px;
    position: relative;
    width: 170px;
    margin: initial !important;
}

.cir_marg
{
    margin: initial !important;

}

.cont_box_m1
{
     margin: initial !important;
}

.account_count
{
  font-size: 35px;
}


.loader_count {
color: var(--primary-color-one);
    font-family: Consolas, Menlo, Monaco, monospace;
    font-weight: bold;
    font-size: 50px;
    /* opacity: 0.7; */
    width: 100%;
}

.p_circle
{
  stroke-dasharray: 0px !important;
   stroke-dashoffset: 141.3px !important;
}

.progress_new
{
    height: auto !important;
    position: relative;
    float: left;
}















































/* ===============================
   HERO WRAPPER
================================ */
.accounting_hero_wrapper {
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width: 991px) {
    .accounting_hero_wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* ===============================
   LEFT CONTENT
================================ */
.accounting_hero_description {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 50px;
}

/* ===============================
   BUTTON GROUP
================================ */
.accounting_btns_group {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px 0;
}

.accounting_btn_item {
    width: 100%;
}

.accounting_primary_btn {
    gap: 12px;
    font-size: 18px;
    font-weight: 700;
    padding: 26px 40px;
    letter-spacing: -0.2px;
}

.accounting_btn_label {
    white-space: nowrap;
}

.accounting_btn_icon {
    margin-bottom: -1px;
}

.accounting_btn_svg {
    display: block;
}

/* ===============================
   REVIEWS / AVATARS
================================ */
.accounting_avatars_block {
    display: flex;
    flex-direction: column;
}

.accounting_reviews_text {
    font-size: 18px;
    font-weight: 500;
}

.accounting_avatars_group {
    display: flex;
    align-items: center;
}

.accounting_avatar_item {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    background-color: #000;
}

.accounting_avatar_item:not(:first-child) {
    margin-left: -14px;
}

.accounting_avatar_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accounting_avatar_more {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accounting_avatar_text {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

/* ===============================
   STATS / FUNFACTS
================================ */
.accounting_stats_group {
    display: flex;
    flex-direction: column;
    gap: 125px;
    padding: 50px 0;
}

.accounting_funfact {
    display: flex;
    flex-direction: column;
}

.accounting_funfact_icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.accounting_funfact_img {
    max-width: 28px;
}

.accounting_funfact_value {
    font-size: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 6px;
    justify-content: center;
}

.accounting_funfact_label {
    font-size: 16px;
    font-weight: 500;
    text-align: center
}

.accounting_unit {
    font-size: 24px;
    font-weight: 600;
}

/* ===============================
   ODOMETER
================================ */
.accounting_odometer {
    display: inline-block;
}

/* ===============================
   HERO IMAGE
================================ */
.accounting_hero_image {
    text-align: center;
}

.accounting_hero_img {
    max-width: 100%;
    height: auto;
}

/* ===============================
   ANIMATIONS (WOW fallback)
================================ */
.accounting_anim_left_1,
.accounting_anim_left_2,
.accounting_anim_left_3 {
    animation-name: fadeInLeft;
}

.accounting_anim_right_1,
.accounting_anim_right_2,
.accounting_anim_right_3 {
    animation-name: fadeInRight;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {

    .accounting_hero_description {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .accounting_btns_group,
    .accounting_stats_group {
        padding: 30px 0;
        gap: 30px;
    }

    .accounting_funfact_value {
        font-size: 40px;
    }
}

@media (max-width: 575px) {

    .accounting_hero_description {
        font-size: 16px;
        line-height: 28px;
    }

    .accounting_primary_btn {
        padding: 20px 30px;
        font-size: 16px;
    }

    .accounting_funfact_value {
        font-size: 34px;
    }
}


.resp_sec_con
{
      padding: 0px 150px;
}

@media (max-width: 768px) {
.resp_sec_con
{
      padding: 0px 0px;
}

.font_70 {
    font-size: 42px !important;
    line-height: 42px !important;
}
}

@media (max-width: 600px) {

.font_70 {
    font-size: 32px !important;
    line-height: 42px !important;
}
}

.flex_remv
{
  /* flex-direction: column; */
  display: block !important;
}

.text_left_rem
{
    margin-left: 0px !important;
}


@media (max-width: 992px) {

.image_boxes1.style_one {
    display: inline-block;
    margin-bottom: 20px;
}
}


.mg-to
{
margin-top: 20px;

}


.mar_0px
{
    /* margin: 0px !important; */
        margin: 0px 0px 12px 0px !important;
    
}

.font_22px
{
    font-size: 22px;
    
}

.new_service
{
    padding: 5px 25px !important;
}


.height_650px
{
height: 650px !important;
/* background: white; */
    padding: 50px;
}



/* escrow section2 css  */

/* Spacing */
.escrow-ptb-100 {
  padding: 100px 0;
}

/* Layout */
.escrow-container {
  width: 100%;
  padding: 0 15px;
  margin: auto;
}

@media (min-width: 576px) { .escrow-container { max-width: 540px; } }
@media (min-width: 768px) { .escrow-container { max-width: 720px; } }
@media (min-width: 992px) { .escrow-container { max-width: 960px; } }
@media (min-width: 1200px) { .escrow-container { max-width: 1140px; } }
@media (min-width: 1400px) { .escrow-container { max-width: 1320px; } }

.escrow-row {
  display: flex;
  flex-wrap: wrap;
}

.escrow-row > div {
  padding: 2px;
}

/* Grid */
@media (min-width: 576px) {
  .escrow-col-sm-6 { width: 50%; }
}

@media (min-width: 768px) {
  .escrow-col-md-12 { width: 100%; }
}

@media (min-width: 1200px) {
  .escrow-col-xl-3 { width: 25%; }
  .escrow-col-xl-6 { width: 50%; }
}

/* Cards */
.escrow-choose-us-card {
  padding: 55px 50px;
  /* background: #070f38; */
  background: #426AA4;
  height: 100%;
}

.escrow-color-two { background: #426AA4; }
.escrow-color-three { background: #7400E8 }
.escrow-color-four { background: purple; }
.escrow-color-five { background: #fafafa; }

/* Content */
.escrow-choose-us-content {
  padding-left: 35px;
  margin-left: 0px;
}

/* Button */
.escrow-choose-us-btn {
  text-align: center;
  background: #007bff;
  padding: 135px 50px;
}


@media screen and (max-width: 768px) {
.escrow-row {
    /* flex-direction: column;  */
    /* Stacks columns vertically on mobile */
  }

    /* Reorder the columns for mobile view */
  #column1 {
    order: 3; /* Moves A to the second position */
  }
  #column2 {
    order: 2; /* Moves B to the third position */
  }
  #column3 {
    order: 1; /* Moves C to the first position */
  }
    #column4 {
    order: 4; /* Moves C to the first position */
  }
    #column5 {
    order: 5; /* Moves C to the first position */
  }
    #column6 {
    order: 6; /* Moves C to the first position */
  }
    #column7 {
    order: 7; /* Moves C to the first position */
  }

.escrow-choose-us-content {
    padding-left: 0px;
    margin-left: 0px;
}
}

@media screen and (max-width: 600px) {
.escrow-row {
    flex-direction: column; 
    /* Stacks columns vertically on mobile */
  }

    /* Reorder the columns for mobile view */
  #column1 {
    order: 3; /* Moves A to the second position */
  }
  #column2 {
    order: 2; /* Moves B to the third position */
  }
  #column3 {
    order: 1; /* Moves C to the first position */
  }
    #column4 {
    order: 4; /* Moves C to the first position */
  }
    #column5 {
    order: 5; /* Moves C to the first position */
  }
    #column6 {
    order: 6; /* Moves C to the first position */
  }
    #column7 {
    order: 7; /* Moves C to the first position */
  }
.escrow-choose-us-card {
    padding: 15px 15px;
}

}

.img_cont
{
    width: 65px;
    margin-bottom: 15px;
}

.color_card
{
    color:#ffffff !important;
}



/* section5  */
/* CONTAINER */
.work_prefix_container {
  max-width: 1100px;
  margin: auto;
  /* padding: 20px; */
}

/* GRID */
.work_prefix_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* CARD */
.work_prefix_card {
  display: flex;
  background: #426AA4;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  min-height: 160px;
}

/* LEFT CONTENT */
.work_prefix_content {
  flex: 1;
  padding: 24px;
}

.work_prefix_title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}

.work_prefix_desc {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.work_prefix_line {
  width: 350px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

/* RIGHT SIDE */
.work_prefix_side {
  width: 90px;
  display: flex;
  flex-direction: column;
}

.work_prefix_number {
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  padding: 12px 0;
}

.work_prefix_icon {
  background: #0D2342;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #2f45a2;
}

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

/* section5 end  */

.wid_55px
{
    width: 55px;
}



/* DESKTOP */
.options {
  display: flex;
  width: 90%;
  max-width: 1100px;
  height: 420px;
}

.option {
  position: relative;
  flex: 1;
  margin: 10px;
  min-width: 60px;
  background: var(--optionBackground);
  /* background-size: cover; */
  background-position: center;
  border-radius: 30px;
  cursor: pointer;
  overflow: hidden;
  transition: flex 0.5s ease, margin 0.5s ease;
}

.option.active {
  flex: 5;
  margin: 0;
}

/* LABEL */
.label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  color: white;
}

.icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background: white; */
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info {
  margin-left: 50px;
      /* margin-bottom: 250px; */
      padding-bottom: 310px;
}

.info > div {
  opacity: 0;
  transform: translateX(20px);
  transition: 0.4s;
}

.option.active .info > div {
  opacity: 1;
  transform: translateX(0);
}

/* SHADOW */
.shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  box-shadow: inset 0 -120px 120px -120px black;
}

/* =========================
   SMALL SCREENS (ACCORDION)
   ========================= */
@media (max-width: 768px) {
  /* body {
    align-items: flex-start;
    padding: 20px 0;
  } */

  .options {
    flex-direction: column;
    height: auto;
  }

  .option {
    flex: none;
    width: 100%;
    margin: 8px 0;
    border-radius: 18px;
    max-height: 80px;
    transition: max-height 0.5s ease;
  }

  .option.active {
    max-height: 350px;
  }

  .label {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 15px;
  }

  .info > div {
    opacity: 1;
    transform: none;
  }

  .shadow {
    display: none;
  }
}
/* FIX ICON CIRCLE SHAPE */
.icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  flex-shrink:unset;
  align-self:unset;
}


@media (max-width: 768px) {
  .label {
    align-items: center;
  }
}

/* ACCORDION HEADER FIX */
@media (max-width: 768px) {
  .label {
    display: flex;
    align-items: center;
    min-height: 64px;          /* FIXED HEADER HEIGHT */
    padding: 12px 16px;
  }

  .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}


@media (max-width: 768px) {
  .option:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }
}

/* DESKTOP ICON ALIGNMENT FIX */
@media (min-width: 769px) {
  .label {
    height: 56px;                /* FIXED HEIGHT */
    display: flex;
    align-items: center;         /* CENTER ICON */
  }

  .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .info {
    display: flex;
    flex-direction: column;
    justify-content: center;     /* CENTER TEXT */
  }
}


/* =====================
   ICON INSIDE CIRCLE
   ===================== */
.icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;

  border-radius: 50%;
  /* background-color: #ffffff; */

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
  aspect-ratio: 1 / 1;
}

/* Font Awesome Icon */
.icon i {
  font-size: 18px;
  line-height: 1;
  color: var(--defaultBackground, #333);
}

/* =====================
   DESKTOP ALIGNMENT FIX
   ===================== */
@media (min-width: 769px) {
  .label {
    height: 56px;              /* fixed row height */
    display: flex;
    align-items: center;       /* vertical center */
  }

  .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* =====================
   MOBILE ACCORDION FIX
   ===================== */
@media (max-width: 768px) {
  .label {
    position: relative;
    min-height: 64px;
    padding: 18px 16px;
    display: flex;
    align-items: center;
  }

  .info > div {
    opacity: 1;
    transform: none;
  }
 
}


.pdg
{
padding: 0px 150px;
}

@media (max-width: 768px) {
 
  .pdg
{
padding: 0px 0px;
}
}



















section.card {
  background: #444;
  border-radius: 24px 24px 24px 48px;
  padding: 48px 48px 48px 308px;
  margin: 84px 0;
  width: 60vw;
  max-width: 920px;
  min-width: 640px;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  position: relative;
  box-shadow: 5px 0 0 0 fade(#ccc, 30%), -5px 0 0 0 fade(#ccc, 30%),
    0 5px 0 0 fade(#ccc, 30%);
  .text-content {
    display: flex;
    flex-direction: column;
    width: calc(60vw - 192px);
    /* h3 {
      margin: 0;
      font-size: 1.5em;
      max-width: 20ch;
    } */
    /* p {
      margin: 16px 0 24px;
      max-width: 36ch;
    }
    a {
      border: 3px solid #000;
      color: #000;
      align-self: flex-start;
      text-decoration: none;
      padding: 16px 32px;
      border-radius: 12px;
      transition: 400ms all;
      &:hover {
        background: #000;
        color: white;
      }
    }*/
  } 
  .visual {
    width: 240px;
    height: 100%;
    position: absolute;
    top: -24px;
    left: 24px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 1px 2px 6px fade(white, 25%), 2px 6px 12px fade(black, 25%);
    img {
      height: 110%;
    }
  }
  &:nth-of-type(odd) {
    margin: 0 0 0 248px;
    border-radius: 24px 24px 48px 24px;
    padding: 48px 308px 48px 60px;
    .visual {
      right: 24px;
      left: auto;
    }
    .text-content a {
      align-self: flex-start;
    }
  }
}

article {
  margin: auto;
  display: block;
  width: calc(60vw + 248px);
  max-width: calc(920px + 248px);
  min-width: calc(640px + 248px);
}

/* body {
  margin: 0;
  padding: 96px;
  font-size: 21px;
  background: #fff;
  color: #000;
  font-family: "gelica", sans-serif;
  font-weight: 400;
  font-style: normal;
} */

@media all and (max-width: 1100px) {
  /* body {
    padding: 96px 48px 24px;
  } */
  article {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  section.card {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    .text-content {
      width: 100%;
    }
    &:nth-of-type(odd) {
      margin: 0;
    }
  }
}
@media all and (max-width: 720px) {
  /* body {
    padding: 48px 24px 0;
  } */
  section.card {
    margin: 64px 0;
    padding: 88px 36px 36px;
    flex-direction: column;
    border-radius: 24px;
    &:nth-of-type(odd) {
      padding: 88px 36px 36px;
      border-radius: 24px;
    }
    .text-content {
      /* h3 {
        max-width: calc(100% - 150px);
        font-size: 1em;
      }
      p,
      a {
        font-size: 0.8em;
      } */
    }
    .visual,
    &:nth-of-type(odd) .visual {
      width: 150px;
      height: 150px;
      right: 16px;
      left: auto;
      img {
        width: 100%;
        height: auto;
      }
    }
  }
}

/* html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
} */



.slider.nav_position_one .owl-nav {
    display: none;
}




/* smart collect section4  */


/* ---------- Container ---------- */
    .flex_container {
      max-width: 1200px;
      margin: auto;
      padding: 40px 20px;
    }

    /* ---------- Header ---------- */
    .flex_header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 40px;
    }

    .flex_socials {
      display: flex;
      gap: 12px;
    }

    .flex_socials span {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: rgba(255,255,255,0.2);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
    }

    .flex_btn {
      background: var(--accent);
      color: #000;
      padding: 10px 20px;
      border-radius: 20px;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
    }

    /* ---------- Hero ---------- */
    .flex_hero {
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 40px;
      align-items: center;
    }

    .flex_illustration {
      background: var(--bg-secondary);
      border-radius: 16px;
      height: 320px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      opacity: 0.8;
    }

    .flex_hero-content h1 {
      font-size: clamp(28px, 4vw, 42px);
      font-weight: 800;
      margin-bottom: 12px;
      line-height: 1.2;
    }

    .flex_hero-content p {
      color: var(--text-muted);
      margin-bottom: 30px;
    }

    /* ---------- Cards ---------- */
    .flex_cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .flex_card {
  
      color: #333;
      border-radius: 18px;
      padding: 30px 24px;
      position: relative;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .flex_ribbon {
      width: 36px;
      height: 36px;
      background: var(--accent);
      border-radius: 50%;
      position: absolute;
      top: -18px;
      left: 20px;
    }

    .flex_card h3 {
      margin-top: 20px;
      margin-bottom: 12px;
      font-size: 18px;
      font-weight: 700;
          line-height: 30px;

    }

    .flex_card p {
      font-size: 16px;
      line-height: 1.6;
      color: #fff;
    }

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

      .flex_cards {
        grid-template-columns: 1fr;
      }

      .flex_illustration {
        height: 220px;
      }
    }

     @media (max-width: 600px) {
    .marp_top
    {
      margin-top: 35px;
    }

  }


   .date_box h6 {
    background: var(--primary-color-one) !important;
}

.dis_contents
{
  display: contents;
      color: white;
    font-size: 22px;
    font-weight: 500;
}

.line_p3 {
    margin: -15px 0 -105px !important;
}



.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode label {
    font-size: 12px;
    font-weight: 600;
    font-family: var(--creote-family-one);
    line-height: 12px;
    color: #dc3545;
    width: 100%;
    text-transform: uppercase;
}


.txt_colr
{
  color:#000000 !important;
}

#phone-error 
{
      top: -18px;
}

 #name-error
{
      top: -18px;
}

#email-error
{
      top: -18px;
}

#message-error
{
      top: -18px;
}

#pwd-error
{
  top: -18px;
}

.blk_color
{
  color:#fff !important;
}


.header_v13 .header_content {
    display: flex;
    justify-content: space-evenly !important;
}

.transparent_bg
{
  background: #ffffff !important;
}


.header.style_nine .header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
    /* color: #000000 !important;s */
}


.text_a
{
color:#000;
}

.header.style_nine .header_content_collapse .navigation_menu .navbar_nav li.active > a.nav-link {
    color: var(--primary-color-one) !important;
}

.fixed-header .header_default.style_nine {
    background: #ffffff !important;
}

.fixed-header .header_default.style_nine .theme-btn {
    background: var(--primary-color-one);
    color:  #fff;
    /* border-radius: 0px 10px 0px 10px; */
}
.style_page_fourteen .slide-item-content .slider_content .theme-btn.one.color_white_1:hover{
  background: #fff !important;
  color:  #000 !important;
}
.fixed-header .header_default.style_nine .theme-btn:hover{
  background: #fff;
  color:  #000;
}

.header.style_nine .header_right_content ul li {
    margin-left: 0px !important;
}


.sty_psi{


    padding-top: 90px !important;
}

.fixed-header .header_default.style_nine .header_content_collapse .navigation_menu .navbar_nav li.active > a.nav-link {
     color: var(--primary-color-one) !important;

}

.color_a
{
  color:#000;
}

.active_new
{
       color: var(--primary-color-one) !important;
}

.active_newf
{
       color: #ffffff !important;
}
/* .active_new_li
{
  color:red !important;
} */


.style_page_fourteen .slide-item-content .slide-item {
    min-height: 750px;
    padding: 150px 0px 150px !important;
}

.mar_ban_20
{
  margin-bottom: 20px !important;
}

.head_txt_pdy
{
    padding: 0px 125px !important;
}

@media (max-width: 768px) {
     .head_txt_pdy
{
    padding: 0px 0px !important;
}

.title
{
      font-size: 40px !important;
    line-height: 55px !important;
}
    }

    @media (max-width: 600px) {
.title
{
      font-size: 36px !important;
    line-height: 45px !important;
}
    }


  .hov_txt_txt:hover
  {
color:var(--primary-color-one) !important;
  }


  .home_counter-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 60px 20px;
  background: #f4f4f4;
}

.home_counter-box {
  text-align: center;
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  width: 230px;
}

.home_counter-box h2 {
  font-size: 40px;
  color: #2c3e50;
  margin: 0;
}

.home_counter-box p {
  margin-top: 10px;
  font-size: 16px;
  color: #555;
  text-transform: capitalize;
}

/* Responsive */
@media (max-width: 600px) {
  .home_counter-section {
    flex-direction: column;
    gap: 20px;
  }

  .home_counter-box {
  text-align: center;
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  width: 320px;
}
}

@media (max-width: 768px) {
 .home_counter-box {

  width: 300px;
}
}


.icon_mar {
       margin: 0px !important;
}

.mar_top_25
{
  margin-top: 25px;
}

.anc:hover {
  cursor: none;
}

.fz_20px
{
  font-size: 20px;
}

.fz_20px_hgt
{
  line-height: 20px;
}

.no_cursor
{
  cursor: default; /* Use the default arrow cursor   no_cursor   */
}

.pdy_t
{
  padding-top:80px !important;
}


.pdy_b
{
  padding-bottom:80px !important;
}

@media (max-width: 768px) {
.pdy_t
{
  padding-top:60px !important;
}


.pdy_b
{
  padding-bottom:60px !important;
}

.new_jy_cen
{
 justify-content: center !important; 
}

}

@media (max-width: 600px) {
.pdy_t
{
  padding-top:45px !important;
}


.pdy_b
{
  padding-bottom:45px !important;
}

}

@media (max-width: 600px) 
{
.mob_pd_lr
{
    margin-bottom: 50px;
}
.pd_right_30 {
    /* padding-right: 20px !important; */
    padding: 0px 18px !important;
       
}
.pd_left_30 {
    /* padding-right: 20px !important; */
    padding: 0px 18px !important;
       
}
    .label_mob {
      padding: 12px 16px !important;
    }
.none_icon
{
  display: none;
}
.mar_info {
  margin-left: 0px;
  padding-bottom: 0px;
}

}

.styl_1
{
  margin-bottom: 50px !important;
}


body{
  background-image: url(../images/common/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.img-banner-box-style{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/home/Image-banner.png);
}
.current-better-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/current-account/bg-better.png);
}
.accounting-banner-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/accounting/banner-your-accounting.png);
}

.payout-banner{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/accounting/Banner-payout-banner.png);
}


.escrcrow-confident-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/escrow/banner-CONFIDENTS.png);
}

.api-smaller-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/payment-link/bg-onboarding.png);
}
.contact_box_content .contnet p a{
  color: #fff;
}
.contact_box_content .contnet p a:hover{
  color: #426aa4;
}
.home-build-for-bg{
  background-color: #0D2342;
}

.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu li a.nav-link:hover{
  color: #426aa4;
}

a:hover:not([href]){
  color: inherit !important;

}

.faqs-section .text-content h3{
  text-transform: capitalize;
}
.image.img_hover-1{
  cursor: auto;
}

.process-section .process_box_outer_three{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.crt_mobile_menu .dropdown-btn .fa-angle-down, .crt_mobile_menu .close-btn .icon-close{
  color: #000;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li a.nav-link{
  font-weight: 500;
}

@media(min-width: 768px) and (max-width: 991px){
  .slider .slide-item-content .slider_content h1 span{
    font-size: 40px !important;
  }
  .style_page_fourteen .slide-item-content .slide-item{
    min-height: 350px;
  }
  .smart-collect-banner.slider.style_two .auto-container{
    padding: 20px 0px !important;
  }
}
@media(max-width: 767px){
  .banner_section_hm_15 .image{
    height: 250px;
  }
  .image_boxes.style_three img, .simple_image_boxes.style_two .parallax_cover{
    height: 350px !important;
  }
  .escrow-banner.style_five  .image-layer{
    background-image: none !important;
    height: unset !important;
  }
  .escrow-banner.style_five  .slide-item-content .slider_content h1, .slider_version_v2.style_five .slide-item-content .slider_content h1{
    font-size: 36px;
    line-height: 55px;
  }
  .slider_version_v2.style_five .slide-item-content .slider_content{
    padding: 50px 0px !important;
  }
  .slider_version_v2.escrow-banner .slide-item-content .slider_content{
    padding-bottom: 0 !important;
  }
  .work_prefix_card .work_prefix_line{
    width: 210px;
  }
  .slider .slide-item-content .slider_content h1 span{
    font-size: 36px !important;
  }
  .style_page_fourteen .slide-item-content .slide-item{
    min-height: 100px;
  }
  .visual, &:nth-of-type(odd) .visual{
    width: 122px;
    height: 122px;
  }

  section.card {
    .visual, &:nth-of-type(odd) .visual {
      width: 122px;
      height: 122px;
    }
}
.smart-collect-banner.slider.style_two .auto-container{
  padding: 30px 0px !important;
}
.contact_box_content .contnet p a{
  word-break: break-all;
}
}

.container_fot
{
  max-width: 1230px !important;
}

.icon i {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
}

.hovr:hover
{
color:#426AA4 !important;
}

.flexprop
{
      display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link:hover, .default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li a.nav-link:hover {
    color: #426aa4 !important;

}