/* Parallax hero section */
.hero-wrap-kcc {
    position: relative;
    background: url(../../images/home/kcc.jpg) no-repeat center center/cover;
    background-attachment: fixed; /* Parallax effect */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    min-height: 100vh; /* Full viewport height */
}

/* Left white overlay */
.hero-wrap-kcc::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .6;
  background: #777779;
  z-index: -2;
}

/* Content inside hero */
.hero-content {
    position: relative;
    z-index: 2;
    text-align: left;
}

.sub-heading {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #164601;
  letter-spacing: 1px;
  text-shadow: 2px 2px 6px #fff;
}

.main-heading {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #034EA2;
  letter-spacing: 1px;
  text-shadow: 2px 2px 6px #fff;
}

.tagline {
  font-size: 1.8rem;
  font-weight: bold;
  color: #f5f5f5;
  margin-bottom: 25px;
}

/* Fade-in animation */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.about-kcc-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 246, 246, 0.568);
    z-index: 1;
}
.about-kcc-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

.about-kcc-section p {
    font-size: 1.4rem;
    line-height: 1.8;
    color: black;
    font-weight: 400;
}
.about-kcc-section .container {
    position: relative;
    z-index: 2;
}

/* Animated green line under heading */
.about-kcc-section h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: #66B942;
    margin: 12px auto 0 auto;
    border-radius: 3px;
}
.text-dark {
    color: #66B942;
}
/* Custom styling for the section title */
.section-title {
    font-size: 2.5rem; /* Adjust the font size */
    font-weight: 700; /* Bold the font */
    color: #333; /* Dark color for better readability */
    text-transform: uppercase; /* Uppercase text */
    letter-spacing: 2px; /* Slight letter spacing */
    position: relative;
}

.section-title::after {
    content: "";
    display: block;
    width: 80px; /* Adjust the width of the underline */
    height: 4px;
    background-color: #66B942; /* Green color underline */
    margin: 12px auto 0 auto;
    border-radius: 3px;
}

  /* Features */
  .features {
    padding: 60px 20px;
    background: #fff;
  }
  
  .section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    font-weight: bold;
  }
  
  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
  }
  
  .feature-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 30px 20px;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  }
  
  .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  }
  
  .feature-card i {
    font-size: 2rem;
    color: #ffc107;
    margin-bottom: 15px;
  }
  
  .feature-card h5 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .feature-card p {
    color: #555;
    font-size: 1rem;
  }

  .hero-wrap-create {
    position: relative;
    background: url(../../images/home/corporate.jpg) no-repeat center center/cover;
    background-attachment: fixed; /* Parallax effect */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: auto;
}
.hero-content-create p{
    color: black;
    font-size: 1.3rem;
}
.kcc-event-types-box {
    background: #f9f9f9;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.05);
  }
  
  .kcc-event-title {
    font-size: 2rem; /* Adjust the font size */
    font-weight: 700; /* Bold the font */
    color: #333; /* Dark color for better readability */
    text-transform: uppercase; /* Uppercase text */
    letter-spacing: 2px; /* Slight letter spacing */
    position: relative;
  }
  
  .kcc-icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #007bff, #6610f2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    flex-shrink: 0;
  }
  
  .kcc-event-item h6 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  
  .kcc-event-item p {
    font-size: 1rem;
    color: #666;
  }
  .kcc-icon-circle {
    background-color: #e9f1ff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    flex-shrink: 0;
    margin-right: 1.5rem; /* custom space if needed */
  }
  .plus-icon {
  padding-left: 3px;
  color: #ffffff; /* White color */
  font-size: 1.1rem;
}

    
  /* Responsive Tweaks */
  @media (max-width: 768px) {
    .main-heading {
      font-size: 2rem;
    }
  
    .tagline {
      font-size: 1rem;
    }
  
    .event-box {
      padding: 15px 20px;
    }
  
    .features-grid {
      gap: 20px;
    }
  }
  /* Custom Gallery Row */
.insta-gallery-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; /* Ensures images stay in a single row */
  }
  
  /* Custom Column for Gallery */
  .insta-gallery-col {
    flex: 0 0 19%; /* Ensures each image takes up 19% of the width */
    max-width: 19%; /* Ensures images fit evenly in one row */
    padding: 5px; /* Adds spacing between images */
    
  }
  
  /* Container for each image and Instagram icon */
  .insta-image-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
 
  /* Overlay that appears above the image */
  .insta-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    border-radius: 50%; /* Circle overlay */
    padding: 10px;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease;
  }
  
  /* Instagram icon */
  .insta-icon {
    font-size: 2rem;
    color: white;
  }
  
  /* Hover effect on the image */
  .insta-image-container:hover .insta-overlay {
    opacity: 1; /* Show the overlay on hover */
  }
  
  /* Optional: Hover effect on the image */
  .insta-image-container:hover img {
    transform: scale(1.05); /* Slight zoom effect */
    transition: transform 0.3s ease;
  }
  
  /* Custom wrapper for responsive YouTube embeds */

