.dubai-b2b-section {
  background: url(../../img/b1.svg);
    padding: 100px 0;
    color: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.dubai-b2b-section.singa{
    background: url(../../img/singapore.png);
}

.dubai-b2b-section.malaysia{
    background: url(../../img/malaysia.png);
}
.dubai-b2b-section.bali{
    background: url(../../img/bali.png);
}
.dubai-b2b-section.azerbaijan{
    background: url(../../img/azerbaijan.png);
}

.dubai-b2b-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgb(0 0 0 / 24%); /* Dark overlay */
}

.dubai-b2b-section .container {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-custom {
  background: #f4a300;
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 30px;
  transition: 0.3s;
}

.btn-custom:hover {
  background: #d68900;
  color: #fff;
}

.contact-form .form-control {
  border-radius: 8px;
  height: auto;
  border: 1px solid #ddd;
  padding: 12px 15px;
}

.contact-form .btn-custom {
  margin-top: 10px;
}

.dubai-dmc-section {
  background: #fff;
  color: #222;
}

.dubai-dmc-section .section-header h2 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  background: #cce2f7; /* Light blue background */
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
}

.dubai-dmc-section .section-description p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.dubai-dmc-section .feature-box img {
  width: 50px;
  height: 50px;
}

.dubai-dmc-section .feature-box h5 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

.tour-packages {
  background: #fff;
}

.package-card {
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.package-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.package-content h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.package-content p {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.5;
}

.package-content .btn {
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  padding: 6px 14px;
}

.package-content .btn-success {
  background-color: #25D366;
  border: none;
}

.package-content .btn-warning {
  background-color: #f4a100;
  border: none;
  color: #fff;
}

.about-heading {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about-heading span {
  color: #b8131a; /* pink highlight */
}

.about-subtitle {
  font-size: 16px;
  font-style: italic;
  color: #555;
  margin-bottom: 25px;
}

.about-tour p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 18px;
}

.about-tour strong {
  color: #000;
}

.about-highlight {
  font-size: 18px;
  font-weight: bold;
  color: #e60050;
  margin-top: 20px;
}

.testimonial-section {
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
  color: #fff;
  position: relative;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
}

.section-subtitle {
  font-size: 16px;
  color: #f1f1f1;
  margin-bottom: 40px;
}

.testimonial-content {
  max-width: 750px;
  margin: 0 auto;
}

.testimonial-text {
  font-size: 18px;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #e3e3e3;
}

.client-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.client-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 2px solid #fff;
}

.client-info h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
  color: #fff;
}

.client-info p {
  font-size: 14px;
  color: #ccc;
}

.dmc-dubai-section h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.dmc-dubai-section .highlight {
  color: #b8131a; /* pink highlight */
  font-weight: 700;
}

.dmc-points {
  list-style: disc;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.recognitions-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.dmc-dubai-section img {
  max-height: 60px;
  transition: transform 0.3s ease;
}

.dmc-dubai-section img:hover {
  transform: scale(1.1);
}


.contact-section {
  background: #fff;
}

.form-box {
  background: #0b0b3a;
  color: #fff;
  border-radius: 6px;
}

.form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-box label {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.form-control {
  border-radius: 4px;
  border: none;
  padding: 10px;
}

.btn-submit {
  background: #f2a600;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
}

.btn-submit:hover {
  background: #cc8500;
}

.query-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.query-box p {
  font-size: 15px;
}

.query-box a {
  color: #0b0b3a;
  font-weight: 600;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.divider span {
  margin: 0 10px;
  font-size: 14px;
  color: #333;
}

.btn-call {
  display: inline-block;
  background: #f2a600;
  color: #fff !important;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-call:hover {
  background: #cc8500;
}


