/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1765861611
Updated: 2025-12-16 05:06:51

*/
#cus_header.sticky {
    position: fixed;
	    top: 0;
}
.cus_icon .elementor-icon-box-icon {
    background: #f7f7fa;
    border: 7px solid #295461;
    padding: 15px;
    border-radius: 70px;
	transition: linear .5s;
}
.cus_hover {
	transition: linear .5s;
}

.cus_hover:hover .cus_icon .elementor-icon-box-icon {
    background: #295461;
    border-color: #C3D12E;
}
.cus_hover:hover .cus_icon .elementor-icon-box-icon svg path{
	Fill:#fff;
}
.right_border, .bottom_border {
  position: relative;
}

.right_border::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #c3d12e 0%, #c3d12e 50%, #F3F3F3 50%, #F3F3F3 100%);
    border-radius: 18px;
}

.cus_margin_p p{
	margin-bottom: 0px;
}

.cus_salt a{
	position: relative;
    top: 11px;
}
.cus_faq .e-n-accordion-item-title-text {
    font-size: 20px !important;
    font-weight: 500;
}
.cus_faq .e-n-accordion-item-title {
    border: 1px solid transparent !important;
    margin-bottom: 10px;
}
.cus_faq .e-n-accordion-item {
    margin: 10px 0;
    border-bottom: 1px solid #E9E9E9;
}
.cus_faq .e-n-accordion-item .e-flex.e-con.e-child {
    border: 1px solid transparent;
    padding-top: 10px;
}


/* MAIN FORM */
.wpcf7-form-control-wrap {
	display: block;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    color: red;
    width: 100% !important;
    display: block;
}
.wpcf7-response-output {
    margin: 10px 10px 0 !important;
    color: #fff;
    font-family: 'DM Sans';
}
.cus_form .form-rows {
    margin-bottom: 0 !important;
    width: 100%;
	padding-top:20px;
}
.cus_form .form-rows p {
    width: 100%;
}
.cus_form {
  background: #2d5661;
  font-family: 'DM Sans', sans-serif;
}

.cus_form select {
  color: #919191;
}

/* When user selects any option EXCEPT first (placeholder) */
.cus_form select:not(:has(option:first-child:checked)) {
  color: #000000;
}

/* Dropdown list options */
.cus_form select option {
  color: #000000;
}
/* ROWS */
.cus_form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.cus_form .two-col .form-group {
  width: 50%;
}

.cus_form .one-col .form-group {
  width: 100%;
}

/* LABEL */
.cus_form label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
}

/* INPUTS & SELECT */
.cus_form input,
.cus_form select {
  width: 100%;
  height: 42px;
  border-radius: 30px;
  border: none;
  padding: 0 20px;
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
  outline: none;
}

/* PLACEHOLDER */
.cus_form input::placeholder {
  color: #9a9a9a;
}

.cus_form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("http://pensions.secureyourfuture.ie/wp-content/uploads/2025/12/botton-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px;

  padding-right: 50px; /* space for arrow */
}


/* BUTTON */
.cus_form .cus_btn {
  width: 100%;
  height: 48px;
  background: #c8d92d;
  border-radius: 40px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  color: #184d59;
  cursor: pointer;
}
.cus_form p {
    margin-bottom: 0;
}
.cus_form .cus_btn:hover {
  background: #b9ca26;
}
.cus_form br {
    display: none;
}
span.wpcf7-spinner {
    display: none;
}



/* Force dots horizontal */
.cus_slider .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  bottom: -25px;
}

/* Remove number boxes */
.cus_slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

/* Dot button reset */
.cus_slider .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background: #000;
}

/* Active dot */
.cus_slider .slick-dots li.slick-active button {
  background: #c8d92d;
}

.cus_one .elementor-icon-box-icon {
    top: 10px;
    position: relative;
}


/* MOBILE */
@media (max-width: 991px) {
	.cus_explain {
    background-image: linear-gradient(92deg, #FFFFFF 13%, #F4F6D8 83%) !important;
	}
}
@media (max-width: 767px) {

	.cus_slider {
    display: flex;
    overflow: auto;
}

.cus_slider .cus_hover {
    min-width: 70% !important;
}
	.right_border::after {
    background: transparent;

}
	.right_border, .bottom_border {
    padding-left: 10px;
}
.bottom_border::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(        to right,        #c3d12e 0%,        #c3d12e 50%,        #c3d12e 50%,        #c3d12e 100%    );
    border-radius: 28px;
    top: unset;
}	
	.cus_salt img {
    width: 24px;
}
	.cus_salt a{
    top: 8px;
}
	 .cus_form .form-row {
    flex-direction: column;
		     margin-bottom: 20px;
  }
.bottom_border {
    padding-left: 15px;
}
  .cus_form .two-col .form-group {
    width: 100%;
  }
}
