@charset "utf-8";

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Montserrat:wght@500&display=swap');

/* Reset defaults */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@700&display=swap');
p {
  margin-bottom: 1.5em; /* You can adjust this value */
  line-height: 1.6; 
	text-align: left;
	margin-bottom: 15px;
	color: #373232;
	/* space below each paragraph *//* Optional: improves readability */
}

h1 {
  font-family: 'League Spartan', sans-serif;
  font-size: 3rem;
	font-weight: 200;
  letter-spacing: 1px;
  color: #1D3557;
  text-transform: none;
	padding-bottom: 10px;
}
/* Full-width header background */
.main-header1 {
  background-color: #ffF;
  width: 100%;
  padding: 20px 0;
}

/* Sub-header container */
.sub-header1 {
  width: 80%;
  margin: 0 auto;
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  flex-wrap: wrap;
  position: relative;
}
/* Full-width header background */
.main-header {
  background-color: #4C738F;
  width: 100%;
  padding: 10px 0;
}

/* Sub-header container */
.sub-header {
  width: 60%;
  margin: 0 auto;
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  flex-wrap: wrap;
  position: relative;
}

/* Logo text */
.logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  color: #4C738F;
}

/* Nav styles */
.nav {
  display: flex;
}

.nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav a {
  text-decoration: none;
  color: #4C738F;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav a:hover {
  color:#2E5D88;
}
/* Hamburger menu button */
.menu-toggle {
  font-size: 26px;
  color: #fff;
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 5px;
}
/* Header Message Area */
.header-message {
  background-color: transparent; /* or a light shade if you prefer */
  text-align: Left;
  padding: 20px 10px;
  width: 70%;
  margin: 0 auto;
}

.header-message h1 {
	text-align:center;
  font-family: 'League Spartan', sans-serif;
  font-size: 3rem;
	font-weight: 400;
  color: #fff; /* or your chosen brand color */
  margin-bottom: 15px;
}

.header-message p {
  font-size: 1.1rem;
  color: #f0f0f0;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Page content container */
.page-content {
  max-width: 80%;
  margin: 40px auto;
  padding: 10px, 20px;
}
.centered-section {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 10px;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #1D3557; /* navy blue or your chosen headline color */
}
.subsection-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  text-align: left;
  flex-wrap: wrap;
}

.subsection {
  flex: 1;
  min-width: 280px;
}

/* For section 1 main Layout wrapper: side-by-side on desktop, stacked on mobile  main*/
/* chatbots*/
.double-feature {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding: 60px 5%;
  flex-wrap: wrap; /* Enables stacking on small screens */
}

.feature-box {
  flex: 1 1 45%;
  background-color: none;
  border-radius: 8px;
  padding: 20px;
  min-width: 300px;
  
}

.feature-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}/**/

.image-column img {
  flex: 1 1 40%;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
	max-width: 100%;
}

.text-column {
  flex: 1;
}

.text-column h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.text-column p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}
/* thought leaderships */
.content-section {
  display: flex;
  justify-content: space-between;
 /* align-items: center; /* vertically centers image */
  flex-wrap: wrap; /* allows wrapping on small screens */
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px;
  gap: 40px;
}

/* Left side: text content */
.content-text {
  flex: 1 1 50%;
}

.content-text h2 {
  font-family: 'League Spartan', sans-serif;
  font-size: 2rem;
  color: #1D3557;
  margin-bottom: 20px;
}

.content-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

/* Right side: image */
.content-image {
  flex: 1 1 40%;
  display: flex;
  /*justify-content: center;*/
 /* align-items: center;*/
}

.content-image img {
  max-width: 80%;
  height: auto;
  display: block;
  object-fit: contain;
	
}
/* customer logo carsol*/
.css-carousel {
  width: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 40px 0;
  /*text-align: center;*/
}

.css-carousel h2 {
  margin-bottom: 30px;
  font-size: 2rem;
	font-weight: 400;
  color:  #1D3557;
}

.carousel-track {
  display: flex;
  gap: 40px;
  animation: scroll-left 120s linear infinite;
  width: max-content;
}

.carousel-slide {
  min-width: 200px;
  padding: 20px 30px;
  background-color: #ffffff;
  /*border: 1px solid #ccc;
  border-radius: 8px;*/
  font-size: 2rem;
  font-weight: bold;
  color:#1d3557;
 /* box-shadow: 0 2px 6px rgba(0,0,0,0.1);*/
}
/* Footer */
.main-footer {
  background-color: #4C738F;
	align-items: center;
  padding: 10px 0;
}

.sub-footer {
  width: 80%;
  margin: 0 auto;
  padding: 5px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}
/*about*/
/*contactus


@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/*het in touch button unicersal*/
.get-in-touch-button {
  display: inline-block;
  padding: 12px 32px;
  background-color: #007BFF; /* Primary blue */
  color: white;
  text-decoration: none;
  font-size: 16px;
  border-radius: 12px; /* Rounded corners */
  text-align: center;
  transition: background-color 0.3s ease;
}

.get-in-touch-button:hover {
  background-color: #0056b3; /* Darker on hover */
}
/* Responsive Styles */
@media (max-width: 768px) {
  .nav {
    width: 100%;
    display: none;
    margin-top: 15px;
  }

  .nav.active {
    display: block;
  }

  .nav ul {
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
  }

  .nav a {
    display: block;
    padding: 10px 0;
  }

  .menu-toggle {
    display: block;
    position: absolute;
    top: 20px;
    right: 30px;
  }
	
	/* sub section on chat bots within main */
	  .double-feature {
    flex-direction: column;
    align-items: center;
  }

  .feature-inner {
    flex-direction: column;
    text-align: center;
  }

  .image-column img {
    max-width: 80%;
	 
  }
	/* sub section on thought leadership within main */
	 .section-text {
    column-count: 1;
  }
	.content-section {
    flex-direction: column;
    text-align: center;
  }

  .content-text, .content-image {
    flex: 1 1 100%;
  }

  .content-image {
    margin-top: 20px;
  }
	/*about*/

}