
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*

  font-family: "Poppins", sans-serif;
  font-family: "Outfit", sans-serif;

*/

.page-id-6 .site-content , 
.elementor-356 {
    position:relative;
}
.page-id-6 .site-content::before ,
.elementor-356::before {
    position: absolute;
    content: "";
    background: #F2F8FD;
    width: 100%;
    height: 650px;
    z-index: -1;
    clip-path: polygon(100% 0%, 100% 100%, 78% 85%, 21% 85%, 0 100%, 0 0);
}


.page-id-39 .site-content::before {
	display: none;
}

img {
    max-width: 100%;
    height: auto;
}
.page .entry-header {
    margin-bottom: 1.5em;
    display: none;
}

.rotate-btn-arrow span.elementor-button-icon {
    transform: rotate(-45deg);
}

/*------ |-- Checklist Acoordian Part CSS -- | ------------*/

	.checklist-shortcode-box {
	    margin-top: 140px;
	    background: #fff;
	    padding: 50px 50px 20px;
	    /*box-shadow: 0px 19px 30px 0px #7E787814;*/
	    font-family: "Outfit", sans-serif;
        box-shadow: 0px 15px 25px 1px #7e787830;
	}

	.checklist-content .checklist-content-inner {
	    margin-bottom: 50px;
	}

	.checklist-content .checklist-content-inner .checklist-heading {
	 	text-align: center;
	    font-size: 34px;
	    line-height: 1.25;
	    font-weight: 600;
	     font-family: "Outfit", sans-serif;
	    color: #252525;
	    max-width: 800px;
	    margin: 0 auto;
    	margin-bottom: 30px;
	}

	.checklist-content .checklist-content-inner .accordion {
	    width: 100%;
	    max-width: 450px;
	    margin: 0 auto;
	}
	.checklist-content .checklist-content-inner .accordion .accordion-item {
	    border: solid 0;
	    margin-bottom: 20px;
	    outline: 0px !important;
	    cursor: pointer;
	}
	.checklist-content .checklist-content-inner .accordion .accordion-item img.checklist-answere-img {
	    width: 100%;
	    object-fit: contain;
	    margin-right: 15px;
	    max-width: 30px;
	}
	.checklist-content .checklist-content-inner .accordion .accordion-header {
	    border: solid 0px !important;
    	outline: 0px !important;
    	border-radius: 8px;
    }
	.checklist-content .checklist-content-inner .accordion .accordion-header button.accordion-button ,
	.checklist-content .checklist-content-inner .accordion .accordion-header .no-feedback {
	    outline: 0!important;
	    box-shadow: none !important;
	    border-radius: 8px!important;
	    border: solid 1px #b3b3b3;
	    background: #F9F9F9;
	    color: #252525;
	    transition: 0.3s all;
	    font-family: "Poppins", sans-serif;
	    font-size: 20px;
	    line-height: 26px;
	    font-weight: 500;
	}
	.checklist-content .checklist-content-inner .accordion .accordion-header.selected button.accordion-button ,
	.checklist-content .checklist-content-inner .accordion .accordion-header button.accordion-button:hover ,
	.checklist-content .checklist-content-inner .accordion .accordion-header.selected .no-feedback ,
	.checklist-content .checklist-content-inner .accordion .accordion-header .no-feedback:hover {
        background: #dcebff;
	}
	.checklist-content .checklist-content-inner .accordion .accordion-button::after {
	   display:none;
	}
	.checklist-content .checklist-content-inner .accordion .accordion-body {
		padding:12px 5px;
		font-family: "Poppins", sans-serif;
	}
	.checklist-content .checklist-content-inner .accordion .accordion-body ul {
	  	margin: 0;
	    list-style: none;
	    padding-left: 0px;
	}
	.checklist-content .checklist-content-inner .accordion .accordion-body ul li ,
	.checklist-content .checklist-content-inner .accordion .accordion-body p {
		color:#8D8D8D;
		font-size:16px;
		line-height:25px;
		font-weight: 400;
		font-family: "Poppins", sans-serif;
	}
	

/*------- |-- Checklist Results Css 2 --| -----------*/

	#results-box {
		padding: 80px 0;
		text-align: center;
		max-width: 980px;
		margin: 0 auto;
	}

	#results-box .custom-answer-message-wrap h3.checklist-message-title {
		text-align: center;
	 	font-size: 40px;
	    line-height: 1.2;
	    font-weight: 600;
     	font-family: "Outfit", sans-serif;
	    color: #252525;
        margin-bottom: 12px;
	}

	#results-box .custom-answer-message-wrap p.checklist-message-details {
		font-size:18px;
		line-height:28px;
		color:#7E7E7E;
		font-family: "Poppins", sans-serif;
	    margin: 0 0 15px;
	}

	#results-box .checklist-contact-forms {
	    display: flex;
	    flex-wrap: wrap;
	    grid-gap: 25px;
	    margin: 20px 0;
	    justify-content: center;
	}

	#results-box .checklist-contact-forms .frm-box {
	    flex: 1 1 31%;
	    width:100%;
	    text-align: left;
	}
	.checklist-contact-forms .frm-box input {
        background: #F9F9F9;
	    height: auto;
	    padding: 10px 12px;
	    border: solid 1px #B3B3B3;
	    border-radius: 8px;
	    line-height: 1;
     	font-weight: 400;
     	color: #000;
	    font-family: "Poppins", sans-serif;
	}
	.checklist-contact-forms .frm-box label {
	    color: #252525;
	    font-weight: 400;
	    font-size: 18px;
	    line-height: 26px;
        margin-bottom: 4px;
	    font-family: "Poppins", sans-serif;
	}

	#results-box .custom-answer-message-wrap .checklist-message-btn-wrap {
	    display: flex;
	    justify-content: center;
	    grid-gap: 15px 25px;
        padding: 15px 0 0;
        width: 100%;
	}

	.custom-answer-message-wrap button#view-full-checklist {
        background: #82A8DB;
	    font-weight: 500;
	    font-size: 20px;
	    line-height: 28px;
	    font-family: "Poppins", sans-serif;
	    transition: 0.3s all;
	    border: solid 2px #82A8DB;
	    outline: 0;    
	    margin: 0;
	    border-radius: 12px;
	}
	.custom-answer-message-wrap button#view-full-checklist:hover { 
		background: transparent;
		color: #252525;
	}


/*------- |-- Checklist Tabs Css 3 --| -----------*/
	

	div#checklist-shortcode-results {
	    box-shadow: 0px 15px 25px 5px #7e787826;
	    padding: 50px;
	}
	.checklist-logo {
	    margin: 0 0 50px;
	}

	

	#checklist-shortcode-results .checklist-results-section {
	    display: grid;
	    grid-template-columns: 1.3fr 4fr;
	    grid-gap: 20px;
	}

	.checklist-results-section .checklist-tab-inner {
	    padding-left: 20px;
	    border-left: 2px solid #E3E3E3;
	}

	.checklist-results-section .checklist-tab {
	    width: 100%;
	}

	.checklist-results-section .checklist-tab .tablinks {
	    margin-bottom: 20px;
	    width: 100%;
	    background: #F9F9F9;
	    font-family: "Outfit", sans-serif;
	    font-weight: 500;
	    font-size: 20px;
	    line-height: 28px;
	    color: #252525;
	    padding: 15px;
	    border-radius: 8px;
	    border: solid 1px #B3B3B3;
	}
	.checklist-results-section .checklist-tab .tablinks.active {
		background: #dcebff;
	}
 
	.checklist-results-section .checklist-tab-inner .tabcontent-row {
	    display: grid;
	    grid-template-columns: 2fr 1.3fr;
	    grid-gap: 25px;
	}

	.tabcontent-row .tabcontent-block h3 {
	   	font-family: "Outfit", sans-serif;
	    font-weight: 500;
	    font-size: 30px;
	    line-height: 40px;
	    margin: 0;
	}
	
	#checklist-shortcode-results .tabcontent-row .tabcontent-block img {
	    max-width: 100%;
	    height: auto;
	}

	.tabcontent-block h4 {
	    font-weight: 500 !important;
	    font-family: "Outfit", sans-serif;
	    font-size: 24px;
	    margin: 20px 0 15px;
	    display: inline-block;
	    color: #779fd5;
	}
	.tabcontent-block h4 b { 
		font-weight: inherit!important;
	}
	.tabcontent .checklist-button {
	    display: flex;
	    justify-content: flex-end;
        grid-gap: 25px;
        flex-wrap: nowrap;
	}

	.tabcontent-block .legal-checkbox {
	    margin-bottom: 20px;
	    position: relative;
	    padding: 20px;
	    padding-left: 60px;
	    border: solid 1px #b3b3b3;
	    background: #fcfcfc;
	    border-radius: 8px;
        font-family: "Poppins", sans-serif;
	}
	.tabcontent-block .legal-checkbox b { 
		font-weight: 600; color: #252525;
	}
	.tabcontent-block .legal-checkbox a b { 
		color: inherit;
	}
	.tabcontent-block .legal-checkbox a {
	    color: #6b96d0;
	    transition: 0.3s all;
	    font-weight: 400;
	    font-size: 15px;
	}
	.tabcontent-block .legal-checkbox a:hover {
	    color: #000; 
	    text-decoration:none;
		font-weight: 600;
	}

	.tabcontent-block .legal-checkbox p {
	    font-size: 14px;
	    line-height: 22px;
	    color: #7E7E7E;
	    font-family: "Poppins", sans-serif;
	    margin: 6px 0;
	}
	.collapsible-main-wrap ul{
		margin: 0;
		border-top: 1px solid #b3b3b3;
		padding-top: 10px;
		margin-top: 10px;
	}
    .collapsible-main-wrap ul li{
		font-size: 14px;
		line-height: 22px;
	}
	.collapsible-main-wrap ul li:not(:last-child){
		margin-bottom: 5px;
	}
	.collapsible-main-wrap{
		background: #ffffff;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
		padding: 10px 10px;
		border-radius: 5px;
	}
	.tabcontent-block .legal-checkbox label {
		font-family: "Outfit", sans-serif;
	    font-size: 20px;
	    font-weight: 500;
	    line-height: 28px;
	    
	    cursor: pointer;
	    color: #252525;
	}
	
	.tabcontent-block .legal-checkbox .checkbox-triggers {
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		width: 26px;
		height: 26px;
		border-radius: 6px;
		background-color: #E3E3E3;
		cursor: pointer;
		position: relative;
		border: none;
		outline: none;
		transition: background 0.3s ease;
		position: absolute;
	    left: 20px;
    	top: 22px;
	}

	/* Checked state */
	.tabcontent-block .legal-checkbox .checkbox-triggers:checked {
	  	background-color: #82A8DB!important;
	}

	/* Tick icon inside when checked */

	.tabcontent-block .legal-checkbox .checkbox-triggers:checked::after {
		content: "";
		position: absolute;
		left: 10px;
		top: 6px;
		width: 7px;
		height: 12px;
		border: solid #fff;
		border-width: 0 3px 3px 0;
		transform: rotate(45deg);
	}
	
	.checklist-tab-inner button.tablinks {
	    background: #82A8DB;
	    font-weight: 500;
	    font-size: 20px;
	    line-height: 28px;
	    font-family: "Poppins", sans-serif;
	    transition: 0.3s all;
	    border: solid 2px #82A8DB;
	    outline: 0;
	    margin: 0;
	    border-radius: 12px;
	    margin-top: 20px;
	    margin-left: 20px;
  
	}
	.checklist-tab-inner button.tablinks:hover { 
		background: #000;
		border-color: #000;
	}

	.checklist-tab-inner .back_btns {
		background: transparent!important;
		color: #252525;
		border: 0 !important;
		box-shadow: none;
		position: relative;
		padding: 0;
    	padding-left: 25px !important;
    	margin-right: 0px !important;
    	padding-right: 0 !important;
	}
	.checklist-tab-inner .back_btns::before {
		position:absolute;
		content:"";
		left: 8px;
		top:0;
		bottom:0;
		margin:auto;
		width: 14px;
		height: 14px;
		background-image:url("/wp-content/uploads/2025/09/gg-vectors.png");
		background-size: contain;
		z-index:1;
		background-repeat: no-repeat;
		transition:0.5s;
	}
	.checklist-tab-inner .back_btns:hover { color:#82a8db!important; }
	.checklist-tab-inner .back_btns:hover::before {
		filter: brightness(0) saturate(100%) invert(68%) sepia(23%) saturate(716%) hue-rotate(176deg) brightness(95%) contrast(81%);
	}


/*------- |-- List page css --| -----------*/
	
.my-chklist-formsection .my_checklist_wrap {
    background:#fff;
    padding:60px 40px;
    /*box-shadow: 0px 15px 25px -5px rgba(126, 120, 120, 0.39);*/
    box-shadow: 0px 15px 25px 1px #7e787830;
}

.my-chklist-formsection .my_checklist_wrap .custom-answer-message-wrap  {
	text-align:center;
}

.my-chklist-formsection .my_checklist_wrap .custom-answer-message-wrap h3.checklist-message-title {
    font-family: "Outfit", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #252525;
}
.my-chklist-formsection .my_checklist_wrap .custom-answer-message-wrap p { 
    color: #7e7e7e;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    max-width: 900px;
    margin: 5px auto 25px;
    display: inline-block;
}
.my-chklist-formsection .my_checklist_wrap .custom-answer-message-wrap .checklist-contact-forms .frm-box {
    text-align: left;
}

.my-chklist-formsection .my_checklist_wrap .custom-answer-message-wrap .checklist-contact-forms button.checklist-message-btn {
    background: #82A8DB;
    font-weight: 500;
    font-size: 18px;
    padding: 12px 20px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    transition: 0.3s all;
    border: solid 2px #82A8DB;
    outline: 0;
    margin-top: 20px !important;
    border-radius: 12px;
}
.my-chklist-formsection .my_checklist_wrap .custom-answer-message-wrap .checklist-contact-forms button.checklist-message-btn:hover {
    background-color: transparent;
    color: #82A8DB;
    border-color: #82A8DB;
}
.checklist_shortcode_main_not_fund {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.my-chklist-formsection .my_checklist_wrap .checklist-shortcode-box ,
.my-chklist-formsection .my_checklist_wrap .checklist_shortcode_main div#checklist-shortcode-results {
    padding: 0!important;
    box-shadow: none!important;
}

.my-chklist-formsection .my_checklist_wrap .checklist_shortcode_main #results-box {
    padding: 30px 0 80px;

}

.my-chklist-formsection .my_checklist_wrap .checklist_shortcode_main .checklist-contact-forms button.checklist-message-btn {
	margin-top:-20px!important;	
}

.my-chklist-formsection .my_checklist_wrap .checklist_shortcode_main .checklist-shortcode-box {
    margin-top: 60px;
}

/* My Checklist Start */
.tabcontent-block .duration-main-wrap{
    margin: 0;
}
.tabcontent-block .duration-main-wrap span{
    font-weight: 600;
    color: #252525;
}
.tabcontent-block .description-main-wrap{
}
.tabcontent-block .reassurance-line-wrap{
}
/* My Checklist End */

.registration-deatils-expandable summary::-webkit-details-marker {
  display: none;
}
 
/* Summary (clickable header) */
.registration-deatils-expandable summary {
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
}
 
/* Add + before closed */
.registration-deatils-expandable summary::before {
  content: "+";
  font-size: 18px;
  font-weight: bold;
  color: #000;
  width: 18px;
}
 
/* Change + to – when open */
.registration-deatils-expandable[open] summary::before {
  content: "–";
}
 
/* Expanded content style */
.registration-deatils-expandable ul {
  margin: 10px 0 5px 25px;
  padding-left: 15px;
  line-height: 1.6;
}
 
.registration-deatils-expandable em {
  display: block;
  margin-left: 25px;
  color: #555;
  font-style: italic;
  margin-top: 5px;
}
 
/* Divider line */
.registration-deatils-expandable {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* start 2025-10-07 title */
p.sub-title-collapsible {
    font-weight: 600;
    color: #252525;
}
/* end 2025-10-07 title */

/*------- |-- Responsvie Media Query --| -----------*/
	

@media only screen and (max-width: 1320px) {
	
	.ast-container { padding: 0 40px; }

}


@media only screen and (max-width: 1200px) {

	div#checklist-shortcode-results {
		margin-bottom:60px;
	}
	.my-chklist-formsection .elementor-shortcode .checklist_shortcode_main #checklist-shortcode-results {
		margin-bottom:0px;
	}	


}


@media only screen and (max-width: 1160px) {
	
	.checklist-shortcode-box {
    	padding: 50px 30px 20px;
    }
	.checklist-content .checklist-content-inner .checklist-heading {
	    font-size: 28px;     
	    margin-bottom: 20px;
	}
	
	#results-box .custom-answer-message-wrap h3.checklist-message-title {
	    font-size: 34px;
	    margin-bottom: 15px;
	}
	.custom-answer-message-wrap button#view-full-checklist {
	    font-size: 18px;
	    line-height: 26px;
	    padding: 12px 20px;
	}

	div#checklist-shortcode-results {
	    padding: 50px 30px;
	}

	.checklist-logo {
	    margin: 0 0 30px;
	}


}


@media only screen and (max-width: 1024px) { 

	#checklist-shortcode-results .checklist-results-section {
	    display: grid;
	    grid-template-columns: 1fr;
	    grid-gap: 20px;
	    width: 100%;
	}
	.checklist-results-section .checklist-tab {
		display:flex;
		grid-gap:20px;
		overflow: hidden;
		overflow-x: auto;
		padding-bottom: 5px;
	}
	.checklist-results-section .checklist-tab .tablinks {
		max-width:fit-content;
		min-width: fit-content;
		width: max-content;
	    margin-bottom: 10px;
	    padding: 12px 20px;
	}

	.checklist-results-section .checklist-tab-inner {
	    padding-left: 0px;
	    border-left: 0px solid #E3E3E3;
	}	
	.checklist-tab-inner button.tablinks {
	    font-size: 16px;
	    line-height: 24px;
	    padding: 10px 20px;
	    margin: 0;
	}
	#results-box { padding: 60px 0 }

	.tabcontent-block .legal-checkbox input.checkbox-triggers {
		width: 24px;
		height: 24px;
	}

}



@media only screen and (max-width: 880px) { 

	.checklist-results-section .checklist-tab-inner .tabcontent-row {
	    display: grid;
	    grid-template-columns: 1fr;
	    grid-gap: 20px;
	}
	.checklist-tab-inner .tabcontent-row .tabcontent-left-section {
	    order: 2;
	}

	.my-chklist-formsection .my_checklist_wrap .checklist_shortcode_main #results-box {
	    padding: 30px 0 40px;
	}

}






@media only screen and (max-width: 580px) { 


	.ast-container { padding: 0 20px; }

	.checklist-shortcode-box { padding: 40px 20px; }

	.checklist-content .checklist-content-inner .checklist-heading {
    	font-size: 24px;
        margin-bottom: 20px;
    }

    .checklist-content .checklist-content-inner .accordion .accordion-header button.accordion-button, 
    .checklist-content .checklist-content-inner .accordion .accordion-header .no-feedback {
    	font-size: 18px;
    	line-height: 24px;
    }
    .checklist-content .checklist-content-inner .accordion .accordion-item img.checklist-answere-img {
	    margin-right: 12px;
	    max-width: 25px;
	}

	#results-box .custom-answer-message-wrap h3.checklist-message-title {
	    margin-bottom: 15px;
	    font-size: 28px;
	}
	#results-box .custom-answer-message-wrap p.checklist-message-details {
    	font-size: 17px;
    	line-height: 25px;
	    margin: 0 0 5px;
    }

    .tabcontent-block .legal-checkbox label {
	    font-size: 18px;
	    line-height: 24px;
	}
    .custom-answer-message-wrap button#view-full-checklist {
	    font-size: 17px;
	    line-height: 23px;
	}

    div#checklist-shortcode-results {
        padding: 40px 20px;
    }

    .tabcontent-block .legal-checkbox {
    	padding-left: 48px;
    }
    .tabcontent-block .legal-checkbox .checkbox-triggers:checked::after {
	    left: 8px;
	    top: 4px;
	    width: 7px;
	    height: 11px;
	}	
	.tabcontent-block .legal-checkbox .checkbox-triggers {
	    width: 22px;
    	height: 22px;
	    left: 15px;
	}

	#results-box { 
		padding: 50px 0;
	}
	#results-box .checklist-contact-forms {
	    display: flex;
	    flex-wrap: wrap;
	    grid-gap: 20px;
	}


	.my-chklist-formsection .my_checklist_wrap {
	    padding: 40px 20px;
	}
	.my-chklist-formsection .my_checklist_wrap .custom-answer-message-wrap h3.checklist-message-title {
	    font-size: 26px;
	    line-height: 32px; 
	}
	.my-chklist-formsection .my_checklist_wrap .custom-answer-message-wrap p {
    	font-size: 16px;
    	line-height: 24px;
    }
    .my-chklist-formsection .my_checklist_wrap .custom-answer-message-wrap .checklist-contact-forms button.checklist-message-btn {
	    font-size: 16px;
	    padding: 10px 18px;
	    line-height: 24px;
	}
	.tabcontent .checklist-button {
	    grid-gap: 20px;
	}

	.checklist-results-section .checklist-tab .tablinks {
        padding: 10px 20px;
        font-size: 18px;
        line-height: 24px;
    }


}