/*
  Theme Name: Rowan Child Theme
  Theme URI: https://rowan-security.com/
  Version: 1.0
  Template: hello-elementor
  Author: Rowan
  Author URI: https://rowan-security.com/
  Text Domain: rowan-child-theme
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
  background-color: #00214a;
}

@media only screen and (min-width: 768px) {
  .nav-button .elementor-button {
    height: 50px !important;
    padding-right: 60px !important;
  }
  .nav-button .elementor-button .elementor-button-icon {
    height: 41px !important;
    width: 41px !important;
  }
  .nav-button .elementor-button .elementor-button-icon svg {
    width: 15px !important;
    height: 15px !important;
  }
  .nav-button .elementor-button:hover .elementor-button-icon {
    width: calc(100% - 0.6em) !important;
  }
}

@media only screen and (max-width: 767px) {
  .nav-button .elementor-button {
    height: 41px !important;
    padding-right: 50px !important;
  }
  .nav-button .elementor-button .elementor-button-icon {
    height: 31px !important;
    width: 31px !important;
  }
  .nav-button .elementor-button .elementor-button-icon svg {
    width: 12px !important;
    height: 12px !important;
  }
  .nav-button .elementor-button:hover .elementor-button-icon {
    width: calc(100% - 0.6em) !important;
  }
}
/** Button **/
@media only screen and (min-width: 768px) {
  .primary-btn .elementor-button {
    background: #9c927f !important;
    color: white;
    font-family: inherit;
    padding: 2.97px;
    padding-left: 1.2em;
    font-size: 17px;
    font-weight: 500;
    border-radius: 40px;
    border: none !important;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 1.6em -0.6em #714da6;
    overflow: hidden;
    position: relative;
    height: 68px;
    padding-right: 80px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
  }

  .primary-btn .elementor-button .elementor-button-icon {
    background: white;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 61px;
    width: 61px;
    border-radius: 40px;
    box-shadow: 0.1em 0.1em 0.6em 0.2em ##9c927f;
    right: 0.3em;
    transition: all 0.3s;
    top: 50%;
    transform: translateY(-50%);
  }

  .primary-btn .elementor-button:hover .elementor-button-icon {
    width: calc(100% - 0.6em);
  }

  .primary-btn .elementor-button .elementor-button-icon svg {
    width: 1.1em;
    height: 1.1em;
    transition: transform 0.3s;
    color: #7b52b9;
    stroke: #7b52b9;
  }

  .primary-btn .elementor-button:hover .elementor-button-icon svg {
    transform: translateX(0.1em) rotate(45deg);
  }

  .primary-btn .elementor-button:active .elementor-button-icon {
    transform: translateY(-50%) scale(0.95);
  }
}

/** Button **/
@media only screen and (max-width: 767px) {
  .primary-btn .elementor-button {
    background: #9c927f !important;
    color: white;
    font-family: inherit;
    padding: 2.97px;
    padding-left: 1.2em;
    font-size: 17px !important;
    font-weight: 500;
    border-radius: 40px;
    border: none !important;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 1.6em -0.6em #714da6;
    overflow: hidden;
    position: relative;
    height: 50px;
    padding-right: 80px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
    text-align: center;
  }

  .primary-btn .elementor-button .elementor-button-icon {
    background: white;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    box-shadow: 0.1em 0.1em 0.6em 0.2em ##9c927f;
    right: 0.3em;
    transition: all 0.3s;
    top: 50%;
    transform: translateY(-50%);
  }

  .primary-btn .elementor-button:hover .elementor-button-icon {
    width: calc(100% - 0.6em);
  }

  .primary-btn .elementor-button .elementor-button-icon svg {
    width: 14px;
    height: 14px;
    transition: transform 0.3s;
    color: #7b52b9;
    stroke: #7b52b9;
  }

  .primary-btn .elementor-button:hover .elementor-button-icon svg {
    transform: translateX(0.1em) rotate(45deg);
  }

  .primary-btn .elementor-button:active .elementor-button-icon {
    transform: translateY(-50%) scale(0.95);
  }
}

/** Logo Slider **/
.logo-slider-container {
  width: 100%;
  overflow: hidden;

  position: relative;
}

.logo-slider-wrapper {
  overflow: hidden;
}

.logo-slider-track {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: max-content;
  backface-visibility: hidden;
  animation: slide 20s linear infinite;
  will-change: transform;
  transform: translateZ(0);
}
.logo-slider-track .elementor-widget-wrap {
  flex-wrap: nowrap !important;
}
.item--logo-slider {
  flex: 0 0 auto;
  margin: 0 10px;
  opacity: 1;
  transition: opacity 0.3s ease;
  transform: translateZ(0);
}

.item--logo-slider:hover {
  opacity: 1;
}

.item--logo-slider img {
  height: 60px !important;
  min-width: 180px;
  width: 100% !important;
  max-width: 100% !important;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  object-fit: contain;
  object-position: center;
}

.item--logo-slider:hover img {
  filter: grayscale(0%);
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-slider-wrapper {
    animation-duration: 60s;
  }
}

@media (max-width: 768px) {
  .item--logo-slider {
    margin: 0 8px;
  }

  .item--logo-slider img {
    height: 32px;
  }

  .logo-slider-wrapper {
    animation-duration: 15s;
  }

  .item--logo-slider:hover {
    opacity: 0.7;
  }

  .item--logo-slider:hover img {
    filter: grayscale(100%);
  }
}

/** Blurb Slider **/
.blurb-swiper {
  overflow: hidden;
  position: Relative;
}
.blurb-swiper .elementor-widget-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: flex-start;
  padding: 32px 24px 32px 24px;
  color: #fff;
  min-height: 160px;

  width: 100%;
  height: 100%;
  border-right: 1px dashed #3a4a66;
  border-bottom: 1px dashed #3a4a66;
  box-sizing: border-box;
}
.blurb-swiper .elementor-widget-container .icon {
  margin-bottom: 16px;
  font-size: 32px;
  color: #9a9180;
}
.blurb-swiper .elementor-widget-container .title {
  margin-bottom: 4px;
}
.blurb-swiper .elementor-widget-container .subtitle {
}
.blurb-swiper .swiper-pagination {
  bottom: 8px !important;
}
/* Desktop grid styling */
@media (min-width: 981px) {
  .blurb-swiper {
    border: none;
  }
  .blurb-swiper .elementor-widget-wrap.swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    height: 100%;
    border: 1px dashed #484848;
  }
  .blurb-swiper .swiper-slide,
  .blurb-swiper .elementor-widget.swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
    height: 100% !important;
    border: none !important;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    flex-grow: 1 !important;
    flex-shrink: 1 !important;
    height: auto !important;
  }
  .blurb-swiper .swiper-slide:nth-child(4),
  .blurb-swiper .swiper-slide:nth-child(8) {
    border-right: none !important;
  }
  .blurb-swiper .swiper-slide:nth-child(4) .elementor-widget-container,
  .blurb-swiper .swiper-slide:nth-child(8) .elementor-widget-container {
    border-right: none;
  }
  .blurb-swiper .swiper-slide:nth-child(n + 5) .elementor-widget-container {
    border-bottom: none;
  }
  .swiper-pagination {
    display: none !important;
  }
}
/* Mobile/Tablet Swiper styling */
@media (max-width: 980px) {
  .blurb-swiper {
    overflow: visible !important;
    padding-bottom: 0;
  }
  .blurb-swiper .elementor-widget-wrap.swiper-wrapper {
    display: flex;
    flex-wrap: nowrap !important;
    width: auto;
  }
  .blurb-swiper .swiper-slide {
    border: none !important;
    display: flex;
    align-items: stretch;
    flex-grow: 1 !important;
    flex-shrink: 1 !important;
  }
  .blurb-swiper .elementor-widget-container {
    border: 1px dashed #3a4a66;

    border-radius: 0;
  }
  .blurb-swiper .swiper-slide:last-child .elementor-widget-container {
    border-bottom: none !important;
  }
  .blurb-swiper .swiper-pagination {
    display: block;
  }
}

.blurb-swiper::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  right: -25px;
  top: 0;
  background: linear-gradient(270deg, #00214a 0%, rgba(0, 33, 74, 0) 100%);
  z-index: 2;
}
/** Why Choose Us Slider **/
.why-choose-swiper {
}
.why-choose-swiper .elementor-widget-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: flex-start;
  box-sizing: border-box;
}
.why-choose-swiper .elementor-widget-wrap.swiper-wrapper {
  display: flex;
  flex-wrap: nowrap !important;
  width: auto;
  overflow: visible !important;
  justify-content: flex-start;
}
.why-choose-swiper .swiper-slide {
  border: none !important;
  display: flex;
  align-items: stretch;
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
}

.why-choose-swiper-nav-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
}
.why-choose-swiper-button-prev,
.why-choose-swiper-button-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: 300ms;
}
.why-choose-swiper-button-prev.swiper-button-disabled,
.why-choose-swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.why-choose-swiper-button-prev:hover,
.why-choose-swiper-button-next:hover {
  transform: scale(1.1);
  transition: 300ms;
}
/* CSS rule to hide slides before the previous slide (2+ positions behind) */
.why-choose-swiper .swiper-slide.swiper-before-previous {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;

  z-index: -1 !important;
}
.why-choose-swiper .swiper-slide.swiper-previous {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;

  z-index: -1 !important;
}

@media only screen and (min-width: 980px) and (max-width: 1440px) {
  .wpr-section::after {
    content: "";
    position: absolute;
    width: 142px;
    height: 100%;
    right: -1%;
    top: 0;
    background: linear-gradient(270deg, #00214a 0%, rgba(0, 33, 74, 0) 100%);
    z-index: 2;
  }
}

/* Previous slide (1 position behind) remains visible - add custom styling here if needed */
/* .why-choose-swiper .swiper-slide.swiper-previous { } */

/* Optional: Add smooth transition for hiding effect */
.why-choose-swiper .swiper-slide {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/** CS Item Card **/
.cs--item-card {
  overflow: hidden;
  position: relative;
}
.cs--item-card:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 33, 74, 0) 0%,
    rgba(0, 33, 74, 0.68) 100%
  );
  z-index: -1;
}
.cs--item-card:hover .cs--item-card--arrow .elementor-icon {
  transform: rotate(45deg);
  transition: 300ms;
}

.cs--item-card .cs--item-card-bg {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 300ms;
  z-index: -2;
}
.cs--item-card .cs--item-card-bg img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cs--item-card:hover .cs--item-card-bg {
  transform: scale(1.1);
  transition: 300ms;
}
.cs--item-card .cs--item-card-bg:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 33, 74, 0) 0%,
    rgba(0, 33, 74, 0.68) 100%
  );
  z-index: 1;
}
.cs--item-card .cs--item-card-bg:before {
  content: "";
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  background-image: radial-gradient(at top left, #00214a99 0%, #00214a47 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 1;
}

/** Contact Link **/
.cta--contact .elementor-icon-box-description {
  text-decoration: underline;
}

/** Calender **/

.calendar-wrapper {
  position: relative;
  display: inline-block;
  isolation: isolate;
}

.calendar-container {
  background: #222329;
  border-radius: 24px 24px 0 0;
  padding: 35px 20px;
  width: 300px;
  color: white;
  position: relative;
  overflow: visible;
}

.calendar-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background-color: #011b3d;
  box-shadow: 0 0 28.5px 13px rgba(255, 255, 255, 0.08);
  border-radius: 44px 44px 0 0;
  z-index: -1;
}

.calendar-header {
  text-align: center;
  margin-bottom: 25px;
}

.brand {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 15px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.brand img {
  height: 40px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

.month-year {
  font-size: 16px;
  letter-spacing: 3px;
  color: #b8b8b8;
  font-weight: 500;
  margin-bottom: 20px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.day-header {
  text-align: center;
  font-size: 11px;
  color: #888;
  padding: 12px 0;
  font-weight: 600;
  text-transform: uppercase;
}

.day {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  font-weight: 400;
}

.day:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: scale(1.05);
}

.day.other-month {
  color: #555;
}

.day.today {
  border: 1px solid #ff4444;
  color: white;
  font-weight: 700;
  background: transparent;
}

.day.selected {
  background-color: #9c927f;
  color: white;
  font-weight: 700;
}

.day.has-event::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background: #ff6b35;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(255, 107, 53, 0.5);
}

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.nav-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 600;
}

.nav-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

.current-month {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  body {
    padding: 10px;
  }

  .calendar-container {
    width: 100%;
    max-width: 350px;
    padding: 25px 15px;
    border-radius: 20px 20px 0 0;
  }

  .calendar-container::before {
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border-radius: 40px 40px 0 0;
  }

  .brand img {
    height: 35px;
  }

  .month-year {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }

  .calendar-grid {
    gap: 3px;
  }

  .day-header {
    font-size: 10px;
    padding: 8px 0;
  }

  .day {
    width: 35px;
    height: 35px;
    font-size: 12px;
    border-radius: 50%;
    padding: 2px;
  }

  .calendar-header {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .calendar-container {
    max-width: 320px;
    padding: 20px 10px;
  }

  .brand img {
    height: 30px;
  }

  .month-year {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .day {
    width: 32px;
    height: 32px;
    font-size: 12px;
    padding: 1px;
  }

  .day-header {
    font-size: 9px;
    padding: 6px 0;
  }

  .calendar-grid {
    gap: 2px;
  }
}

/** Forms **/
/* WPForms Custom Dropdown Styling */

/* Target all WPForms select fields */
.wpforms-field-select select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  padding-right: 50px !important; /* Space for custom arrow */
  font-size: 16px !important;
  color: #666 !important;
  cursor: pointer !important;
  outline: none !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Focus state */
.wpforms-field-select select:focus {
  border-color: #007cba !important;
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1) !important;
}

/* Hover state */
.wpforms-field-select select:hover {
  border-color: #007cba !important;
}

/* Style the select container to position the custom arrow */
.wpforms-field-select {
  position: relative !important;
}

/* Add custom arrow using pseudo-element */
.wpforms-field-select::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("https://consultation.rowan-security.com/wp-content/uploads/2025/08/icon-dropdown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  transition: transform 0.3s ease;
  z-index: 1;
}

/* Updated rotation logic using JavaScript class */
.wpforms-field-select.dropdown-active::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Fallback for focus state */
.wpforms-field-select select:focus + ::after,
.wpforms-field-select:focus-within::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Specific styling for your "Contact discreetly?" field */
#wpforms-589-field_32 {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #ddd !important;

  padding: 12px 16px !important;
  padding-right: 50px !important;
  font-size: 16px !important;
  color: #666 !important;
  cursor: pointer !important;
  outline: none !important;
  transition: all 0.3s ease !important;
}

/* Container for the specific field */
#wpforms-589-field_32-container {
  position: relative !important;
}

/* Custom arrow for specific field */
#wpforms-589-field_32-container::after {
  content: "";
  position: absolute;
  right: 16px;
  top: calc(50% + 12px); /* Adjust for label height */
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-image: url("https://consultation.rowan-security.com/wp-content/uploads/2025/08/icon-dropdown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  transition: transform 0.3s ease;
  z-index: 1;
}

/* Rotation for specific field */
#wpforms-589-field_32-container.dropdown-active::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Alternative: If you want to target all select fields in the form */
.wpforms-form select {
  height: 60px !important;
  border-radius: 10px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  padding-right: 50px !important;
  font-size: 16px !important;
  color: #666 !important;
  cursor: pointer !important;
  outline: none !important;
  transition: all 0.3s ease !important;
}

/* Style the placeholder text */
.wpforms-field-select select option.placeholder {
  color: #999 !important;
}

/* Style regular options */
.wpforms-field-select select option {
  padding: 10px !important;
  background: white !important;
  color: #333 !important;
}

/* For classic style dropdowns */
.wpforms-field-select-style-classic::after {
  content: "";
  position: absolute;
  right: 16px;
  top: calc(50% + 10px);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-image: url("/wp-content/uploads/2025/08/icon-dropdown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  transition: transform 0.3s ease;
  z-index: 1;
}

/* Ensure the arrow appears above the select */
.wpforms-field-select-style-classic {
  position: relative !important;
}

/* For modern style dropdowns (Choices.js) - more complex */
.wpforms-field-select-style-modern .choices {
  position: relative !important;
}

.wpforms-field-select-style-modern .choices::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("https://consultation.rowan-security.com/wp-content/uploads/2025/08/icon-dropdown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  transition: transform 0.3s ease;
  z-index: 1;
}

/* Hide the default Choices.js arrow */
.wpforms-field-select-style-modern .choices__inner::after {
  display: none !important;
}

/* Style the Choices.js container */
.wpforms-field-select-style-modern .choices__inner {
  background: #f5f5f5 !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-size: 16px !important;
  min-height: auto !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .wpforms-field-select::after,
  #wpforms-589-field_32-container::after,
  .wpforms-field-select-style-classic::after,
  .wpforms-field-select-style-modern .choices::after {
    right: 12px;
    width: 35px;
    height: 35px;
  }

  .wpforms-field-select select,
  #wpforms-589-field_32 {
    padding-right: 40px !important;
  }
}

/* Submit Button Styling - Based on primary-btn design */
.wpforms-submit-container {
  text-align: center;
  margin-top: 30px;
}

.wpforms-submit {
  background: #9c927f !important;
  color: white !important;
  font-family: inherit !important;
  padding: 2.97px !important;
  padding-left: 1.2em !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 40px !important;
  border: none !important;
  letter-spacing: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  box-shadow: inset 0 0 1.6em -0.6em #714da6 !important;
  overflow: hidden !important;
  position: relative !important;
  height: 52px !important;
  padding-right: 80px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: all 0.3s !important;
  min-width: 200px !important;
  float: right !important;
}

/* Create the icon circle using ::after pseudo-element */
.wpforms-submit::after {
  content: "";
  background: white;

  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  border-radius: 44px;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #9c927f;
  right: 0.3em;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  background-size: 1.1em 1.1em;
  background-image: url("/wp-content/uploads/2025/08/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: Center;
  background-size: 16px;
}

div.wpforms-container-full input[type="submit"]:focus:after,
div.wpforms-container-full button[type="submit"]:focus:after,
div.wpforms-container-full .wpforms-page-button:focus:after,
.wp-core-ui div.wpforms-container-full input[type="submit"]:focus:after,
.wp-core-ui div.wpforms-container-full button[type="submit"]:focus:after,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:focus:after {
  content: "";
  position: absolute !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  width: calc(100% - 0.6em) !important;
  border-radius: 44px !important;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #9c927f !important;
  right: 0.3em !important;
  left: 0.3em !important;
  transition: all 0.3s !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background-size: 1.1em 1.1em !important;
  background-image: url("/wp-content/uploads/2025/08/icon-arrow-right.svg");
  background-repeat: no-repeat !important;
  background-position: Center !important;
  background-size: 16px !important;
  outline: none !important;
  border: none !important;
  margin-left: 0 !important;
}

/* Hover effects */
.wpforms-submit:hover::after {
  width: calc(100% - 0.6em);
}
.wpforms-submit:focus::after {
  width: calc(100% - 0.6em);
}

.wpforms-submit:hover {
}

.wpforms-field-text input {
  height: 60px !important;
  border-radius: 10px !important;
}
.wpforms-field-textarea textarea {
  height: 120px !important;
  border-radius: 10px !important;
}

.wpforms-field input {
  height: 60px !important;
  border-radius: 10px !important;
}
.wpforms-field-label {
  font-family: "Space Grotesk", Sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.wpforms-field-label-inline {
  font-family: "Space Grotesk", Sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
}
div.wpforms-container-full .wpforms-field-label,
.wp-core-ui div.wpforms-container-full .wpforms-field-label {
  margin: 0 0 5px 0 !important;
}
.wpforms-required-label {
  color: #fff !important;
}

#wpforms-589-field_38 {
  display: none !important;
}
.wpforms-disclaimer-description {
  background-color: transparent !important;
  padding: 0 !important;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 400 !important;
  border: none !important;
  overflow: none !important;
  overflow-y: auto !important;
}

.wpforms-container .wpforms-field-description.wpforms-disclaimer-description,
.wp-core-ui
  div.wpforms-container
  .wpforms-field-description.wpforms-disclaimer-description {
  height: auto !important;
  overflow-y: auto !important;
  overflow-x: auto !important;
}
div.wpforms-container-full input[type="checkbox"],
div.wpforms-container-full input[type="radio"] {
  height: 22px !important;
}
@media only screen and (max-width: 768px) {
  .wpforms-container .wpforms-one-half,
  .wpforms-container .wpforms-three-sixths,
  .wpforms-container .wpforms-two-fourths {
    width: 100% !important;
    margin-left: 0px !important;
  }
}

/* Hero Logo SLider */

.hero-logo-slider-container {
  width: 100%;
  overflow: visible;

  position: relative;
}

.hero-logo-slider-wrapper {
  overflow: visible;
}

.hero-logo-slider-track {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: max-content;
  backface-visibility: hidden;
  will-change: transform;
  transform: translateZ(0);
}

@media only screen and (min-width: 981px) {
  .hero-logo-slider-track .elementor-widget-wrap {
    justify-content: space-between;
    width: 100% !important;
  }
}

/* Only apply animation on mobile devices below 981px */
@media (max-width: 980px) {
  .hero-logo-slider-track .elementor-widget-wrap {
    animation: slide 20s linear infinite;
  }
  .hero-logo-slider-container {
    position: relative;
  }
  .hero-logo-slider-container::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 100%;
    left: -21px;
    top: 0;
    background: linear-gradient(90deg, #00214a 0%, rgba(0, 33, 74, 0) 100%);
    z-index: 1;
  }

  .hero-logo-slider-container::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 100%;
    right: -21px;
    top: 0;
    background: linear-gradient(270deg, #00214a 0%, rgba(0, 33, 74, 0) 100%);
    z-index: 2;
  }
}
.hero-logo-slider-track .elementor-widget-wrap {
  flex-wrap: nowrap !important;
  display: flex;
  gap: 50px;
  width: max-content;
}
.hero--item-logo-slider {
  flex: 0 0 auto;

  transition: opacity 0.3s ease;
  transform: translateZ(0);
}

.hero--item-logo-slider:hover {
  opacity: 1;
}

.hero--item-logo-slider img {
  height: 70px;

  max-width: 100%;

  transition: filter 0.3s ease;
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-logo-slider-wrapper {
    animation-duration: 60s;
  }
}

@media (max-width: 768px) {
  .hero--item-logo-slider {
    margin: 0 8px;
  }

  .hero--item-logo-slider img {
    height: 32px;
  }

  .hero-logo-slider-wrapper {
    animation-duration: 15s;
  }
}

@media (max-width: 980px) {
  .logo-slider-container {
    position: relative;
  }
  .logo-slider-container::before {
    content: "";
    position: absolute;
    width: 11%;
    height: 100%;
    left: -1%;
    top: 0;
    background: linear-gradient(90deg, #00214a 0%, rgba(0, 33, 74, 0) 100%);
    z-index: 1;
  }

  .logo-slider-container::after {
    content: "";
    position: absolute;
    width: 11%;
    height: 100%;
    right: -1%;
    top: 0;
    background: linear-gradient(270deg, #00214a 0%, rgba(0, 33, 74, 0) 100%);
    z-index: 2;
  }
}
