/* Azerbaijan Section Styling */
#azerbaijan-content {
  padding: 40px 25px;
  border-radius: 12px;
  line-height: 1.7;
}

/* Headings */
#azerbaijan-content h2,
#azerbaijan-content h3,
#azerbaijan-content h4 {
  color: black;
  font-weight: 700;
}

/* Paragraphs */
#azerbaijan-content p {
  color: #444;
  margin-bottom: 12px;
}

/* List Group Items */
#azerbaijan-content .list-group-item {
  border: none;
  margin-bottom: 10px;
  
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 15px;
}

/* Strong text inside list */
#azerbaijan-content .list-group-item strong {
  color: black;
}

/* Hover Effect */
#azerbaijan-content .list-group-item:hover {
  transform: translateY(-2px);
  transition: 0.3s ease-in-out;
}

/* Action / Small Sub Title */
#azerbaijan-content h4 {
  font-size: 18px;
  color: black;
  margin-bottom: 15px;
}

/* Highlight Section */
#azerbaijan-content strong {
  color: black;
}

/* Book Today Title */
#azerbaijan-content h3.mt-4 {
  border-left: 5px solid #1f3c88;
  padding-left: 12px;
}

/* Mobile Responsive */
@media (max-width: 576px) {
  #azerbaijan-content {
    padding: 25px 18px;
  }

  #azerbaijan-content h2 {
    font-size: 22px;
  }

  #azerbaijan-content h3 {
    font-size: 18px;
  }

  #azerbaijan-content .list-group-item {
    font-size: 14px;
  }
}





/* Kazakhstan Section Styling */
#kazakhstan-content {
  padding: 40px 25px;
  border-radius: 12px;
  line-height: 1.75;
}

#kazakhstan-content h2,
#kazakhstan-content h3 {
  color: black;
  font-weight: 700;
}

#kazakhstan-content p {
  color: #444;
  margin-bottom: 12px;
}

#kazakhstan-content .list-group-item {
  border: none;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 8px;
  padding: 14px 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  font-size: 15px;
}

#kazakhstan-content .list-group-item:hover {
  background: #eef3ff;
  transform: translateY(-2px);
  transition: 0.3s ease-in-out;
}

#kazakhstan-content h3 {
  border-left: 5px solid #1f3c88;
  padding-left: 10px;
  margin-top: 25px;
}

@media (max-width: 576px) {
  #kazakhstan-content {
    padding: 25px 18px;
  }

  #kazakhstan-content h2 {
    font-size: 22px;
  }

  #kazakhstan-content h3 {
    font-size: 18px;
  }

  #kazakhstan-content .list-group-item {
    font-size: 14px;
  }
}




/* Thailand Package Design */
#thailand-content {
  padding: 35px 25px;
  border-radius: 12px;
}

#thailand-content h2,
#thailand-content h3 {
  color: black;
  font-weight: 700;
}

#thailand-content p {
  color: #444;
  font-size: 16px;
  line-height: 1.7;
}

/* Cards/List Design */
#thailand-content .list-group-item {
  background: white;
  border-radius: 10px;
  margin-bottom: 10px;
  border: none;
  padding: 14px 18px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

#thailand-content .list-group-item:hover {
  background: #e9f1ff;
  transform: translateY(-3px);
}

#thailand-content strong {
  color: black;
}

/* Responsive */
@media (max-width: 576px) {
  #thailand-content {
    padding: 25px 15px;
  }
  #thailand-content h2 {
    font-size: 22px;
  }
  #thailand-content h3 {
    font-size: 18px;
  }
}
/* Azerbaijan Section Styling */




