/* Additional CSS  */

/* nortopdev aet css backup */

.zoom-image {
  transition: transform 0.4s ease;
  display: block;
  width: 100%;  /* or fixed width */
  height: auto;
}

.zoom-image:hover {
  transform: scale(1.1);
}

.hove-image-effect img {
  transition: transform 0.4s ease;
  width: 100%;
  height: auto;
  display: block;
}

.hove-image-effect:hover img {
  transform: scale(1.1);
}
 /* hide icon on mobile view */
@media (max-width: 767px) {
    .elementor-button-icon {
        display: none;
    }
}


/* -------------------------------
   Contact Form Styling - Compact Fields
----------------------------------- */
/* ======= RESET & GLOBAL STYLES ======= */
.cf7-row,
.cf7-col,
.cf7-single,
.cf7-row *,
.cf7-single *,
.recaptcha-submit-row {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

/* Input, Select, and Textarea Styling */
.cf7-col input,
.cf7-col select,
.cf7-single textarea {
  background-color: #fff !important;
  border: 1px solid #000 !important;
  color: #000;
  font-size: 15px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0 !important; /* Needs to override CF7 */

  outline: none;
  box-shadow: none;
  margin: 0;
}


/* Label Styling */
.cf7-col label,
.cf7-single label {
  display: block;
  font-size: 15px;
  color: #000;
  margin: 0 0 2px 0;
  padding: 0;
}

/* Two Column Layout – Only 8px gap between fields */
.cf7-row {
  display: flex;
  gap: 8px; /* small space between two fields in same row */
  margin: 0;
  padding: 0;
}

.cf7-col {
  flex: 1;
  margin: 0;
  padding: 0;
}

/* Remove top/bottom spacing between rows */
.cf7-row + .cf7-row,
.cf7-single {
  margin: 0;
  padding: 0;
}

/* Textarea Styling */
.cf7-single textarea {
  height: 160px;
  resize: vertical;
  margin: 0;
}

/* ======= reCAPTCHA & SUBMIT BUTTON FIX ======= */
.recaptcha-submit-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px !important;
}

.recaptcha-box {
  flex: 1;
  min-width: 0;
}

/* reCAPTCHA widget alignment */
.recaptcha-box > div {
  display: inline-flex !important;
  align-items: center;
  transform: scale(0.95); /* Slightly scale down if needed */
  transform-origin: left center;
}

/* Submit button styling */
.submit-box {
  flex-shrink: 0;
}

.submit-box input[type="submit"] {
  background-color: #D88E3C !important;
  color: #fff !important;
  padding: 10px 25px !important;
  font-size: 15px !important;
  border: none !important;
  border-radius: 0px !important;
  cursor: pointer;
  white-space: nowrap;
  height: 50px; /* Match reCAPTCHA height */
  line-height: 1;
}

/* Privacy link styling */
.recaptcha-box ~ .wpcf7-form-control-wrap {
  display: none; /* Hide duplicate privacy text if exists */
}

/* Responsive adjustment */
@media (max-width: 600px) {
  .recaptcha-submit-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .recaptcha-box > div {
    transform: scale(1); /* Reset scaling on mobile */
  }
  
  .submit-box input[type="submit"] {
    width: 100%;
  }
}
/* Hover Effect */
.submit-box input[type="submit"]:hover {
  background-color: #b3702f;
}

/* Responsive: stack fields */
@media (max-width: 768px) {
  .cf7-row,
  .recaptcha-submit-row {
    flex-direction: column;
  }

  .recaptcha-box,
  .submit-box {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }

  .submit-box input[type="submit"] {
    width: 100%;
    text-align: center;
  }
}

/* Dropdown Styling with Visible Arrow */
.cf7-col select {
  background-color: #fff;
  border: 1px solid #a6a6a6;
  color: #000;
  font-size: 15px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  outline: none;

  /* Keep default arrow visible */
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;

}

/* reCAPTCHA + Submit Button in One Row (Left & Right Aligned) */
.recaptcha-submit-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0;
}

/* reCAPTCHA left */
.recaptcha-box {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

/* Submit button right */
.submit-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
}

/* Submit Button Styling */
.submit-box input[type="submit"],
.cf7-submit input[type="submit"] {
  background-color: #D88E3C;
  color: #fff;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  text-transform: none;
}

/* Hover Effect */
.submit-box input[type="submit"]:hover {
  background-color: #b3702f;
}

/* Responsive: stack vertically on small screens */
@media (max-width: 768px) {
  .recaptcha-submit-row {
    flex-direction: column;
    align-items: stretch;
  }

  .submit-box {
    justify-content: center;
    margin-top: 10px;
  }

  .submit-box input[type="submit"] {
    width: 100%;
  }
}


@media (max-width: 480px) {
  .submit-box,
  .submit-box input[type="submit"] {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
   margin-top: 10px;
  }
}


/* custome css */

/* Center the entire button container */
.elementor-button-wrapper {
    text-align: center;
}

/* Button styling with centered icon & text */
.elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* Space between icon and text */
}

/* Icon sizing and centering */
.elementor-button-icon {
    font-size: 20px; /* Adjust icon size */
    display: flex;
    align-items: center;
}

/* Example: Hide spinner only in Form ID 123 */
.wpcf7-spinner {
    display: none !important;
}

.elementor-45 .elementor-element.elementor-element-51bcd88.elementor-element{
--align-self:start !important;
}


/* Download Button */
.circle-border-element {
  position: relative;
  z-index: 2;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid white; /* inner border */
  background: rgb(0 0 0 / 70%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  margin: auto;
}

.circle-border-element::after {
  content: '';
  position: absolute;
  top: -20px; /* increase for larger outer circle */
  left: -20px;
  width: 240px; /* increased size */
  height: 240px;
  border-radius: 50%;
  background-color: rgb(0 0 0 / 70%);
 /* outer white border */
  z-index: -1; /* place behind the main element */
}

#hfe-flyout-content-id-46afd82 .menu-item.parent{
border-bottom: 1px solid #333;
    padding-bottom: 20px;
    padding-left: 10px;
}
 

/* logo slider */


/* Mobile-first: enable horizontal scroll */
.logo-scroll {
  justify-content: flex-start;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 16px;
  padding: 30px  25px;
  scroll-padding-left: 16px;
  scroll-padding-right: 16px;
  box-sizing: border-box;
}

/* Optional: scrollbar style */
.logo-scroll::-webkit-scrollbar {
  height: 4px;
}
.logo-scroll::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 2px;
}


/* Tablet: 3 logos per screen */
@media (min-width: 768px) and (max-width: 1024px) {
  .logo-scroll .elementor-widget-image {
    flex: 0 0 33.33%;
  }
}

/* Mobile: 2 logos per screen */
@media (max-width: 767px) {
  .logo-scroll .elementor-widget-image {
    flex: 0 0 33%;
  }
}

/* navigation dropdown menus */
/* English */
.elementor-12 .elementor-element.elementor-element-8719ff2 ul.sub-menu {
    width: auto !important;
    min-width: 100%; /* Ensures it's not smaller than the parent */
    white-space: nowrap; /* Prevents text wrapping */
}

/* French */
/* Target the dropdown menu */
.elementor-3949 .elementor-element.elementor-element-246cfeb ul.sub-menu {
    width: auto !important;
    min-width: 100%; /* Ensures it's not smaller than the parent */
    white-space: nowrap; /* Prevents text wrapping */
}


#hfe-flyout-content-id-46afd82 .menu-item.parent{
border-bottom: 1px solid #333;
    padding-bottom: 20px;
    padding-left: 10px;
}
 
 /* Target the navigation menu anchor tags */
.hfe-nav-menu a:focus,
.hfe-nav-menu a:active {
    outline: none !important;
    box-shadow: none !important;
}
