@import url("https://fonts.googleapis.com/css2?family=Lato:ital@1&family=Lobster&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  color: #666868;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.tophead {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
}
.nav-item {
  font-family: 'Roboto';
  font-size: 14px;
}
.icon-spacing {
    margin-left: 10px;
    padding: 5px;
}

/*.carousel-overlay {*/
/*  background: none; /* Semi-transparent white background */
/*  padding: 20px; /* Adds space around the carousel image */
/*  align-items: flex-start;*/
/*}*/

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_page .hero_area .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

.header_section {
  padding: 20px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px; 
}

.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #666868;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  padding-left: 18%;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #666868;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #FF0000;
}

.custom_nav-container .nav_search-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  color: #666868;
  margin: 0 10px;
}

.custom_nav-container .nav_search-btn:hover {
  color: #ff0000;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  margin: 0 10px;
}

.user_option .user_link {
  color: #666868;
}

.user_option .user_link:hover {
  color: #666868;
}

.user_option .cart_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option .cart_link svg {
  width: 17px;
  height: auto;
  fill: #666868;
  margin-bottom: 2px;
}

.user_option .cart_link:hover svg {
  fill: #ff0000;
}

.user_option .order_online {
  display: inline-block;
  padding: 8px 30px;
  background-color: #ff0000;
  color: #666868;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.user_option .order_online:hover {
  background-color: #ff0000;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #666868;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #666868;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}


.tophead .text-left {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #666868;
  color: white;
}

.contact-info {
  color: white;
  flex: 1;
}

.tophead .header_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666868;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 10px;
  font-size: 18px;
}
.tophead .header_social a:hover {
  color: #ff0000;
}

.tophead .call-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.tophead .call-link:hover {
  color: #ff0000 !important;
  text-decoration: underline !important;
}
.header_social .icon-spacing {
  vertical-align: middle;
  margin-left: 3px;
}


/*end header section*/
/* slider section */

.slider_container {
      position: relative; /* Enables positioning of inner elements */
      background-image: url('../images/bckgrd1.png'); /* Path to your background image */
      background-size: cover;
      margin-top: 40px;
      display: flex; /* Flexbox for aligning the carousel */
      align-items: center; /* Center vertically */
      justify-content: center; /* Align the carousel to the right */
      height: 100vh;
}

.slider_spacer {
  display: flex;
  width: 100%;
  opacity: 0.1;
}

.slider_section {
  display: flex;
  width: 100%;
  height: auto;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.slider_section .detail-box {
 max-width: 100%;
 height: 25vh;
 width: auto;
 margin-top: 10px;
 margin-bottom: 10px;
 
} 

.slider_section .detail-box img {
  display: flex;
  flex: 1;
  transition: all 1s ease-in-out; 
  max-height: 25vh;
  height: auto;
  width: 550px;
  object-fit: contain;
}

.action-icon {
    width: 210px;
    height: auto;
}

.call-to-action {
  display: flex;
  gap: 30px; 
  width: auto;
  height: 45px;
  margin-left: 2%;
  margin-top: 10px;
}


/* who are we descripion */

.who_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}

.who_section {
  position: relative; 
  background-image: url('../images/bckgrd2.png');
  background-size: cover; 
  background-position: center;
  height: auto; 
  width: 100%;
  z-index: 2;
  opacity: 1;
  margin-bottom: 0;
}

.who_section .box {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  object-fit: contain;
}

.who_container .person_photo .box .img-box img {
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
  opacity: 0.9;
}

.who_container .thirty .box .img-box img {
  position: relative;
  width: 100%;
  height: auto;
} 

.content_container {
  position: fixed; /* Enables positioning of inner elements */
  display: flex; /* Flexbox for aligning the carousel */
  align-items: center; /* Center vertically */
  padding-left: 40%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.content_container .box .img-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} 

.abraham_backgrd {
  flex-direction: column;
  position: relative;
  height: auto;
  width: 100%;
  object-fit: contain;
}

.abraham_backgrd .fs-5 {
    font-size: 1rem;
}


/* Your legal resource, built upon years of trust*/

.trust_container {
  position: relative; 
  background-image: url('../images/pillars.png');
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
  height: auto; 
  width: 100%;
  margin-bottom: 40px;
}

.trust_container .box-trust .img-box img {
  /*margin-top: 40px;*/
  width: 70%;
  height: auto;
  justify-content: center;
  align-content: flex-start;
  margin-left: 20%;
}

.detail_descriptor {
  display: flex; /* Enables flexbox */
  flex-direction: column; /* Stacks images vertically */
  justify-content: flex-start; /* Adjusts spacing between images */
  align-items: flex-start; /* aligns images horizontally */
  gap: 15px; /* Adds space between images */
  margin-top: 40px;
}

.detailed_descriptor .img-box-descriptor {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.nested-img {
  height: 35px; /* Maintain aspect ratio */
  width: auto;
  margin-left: 0;
  object-fit: contain;
}

.nested-img-last {
  height: 70px;
  width: auto;
  margin-left: 0;
  object-fit: contain;
  margin-bottom: 40px;
}

/* Dividing Line in the trust section */
.relative-container .line .img-line {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-top: 40px;
  overflow: hidden;
  }

/* ---------------------------------- media queries*/

  @media (min-width: 300px){
    .who_container {
      margin-bottom: 10%;
    }
    
  }

  /*    SMALLES SCREEN  ----------------  MEDIA QUERIES        */
  
  
  @media (max-width: 768px) { 
      .slider_container {
          height: 60vh;
          
      }
    .slider_section {
      justify-content: center;
      align-items: center;
      width: 65%; /* Make it responsive */
    }
    
    .slider_spacer {
      display: none;
    }
    .slider_section .detail_box {
      width: 100%; /* Ensures it adapts to screen size */
      max-width: 100%; /* Prevents overflow */
    }
    
    .slider_section .carousel-overlay .detail-box img {
        height: auto;
        width: 200px;
    }
    
    .call-to-action {
       flex-wrap: wrap;
    }
   .call-to-action img {
       height: auto;
       width: 180px;
   }
   
    .who_container {
      height: auto;
      width: 100%;
      }

    .who_section {
      height: auto;
    }
    .trust_container {
      width: 100vw;
      height: auto;
      margin-bottom: 20px;
    }
    .relative-container {
        display: none;
    }
    
   .wording30 {
    height: auto;
    width: 100%;
    text-align: center;
    }
    
    .abraham_backgrd {
        flex-direction: column;
        height: auto;
        min-height: 300px;
    }
    

    .trust_container .box-trust .img-box img {
     display: none;
    }
    
    .detail_descriptor {
      display: flex; /* Enables flexbox */
      gap: 15px; /* Adds space between images */
      justify-content: flex-start; /* Adjusts spacing between images */
      align-items: flex-start; /* aligns images horizontally */
      padding: 0;
      width: 100%;
      height: auto;
      position: relative;
    }

    .detail_descriptor .img-box-descriptor {
      margin-left: 0.5rem;
      height: auto;
      width: 100%;
    }
    .detail_descriptor .img-box-descriptor .nested-img {
        width: auto;
        height: 2.5vh;
    }

    .detail_descriptor .img-box-descriptor .nested-img-last {
        width: auto;
        height: 5vh;
    }
    
    .trust_container .row {
      display: flex;
      flex-direction: column;
    }
    .wedo_container .wedo_box .header-img {
        max-width: 180px;
        height: auto;
    }
    
    .tagembed-widget {
        padding: 0;
    }
  }

/*            --------------  end of Media Queries  ----------------          */

/* our services section */

.services_container {
  position: relative;
  background-image: url('../images/honeycombWhatwedo.png'); 
  background-size: cover; 
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
}

/* Styling for the header image (weDo.png) */
.services_container .wedo_container {
  justify-content: center;
  align-items: center;
}

.wedo_container .header-img {
  max-width: 100%; /* Makes the image responsive */
  height: 80px; /* Maintains aspect ratio */
  width: auto; 
  display: block; /* Ensures it centers properly */
  margin: 0 auto; /* Centers the image */
  margin-bottom: 40px;
}

.wedo_container .wedo_box {
    margin-top: 10px;
}


/* Styling for the grid */
.services {
  margin-top: 20px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  gap: 15px;
}
.header-img {
  max-width: 50%; /* Makes the image responsive */
  height: auto; /* Maintains aspect ratio */
  display: block; /* Ensures it centers properly */
  margin: 0 auto; /* Centers the image */
}

.row-grid {
  display: flex;
  flex-wrap: wrap; /* Allows the columns to wrap on smaller screens */
  justify-content: center; /* Centers the columns horizontally */
  gap: 20px; /* Space between the grid items */
}

/* Each column should take up 4 columns on small screens (col-sm-4) and 3 on large screens (col-lg-3) */
.services .col-md-3 {
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers the images in each column */
}

/* Styling for images in the grid */
.row-grid img {
  max-width: 100%; /* Makes the images responsive */
  height: auto; /* Maintains aspect ratio */
  gap: 50px;
  margin-bottom: 10px; /* Adds spacing between images */
}

/* --------------------------------- Mobile responsiveness */
@media (max-width: 768px) {
  .row-grid {
    flex-direction: column; 
  }

  .services_container {
    height: auto;
    width: 100%;
  }

  .services .icon .img-fluid {
      max-width: 160px;
  }
  
  .why_container .img {
      width: 180px;
  }
}

/*why choose us section*/

.whychoose_container {
  position: relative; 
  background-image: url('../images/honeycomb.png'); 
  background-repeat: no-repeat;
  margin-top: 20px;
  display: flex; 
  align-items: flex-start; 
  justify-content: center; 
  height: 20vh; 
}

/* why choose us */
.why_container {
  justify-content: center;
  align-items: center;
}

.why_container img {
  max-width: 50%; /* Makes the image responsive */
  height: auto; /* Maintains aspect ratio */
  display: block; /* Ensures it centers properly */
  justify-content: center;
  align-items: center;
  margin: 0 auto; /* Centers the image */
  margin-top: 25px;
  margin-bottom: 40px;
}

.choose_content {
  text-align: center;
  font-size: 1rem;
}


.slogan_content {
  display: flex;
  flex-wrap: wrap; /* Allows the columns to wrap on smaller screens */
  justify-content: center; /* Centers the columns horizontally */
  gap: 20px; /* Space between the items */
}

.img-slogan {
  display: flex;
  flex-direction: row;
  align-items: center; /* Centers the images in each column */
  justify-content: space-around;
  width: 100%;
}

/* Styling for images in the grid */
.img-slogan .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* Adds spacing between images */
}

.img-slogan .box .col-md-4 {
  flex: 1 1 30%; /* Takes up 25% of the width on larger screens */
  max-width: 30%; /* Restricts to 25% width */
  display: flex;
  justify-content: center; /* Centers individual images */
}

.img-slogan img {
  max-width: 100%; /* Makes the images responsive */
  height: auto; /* Maintains aspect ratio */
}

/*           --------------------------------     media queries */
@media (max-width: 768px) {
  .img-slogan {
    flex-direction: column; /* Stacks the images in a column */
    align-items: center; /* Centers the columned items */
  }

  .img-slogan .box .col-md-4 {
    flex: 1 1 100%; /* Takes full width on small screens */
    max-width: 100%; /* Ensures full width for stacked items */
    margin-bottom: 20px; /* Adds space between items */
  }
}


/* testimonial section */

.testimonials {
  position: relative; /* Enables positioning of inner elements */
  background-image: url('../images/testimonialbckgrd.png'); /* Path to your background image */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: auto;
  width: 100%;
  min-height: 70vh;
}

@media (max-width: 768px) {
  .testimonials {
    background-size: contain; /* Scales the background image without cropping */
    min-height: 60vh;
  }
}

/* Google review section */
.tagembed-widget {
    width: 100%;
    height: auto;
    padding: 5px;
    align-items: center;
    justify-content: center;
}


/*contact us section*/

.contact_section {
  position: relative; /* Enables positioning of inner elements */
  background-image: url('../images/contact_bckgrd.png'); /* Path to your background image */
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  min-height: 70vh;
}

.info_container .peace_mind img {
  max-width: 80%; /* Makes the image responsive */
  height: auto; /* Maintains aspect ratio */
  display: block; /* Ensures it centers properly */
  margin: 0 auto; /* Centers the image */
  margin-bottom: 40px;
}

.addressinfo_container img {
  height: auto;
  max-width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.contact_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  outline: none;
  background-color: #d3d3d5;
  color: black;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact_section .form_container .form-control::-webkit-input-placeholder {
  color: black;
}

.contact_section .form_container .form-control:-ms-input-placeholder {
  color: black;
}

.contact_section .form_container .form-control::-ms-input-placeholder {
  color: black;
}

.contact_section .form_container .form-control::placeholder {
  color: black;
}

.contact_section .form_container {
  font-size: 16px;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#message-field {
  text-align: left;
  vertical-align: top;
  resize: vertical;
  line-height: 1.2;
  min-height: 20vh;
}

.contact_section .form_container button {
  margin-top: 15px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  background-color: #666868;
  color: white;
  padding: 10px 55px;
}

.contact_section .form_container button:hover {
  color: #ff0000;
}

.addressinfo_container .btn_box button {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
  text-transform: uppercase;
  padding: 10px 50px;
  background-color: #666868;
  color: white;
}
.btn_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  gap: 50px;
}

.addressinfo_container #call, #whatsapp {
  padding: 10px 20px;
}
.addressinfo_container .btn_box button:hover {
  color: #ff0000;
}


/* checkboxes */
.checkbox-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;  
}

.checkbox-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

input[type="checkbox"] {
  width: 16px; /* Size of the checkbox */
  height: 16px; /* Makes it square */
  border: 2px solid #333; /* Adds a border */
  cursor: pointer; /* Changes cursor to pointer */
  outline: none; /* Removes focus outline */
  position: absolute;
}

input[type="checkbox"]:checked {
  content: "✓"; /* Checkmark character */
  background-color: blue; /* Border color when checked */
  color: white;
  display: flex;
  /* justify-content: center;
  align-items: center; */
  position: absolute;
}

.checkbox-item #privacy {
  color: #ff0000;
}
input[name='option1'], input[name='option2'] {
  align-content: center;
  margin-top: 5px;
}
.consent1, .consent2 {
  margin-left: 25px;
}

input[name="option1"]:checked {
  height: 16px;
  width: 16px;
 
}
input[name="option2"]:checked {
  height: 16px;
  width: 16px;
  
}

input[type="checkbox"]:checked .consent1 .consent2 {
  margin-left: 25px;
  width: 16px;
  height: 16px;
}



/*.reviews_container {*/
/*  align-content: center;*/
/*  max-width: 80%;*/
/*  height: auto;*/
/*}*/





/* footer section*/
.footer_section {
  background-color: #666868;
  color: #ffffff;
  padding: 10px 0 10px 0;
  text-align: center;
}

.footer_section h4 {
  font-size: 14px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.footer-section h5, footer-col {
    font-size: 9px;
}

.footer_section .footer-col {
  margin-bottom: 10px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #ffbe33;
}



.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}


