/* ========== RESET ========== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
header#main-header {
    display: none !important;
}

#page-container {
    padding-top: 0 !important;
}
body {
  font-family: "Lato", sans-serif !important;
  background: #ffffff;
  color: #333;
  line-height: 1.6;
}

/* ========== LAYOUT ========== */
.container {
    max-width: 1280px;
    margin: auto;
    padding: 0px 20px;
    width: 100%;
}
.top-logo img {
    max-width: 300px;
}
.text-center{
	text-align: center;
}
.thanks-main {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
 
p.sub-text {
    max-width: 900px;
    margin: 0px auto 30px;
}
.top-logo {
    margin-bottom: 91px;
}
.section {
    background: #ffffff;
    border-radius: 14px;
    padding: 50px 30px;
    margin-bottom: 28px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
}
.thanks-left {
    color: #FFF;
}
.logo-mid {
    text-align: center;
}

section.logo-sec {
    padding: 40px 0px;
}
.thanks-right {
    border-radius: 10px;
    background-color: #ffffffb0;
    padding: 30px;
}

section.thanks-sec {
    background-size: cover !important;
    padding: 20px 0px 45px;
    background-position: bottom !important;
}

/* ========== THANK YOU HEADER ========== */
.thank-you {
  text-align: center;
}

.thank-icon {
  font-size: 44px;
  margin-bottom: 12px;
}

.thank-you h1 {
  font-size: 28px;
  margin-bottom: 10px;
}

.thank-you p {
  color: #4b5563;
  max-width: 640px;
  margin: auto;
}

/* ========== SECTION HEADINGS ========== */
.section-title {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 10px;
  color: #000;
}
ul.trust-points {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

ul.trust-points li {
    width: calc(33% - 31px);
    border: 1px solid #ccc;
    text-align: center;
    min-height: 103px;
    /* font-size: 20px; */
    /* line-height: 27px; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 25px 34px;
    font-weight: 500;
    border-radius: 8px;
    flex-direction: column;
}
ul.trust-points li * {
    width: 100%;
}
ul.trust-points li h3, h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    color: #000;
}
.why-box {
    text-align: center;
}

.why-box .section-title {
    margin: 0;
}
/* ========== LIST ITEMS ========== */
.icon-list {
  list-style: none;
}

.icon-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.icon {
    font-size: 20px;
    line-height: 1;
    min-width: 30px;
    position: relative;
    top: 4px;
    width: 30px;
}
.box-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.box-style {
    width: calc(33% - 40px);
    background: #eef6ff;
    padding: 30px;
    /* font-size: 24px; */
    /* line-height: 28px; */
    border-radius: 8px;
}

span.icon-img {
    max-width: 50px;
    display: inline-block;
    margin-bottom: 20px;
}

 span.sm-icon {
    max-width: 32px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 0;
    margin-bottom: 10px;
}

.sm-box {
    display: block;
    align-items: center;
    padding: 26px 17px;
    background: #efefef;
    border-radius: 8px;
    text-align: center;
}

.box-main {
    justify-content: center;
    display: grid;
    flex-wrap: wrap;
    gap: 40px;
    grid-template-columns: repeat(3,1fr);
}
 
/* ========== TRUST SECTION ========== */
.trust-score {
  font-size: 18px;
  margin-bottom: 16px;
}

.trust-points li {
  margin-bottom: 10px;
}
.section + .section {
    margin-top: 52px;
}
/* ========== CALL NOTICE ========== */
.notice {
  background: #ffffff;
/*  border-left: 5px solid #68a1e1;*/
}
.section.why-sec {
    margin-top: 50px;
}
/* ========== TESTIMONIALS ========== */
.testimonial {
  border-left: 4px solid #22c55e;
  padding-left: 14px;
  margin-bottom: 16px;
}

.stars {
  color: #fbbf24;
  margin-top: 6px;
}
.review-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.testimonial-box {
    width: calc(33.33% - 40px);
    background: #eef6ff;
    padding: 30px;
    border-radius: 8px;
    font-size: 20px;
    line-height: 33px;
    /* font-style: italic; */
}

.stars {
    margin-bottom: 12px;
}

 
/* ========== FAQ ========== */
.faq details {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 12px;
  cursor: pointer;
}

.faq summary {
  font-weight: 600;
}

.faq p {
  margin-top: 10px;
  color: #4b5563;
}


.faq-accordion {
  max-width: 800px;
  margin: auto;
}

.faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: #ffffff;
  border: none;
  padding: 18px 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question:hover {
  background: #f9fafb;
}

.faq-question .icon {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #4b5563;
  transition: all 0.35s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 16px 20px 20px;
}

.faq-item.active .icon {
  transform: rotate(45deg); /* + becomes × */
}
.faq-item.active .faq-question {
    background: #f2f3f3;
}
.section.faq {
    margin-bottom: 65px;
}

.tp-carousel {
    margin: 33px 0px 72px;
}

.usay-logo-main {
    max-width: 246px;
    margin-top: 25px;
}




@media (min-width:981px){
.thanks-main-col {
    display: flex;
    gap: 104px;
}
 section.thanks-sec {
    min-height: calc(100ch - 445px);
}  
.thanks-main-col .thanks-left {
    width: 400px;
}

.thanks-main-col .thanks-right {
    flex: 1;
}

.thanks-main-col .thanks-right {
    padding: 41px;
}	
}

.thanks-main-col .bigh2head {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    display: block;
    margin-bottom: 26px;
}

.sm-box a , .faq-answer a{
    color: green;
}

/* ========== FOOTER ========== */
.footer {
  text-align: center;
  font-size: 14px;
  color: #6b7280;
  margin-top: 40px;
}




/*New Footer*/


.footer-bottom {
    background-color: #052325;
    color: #fff;
    font-size: 1.1em;
    opacity: .8;
    padding: 2em 0;
}
.footer-bottom__title {
    font-size: 1.5em;
    font-style: italic;
    margin-bottom: 1em !important;
}
.footer-bottom {
    background-color: #052325;
    color: #fff;
    font-size: 1.1em;
    opacity: .8;
    padding: 2em 0;
}
.footer-bottom__title {
    font-size: 1.5em;
    font-style: italic;
    margin-bottom: 1em !important;
}

.footer-top-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.footer-text-main {
    font-size: 14px;
}

.footer-text-main a {
    color: #FFF;
}

.footer-top-row a {
    color: #FFF;
}

.footer-bottom__title {
    font-weight: 500;
}

.footer-bottom__text {
    font-size: .75em;
}
 
.state-icon {
    position: relative;
    top: 13px;
    margin-left: 8px;
}


@media (max-width:767px){
.footer-top-row {
    display: block;
    text-align: center;
}


.footer-bottom {
    text-align: center;
}

.footer-bottom__title {
    text-align: center;
}

.footer-bottom__title {
    font-size: 23px;
    max-width: 322px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px !important;
}
 

.footer-text-main {
    margin-top: 17px;
}

.footer-bottom__text {
    font-size: 12px;
}

.footer-text-main {
    font-size: 12px;
}	
}

/*End New Footer*/


/* ========== RESPONSIVE ========== */
@media (max-width: 600px) {
  .section {
    padding: 24px;
  }

  .thank-you h1 {
    font-size: 24px;
  }
} 





@media (max-width:980px){
	
.tp-carousel {
    margin: 26px 0px 10px;
}	
p.phonehand {
    text-align: left;
}	
.thanks-main {
    grid-template-columns: repeat(1, 1fr);
}

.top-logo {
    text-align: center;
    margin-bottom: 41px;
}

.thanks-left {
    text-align: center;
}

.thanks-right .section-title {
    text-align: center;
}

.section-title {
    font-size: 30px;
    line-height: 32px;
}
ul.trust-points li, .box-style, .testimonial-box {
    font-size: 18px;
    line-height: 24px;
    padding: 15px;
}

.faq-question {
    font-size: 18px;
    line-height: 20px;
}	
.box-main {
    gap: 10px;
}	
ul.trust-points li h3, h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}

.box-main {
    grid-template-columns: repeat(2, 1fr);
}	
.usay-logo-main {
    margin-left: auto;
    margin-right: auto;
}	
	
}
/*max 980px*/

@media (min-width:768px){
  .page-template-thank-you-main .top-logo {
    margin-bottom: 214px;
}  
}
@media (min-width:500px) and (max-width:767px){
.box-main {
    grid-template-columns: repeat(2, 1fr);
}	
ul.trust-points li, .testimonial-box, .box-style  {
    width: calc(50% - 40px);
}	
	
} 
 
@media (max-width:499px){
.box-main {
    grid-template-columns: repeat(1, 1fr);
}
ul.trust-points li, .testimonial-box, .box-style  {
    width: 100%;
}	
.section-title {
    font-size: 24px;
    line-height: 28px;
}

.icon-list li {
    font-size: 16px;
}

ul.trust-points li {
    min-height: 76px;
    margin-bottom: 0;
}

ul.trust-points {
    gap: 7px;
}

section.logo-sec {
    padding: 24px 0px;
}

.sm-box {
    font-size: 16px;
    line-height: 22px;
    align-items: self-start;
}

.box-main {
    justify-content: start;
}

.section + .section {
    margin-top: 20px;
}

.section.faq {
    margin-bottom: 45px;
}	
span.icon-img {
    margin-bottom: 7px;
    max-width: 33px;
}

.faq-question {
    align-items: center;
}

.faq-question .icon {
    text-align: right;
    position: relative;
    top: -2px;
}

.faq-question {
    padding: 18px 14px;
}	
.thanks-main-col h1 {
    margin-bottom: 9px;
}	
	
}









