.core-header .et_pb_menu_0_tb_header {
    width: 48px;
    align-items: center;
}

/* Hero Image start here */
.et_pb_section[data-banner-section="banner-section"] [data-banner-image="banner-image"] .et_pb_image {
    top: 205px !important;
}

/* Hero button start here */
.hero-button {
    width: 100% !important;
}
.et_pb_button[data-banner-button="banner-button"] {
	position: relative;
   font-size: 20px !important;
   line-height: 30px !important;
  font-weight:500;
    background: transparent;
    color: #FDF0DD !important;
    transition: 200ms ease-in-out;
    border: 1px solid #F2E5D3;
    border-radius: 24px;
    z-index: 11;
    height: auto;
    max-width: 287px !important;
}
.et_pb_button[data-banner-button="banner-button"]:hover {
    border: 1px solid #F2E5D3 !important;
    background: #163a40;
     transition: 200ms ease-in-out;
}

.et_pb_button[data-banner-button="banner-button"]:before {
    display: block;
    content: '';
    background-color: #ED6C38 !important;
    background-image: url('/wp-content/uploads/2025/10/button-aerrow.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6.1em;
    z-index: 9999;
    margin: 0;
    opacity: 1;
     transition: 200ms ease-in-out;
   border-right: 1px solid #F2E5D3;
  border-top: 1px solid #F2E5D3;
}
.et_pb_button[data-banner-button="banner-button"]:before{
	display: block;
    content: '';
    background-color: #ED6C38 !important;
    background-image: url(/wp-content/uploads/2025/10/button-aerrow.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    right: 22px;
    z-index: 9999;
    margin: 0;
    opacity: 1;
    border: 0 !important;
    top: 53px;
    transition: 500ms ease-in-out;
    left: auto;
}

.et_pb_button[data-banner-button="banner-button"]:after {
    display: block;
    opacity: 1;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50px;
    right: 20px;
    top: 52px;
	font-size: 0px;
}
.et_pb_button[data-banner-button="banner-button"]:hover:before{
	top: 50px;
    right: 17px;
    left: auto;
}
.et_pb_button[data-banner-button="banner-button"]:hover {
    border: 1px solid #F2E5D3 !important;
    background: #163a40;
     transition: 500ms ease-in-out;
}

body .et_pb_button_0_wrapper .et_pb_button_0, 
body .et_pb_button_0_wrapper .et_pb_button_0:hover {
    padding-top: 24px!important;
}



/* Other button start here */
.et_pb_button[data-grediant-button="grediant-button"] {
	position: relative;
	font-weight: 300;
	background: linear-gradient(90deg, rgb(30, 39, 46) 0%, rgb(193, 75, 26) 100%);
	color: #FDF0DD !important; 
    transition: 0.3s;
    border: none !important;
    border-radius: 50px;
    z-index: 11;
    height: 60px;
}
.et_pb_button[data-grediant-button="grediant-button"]:before {
    display: block;
    content: '';
    background: url('/wp-content/uploads/2025/10/button-aerrow.svg');
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    width: 57px !important;
    height: 60px !important;
    border-radius: 100%;
    position: absolute;
    top: 29px !important;
    left: auto;
    right: 0;
    z-index: 1;
    margin: 0;
    opacity: 1;
  border-top: 2px solid #F2E5D3;
    border-left: 2px solid #F2E5D3;
    transition: width 0.4s ease-in-out;
}

.et_pb_button[data-grediant-button="grediant-button"]:hover:before {
   border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

.et_pb_button[data-grediant-button="grediant-button"]:after {
    display: block;
    content: '' !important;
    background: no-repeat;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    height: 61px !important;
    position: absolute;
    top: 29px;
    left: auto;
    right: 0;
    background-color: #ED6C38;
    margin: 0;
    opacity: 1;
    width: 60px; 
    border-radius: 50px;
    z-index: -1;
    transition: width 0.4s ease-in-out;
}
.et_pb_button[data-grediant-button="grediant-button"]:hover:after {
	opacity: 1;
	width: 100%;
	transition: width 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
	.et_pb_button[data-grediant-button="grediant-button"] {
    	height: 50px;
	}
	.et_pb_button[data-grediant-button="grediant-button"]:before {
		width: 50px;
		height: 50px;
	}
	.et_pb_button[data-grediant-button="grediant-button"]:after {
		width: 50px;
		height: 50px;
	}
}

/* Testimonial button start here */
.et_pb_button[data-border-button="border-button"] {
	position: relative;
    font-weight: 300;
    background: transparent;
    transition: 0.3s;
    border: 1px solid #F2E5D3;
	color: #FDF0DD !important;
    border-radius: 50px;
    z-index: 11;
    height: 60px;
}
.et_pb_button[data-border-button="border-button"]:before {
  border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
}
.et_pb_button[data-border-button="border-button"]:hover:before {
   border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}
.et_pb_button[data-border-button="border-button"]:hover {
    border: 1px solid #F2E5D3 !important;
}
.et_pb_button[data-border-button="border-button"]:before {
    display: block;
    content: '';
    background: url('/wp-content/uploads/2025/10/button-aerrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    top: 28px !important;
    left: auto;
    right: 0;
    z-index: 1;
    margin: 0;
    opacity: 1;
    transition: width 0.4s ease-in-out;
}

.et_pb_button[data-border-button="border-button"]:after {
    display: block;
    content: '' !important;
    background: no-repeat;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    height: 62px !important;
    position: absolute;
    top: 28px !important;
    left: auto;
    right: 0px !important;
    background-color: #ED6C38;
    margin: 0;
    opacity: 1;
    width: 60px;
    border-radius: 50px;
    z-index: -1;
    transition: width 0.4s ease-in-out;
}
.et_pb_button[data-border-button="border-button"]:hover:after {
	opacity: 1;
	width: 100%;
	transition: width 0.4s ease-in-out;
	border: 1px solid transparent;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

.et_pb_button[data-grediant-button="grediant-button"] {
	position: relative;
	font-weight: 300;
	background: linear-gradient(90deg, #2D4B4D 0%, #ED6C38 100%);
    transition: 0.3s;
    border: none !important;
    border-radius: 50px;
    z-index: 11;
    height: 60px;
}
.et_pb_button[data-grediant-button="grediant-button"]:before {
    display: block;
    content: '';
    background: url('/wp-content/uploads/2025/10/button-aerrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: 1;
    margin: 0;
    opacity: 1;
    transition: width 0.4s ease-in-out;
}

.et_pb_button[data-grediant-button="grediant-button"]:hover:after {
	opacity: 1;
	width: 100%;
	transition: width 0.4s ease-in-out;
}

/* Footer button start here */
footer .et_pb_icon_list {
    padding: 0;
    margin: 0;
}
footer .et_pb_icon_list li {
    gap: 0 !important;
}
footer .et_pb_row {
    width: 100%;
}
footer .et_pb_button[data-footer-button="footer-button"] {
	position: relative;
	font-weight: 300;
	background: linear-gradient(90deg, rgb(30, 39, 46) 0%, rgb(193, 75, 26) 100%);
    transition: 0.3s;
    border: none !important;
    border-radius: 50px;
    z-index: 11;
    height: 60px;
}
footer .et_pb_button[data-footer-button="footer-button"]:before {
    display: block;
    content: '';
    background: url('/wp-content/uploads/2025/10/button-arrow.png');
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    top: 30px;
    left: auto;
    right: 0;
    z-index: 1;
    margin: 0;
    opacity: 1;
    transition: width 0.4s ease-in-out;
}
footer .et_pb_button[data-footer-button="footer-button"]:after {
    display: block;
    content: '' !important;
    background: no-repeat;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    position: absolute;
    top: 30px;
    left: auto;
    right: 0;
    background-color: #ED6C38;
    margin: 0;
    opacity: 1;
    width: 60px;
    border-radius: 50px;
    z-index: -1;
    transition: width 0.4s ease-in-out;
}
footer .et_pb_button[data-footer-button="footer-button"]:hover:after {
	opacity: 1;
	width: 100%;
	transition: width 0.4s ease-in-out;
}
footer .et_pb_button[data-footer-button="footer-button"] {
    position: relative;
    font-weight: 300;
    background: linear-gradient(90deg, #2D4B4D 0%, #ED6C38 100%) !important;
    transition: 0.3s;
    border: none!important;
    border-radius: 50px;
    z-index: 11;
    height: 60px;
}
footer .et_pb_button[data-footer-button="footer-button"]:before {
  border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
}
footer .et_pb_button[data-footer-button="footer-button"]:hover:before {
  border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

/* Testimonial Start Here */
swiper-container {
    width: 100%;
}

swiper-slide {
    width: 50%;
    font-family: 'Lexend',Helvetica,Arial,Lucida,sans-serif;
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
    color: #FDF0DD;
}

swiper-slide:nth-child(2n) {
    width: 50%;
}

swiper-slide:nth-child(3n) {
    width: 50%;
}

.swiper-slide-next {
    opacity: 0.5
}
.et_pb_button_0_wrapper .assessment-btn.et_pb_button_0, 
.et_pb_button_0_wrapper .assessment-btn.et_pb_button_0:hover {
    padding-top: 15px!important;
    padding-right: 84px!important;
    padding-bottom: 15px!important;
    padding-left: 24px!important;
}

.et_pb_section .testimonial-slider .mySwiper .testimonial-position {
    font-family: 'Lexend', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fdf0dd;
    line-height: 24px;
    padding-left: 20px;
}
.et_pb_section .testimonial-slider .mySwiper p {
  padding-bottom: 5px;
  position: relative;
}
.et_pb_section .testimonial-slider .mySwiper .testimonial-position:before {
    display: block;
    content: '';
    background: url(/wp-content/uploads/2025/11/testimonial-icon.svg);
    width: 8px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .2s;
    text-transform: none;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: calc(50% - 2px);
    transform: translateY(-50%);
    left: 0;
}

/* Team Start Here */
.team-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}
.team-card {
	background-color: #F2E5D3;
	border-radius: 20px;
	overflow: hidden;
	text-align: left;
	font-family: 'Lexend',Helvetica,Arial,Lucida,sans-serif;
	color: #1b4950;
	transition: transform 0.3s ease;
}
.team-card:hover {
	transform: translateY(-5px);
}
.team-image  {
    overflow: hidden;
    padding-bottom: 90%;
    position: relative;
	border-radius: 24px;
}

.team-image img {
	width: 100%;
	height: auto;
	border-radius: 24px;
		position: absolute;
    object-fit: cover;
	
}
.team-content {
	padding: 32px 20px;
}
.team-name {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	color: #1b4950;
	margin-bottom: 5px;
}
.team-position {
	font-size: 18px;
	line-height: 26px;
	color: #d96435;
	margin-bottom: 15px;
	font-weight: 300;
}
.team-email,
.team-phone {
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	color: #1b4950;
}
.team-email a {
	color: #1b4950;
	text-decoration: none;
}
.team-email a:hover {
	text-decoration: underline;
}

.et_pb_button_0_wrapper .et_pb_button_0, 
.et_pb_button_0_wrapper .et_pb_button_0:hover {
    padding-top: 24px!important;
    padding-right: 84px!important;
    padding-bottom: 15px!important;
    padding-left: 24px!important;
}


			
@media (max-width: 767px) {
	.hero-button {
		justify-content: center;
	}
	.et_pb_button[data-banner-button="banner-button"]:before {
		width: 45px;
		height: 45px;
		top: 38px;
	}
	.et_pb_button[data-banner-button="banner-button"]:after {
		top: 38px;
		width: 45px;
		height: 45px;
	}
	body .et_pb_button_0_wrapper .et_pb_button_0, 
	body .et_pb_button_0_wrapper .et_pb_button_0:hover, 
	body .et_pb_button_1_wrapper .et_pb_button_1, 
	body .et_pb_button_1_wrapper .et_pb_button_1:hover {
		padding-top: 24px!important;
		padding-right: 82px!important;
		padding-bottom: 24px!important;
		padding-left: 15px!important;
	} 	
	body .et_pb_button[data-border-button="border-button"]:before {
		width: 60px;
		height: 60px;
	}
	.et_pb_button[data-border-button="border-button"]:after {
		height: 55px !important;
		top: 28px !important;
	}
	body .et_pb_button[data-grediant-button="grediant-button"]:before {
		width: 55px !important;
		height: 55px !important;
	}
	body .et_pb_button[data-grediant-button="grediant-button"]:after {
		height: 58px !important;
		width: 58px;
	}
	.et_pb_button[data-grediant-button="grediant-button"],
    .et_pb_button[data-border-button="border-button"] {
		align-content: center;
	}
	.testimonial-slider swiper-slide {
		margin-right: 0px !important;
	}
	.testimonial-slider swiper-slide {
		font-size: 18px;
		line-height: 28px;
	}
	body .et_pb_section .et_pb_button_1.ac-titel-button {
		padding: 15px 82px 15px 15px !important;
	}
}


/*Contact form style start*/
/* ====== Custom Contact Form 7 Design ====== *//* ===== Custom Contact Form 7 Styling ===== */
.custom-contact-form {
  max-width: 700px;
  margin: 0 auto;
  font-family: "Lexend", Helvetica, Arial, sans-serif;
}

/* Two-column layout */
.custom-contact-form .form-row.two-column {
  display: flex;
  gap: 20px;
}

.custom-contact-form .form-row.two-column .form-control {
  width: 100%;
}

/* Single column rows */
.custom-contact-form .form-row.single {
  display: block;
  /* margin-bottom: 15px; */
}

/* Inputs and textarea styling */
.custom-contact-form .form-control,
.custom-contact-form .form-control-file {
font-family: 'Lexend', Helvetica, Arial, Lucida, sans-serif;
  width: 100%;
  padding: 16px;
  border: 1px solid #1b4950;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  outline: none;
  /* background: #fffaf5; */
  transition: 0.3s ease;
  color: #1b4950;
  margin-bottom: 15px;
}

/* .custom-contact-form .form-control:focus {
  border-color: #ed6c38;
  background: #fff;
} */

.custom-contact-form textarea.form-control {
  height: 120px;
  resize: none;
}

/* File upload row */
.custom-contact-form .file-upload {
  display: flex;
  gap: 20px;
  align-items: center;
}

.custom-contact-form input[type="file"] {
  flex: 1;
  border: 1px solid #1b4950;
  border-radius: 10px;
  padding: 16px;
  cursor: pointer;
}

.custom-contact-form .file-label {
  flex: 1;
  text-align: center;
  font-size: 15px;
  color: #1b4950;
  padding: 12px;
  border: 1px solid #1b4950;
  border-radius: 10px;
  background: #fffaf5;
}

.custom-contact-form  .form-row.two-column p{
    display: flex;
    gap: 10px
}

/* Submit button */
.custom-contact-form .single .custom-submit-wrapper p,
.custom-contact-form .submit-buttons {
  background: linear-gradient(to right, #1e2a37, #ed6c38);
  color: #fff;
  border: none;
  padding: 14px 25px;
  font-size: 17px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s ease;
  width: auto;
  display: inline-block; 
}
.custom-contact-form .single .custom-submit-wrapper p .submit-button {
  background: transparent;
  font-size: 18px;
  color: #FDF0DD;
    font-weight: 300;
  border: none;
}
.custom-contact-form .single .custom-submit-wrapper .wpcf7-spinner {
  display: none;
}
/* .custom-contact-form .submit-button:hover {
  opacity: 0.9;
} */

/* Placeholder text color */
.custom-contact-form ::placeholder {
  color: #1b4950; /* change this color as you wish */
}

/* For older browsers (cross-browser support) */
.custom-contact-form :-ms-input-placeholder {
  color: #1b4950;
}

.custom-contact-form ::-ms-input-placeholder {
  color: #1b4950;
}

.custom-contact-form .single .custom-submit-wrapper p,
.custom-contact-form .submit-buttons {
    position: relative;
    font-weight: 300;
    background: linear-gradient(90deg, rgb(30, 39, 46) 0%, rgb(193, 75, 26) 100%);
    transition: 0.3s;
    border: none !important;
    border-radius: 50px;
    z-index: 11;
    height: 60px;
    padding: 15px 24px !important;
    padding-right: 74px !important;
}

.custom-contact-form .single .custom-submit-wrapper p:before,
.custom-contact-form .submit-buttons:before{
    display: block;
    content: '';
    background: url(/wp-content/uploads/2025/10/button-aerrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    top: -2px;
    left: auto;
    right: 0;
    z-index: 1;
    margin: 0;
    opacity: 1;
    transition: width 0.4s ease-in-out;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
}
.custom-contact-form .single .custom-submit-wrapper p:hover:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}
.custom-contact-form .single .custom-submit-wrapper p:after,
.custom-contact-form .submit-buttons:after{
display: block;
    content: '' !important;
    background: no-repeat;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    background-color: #ED6C38;
    margin: 0;
    opacity: 1;
    width: 60px;
    border-radius: 50px;
    z-index: -1;
    transition: width 0.4s ease-in-out;
}
.custom-contact-form .single .custom-submit-wrapper p:hover:after {
    opacity: 1;
    width: 100%;
    transition: width 0.4s ease-in-out;
}
/*Contact form style end*/


/* Online Assesment page */
/* Price Section */
.et_section_regular .et_pb_column[data-price="price"] {
  position: relative;
}
.et_section_regular .et_pb_column[data-price="price"]:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2025/10/about-vector.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 168px;
    left: -51px;
    top: -41px;
}
.et_section_regular .et_pb_column[data-price="price"] .our-rates-section .currency-text .et_pb_text_inner p {
  font-size: 36px;
  color: #ed6c38;
  font-weight: 800;
}
.et_section_regular .et_pb_column[data-price="price"] .our-rates-section .currency-text {
  min-width: 130px;
}
.et_section_regular .et_pb_column[data-price="price"] .our-rates-section .right-text .et_pb_text_inner p {
  color: #59b8ba;
  font-weight: 600;
  line-height: 1;
  top: 5px;
  position: relative;
}
.et_section_regular [data-price-button="price-button"] [data-grediant-button="grediant-button"] {
    position: absolute;
    bottom: -80px;
    left: 0px;
    right: auto;
}

.et_section_regular .et_pb_column[data-price="price"] [data-price-button="price-button"] ul {
}
.et_section_regular .et_pb_column[data-price="price"] [data-price-button="price-button"] ul li {
  margin: 0 0 15px 0;
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}
.et_section_regular .et_pb_column[data-price="price"] [data-price-button="price-button"] ul li:after {
  display: block;
  content: '';
  width: 6px;
  height: 8px;
  background: url(/wp-content/uploads/2025/10/arrow-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 9px;
  left: -15px;
}


/* Step section */
.et_pb_section [data-steps="steps"] .et_pb_column .et_pb_text:first-of-type {
  position: relative;
  width: 100%;
}
.et_pb_section [data-steps="steps"] .et_pb_column .et_pb_text:first-of-type:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #ED6C38;
  position: absolute;
  top: calc(100% + 35px);
}
.et_pb_section [data-steps="steps"] .et_pb_column:first-of-type .et_pb_text:first-of-type:after {
  width: 90%;
  left: 10%;
}
.et_pb_section [data-steps="steps"] .et_pb_column:last-of-type .et_pb_text:first-of-type:after {
  width: 90%;
  right: 10%;
}
.et_pb_section [data-steps="steps"] .et_pb_column .et_pb_text:first-of-type p {
    text-align: center;
    font-weight: 700;
    color: #1B4850;
}
.et_pb_section [data-steps="steps"] .et_pb_column .et_pb_text:last-of-type {
    padding: 0 30px;
}

/* Tabs Section */
.et_pb_section [data-tabrow="tabrow"] {
  padding-top: 20px !important;
}
.et_pb_section [data-tabrow="tabrow"].active-row {
  background: #1b4950;
  border-radius: 20px 20px 0 0;
  position: relative;
}
.et_pb_section [data-tabrow="tabrow"].active-row:after {
  display: block;
  content: '';
  width: 100%;
  height: 40px;
  background: #1B4950;
  position: absolute;
  top: -20px;
  left: 0;
  border-radius: 20px 20px 0 0;
}
.et_pb_section [data-tabrow="tabrow"].active-row [data-tabitem="tabitem"] {
  background: #F2E5D3;
  z-index: 11;
  border-radius: 20px;
  padding: 20px;
}
.et_pb_section [data-tabrow="tabrow"].active-row [data-tabitem="tabitem"].active {
    background: #1b4950;
    border: 1px solid #f2e5d3;
}
.et_pb_section [data-tabrow="tabrow"].active-row [data-tabitem="tabitem"].active h6,
.et_pb_section [data-tabrow="tabrow"].active-row [data-tabitem="tabitem"].active p {
  color: #F2E5D3 !important;
}
.et_pb_section [data-tabitem="tabitem"] {
  cursor: pointer;
  transition: all .15s ease;
  position: initial;
  padding: 20px;
}
.et_pb_section [data-tabitem="tabitem"].active {
  z-index: 11;
}
.et_pb_section [data-tabitem="tabitem"] [data-tabcontent="tabcontent"] {
  display: none;
}
.et_pb_section [data-tabitem="tabitem"].active [data-tabcontent="tabcontent"] {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 100%;
  background: #1B4950;
  border-radius: 0 0 20px 20px;
  padding: 30px 50px !important;
}
.et_pb_section [data-tabitem="tabitem"] [data-tabcontent="tabcontent"] .et_pb_text_inner p {
  font-family: 'Lexend';
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #fdf0dd;
  margin: 0 0 30px 0;
  padding: 0;
}
.et_pb_section [data-tabitem="tabitem"] [data-tabcontent="tabcontent"] .et_pb_text_inner p strong {
  font-weight: 600;
}
.et_pb_section [data-tabitem="tabitem"] [data-tabcontent="tabcontent"] .et_pb_text_inner ul {
  padding-left: 20px;
  padding-bottom: 0;
  margin: 0;
}
.et_pb_section [data-tabitem="tabitem"] [data-tabcontent="tabcontent"] .et_pb_text_inner ul li {
  font-family: 'Lexend';
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #fdf0dd;
  margin: 0 0 15px 0;
  list-style-type: none;
  position: relative;
}
.et_pb_section [data-tabitem="tabitem"] [data-tabcontent="tabcontent"] .et_pb_text_inner ul li:after {
    display: block;
    content: '';
    width: 6px;
    height: 8px;
    background: url(/wp-content/uploads/2025/10/arrow-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 7px;
    left: -20px;
}
.et_pb_section [data-tabitem="tabitem"] [data-tabtitle="tabtitle"] {
  margin-top: auto;
  text-align: right;
}
.et_pb_section [data-tabrow="tabrow"] [data-tabitem="tabitem"].active [data-tabtitle="tabtitle"] .et_pb_image_wrap:after {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  background: url('/wp-content/uploads/2025/11/minus-icon.svg');
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
}
.et_pb_section [data-tabrow="tabrow"] [data-tabitem="tabitem"].active [data-tabtitle="tabtitle"] .et_pb_image_wrap img {
  display: none;
}

/* Scroll Animation */

.et_section_regular [data-stepline="stepline"] {
    align-items: stretch;
    justify-content: space-between;
}
.et_section_regular [data-steptitle="step-title"] {
  position: sticky;
  top: 120px; 
  max-height: calc(100vh - 140px);
  max-height: 100%;
  overflow: visible;
}
.et_section_regular [data-steptitle="step-title"] .et_flex_column {
  position: relative;
  padding-left: 80px;
  padding-bottom: 50px;
  opacity: 0.5;
}
.et_section_regular [data-steptitle="step-title"] .et_pb_column {
  opacity: 0.55;
  transform: translateX(0);
  transition: all 0.45s ease;
}
.et_section_regular [data-steptitle="step-title"] .et_flex_column.activetitle {
  opacity: 1;
}
.et_section_regular [data-steptitle="step-title"] .et_pb_column.activetitle {
  opacity: 1;
  background: #fffdf9;
}
.et_section_regular [data-steptitle="step-title"] .et_flex_column:last-of-type {
  padding-bottom: 0;
}
.et_section_regular [data-steptitle="step-title"] .et_flex_column:before {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background: #ED6C38;
  position: absolute;
  top: 0;
  left: 15px;
}
.et_section_regular [data-steptitle="step-title"] .et_flex_column:last-of-type:before {
  display: none;
}
.et_section_regular [data-steptitle="step-title"] .et_flex_column:after {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: url('/wp-content/uploads/2025/11/scroll-1.svg');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* Image */


.et_section_regular [data-stepimage="stepimage"] {
  position: relative;
  min-height: 400px; 
}
.et_section_regular [data-stepimage="stepimage"] .et_pb_column {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}
.et_section_regular [data-stepimage="stepimage"] .et_pb_column.activeimage {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative; 
}

/* Scroll animation end */

.et_pb_section[data-overflow-visible="overflow-visible"] {
  overflow: visible !important;
}

@media screen and (min-width: 1025px) {
  .et_pb_section [data-tabrow="tabrow"].active-row [data-tabitem="tabitem"].active {
    position: relative;
    overflow: visible;
    border: none;
    border-radius: 20px 20px 0 0;
  }
  .et_pb_section [data-tabitem="tabitem"].active [data-tabcontent="tabcontent"] {
    padding: 20px 20px !important;
    background: #1B4950;
  }
  .et_pb_section [data-tabrow="tabrow"].active-row [data-tabitem="tabitem"] {
    border-radius: 0;
  }
  .et_pb_section [data-tabrow="tabrow"].active-row {
    background: #f2e5d3;
    border-radius: 20px;
  }
  .et_pb_section [data-tabrow="tabrow"].active-row:after {
    display: none;
  }
  .et_pb_section [data-tabrow="tabrow"].active-row [data-tabitem="tabitem"]:first-of-type {
    border-radius: 20px 0 0 20px;
  }
   .et_pb_section [data-tabrow="tabrow"].active-row [data-tabitem="tabitem"]:last-of-type {
    border-radius: 0 20px 20px 0;
  }
  .et_pb_section [data-tabrow="tabrow"].active-row [data-tabitem="tabitem"]:first-of-type.active {
    border-radius: 20px 20px 0 0;
  }
  .et_pb_section [data-tabrow="tabrow"].active-row [data-tabitem="tabitem"]:last-of-type.active {
    border-radius: 20px 20px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .et_pb_section [data-tabrow="tabrow"].active-row [data-tabitem="tabitem"].active {
    position: relative;
    overflow: visible;
    border: none;
    border-radius: 20px 20px 0 0;
    z-index: 111;
  }
  .et_pb_section [data-tabitem="tabitem"].active [data-tabcontent="tabcontent"] {
    padding: 20px 20px !important;
    background: #1B4950;
  }
  .et_pb_section [data-tabrow="tabrow"].active-row [data-tabitem="tabitem"] {
    border-radius: 0;
  }
  .et_pb_section [data-tabrow="tabrow"].active-row {
    background: #f2e5d3;
    border-radius: 20px;
  }
  .et_pb_section [data-tabrow="tabrow"].active-row:after {
    display: none;
  }

}

@media screen and (min-width: 861px) and (max-width: 1024px) {
  .et_pb_section [data-tabitem="tabitem"]:nth-child(1) {
    border-bottom: 1px solid #1b4850;
  }
  .et_pb_section [data-tabitem="tabitem"]:nth-child(2) {
    border-bottom: 1px solid #1b4850;
    border-right: none !important;
  }
  .et_pb_section [data-tabitem="tabitem"]:last-of-type {
    border: none !important;
  }
  /* .et_pb_section [data-tabrow="tabrow"].active-row [data-tabitem="tabitem"]:nth-child(1) {
    margin-right: 10px !important;
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }
  .et_pb_section [data-tabrow="tabrow"].active-row [data-tabitem="tabitem"]:nth-child(2) {
    margin-left: 10px !important;
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }
  .et_pb_section [data-tabrow="tabrow"].active-row [data-tabitem="tabitem"]:nth-child(3) {
     margin-right: 10px !important;
     width: calc(50% - 10px);
  }
  .et_pb_section [data-tabrow="tabrow"].active-row [data-tabitem="tabitem"]:nth-child(4) {
     margin-left: 10px !important;
     width: calc(50% - 10px);
  } */
}

@media screen and (min-width: 861px) and (max-width: 991px) {
  .et_pb_section[data-banner-section="banner-section"] [data-banner-image="banner-image"] .et_pb_image {
      top: 200px !important;
  }
}

@media screen and (min-width: 861px) {
  .et_section_regular .et_pb_column[data-price="price"] .our-rates-section .currency-text {
    max-width: 130px;
  }

  .et_section_regular [data-steptitle="step-title"] .et_flex_column .et_pb_image {
    display: none;
  }
  .et_pb_section_2  {
    position: relative;
    overflow: visible !important;
  }
  .et_section_regular [data-steptitle="step-title"] .et_flex_column {
    position: sticky;
    top: 50%;
    min-height: 460px;
    background: #fffdf9;
        opacity: 1;
  }
 .et_pb_section [data-rightimage="rightimage"] {
    height: 35rem;
    position: sticky;
    top: 20%;
  }
  .et_section_regular [data-stepimage="stepimage"] .et_pb_column {
    transform: none;
  }

}

@media screen and (max-width: 860px) {
  .et_pb_section [data-steps="steps"] .et_pb_column .et_pb_text:first-of-type:after {
    display: none;
  }
  .et_pb_section [data-tabitem="tabitem"] {
    border: none !important;
    border-bottom: 1px solid #1b4850 !important;
  }
  .et_pb_section [data-tabitem="tabitem"]:last-of-type {
    border: none !important;
  }
  /* .et_pb_section [data-tabrow="tabrow"].active-row [data-tabitem="tabitem"]:nth-child(1),
  .et_pb_section [data-tabrow="tabrow"].active-row [data-tabitem="tabitem"]:nth-child(2),
  .et_pb_section [data-tabrow="tabrow"].active-row [data-tabitem="tabitem"]:nth-child(3) {
    margin-bottom: 10px !important;
  } */
  .et_pb_section [data-steps="steps"] .et_pb_column .et_pb_text:last-of-type {
    padding: 0;
  }
  .et_pb_section [data-tabitem="tabitem"].active [data-tabcontent="tabcontent"] {
      padding: 20px 0px !important;
      position: relative;
      top: 0;
  }
  .et_pb_section [data-rightimage="rightimage"] {
    display: none;
  }
  .et_section_regular [data-steptitle="step-title"] .et_flex_column {
    padding-left: 0;
  }
  .et_section_regular [data-steptitle="step-title"] .et_flex_column:before {
    display: none;
  }
  .et_section_regular [data-steptitle="step-title"] .et_pb_column .et_pb_heading {
    padding-left: 45px;
  }
  .et_section_regular [data-steptitle="step-title"] .et_flex_column {
    padding-bottom: 30px;
  }
  .et_section_regular [data-steptitle="step-title"] .et_pb_column {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .et_section_regular .et_pb_column[data-price="price"]:after {
    display: none;
  }
  .et_section_regular [data-price-button="price-button"] [data-grediant-button="grediant-button"] {
    padding: 18px 15px !important;
    padding-right: 70px !important;
    font-size: 14px;
    height: 58px;
  }
}

