

    .hero-text {
      padding: 0px 0px;
      text-align: center;
    }

    .hero-text .hero-text-container {
      width: 100%;
      
    }
    
    .hero-text .hero-title {
        font-size: 5rem;
        font-weight: 600;
        color: #0b2c6a;
        
        text-align: left;
        margin: 0;
        margin-bottom: 10px;
    }

    .hero-text .hero-title .highlight {
      color: #e63946;
      font-weight: 700;
      background-color: transparent;
    }

    .hero-text .hero-title .icon {
      font-size: 50px;
      vertical-align: middle;
    }
    .hero-text .hero-title .icon img{
      max-width: 50px;
      height: auto;
    }

    .hero-text .hero-subtext {
      margin: 0;
      margin-top: 5px;
      margin-bottom: 15px;
      font-size: 18px;
      text-align: left;
      color: #555;
      max-width: 700px;
    }
    .hero-text  .review_section{
        display: flex;
        gap: 20px;
    }

    .hero-text .avatars {
      display: flex;
      justify-content: start;
      align-items: start;
        border-radius: 50px;
        padding: 7px 10px;
        padding-right: 20px;
      box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    }

    .hero-text .avatars img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #fff;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      margin: auto;
      margin-right: -10px;
    }

    .hero-text .stars {
        margin-top: auto;
        margin-bottom: auto;
      font-size: 1.2rem;

      justify-content: start;
      align-items: start;

    }

    .hero-text .stars .star {
      color: #333;
      text-align: left;
        color: #fbbc04;
        font-size: 25px;
        padding: 0;
        margin: 0;
    }
    .hero-text .stars p{
      margin: 0;
      padding: 0;
    }
    .hero-text .stars p span{
      color: black;
      font-weight: 600;
    }

    .hero-text .hero-buttons {
      margin-top: 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: left;
      gap: 10px;
    }
    
    .hero-text .hero-buttons .second_button{
      font-size: 20px;
    }
    .hero-text .btn {
      padding: 12px 24px;
      border-radius: 8px;
      font-weight: 600;
      text-decoration: none;
      transition: 0.3s;
    }

    .hero-text .btn-primary {
      background-color: #1a2c79;
      text-align: center;
      color: #fff;
      padding: 15px 20px;
      font-size: 18px;
      text-decoration: none;
    }

    .hero-text .btn-primary:hover {
      background-color: #14235c;
    }

    .hero-text .btn-outline {
      border: none;
      color: #e63946;
      background: none;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .hero-text .btn-outline:hover {
        text-decoration: underline;
    }
    
    @media (max-width: 600px) {
    .hero-text .hero-title {
      font-size: 20px;
    }
    
    .hero-text .hero-subtext {
      font-size: 20px;
    }

    .hero-text .btn {
      width: 100%;
      text-align: center;
    }
    .hero-text .hero-title .icon {
      font-size: 17px;
    }
    .hero-text .hero-subtext {
      font-size: 15px;
      padding: 0;
      font-weight: 500;
    }
    
    .hero-text .hero-buttons {
      margin-top: 20px;
      margin-bottom: 20px;
      display: flex;
      flex-wrap:nowrap;
    }
    .hero-text .hero-buttons a{
      padding: 10px 10px;
      font-size: 13px !important;
    }



    /* _____________________ aveter start */
    .hero-text .avatars {
        border-radius: 50px;
        padding: 5px 5px;
        padding-right: 15px;
    }
     .hero-text .avatars img {
      width: 35px;
      height: 35px;
      margin: auto;
      margin-right: -5px;
    }
    .hero-text .stars {
      margin-top: auto;
      margin-bottom: auto;
      font-size: 1rem;

      justify-content: start;
      align-items: start;

    }
    .hero-text .stars .star {
      color: #333;
      text-align: left;
        color: #fbbc04;
        font-size: 25px;
        padding: 0;
        margin: 0;
    }

    /* _____________________ aveter end */

  }

    @media (max-width: 1200px) {
      .hero-section .hero-container .d-flex{
        display: block !important;
        padding-left: 15px;
        padding-right: 15px;
      }
      .hero-section .hero-container .d-flex .hero_part{
        width: 100% !important;
      }
    }