 .bg-gradient-primary {
        background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    }
    .bg-secondary {
        background-color: #f8fafc;
    }
    .bg-muted {
        background-color: #f1f5f9;
    }
    .text-primary {
        color: #1e3a8a !important;
    }
    .text-accent {
        color: #3b82f6 !important;
    }
    .text-muted-foreground {
        color: #64748b !important;
    }
    .text-success {
        color: #22c55e !important;
    }
    .card {
        transition: transform 0.3s, box-shadow 0.3s;
        padding: 30px 15px;
    }
    .card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
    }
    .card-icon {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #1f85f91a;
        transition: background-color 0.3s, color 0.3s;
        margin-bottom: 15px;
    }
    .card-icon i
    {
         color: #346ce5;
    }
    .card:hover .card-icon 
    {
        background: linear-gradient(to right, #2563eb, #1d4ed8);
    }
    .card:hover .card-icon i 
    {
        color: #fff;
    }
    .badge-custom {
        background-color: #fff3;
        color: white;
        font-weight: 600;
        line-height: 1rem;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        font-size: 12px;
        padding-left: .625rem;
        padding-right: .625rem;
        border-radius: 30px;
        letter-spacing: 0.3px;
    }
    .badge-custom:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }
    .step-circle {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: linear-gradient(to right, #3b82f6, #346ce5);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.25rem;
    }

    .main_hero
    {
        padding: 100px 0 !important;
    }
    .why_choose
    {
        background: #f0f2f4 !important;
        padding: 65px 0;
    }
    .section_ttile
    {
        margin-bottom: 48px;
    }
    .section_ttile h2
    {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
        font-weight: 700;
    }
    .section_ttile p
    {
        color: #696969;
        font-size: 18px;
        line-height: 28px;
    }
    .servicess_main_listing a
    {
        border: 1px solid #f3f5f6;
        color: #303D50;
        display: block;
    }
    .servicess_main_listing a:hover
    {
    background: linear-gradient(to right, #3b82f6, #346ce5);
    color: #fff;
    }
    .card:hover a
    {
        background: linear-gradient(to right, #3b82f6, #346ce5);
    color: #fff;
    }
    .spaces_section
    {
        padding: 65px 0 !important;
    }
    .home-about-us .testimonial-card
    {
        min-height: 280px !important;
    }
    .overlay_content_h2
    {
        color: #FFF;
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 60px;
    }

    .why_services .icon-sm
    {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #1f85f91a;
        transition: background-color 0.3s, color 0.3s;
       
    }
     .why_services .card:hover .icon-sm
     {
          background: linear-gradient(to right, #3b82f6, #346ce5);
     }
      .why_services .card:hover i
      {
          color: #fff;
      }
    .why_services .icon-sm i
    {
        color: #346ce5;
        font-size: 24px;
    }
    .why_services h3
    {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 2px;
        font-weight: 500;
    }
     .why_services p
    {
        font-size: 16px;
        line-height: 26px;
        color: #696969;
    }
    .max_width
    {
        width: 70%;
        margin: auto;
    }
    h3.card-title,  .Process_step  h3
    {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    .services
    {
        padding: 50px 0 !important;
        gap:10px !important;
    }
    @media(max-width:767px)
    {
        .home-realstate-banner .mobile-content h2
        {       
            color: #ffffff;
            font-size: 35px;
            line-height: 42px;
            font-style: normal;
            font-weight: 600;
            margin-bottom: 15px;
        }
        .main_hero p
        {
            font-size: 18px !important;
            line-height: 28px !important;
        }
         .main_hero a, .servicess_main_listing a, .cta_onesss a
        {
            padding: 10px 8px;
            font-size: 14px;
            gap: 12px;
            justify-content: center;
        }
        .main_hero h1
        {   
            font-size: 34px !important;
            line-height: 42px !important;
        }
        .section_ttile h2
        {
            font-size: 26px !important;
            line-height: 36px !important;
        }
        .section_ttile p
        {
            font-size: 16px !important;
            line-height: 28px !important;
            width: 100% !important;
        }
         .section_ttile p br
         {
            display: none !important;
         }
         .card-text, .small
         {  
            font-size: 16px !important;
            line-height: 24px !important;
         }
        
    }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and 
    (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1)
    {
        .home-realstate-banner .mobile-content h2
        {
            color: #ffffff;
            font-size: 35px;
            line-height: 42px;
            font-style: normal;
            font-weight: 600;
            margin-bottom: 15px;
        }
         .home-realstate-banner .mobile-content h2
        {       
            color: #ffffff;
            font-size: 35px;
            line-height: 42px;
            font-style: normal;
            font-weight: 600;
            margin-bottom: 15px;
        }
        .main_hero
        {
            padding: 75px 0 !important;
        }
        .main_hero p
        {
            font-size: 16px !important;
            line-height: 28px !important;
        }
         .main_hero a, .servicess_main_listing a, .cta_onesss a
        {
            font-size: 16px !important;
        }
        .main_hero h1
        {   
            font-size: 34px !important;
            line-height: 42px !important;
        }
        .section_ttile h2
        {
            font-size: 26px !important;
            line-height: 36px !important;
        }
        .section_ttile p
        {
            font-size: 16px !important;
            line-height: 28px !important;
            width: 100% !important;
        }
         .section_ttile p br
         {
            display: none !important;
         }
         .card-text, .small
         {  
            font-size: 16px !important;
            line-height: 24px !important;
         }
    }
    @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (orientation: landscape) 
    and (-webkit-min-device-pixel-ratio: 1)
    {
        .home-realstate-banner .mobile-content h2
        {
            color: #ffffff;
            font-size: 35px;
            line-height: 42px;
            font-style: normal;
            font-weight: 600;
            margin-bottom: 15px;
        }
    }
    @media only screen 
    and (min-device-width: 820px)
    and (max-device-width: 820px)
    and (orientation: portrait)
    and (-webkit-min-device-pixel-ratio: 2) 
    {
        .home-realstate-banner .mobile-content h2
        {
            font-size: 40px !important;
            line-height: 55px !important;
            margin-top: 40px !important;
        }
    }
    @media only screen 
    and (min-device-width: 1024px) 
    and (max-device-width: 1300px) 
    {
        .home-realstate-banner .mobile-content h2
      {
          color: #ffffff;
          font-size: 35px;
          line-height: 42px;
          font-style: normal;
          font-weight: 600;
          margin-bottom: 15px;
      }

    }