/* MAIN PAGE START */
#home-section {
  background-image: url('../assets/images/01_Kind_Fox_May_Main_First_Sprout_Wallpaper_Example.webp');
  min-height: 80vh;
  z-index: 11;
  background-position: bottom;
  background-size: cover;
  overflow-x: hidden;
  overflow-y: hidden;
  scrollbar-width: 0px;
  max-width: 100vw;
  position: relative;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background: linear-gradient(13deg,rgba(179, 234, 252, 1) 0%, rgba(224, 252, 255, 1) 57%, rgba(230, 255, 249, 1) 100%); */
}

.home-img-bg {
  width: calc(100vw * 0.35);
  height: auto;
  z-index: 7;
}

.home-flower-left {
  position: absolute;
  z-index: 99;
  left: calc(100vw * -0.131);
  bottom: 0px;
  width: calc(100vw * 0.261);
  transform: rotate(40deg);
}

.home-cloud-right {
  position: absolute;
  z-index: 99;
  right: 0px;
  top: 0px;
  width: calc(100vw * 0.21);
}

.home-tree-left {
  position: absolute;
  z-index: 97;
  left: calc(100vw * -0.0521);
  bottom: -10px;
  width: calc(100vw * 0.234);
  opacity: 0.8;
}

.home-rocks-right {
  position: absolute;
  z-index: 97;
  right: 0px;
  bottom: -15px;
  width: calc(100vw * 0.198);
}

.home-butterfly-right-1 {
  position: absolute;
  z-index: 97;
  right: calc(100vw * 0.234);
  top: 150px;
  width: 75px;
}

.home-butterfly-right-2 {
  position: absolute;
  z-index: 97;
  right: calc(100vw * 0.130);
  top: 50px;
  width: 75px;
}

.flower-container {
  overflow: hidden;
  max-width: 80vw;
}

.sun-container {

}

.tree-container {

}

@keyframes sun-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home-sun {
  position: absolute;
  z-index: 99;
  left: calc(100vw * 0.144);
  top: 5px;
  width: calc(100vw * 0.16);
  transform-origin: center;
  animation: sun-rotation 180s linear infinite;
}

#cloudBottomRight {
  position: absolute;
  bottom: -15px;
  right: 0px;
  height: auto;
}

#cloudBottomRight img {
  width: 300px;
  height: auto;
}

.bg-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
/* HOME END */

/* AREAS WE SERVICE START */

#who-we-are-section {
  background-image: url('../assets/images/02_Kind_Fox_May_Main_Who_We_Are_Wallpaper_1.webp');
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  z-index: 10;
  position: relative;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.who-we-are-img-bg-3 {
  left: calc(100vw * 0.46);
  bottom: 3%;
  transform: translate(-50%, 0%) rotate(-30deg);
  position: absolute;
  width: calc(100vw * 0.0182);
  height: auto;
  z-index: -1;
  opacity: 1;
}

.who-we-are-img-bg-2 {
  left: calc(100vw * 0.45);
  bottom: 0%;
  transform: translate(-50%, 0%) rotate(-30deg);
  position: absolute;
  width: calc(100vw * 0.1302);
  height: auto;
  z-index: -2;
  opacity: 1;
}


.who-we-are-img-bg {
  left: calc(100vw * 0.5);
  bottom: 0%;
  transform: translate(-50%, 0%);
  position: absolute;
  width: calc(100vw * 0.156);
  height: auto;
  z-index: -3;
  opacity: 0.8;
}

.main-title {
  min-width: 100%;
}

.main-title h1 {
  color: var(--nav-bg-colour);
  font-family: 'poppin';
  text-align: center;
  font-size: 4.5rem;
  padding-top: 25px;
}

.main-title hr {
  background-color: var(--nav-bg-colour);
  height: 5px;
  margin-top: 0px;
  padding-top: 0px;
  border: none;
  display: none;
}

.who-we-are-title h1 {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.who-we-are-title hr {
  width: 0%;
  transition: width 0.5s ease-in-out 0.35s;
}

.who-we-are-title.active h1 {
  opacity: 1;
}
.who-we-are-title.active hr {
  width: 80%;
}

#who-we-are-section-content {
  padding-bottom: 100px;
}

/* OUR TEAM START */
.our-team-text {
  text-align: left;
  padding-top: 25px;
}

.our-team-card-btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}
/* OUR TEAM END */

/* OUR SERVICES START */
.our-services-text {
  text-align: left;
  padding-left: 25px;
  padding-top: 25px;
}

.our-services-text p {
  font-size: 17px;
}

.our-services-text ul {
  font-weight: 100;
  font-size: 17px;
  margin-bottom: 10px;
  padding-left: 75px;
}

.our-services-text h2 {
  margin-bottom: 10px;
}

.our-services-text li.sub-heading {
  font-family: 'atkinson';
  font-size: 16px;
}

.our-services-text .divider {
  height: 4px;
  margin-bottom: 25px;
  align-self: flex-start;
  justify-self: flex-start;
  text-align: left;
  width: 100%;
  left: 0;
}

.our-services-card-btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}
/* OUR SERVICES END */


#areas-we-service-section {
  /* background-image: url('../assets/images/truck-animation-still-render-wide.webp'); */
  /* background: linear-gradient(37deg,rgba(255, 97, 97, 1) 0%, rgba(130, 155, 255, 1) 58%, rgba(222, 251, 255, 1) 100%); */
  background-image: url(../assets//images/04_Kind_Fox_May_Main_Areas_We_Service_Wallpaper_1.webp);
  background-size: cover;
  min-height: 100vh;
  z-index: 7;
  position: relative;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

#areas-we-service-section-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 50px;
}

.areas-we-service-btm-right-img {
  position: absolute;
  right: 7%;
  bottom: 0;
  width: 600px;
  height: auto;
  z-index: 6;
}

#mapSectionContainer {
  opacity: 0;
  z-index: 7;
}

.map-section-container {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0.75);
  border: 2.5px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
}

.map-section-title {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.map-section-title h1 {
  font-size: 2.5rem;
  font-family: 'nunito';
  color: var(--white);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.map-section-title hr {
  background-color: var(--white);
  width: 100%;
}

.map-section-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin: 0;
  padding: 0;
  max-height: 0px;
}

.map-section-column {
  flex: 1;
  min-width: 250px;
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;

  opacity: 0;
}

.map-section-column p {
  color: var(--white);
  font-family: 'atkinson';
  font-size: 17px;
  margin: 0;
}
.map-section-column ul {
  color: var(--white);
  font-size: 17px;
  font-family: 'atkinson';
  margin: 10px;
}

.map-image {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: auto;
  border: 2.5px solid #fff;
  padding: 10px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.7);
  transition: transform 0.3s ease;
}

.map-image:hover {
  transform: translateY(-5px);
}
/* AREAS WE SERVICE END */

/* CONTACT US START */
#contact-us-section {
  /* background-image: url('../assets/images/kind-fox-set-phone-render-wide.webp'); */
  padding-top: 25px;
  background-image: url('../assets//images/08_Kind_Fox_May_Main_Get_in_Touch_1.webp');
  background-repeat:no-repeat;
  background-size: cover;
  min-height: 100vh;
  z-index: 3;
  position: relative;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.contact-us-title h1 {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.contact-us-title hr {
  width: 0%;
  transition: width 0.5s ease-in-out 0.35s;
}

.contact-us-title.active h1 {
  opacity: 1;
}
.contact-us-title.active hr {
  width: 80%;
}

.contact-us-sub-title {
  color: var(--nav-bg-colour);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 1s ease-in-out 0.75s;
}

.contact-us-sub-title.active {
  opacity: 1;
}

.contact-us-sub-title p {
  margin: 0;
  padding: 2px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'atkinson';
  width: 60vw;
  text-align: center;
}

.contact-us-content-section {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-width: 80vw;
}

.contact-us-btns {
  display: flex; 
  flex-direction: row; 
  gap: 50px; 
  text-align: center; 
  justify-content: center; 
  align-items: center; 
  opacity: 0;
  transition: opacity 1s ease-in-out 0.75s;
}

.contact-us-btns.active {
  opacity: 1;
}

.contact-btn {
  display: flex; 
  flex-direction: row; 
  justify-content: center; 
  align-items: center; 
  gap:20px;
}

.contact-btn-text { 
  font-size: 2rem;
}

.contact-btn-icon {
  font-size: 4rem; 
  color:var(--primary);
}

/* CONTACT US END */

/* WP FORMS START */
#wpforms-17 {
  max-height: 0px;
  padding: 0px;
  margin-bottom: 50px;
  min-width: 50vw !important;
  border: none;
  background-color: var(--nav-bg-colour) !important;
  border-radius: 10px !important;
}

/* #wpforms-17.active {
  padding: 25px !important;
  border: 2.5px solid #fff !important;
} */

#wpforms-form-17 {
  opacity: 0;
}

/* #wpforms-form-17.active {
  opacity: 1;
} */

.wpforms-field-label {
  color: white !important;
  font-family: 'poppins' !important;
  font-size: 1.25rem !important;
}

#wpforms-17-field_5-description {
  color: white !important;
  font-family: 'atkinson' !important;
  font-size: 1.05rem;
}

#wpforms-submit-17 {
  background-color: var(--orange);
  font-family: 'poppins';
}

#wpforms-submit-17:hover {
  background-color: var(--blue);
}

.wpforms-field-medium {
  font-family: 'atkinson' !important;
  font-size: 1.1rem !important;
  font-weight: bold !important;
  min-width: 100% !important;
}

#wpforms-confirmation-17 {
  background: transparent !important;
  background-color: transparent !important;
  font-family: 'poppins' !important;
  text-align: center !important;
  color: white !important;
  font-size: 2rem !important;
  border: none !important;
}
/* WP FORMS END */
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .contact-btn {
    flex-direction: column; 
    gap:10px;
  }

  #cloudBottomRight img {
    width: 200px;
    height: auto;
  }
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {

  /* MAIN PAGE START */
  #home-section {
    min-height: 90vh;
    background-image: url('../assets/images/01_Kind_Fox_May_Main_First_Sprout_Wallpaper_Example.webp');
    background-position: center;
    background-size: cover;
  }

  .home-img-bg {
    width: calc(100vw * 0.7);
  }

  .home-flower-left {
    position: absolute;
    z-index: 99;
    left: calc(100vw * -0.35);
    bottom: 0px;
    width: calc(100vw * 0.47);
    transform: rotate(40deg);
  }

  .home-cloud-right {
    position: absolute;
    z-index: 99;
    right: 0px;
    top: 0px;
    width: calc(100vw * 0.35);
  }

  .home-tree-left {
    position: absolute;
    z-index: 97;
    left: calc(100vw * -0.25);
    bottom: 60px;
    width: calc(100vw * 0.5);
    opacity: 1;
    display: none;
  }

  .home-rocks-right {
    position: absolute;
    z-index: 97;
    right: 0px;
    bottom: 60px;
    width: calc(100vw * 0.5);
    display: none;
  }

  .home-butterfly-right-1 {
    display: none;
    position: absolute;
    z-index: 97;
    right: calc(100vw * 0.234);
    top: 125px;
    width: 75px;
  }

  .home-butterfly-right-2 {
    display: none;
    position: absolute;
    z-index: 97;
    right: calc(100vw * 0.130);
    top: 50px;
    width: 75px;
  }

  .flower-container {
    overflow: hidden;
    max-width: 80vw;
  }


  @keyframes sun-rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .home-sun {
    position: absolute;
    z-index: 99;
    left: calc(100vw * 0.05);
    top: 15px;
    width: calc(100vw * 0.25);
    transform-origin: center;
    animation: sun-rotation 180s linear infinite;
  }

  #cloudBottomRight img {
    width: 150px;
    height: auto;
  }

  #who-we-are-section {
    background-image: url('../assets/images/Kind_Fox_About_Us_BG.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .who-we-are-img-bg-3 {
    left: 46%;
    bottom: 2%;
    transform: translate(-50%, 0%) rotate(-30deg);
    position: absolute;
    width: 20px;
    height: auto;
    z-index: -1;
    opacity: 1;
  }

  .who-we-are-img-bg-2 {
    left: 45%;
    bottom: 0%;
    transform: translate(-50%, 0%) rotate(-30deg);
    position: absolute;
    width: 150px;
    height: auto;
    z-index: -2;
    opacity: 1;
  }


  .who-we-are-img-bg {
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0%);
    position: absolute;
    width: 200px;
    height: auto;
    z-index: -3;
    opacity: 0.8;
  }

  /* OUR TEAM START */
  .our-team-card-btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
  }
  /* OUR TEAM END */

  /* OUR SERVICES START */
  .our-services-text h2 {
    font-size: 1.25rem;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .our-services-text .indented-text {
    padding-left: 0px;
  }

  .our-services-text h2 i {
    font-size: 1.5rem !important;
    padding-bottom: 5px;
  }

  .our-services-text ul {
    padding: 0;
  }

  .our-services-text li {
    font-size: 17px;
  }

  .our-services-text li.sub-heading {
    font-size: 17px;
    padding: 0px;
  }

  .our-services-text p {
    font-size: 17px;
  }

  .our-services-card-btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
  }

  /* OUR SERVICES END */

  .main-title h1 {
    font-size: 2.5rem;
  }

  #areas-we-service-section {
    /* background-image: url('./assets/images/truck-animation-still-render.webp'); */
    /* background-position: left; */
    overflow-x: hidden;
  }

  #areas-we-service-section-content {
    margin-left: 10px;
    align-items: flex-start;
  }

  .areas-we-service-btm-right-img {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: auto;
    z-index: 6;
  }



  .map-section-container {
    max-width: 95%;
  }

  .map-section-content {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .map-section-title h1 {
    font-size: 1.5rem
  }

  .map-section-column {

  }

  .map-section-column p {
    font-size: 16px;
  }

  .map-section-column ul {
    font-size: 16px;
  }

  #contact-us-section {
    background-image: url('../assets//images/Kind_Fox_Contact_Us_BG.webp');
    background-repeat:no-repeat;
    background-size: cover;
  }

  .contact-us-btns {
    flex-direction: column; 
    gap: 20px; 
  }

  .contact-btn {
    flex-direction: column; 
    gap:10px;
  }

  .contact-btn-text {
    font-size: 1rem;
  }

  .contact-btn-icon {
    font-size: 2rem; 
  }

  /* WP FORMS START */
  #wpforms-17 {
    max-width: 95vw;
  }
  .wpforms-field-medium {
    font-size: 0.85rem !important;
  }
  /* WP FORMS END */

}