.elementor-272 .elementor-element.elementor-element-0834bac{text-align:center;}.elementor-272 .elementor-element.elementor-element-0834bac .elementor-heading-title{font-size:30px;}/* Start custom CSS for html, class: .elementor-element-9af45ca *//* Hero Section */
.tour-hero-section {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.6)), url('https://popularandaman.com/wp-content/uploads/2025/05/an.png') no-repeat center center/cover;
  padding: 120px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  background-position: center center;
  background-attachment: fixed;
}

.tour-hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  z-index: 2;
}

.tour-hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.3;
}

.tour-hero-content p {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.6;
}

.tour-btn {
  display: inline-block;
  padding: 14px 40px;
  background-color: #00a8ff;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 6px 15px rgba(0, 168, 255, 0.3);
  transition: all 0.3s ease;
  border: 2px solid #00a8ff;
}

.tour-btn:hover {
  background-color: #007acc;
  border-color: #007acc;
  box-shadow: 0 10px 25px rgba(0, 122, 204, 0.4);
  transform: translateY(-3px);
}

.tour-btn:focus {
  outline: none;
}

.tour-btn:active {
  transform: translateY(0);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .tour-hero-content h1 {
    font-size: 2.5rem;
  }

  .tour-hero-content p {
    font-size: 1.1rem;
  }

  .tour-btn {
    padding: 12px 30px;
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f112b7f */.andaman-tour-section {
  background: #f9fbff;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.andaman-tour-section .tour-title {
  font-size: 32px;
  margin-bottom: 10px;
  color: #002c4b;
}

.andaman-tour-section .tour-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}

.tour-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.tour-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}

.tour-card:hover {
  transform: translateY(-5px);
}

.tour-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.tour-info {
  padding: 20px;
}

.tour-info h3 {
  font-size: 22px;
  color: #006f9a;
  margin-bottom: 5px;
}

.tour-info p {
  font-size: 15px;
  color: #333;
  margin-bottom: 12px;
}

.tour-info ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.tour-info ul li {
  font-size: 14px;
  color: #444;
  margin-bottom: 6px;
}

.tour-btn {
  display: inline-block;
  background: #007cbf;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.tour-btn:hover {
  background: #005f92;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23906f8 */.certification-badges {
  padding: 60px 20px;
  background-color: #f8f9fa;
  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 */