.elementor-555 .elementor-element.elementor-element-3bd76b0{--spacer-size:50px;}.elementor-555 .elementor-element.elementor-element-d794f24{text-align:center;}.elementor-555 .elementor-element.elementor-element-d794f24 .elementor-heading-title{font-size:30px;}.elementor-555 .elementor-element.elementor-element-fb4ca24{--spacer-size:50px;}.elementor-555 .elementor-element.elementor-element-564ebce{text-align:center;}.elementor-555 .elementor-element.elementor-element-564ebce .elementor-heading-title{font-size:30px;}/* Start custom CSS for html, class: .elementor-element-3d95854 */.andaman-hero {
  background: url('https://popularandaman.com/wp-content/uploads/2025/05/Scuba-Diving-in-Andaman.jpg') no-repeat center center/cover;
  height: 90vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Segoe UI', sans-serif;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
}

.hero-content h1 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.hero-content p {
  color: #f0f0f0;
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 25px;
}

.hero-btn {
  background: #00b4d8;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.hero-btn:hover {
  background: #0077a7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4c180b */.sports-section {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
      padding: 40px;
      background: #;
      font-family: 'Segoe UI', sans-serif;
    }

    .sport-box {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      text-align: center;
      transition: transform 0.3s ease;
    }

    .sport-box:hover {
      transform: translateY(-6px);
    }

    .sport-box img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .sport-box h4 {
      padding: 15px;
      font-size: 18px;
      color: #222;
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-620c816 */.certification-badges {
  padding: 60px 20px;
  background-color: #;
  text-align: center;
}

.certification-badges .cert-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.certification-badges .certification-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.certification-badges .cert-item {
  background: #fff;
  border-radius: 12px;
  padding: 20px 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  width: 160px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certification-badges .cert-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.certification-badges .cert-item img {
  width: 100%;
  height: auto;
  max-height: 90px;
  object-fit: contain;
  margin-bottom: 12px;
}

.certification-badges .cert-text {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
}

/* Optional: Individual classes (if custom styling needed) */
.cert-incredible-india {}
.cert-iso {}
.cert-google {}
.cert-tripadvisor {}
.cert-msme {}/* End custom CSS */