.header-1 .header-left {
    gap: 352px  !important;
}



 /* Contact Form Text White */
.contact-details .form-control,
.contact-details input,
.contact-details textarea,
.contact-details select {
  color: #fff !important;
  background-color: transparent;
}

/* Placeholder White */
.contact-details .form-control::placeholder,
.contact-details input::placeholder,
.contact-details textarea::placeholder {
  color: #fff !important;
  opacity: 1;
}

/* Select Dropdown Text White */
.contact-details select {
  color: #fff !important;
}

/* Select Option Text */
.contact-details select option {
  color: #fff;
  background: #000;
}


.contact-details .form-control:focus,
.contact-details input:focus,
.contact-details textarea:focus,
.contact-details select:focus {
  color: #fff !important;
  box-shadow: none;
  outline: none;
}


.nice-select .list {
    background-color: #222222 !important;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #454545 !important;
}




/* ================================
   Floating Contact Buttons (Desktop Only)
================================ */
.floating-contact {
    position: fixed;
    right: 13px;
    bottom: 65px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.float-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

.float-btn:hover {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 12px 25px rgba(0,0,0,0.35);
}

/* Individual Colors */
.float-btn.whatsapp {
    background: #25D366;
}

.float-btn.call {
    background: #007bff;
}

.float-btn.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

/* ================================
   Mobile Bottom Navigation
================================ */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    display: none;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.6);
    z-index: 9999;
}

/* Nav Items */
.nav-item {
    text-decoration: none;
    color: #aaa;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
    min-width: 55px;
}

.nav-item i {
    font-size: 20px;
    margin-bottom: 3px;
    color: #fff;
}

/* Active */
.nav-item.active {
    color: #f7e8c1;
}

.nav-item.active i {
    color: #f7e8c1;
}

/* Center WhatsApp Button */
.nav-item.whatsapp {
    position: relative;
    top: -18px;
    background: #25D366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item.whatsapp i {
    font-size: 26px;
    margin: 0;
    color: #fff;
}

.nav-item.whatsapp span {
    display: none;
}

/* Hover */
.nav-item:hover {
    color: #f7e8c1;
}

.nav-item:hover i {
    color: #f7e8c1;
}

/* ================================
   Responsive
================================ */

/* Tablet + Mobile */
@media (max-width: 768px) {
    .floating-contact {
        display: none !important;
    }

    .mobile-bottom-nav {
        display: flex;
    }

    .scroll-to-top {
    bottom: 90px !important;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .mobile-bottom-nav {
        padding: 10px 0 8px;
    }

    .nav-item {
        font-size: 11px;
    }

    .nav-item i {
        font-size: 18px;
    }

    .nav-item.whatsapp {
        width: 58px;
        height: 58px;
        top: -16px;
    }

    .nav-item.whatsapp i {
        font-size: 24px;
    }
}



/* ================================
   WDT Instagram Fetch Section
================================ */
.wdt-insta-fetch-section {
  background: #0b0b0b;
  color: #fff;
  padding: 60px 20px;
  position: relative;
  z-index: 1;
}

.wdt-insta-fetch-section .section-title {
  position: relative;
  z-index: 2;
}

.wdt-insta-fetch-section .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #cfcfcf;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.wdt-insta-fetch-section .title {
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 0;
}

.wdt-insta-fetch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1300px;
  margin: 0 auto;
  align-items: start;
}

.wdt-insta-fetch-card {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #111 !important;
  border: 1px solid #222 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35) !important;
}

/* Instagram iframe/card width fix */
.wdt-insta-fetch-card iframe,
.wdt-insta-fetch-card > div,
.wdt-insta-fetch-card > span {
  width: 100% !important;
  max-width: 100% !important;
}

/* Tablet */
@media (max-width: 992px) {
  .wdt-insta-fetch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wdt-insta-fetch-section .title {
    font-size: 40px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .wdt-insta-fetch-grid {
    grid-template-columns: 1fr;
  }

  .wdt-insta-fetch-section {
    padding: 50px 15px;
  }

  .wdt-insta-fetch-section .title {
    font-size: 32px;
  }
}