.sam-ai-fullpage{
     overflow-x:hidden;
}

.banner_section {
     background-image: url("../images/sam-ai/sam_ai_bg.png");
     background-repeat: no-repeat;
     background-size: 100%;
     padding: 98px;
     text-align: center;
     border-radius: 86px;

     h6 {
          font-weight: 500;
          font-size: 40.6px;
          line-height: 66.17px;
          color: #F5FDE8;
     }

     h5 {
          font-weight: 600;
          font-size: 200px;
          line-height: 228.59px;
          color: #fff;
          font-family: "Roboto Condensed", sans-serif;
          position: relative;
     }

     h5::before {
          content: "";
          position: absolute;
          background: url("../images/sam-ai/spark.png");
          top: -18px;
        left: 163px;
          width: 79px;
          height: 79px;
          z-index: 1;

     }

     p {
          font-weight: 500;
          font-size: 31.58px;
          line-height: 66.17px;
          color: #F5FDE8;
     }
}

.agentic_ai {
     display: flex;
     justify-content: center;
     font-weight: 800;
     font-size: 80px;
     line-height: 100px;
     margin: 60px 0;
     font-family: "Roboto", sans-serif;
     position: relative;

}

.agentic_ai::after {
     content: "";
     background-image: url("../images/sam-ai/box_bg.png");
     background-repeat: no-repeat;
     position: absolute;
     bottom: -50px;
     left: 0;
     background-size: 100%;
     width: 54.4%;
     height: 310px;
     z-index: -1;
}

.agentic_ai .t_bk_bl {
     font-size: 80px;
     line-height: 100px;
     font-family: "Roboto", sans-serif;
}

.sam_client_logo {
     margin: 80px 0px;
}

.sam-ai .join_thousnd {
     margin: 150px 0px;
}

.sam-ai .join_thousnd h5 {
     font-weight: 600;
}

.sam-ai .join_thousnd .avathar_google_review {
     margin-bottom: 60px;
}

.tac {
     text-align: center;
}

.sam-ai .row {
     align-items: center;
     row-gap: 10rem;
     position: relative;

     img {
          width: auto;
     }

     .t_bk_bl {
          line-height: 46px;
          font-size: 32px;
          margin-bottom: 60px;
     }

     p {
          font-size: 14px;
          padding-right: 180px;
          line-height: 25px;
     }

     .your_imagination {
          position: relative;
          z-index: 1;
     }

     .left_side,
     .right_side {
          position: relative;
     }

     .left_side::after {
          content: "";
          background-image: url("../images/sam-ai/box_bg.png");
          background-repeat: no-repeat;
          position: absolute;
          bottom: 250px;
          left: 0;
          background-size: 100%;
          width: 90%;
          height: 100%;
          z-index: -1;
     }

     .right_side::after {
          content: "";
          background-image: url("../images/sam-ai/box_bg.png");
          background-repeat: no-repeat;
          position: absolute;
          bottom: -415px;
          left: 80px;
          background-size: 110%;
          width: 100%;
          height: 100%;
          z-index: -1;
     }
}

/* ===============================================
   RESPONSIVE DESIGN - MEDIA QUERIES
   (Added responsive styles without modifying original code above)
   =============================================== */

/* Medium devices (768px to 991px) */
@media (max-width: 991px) and (min-width: 768px) {
     .banner_section {
          padding: 60px 40px;
          border-radius: 60px;
     }

     .banner_section h5 {
          font-size: 140px;
          line-height: 150px;
     }

     .banner_section h6 {
          font-size: 30px;
          line-height: 45px;
     }

     .banner_section p {
          font-size: 24px;
          line-height: 45px;
     }

     .agentic_ai {
          font-size: 45px;
          line-height: 65px;
          margin: 40px 0;
          text-align: center;
     }

     .row {
          row-gap: 6rem;
     }

     .row .t_bk_bl {
          font-size: 24px;
          line-height: 36px;
          text-align: center;
     }

     .row p {
          font-size: 14px;
          padding-right: 20px;
          line-height: 24px;
          text-align: center;
          margin-top: 20px;
     }

     .row::after {
          display: none;
     }

     .row .left_side::after,
     .row .right_side::after {
          display: none;
     }

     .row .col-lg-6 {
          text-align: center;
          margin-bottom: 3rem;
     }
}

/* Small devices (576px to 767px) */
@media (max-width: 767px) and (min-width: 576px) {
     .banner_section {
          padding: 40px 20px;
          border-radius: 40px;
          background-size: cover;
          background-position: center;
     }

     .banner_section h5 {
          font-size: 100px;
          line-height: 110px;
     }

     .banner_section h6 {
          font-size: 24px;
          line-height: 35px;
     }

     .banner_section p {
          font-size: 18px;
          line-height: 35px;
     }

     .agentic_ai {
          font-size: 35px;
          line-height: 50px;
          margin: 30px 0;
          text-align: center;
          padding: 0 20px;
     }

     .row {
          row-gap: 4rem;
     }

     .row .t_bk_bl {
          font-size: 20px;
          line-height: 30px;
          text-align: center;
     }

     .row p {
          font-size: 14px;
          padding-right: 0;
          line-height: 22px;
          text-align: center;
          margin-top: 15px;
          padding: 0 15px;
     }

     .row::after {
          display: none;
     }

     .row .left_side::after,
     .row .right_side::after {
          display: none;
     }

     .row .col-lg-6 {
          text-align: center;
          margin-bottom: 2rem;
     }

     .row img {
          max-width: 100%;
          height: auto;
     }
}

/* Extra small devices (less than 576px) */
@media (max-width: 575px) {
     .container {
          padding: 0 15px;
     }

     .banner_section {
          padding: 30px 15px;
          border-radius: 30px;
          background-size: cover;
          background-position: center;
     }

     .banner_section h5 {
          font-size: 60px;
          line-height: 70px;
     }

     .banner_section h6 {
          font-size: 18px;
          line-height: 28px;
     }

     .banner_section p {
          font-size: 14px;
          line-height: 28px;
     }

     .agentic_ai {
          font-size: 24px;
          line-height: 36px;
          margin: 20px 0;
          text-align: center;
          padding: 0 10px;
     }

     .row {
          row-gap: 3rem;
     }

     .row .t_bk_bl {
          font-size: 18px;
          line-height: 26px;
          text-align: center;
     }

     .row .t_bk_bl br {
          display: none;
     }

     .row p {
          font-size: 13px;
          padding-right: 0;
          line-height: 20px;
          text-align: center;
          margin-top: 15px;
          padding: 0 10px;
     }

     .row::after {
          display: none;
     }

     .row .left_side::after,
     .row .right_side::after {
          display: none;
     }

     .row .col-lg-6 {
          text-align: center;
          margin-bottom: 1.5rem;
     }

     .row img {
          max-width: 100%;
          height: auto;
          margin: 0 auto;
          display: block;
     }

     .row .your_imagination {
          margin-top: 2rem;
     }

     .banner_section h5::before {
          background-size: 100%;
          background-repeat: no-repeat;
          top: -14px;
          left: 38px;
          width: 40px;
          height: 40px;
     }

     .container.sam-ai {
          margin-top: 24px;
     }

     .client_logo {
          display: none;
     }

     section.r-client-logo[style="display: none;"] {
          margin: 50px 0px;
     }

     .agentic_ai .t_bk_bl {
          font-size: 30px;
          line-height: 44px;
     }

     .sam-ai .row .t_bk_bl {
          line-height: 38px;
          font-size: 21px;
          margin: 0 30px 20px;
     }

     .sam-ai .row p {
          padding-right: 10px;
          line-height: 25px;
     }

     .sam-ai .row {
          row-gap: 0;
     }

     .sam-ai .join_thousnd {
          margin: 50px 0px;
     }

     .sam-ai .join_thousnd h5 {
          font-size: 23px;
     }

}

/* Landscape orientation for mobile devices */
@media (max-height: 500px) and (orientation: landscape) {
     .banner_section {
          padding: 20px 15px;
     }

     .banner_section h5 {
          font-size: 50px;
          line-height: 60px;
     }

     .banner_section h6 {
          font-size: 16px;
          line-height: 24px;
     }

     .banner_section p {
          font-size: 12px;
          line-height: 24px;
     }

     .agentic_ai {
          font-size: 20px;
          line-height: 30px;
          margin: 15px 0;
     }

     .row {
          row-gap: 2rem;
     }

     .row .t_bk_bl {
          font-size: 16px;
          line-height: 22px;
     }

     .row p {
          font-size: 12px;
          line-height: 18px;
     }

}

@media screen and (max-width:500px) {
     .row .col-lg-6 {
          padding: 0;
     }

     span.t_bk_bl {
          font-size: 20px;
     }
}