.hero-section {
	background: 
        url('../chatbot-ai/bot-icon-left.svg') left 8% center no-repeat,
        url('../chatbot-ai/bot-icon.svg') right 8% center no-repeat,
        url('../chatbot-ai/BannerBgAboutUS.webp') center center no-repeat;
    background-size: 90px, 90px, cover;
	background-blend-mode: difference;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
    padding-top: 60px;
}
.hero-section-icons{
	display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.bigger-icon {
	width: 48px;
	height: 48px;
}
.bottom-icons{
	margin: 10px 0;
}
.smaller-icon{
	width: 30px;
	height: 30px;
}
.hero-section .robot-left,
.hero-section .robot-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 220px; 
    height: 220px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.hero-section .robot-right{
	 right: 8%;
     background-image: url('../chatbot-ai/bot-icon.svg');
     background-position: right center;
}
.hero-section .robot-left{
	 left: 8%;
     background-image: url('../chatbot-ai/bot-icon-left.svg');
     background-position: left center;
}
.hero-section .main-content{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
	max-width: 930px;
}
/* Heading styling */
 .hero-heading {
     font-family: "IBM Plex Sans", serif;
     font-size: 30px;
     font-weight: 700;
     line-height: 70px;
	 color: #fff;
}
 .hero-heading span {
     font-size: 60px;
     font-weight: 700;
     display: block;
}
/* Paragraph styling */
 .hero-text {
     font-family: "IBM Plex Sans", serif;
     font-size: 16px;
     font-weight: 400;
     line-height: 24px;
     color: #FFFFFFCC;
     max-width: 700px;
     margin: 20px auto;
}
/* Button styling */
.start-project-wrapper {
	margin: 70px auto 0;
}
.start-project-btn {
	background-color: #FFCC00 !important;
    color: #000 !important;
}
.start-project-btn:hover, .start-project-btn:focus {
     background-color: #173ba9 !important;
     color: #FFF !important;
	 border-color: #173ba9 !important;
     outline: none;
}
.desktop-image {
    display: block;
}

.mobile-image {
    display: none;
}
 .chatbot-section {
     display: flex;
     flex-direction: column;
     align-items: center;
     text-align: center;
     padding: 50px 15px;
     position: relative;
     overflow: hidden;
}
/* Content max width */
 .chatbot-content {
     max-width: 900px;
     color: #000000;
     font-family: "IBM Plex Sans", serif;
     font-size: 16px;
     font-weight: 400;
     line-height: 24px;
     margin: 20px auto;
}
/* Image styling */
 .chatbot-image {
     width: 100%;
     max-width: 600px;
     margin: 20px 0;
}
/* Half-circle styling */
 .left-circle, .right-circle {
     position: absolute;
     background-color: #DFE6EE;
     width: 150px;
     height: 250px;
     border-radius: 0 140px 140px 0;
}
 .left-circle {
     top: 50%;
     left: -100px;
}
 .right-circle {
     top: 50px;
     right: -100px;
     transform: scaleX(-1);
}
 .settings-icon{
     margin-top: 10px;
     margin-left: 150px;
     width: 89px;
     height: 150px;
}
 .floating-settings{
     position: absolute;
     top: 50%;
     right: 10%;
     transform: scaleX(-1);
}
 .floating-settings-left{
     position: absolute;
     left: 2%;
     transform: scaleX(-1);
}
/* Section Container Styling */
 .what-we-do-section {
     padding: 0 15px 150px;
     text-align: center;
}
 .text-content {
     background-repeat: no-repeat;
     background-size: contain;
     max-width: 1100px;
     margin: 0 auto;
}
 .text-content-right{
     background-image: url('../chatbot-ai/bot-icon.svg');
     background-position: right center;
}
 .text-content-left{
     background-image: url('../chatbot-ai/bot-icon-left.svg');
     background-position: left center;
}
 .what-we-offer-section {
     padding: 0 15px;
     text-align: center;
     position: relative;
}
/* Section Title */
 .section-subtitle {
     font-family: "IBM Plex Sans", serif;
     font-size: 18px;
     font-weight: 400;
     line-height: 30px;
     color: #000000;
     margin-bottom: -15px;
}
/* Flexbox for Heading and Icon */
 .heading-container {
     display: flex;
     align-items: center;
    /* Center vertically */
     justify-content: center;
    /* Center horizontally */
     max-width: 800px;
     margin: 0 auto;
}
/* Section Heading */
 .section-title {
     font-family: "IBM Plex Sans", serif;
     font-size: 39px;
     font-weight: 700;
     line-height: 50px;
     color: #FF0004;
     margin-bottom: 20px;
}
/* Introductory Paragraph */
 .section-intro {
     font-family: "IBM Plex Sans", serif;
     font-size: 16px;
     font-weight: 400;
     line-height: 24px;
     color: #000000;
     max-width: 800px;
     margin: 0 auto 40px;
}
/* Image Pointing to Heading */
 .heading-icon {
     width: 60px;
     position: relative;
     bottom: 70px;
     left: 40px;
}
 .heading-icon.right{
    /* right: 40px;
     */
     left:-40px;
}
/* Card Container */
 .card-container {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 20px;
}
/* Card Styling */
 .chatboard-card {
     background: linear-gradient(180deg, #0961B1 0%, #173BA9 100%);
     border-radius: 10px;
     padding: 20px;
     max-width: 300px;
     text-align: center;
     color: #fff;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/* Card Image */
 .chatboard-card img {
     width: 50px;
     height: 50px;
     margin-bottom: 15px;
}
/* Card Heading */
 .chatboard-card-title {
     font-family: "IBM Plex Sans", serif;
     font-size: 18px;
     font-weight: 600;
     line-height: 24px;
     color: #FFFFFF;
     margin-bottom: 10px;
}
/* Card Text */
 .chatboard-card-text {
     font-family: "IBM Plex Sans", serif;
     font-size: 16px;
     font-weight: 400;
     line-height: 24px;
     color: #FFFFFF;
}
 .two-columns-section {
     padding: 20px 20px 100px;
     position: relative;
     overflow: hidden;
}
 .main-Container {
     margin: 0 auto;
     max-width: 1100px;
}
 .custom-container {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 20px;
    /* Space between items */
}
 .item {
     display: flex;
     flex-direction: row;
    /* Stack image and text vertically */
     align-items: center;
     padding: 0;
    /* Padding inside items */
}
 .image-container {
     margin-right: 30px;
    /* Space between image and text */
}
 .image-container img {
     width: 50px;
     height: 50px;
}
 .heading {
     font-size: 24px;
     font-weight: 700;
     line-height: 32px;
     text-align: left;
     color: #000;
     margin-bottom: 8px;
    /* Space below heading */
}
 .paragraph {
     font-size: 16px;
     font-weight: 500;
     line-height: 24px;
     text-align: left;
     color: #000;
}
 .case-study-section {
     background-image: url('../chatbot-ai/pause-breath-bg.webp');
     background-size: cover;
     background-position: center;
     position: relative;
     padding: 60px 20px;
     color: #fff;
}
 .overlay {
     background-color: rgba(0, 0, 0, 0.6);
    /* Dark overlay for readability */
     padding: 60px 0;
     width: 100%;
     height: 100%;
}
 .content-container {
     display: flex;
     flex-direction: row;
     max-width: 1200px;
     margin: 0 auto;
     gap: 20px;
     padding: 20px;
}
 .text-column {
     flex-basis: 70%;
     display: flex;
     flex-direction: column;
     justify-content: center;
}
 .small-heading {
     font-size: 18px;
     font-weight: 600;
     line-height: 18px;
     color: #fff;
     margin-bottom: 10px;
}
 .title-image-row {
     display: flex;
     align-items: center;
     gap: 0;
     margin-bottom: 20px;
}
 .main-heading {
     font-size: 40px;
     font-weight: 600;
     line-height: 55px;
     color: #fff;
     flex: 1;
}
 .title-image {
     width: 200px;
    /* Adjust as needed */
     height: auto;
}
 .description {
     font-size: 18px;
     font-weight: 400;
     line-height: 30px;
     color: #fff;
     margin-bottom: 20px;
}
 .read-more-button {
     display: inline-block;
     padding: 12px 24px;
     font-size: 16px;
     font-weight: 600;
     color: #fff;
     background-color: #007bff;
     text-decoration: none;
     border-radius: 4px;
     transition: background-color 0.3s ease;
}
 .read-more-button:hover {
     background-color: #0056b3;
}
 .image-column {
     flex-basis: 30%;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .case-study-image {
     width: 100%;
     height: auto;
     max-width: 250px;
     border-radius: 8px;
}
 .blog-section{
     padding: 60px;
     position: relative;
     overflow: hidden;
}
 .blog-section .section-heading{
     font-family: "IBM Plex Sans", serif;
     font-size: 40px;
     line-height: 50px;
     font-weight: 700;
     text-align: center;
     color: #FF0000;
}
 .post-content h3{
     text-align: start;
}
 .post-content h3 a{
     color: #000;
     text-decoration: none;
     cursor: pointer;
}
 .responsive-three-columns .badge{
     display:none;
}
.faq-wrap-main{
	margin: 0 0 80px !important;
}
 .faq-agile-text-banner{
     font-family: "IBM Plex Sans", serif;
     font-size: 40px;
     line-height: 50px;
     font-weight: 700;
     text-align: left;
     color: #FF0000;
	 margin-bottom: 20px !important;
}
 .first-letter {
     display: inline-block;
     position: relative;
     z-index: 2;
}
 .speech-bubble {
     position: relative;
     bottom: 70px;
     left: 30px;
}
 .speech-bubble-right {
     position: relative;
     bottom: 70px;
     right: 40px;
     float: right;
}
/* Owl Carousel styling */
 .logo-slider-section {
     padding: 120px 20px;
}
 .logo-slider .item {
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 25px;
     background: #F6F6F6;
     border-radius: 10px;
     margin: 5px;
}
 .logo-slider img {
     width: 100px;
     height: 45px !important;
     object-fit: contain;
     transition: transform 0.3s;
    /* Add hover effect */
}
/* Responsive styling */
 @media (max-width: 992px) {
     .hero-heading {
         font-size: 26px;
         line-height: 50px;
    }
     .hero-heading span {
         font-size: 48px;
    }
     .hero-text {
         font-size: 15px;
         line-height: 22px;
    }
     .chatbot-content {
         font-size: 15px;
    }
     .left-circle, .right-circle {
         opacity: 0.3;
    }
     .heading-icon{
         display: none;
    }
     .text-content-right {
         background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../chatbot-ai/bot-icon.svg');
    }
     .text-content-left {
         background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../chatbot-ai/bot-icon-left.svg');
    }
}
 @media (max-width: 768px) {
 	.image-column {
        flex-basis: auto;
    }
 	 .desktop-image {
        display: none;
    }

    .mobile-image {
        display: block;
    }
     .hero-section {
         height: auto;
         padding: 50px 15px;
    }
	.hero-section .robot-left,
	.hero-section .robot-right{
		opacity: 0.2;
	}
     .hero-heading {
         font-size: 22px;
         line-height: 40px;
    }
     .hero-heading span {
         font-size: 36px;
    }
     .hero-text {
         font-size: 14px;
         line-height: 20px;
    }
     .chatbot-content {
         font-size: 14px;
         padding: 0 10px;
    }
     .chatbot-image {
         max-width: 450px;
    }
     .section-title {
         font-size: 30px;
         line-height: 40px;
    }
     .section-intro {
         font-size: 14px;
         line-height: 22px;
    }
     .chatboard-card {
         max-width: 100%;
    }
     .custom-container {
         grid-template-columns: 1fr;
        /* Stack items on smaller screens */
    }
     .heading {
         font-size: 22px;
         line-height: 28px;
    }
     .paragraph {
         font-size: 14px;
         line-height: 20px;
    }
     .content-container {
         flex-direction: column;
         gap: 20px;
    }
     .main-heading {
         font-size: 22px;
         line-height: 28px;
         text-align: center;
    }
     .description {
         font-size: 16px;
         line-height: 24px;
         text-align: center;
    }
     .title-image-row{
         flex-direction: column;
    }
     .blog-section .section-heading{
         font-size: 22px;
         line-height: 28px;
        ;
    }
     .blog-section{
         padding: 30px 0;
    }
     .faq-agile-text-banner{
         font-size: 22px;
         line-height: 28px;
    }
     .settings-icon{
         opacity: 0.1;
    }
     .text-column{
         align-items: center;
    }
     .speech-bubble, .speech-bubble-right {
         display:none;
    }
     .text-content-right {
         background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../chatbot-ai/bot-icon.svg');
    }
     .text-content-left {
         background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../chatbot-ai/bot-icon-left.svg');
    }
     .logo-slider-section{
         Padding: 20px;
    }
	.what-we-do-section {
		 padding: 0 15px 100px;
	}
	.faq-wrap-main{
		margin: 0 0 40px !important;
	}
}
 @media (max-width: 480px) {
     .hero-heading {
         font-size: 16px;
         line-height: 24px;
    }
     .hero-heading span {
         font-size: 28px;
         line-height: 30px;
    }
     .hero-text {
         font-size: 12px;
         line-height: 18px;
    }
     .hero-btn {
         font-size: 13px;
         padding: 10px 16px;
    }
     .chatbot-content {
         font-size: 13px;
    }
}
@media (max-width: 375px) {
    .content-container {
        padding: 5px;
    }
}