/* Base theme styles */
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*
 * First refactor pass:
 * - functional PHP moved to /inc
 * - shortcode templates moved to /template-parts/shortcodes
 * - main JS moved to /assets/js/main.js
 *
 * CSS is intentionally kept in one file for now to avoid changing front-end behavior
 * during the structural cleanup. Split this file in a later pass once staging is verified.
 */

:root{
    --card-w: 380px;
    --card-h: 450px;
    --radius: 14px;
    --shadow: 0 8px 20px rgba(0,0,0,.15);
    --accent: #3478f6;
    --duration: 0.75s;
    --timing: cubic-bezier(.2,.8,.2,1);
  }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Figtree', Helvetica, Arial, Lucida, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #154c52;
}
body, input, textarea, select {
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
}


.container_modal h2 {
    font-size: 18px;
    color: #fdbf13 !important;
    line-height: 1.4em;
}
.container_modal h3 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 5px;
}
.et_pb_heading.main_head .et_pb_module_header {
	 font-size: 60px;
}
.et_pb_heading .et_pb_module_header {
    font-size: 50px;
    font-weight: 700;
    color: #154c52;
    
}
.meer_minder_banner .et_pb_text_inner p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.meer_minder_banner .et_pb_module.et_pb_button_module_wrapper a {
    border-radius: 60px;
    font-size: 14px;
}
.paragraph_center {margin-top: 20px;padding-bottom: 40px;}
.paragraph_center .et_pb_text_inner p{
	 max-width: 550px;
}
.et_pb_text_inner p{
	font-size: 16px;
    font-weight: 400;
    color: #154c52;
    line-height: 1.7em;
   
   
    margin: 0 auto;
}
span.et_close_icon {
    position: absolute;
    right: 51px;
    font-size: 33px;
    cursor: pointer;
    top: 7px;
}
.solutions_section {
    background: #e8f1ec!important;
	padding-top: 15px !important;
}
.indication_text .et_pb_text_inner p {
    text-align: left;
    max-width: 100%;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
}

ul.et_pb_tabs_controls {
    display: flex;
    width: 100%;
    justify-content: center;
    list-style: none;
    border-top: 1px solid #daded9;
    padding: 0px;
    margin: 0px;
    flex-wrap: wrap;
}

ul.et_pb_tabs_controls li a {
    font-family: 'Figtree', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #154c52 !important;
    text-align: center;
}

ul.et_pb_tabs_controls li.et_pb_tab_item.et_pb_tab_active {
    border-bottom: 4px solid #104b51;
   
}

ul.et_pb_tabs_controls li.et_pb_tab_item {
    flex: 0 0 25%;
    text-align: center;
    border-bottom: 4px solid #daded9;
    padding: 15px 9px;
}
.et_pb_all_tabs .panel_box.et_pb_panel_active {
    display: flex;
    flex-wrap: wrap;
}
.et_pb_all_tabs .panel_box{
	display:none;
}
.et_pb_all_tabs .panel_box > div {
    flex: 0 0 50%;
	    padding-top: 40px;
}
.et_pb_all_tabs .panel_box .main_icon h2 img {
    max-width: 50px;
    background: #fdbf13;
    border-radius: 50px;
    top: 17px;
    position: relative;
    margin-right: 7px;
}

.et_pb_all_tabs .panel_box .main_icon h2 {
    font-size: 32px;
    font-weight: 700;
    color: #154c52!important;
}

.et_pb_all_tabs .panel_box .main_icon {
    margin-bottom: 40px;
}

.et_pb_all_tabs .panel_box .main_content p {
    text-align: left;
    font-weight: 300;
}

.et_pb_all_tabs .panel_box .main_link a {
    background-image: linear-gradient(90deg,#fdbf13 0%,#fdbf13 61%,#ffe08a 100%);
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 400;
    padding: 18px 30px;
    border-radius: 60px;
    margin-top: 50px;
    display: inline-block;
}



.et_pb_all_tabs .panel_box .box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    margin-bottom: 26px;
    margin-left: 40px;
}

.et_pb_all_tabs .panel_box .box_main_icon img {
    max-width: 60px;
    margin-right: 18px;
}

.et_pb_all_tabs .panel_box .box_content {
    font-weight: 400;
    color: #154c52 !important;
    font-size: 16px;
}

.et_pb_all_tabs .panel_box .box_content h3 {
    font-weight: 600;
    color: #154c52 !important;
    font-size: 19px;
}

.flip_box_section .et_pb_button_module_wrapper .et_pb_button {
    font-size: 14px;
}

.flip_box_section .et_pb_text_inner p {
    max-width: 100%;
    font-size: 16px;
    color: #fff;
}
.benefits_section .small_text .et_pb_text_inner p {
    font-size: 10px;
    text-align: left;
    max-width: 100%;
    padding: 0px;
}

.benefits_section  .et_pb_button_module_wrapper .et_pb_button {
    font-size: 14px;
    font-weight: 700;
    border-radius: 60px;
}
.et_drawer_modal {
	position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 700px;
    height: 100%;
    background: #fff;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: right 0.6s ease-in-out, opacity 0.6s ease-in-out;
    z-index: 9999999;
    padding: 22px;
}
.home_banner_button .et_pb_button_module_wrapper a.secondary_btn {
    color: #3a3a3a;
    border: 2px solid #3a3a3a;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    padding: 13.8px 25px;
}
.sticky_section_item .sticky_section > div:first-child{
	position:sticky;
	top:164px;
}
.sticky_section_item .sticky_section ul li:hover {
	color:#fdbf13!important;
	cursor:pointer;
}
.faq_accordion ul.et_pb_pricing_accordion {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.faq_accordion .et_pb_pricing_accordion li>span{
	font-weight:700;
}

.faq_accordion ul.et_pb_pricing_accordion li.accordion_item {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 15px;
}
.read-more-button {
    display: inline-block;
    margin-top: 10px;
    background-image: linear-gradient(90deg, #fdbf13 0%, #fdbf13 61%, #ffe08a 100%);
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 100px;
    font-weight: 600;
    transition: color 0.3s ease;
}
.sticky_section_item .sticky_section ul li {
    font-size: 18px;
    color: #154c52!important;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 20px;
}

.sticky_section_item .sticky_section ul li span.et-pb-icon {
    display: none !important;
}

.sticky_section_item .et_pb_blurb_description p {
    font-size: 16px;
    color: #154c52;
    line-height: 30px;
    font-weight: 300;
}

.sticky_section_item .et_pb_blurb_description {
    padding-top: 15px;
}
.et_drawer_modal .container_modal {
    max-height: calc(100vh - 40px);
    overflow-y: auto;
	padding: 38px;
}
.et_drawer_modal.show {
  right: 0;
  opacity: 1;
}

.et_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999999;
  opacity: 0;
  animation: fadeIn 0.4s forwards;
}
.et_pb_pricing_accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}

.et_pb_pricing_accordion li {
    border: 1px solid #ddd;
    background: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    margin-bottom: 14px;
    border-radius: 15px;
    overflow: hidden;
}
.faq_accordion .et_pb_pricing_accordion li p span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.faq_accordion .et_pb_pricing_accordion li p {
    background: transparent;
}
.et_pb_pricing_accordion li > span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 20px;
  color: #333;
  position: relative;
  border-radius: 10px
}

.et_pb_pricing_accordion li > span::after {
  content: "＋";
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.et_pb_pricing_accordion li.open > span::after {
  content: "−";
  transform: rotate(180deg);
}

.et_pb_pricing_accordion li p {
  margin: 0;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  color: #555;
  line-height: 1.6;
  background: #fafafa;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

/* When open */
.et_pb_pricing_accordion li.open p {
  max-height: 500px; /* enough space for your content */
  padding: 10px 20px 20px;
}

@keyframes fadeIn {
  to { opacity: 1; }
}

.nav li ul.sub-menu{
	border-top:0px;
}
