/* ------------ Google Fonts ------------ */

.header-style {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.link-style {
    font-family: 'Lexend Exa', sans-serif;
    font-weight: 300;
}

.p-style {
   font-family: 'Roboto', sans-serif;
}

.header-style-bold {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* ------------ Red to Black Angled Background ------------ */
@media (max-width: 575.98px) { 
  .bg-red-black-split{   
    background: linear-gradient(135deg, #C82E35 65%, #ffffff 65%, #ffffff 66%, #222222 66%);
    height: 28px;
  };      
}

@media (min-width: 576px) { 
  .bg-red-black-split{     
    background: linear-gradient(135deg, #C82E35 60%, #ffffff 60%, #ffffff 61%, #222222 61%);
    height: 28px;
  };
}

@media (min-width: 992px) { 
.bg-red-black-split{
  background: linear-gradient(135deg, #C82E35 60%, #ffffff 60%, #ffffff 60.5%, #222222 60.5%);
  height: 28px;
};
}

@media (min-width: 1600px) { 
.bg-red-black-split{
  background: linear-gradient(135deg, #C82E35 60%, #ffffff 60%, #ffffff 60.3%, #222222 60.3%);
  height: 28px;
};
}

/* ------------ Orange to Black Angled Background ------------ */
@media (max-width: 575.98px) { 
  .bg-orange-black-split{   
    background: linear-gradient(135deg, #E95902 65%, #ffffff 65%, #ffffff 66%, #222222 66%);
    height: 28px;
  };      
}

@media (min-width: 576px) { 
  .bg-orange-black-split{     
    background: linear-gradient(135deg, #E95902 60%, #ffffff 60%, #ffffff 61%, #222222 61%);
    height: 28px;
  };
}

@media (min-width: 992px) { 
.bg-orange-black-split{
  background: linear-gradient(135deg, #E95902 60%, #ffffff 60%, #ffffff 60.5%, #222222 60.5%);
  height: 28px;
};
}

/* ------------ Green to Black Angled Background ------------ */
@media (max-width: 575.98px) { 
  .bg-green-black-split{   
    background: linear-gradient(135deg, #00713c 65%, #ffffff 65%, #ffffff 66%, #222222 66%);
    height: 28px;
  };      
}

@media (min-width: 576px) { 
  .bg-green-black-split{     
    background: linear-gradient(135deg, #00713c 60%, #ffffff 60%, #ffffff 61%, #222222 61%);
    height: 28px;
  };
}

@media (min-width: 992px) { 
.bg-green-black-split{
  background: linear-gradient(135deg, #00713c 60%, #ffffff 60%, #ffffff 60.5%, #222222 60.5%);
  height: 28px;
};
}

/* ------------ Taupe to Green Angled Background ------------ */
@media (max-width: 575.98px) {
  .bg-taupe-black-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #F5F5EB 45%, #323232 45%);
    overflow: hidden;
  }

  .bg-taupe-black-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 49%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(50, 50, 50, 1), /* right */
    inset 5px 5px 3px rgba(50, 50, 50, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(50, 50, 50, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

@media (min-width: 576px) {
  .bg-taupe-black-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #F5F5EB 40%, #323232 40%);
    overflow: hidden;
  }

  .bg-taupe-black-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 42%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(50, 50, 50, 1), /* right */
    inset 5px 5px 3px rgba(50, 50, 50, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(50, 50, 50, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

@media (min-width: 992px) {
  .bg-taupe-black-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #F5F5EB 30%, #323232 30%);
    overflow: hidden;
  }

  .bg-taupe-black-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 31%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(50, 50, 50, 1), /* right */
    inset 5px 5px 3px rgba(50, 50, 50, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(50, 50, 50, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

@media (min-width: 1200px) {
  .bg-taupe-black-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #F5F5EB 24%, #323232 24%);
    overflow: hidden;
  }

  .bg-taupe-black-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 25.2%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(50, 50, 50, 1), /* right */
    inset 5px 5px 3px rgba(50, 50, 50, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(50, 50, 50, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

@media (min-width: 1400px) {
  .bg-taupe-black-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #F5F5EB 24%, #323232 24%);
    overflow: hidden;
  }

  .bg-taupe-black-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 25.2%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(50, 50, 50, 1), /* right */
    inset 5px 5px 3px rgba(50, 50, 50, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(50, 50, 50, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

@media (min-width: 1600px) {
  .bg-taupe-black-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #F5F5EB 28%, #323232 28%);
    overflow: hidden;
  }

  .bg-taupe-black-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 30.2%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(50, 50, 50, 1), /* right */
    inset 5px 5px 3px rgba(50, 50, 50, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(50, 50, 50, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

@media (min-width: 2000px) {
  .bg-taupe-black-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #F5F5EB 34%, #323232 34%);
    overflow: hidden;
  }

  .bg-taupe-black-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 36.2%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(50, 50, 50, 1), /* right */
    inset 5px 5px 3px rgba(50, 50, 50, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(50, 50, 50, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

/* ------------ Nav Height ------------ */
.h-28{
  height: 28px;
}

.nav-custom {
  height: 80px;
}

/* Default: full size */
.logo-img {
  width: 188px;
  height: 80px;
  transition: width 0.2s ease, height 0.2s ease;
}

/* Shrink logo on scroll */
.logo-img.logo-small {
  width: 144px;
  height: 61px;
}

/* On very small screens (< 575px), logo is always small */
@media (max-width: 574.98px) {
  .logo-img {
    width: 144px !important;
    height: 61px !important;
  }

  /* Ensure no transition to smaller size happens on scroll */
  .logo-img.logo-small {
    width: 144px !important;
    height: 61px !important;
  }
}

/* Margin top logic */
.neg-vert-align-target {
  margin-top: -30px;
}

/* Scroll-down state (removes negative margin) */
.neg-vert-align-target:not(.neg-vert-align-nav) {
  margin-top: 0;
}

/* Enable smooth transition after load */
.neg-vert-align-target.logo-animate {
  transition: margin-top 0.2s ease-in-out;
}

/* ------------ Top Nav Link ------------ */
.t-nav-link {
  text-decoration: none;
}

.t-nav-link:focus,
.t-nav-link:hover,
.t-nav-link:active {
  text-decoration: underline;
}

/* ------------ Logo Vert Align ------------ */
.neg-vert-align-nav {
  margin-top: -30px;
}

/* ------------ Nav Items Vert Align Desktop ------------ */
@media (min-width: 992px) {
  .vert-align-middle {
    padding-top: 28px;
  };
}

/* ------------ Hide Top Nav on Small Screen ------------ */
@media (max-width: 998px) { 
  .hide-nav-small {   
    display: none;
  };      
}

/* ------------ Hide Nav on Desktop Screen ------------ */
@media (min-width: 990px) { 
  .hide-nav-large {   
    display: none;
  };      
}

/* ------------ Header 1 Spacing ------------ */
@media (max-width: 991.98px) {
  .header-1-space {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  };
}

@media (min-width: 992px) {
  .header-1-space {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
  };
}

/* ------------ Screen Size Text Margin and Padding ------------ */
@media (max-width: 992px) { 
  .screen-mp{   
    padding: 1rem !important;    
  };      
}

@media (min-width: 992px) { 
  .screen-mp{   
    padding: 3rem !important;
    margin: 0.5rem !important;
  };      
}

/* ------------ Hide on Small Screen ------------ */
@media (max-width: 750px) { 
  .hide-small {   
    display: none;
  };      
}

/* ------------ Small Screen Contact Us Button Center ------------ */
@media (min-width: 992px) { 
  .sm-button-center{   
    margin-left: 1rem;
  };      
}

/* ------------ Small Screen Text Center ------------ */
@media (max-width: 992px) { 
  .sm-text-center{   
    text-align: center;
  };      
}

/* ------------ White/Red Angled Background ------------ */
@media (max-width: 991.98px) {
  .bg-white-red-split-angle {
    position: relative;
    background-image:
      linear-gradient(45deg, #C82E35 40%, #F5F5EB 40%),
      linear-gradient(135deg, #F5F5EB 60%, #C82E35 60%);
    background-size: 50.01% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

@media (min-width: 992px) {
  .bg-white-red-split-angle {
    position: relative;    
    background-image:
      linear-gradient(45deg, #F5F5EB 48%, #C82E35 48%),
      linear-gradient(135deg, #F5F5EB 48%, #C82E35 48%);
    background-size: 100% 50%;
    background-position: top, bottom;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

@media (max-width: 991.98px) {
  .bg-white-red-split-angle-vertical {
    position: relative;
    background-image:
      linear-gradient(45deg, #fff 20%, #C82E35 20%),
      linear-gradient(135deg, #C82E35 80%, #fff 80%);
    background-size: 50.01% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

@media (min-width: 992px) {
  .bg-white-red-split-angle-vertical {
    position: relative;
    background-image:
      linear-gradient(45deg, #fff 22%, #C82E35 22%),
      linear-gradient(135deg, #C82E35 78%, #fff 78%);
    background-size: 50.01% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

@media (min-width: 2000px) {
  .bg-white-red-split-angle-vertical {
    position: relative;
    background-image:
      linear-gradient(45deg, #fff 36%, #C82E35 36%),
      linear-gradient(135deg, #C82E35 64%, #fff 64%);
    background-size: 50.01% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

/* ------------ Tan/Green Angled Background ------------ */
@media (max-width: 991.98px) {
  .bg-tan-green-split-angle {
    position: relative;
    background-image:
      linear-gradient(45deg, #26453D 40%, #F5F5EB 40%),
      linear-gradient(135deg, #F5F5EB 60%, #26453D 60%);
    background-size: 50.01% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

@media (min-width: 992px) {
  .bg-tan-green-split-angle {
    position: relative;    
    background-image:
      linear-gradient(45deg, #F5F5EB 48%, #26453D 48%),
      linear-gradient(135deg, #F5F5EB 48%, #26453D 48%);
    background-size: 100% 50%;
    background-position: top, bottom;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

@media (max-width: 991.98px) {
  .bg-tan-green-split-angle-vertical {
    position: relative;
    background-image:
      linear-gradient(45deg, #fff 20%, #26453D 20%),
      linear-gradient(135deg, #26453D 80%, #fff 80%);
    background-size: 50.01% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

@media (min-width: 992px) {
  .bg-tan-green-split-angle-vertical {
    position: relative;
    background-image:
      linear-gradient(45deg, #fff 22%, #26453D 22%),
      linear-gradient(135deg, #26453D 78%, #fff 78%);
    background-size: 50.01% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

@media (min-width: 2000px) {
  .bg-tan-green-split-angle-vertical {
    position: relative;
    background-image:
      linear-gradient(45deg, #fff 36%, #26453D 36%),
      linear-gradient(135deg, #26453D 64%, #fff 64%);
    background-size: 50.01% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

/* ------------ White/Dark Angled Background ------------ */
@media (max-width: 991.98px) {
  .bg-white-dark-split-angle {
    position: relative;
    background-image:
      linear-gradient(45deg, #222222 40%, #F5F5EB 40%),
      linear-gradient(135deg, #F5F5EB 60%, #222222 60%);
    background-size: 50.01% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

@media (min-width: 992px) {
  .bg-white-dark-split-angle {
    position: relative;    
    background-image:
      linear-gradient(45deg, #F5F5EB 48%, #222222 48%),
      linear-gradient(135deg, #F5F5EB 48%, #222222 48%);
    background-size: 100% 50%;
    background-position: top, bottom;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

@media (max-width: 991.98px) {
  .bg-white-dark-split-angle-vertical {
    position: relative;
    background-image:
      linear-gradient(45deg, #F5F5EB 20%, #222222 20%),
      linear-gradient(135deg, #222222 80%, #F5F5EB 80%);
    background-size: 50.01% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

@media (min-width: 992px) {
  .bg-white-dark-split-angle-vertical {
    position: relative;
    background-image:
      linear-gradient(45deg, #F5F5EB 22%, #222222 22%),
      linear-gradient(135deg, #222222 78%, #F5F5EB 78%);
    background-size: 50.01% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

@media (min-width: 2000px) {
  .bg-white-dark-split-angle-vertical {
    position: relative;
    background-image:
      linear-gradient(45deg, #F5F5EB 36%, #222222 36%),
      linear-gradient(135deg, #222222 64%, #F5F5EB 64%);
    background-size: 50.01% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

/* ------------ Centering Header Text ------------ */
@media (max-width: 575.98px) { 
  .center-header {
    text-align: center;
  };      
}

@media (min-width: 576px) { 
  .center-header {
    text-align: center;
  };
}

@media (min-width: 992px) { 
  .center-header {
    text-align: left;
  };
}

@media (min-width: 1200px) { 
  .center-header {
    text-align: left;
  };
}

@media (min-width: 1400px) { 
  .center-header {;
    text-align: left;
  };
}

@media (min-width: 1600px) { 
  .center-header {
    text-align: left;
  };
}

@media (min-width: 1800px) { 
  .center-header {
    text-align: left;
  };
}

@media (min-width: 2000px) { 
  .center-header {
    text-align: left;
  };
}

/* ------------ Centering Form Fields ------------ */
@media (max-width: 575.98px) { 
  .center-form {
    margin: auto;
    width: 100%;
    text-align: center;
  };      
}

@media (min-width: 576px) { 
  .center-form {
    margin: auto;
    width: 90%;
    text-align: center;
  };
}

@media (min-width: 992px) { 
  .center-form {
    margin: auto;
    width: 90%;
    text-align: left;
  };
}

@media (min-width: 1200px) { 
  .center-form {
    margin: auto;
    width: 80%;
    text-align: left;
  };
}

@media (min-width: 1400px) { 
  .center-form {
    margin-left: 40px;
    width: 70%;
    text-align: left;
  };
}

@media (min-width: 1600px) { 
  .center-form {
    margin-left: 20px;
    width: 60%;
    text-align: left;
  };
}

@media (min-width: 1800px) { 
  .center-form {
    margin-left: 20px;
    width: 50%;
    text-align: left;
  };
}

@media (min-width: 2000px) { 
  .center-form {
    margin-left: 20px;
    width: 50%;
    text-align: left;
  };
}

/* ------------ Centering Form Fields ------------ */
@media (max-width: 575.98px) { 
  .bg-dark-red-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(30,38,59,0.3) 50%);
  margin-bottom: -16px;
  };      
}

@media (min-width: 576px) { 
  .bg-dark-red-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(30,38,59,0.3) 50%);
  margin-bottom: -16px;
  };
}

@media (min-width: 992px) { 
  .bg-dark-red-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(0,0,0,0) 80%);
  margin-bottom: -16px;
  };
}

@media (min-width: 1200px) { 
  .bg-dark-red-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(0,0,0,0) 90%);
  margin-bottom: -16px;
  };
}

@media (min-width: 1400px) { 
  .bg-dark-red-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(0,0,0,0) 90%);
  margin-bottom: -16px;
  };
}

@media (min-width: 1600px) { 
  .bg-dark-red-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(0,0,0,0) 95%);
  margin-bottom: -16px;
  };
}

@media (min-width: 1800px) { 
  .bg-dark-red-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(0,0,0,0) 100%);
  margin-bottom: -16px;
  };
}

@media (min-width: 2000px) { 
  .bg-dark-red-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(0,0,0,0) 100%);
  margin-bottom: -16px;
  };
}

/* ------------ Background Images ------------ */
.bgimg {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/webp/family.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimg-techs {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/jpg/techs-dark.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 30%;
}

.bgimg-trucks {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/jpg/dixie-trucks-dark.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimg-kitchen {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/jpg/kitchen-white.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimg-house {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/jpg/house-dark.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimgpestcontrol {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/webp/house-exterior.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimgtermitecontrol {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/webp/techcrawlheader.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimgwildlifecontrol {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/webp/squirrelroofheader.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimgwildlifeexclusion {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/webp/dixie-wildlife-exclusion-header.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimgmosquitocontrol {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/webp/mosquitomistheader.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimglawnservice {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/webp/house3header.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimgaboutus {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/webp/dixieofficeheader.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimghandyman {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/webp/handyman-header.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimg-atlanta {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/webp/atlanta-header.webp'), url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/png/atlanta-header.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* ------------ Centering Form Fields ------------ */
@media (max-width: 575.98px) { 
  .bg-iso-house {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/webp/iso-house-small.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  };      
}

@media (min-width: 576px) { 
  .bg-iso-house {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/webp/iso-house-small.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  };
}

@media (min-width: 992px) { 
  .bg-iso-house {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/webp/iso-house-medium.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  };
}

@media (min-width: 1200px) { 
  .bg-iso-house {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/webp/iso-house-medium.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  };
}

@media (min-width: 1400px) { 
  .bg-iso-house {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/webp/iso-house-medium.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  };
}

@media (min-width: 1600px) { 
  .bg-iso-house {
    background-image: url('https://s3.us-east-1.amazonaws.com/dixiepest.com/assets/images/webp/iso-house-large.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  };
}

/* ------------ Custom Buttons ------------ */
.btn-dixie {
    color: #fff;
    background-color: #C82E35;
    border-color: #C82E35;
}
.btn-dixie:hover {
    color: #fff;
    background-color: #740d12;
    border-color: #740d12;
}

.btn-dixie-dark {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}
.btn-dixie-dark:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-dixie-grey {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #4c4c4c;
}
.btn-dixie-grey:hover {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
}

.btn-dixie-wildlife {
    color: #fff;
    background-color: #E95902;
    border-color: #E95902;
}
.btn-dixie-wildlife:hover {
    color: #fff;
    background-color: #8b3501;
    border-color: #8b3501;
}

.btn-dixie-green {
    color: #fff;
    background-color: #00713c;
    border-color: #00713c;
}
.btn-dixie-green:hover {
    color: #fff;
    background-color: #004324;
    border-color: #004324;
}

.btn-dixie-nav {
    color: #fff;
    background-color: #C82E35;
    border-color: #C82E35;
    border-radius: 50px;
}
.btn-dixie-nav:hover {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
    border-radius: 50px;
}

.btn-review {
    color: #000;
    background-color: #f8f9fa ;
    border-color: #f8f9fa ;
}
.btn-review:hover {
    color: #000;
    background-color: #c6c7c8;
    border-color: #c6c7c8;
}

.btn-red-dark {
    color: #fff;
    background-color: #C82E35;
    border-color: #fff;
}
.btn-red-dark:hover {
    color: #fff;
    background-color: #8c2025;
    border-color: #fff;
}

.btn-form {
  color: #fff;
  border-color: #fff;
  width: 100%;
}

.btn-form:hover {
  color: #fff;
  background-color: #222222;
  border-color: #fff;
  width: 100%;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/* ------------ Horizontal Scrolling ------------ */
.scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  display: block;
}

.scroll-container .d-flex {
  min-width: max-content;
}

.bug-link {
  display: block;
  text-align: center;
  background-color: transparent;
  color: #000;
  border-radius: 12px;
  padding: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  border-bottom: 5px solid transparent; /* Reserve space */
}

.bug-link:hover {
  background-color: #DFE0E1;
  border-bottom: 5px solid #C82E35; /* Only change color, not size */
  text-decoration: none;
}

.bug-link p {
  margin-top: 15px;
  color: #000;
}

.scroll-container::-webkit-scrollbar {
  height: 8px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 4px;
}

.scroll-container::-webkit-scrollbar-track {
  background: transparent;
}

/* ------------ Shadow Top/Bottom ------------ */
.shadow-top-bottom {
  box-shadow: inset 0 20px 30px -10px rgba(0, 0, 0, 0.3), /* top shadow */
              inset 0 -20px 30px -10px rgba(0, 0, 0, 0.3); /* bottom shadow */
}

.shadow-top {
  box-shadow: inset 0 20px 30px -10px rgba(0, 0, 0, 0.3); /* top shadow */
}

.shadow-bottom {
  box-shadow: inset 0 -20px 30px -10px rgba(0, 0, 0, 0.3); /* bottom shadow */
}

/* ------------ Custom Form Fields ------------ */
.form-red-dark,
.form-red-dark:focus {
  color: #fff;
  background-color: #8c2025;
  border-color: #8c2025;
}

.form-grey-dark,
.form-grey-dark:focus {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

/* ------------ Center Objects ------------ */
.center {
margin: auto;
width: 70%;
}

/* ------------ Center Google Partner ------------ */
.center-google {
margin: auto;
}

/* ------------ Custom Form Text ------------ */
.form-text {
  color: #fff;
}

/* ------------ Background Colors ------------ */
.bg-dixie {
    background-color: #C82E35 !important;
}

.bg-dixie-shadow {
    box-shadow: 0px 5px 25px #260406 inset;
}

.bg-dixie-shadow-2 {
    box-shadow: 0px 3px 8px #260406;
}

.bg-dixie-footer {
    background-color: #DCDCD3 !important;
}

.bg-dixie-wildlife {
    background-color: #E95902;
}

.bg-dixie-green {
    background-color: #00713c;
}

.bg-taupe {
  background-color: #F5F5EB;
}

.bg-hunter-green {
  background-color: #26453d;
}

.bg-taupe-dark {
  background-color: #c4c4bc;
}

.bg-grey-dark {
  background-color: #7a7a75;
}

/* ------------ red Background Color ------------ */
.bg-red {
  background-color: #C82E35;
}

.bg-grey {
  background-color: #4e4e4e;
}

.bg-dark-grey {
  background-color: #610b0f;
}

/* ------------ Vertical Div Spacing ------------ */
.vertical-div-spacing {
    margin-top: 3em;
    margin-bottom: 3em;
}

.header-vertical-div-spacing {
    margin-top: 2em;
}


@media (min-width: 576px) { 
  .min-h-400 {
    min-height: 130px;
  };
}

@media (min-width: 992px) { 
  .min-h-400 {
    min-height: 350px;
  };
}

@media (min-width: 1200px) { 
  .min-h-400 {
    min-height: 250px;
  };
}

@media (min-width: 1400px) { 
  .min-h-400 {
    min-height: 200px;
  };
}


.min-h {
  min-height: 300px;
}

.min-h-200 {
  min-height: 250px;
}

.min-h-500 {
  min-height: 500px;
}

.min-h-700 {
  min-height: 700px;
}

.max-w-600 {
  max-width: 600px;
}

/* ------------ Text Colors ------------ */
.text-dixie {
    color: #C82E35 !important;
}

.text-dixie-wildlife {
    color: #E95902;
}

.text-dixie-green {
    color: #00713c;
}

.text-yellow {
    color: #FCB711;
}

/* ------------ Red Text ------------ */
.red-text {
  color: #C82E35;
}

/* ------------ Vertical Line ------------ */
.vertical-line {
    padding-left: 1rem;
    border-left: 1px solid #212529 !important;
}

.vertical-line-grey {
    padding-left: 1rem;
    border-left: 1px solid #bdbdbd !important;
}

/* ------------ Center Image ------------ */
.center-img {
display: flex;
justify-content: center;
vertical-align: middle;
}

/* ------------ Custom Image Size ------------ */
.img-size {
  width: 300px;
  height: 300px;
  vertical-align: middle;
  border-radius: 25px;
}

/* ------------ Center Services Text ------------ */
.center-services {
margin: auto;
width: 100%;
margin-top: 50px;
}

/* ------------ Red Text Color ------------ */
.svg-red {
  color: #C82E35;
}

/* ------------ Custom Rounded Shape ------------ */
.custom-rounded {
  border-radius: 25px;
}

/* ------------ Custom Red Circle ------------ */
.circle-svg-red {
  color: #ffffff;
  background-color: #C82E35;
  border: solid 2px #ffffff;
  border-radius: 100px;
  padding: 15px;
  width: 100px;
}

/* ------------ Nav Dropdown ------------ */
.dropdown {
    position:static; !important;
}

/* ------------ Custom Nav Dropdown Color ------------ */
.nav-link-dixie {
  color: #212529 !important;
}
.nav-link-dixie:focus,
.nav-link-dixie:hover {
  color: #212529 !important;
  text-decoration: underline 5px #C82E35;
}
.custom-item-dixie:focus,
.custom-item-dixie:hover {
  background-color: #C82E35;
}

.nav-link-dixie-wildlife {
  color: #212529 !important;
}
.nav-link-dixie-wildlife:focus,
.nav-link-dixie-wildlife:hover {
  color: #212529 !important;
  text-decoration: underline 5px #E95902;
}
.custom-item-dixie-wildlife:focus,
.custom-item-dixie-wildlife:hover {
  background-color: #E95902;
}

.nav-link-dixie-green {
  color: #212529 !important;
}
.nav-link-dixie-green:focus,
.nav-link-dixie-green:hover {
  color: #212529 !important;
  text-decoration: underline 5px #00713C;
}
.custom-item-dixie-green:focus,
.custom-item-dixie-green:hover {
  background-color: #00713C;
}

/* ------------ Custom Nav Dropdown ------------ */
.nav-link {
  text-align: center;
}
.custom-item:focus,
.custom-item:hover {
  color: #ffffff;
}
.custom-line {   
  display: inline-block;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 575.98px) {
  .nav-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nav-link:focus,
  .nav-link:hover {
    text-underline-offset: 8px;
  }
  .nav-center {
    text-align: center;
    margin-top: 10px;
  }
  .custom-dropdown {
    background-color: transparent;
    border: transparent;
  }
  .custom-item {
    background-color: #ffffff;
    width: 280px;
    padding: 10px 0;
    margin: 0 auto 10px -5px;
  }      
}

@media (min-width: 576px) { 
  .nav-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nav-link:focus,
  .nav-link:hover {
    text-underline-offset: 8px;
  }
  .nav-center {
    text-align: center;
  }
  .custom-dropdown {
    margin-top: 0 !important;
    width: 100% !important;
    border: transparent;
    padding: 10px;
  }
  .custom-item {
    background-color: #ffffff;
    width: 280px;
    padding: 10px 0;
    margin: 0 auto 10px auto;
  }
}

@media (min-width: 992px) { 
  .nav-link {
    margin-top: 0;
    margin-bottom: 0;
  }
  .nav-link:focus,
  .nav-link:hover {
    text-underline-offset: 27px;
  }
  .custom-dropdown {   
    width: 80% !important;
    border-radius: 0 0 25px 25px;
    margin-top: 0 !important;
    position: absolute;
    left: 12.5%;
    transform: translateX(12.5%);
    z-index: 999;
  }
}

@media (min-width: 1200px) {  
  .custom-item {    
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .custom-dropdown {   
    width: 60% !important;
    left: 35%;
    transform: translateX(35%);
  }
}

@media (min-width: 1600px) {   
  .custom-dropdown {   
    width: 60% !important;
    left: 35%;
    transform: translateX(35%);
  }
}


/* ------------ Reviews Link ------------ */
.reviews-link {
  color: #efefef;
  text-decoration: none;
}

.reviews-link:hover {
  color: #C82E35;
  text-decoration: underline;
}

/* ------------ Footer Link ------------ */
.footer-link {
  color: #000000;
  text-decoration: none;
}

.footer-link:hover {
  color: #C82E35;
  text-decoration: underline;
}

/* ------------ Square Button ------------ */
.square-button-text {
    color: #C82E35 !important;
}

.square-button-text:focus,
.square-button-text:hover {
    color: #ffffff !important;
}

.square-button-text.active,
.square-button-text:active {
    color: #C82E35;
    text-decoration: none;
    background-color: transparent;
}

.btn-square {
    background-color: #ffffff !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 25px !important;
    margin: 1rem 1rem 1rem 1rem !important;
    padding: 1rem 0rem 0rem 0rem !important;
    width: 8rem;
    display: block;
    text-decoration: none;
}

.btn-square:focus,
.btn-square:hover {
    background-color: #C82E35 !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 25px !important;
}

.box-center {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  text-align: center;
  width: 200px;
  padding: 25px;
}

.overlap-up {
  margin-top: -95px;
}

@media (max-width: 575.98px) { 
  .align-xs-items{   
    flex: 0 0 auto;
    width: 50%;
  };      
}

.rounded-box {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
}

.min-h-260 {
  min-height: 260px;
}

.box-width {
  max-width: 400px;
}

.profile-box {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
  min-height: 580px;
}

/* ------------ Rounded Image ------------ */

.rounded-image {
  border-radius: 25px;
}






.header-text-shadow {
    text-shadow: 1px 1px 5px #000000;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/* ------------ All Rights Text Size Mobile ------------ */
@media (max-width: 575.98px) { 
  .all-rights {
    font-size: 0.75em;
  };
}

/* ------------ Webaam Logo Bottom ------------ */

.logo-bottom {
    width: 100px;
    height: 35px;
    position: relative;
    display: inline-block;
}
.logo-bottom .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.logo-bottom:hover .img-top {
    display: inline;
}

.max-w-500 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.circle-border {
  margin: auto;
  width: 200px;
  border-radius: 50%;
  border-color: #26453d !important;
}

.rounded-box-taupe {
  background-color: #F5F5EB !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
}

.dropdown-menu {
  background-color: #F5F5EB !important; 
}

.phone-button {
  max-width: 300px;
}

#describePestProblem {
  height: 150px;
}