 body {
      margin: 0;
      font-family: "Inter", sans-serif;
    }

    /* ================= NAVBAR ================= */
    .custom-navbar {
      position: absolute;
      width: 100%;
      top: 20px;
      z-index: 999;
    }
	
	/* Mobile */
	@media (max-width: 767px){
	.custom-navbar{
		position: relative; /* or fixed if you want sticky mobile menu */
		top: 0;
		padding: 10px 15px;
	}
	}

    .logo {
      width: 187px;
      margin-right: 8px;
    }

    .brand-text {
      font-weight: 700;
      font-size: 22px;
      color: #1e3a8a;
    }

    .ai-text {
      color: #ff6a00;
    }

    /* Menu box */
    .menu-box {
      background: rgba(255,255,255,0.9);
      padding: 8px 25px;
      border-radius: 12px;
      backdrop-filter: blur(8px);
    }

    .nav-link {
      color: #333;
      margin: 0 10px;
      font-weight: 500;
    }

    .nav-link.active {
      color: #ff6a00;
    }

    /* Button */
    .call-btn {
      background: #ff6a00;
      color: #fff;
      padding: 10px 18px;
      border-radius: 8px;
      font-weight: 600;
    }

    .call-btn:hover {
      background: #e65c00;
      color: #fff;
    }

    .navbar-toggler {
      border: none;
    }

    .navbar-toggler:focus {
      box-shadow: none;
    }

    /* ================= HERO ================= */
    .hero-section {
      position: relative;
      height: 100vh;
      overflow: hidden;
    }
	
	

    .hero-bg {
      position: absolute;
      width: 100%;
      height: 100%;
      background: url('Frame 1 (1).png') no-repeat center/cover;
      z-index: 1;
    }

   .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;

      background: linear-gradient(rgb(255 255 255 / 38%), rgba(255, 255, 255, 0.75)), url(../image/rectangle-1.png) no-repeat center / cover;

}

    .hero-content {
      position: relative;
      z-index: 3;
      top: 50%;
      transform: translateY(-50%);
      text-align: center;
      max-width: 900px;
    }

    .tag {
      display: inline-block;
      background: #f3e3cf;
      padding: 6px 15px;
      border-radius: 20px;
      font-size: 14px;
      margin-bottom: 20px;
    }

    .hero-title {
      font-size: 42px;
      font-weight: 700;
      color: #3d4352;
	   font-family: "Inter", sans-serif;
	   padding-top:50px;
    }

    .highlight {
       background: linear-gradient(90deg, #3D4459 0%, #FF6600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    }

    .hero-subtitle {
      font-size: 46px;
      font-weight: 700;
      margin-top: 10px;
    }

    .lpa {
      margin-top: 10px;
      font-size: 20px;
      font-weight: 600;
    }

    .lpa span {
      color: #ff6a00;
    }

    .hero-text {
      margin-top: 20px;
      font-size: 18px;
      color: #555;
	  font-family: "Inter", sans-serif;
    }

    .explore-btn {
      margin-top: 25px;
      padding: 12px 28px;
      background: #ff6a00;
      color: #fff;
      border-radius: 30px;
      font-weight: 600;
      display: inline-block;
      text-decoration: none;
    }

    .explore-btn:hover {
      background: #e65c00;
      color: #fff;
    }

    /* ================= MOBILE ================= */
    @media (max-width: 991px) {

      .menu-box {
        margin-top: 15px;
        padding: 15px;
      }

      .nav-link {
        margin: 10px 0;
      }

      .hero-title {
        font-size: 35px;
		padding-top:40px;
      }

      .hero-subtitle {
        font-size: 26px;
      }

      .hero-text {
        font-size: 14px;
      }
    }
	
	/* Desktop only */
@media (min-width: 992px) {
  .martopde {
    margin-top: -80px;
  }
}


.clouapi-stats{
	padding-top:20px;
	border-top:1px solid #e1d9d9;
}	
	
	
	.stats-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background: #f8f8f8;
}

.clouapi-number{
	font-weight:700;
	font-family: "Inter", sans-serif;
	font-size:30px;
}

/* ABSTRACT COLOR SHAPES */
.bg-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;

  background:
    radial-gradient(circle at 20% 30%, #ff7a00 120px, transparent 130px),
    radial-gradient(circle at 80% 20%, #28a745 140px, transparent 150px),
    radial-gradient(circle at 30% 80%, #007bff 120px, transparent 130px),
    radial-gradient(circle at 90% 70%, #dc3545 140px, transparent 150px);
}

/* CARDS */
.stat-card {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.stat-card:hover {
  transform: translateY(-8px);
}

/* TEXT */
.stat-card h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  font-family: "Inter", sans-serif;
}

.stat-card p {
  margin-top: 10px;
  color: #666;
}

/* MOBILE */
@media (max-width: 768px) {

  .stats-section {
    padding: 80px 20px;
  }

  .stat-card {
    padding: 25px;
  }

}
	
	
	
	
	
	
	.clouapi-why {
  background: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(../image/rectangle-2.png) no-repeat center / cover;
  color: #fff;
  
}

/* Left Content */
.clouapi-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}

.clouapi-desc {
  color: #cbd5e1;
  font-size: 15px;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}

.clouapi-list {
  padding-left: 18px;
  margin-bottom: 25px;
}

.clouapi-list li {
  margin-bottom: 10px;
  color: #e2e8f0;
  font-family: "Inter", sans-serif;
}

/* Button */
.clouapi-btn {
  background: #ff6b00;
  color: #fff;
  border-radius: 25px;
  padding: 10px 22px;
  font-size: 14px;
  transition: 0.3s;
}

.clouapi-btn:hover {
  background: #ff8533;
  color: #fff;
}

/* Cards */
.clouapi-card {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgb(255 255 255 / 41%);
  border-radius: 15px;
  padding: 20px;
  height: 100%;
  transition: 0.3s;
}

.clouapi-card:hover {
  transform: translateY(-5px);
  border-color: #ff6b00;
}

.clouapi-card h5 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.clouapi-card p {
  font-size: 14px;
  color: #cbd5e1;
  font-family: "Inter", sans-serif;
}

/* Icons */
.clouapi-icon {
  font-size: 28px;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .clouapi-title {
    font-size: 28px;
  }
}




.ppprograme-section {
  background: #f3f4f6;
}

/* Heading */
.ppprograme-heading {
  font-size: 32px;
  font-weight: 700;
  color: #2d3748;
  font-family: "Inter", sans-serif;
}

.ppprograme-underline {
  width: 60px;
  height: 4px;
  background: #ff6b00;
  margin: 10px auto 0;
  border-radius: 10px;
}

/* Card */
.ppprograme-card {
  background: #F8FAFC;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);

  max-width: 1000px;   /* control width */
  margin: 0 auto;      /* center horizontally */
}

/* Text */
.ppprograme-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2d3748;
  font-family: "Inter", sans-serif;
}

.ppprograme-desc {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.7;
  font-family: "Inter", sans-serif;
}

/* Tools */
.ppprograme-tools {
  background: #F0F7FF;
  display: inline-block;
  padding: 12px 18px;
  border-radius: 10px;
  margin-top: 15px;
  font-size: 13px;
  color: #2d3748;
}

/* Image */
.ppprograme-image-box {
  position: relative;
  display: inline-block;
}

.ppprograme-image-box img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  object-fit: cover;
}

/* Button */
.ppprograme-btn {
  position: absolute;
  bottom: 10px;
  right: 20px;
  background: #ff6b00;
  color: #fff;
  border-radius: 20px;
  padding: 8px 18px;
  font-size: 13px;
}

.ppprograme-btn:hover {
  background: #ff8533;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .ppprograme-heading {
    font-size: 24px;
  }

  .ppprograme-card {
    padding: 25px;
  }

  .ppprograme-image-box img {
    width: 200px;
    height: 200px;
  }
}





.clouapi-testimonial-section {
  background: linear-gradient(135deg, #1f2a44, #2f3b59);
}

/* Card */
.clouapi-testimonial-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 20px;
  color: #fff;
  height: 100%;
  transition: 0.3s;
}

.clouapi-testimonial-card:hover {
  transform: translateY(-5px);
  border-color: #ff6b00;
}

/* User */
.clouapi-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.clouapi-user img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.clouapi-user h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.clouapi-user span {
  font-size: 12px;
  color: #cbd5e1;
}

/* Stars */
.clouapi-stars {
  color: #ffb400;
  margin: 8px 0;
  font-size: 14px;
}

/* Text */
.clouapi-testimonial-card p {
  font-size: 13px;
  color: #e2e8f0;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .clouapi-testimonial-card {
    padding: 15px;
  }
}



.ppprograme-cta-section {
  background: #2b3754;
}

/* Box */
.ppprograme-cta-box {
  background: #fff;
  padding: 50px 30px;
  border-radius: 25px;
  max-width: 850px;
  margin: 0 auto;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Title */
.ppprograme-cta-title {
  font-size: 32px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
}

.ppprograme-cta-title span {
  color: #ff6b00;
  font-family: "Inter", sans-serif;
}

/* Description */
.ppprograme-cta-desc {
  font-size: 15px;
  color: #4a5568;
  margin-bottom: 25px;
  font-family: "Inter", sans-serif;
}

/* Button */
.ppprograme-cta-btn {
  background: #3b4252;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 14px;
  transition: 0.3s;
}

.ppprograme-cta-btn:hover {
  background: #2e3440;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .ppprograme-cta-title {
    font-size: 24px;
  }

  .ppprograme-cta-box {
    padding: 35px 20px;
  }
}





.ppprograme-footer-section {
   background: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(../image/footer.png) no-repeat center / cover;
  color: #4a5568;
}

/* Logo */
.ppprograme-footer-logo img {
  max-width: 150px;
  margin-bottom: 15px;
}

/* Description */
.ppprograme-footer-desc {
  font-size: 14px;
  line-height: 1.6;
}

/* Titles */
.ppprograme-footer-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2d3748;
}

/* Links */
.ppprograme-footer-links {
  list-style: none;
  padding: 0;
}

.ppprograme-footer-links li {
  margin-bottom: 8px;
}

.ppprograme-footer-links a {
  text-decoration: none;
  color: #4a5568;
  font-size: 14px;
  transition: 0.3s;
}

.ppprograme-footer-links a:hover {
  color: #ff6b00;
}

/* Contact */
.ppprograme-footer-contact {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.ppprograme-footer-contact li {
  margin-bottom: 10px;
}

/* Divider */
.ppprograme-footer-divider {
  border-top: 1px solid #d1d5db;
  margin: 20px 0;
}

/* Copyright */
.ppprograme-footer-copy {
  font-size: 13px;
  color: #6b7280;
}

/* Responsive */
@media (max-width: 768px) {
  .ppprograme-footer-section {
    text-align: center;
  }
}












.ppprograme-contact-section {
  background: #f3f4f6;
}

/* Form */
.ppprograme-contact-form {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgb(0 0 0 / 29%);
}

.ppprograme-contact-form h3 {
  margin-bottom: 20px;
  font-weight: 600;
}

/* Inputs */
.ppprograme-contact-form .form-control {
  border-radius: 8px;
  font-size: 14px;
  padding: 10px;
}

.ppprograme-contact-form label {
  font-size: 13px;
  margin-bottom: 5px;
}

/* Button */
.ppprograme-contact-btn {
  background: #ff6b00;
  color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 10px;
  font-size: 14px;
}

.ppprograme-contact-btn:hover {
  background: #ff8533;
  color: #fff;
}

/* Right Cards */
.ppprograme-contact-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  transition: 0.3s;
    box-shadow: 0 8px 30px rgb(0 0 0 / 2%);
}

.ppprograme-contact-card img{
	width:50px;
}

.ppprograme-contact-card:hover {
  transform: translateY(-3px);
}

/* Icon */
.ppprograme-contact-icon {
  font-size: 20px;
  padding: 10px;
  border-radius: 50%;
}

/* Text */
.ppprograme-contact-card h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.ppprograme-contact-card p {
  margin: 2px 0;
  font-size: 13px;
  color: #6b7280;
}

.ppprograme-contact-card span {
  font-size: 13px;
  color: #ff6b00;
}

/* Responsive */
@media (max-width: 768px) {
  .ppprograme-contact-form {
    padding: 20px;
  }
}








.ppprograme-about2-section {
  background: linear-gradient(135deg, #1f2a44, #3b3f58);
  color: #d1d5db;
}

/* Text */
.ppprograme-about2-text p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 18px;
}

/* Image Wrapper */
.ppprograme-about2-images {
  position: relative;
  width: fit-content;
  margin-left: auto;
}

/* Main Image (Top Right) */
.ppprograme-about2-img-main img {
  width: 320px;
  border-radius: 20px;

  display: block;
}

/* Overlay Image (Bottom Left) */
.ppprograme-about2-img-overlay {
  position: absolute;
  bottom: -40px;
  left: -120px;
}

.ppprograme-about2-img-overlay img {
  width: 300px;
  border-radius: 10px;

}

/* Bottom Text */
.ppprograme-about2-bottom p {
  max-width: 750px;
  margin: auto;
  font-size: 16px;
  color: #cbd5e1;
  padding-top: 50px;
}

/* Responsive Fix */
@media (max-width: 992px) {
  .ppprograme-about2-images {
    margin: 40px auto 0;
  }

  .ppprograme-about2-img-overlay {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 15px;
  }

  .ppprograme-about2-img-main img,
  .ppprograme-about2-img-overlay img {
    width: 100%;
  }
}








.ppprograme-vision-section {
  background: #FAF7F6;
}

.mansiz {
	max-width:900px;
	 margin: 0 auto;
}

/* Title */
.ppprograme-vision-title {
  font-size: 32px;
  font-weight: 700;
  color: #2d3748;
}

.ppprograme-vision-title span {
  color: #ff6b00;
}

/* Description */
.ppprograme-vision-desc {
  max-width: 750px;
  margin: 15px auto 0;
  font-size: 15px;
  color: #4a5568;
  line-height: 1.7;
}

/* Card */
.ppprograme-vision-card {
  background: #F9FAFA;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: 0.3s;
}

.ppprograme-vision-card:hover {
  transform: translateY(-5px);
}

/* Icon */
.ppprograme-vision-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background: #ffe5d3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
}

/* Text */
.ppprograme-vision-card h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ppprograme-vision-card p {
  font-size: 13px;
  color: #6b7280;
}

.manima img{
	width:80px;
}

/* Responsive */
@media (max-width: 768px) {
  .ppprograme-vision-title {
    font-size: 24px;
  }
}





.ppprograme-whyda-section {
  background: #ffffff;
}

/* Title */
.ppprograme-whyda-title {
  font-size: 32px;
  font-weight: 700;
  color: #2d3748;
}

.ppprograme-whyda-title span {
  color: #ff6b00;
}

/* Description */
.ppprograme-whyda-desc {
  max-width: 700px;
  margin: 15px auto 0;
  font-size: 15px;
  color: #4a5568;
  line-height: 1.7;
}

/* List */
.ppprograme-whyda-list {
  list-style: disc;
  padding-left: 20px;
}

.ppprograme-whyda-list li {
  margin-bottom: 15px;
  font-size: 15px;
  color: #2d3748;
}

/* Image */
.ppprograme-whyda-imgbox img {
  width: 100%;
  max-width: 420px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .ppprograme-whyda-title {
    font-size: 24px;
  }

  .ppprograme-whyda-list {
    margin-bottom: 20px;
  }
}





.ppprograme-job-section {
  background: #FAF7F6;
}

/* Title */
.ppprograme-job-title {
  font-size: 32px;
  font-weight: 700;
  color: #2d3748;
}

.ppprograme-job-title span {
  color: #ff6b00;
}

/* Underline */
.ppprograme-job-underline {
  width: 60px;
  height: 3px;
  background: #ff6b00;
  margin: 8px auto 0;
  border-radius: 5px;
}

/* Image */
.ppprograme-job-imgbox img {
  width: 100%;
  max-width: 350px;
  border-radius: 10px;
}

/* Text */
.ppprograme-job-desc {
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}

/* List */
.ppprograme-job-list {
  list-style: none;
  padding: 0;
}

.ppprograme-job-list li {
  font-size: 15px;
  margin-bottom: 12px;
  color: #4a5568;
  position: relative;
  padding-left: 18px;
}

/* Custom bullet */
.ppprograme-job-list li::before {
  content: "•";
  color: #ff6b00;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .ppprograme-job-title {
    font-size: 24px;
  }

  .ppprograme-job-desc {
    text-align: center;
  }

  .ppprograme-job-list {
    text-align: center;
  }
}








.ppprograme-jobreal-section {
  position: relative;
  background: url('../image/data-analytics.png') no-repeat center center/cover;
  padding: 80px 0;
  overflow: hidden;
}

/* Orange Gradient Overlay (LEFT SIDE ONLY) */
.ppprograme-jobreal-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, #ff6b00, rgba(255,107,0,0.7), transparent);
  z-index: 1;
}

/* Content */
.ppprograme-jobreal-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.ppprograme-jobreal-section h3{
	font-family: "Inter", sans-serif;
	font-size:40px;
	font-weight:600;
}

/* List */
.ppprograme-jobreal-content ul {
  list-style: none;
  padding: 0;
}

.ppprograme-jobreal-content li {
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

/* Bullet */
.ppprograme-jobreal-content li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 20px;
}

/* Right Image */
.ppprograme-jobreal-img {
  max-width: 350px;
  position: relative;
  z-index: 2;
}

/* Responsive */
@media (max-width: 768px) {
  .ppprograme-jobreal-section::before {
    width: 100%;
  }

  .ppprograme-jobreal-content {
    text-align: center;
    margin-bottom: 20px;
  }
}






    .section-title {
      text-align: center;
      font-weight: 700;
      font-size: 32px;
      margin-bottom: 40px;
    }

    .curriculum-box {
      background: #f58220;
      color: #fff;
      border-radius: 10px;
      padding: 15px 20px;
      display: flex;
      align-items: center;
      gap: 15px;
      transition: 0.3s;
      height: 100%;
    }

    .curriculum-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .number-circle {
      background: #fff;
      color: #000;
      font-weight: bold;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      flex-shrink: 0;
    }

    .curriculum-text {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.3;
    }

    .curriculum-wrapper {
      max-width: 1000px;
      margin: auto;
    }
	
	
	
	
	/* Background */
.phase-section {
  background: linear-gradient(135deg, #fde6d8, #f6f0ec);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Top small line */
.top-line {
  width: 60px;
  height: 4px;
  background: #ff6a00;
  margin: 0 auto 20px;
  border-radius: 2px;
}

/* Heading */
.phase-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.phase-subtitle {
  color: #555;
  margin-bottom: 30px;
}

/* List */
.topic-list {
  padding-left: 20px;
}

.topic-list li {
  margin-bottom: 10px;
  font-size: 15px;
}

/* Image */
.phase-img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}

/* Task Card */
.task-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: -80px;
    border: 1px solid #eee;
    width: 344px;
    margin-left: -161px;
}

/* Mobile View */
@media (max-width: 768px) {
    .task-card {
        margin-left: -8px;
        width: 100%; /* optional for better responsiveness */
    }
}

/* Task badge */
.task-badge {
  position: absolute;
  top: -18px;
  left: 20px;
  background: #ff6a00;
  color: #fff;
  padding: 6px 15px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}

/* Responsive fix */
@media (max-width: 991px) {
  .task-card {
   margin-top: -19px;
  }
}




/* Section */
.phase-section {
  padding: 70px 0;
}

/* Heading */
.phase-title {
  font-size: 30px;
  font-weight: 700;
}

.phase-subtitle {
  color: #666;
  margin-bottom: 40px;
}

/* Cards */
.custom-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  border: 1px solid #ff6a00;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  position: relative;
  height: 100%;
  
}

/* Badge */
.card-badge {
  position: absolute;
  top: -14px;
  left: 20px;
  background: #ff6a00;
  color: #fff;
  padding: 5px 14px;
  font-size: 13px;
  border-radius: 6px;
  font-weight: 600;
}

/* List */
.custom-list {
  padding-left: 20px;
  margin: 0;
}

.custom-list li {
  margin-bottom: 10px;
  font-size: 14px;
}

/* Right mini project layout */
.mini-project {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.mini-project ul {
  padding-left: 20px;
}

.arrow {
  color: #555;
  margin-right: 5px;
}

/* Responsive */
@media (max-width: 991px) {
  .mini-project {
    flex-direction: column;
  }
}




/* Section */
.phase-section {
  padding: 70px 0;
}

/* Heading */
.phase-title {
  font-size: 32px;
  font-weight: 700;
}

.phase-subtitle {
  color: #666;
  margin-bottom: 40px;
}

/* Card */
.custom-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  border: 1px solid #ff6a00;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  position: relative;
  height: 100%;
}

/* Badge */
.card-badge {
  position: absolute;
  top: -14px;
  left: 20px;
  background: #ff6a00;
  color: #fff;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 600;
}

/* Lists */
.custom-list {
  padding-left: 0;
  list-style: none;
}

.custom-list li {
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
  padding-left: 18px;
}

/* Triangle icon */
.custom-list li::before {
  content: "▶";
  position: absolute;
  left: 0;
  color: #444;
  font-size: 10px;
}

/* Practice items */
.practice-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
}

.practice-icon {
  font-size: 28px;
}

/* Outcome */
.outcome {
  text-align: center;
  padding-top: 20px;
}

.outcome-icon {
  font-size: 50px;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 991px) {
  .custom-card {
    margin-bottom: 20px;
  }
}



.phase-section4 {
  background: url('../image/phase-4.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 80px 0;
}

/* Wrapper to center */
.outcome-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

/* New Outcome Card */
.outcome-card-new {
  max-width: 400px;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  border: 1px solid #ff6a00;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  position: relative;
  text-align: center;
}

/* Center Badge */
.center-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff6a00;
  color: #fff;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}


.center-badge {
  left: 50% !important;
  transform: translateX(-50%);
}


/* Section */
.phase-section5 {
  padding: 80px 0;
}

/* Heading */
.phase-title {
  font-size: 32px;
  font-weight: 700;
}

.phase-subtitle {
  color: #555;
  margin-bottom: 40px;
}

/* Card */
.custom-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  border: 1px solid #ff6a00;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  position: relative;
  height: 100%;
}

/* Badge */
.card-badge {
  position: absolute;
  top: -14px;
  left: 20px;
  background: #ff6a00;
  color: #fff;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}

/* Center badge */
.center-badge {
  left: 50%;
  transform: translateX(-50%);
}

/* List */
.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 14px;
}

.custom-list li::before {
  content: "▶";
  position: absolute;
  left: 0;
  font-size: 10px;
  color: #444;
}

/* Outcome */
.outcome-box {
  text-align: center;
  padding-top: 10px;
}

.outcome-icon {
  font-size: 50px;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 991px) {
  .custom-card {
    margin-bottom: 20px;
  }
}




/* Section */
.phase-section6 {
  padding: 80px 0;
}

/* Heading */
.phase-title {
  font-size: 32px;
  font-weight: 700;
}

.phase-subtitle {
  color: #555;
  margin-bottom: 40px;
  max-width: 800px;
}

/* Card */
.custom-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  border: 1px solid #ff6a00;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  position: relative;
  height: 100%;
}

/* Badge */
.card-badge {
  position: absolute;
  top: -14px;
  left: 20px;
  background: #ff6a00;
  color: #fff;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}

/* Center badge */
.center-badge {
  left: 50%;
  transform: translateX(-50%);
}

/* List */
.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 14px;
}

.custom-list li::before {
  content: "▶";
  position: absolute;
  left: 0;
  font-size: 10px;
  color: #444;
}

/* Section headings inside card */
.inner-title {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* Outcome card */
.outcome-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.outcome-card {
  max-width: 420px;
  width: 100%;
  text-align: center;
}

/* Responsive */
@media (max-width: 991px) {
  .custom-card {
    margin-bottom: 20px;
  }
}




.phase-section7 {
  background: url('../image/phase-4.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

/* Heading */
.phase-title {
  font-size: 32px;
  font-weight: 700;
}

.phase-subtitle {
  color: #555;
  margin-bottom: 30px;
}

/* Card */
.custom-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  border: 1px solid #ff6a00;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  position: relative;
  height:auto;
}

/* Badge */
.card-badge {
  position: absolute;
  top: -14px;
  left: 20px;
  background: #ff6a00;
  color: #fff;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}

/* List */
.custom-list {
  padding-left: 20px;
}

.custom-list li {
  margin-bottom: 10px;
  font-size: 14px;
}

/* Image styling */
.fabric-img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Overlay style effect (like your image overlap) */
.image-overlay {
  position: relative;
}

.image-overlay::after {
  content: "";
  position: absolute;
  inset: 20px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  border-radius: 15px;
}

/* Responsive */
@media (max-width: 991px) {
  .fabric-img {
    margin-top: 20px;
  }
}


.phase7-card-border {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 30px 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Badge */
.phase7-badge {
  position: absolute;
  top: -14px;
  left: 20px;
  background: #ff6a00;
  color: #fff;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}

/* List */
.phase7-list {
  padding-left: 20px;
}
.phase7-list li {
  margin-bottom: 10px;
  font-size: 14px;
}

/* LEFT border (top → bottom fade) */
.phase7-card-border::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 2px;
  height: calc(100% - 40px);

  background: linear-gradient(
    to bottom,
    #ff6a00 0%,
    rgba(255,106,0,0.7) 40%,
    rgba(255,106,0,0.3) 70%,
    transparent 100%
  );
}

/* TOP border (left → right fade) */
.phase7-card-border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  height: 2px;
  width: calc(100% - 40px);

  background: linear-gradient(
    to right,
    #ff6a00 0%,
    rgba(255,106,0,0.7) 40%,
    rgba(255,106,0,0.3) 70%,
    transparent 100%
  );
}

/* BOTTOM border (left → right fade) */
.phase7-card-border .phase7-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  height: 2px;
  width: calc(100% - 40px);

  background: linear-gradient(
    to right,
    #ff6a00 0%,
    rgba(255,106,0,0.7) 40%,
    rgba(255,106,0,0.3) 70%,
    transparent 100%
  );
}



/* Section */
.phase7-section {
  background: linear-gradient(135deg, #fde6d8, #f6f0ec);
  padding: 80px 0;
}

/* Heading */
.phase7-title {
  font-size: 32px;
  font-weight: 700;
}

.phase7-subtitle {
  color: #555;
  margin-bottom: 30px;
}

/* Card */
.phase7-card {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 30px 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  overflow: hidden;
}

/* Badge */
.phase7-badge {
  position: absolute;
  top: 0;              /* FIX: was -14px */
  left: 20px;
  transform: translateY(-50%);  /* keeps it half outside like design */

  background: #ff6a00;
  color: #fff;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}
/* List */
.phase7-list {
  padding-left: 20px;
}
.phase7-list li {
  margin-bottom: 10px;
  font-size: 14px;
}

/* Image */
.phase7-image {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* =========================
   BORDER FADE EFFECT
========================= */

/* LEFT border */
.phase7-card::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 2px;
  height: calc(100% - 40px);

  background: linear-gradient(
    to bottom,
    #ff6a00 0%,
    rgba(255,106,0,0.7) 40%,
    rgba(255,106,0,0.3) 70%,
    transparent 100%
  );
}

/* TOP border */
.phase7-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  height: 2px;
  width: calc(100% - 40px);

  background: linear-gradient(
    to right,
    #ff6a00 0%,
    rgba(255,106,0,0.7) 40%,
    rgba(255,106,0,0.3) 70%,
    transparent 100%
  );
}

/* BOTTOM border */
.phase7-card .phase7-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  height: 2px;
  width: calc(100% - 40px);

  background: linear-gradient(
    to right,
    #ff6a00 0%,
    rgba(255,106,0,0.7) 40%,
    rgba(255,106,0,0.3) 70%,
    transparent 100%
  );
}

/* Responsive */
@media (max-width: 991px) {
  .phase7-image {
    margin-top: 20px;
  }
}



/* Background Image */
.sotftec-phase {
  padding: 80px 20px;
  background: url("../image/rectangle-221.png") center/cover no-repeat;
  position: relative;
}

/* Light overlay like image */
.sotftec-phase::before {
  content: "";
  position: absolute;
  inset: 0;
  
}

.sotftec-container {
  position: relative;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

/* Heading */
h2 {
  font-size: 26px;
  font-weight: 500;
  color: #333;
}

.subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
}

/* Cards */
.sotftec-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* Box */
.sotftec-box {
  background: #eee;
  border-radius: 12px;
  padding: 25px;
  width: 420px;
  position: relative;
  border: 1px solid #ff7a00;
}

/* Label (orange tag) */
.label {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff7a00;
  color: #fff;
  padding: 5px 14px;
  font-size: 13px;
  border-radius: 4px;
}

/* List */
.sotftec-box ul {
  text-align: left;
  margin-top: 20px;
  padding-left: 18px;
}

.sotftec-box ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}

/* Outcome Box */
.sotftec-outcome {
  margin-top: 40px;
  background: #eee;
  padding: 25px;
  border-radius: 12px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border: 1px solid #ff7a00;
}

.sotftec-outcome p {
  margin-top: 15px;
  font-size: 14px;
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .sotftec-box {
    width: 100%;
  }

  .sotftec-outcome {
    width: 100%;
  }
}








.klo-title {
  font-size: 32px;
  font-weight: 700;
  color: #111;
}

.klo-card {
  background: #fff;
  border: 1px solid #f5a26f;
  border-radius: 10px;
  padding: 25px 15px;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.klo-card img {
  width: 50px;
  margin-bottom: 15px;
}

.klo-card p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

/* Hover Effect */
.klo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border-color: #ff8c42;
}

/* Responsive spacing */
@media (max-width: 768px) {
  .klo-title {
    font-size: 24px;
  }
}








.klo-process {
  background: #f4f4f4;
  padding: 60px 0;
}

.klo-step {
  align-items: flex-start;
  margin-bottom: 60px;
  position: relative;
}

.klo-number {
  min-width: 50px;
  height: 50px;
  background: #ffe6d5;
  color: #ff7a2f;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}

.klo-content h4 {
  font-size: 22px;
  font-weight: 600;
  color: #2f3b4c;
  margin-bottom: 10px;
}

.klo-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  max-width: 650px;
}

/* Optional vertical line (timeline feel) */
.klo-step::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 60px;
  width: 2px;
  height: calc(100% - 20px);
  background: #ddd;
}

.klo-step:last-child::before {
  display: none;
}

/* Hover effect */
.klo-step:hover .klo-number {
  background: #ff7a2f;
  color: #fff;
  transition: 0.3s;
}

/* Responsive */
@media (max-width: 768px) {
  .klo-step {
    flex-direction: row;
  }

  .klo-content h4 {
    font-size: 18px;
  }

  .klo-content p {
    font-size: 14px;
  }
}




.klo-roles {
  background: #ffffff;
}

.klo-heading {
  font-size: 32px;
  font-weight: 700;
  color: #2f3b4c;
}

.klo-subheading {
  color: #222121;
  font-size: 15px;
  max-width: 600px;
  margin: 10px auto 0;
}

/* Role Box */
.klo-role-box {
  background: transparent;
  gap: 15px;
}

/* Icon */
.klo-icon {
  width: 50px;
  height: 50px;
  background: #ffe6d5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.klo-icon img {
  width:55px;
}

/* Content */
.klo-role-content h5 {
    font-size: 22px;
    font-weight: 800;
    color: #2f3b4c;
    margin-bottom: 3px;
}

.klo-role-content span {
  color: #ff7a2f;
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.klo-role-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  max-width: 350px;
}



/* Responsive */
@media (max-width: 768px) {
  .klo-heading {
    font-size: 24px;
  }
}





/* Background */
.klo-phase {
  background: linear-gradient(135deg, #fff6ef, #f7f7f7);
  position: relative;
  overflow: hidden;
}

/* Title */
.klo-phase-title {
  font-size: 28px;
  font-weight: 600;
  color: #222;
}

.klo-phase-sub {
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}

/* Box */
.klo-box {
  position: relative;
  background: #fff;
  border: 1px solid #f3a26d;
  border-radius: 10px;
  padding: 30px 25px 25px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* Badge */
.klo-badge {
  position: absolute;
  top: -14px;
  left: 20px;
  background: #ff7a2f;
  color: #fff;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 4px;
  font-weight: 500;
}

/* List */
.klo-list {
  margin: 0;
  padding-left: 20px;

  column-count: 2;
  column-gap: 40px;
}

.klo-list li {
  break-inside: avoid;
  font-size: 14px;
  color: #444;
  margin-bottom: 10px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .klo-list {
    column-count: 1;
  }
}

/* Optional bottom border accent */
.klo-box::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 10%;
  width: 80%;
  height: 10px;
  background: rgba(255, 122, 47, 0.15);
  filter: blur(8px);
  border-radius: 50%;
}

/* Responsive */
@media (max-width: 768px) {
  .klo-phase-title {
    font-size: 22px;
  }

  .klo-box {
    padding: 25px 15px;
  }
}












.kloudhero-section{

background:#fdfaf5;
position:relative;
overflow:hidden;
}

/* Background image */
.kloudhero-section:before{
content:"";
position:absolute;
inset:0;
background:url('https://images.unsplash.com/photo-1557683316-973673baf926?auto=format&fit=crop&w=1800&q=80') center center no-repeat;
background-size:cover;
opacity:0.04;
z-index:1;
}

.kloudhero-section .container{
position:relative;
z-index:2;
padding-top:150px;
padding-bottom:50px;
}

/* Mobile only */
@media (max-width: 767px) {
  .kloudhero-section .container {
    padding-top: 42px;
    padding-bottom: 50px;
    text-align: center;
  }
}

.kloudhero-content h1{
font-size:37px;
font-weight:700;
line-height:1.15;
color:#3d4352;
margin-bottom:25px;
font-family: "Inter", sans-serif;
}

.kloudhero-sub{
font-size:19px;
font-weight:500;
color:#333;
margin-bottom:18px;
}

.kloudhero-sub span{
color:#ff7300;
font-weight:700;
}

.kloudhero-list{
list-style:none;
padding:0;
margin:0 0 30px;
}

.kloudhero-list li{
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
}

.kloudhero-btns{
display:flex;
gap:18px;
margin-bottom:40px;
flex-wrap:wrap;
}

.kloudhero-btn1{
background:#ff7300;
color:#fff;
padding:15px 32px;
border-radius:40px;
text-decoration:none;
font-weight:600;
}

.kloudhero-btn2{
border:2px solid #ff7300;
color:#ff7300;
padding:13px 32px;
border-radius:40px;
text-decoration:none;
font-weight:600;
background:#fff;
}

.kloudhero-features{
margin-top:20px;
align-items:center;
}

.kloudhero-left{
border-right:1px solid #d9c6b2;
}

.kloudhero-features ul{
list-style:none;
padding:0;
}

.kloudhero-features li{
    font-size: 14px;
    margin-bottom: 2px;
    color: #1c1c1c;
}

.kloudhero-batch{
margin-top:35px;
font-size:18px;
color:#666;
}

.kloudhero-formbox{
background:#fff;
padding:45px 40px;
border-radius:18px;
box-shadow:0 8px 30px rgba(0,0,0,.08);
max-width:470px;
margin-left:auto;
}

.kloudhero-formbox h4{
text-align:center;
font-size:30px;
font-weight:700;
margin-bottom:30px;
color:#26354f;
line-height:1.4;
}

.kloudhero-formbox input{
width:100%;
height:45px;
border:1px solid #ddd;
border-radius:6px;
padding:0 18px;
margin-bottom:18px;
font-size:18px;
outline:none;
}

.kloudhero-formbox button{
width:100%;
height:62px;
border:none;
background:#ff7300;
color:#fff;
font-size:20px;
font-weight:600;
border-radius:6px;
}

@media(max-width:991px){

.kloudhero-content h1{
font-size:40px;
}

.kloudhero-sub{
font-size:24px;
}

.kloudhero-list li,
.kloudhero-features li{
font-size:18px;
}

.kloudhero-formbox{
margin-top:40px;
}
}

@media(max-width:767px){

.kloudhero-content h1{
font-size:32px;
}

.kloudhero-btns{
flex-direction:column;
}

.kloudhero-left{
border-right:none;
border-bottom:1px solid #ddd;
margin-bottom:20px;
padding-bottom:20px;
}
}





.kloudfoot-main{
background:#f3f6fb;
padding:70px 0 20px;
position:relative;
overflow:hidden;
}

.kloudfoot-main:before{
content:"";
position:absolute;
inset:0;
background:url('../image/footer-bakc.png');
background-size:cover; 
}

.kloudfoot-main .container{
position:relative;
z-index:2;
}

.kloudfoot-logo{
max-width:190px;
margin-bottom:25px;
}

.kloudfoot-about p{
color:#495566;
font-size:15px;
line-height:1.8;
margin-bottom:30px;
}

.kloudfoot-features{
margin-bottom:30px;
}

.kloudfoot-box{
display:flex;
align-items:flex-start;
gap:14px;
margin-bottom:18px;
}

.kloudfoot-box span{
width:42px;
height:42px;
background:#1657d9;
border-radius:8px;
display:flex;
align-items:center;
justify-content:center;
font-size:18px;
color:#fff;
flex-shrink:0;
}

.kloudfoot-box h5{
font-size:15px;
font-weight:700;
margin-bottom:4px;
color:#1d3566;
}

.kloudfoot-box p{
margin:0;
font-size:13px;
line-height:1.5;
}

.kloudfoot-placed-title{
font-size:18px;
color:#1d3566;
margin-bottom:15px;
font-weight:700;
}

.kloudfoot-companies{
display:flex;
gap:10px;
flex-wrap:wrap;
font-weight:700;
color:#2952cc;
}

.kloudfoot-heading{
font-size:22px;
font-weight:700;
margin-bottom:25px;
color:#1d3566;
}

.kloudfoot-links{
padding:0;
list-style:none;
text-align:left;
}

.kloudfoot-links li{
margin-bottom:15px;
}

.kloudfoot-links li a{
text-decoration:none;
color:#374454;
font-size:15px;
transition:.3s;
}

.kloudfoot-links li a:hover{
color:#1657d9;
padding-left:5px;
}

.kloudfoot-links li a:before{
content:"> ";
margin-right:6px;
}

.kloudfoot-contact{
padding:0;
list-style:none;
margin-bottom:25px;
}

.kloudfoot-contact li{
margin-bottom:18px;
font-size:15px;
color:#374454;
line-height:1.7;
}

.kloudfoot-mapbtn{
display:inline-block;
background:#fff;
border:1px solid #ddd;
padding:12px 18px;
border-radius:8px;
text-decoration:none;
color:#333;
margin-bottom:35px;
font-weight:500;
}

.kloudfoot-social h5{
font-size:18px;
margin-bottom:15px;
color:#1d3566;
}

.kloudfoot-social a{
display:inline-flex;
width:38px;
height:38px;
align-items:center;
justify-content:center;
background:#1657d9;
color:#fff;
text-decoration:none;
border-radius:8px;
margin-right:20px;
font-weight:700;
}

.kloudfoot-bottom{
margin-top:50px;
border-top:1px solid #d7dde7;
padding-top:20px;
text-align:center;
font-size:14px;
color:#666;
}


@media(max-width:991px){

.kloudfoot-heading{
margin-top:35px;
}

}

@media(max-width:767px){

.kloudfoot-main{
text-align:center;
}

.kloudfoot-box{
justify-content:center;
text-align:left;
}

.kloudfoot-companies{
justify-content:center;
}

}










.kloudico-section{
padding:110px 0;
background:#fbfbfb;
position:relative;
overflow:hidden;
}

.kloudico-section:before{
content:"";
position:absolute;
top:-100px;
right:-120px;
width:520px;
height:520px;
background:#f5eee7;
border-radius:50%;
opacity:.7;
}

.kloudico-content{
position:relative;
z-index:2;
}

.kloudico-tag{
display:block;
color:#f97316;
font-size:16px;
font-weight:700;
letter-spacing:.5px;
margin-bottom:20px;
}

.kloudico-content h1{
font-size:47px;
line-height:1.15;
font-weight:700;
color:#111827;
margin-bottom:20px;
}

.kloudico-content h1 span{
color:#ff7300;
}

.kloudico-content p{
font-size:18px;
color:#000;
margin-bottom:40px;
}

.kloudico-btns{
display:flex;
gap:20px;
flex-wrap:wrap;
margin-bottom:45px;
}

.kloudico-btn1{
background: #ff7300;
    color: #fff;
    width: 254px;
    height: 61px;
    line-height: 62px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(255, 115, 0, .2);
    padding: 0;
}

.kloudico-btn2{
border: 2px solid #888;
    color: #222;
    width: 254px;
    height: 60px;
    line-height: 58px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    background: #fff;
    padding: 0;
}

.kloudico-students{
display:flex;
align-items:center;
gap:25px;
}

.kloudico-avatars{
display:flex;
}

.kloudico-avatars img{
width:60px;
height:60px;
border-radius:50%;
border:4px solid #fff;
margin-left:-15px;
object-fit:cover;
box-shadow:0 4px 10px rgba(0,0,0,.1);
}

.kloudico-avatars img:first-child{
margin-left:0;
}

.kloudico-text h5{
font-size: 22px;
margin-bottom: -1px;
font-weight: 700;
color: #222;
}

.kloudico-text h5::first-letter{
color:#ff7300;
}

.kloudico-text p{
font-size:19px;
margin:0;
}

.kloudico-image{
text-align:center;
position:relative;
z-index:2;
}

.kloudico-image img{
max-width:100%;
width:580px;
}

@media(max-width:991px){

.kloudico-content h1{
font-size:48px;
}

.kloudico-content p{
font-size:22px;
}

.kloudico-btn1,
.kloudico-btn2{
font-size:18px;
padding:15px 25px;
}

.kloudico-text h5{
font-size:24px;
}

.kloudico-text p{
font-size:18px;
}

.kloudico-image{
margin-top:50px;
}

}

@media(max-width:767px){

.kloudico-section{
text-align:center;
padding:70px 0;
}

.kloudico-content h1{
font-size:30px;
}

.kloudico-btns{
flex-direction:column;
}

.kloudico-students{
flex-direction:column;
}

}







.feature-box {
background: #ffffff;
    border-radius: 12px;
    padding: 5px 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.feature-item {
  position: relative;
  padding: 15px;
}

.feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: #ddd;
}

.icon {
  font-size: 28px;
  color: #ff6a00;
  min-width: 40px;
  text-align: center;
}

.feature-item h6 {
  margin: 0;
  font-weight: 700;
  font-size:25px;
}

.feature-item p {
  margin: 0;
  font-size: 14px;
  color: #666;
}








.location-box {
  background: #f8f8f8;
  border-radius: 12px;
}

.location-title {
  font-weight: 700;
  font-size: 26px;
}

.underline {
  width: 50px;
  height: 3px;
  background: #ff6a00;
  margin-top: 8px;
}

.location-text {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

.map-link {
  color: #ff6a00;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.map-link:hover {
  text-decoration: underline;
}

.map-box {
  border-radius: 12px;
  overflow: hidden;
}

.map-box iframe {
  border-radius: 12px;
}






.cta-wrapper {
  background: linear-gradient(135deg, #ff5a00, #ff7a1a);
  padding: 45px 0;
  position: relative;
  overflow: hidden;
}

/* subtle curved background effect */
.cta-wrapper::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 350px;
  height: 350px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
}

/* LEFT SIDE */
.cta-left {
  gap: 18px;
}

.cta-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  flex-shrink: 0;
}

.cta-text h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

.cta-text p {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

/* BUTTONS */
.call-btn {
  background: #fff;
  color: #222;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 600;
  border: none;
}

.call-btn:hover {
  background: #f2f2f2;
}

.whatsapp-btn {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 600;
  background: transparent;
}

.whatsapp-btn:hover {
  background: #fff;
  color: #ff5a00;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta-text h2 {
    font-size: 22px;
  }

  .cta-text p {
    font-size: 15px;
  }

  .cta-icon {
    width: 55px;
    height: 55px;
    font-size: 22px;
  }
}


/* Common Button Style */
.btn-call,
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Call Button (White) */
.btn-call {
  background: #f2f2f2;
  color: #222;
  border: 1px solid #ddd;
}

.btn-call i {
  font-size: 16px;
}

.btn-call:hover {
  background: #e6e6e6;
}

/* WhatsApp Button (Outline) */
.btn-whatsapp {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-whatsapp i {
  font-size: 18px;
}

.btn-whatsapp:hover {
  background: #fff;
  color: #ff5a00;
}








/* Mobile view */
@media (max-width: 767px) {

  .kloudico-btn1,
  .kloudico-btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px auto;   /* center horizontally */
    width: 90%;          /* responsive width */
    max-width: 300px;    /* control size */
    height: 55px;
    font-size: 16px;
  }

}

@media (max-width: 767px) {
  .btn-wrapper {
    text-align: center;
  }
}







.profile-card{
background:#fff;
border-radius:50px;
overflow:hidden;
box-shadow:8px 8px 0 #b5b5aa;
transition:.3s;
}

.profile-card:hover{
transform:translateY(-8px);
}

.card-top{
background:#ffe6d5;
height:250px;
display:flex;
justify-content:center;
align-items:center;
}

.profile-img-wrap{
width:180px;
height:180px;
border:4px solid #8e5561;
border-radius:50%;
position:relative;
overflow:hidden;
background:#fff;
}

.profile-img-wrap img{
width:100%;
height:100%;
object-fit:cover;
}

.status-dot{
width:25px;
height:25px;
background:#1eff00;
border-radius:50%;
position:absolute;
right:15px;
bottom:30px;
}

.card-bottom{
padding:35px 8px 25px;
text-align:center;
}

.card-bottom h2{
font-size:21px;
font-weight:700;
margin-bottom:0;
}

.card-bottom h4{
font-size:16px;
font-weight:400;
margin-bottom:20px;
}

.divider{
height:2px;
background:#111;
width:100%;
margin:20px 0;
}

.card-bottom p{
font-size:18px;
font-style:italic;
line-height:1.7;
text-align:left;
}

.social-info div{
display:flex;
align-items:center;
justify-content:center;
gap:15px;
margin-bottom:15px;
}

.social-info i{
font-size:34px;
color:#d67889;
}

.social-info span{
font-size:20px;
font-weight:600;
font-style:italic;
}

@media(max-width:991px){
.card-bottom h2{
font-size:30px;
}
}



    .bhilaa-section {
      background: #f5f3f3;
      padding: 70px 0;
      overflow: hidden;
    }

    .bhilaa-title {
    font-size: 41px;
    line-height: 1.1;
    font-weight: 800;
    color: #000;
    margin-bottom: 25px;
    }

    .bhilaa-title span {
      color: #ff6b00;
      display: block;
    }

    .bhilaa-badge {
    display: inline-block;
    background: #2f5ed7;
    color: #fff;
    padding: 10px 26px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 28px;
    }

    .bhilaa-desc {
      font-size: 20px;
      line-height: 1.4;
      color: #333;
      font-weight:300;
      max-width: 700px;
    }

    .bhilaa-image img {
      width: 100%;
      max-width: 520px;
      display: block;
      margin: auto;
    }

    .bhilaa-feature-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 21px 20px;
    text-align: center;
    height: 100%;
    transition: 0.3s ease;
    }

    .bhilaa-feature-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .bhilaa-feature-title {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.5;
      color: #111;
      margin: 0;
    }

    /* ====== RESPONSIVE ====== */

    @media (max-width: 991px) {

      .bhilaa-section {
        text-align: center;
      }

      .bhilaa-title {
        font-size: 42px;
      }

      .bhilaa-desc {
        margin: auto;
      }

      .bhilaa-image {
        margin-top: 40px;
      }
    }

    @media (max-width: 576px) {

      .bhilaa-section {
        padding: 50px 0;
      }

      .bhilaa-title {
        font-size: 34px;
      }

      .bhilaa-badge {
        font-size: 16px;
        padding: 12px 18px;
      }

      .bhilaa-desc {
        font-size: 17px;
        line-height: 1.7;
      }

      .bhilaa-feature-box {
        padding: 22px 15px;
      }

      .bhilaa-feature-title {
        font-size: 17px;
      }
    }
    
    
    
    
    /* ===== BHILAA WHY SECTION START ===== */

.bhilaa-why-section {
  padding: 90px 0;
  background: #fff7f1;
  position: relative;
  overflow: hidden;
}

.bhilaa-subtitle {
  display: inline-block;
  color: #ff6b00;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.bhilaa-main-title {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  margin-bottom: 10px;
}

.bhilaa-why-box {
  display: flex;
  gap: 18px;
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  margin-bottom: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: 0.3s ease;
  border: 1px solid #f1f1f1;
}

.bhilaa-why-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.1);
}

.bhilaa-icon {
  min-width: 55px;
  height: 55px;
  background: linear-gradient(135deg, #ff6b00, #ff9f43);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
}

.bhilaa-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.bhilaa-content p {
  font-size: 15px;
  line-height: 1.4;
  color: #555;
  margin: 0;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 991px) {

  .bhilaa-main-title {
    font-size: 34px;
  }

  .bhilaa-why-box {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {

  .bhilaa-why-section {
    padding: 60px 0;
  }

  .bhilaa-main-title {
    font-size: 28px;
  }

  .bhilaa-why-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 22px 18px;
  }

  .bhilaa-content h4 {
    font-size: 20px;
  }

  .bhilaa-content p {
    font-size: 15px;
  }
}

/* ===== BHILAA WHY SECTION END ===== */





/* ===== BHILAA FAQ SECTION START ===== */

.bhilaa-faq-section {
  padding: 90px 0;
  background: #f9f9f9;
}

.bhilaa-faq-subtitle {
  color: #ff6b00;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}

.bhilaa-faq-title {
  font-size: 32px;
  font-weight: 800;
  color: #111;
  margin-bottom: 15px;
}

.bhilaa-faq-desc {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
}

.bhilaa-faq-item {
  border: none;
  border-radius: 14px !important;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.bhilaa-faq-item .accordion-button {
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  padding: 22px 25px;
  box-shadow: none;
}

.bhilaa-faq-item .accordion-button:not(.collapsed) {
  background: #ff6b00;
  color: #fff;
}

.bhilaa-faq-item .accordion-button:focus {
  box-shadow: none;
}

.bhilaa-faq-item .accordion-body {
  padding: 22px 25px;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  background: #fff;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 991px) {

  .bhilaa-faq-title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {

  .bhilaa-faq-section {
    padding: 60px 0;
  }

  .bhilaa-faq-title {
    font-size: 28px;
  }

  .bhilaa-faq-item .accordion-button {
    font-size: 16px;
    padding: 18px;
  }

  .bhilaa-faq-item .accordion-body {
    padding: 18px;
    font-size: 15px;
  }
}

/* ===== BHILAA FAQ SECTION END ===== */