/* Bee Removals stylesheet  */

/*  BODY  ============================================================================= */

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

body,
select,
input,
textarea {
  color: #1f2933;
}

body p {
  margin-bottom: 20px;
  line-height: 2;
  color: #626262;
}

body p:last-child {
  margin-bottom: 0;
}

a {
  color: #de911d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input::placeholder,
textarea::placeholder {
  color: #102a43;
  font-size: 13px;
  opacity: 0.5;
}

img {
  width: 100%;
}

strong {
  font-weight: 500;
}

/*  LAYOUT  ============================================================================= */

.container {
  max-width: 1000px;
  margin: auto;
  width: 100%;
}

/*  UTILITY CLASSES  ============================================================================= */

.border-bot {
  border-bottom: 1px solid #cbd2d9;
}

.flex {
  display: flex;
}

.small {
  font-size: 13px;
  line-height: 1.5;
  color: #6b7280;
}

.grey-bg {
  background-color: #faf9f7;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.muted {
  color: #7b8794;
}

.br-20 {
  border-radius: 20px;
}

.mb-30 p {
  margin-bottom: 30px;
}

.mb-30 p:last-child {
  margin-bottom: 0;
}

/*  NAVIGATION  ============================================================================= */

#nav {
  height: auto;
  padding: 0 20px;
  background-color: #faf9f7;
}

#nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

#nav ul {
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav ul li {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

#nav ul li a {
  color: #1f2933;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.5px;
}

#nav .logo {
  width: 155px;
  display: block;
}

#nav .logo:hover {
  opacity: 0.8;
}

#nav .phone {
  display: flex;
  text-transform: uppercase;
  font-weight: 500;
  color: #0967d2;
}

#nav .phone a {
  color: #1f2933;
}

#nav .phone-icon {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

/* DESKTOP NAVIGATION > DROPDOWN MENU ============================================================================= */

#nav .dropdown-arrow {
  width: 18px;
  margin-left: 5px;
}

/* Dropdown Container */
#nav .dropdown {
  position: relative;
  padding: 10px 0;
}

/* Dropdown Button */
#nav .dropbtn {
  cursor: pointer;
}

/* Dropdown Menu */
#nav .dropdown-content {
  display: none;
  position: absolute;
  background-color: #faf9f7;
  min-width: 180px;
  z-index: 1;
  padding: 15px 10px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  top: 35px;
}

/* Dropdown Links */
#nav .dropdown-content li {
  list-style: none;
  width: 100%;
  text-align: left;
  margin-right: 0 !important;
}

#nav .dropdown-content li a {
  color: #3e4c59;
  text-decoration: none;
  display: block;
  font-family: roboto;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: normal;
  padding: 9px 15px;
  font-weight: normal;
  white-space: nowrap;
}

#nav .dropdown-content li a:hover {
  text-decoration: underline;
}

/* Show the dropdown on hover */
#nav .dropdown:hover .dropdown-content {
  display: block; /* Show dropdown when hovering over parent */;
}

/* Prevent dropdown from disappearing when moving mouse over it */
#nav .dropdown:hover .dropdown-content:hover {
  display: block; /* Keep dropdown visible */;
}

/* DESKTOP NAVIGATION (MOBILE)
============================================================================= */
@media (max-width: 768px) {
  #nav {
    display: none;
  }
}

/* MOBILE NAV
============================================================================= */

#mobile-nav {
  display: none;
}

#mobile-nav-header {
  height: auto;
  overflow: auto;
  background-color: #faf9f7;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#mobile-nav-header .toggle-nav {
  box-sizing: content-box;
  display: block;
  padding: 25px 25px;
  width: 20px;
}

#mobile-nav-header .logo {
  display: block;
  width: 155px;
}

#mobile-nav-header .right-group {
  display: flex;
  align-items: center;
}

#mobile-nav-header .phone a {
  display: inline-flex;
  padding: 26px 0;
  color: #1f2933;
  font-weight: 500;
}

#mobile-nav-header .phone-icon {
  width: 17px;
  height: 17px;
  margin-right: 0;
  vertical-align: -4px;
}


/* MOBILE MENU
============================================================================= */

#mobile-nav-items {
  display: none;
  height: auto;
  overflow: auto;
  background-color: #faf9f7;
  padding: 0 0 20px 0;
}

#mobile-nav-items ul {
  margin: 0;
  padding: 0;
}

#mobile-nav-items li {
  list-style: none;
}

#mobile-nav-items li a {
  padding: 10px 20px;
  display: block;
  width: 100%;
  color: #1f2933;
}


/* MOBILE SERVICE AREAS DROPDOWN
============================================================================= */

#mobile-nav-items .mobile-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#mobile-nav-items .mobile-dropdown-arrow {
  width: 18px;
  height: auto;
  transition: transform 0.2s ease;
}


/* Hidden by default */

#mobile-nav-items .mobile-dropdown-content {
  display: none;
  padding: 5px 0 10px 0;
}


/* Location links */

#mobile-nav-items .mobile-dropdown-content li a {
  padding: 9px 20px 9px 35px;
  font-size: 14px;
}


/* Rotate arrow when open */

#mobile-nav-items .mobile-dropdown.open .mobile-dropdown-arrow {
  transform: rotate(180deg);
}


/* MOBILE NAVIGATION
============================================================================= */

@media (max-width: 768px) {

  #mobile-nav {
    display: block;
  }

}

/* VERY SMALL MOBILE
============================================================================= */

@media (max-width: 360px) {

  #mobile-nav .phone {
    display: none;
  }

}
/*  HERO  ============================================================================= */

#hero {
  padding: 100px 20px;
  background-color: #111;
  background-image: url("../images/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  overflow: auto;
}

#hero h1 {
  font-weight: 500;
  font-size: 33px;
  margin-bottom: 25px;
  color: #f7f7f7;
  letter-spacing: -1px;
  line-height: 1.5;
}

#hero p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  opacity: 0.6;
}

#hero .button-wrapper {
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

#hero .button {
  background-color: #f7c948;
  border-radius: 20px;
  color: #1f2933;
  font-family: Roboto;
  padding: 20px 0;
  text-align: center;
  width: 260px;
  line-height: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 19px 38px, rgba(0, 0, 0, 0.22) 0 15px 12px;
  font-weight: bold;
  height: 57px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#hero .button:hover {
  text-decoration-thickness: 2px;
  text-decoration-color: #1f2933;
  background-color: #f0b429;
}

#hero .button .icon {
  margin-left: 10px;
  width: 19px;
}

/* HERO (MOBILE)
============================================================================= */
@media (max-width: 768px) {
  #hero {
    padding: 60px 20px;
  }

  #hero h1 {
    margin-bottom: 10px;
    font-size: clamp(1.6rem, 7vw, 3.1rem);
  }

  #hero p {
    font-size: 15px;
  }

  #hero .button-wrapper {
    justify-content: flex-start;
    margin-bottom: 0;
  }

  #hero .button {
    width: 100%;
    margin-top: 20px;
  }
}

/*  TITLE  ============================================================================= */

#title {
  background-color: #111;
  background-image: none;
  padding: 30px 20px;
}

#title h1 {
  color: #faf9f7;
  line-height: 2;
  font-weight: 500;
}

/*  SLICK SLIDER  ============================================================================= */

.slider-section {
  padding: 60px 0 50px;
}

.slider-section p {
  text-align: center;
  /*  font-style: italic;*/
  padding: 0 20px;
}

/* Space between slides */
.slick-slide {
  padding: 0 10px; /* 20px gap total */;
}

.slider .slick-slide img {
  border-radius: 20px !important;
  width: 100%;
  display: block;
}

.slider .slick-list {
  cursor: grab;
}

.slider .slick-list:active {
  cursor: grabbing;
}

/* SLIDER CAPTIONS */
.slider-section .slide-caption {
  margin: 12px 0 0;
  padding: 0 10px;
  color: #626262;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.view-gallery {
  display: block;
  margin: auto;
  text-align: center;
  margin-top: 30px;
  width: 170px;
  background-color: #faf9f7;
  border-radius: 30px;
  padding: 14px;
  font-weight: 500;
  color: #1f2933;
}

.view-gallery:hover {
  text-decoration-thickness: 2px;
  text-decoration-color: #1f2933;
  background-color: #E8E6E1
}

/*  CONTENT  ============================================================================= */

.section {
  padding: 50px 20px;
  height: auto;
  overflow: auto;
}

.section h2 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.8;
  color: #1f2933;
}

.section h3 {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 2;
  color: #1f2933;
  font-weight: 500;
}

.section ul {
  margin-bottom: 20px;
}

.section ul li {
  list-style-type: disc;
  margin-bottom: 15px;
  color: #626262;
  list-style-position: inside;
  line-height: 2;
}

.section p a:hover,
.section ul li a:hover {
  font-weight: 500;
  color: #f0b429;
  text-decoration: underline;
  text-decoration-color: #f0b429;
  text-decoration-thickness: 2px;
}

.section p a,
.section ul li a {
  font-weight: 500;
  color: #111;
  text-decoration: underline;
  text-decoration-color: #f0b429;
  text-decoration-thickness: 2px;
}

/* CONTENT (MOBILE)
============================================================================= */
@media (max-width: 768px) {
  .section h2 {
    margin-bottom: 0;
  }
}

/*  GALLERY  ============================================================================= */

.gallery-row {
  margin-top: 20px;
}

.gallery-row:first-child {
  margin-top: 0;
}

.gallery-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #f2f2f2;
}

.gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gallery-thumb:hover img {
  transform: scale(1.03);
  transition: transform 180ms ease;
}

/*  BEE REMOVAL PRICING
============================================================================= */

.bee-pricing-bg {
  background-image: url("../images/hex-pattern.jpg");
  background-color: #1f2933;
}

.bee-pricing-header h2 {
  color: #f7f7f7;
  line-height: 1.7;
  font-weight: 500;
  font-size: 16px;
}
.bee-pricing-header p {
  color: #e1e1e1d1;
}

.bee-price-card {
  width: 100%;
}

.bee-price-content {
  height: 100%;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bee-pricing h3 {
  font-size: 15px;
  color: #1f2933;
  line-height: 1;
  margin-bottom: 20px;
}

.bee-pricing p {
  color: #616e7c;
}

.bee-price-bottom {
  margin-top: auto;
}

.bee-pricing .price-title {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #1f2933;
}

.bee-pricing .price {
  display: block;
  color: #014d40;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 25px;
}

.bee-pricing .button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f2933;
  padding: 19px 25px;
  border-radius: 20px;
  font-weight: 500;
  background-color: #f7c948;
  text-decoration: none;
}

.bee-pricing .button:hover {
  text-decoration: underline 2px #1f2933;
  background-color: #f0b429;
}

.bee-pricing .arrow-right {
  width: 19px;
  margin-left: 10px;
}

/*  PRICING TABLE ============================================================================= */

.pricing-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pricing-table {
  width: 100%;
  min-width: 650px;
  border-radius: 10px;
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden;

}

.pricing-table th {
  text-align: left;
  font-size: 13px;
  padding: 17px 26px;
  color: #222;
  background-color: #f7c948;
  font-weight: 500;
  white-space: nowrap;
}

.pricing-table td {
  text-align: right;
  font-size: 13px;
  padding: 17px 26px;
  color: #515151;
  line-height: 1.6;
}

.pricing-table td:nth-child(1),
.pricing-table td:nth-child(2) {
  text-align: left;
}

.pricing-table tr:nth-child(2n) {
  background-color: #f7f7f7;
}

.pricing-table .right {
  text-align: right;
}

.pricing-table strong {
  color: #1f2933;
  white-space: nowrap;
}

/* PRICING TABLE (MOBILE)
============================================================================= */
@media only screen and (max-width: 768px) {
  .pricing-table {
    min-width: 560px;
  }
.pricing-table th,
.pricing-table td {
    padding: 14px 16px;
    font-size: 12px;
  }
}

/* REVIEWS ================================================================== */

.reviews {
  background-color: #faf9f7;
}

.reviews .grid {
  margin-top: 20px;
}

.reviews .grid:first-child {
  margin-top: 0;
}

.reviews .review-block {
  align-items: stretch;
}

.reviews .wrapper {
  background-color: #fff;
  padding: 30px !important;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.reviews .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px
}

.reviews .icon {
  flex: none;
}

.reviews .star-rating {
  display: block;
  width: 110px;
}

.reviews .google-icon {
  display: block;
  width: 25px;
}

.reviews .name {
  display: block;
  font-weight: 500;
  color: #1f2933;
  margin: auto 0 10px;
}

.reviews .date {
  display: block;
  color: #9aa5b1;
  font-size: 14px;
  margin-top: 0;
}

.reviews .more-reviews {
  display: block;
  margin-top: 30px;
  text-align: center;
  color: #1f2933;
}

/* CONTACT FORM
============================================================================= */

#contact-form-section {
  background-color: #000;
  background-image: url("../images/hex-pattern.jpg");
  background-repeat: repeat;
}

.contact-form-header {
  max-width: 650px;
  margin: 0 auto 40px;
  text-align: center;
}

#contact-form-section h1 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}

#contact-form-section p {
  margin-bottom: 0;
  color: #f7f7f7;
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.6;
}

#contact-form-section .form {
  padding: 30px;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
  max-width: 400px;
  margin: auto;
  box-sizing: border-box;
  border-radius: 20px;
}

#contact-form-section .form label {
  color: #1f2933;
  display: block;
  margin-bottom: 4px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}

#contact-form-section .form input,
#contact-form-section .form textarea {
  border: 1px solid #7b8794;
  font-size: 15px;
  margin-bottom: 15px;
  padding: 12px;
  width: 100%;
  font-family: Roboto;
  border-radius: 10px;
  box-sizing: border-box;
}

#contact-form-section .form textarea {
  height: 130px;
  resize: vertical;
  line-height: 1.6;
}

#contact-form-section .form .button {
  background-color: #f7c948;
  color: #1f2933;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 18px;
  -webkit-appearance: none;
  font-family: Roboto;
  border: 0;
  cursor: pointer;
}

#contact-form-section .form .button:hover {
  text-decoration-thickness: 2px;
  text-decoration-color: #1f2933;
  background-color: #f0b429;
}

#contact-form-section .form input:focus,;
#contact-form-section .form textarea:focus {
  outline: none;
  border-color: #f0b429;
}

/* BOTTOM CALL TO ACTION  ============================================================================= */

.bottom-cta {
  padding: 70px 20px;
  background-color: #111;
  background-image: url("../images/hex-pattern.jpg");
  background-repeat: repeat;
}

.bottom-cta h2 {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 15px;
  color: #f7f7f7;
  letter-spacing: -1px;
  line-height: 1.5;
}

.bottom-cta p {
  color: #f7f7f7;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
  opacity: 0.6;
}

.bottom-cta .button-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.bottom-cta .button {
  background-color: #f7c948;
  border-radius: 20px;
  color: #1f2933;
  font-family: Roboto;
  padding: 20px 0;
  text-align: center;
  width: 260px;
  height: 57px;
  line-height: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 19px 38px, rgba(0, 0, 0, 0.22) 0 15px 12px;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.bottom-cta .button:hover {
  text-decoration-thickness: 2px;
  text-decoration-color: #1f2933;
  background-color: #f0b429;
}

.bottom-cta .button .icon {
  margin-left: 10px;
  width: 19px;
}

/* FOOTER / FOOTER CTA (MOBILE)
============================================================================= */
@media (max-width: 768px) {
  #footer .text-long {
    display: none;
  }

  .bottom-cta {
    padding: 50px 20px;
  }

  .bottom-cta h2 {
    margin-bottom: 10px;
    font-size: clamp(1.6rem, 7vw, 3.1rem);
  }

  .bottom-cta p {
    padding-bottom: 10px;
  }

  .bottom-cta .button {
    width: 100%;
  }
}

/* COPYRIGHT  ============================================================================= */

#copyright {
  padding: 0 20px;
  background-color: #faf9f7;
  overflow: auto;
  color: #616e7c;
}

#copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

#copyright a {
  color: #616e7c;
}

#copyright ul li {
  display: inline-flex;
  margin-right: 20px;
}

#copyright ul li:last-child {
  margin-right: 0;
}

#copyright ul li a {
  color: #616e7c;
}

/* COPYRIGHT (MOBILE)
============================================================================= */
@media (max-width: 768px) {
  #copyright {
    padding: 25px 20px;
  }

  #copyright .container {
    height: auto;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    text-align: center;
  }

  #copyright ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  #copyright ul li {
    margin-right: 20px;
  }

  #copyright ul li:last-child {
    margin-right: 0;
  }
}

/*  WHATSAPP STICKY  ============================================================================= */
.whatsapp-sticky {
  display: none;
}

/* WHATSAPP STICKY (MOBILE)
============================================================================= */
@media (max-width: 768px) {
  .whatsapp-sticky {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    justify-content: center;
    padding: 10px 14px;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
  }

  .whatsapp-sticky a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    max-width: 480px;
    min-height: 48px;
    padding: 0 20px;
    background: #25d366;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    box-sizing: border-box;
  }

  .whatsapp-sticky img {
    width: 21px;
    height: 21px;
    display: block;
  }

  body {
    padding-bottom: 69px;
  }

}
