
/* Styling for the text overlay */
.text-overlay {
  position: absolute; /* Overlay the text */
  top: 19%; /* Center vertically */
  left: 75%; /* Center horizontally */
  font-size: 1.2rem; /* Adjust position for perfect centering */
   /* Semi-transparent background */
  padding: 10px 20px; /* Padding around the text */
  border-radius: 5px; /* Rounded corners for the overlay */
  z-index: 10; /* Ensure the overlay appears above the image */
  color: #fff;
  margin-bottom: 0.9rem; /* White text color for contrast */
  
}

body{
  font-size: 1.05rem;
  top: 0px !important;
}

.our_services_title{
   font-size:1.6rem;
}

.our_services{
  margin-top: 25%;
  margin-left: 25%;
}

.floating-call-phone {
  display: none;/* Adds a subtle shadow for a floating effect */
}

.main_img_container{
  height:430px;
}

.first_slide {
  height: 100vh;
  background-image: url('../app/assets/agency.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.second_slide {
  height: 100vh;
  background-image: url('../app/assets/services.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.third_slide {
  height: 480px;
  background-image: url('../app/assets/eaton.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.fire-caption{
  display: none;
}

@media (max-width: 990px){
  .text-overlay {
    position: absolute; /* Overlay the text */
    top: 5.8%; /* Center vertically */
    left: 65%; /* Center horizontally */
    font-size: 0.9rem; /* Adjust position for perfect centering */
     /* Semi-transparent background */
    padding: 5px 10px; /* Padding around the text */
    border-radius: 5px; /* Rounded corners for the overlay */
    z-index: 10; /* Ensure the overlay appears above the image */
    color: #fff;
    margin-bottom: 0.2rem; /* White text color for contrast */
  }

  .service{
    margin-bottom: 0.06rem;
  }

  .our_services_title{
    font-size:1.2rem;
 }

 .our_services{
  margin-top: 29%;
  }

 
  .h4 {
    font-size: 1rem; /* Equivalent to h6 */
    font-weight: 600;
    margin-left: 1%;
  }
  
  
  
}


@media (max-width: 575px){
  body{
    font-size: 1.1rem;
  }
  
  .highlight {
    width: 75px;
    background-color: darkgreen;
    color: rgb(201, 13, 13);
    border-radius: 100%;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 0.75rem;
  }

  .text-overlay {
    position: absolute; /* Overlay the text */
    top: 5.8%; /* Center vertically */
    left: 65%; /* Center horizontally */
    font-size: 0.5rem; /* Adjust position for perfect centering */
     /* Semi-transparent background */
    padding: 5px 10px; /* Padding around the text */
    border-radius: 5px; /* Rounded corners for the overlay */
    z-index: 10; /* Ensure the overlay appears above the image */
    color: #fff;
    margin-bottom: 0.2rem; /* White text color for contrast */
  }

  .service{
    margin-bottom: 0.06rem;
  }

  .our_services_title{
    font-size:0.6rem;
 }

 .our_services{
  margin-top: 29%;
  }

  .floating-call-phone {
    display: block;
    position: fixed; /* Makes the div float and stay in a fixed position */
    top: 85%; /* Adjust distance from the top of the screen */
    right: 3%; /* Adjust distance from the right of the screen */
    z-index: 1000; /* Ensures it appears above other elements */
    background-color: rgba(204, 30, 30, 0.9); /* Semi-transparent background */
    padding: 10px; /* Padding around the content */
    border-radius: 5px; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  }

  .floating-call {
   display: none;/* Adds a subtle shadow for a floating effect */
  }
  .h4 {
    font-size: 1rem; /* Equivalent to h6 */
    font-weight: 600;
    margin-left: 1%;
  }

  
  
  
  
} /* end of mobile queries*/


.highlight {
    width: 75px;
    background-color: darkgreen;
    color: whitesmoke;
    border-radius: 100%;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 0.75rem;
    margin-right: 0.40rem;;
  }
.lcd-primary{
  color: #006341;
}
.bg-lcd-primary{
  background-color: #006341;
}
.lcd-secondary{
  color: #B3A369;
}
.bg-lcd-secondary{
  background-color: #B3A369;
}
.lcd-tertiary{
  color: #5C7F71;
}
.bg-lcd-tertiary{
  background-color: #5C7F71;
}
.lcd-accent{
  color: #7F9C90;
}
.bg-lcd-accent{
  background-color: #7F9C90;
}
h1,h2,h3,h4,h5,h6{
  margin-bottom: 1.5rem;
  color: #006341;
  
}
a:link, a:visited, a:hover, a:active{
  text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #B3A369;
}
footer{
  font-size: 1.2rem;
}
footer h5{
  color: white;
}
footer a:link,
a:visited,
a:hover,
a:active{
  color: #7F9C90;
}
.floater{
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background-color: #FFF;
  padding: .5em;
}
.no-bullets{
  list-style-type: none;
}


.top{
  display: none;
  position: fixed;
  bottom: 50px;
  right: 25px;
  opacity: .5;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 99;
}
.top:hover{
  opacity: .75;
}
.index-img{
  background-size: contain;
  position: relative;
  box-sizing:content-box;
}
.img-banner{
  background-color: rgba(0,0,0,0.75);
  bottom: 0;
  padding: 2px 0;
  position: absolute;
}
.img-banner {
  height: 1.5rem;
  background-color: rgba(0, 0, 0, 0.75);
  display: block;
  position: relative;
  bottom: 1.5rem;
}
.text-outline{
  -webkit-text-stroke: -1px black;
}
.carousel-item{
  height: 32rem;
}
.index-slide-02{
  background-image: url('/app/assets/index_slide_02.png');
  background-size: cover;
  height: 32rem;
  top: 0;
}
.index-slide-03{
  background-image: url('/app/assets/index_slide_03.png');
  background-size: cover;
  height: 32rem;
  top: 0;
}

.hidden{
  visibility: hidden;
}

.carf{
  width: 100px;
  height: auto;
}
.headshot{
  border-radius: 50%;
  height: 300px;
  width: 300px;
}

.fancy{
  font-family:'Times New Roman', Times, serif;
  font-size: 6rem;
  font-weight: 100;
}

.main_img_container{
  height:530px;
}

.carousel-inner{
  height:170px;
}

.carousel-item{
  height:170px;
}

#google_translate_element {
  display: inline-block; /* Ensures the element is treated as content for alignment */
  background-color: #7ed197; /* Light background for contrast */
    border: 1px solid #696969; /* Subtle border for separation */
    border-radius: 5px; /* Rounded corners for a modern look */
    padding: 5px 10px; /* Spacing around the dropdown */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
    font-family: 'Arial', sans-serif; /* Consistent font */
    font-size: 14px; /* Readable text size */
    color: #333; /* Neutral text color */
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget-icon{
  display: none !important;
}

/* Adjust the alignment to avoid extra spacing */
.goog-te-gadget {
  padding: 0 !important;
}

.goog-te-banner-frame {
  left: -180px !important;
 }

 .goog-te-gadget-simple{
  border: none !important;
  background-color: none !important;
 }
#google_translate_element{
  padding: 3px 5px;
}


.path {
  position: relative;
}

/* Fade-in effect for the image */
.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.fade-in.show {
  opacity: 1;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd{
  display: none !important;
  height: 0px;
}


.sequential-animate {
  opacity: 0; /* Hidden by default */
  transform: translateX(50px); /* Start off-screen */
  z-index: 10;
}

.sequential-animate.visible {
  opacity: 1;
  transform: translateX(0);
  animation: slideInRight 0.9s ease-out forwards;
  
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.9s ease-out, transform 1.9s ease-out;
  transition-delay: 0.7s; /* Adjust the delay as needed */
}

.animate.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(70px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.donate{
  position: fixed;
  transform: rotate(270deg); /* Makes the div float and stay in a fixed position */
  top: 68%; /* Adjust distance from the top of the screen */
  right: -1.7em; /* Adjust distance from the right of the screen */
  z-index: 1000; /* Ensures it appears above other elements */
  background-color: rgba(0, 99, 65, 0.8); /* Semi-transparent background */
  padding: 5px 12px; /* Padding around the content */
  border-radius: 10px 10px 0 0; /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  border: 2px solid #ffffff;
}
.donate:link,.donate:visited,.donate:active,.donate:hover{
  color: white;
}

.floating-translate {
  position: fixed; /* Makes the div float and stay in a fixed position */
  top: 95%; /* Adjust distance from the top of the screen */
  right: 20px; /* Adjust distance from the right of the screen */
  z-index: 1000; /* Ensures it appears above other elements */
  background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent background */
  padding: 10px; /* Padding around the content */
  border-radius: 5px; /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow for a floating effect */
}

/* Hover effect for better visibility */
.floating-translate:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.floating-wishlist {
  position: fixed; /* Keep it floating */
  bottom: 10%; /* Adjust distance from the bottom of the screen */
  right: 1%; /* Adjust distance from the right of the screen */
  z-index: 1000; /* Ensure it's above other elements */
  background-color: rgba(0, 99, 65, 0.9); /* Semi-transparent background */
  padding: 6px 18px; /* Add larger padding for better visibility */
  border-radius: 10px; /* Smooth rounded corners */
  border: 2px solid #ffffff; /* Define the border with proper contrast */
  color: #ffffff; /* Text color */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Floating shadow effect */
  font-size: 14px; /* Adjust font size for smaller screens */
}

.floating-call {
  position: fixed; /* Makes the div float and stay in a fixed position */
  top: 85%; /* Adjust distance from the top of the screen */
  right: 1%; /* Adjust distance from the right of the screen */
  z-index: 1000; /* Ensures it appears above other elements */
  background-color: rgba(204, 30, 30, 0.9); /* Semi-transparent background */
  padding: 10px; /* Padding around the content */
  border-radius: 5px; /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow for a floating effect */
}

.custom-button {
  background-color:  #19922d; /* Gradient colors */
  color: white; /* Text color */
  border: none; /* Remove border */
  padding: 6px 18px; /* Padding for size */
  font-size: 22px; /* Font size */
  border-radius: 50px; /* Fully rounded */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  transition: all 0.3s ease; /* Smooth hover effect */
}

.custom-button:hover {
 
  color: #7ed197 !important; /* Text color */

}

.custom-button-amazon{
  background-color:  rgba(0, 99, 65, 0.9);; /* Gradient colors */
  color: rgb(255, 255, 255); /* Text color */
  border: none; /* Remove border */
  padding: 2px 10px; /* Padding for size */
  font-size: 14px; /* Font size */
  border-radius: 50px; /* Fully rounded */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  transition: all 0.3s ease; /* Smooth hover effect */
}

/* Modal */
.modal {
  margin-top: 13%;
  margin-left: 15%;
  display: none; /* Hidden by default */
   /* Stay in place */
  z-index: 1050; /* Sit on top */
  left: 0;
  top: 0;
  width: 70%; /* Full width */
  height: 66%; /* Full height */
  
   /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black background with opacity */
}

body.modal-open {
  overflow: hidden; /* Prevents body scrolling when modal is open */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  opacity: 100%;
   /* 15% from the top and centered */
   height: 100%;
  border: 3px solid #006341;
  
   /* Could be more or less, depending on screen size */
}

.modal-dialog {
  max-height: 90vh; /* Limit modal height to avoid going off-screen */
  overflow-y: auto; /* Enable scrolling within the modal if needed */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


@media (max-width: 575px){
  .modal {
    margin-top: 35%;
    margin-left: 5%;
    display: none; /* Hidden by default */
     /* Stay in place */
    z-index: 1050; /* Sit on top */
    left: 0;
    top: 0;
    width: 90%; /* Full width */
    height: 66%; /* Full height */
    overflow-y: auto;
     /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black background with opacity */
  }

  .modal-content {
    width: 100%;
    overflow-y: auto;
     /* Could be more or less, depending on screen size */
  }

  .modal-logo-image{
    height: 65px !important;
    width: auto;
    margin-top: 45px  !important;
  }

  .floating-wishlist {
    bottom: 5%; /* Bring closer to the bottom */
    right: 3%; /* Adjust for smaller screens */
    padding: 8px 16px; /* Slightly smaller padding */
    font-size: 14px; /* Reduce font size for small screens */
  }

  .main_img_container{
    height:480px;
  }

  .carousel-inner{
    height:120px;
  }

  .carousel-item{
    height:120px;
  }

  .first_slide {
    height: 510px;
    background-image: url('../app/assets/agency_phone.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .second_slide {
    height: 510px;
    background-image: url('../app/assets/path_to_recovery_right.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .third_slide {
    height: 510px;
    background-image: url('../app/assets/fire_slide_phone_with_text.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }



  
}

@media (min-width: 768px) and (max-width: 991px) {
  .tablet-image {
    max-width: 100%; /* Adjust the percentage as needed */
    height: 50%;
    margin-top: 10%;
     /* Maintain aspect ratio */
  }

  .modal-content {
    width: 100%;
    overflow-y: auto;
     /* Could be more or less, depending on screen size */
  }
}

@media (min-width: 575px) and (max-width: 768px) {
  .tablet-image {
    max-width: 100%; /* Adjust the percentage as needed */
    height: 95%;
    margin-top: 5%;
     /* Maintain aspect ratio */
  }

  .modal-content {
    width: 100%;
    overflow-y: auto;
     /* Could be more or less, depending on screen size */
  }

  .modal-logo-image{
    height: 70px !important;
    width: auto;
  }

  
}

@media (min-width: 991px) and (max-width: 1440px) {
  .tablet-image {
    max-width: 100%; /* Adjust the percentage as needed */
    height: 85%;
    margin-top: 3%;
     /* Maintain aspect ratio */
  }

  .modal-content {
    width: 100%;
    overflow-y: auto;
     /* Could be more or less, depending on screen size */
  }
}

@media (min-width: 1440px) and (max-width: 1920px) {
  .tablet-image {
    max-width: 100%; /* Adjust the percentage as needed */
    height: 85%;
    margin-top: 3%;
     /* Maintain aspect ratio */
  }

  .modal-content {
    width: 100%;
    overflow-y: auto;
     /* Could be more or less, depending on screen size */
  }
}

.google-translate {
  font-size: 3rem !important;
}

.no-bullet {
    list-style-type: none;
  }

.service_column_text {
    margin-top: 20px;
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1.6; /* Improves readability */
}

.service_column_text a.collapsed:after  {
    content: '+ Read More';
}

.service_column_text a:not(.collapsed):after {
    content: '- Read Less';
}


.insurance-logo {
  max-height: 140px;      /* doubled */
  max-width: 300px;       /* doubled */
  object-fit: contain;
  padding: 24px;

  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;

  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.11);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;

}

.insurance-logo:hover {
  transform: translateY(-6px) scale(1.06);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
}


@media (max-width: 576px) {
  .insurance-logo {
    max-height: 85px;
    max-width: 110px;
    padding: 18px;
     margin-top: 20px;
  }

  #insuranceCarousel .carousel-control-prev {
    left: 0px;
   
  }

  #insuranceCarousel .carousel-control-next {
    right: 0px;
  }

  #insuranceCarousel .carousel-control-prev,
  #insuranceCarousel .carousel-control-next {
    width: 14%;
  }
}

#insuranceCarousel .carousel-control-prev,
#insuranceCarousel .carousel-control-next {
  width: 6%;           /* default is ~15% */
}

#insuranceCarousel .carousel-control-prev {
  left: -10px;         /* pull inward */
}

#insuranceCarousel .carousel-control-next {
  right: -10px;        /* pull inward */
}

#insuranceCarousel .carousel-control-prev-icon,
#insuranceCarousel .carousel-control-next-icon {
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  background-color: transparent;
  padding: 0;
  filter: invert(1); /* makes arrows white */
}