*{
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}


/* WhatsApp Button Styling */
.whatsapp-button {
  position: fixed;
  bottom: 30px;
  right: 50px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: visible;
  position: fixed;
}

.whatsapp-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
}

/* Tooltip Styling */
.whatsapp-tooltip {
  position: absolute;
  right: 70px; /* Position to the left of the WhatsApp button */
  background-color: #ffffff;
  color: #25D366;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

.whatsapp-button:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
}



@media (max-width: 480px) {
  .whatsapp-button {
      width: 50px;
      height: 50px;
      left: 15px;
  }

  .whatsapp-icon {
      width: 24px;
      height: 24px;
  }

}

@media (min-width: 481px) and (max-width: 768px) {
  .whatsapp-button {
      width: 55px;
      height: 55px;
  }

  .whatsapp-icon {
      width: 28px;
      height: 28px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .whatsapp-button {
      width: 60px;
      height: 60px;
  }

  .whatsapp-icon {
      width: 30px;
      height: 30px;
  }
}

@media (min-width: 1025px) {
  .whatsapp-button {
      width: 70px;
      height: 70px;
  }

  .whatsapp-icon {
      width: 35px;
      height: 35px;
  }
}





/* .hero {
  position: relative;
  height: 100vh;
  background: url('./images/20250904_1220_Smart\ City\ Skyline_simple_compose_01k49sgryvfz2rxys893xer7ns.png') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 75vh;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 15px;
  width: 50%;

}



.hero-txt-btn{
  display: flex;
  flex-direction: column;

  align-items: center;

  justify-content: space-between;
}
.hero-paragraph{
  font-size: 23px;
 
  letter-spacing: 1.5px;
  color: white;
  font-weight: bold;
  border-radius: 12px;
  background-color: rgb(0, 0, 0 , 0.7) ;
  padding: 15px 15px 15px 15px;
  display: flex;

  
}

.buttons .btn {
  display: inline-block;
  padding: 12px 25px;
  margin: 0 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}

.btn.primary {
  background: #12a98b;
  color: #fff;
}

.btn.secondary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn:hover {
  opacity: 0.8;
} */


.hero {
  position: relative;
  height: 100vh; /* Full screen */
  background: url('./images/Sky Smart City.webp') 
              no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 75vh;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 15px;
  width: 50%;
}

.hero-txt-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.hero-paragraph {
  font-size: 23px;
  letter-spacing: 1.5px;
  color: white;
  font-weight: bold;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
  display: flex;
}

/* Buttons */
.buttons .btn {
  display: inline-block;
  padding: 12px 25px;
  margin: 10px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}

.btn.primary {
  background: #12a98b;
  color: #fff;
}

.btn.secondary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn:hover {
  opacity: 0.8;
}

/* ✅ Responsive Styles */
@media (max-width: 992px) {
  .hero h1 {
    font-size: 2.2rem;
    width: 80%;  /* take more width on tablets */
  }
  .hero-paragraph {
    font-size: 18px;
    max-width: 90%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .hero {
    height: auto;
    padding: 60px 15px;
  }
  .hero {
  height: 65vh; /* Full screen */

}
  .hero-content {
    height: auto;
    gap: 20px;
  }
  .hero h1 {
    font-size: 1.8rem;
    width: 100%;
  }
  .buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    align-items: center;
  }
  .buttons .btn {
    width: 90%;
    max-width: 280px;
    text-align: center;
  }
  .hero-paragraph {
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 1.5rem;
  }
  .hero-paragraph {
    font-size: 14px;
    padding: 12px;
  }
  .buttons .btn {
    font-size: 14px;
    padding: 10px 20px;
    width: 47%;
  }
}

/* video section  */

/* Centered section for one video */
.gif-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  /* background: #000; */
  overflow: hidden;
}

/* Wrapper */
.video-wrapper {
  position: relative;
  width: 80%;
  background: #000;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

/* Main video (perfect size & ratio) */
.gif-main-video {
  width: 100%;
  height: 500px;
  object-fit: contain; /* shows full video, no cut */
  display: block;
  /* background: #000; */
}

/* Speaker icon */
.speaker-icon {
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 28px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.speaker-icon:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: scale(1.1);
}

/* 📱 Responsive design */
@media (max-width: 1024px) {
  .video-wrapper {
    width: 90%;
  }

  .gif-main-video {
    height: 400px;
  }

  .speaker-icon {
    width: 45px;
    height: 45px;
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .video-wrapper {
    width: 100%;
    border-radius: 0;
  }

  .gif-main-video {
    height: 250px;
  }

  .speaker-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
    bottom: 10px;
    right: 10px;
  }
}





/* ---- Purpose Section ---- */


.purpose {
  background: #e6e6e6;
  padding: 80px 20px;
  text-align: center;
}

.purpose .container {
  max-width: 900px;
  margin: 0 auto;
}

.purpose h2 {
  font-size: 2.5rem;
  color: #00a884;
  margin-bottom: 20px;
}

.six-years {
  color: rgb(255, 123, 0);
}

.purpose p {
  font-size: 1.2rem;
  color: #555;
  line-height: 1.6;
}

/* ---- Trusted By ---- */
.trusted-by {
  text-align: center;
}

.trusted-by .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

.trusted-by .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: black;
  margin-bottom: 15px;
}

.trusted-by .subline {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 50px;
}

.trusted-by .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.trusted-by .logos img {
  max-height: 60px;
  max-width: 160px;
  object-fit: contain;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.trusted-by .logos img:hover {
  opacity: 1;
  filter: none;
}

/* ✅ Tablet */
@media (max-width: 992px) {
  .purpose h2 {
    font-size: 2rem;
  }
  .trusted-by .section-title {
    font-size: 1.7rem;
  }
  .trusted-by .logos img {
    max-height: 55px;
    max-width: 140px;
  }
}

/* ✅ Mobile */
@media (max-width: 768px) {
  .purpose {
    padding: 60px 15px;
  }
  .purpose h2 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .purpose p {
    font-size: 1rem;
  }
  .trusted-by .logos {
    gap: 25px;
  }
  .trusted-by .logos img {
    max-height: 50px;
    max-width: 120px;
  }
}

/* ✅ Small Phones */
@media (max-width: 480px) {
  .purpose {
    padding: 40px 12px;
  }
  .purpose h2 {
    font-size: 1.4rem;
  }
  .trusted-by .section-title {
    font-size: 1.4rem;
  }
  .trusted-by .logos {
    gap: 20px;
  }
  .trusted-by .logos img {
    max-height: 40px;
    max-width: 100px;
  }
}






















.industries {
  background: #e6e6e6;
  padding: 80px 20px;
  text-align: center;
}

.industries .container {
  max-width: 1100px;
  margin: 0 auto;
}

.industries h2 {
  font-size: 2.5rem;
  color: #00a884;
  margin-bottom: 15px;
}

.industries .intro {
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 50px;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.industry-card {
  background: #f9f9f9;
  padding: 30px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  border-bottom: 4px solid #00a884;
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.industry-card h3 {
  font-size: 1.4rem;
  color: #12a98b; /* brand green */
  margin-bottom: 12px;
}

.industry-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  text-align: left;

}







/* .capabilities {
  background: #f4f7f9;
  padding: 80px 20px;
  text-align: center;
}

.capabilities .container {
  max-width: 1100px;
  margin: 0 auto;
}

.capabilities h2 {
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 15px;
}

.capabilities .intro {
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 50px;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.capability-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.capability-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.capability-card h3 {
  font-size: 1.4rem;
  color: #12a98b; 
  margin-bottom: 12px;
}

.capability-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
} */




.capabilities {
  background: #f9f9f9;
  padding: 80px 20px;
}

.capabilities .container {
  max-width: 1200px;
  margin: 0 auto;
}

.capabilities h2 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 40px;
  color: #00a884;
}

.capability-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
}

.capability-row.reverse {
  flex-direction: row-reverse;
}

.capability-text {
  flex: 1;
}

.capability-text h3 {
  font-size: 1.8rem;
  color: #12a98b;
  margin-bottom: 15px;
}

.capability-text p {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.6;
}

.capability-image {
  flex: 1;
}

.capability-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.btn-primary-1{
  display: inline-block;
  padding: 12px 25px;
  margin: 20px 10px 0 0;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
  background: #12a98b;
  color: #fff;
}

/* ✅ Responsive Adjustments */
@media (max-width: 992px) {
  .capabilities h2 {
    font-size: 2.2rem;
  }
  .capability-row {
    gap: 25px;
    margin-bottom: 60px;
  }
  .capability-text h3 {
    font-size: 1.6rem;
  }
  .capability-text p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .capability-row,
  .capability-row.reverse {
    flex-direction: column;  /* ✅ stack text + image */
    text-align: center;
  }
  .capability-text {
    width: 100%;
  }
  .capability-text h3 {
    font-size: 1.5rem;
  }
  .capability-text p {
    font-size: 0.95rem;
  }
  .capability-image img {
    max-width: 90%;   /* ✅ keep image neat */
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .capabilities {
    padding: 50px 15px;
  }
  .capabilities h2 {
    font-size: 1.8rem;
  }
  .capability-text h3 {
    font-size: 1.3rem;
  }
  .capability-text p {
    font-size: 0.9rem;
  }
  .capability-image img {
    max-width: 100%;
  }
}

















/* .smart-cities {
  position: relative;
  height: 80vh;
  background: url("images/20250904_1142_Majestic\ Urban\ Skyscrapers_simple_compose_01k49qb829e0ab61sc5tfdw53f.png") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smart-cities .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65); 
  display: flex;
  align-items: center;
  justify-content: center;
}

.smart-cities .content {
  text-align: center;
  color: #fff;
  max-width: 900px;
  padding: 20px;
}

.smart-cities h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

.smart-cities p {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.6;
  color: #e5e5e5;
} */





.smart-cities {
  position: relative;
  min-height: 80vh;
  background: url("images/urban-sky.webp") 
              no-repeat center center;
  background-size: cover;
  background-attachment: fixed; /* ✅ works only on desktop */
  display: flex;
  align-items: center;
  justify-content: center;
}

.smart-cities .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
}

.smart-cities .content {
  text-align: center;
  color: #fff;
  max-width: 900px;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.smart-cities h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

.smart-cities p {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.6;
  color: #e5e5e5;
}

/* ✅ Tablet Fix */
@media (max-width: 992px) {
  .smart-cities {
    background-attachment: scroll; /* ✅ disable parallax */
    min-height: auto;
    padding: 180px 20px;
  }
  .smart-cities h2 {
    font-size: 2.2rem;
  }
  .smart-cities p {
    font-size: 1.1rem;
    max-width: 90%;
    margin: 0 auto;
  }
}

/* ✅ Mobile Fix */
@media (max-width: 768px) {
  .smart-cities {
    background-attachment: scroll; /* ✅ safe on mobile */
    padding: 160px 15px;
    min-height: auto;
  }
  .smart-cities h2 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .smart-cities p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ✅ Small Phones */
@media (max-width: 480px) {
    .smart-cities {
    background-attachment: scroll; /* ✅ safe on mobile */
    padding: 160px 15px;
    min-height: auto;
  }
  .smart-cities h2 {
    font-size: 1.5rem;
    /* padding: 160px 15px; */
  }
  .smart-cities p {
    font-size: 0.9rem;
    padding: 0 10px;
  }
}



/* Success Stories Section */
.success-stories {
  background: #e6e6e6;
  padding: 100px 20px;
  text-align: center;
}

.success-stories h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #00a884;
}

.success-stories .section-subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 60px;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.story-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-top: 4px solid #12a98b; /* brand color accent */
}

.story-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.story-card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #12a98b;
  margin-bottom: 15px;
}

.story-card p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}













/* Why Choose Us Section */
/* .why-choose-us {
  background: #f9fafc; 
  padding: 80px 20px;
}

.why-choose-us .container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.why-choose-us .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 50px;
  position: relative;
}

.strengths {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 40px;
}

.strength {
  flex: 1 1 250px;
  max-width: 320px;
  text-align: left;
  padding-left: 50px;
  position: relative;
}

.strength .icon {
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #12a98b; 
}

.strength p {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.6;
  font-weight: 500;
}


@media (max-width: 768px) {
  .strengths {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .strength {
    padding-left: 0;
  }
  .strength .icon {
    position: static;
    margin-bottom: 10px;
  }
} */


/* Why Choose Us Section */
.why-choose-us {
  background: #f9fafc; 
  padding: 80px 20px;
}

.why-choose-us .container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.why-choose-us .section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #00a884;
  margin-bottom: 60px;
}

.strengths {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.strength {
  background: #fff;
  padding: 40px 25px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  flex: 1 1 280px;
  max-width: 320px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-bottom: 4px solid #00a884;
}

.strength:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.strength .icon {
  margin-bottom: 20px;
}

.idea-to-product{
  width: 120px;
  height: 100px;
}
.idea-to-product-idea{
  width: 165px;
  height: 130px;
}
.idea-to-product-scale{
  width: 150px;
  height: 100px;
}
.strength svg {
  width: 60px;
  height: 60px;
  fill: #00a884;
}

.strength p {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.6;
  font-weight: 500;
}

/* ✅ Tablet */
@media (max-width: 992px) {
  .why-choose-us .section-title {
    font-size: 2rem;
  }
  .strength {
    flex: 1 1 45%;
    max-width: 100%;
    padding: 30px 20px;
  }
  .strength svg {
    width: 50px;
    height: 50px;
  }
  .strength p {
    font-size: 1rem;
  }
}

/* ✅ Mobile */
@media (max-width: 768px) {
  .strengths {
    flex-direction: column;
    align-items: center;
  }
  .strength {
    width: 100%;
    max-width: 350px;
    padding: 25px 15px;
  }
  .strength svg {
    width: 45px;
    height: 45px;
  }
  .strength p {
    font-size: 0.95rem;
  }
}

/* ✅ Small Phones */
@media (max-width: 480px) {
  .why-choose-us {
    padding: 50px 15px;
  }
  .why-choose-us .section-title {
    font-size: 1.8rem;
  }
  .strength {
    padding: 20px 0px;
  }
  .strength svg {
    width: 40px;
    height: 40px;
  }
  .strength p {
    font-size: 0.9rem;
  }
}







/* Container */
.stats-section {
  padding: 80px 0;
  font-family: 'Poppins', sans-serif;
  background: #e6e6e6;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}

/* Left Side */
.stats-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* border: 1px solid rgb(187, 187, 187); */
  border-radius: 10px;
  overflow: hidden;
}
.stat-item {
  padding: 40px 20px;
  text-align: center;
  /* background: #fafafa; */
  border: 1px solid rgb(187, 187, 187);
}
.stat-number {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
.stat-item p {
  font-size: 15px;
  color: #444;
}
.green { 
    color: #22b573;
    font-weight: 800 !important
 }
.blue { color: #0066ff; font-weight: 800 !important }
.dark { color: #0a0a3f; font-weight: 800 !important }
.orange { color: #f7941e; font-weight: 800 !important }

/* Right Side */
.stats-content .subtitle {
  color: #f7941e;
  font-weight: 600;
  font-size: 22px;
  font-weight: 800 !important;
  margin-bottom: 10px;
}
.stats-content .title {
  font-size: 28px;
  /* font-weight: 700; */
  font-weight: 790 !important;
  color: #0a0a3f;
  margin-bottom: 15px;
  line-height: 1.3;

}
.stats-content p {
  color: #555;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
}
.btn {
  display: inline-block;
  padding: 12px 26px;
  background: linear-gradient(90deg, #0066ff, #0044cc);
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  margin-bottom: 25px;
  transition: 0.3s;
}
.btn:hover {
  opacity: 0.9;
}

/* Awards */
.awarded-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #f7941e;
  font-weight: 800 !important
}
.awards {
  display: flex;
  gap: 20px;
  align-items: center;
}
.awards img {
  height: 60px;
  width: auto;
}



/* Regions Served Section */
.regions {
  margin: 0;
  padding: 60px 20px;
  background: #fff;
}

.regions-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #00a884;
  margin-left: 40px;
}

.regions-map img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  max-height: 600px;
  object-fit: cover;
}

/* ✅ Tablet */
@media (max-width: 992px) {
  .regions {
    padding: 50px 20px;
  }

  .regions-heading {
    font-size: 2rem;
    margin-left: 20px;
    text-align: left;
  }

  .regions-map img {
    max-height: 500px;
  }
}

/* ✅ Mobile */
@media (max-width: 768px) {
  .regions {
    padding: 40px 15px;
  }

  .regions-heading {
    font-size: 1.6rem;
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .regions-map img {
    max-height: 400px;
    border-radius: 10px;
  }
}

/* ✅ Small Phones */
@media (max-width: 480px) {
  .regions {
    padding: 30px 12px;
  }

  .regions-heading {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .regions-map img {
    max-height: 300px;
    border-radius: 8px;
  }
}




/* Icon with subtitle */
.subtitle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
}
/* .subtitle-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #12a98b; 
  display: flex;
  align-items: center;
  justify-content: center;
} */
.subtitle-icon img {
  width: 40px;
  height: 40px;
}

/* Story Slider */
.story-slider {
  position: relative;
  overflow: hidden;
}
.story-slide {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.story-slide.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media(max-width: 992px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .stats-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media(max-width: 600px) {
  .stats-box {
    grid-template-columns: 1fr;
  }
  .stat-item {
    padding: 25px 15px;
  }
}
























.services-section {
  padding: 80px 0;
  font-family: 'Poppins', sans-serif;
  background: #e6e6e6;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;

}

/* Left Content */
.services-content .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: rgb(7, 28, 77);
  margin-bottom: 15px;
  font-family: sans-serif;
}
.services-content .subtitle {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}
.service-item {
  display: flex;
  gap: 18px;
  margin-bottom: 25px;
}
.service-item h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #0a0a3f;
}
.service-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.service-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

/* Right Illustration */
.services-illustration img {
  max-width: 100%;
  height: auto;
}

/* Responsive */
@media(max-width: 992px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: left;
  }
  .services-illustration {
    text-align: center;
  }
}

























/* Final Call to Action Section */
.cta-final {
  background: linear-gradient(
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.65)
    ),
    url("./images//20250904_1248_AI-Human\ Office\ Partnership_simple_compose_01k49v34b0eynrb6pc689arc9f.png") center/cover no-repeat;
  background-attachment: fixed;  /* 🔥 Fixed background effect */
  min-height: 50vh;             /* Full screen height */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 60px 20px;
}

.cta-final h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
}

.cta-btn {
  display: inline-block;
  padding: 16px 40px;
  background: #12a98b;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(18, 169, 139, 0.3);
}

.cta-btn:hover {
  background: #0e8d72;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(18, 169, 139, 0.45);
}











