/*
Custom CSS for TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

*/
.small2, small2 {
    font-size: .77rem;
}

/* ===== IBL Connect Contact Section ===== */

.ibl-contact-section {
  padding: 60px 0;
  background: #f8f9fa;
  font-family: Arial, sans-serif;
}

.ibl-contact-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

/* Left Info */
.ibl-contact-info {
  flex: 1;
}

.ibl-contact-title {
  font-size: 42px;
  color: #188f8b;
  margin-bottom: 10px;
}

.ibl-contact-subtitle {
  color: #666;
  margin-bottom: 30px;
  font-size: 16px;
}

.ibl-info-box {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #f1c40f;
  padding: 15px;
  margin-bottom: 20px;
}

.ibl-info-icon {
  font-size: 28px;
  margin-right: 15px;
}

/* Right Form */
.ibl-contact-form {
  flex: 1;
  background: #188f8b;
  padding: 30px;
  border-radius: 4px;
}

.ibl-contact-form input,
.ibl-contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
  outline: none;
  font-size: 15px;
}

.ibl-form-row {
  display: flex;
  gap: 15px;
}

.ibl-form-checkbox {
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin-bottom: 15px;
}

.ibl-submit-btn {
  width: 100%;
  background: #ffc107;
  color: #000000;
  padding: 14px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.ibl-submit-btn:hover {
  background: #e0a800;
}

/* Responsive */
@media (max-width: 768px) {
  .ibl-contact-container {
    flex-direction: column;
  }
}




/* ===== IBL CONNECT WHY SECTION (NO CONFLICT) ===== */

.iblc-why-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #f9fefe, #ffffff);
  font-family: Arial, sans-serif;
}

/* Stats Grid */
.iblc-stats-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  margin-bottom: 80px;
}

.iblc-stat-card {
  background: #ffffff;
  border: 2px solid #ffc107;
  border-radius: 16px;
  padding: 26px 18px;
  text-align: center;
  transition: all 0.35s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.iblc-stat-card h2 {
  font-size: 38px;
  color: #188f8b;
  margin-bottom: 8px;
}

.iblc-stat-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.4;
}

.iblc-stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Why Content */
.iblc-why-content {
  text-align: center;
  max-width: 1100px;
  margin: auto;
}

.iblc-why-content h2 {
  font-size: 42px;
  color: #188f8b;
  margin-bottom: 12px;
}

.iblc-why-content p {
  font-size: 16px;
  color: #555;
  max-width: 720px;
  margin: auto;
  margin-bottom: 55px;
}

/* Feature Grid */
.iblc-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.iblc-feature-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 38px 22px;
  border: 2px solid #f1c40f;
  transition: all 0.4s ease;
  box-shadow: 0 12px 30px rgba(0,0,0,0.07);
}

.iblc-feature-card span {
  font-size: 42px;
  display: block;
  margin-bottom: 18px;
}

.iblc-feature-card h4 {
  font-size: 18px;
  color: #222;
}

.iblc-feature-card:hover {
  background: linear-gradient(135deg, #188f8b, #1fa6a0);
  transform: translateY(-12px);
}

.iblc-feature-card:hover h4 {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .iblc-why-content h2 {
    font-size: 32px;
  }
}





/* Fancy Form Section */
.iblc-fancy-form-section {
  padding: 90px 20px;
  background: linear-gradient(135deg, #0f2b46, #083d44);
  font-family: 'Segoe UI', sans-serif;
}

/* Glass Box */
.iblc-fancy-form-box {
  max-width: 520px;
  margin: auto;
  padding: 45px 40px;
  border-radius: 22px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.35);
  color: #fff;
  text-align: center;
}

.iblc-fancy-form-box h2 {
  font-size: 30px;
  font-weight: 700;
}

.iblc-fancy-form-box h2 span {
  color: #ffd166;
}

.iblc-fancy-form-box p {
  font-size: 14px;
  color: #dbe7f0;
  margin: 10px 0 30px;
}

/* Form */
.iblc-fancy-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* Input Group */
.iblc-input-group {
  position: relative;
}

.iblc-input-group input,
.iblc-input-group select,
.iblc-input-group textarea {
  width: 100%;
  padding: 14px 42px 14px 14px;
  border-radius: 14px;
  border: none;
  outline: none;
  background: rgba(255,255,255,0.92);
  font-size: 14px;
}

.iblc-input-group textarea {
  min-height: 90px;
  resize: none;
}

/* Floating Label */
.iblc-input-group label {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #666;
  pointer-events: none;
  transition: 0.3s ease;
}

.iblc-input-group input:focus + label,
.iblc-input-group input:valid + label,
.iblc-input-group textarea:focus + label,
.iblc-input-group textarea:valid + label,
.iblc-input-group select:focus + label,
.iblc-input-group select:valid + label {
  top: -8px;
  background: #0f2b46;
  color: #ffd166;
  font-size: 11px;
  padding: 0 6px;
  border-radius: 6px;
}

/* Icons */
.iblc-input-group i {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #0f2b46;
}

/* Button */
.iblc-submit-btn {
  margin-top: 10px;
  padding: 14px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(135deg, #ffd166, #ff9f1c);
  color: #000;
  transition: 0.35s;
}

.iblc-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.4);
}

/* Responsive */
@media (max-width: 480px) {
  .iblc-fancy-form-box {
    padding: 35px 25px;
  }
}






/* Leadership Section */
.iblc-leader-section {
  padding: 70px 20px;
  background: linear-gradient(180deg, #f8fbff, #eef3f8);
  font-family: 'Segoe UI', sans-serif;
}

.iblc-leader-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.iblc-leader-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f2b46;
  margin-bottom: 6px;
}

.iblc-leader-subtitle {
  font-size: 15px;
  color: #6b7c93;
  margin-bottom: 50px;
}

/* Grid */
.iblc-leader-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

/* Card */
.iblc-leader-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

/* Reflective shine */
.iblc-leader-card::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -60%;
  width: 120%;
  height: 120%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.35),
    transparent
  );
  transform: rotate(25deg);
  transition: 0.6s;
}

.iblc-leader-card:hover::before {
  top: 100%;
  left: 100%;
}

/* Hover */
.iblc-leader-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(0,0,0,0.15);
}

/* Image */
.iblc-leader-img {
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  border-radius: 14px;
  overflow: hidden;
  border: 3px solid #00a6c7;
}

.iblc-leader-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text */
.iblc-leader-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #0f2b46;
}

.iblc-leader-card span {
  font-size: 13px;
  font-weight: 600;
  color: #00a6c7;
  display: block;
  margin-bottom: 10px;
}

.iblc-leader-card p {
  font-size: 14px;
  color: #5f6f81;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .iblc-leader-title {
    font-size: 26px;
  }
}


