

Dear Customers,
We want you to feel comfortable, safe and fun to dive with us, put you at the highest priority with our service by : Education, Equipment, and Experience.
Just know, we really appreciate you to join us and we’ll do what we have to do to make you satisfied.
HAVE FUN ON SCUBA DIVE
Dive is the way to visit and explore the beautiful under water world.
We are here, mola mola divers with many years of diving experience ready to share, train and provide you theory, technique and experience how to dive safely and enjoyable.
Come And Dive with us.
Sincerely yours,
Mola-Mola Divers
.sidebar-box {
background: #ffffff;
padding: 18px;
border-radius: 10px;
box-shadow: 0 3px 12px rgba(0,0,0,0.08);
font-family: Arial, sans-serif;
max-width: 280px;
}
.sidebar-box h3 {
font-size: 16px;
margin-bottom: 10px;
color: #222;
border-bottom: 2px solid #f2f2f2;
padding-bottom: 6px;
}
.search-form {
display: flex;
gap: 6px;
margin-bottom: 20px;
}
.search-form input {
flex: 1;
padding: 8px 10px;
border: 1px solid #ddd;
border-radius: 6px;
outline: none;
transition: 0.3s;
}
.search-form input:focus {
border-color: #0073aa;
}
.search-form button {
background: #0073aa;
color: #fff;
border: none;
padding: 8px 14px;
border-radius: 6px;
cursor: pointer;
transition: 0.3s;
}
.search-form button:hover {
background: #005f8d;
}
.sidebar-list {
list-style: none;
padding-left: 0;
margin: 0 0 20px 0;
}
.sidebar-list li {
margin: 8px 0;
}
.sidebar-list a {
text-decoration: none;
color: #0073aa;
transition: 0.2s;
}
.sidebar-list a:hover {
color: #005177;
padding-left: 4px;
}
