.elementor-1521 .elementor-element.elementor-element-2c240476{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1521 .elementor-element.elementor-element-40159eec{--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;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--overlay-opacity:0.2;--padding-top:80px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}.elementor-1521 .elementor-element.elementor-element-40159eec::before, .elementor-1521 .elementor-element.elementor-element-40159eec > .elementor-background-video-container::before, .elementor-1521 .elementor-element.elementor-element-40159eec > .e-con-inner > .elementor-background-video-container::before, .elementor-1521 .elementor-element.elementor-element-40159eec > .elementor-background-slideshow::before, .elementor-1521 .elementor-element.elementor-element-40159eec > .e-con-inner > .elementor-background-slideshow::before, .elementor-1521 .elementor-element.elementor-element-40159eec > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-1521 .elementor-element.elementor-element-40159eec.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1521 .elementor-element.elementor-element-330fa992{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:35px 35px;--row-gap:35px;--column-gap:35px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1521 .elementor-element.elementor-element-1d371846{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1521 .elementor-element.elementor-element-61629bbd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1521 .elementor-element.elementor-element-60ad5db1{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-1521 .elementor-element.elementor-element-40159eec{--padding-top:80px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}.elementor-1521 .elementor-element.elementor-element-330fa992{--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;}}@media(max-width:767px){.elementor-1521 .elementor-element.elementor-element-40159eec{--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}}@media(min-width:768px){.elementor-1521 .elementor-element.elementor-element-40159eec{--content-width:1500px;}.elementor-1521 .elementor-element.elementor-element-1d371846{--width:82%;}.elementor-1521 .elementor-element.elementor-element-61629bbd{--width:18%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1521 .elementor-element.elementor-element-1d371846{--width:100%;}.elementor-1521 .elementor-element.elementor-element-61629bbd{--width:100%;}}/* Start custom CSS */.serv_container h1,.serv_container h2, .serv_container h3 .serv_container h4 .serv_container h5 .serv_container h6{
      font-family:"Montserrat", Sans-serif ;
  }
  .serv_container{
      font-family: "DM Sans", Sans-serif;
  }
  .tab-list {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 30px 0px 30px 0px!important;
  }

  .tab-item {
    background: #223C78;
    padding: 10px 25px!important;
    margin-right: 5px!important;
    border: 1px solid #223C78;
    border-bottom: none;
    border-radius: 35px;
    font-size: 16px;
    color: #fff;
    font-weight: 500; 
  }
  /* Second Mortgages Section Styles - Scoped with .sm- prefix */
  .sm-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  .sm-section { 
    line-height: 1.6;
    color: #192a4d;
    --sm-primary: #28498a;
    --sm-primary-dark: #192a4d;
    --sm-gold: #ddb43c;
    --sm-gold-dark: #a68820;
    --sm-muted: #f5f5f5;
    --sm-muted-foreground: #6c7993;
    --sm-border: #e5e7eb;
  }
  
  .sm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  
  .sm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 32px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 0.5rem;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
  }
  
  .sm-btn-primary {
    background: var(--sm-gold);
    color: var(--sm-primary);
  }
  
  .sm-btn-primary:hover {
    background: var(--sm-gold-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(201, 162, 39, 0.3);
  }
  
  .sm-btn-outline {
    background: rgba(255,255,255,0.1);
    color: #fff!important;
    border: 2px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
  }
  
  .sm-btn-outline:hover {
    background: rgba(255,255,255,0.2);
  }
  
  .sm-btn-white {
    background: white;
    color: var(--sm-primary);
    border: 2px solid white;
  }
  
  .sm-btn-white:hover {
    background: rgba(255,255,255,0.9);
  }
  
  .sm-btn-secondary {
    background: var(--sm-primary);
    color: #fff!important;
  }
  
  .sm-btn-secondary:hover {
    background: var(--sm-primary-dark);
  }
  
  .sm-card {
    background: #ffffff;
    border: 2px solid var(--sm-border);
    border-radius: 1rem;
    padding: 1.5rem;
    transition: all 0.3s ease;
  }
  
  .sm-card:hover {
    border-color: var(--sm-primary);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  }
  
  .sm-section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
  }
  
  .sm-section-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #192a4d;
  }
  
  .sm-section-header p {
    font-size: 1.25rem;
    color: var(--sm-muted-foreground);
  }

  /* Hero */
  .sm-hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .sm-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://www.mortgagemarketupdate.com/wp-content/uploads/2026/03/bg_asset_1-1.jpg') center/cover;
  }
  
  .sm-hero-content {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    text-align: center;
    color: white;
    padding: 2rem;
    animation: smFadeIn 0.8s ease-out;
  }
  
  @keyframes smFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  .sm-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(201, 162, 39, 0.2);
    border: 1px solid rgba(201, 162, 39, 0.3);
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
  }
  
  .sm-hero-badge svg {
    color: var(--sm-gold);
  }
  
  .sm-hero-badge span {
    font-size: 1rem;
    font-weight: 600;
    color: var(--sm-gold);
  }
  
  .sm-hero h1 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
  }
  
  .sm-hero h1 .sm-highlight {
    display: block;
    color: var(--sm-gold);
    margin-top: 0.5rem;
  }
  
  .sm-hero p {
    font-size: 1.25rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    line-height: 1.7;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .sm-hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  
  .sm-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 700px;
    margin: 0 auto;
  }
  
  .sm-hero-stats .sm-stat-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--sm-gold);
    margin-bottom: 0.25rem;
  }
  
  .sm-hero-stats .sm-stat-label {
    font-size: 0.875rem;
    opacity: 0.8;
  }

  /* Trust Badges */
  .sm-trust-badges {
    background: var(--sm-muted);
    padding: 3rem 0;
  }
  
  .sm-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
  
  .sm-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
  }
  
  .sm-trust-icon {
    width: 4rem;
    height: 4rem;
    background: rgba(30, 58, 95, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .sm-trust-icon svg {
    width: 2rem;
    height: 2rem;
    color: var(--sm-primary);
  }
  
  .sm-trust-item h3 {
    font-weight: 700;
    color: #192a4d;
    margin-bottom: 0.25rem;
  }
  
  .sm-trust-item p {
    font-size: 0.875rem;
    color: var(--sm-muted-foreground);
  }

  /* Benefits */
  .sm-benefits {
    padding: 5rem 0;
    background: #ffffff;
  }
  
  .sm-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 5rem;
  }
  
  .sm-benefit-card {
    padding: 1.5rem;
  }
  
  .sm-benefit-icon {
    width: 3.5rem;
    height: 3.5rem;
    background: #e9ecf3;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
  }
  
  .sm-benefit-icon svg {
    width: 1.75rem;
    height: 1.75rem;
    color: var(--sm-primary);
  }
  
  .sm-benefit-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #192a4d;
  }
  
  .sm-benefit-card p {
    color: var(--sm-muted-foreground);
    line-height: 1.7;
  }
  
  .sm-benefits-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 5rem;
  }
  
  .sm-benefits-content img {
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  }
  
  .sm-benefits-content h3 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height:1.3em;
    color: #192a4d;
  }
  
  .sm-benefits-content p {
    font-size: 1.125rem;
    color: var(--sm-muted-foreground);
    margin-bottom: 1.5rem;
    line-height: 1.7;
  }
  
  .sm-benefits-list {
    list-style: none;
  }
  
  .sm-benefits-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: #192a4d;
  }
  
  .sm-benefits-list .sm-dot {
    width: 0.5rem;
    height: 0.5rem;
    background: var(--sm-gold);
    border-radius: 50%;
    margin-top: 0.5rem;
    flex-shrink: 0;
  }
  
  .sm-benefits-list .sm-dot-primary {
    background: var(--sm-primary);
  }

  /* Comparison */
  .sm-comparison {
    padding: 5rem 0;
    background: var(--sm-muted);
  }
  
  .sm-comparison-table-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    overflow-x: auto;
  }
  
  .sm-comparison-table {
    width: 100%;
    background: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-collapse: collapse;
    border: 2px solid var(--sm-border);
  }
  
  .sm-comparison-table thead tr {
    background: var(--sm-primary);
    color: white;
  }
  
  .sm-comparison-table th {
    padding: 1.5rem;
    font-weight: 700;
    font-size: 1.125rem;
    text-align: center;
  }
  
  .sm-comparison-table th:first-child {
    text-align: left;
  }
  
  .sm-comparison-table th.sm-highlight-col {
    background: var(--sm-gold);
    color: var(--sm-primary);
  }
  
  .sm-comparison-table td {
    padding: 1.5rem;
    text-align: center;
    border-bottom: 1px solid var(--sm-border);
  }
  
  .sm-comparison-table td:first-child {
    text-align: left;
    font-weight: 500;
  }
  
  .sm-comparison-table td.sm-highlight-col {
    background: rgba(201, 162, 39, 0.1);
  }
  
  .sm-comparison-table tr:nth-child(even) {
    background: var(--sm-muted);
  }
  
  .sm-comparison-table tr:nth-child(even) td.sm-highlight-col {
    background: rgba(201, 162, 39, 0.15);
  }
  
  .sm-check-icon {
    color: var(--sm-gold);
  }
  
  .sm-check-primary {
    color: var(--sm-primary);
  }
  
  .sm-x-icon {
    color: #ccc;
  }
  
  .sm-comparison-note {
    text-align: center;
    margin-top: 3rem;
    font-size: 1.125rem;
    color: var(--sm-muted-foreground);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Process */
  .sm-process {
    padding: 5rem 0;
    background: #ffffff;
  }
  
  .sm-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
  }
  
  .sm-process-card {
    position: relative;
    padding: 2rem;
  }
  
  .sm-process-number {
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 4rem;
    height: 4rem;
    background: var(--sm-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--sm-primary);
    box-shadow: 0 10px 20px rgba(201, 162, 39, 0.3);
  }
  
  .sm-process-icon {
    width: 4rem;
    height: 4rem;
    background: rgba(30, 58, 95, 0.1);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
  }
  
  .sm-process-icon svg {
    width: 2rem;
    height: 2rem;
    color: var(--sm-primary);
  }
  
  .sm-process-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #192a4d;
  }
  
  .sm-process-card p {
    color: var(--sm-muted-foreground);
    line-height: 1.7;
  }
  
  .sm-process-highlight {
    background: rgba(30, 58, 95, 0.05);
    border-radius: 1rem;
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  
  .sm-process-highlight h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #192a4d;
  }
  
  .sm-process-highlight p {
    color: var(--sm-muted-foreground);
    margin-bottom: 1.5rem;
  }
  
  .sm-process-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    text-align: left;
  }
  
  .sm-process-features .sm-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  
  .sm-process-features svg {
    color: var(--sm-primary);
    flex-shrink: 0;
  }

  /* Testimonials */
  .sm-testimonials {
    padding: 5rem 0;
    background: var(--sm-muted);
  }
  
  .sm-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .sm-testimonial-card {
    padding: 2rem;
  }
  
  .sm-testimonial-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .sm-testimonial-header img {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--sm-gold);
  }
  
  .sm-testimonial-header .sm-info h3 {
    font-weight: 700;
    color: #192a4d;
  }
  
  .sm-testimonial-header .sm-info p {
    font-size: 0.875rem;
    color: var(--sm-muted-foreground);
  }
  
  .sm-stars {
    display: flex;
    gap: 0.25rem;
    margin-top: 0.5rem;
  }
  
  .sm-stars svg {
    width: 1rem;
    height: 1rem;
    fill: var(--sm-gold);
    color: var(--sm-gold);
  }
  
  .sm-testimonial-text {
    font-style: italic;
    color: var(--sm-muted-foreground);
    line-height: 1.8;
  }
  
  .sm-testimonials-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 3rem;
    padding: 2rem;
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .sm-testimonials-stats .sm-stat {
    text-align: center;
  }
  
  .sm-testimonials-stats .sm-stat-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--sm-gold);
  }
  
  .sm-testimonials-stats .sm-stat-label {
    font-size: 0.875rem;
    color: var(--sm-muted-foreground);
  }
  
  .sm-testimonials-stats .sm-divider {
    width: 1px;
    background: var(--sm-border);
  }

  /* FAQ */
  .sm-faq {
    padding: 5rem 0;
    background: #ffffff;
  }
  
  .sm-faq-list { 
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .sm-faq-item {
    background: #ffffff;
    border: 2px solid var(--sm-border);
    border-radius: 0.75rem;
    overflow: hidden;
    transition: border-color 0.3s ease;
  }
  
  .sm-faq-item:hover {
    border-color: var(--sm-primary);
  }
  
  .sm-faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    color: #192a4d;
    transition: color 0.3s ease;
  }
  
  .sm-faq-question:hover {
    color: var(--sm-primary);
  }
  
  .sm-faq-question svg {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    transition: transform 0.3s ease;
  }
  
  .sm-faq-item.sm-open .sm-faq-question svg {
    transform: rotate(180deg);
  }
  
  .sm-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  
  .sm-faq-item.sm-open .sm-faq-answer {
    max-height: 500px;
  }
  
  .sm-faq-answer-content {
    padding: 0 1.5rem 1.5rem;
    color: var(--sm-muted-foreground);
    line-height: 1.7;
  }
  
  .sm-faq-help {
    text-align: center;
    margin-top: 3rem;
    padding: 2rem;
    background: var(--sm-muted);
    border-radius: 1rem; 
    margin-left: auto;
    margin-right: auto;
  }
  
  .sm-faq-help h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
  }
  
  .sm-faq-help p {
    color: var(--sm-muted-foreground);
    margin-bottom: 1.5rem;
  }
  
  .sm-faq-help-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .sm-faq-help .sm-btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }

  /* Final CTA */
  .sm-final-cta {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--sm-primary), var(--sm-primary-dark));
    color: white;
    position: relative;
    overflow: hidden;
  }
  
  .sm-final-cta::before,
  .sm-final-cta::after {
    content: '';
    position: absolute;
    width: 24rem;
    height: 24rem;
    background: var(--sm-gold);
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.1;
  }
  
  .sm-final-cta::before {
    top: -12rem;
    left: -12rem;
  }
  
  /*.sm-final-cta::after {
    bottom: -12rem;
    right: -12rem;
  }
  */
  
  .sm-final-cta .sm-container {
    position: relative;
    z-index: 10;
  }
  
  .sm-final-cta-content {
    text-align: center; 
    margin: 0 auto;
  }
  
  .sm-final-cta h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
  
  .sm-final-cta p {
    font-size: 1.25rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    line-height: 1.7;
  }
  
  .sm-final-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  
  .sm-final-cta-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(255,255,255,0.2);
  }
  
  .sm-final-cta-stats .sm-stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--sm-gold);
    margin-bottom: 0.5rem;
  }
  
  .sm-final-cta-stats .sm-stat-label {
    font-size: 0.875rem;
    opacity: 0.8;
  }
  
  .sm-final-cta .sm-disclaimer {
    font-size: 0.875rem;
    opacity: 0.7;
    margin-top: 2rem;
  }
  .img_height_400{
    height:400px;
    object-fit: cover;
  }
  /* Responsive */
  @media all and (max-width: 1024px) {
    .sm-benefits-grid,
    .sm-process-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media all and (max-width: 768px) {
    .tab-list {
      flex-direction: column;
      align-items: stretch;
      border: none;
      gap: 10px;
      text-align: center;
    }

    .sm-hero-stats {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
    
    .sm-trust-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    
    .sm-benefits-grid,
    .sm-process-grid,
    .sm-testimonials-grid,
    .sm-benefits-content {
      grid-template-columns: 1fr;
    }
    
    .sm-benefits-content .sm-order-reverse {
      order: -1;
    }
    
    .sm-process-features {
      grid-template-columns: 1fr;
    }
    
    .sm-final-cta-stats {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
    
    .sm-hero-buttons,
    .sm-final-cta-buttons {
      flex-direction: column;
      align-items: center;
    }
    
    .sm-btn {
      width: 100%;
      max-width: 300px;
    }
    
    .sm-testimonials-stats {
      flex-direction: column;
      gap: 1.5rem;
    }
    
    .sm-testimonials-stats .sm-divider {
      width: 100%;
      height: 1px;
    }
  }
  
  @media all and (max-width: 480px) {
    .img_height_400{
    	height:250px;
    }
    .sm-trust-grid {
      grid-template-columns: 1fr;
    }
    
    .sm-benefits-grid,
    .sm-process-grid {
      grid-template-columns: 1fr;
    }
  }/* End custom CSS */