.sam-ai-fullpage {
	 overflow-x: hidden;
}
 .banner_section {
	 background-image: url("../images/sam-ai/sam_ai_bg_updated.png");
	 background-repeat: no-repeat;
	 background-size: 100%;
	 padding: 98px;
	 text-align: center;
	 border-radius: 86px;
}
 .banner_section h6 {
	 font-weight: 500;
	 font-size: 40.6px;
	 line-height: 66.17px;
	 color: #f5fde8;
}
 .banner_section h5 {
	 font-weight: 600;
	 font-size: 200px;
	 line-height: 228.59px;
	 color: #fff;
	 font-family: "Roboto Condensed", sans-serif;
	 position: relative;
}
 .banner_section h5::before {
	 content: "";
	 position: absolute;
	 background: url("../images/sam-ai/spark.png");
	 top: -18px;
	 left: 163px;
	 width: 79px;
	 height: 79px;
	 z-index: 1;
}
 .banner_section p {
	 font-weight: 500;
	 font-size: 28.58px;
	 line-height: 66.17px;
	 color: #f5fde8;
}
 .agentic_ai {
	 display: flex;
	 justify-content: center;
	 font-weight: 800;
	 font-size: 80px;
	 line-height: 100px;
	 margin: 140px 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: 96px;
	 line-height: 116px;
	 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;
}
 .sam-ai .row img {
	 width: auto;
}
.sam-ai .row .t_bk_bl {
	line-height: 76px;
    font-size: 46px;
    margin-bottom: 60px;
}
.sam-ai .row p {
	 font-size: 20px;
     padding-right: 10px;
     line-height: 38px;
}
.sam-ai .row .your_imagination {
	 position: relative;
	 z-index: 1;
}
.sam-ai .row .left_side, .sam-ai .row .right_side {
	 position: relative;
}
 .sam-ai .row .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;
}
.sam-ai .row .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: auto;
		 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: 30px 10px;
		 text-align: center;
		 padding: 0 10px;
		 justify-content: flex-start;
	}
	.agentic_ai .t_bk_bl {
		font-size: 28px;
		line-height: 44px;
		font-family: "Roboto", sans-serif;
		text-align: left;
	}
		.sam-ai .row .t_bk_bl {
		line-height: 44px;
		font-size: 28px;
		margin-bottom: 40px;
		text-align: left;
		}
	 .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;
	}
	 .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;
	}
.sam-ai .row p {
    font-size: 16px;
    padding-right: 0;
    line-height: 30px;
    width: 100%;
    text-align: left;
    padding: 0;
}
.sam-ai .row {
    align-items: center;
    row-gap: 0rem;
    position: relative;
}
.sam-ai .join_thousnd {
    margin: 80px 0px;
}
.sam-ai .join_thousnd .avathar_google_review {
    margin-bottom: 0px;
}

}
/* 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) {
	 
	 span.t_bk_bl {
		 font-size: 20px;
	}
}
 