/* css for AI services goes under */

.ai-heading {
  font-size: 65px;
  font-weight: 800;
  margin-bottom: 30px;
  display: block;         
  text-align: center;  
  margin-top:30px; 
}

/* Ai-hero css goes under */

.ai-hero{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 17px 20px;
  gap: 40px;
  font-family: "Raleway", sans-serif;
}

/* Left side (text) */
.ai-hero .hero-left {
  flex: 1;
}


.ai-section h2 {
  font-size: 45px;         /* balanced heading size */
  font-weight: 700;        /* bold & clean */
  color: #1a1a1a;          /* dark professional color */
  line-height: 2;        /* good readability */
  margin-top: 0;           /* no extra space on top */
  margin-bottom: 20px;
  display: block;         
  text-align: center;  
}

.ai-hero p {
  font-size: 22px;         /* clean readable body text */
  line-height: 1.7;        /* relaxed spacing */
  color: #555;             /* soft gray for paragraph */
  max-width: 700px;        /* keep text width balanced */
  margin-bottom: 20px;     /* spacing after paragraph */
   text-align: justify;
}


/* Right side (image) */
.ai-hero .hero-right {
  flex: 1;
  text-align: right;
}

.ai-hero .hero-right img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0px 8px 24px rgba(0,0,0,0.1);
}


/* ai why  ccs goes under*/

.ai-why {
  max-width: 1195px;
  margin: -50px auto;
  padding: 20px;
  font-family: "Raleway", sans-serif;
  color: #1a1a1a;
}

/* Heading */
.ai-why h2 {
  font-size: 34px;
  font-weight: 700;
  margin: 0 auto 20px auto;
  display: block;
  line-height: 1.3;
  text-align: center;

  }

/* Paragraph */
.ai-why p {
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 25px;
  color: #444;
  text-align: justify;
}

/* List */
.ai-why ul {
  list-style: disc;
  padding-left: 20px;
}

.ai-why li {
  font-size: 24px;
  margin-bottom: 12px;
  color: #222;
}

 /*ai-services css goes under */
.ai-services {
  padding: 100px 20px;
  background: #fff;
}

.ai-services-container {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Text */
.ai-services-content {
  flex: 1 1 50%;
}
/* 
.ai-services-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0b1220;
  margin-bottom: 15px;
  line-height: 1.3;
} */

.ai-services-content p {
  font-size: 24px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}
.ai-services-content ol {
  list-style: none;   /* removes numbering/bullets */
  padding-left: 0;    /* removes left spacing */
  margin: 0;
}

.ai-services-content li {
  font-size: 22px;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.6;
}

.ai-services-content strong {
  color: black;
  font-weight: 600;
}

/* Image wrapper */
.company-image-wrapper {
  position: relative;
  flex: 1 1 50%;
  height: 555px;
  border-radius: 16px;
  overflow: hidden;
}

/* Gradient glow */
.company-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--gold-deep, #b8860b), var(--gold-classic, #ffd700));
  border-radius: 20px;
  transform: rotate(6deg);
  filter: blur(40px);
  opacity: 0.25;
  z-index: 0;
}

/* Actual image */
.company-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
}

.company-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.ai-industries {
   margin: 50px auto;
  padding: 0px 60px; /* 20px top/bottom, 40px left/right */
}

.ai-industries h2 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0b1220;
}

.ai-industries p {
  font-size: 22px;
  color: #444;
  margin-bottom: 25px;
  line-height: 1.6;
}

.ai-industries ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.industries-p {
  font-size: 22px;
  color: #222;
  margin-bottom: 12px;
  line-height: 1.6;
}

.ai-industries li strong {
  color: #111;
}

.ai-why-qutbee {
   margin: 50px auto;
  padding: 45px 60px; /* 20px top/bottom, 40px left/right */
}

.ai-why-qutbee h2 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0b1220;
}

.ai-why-qutbee p {
  font-size: 22px;
  color: #444;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* .ai-why-qutbee ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
} */

.ai-why-qutbee li {
  font-size: 22px;
  color: #222;
  margin-bottom: 12px;
  line-height: 1.6;
}


/* .ai-faq {
  max-width: 800px;
  margin: 85px auto;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.ai-faq h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #1a2b5f;
}

.faq-item {
  margin-bottom: 15px;
  text-align: left;
} */

/* .faq-question {
  width: 100%;
  padding: 18px 20px;
  font-size: 24px;
  font-weight: 600;
  background: #f7f9fc;
  border: none;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: background 0.3s;
}

.faq-question:hover {
  background: #eef2f9;
}

.faq-answer {
  display: none;
  padding: 15px 20px;
  background: #fff;
  border-left: 3px solid #2d6cdf;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  margin-top: -5px;
}

.faq-answer p {
  margin: 0;
  font-size: 24px;
  color: #444;
  line-height: 1.6;
} */

.icon {
  font-size: 18px;
  transition: transform 0.3s;
}

.ai-cta {
  text-align: center;
  padding: 105px 20px 25px;
  background: #fff;
  font-family: "Poppins", sans-serif;
  margin:-120px 0;
  /* background:linear-gradient(135deg, var(--primary-color) 0%, #1e40af 100%); */
}

.ai-cta h2 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1a1a2e;
}

.ai-cta h2 span {
  color: #2d6cdf; /* blue highlight */
}

.ai-cta p {
  font-size: 22px;
  color: #444;
  margin-bottom: 25px;
}
.email {
  font-size: 22px;
  color: #444;
  margin-right: 25px;
}


 .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  background: linear-gradient(90deg, #00b4db, #004e92);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
} 

.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}



