@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400;500;700;800&family=Geologica:wght@300;400;500;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #000 !important;

  color: #1A1A1A;
  line-height: 1.6;
  overflow-x: hidden;
}

.container_own {
  max-width: 1352px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.d-flex {
  display: flex;
}

.hero .top_area {
  width: 100%;
  background: #0E0E0E;
  padding-bottom: 56px;
  padding-top: 59px;
}
.proof-title{
    background: #fff;
    padding: 5px 0;
}
.hero {
  position: relative;
  overflow: hidden;
}

.hero .container_own {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper {
  overflow: hidden;
  font-family: 'Unbounded', sans-serif;
}


.breadcrumbs_main .container_own {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
}

.breadcrumbs_main {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.3);
  padding: 24px 0;
}

.breadcrumbs_main a {
  text-decoration: none;
  color: #fff;
  font-size: 10px;
  transition: color 0.3s;
  margin: 0 5px;
}

.breadcrumbs_main span {
    color: #B3B3B3;
    margin-left: 5px;
}

.breadcrumbs_main a:hover {
  color: #D1431B;
}

.hero .hero_title {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 19px;
  color: #fff;
  width: 100%;
  text-align: center;
}

.hero .hero_title span {
  color: #D1431B;
}

.hero .hero_subtitle {
  font-size: 18px;
  color: #C8C2B8;
  margin-bottom: 24px;
  width: 100%;
  max-width: 540px;
  text-align: center;
}

.hero .bottom_p {
  width: 100%;
  color: rgba(255, 255, 255, 0.35);
  font-size: 9px;
  line-height: 15.48px;
  text-transform: uppercase;
}

.metrics_row {
  background-color: #D1431B;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: #FFFFFF;
  width: 100%;
}
.about_kr{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 18px;
}
.about_kr .img{
    width: 145px;
    border-radius: 50%;
    object-fit: cover;
}
.about_kr .right_k{
    width: 100%;
    max-width: 544px;
    padding-left: 32px;
}
.about_kr .right_k .name{
    width: 100%;
    color: #000;
    font-family: Unbounded;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about_kr .right_k .text{
    width: 100%;
    color: #757575;
    font-family: Geologica;
    font-size: 16px;
    margin-bottom: 20px;
}
.about_kr .right_k a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Geologica;
    font-size: 16px;
    padding: 10px 28px;
    background: #DC5242;
}
.metrics_row .metric_item {
  padding: 50px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.metrics_row .metric_item:last-child {
  border-right: none;
}

.metrics_row .metric_item .metric_val {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
  display: block;
}

.metrics_row .metric_item .metric_label {
  font-size: 13px;
  font-weight: 300;
  font-family: Geologica, sans-serif;
  color: rgba(255, 255, 255, 0.82);
  line-height: 14.2px;
}

.hero::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  opacity: 0.1;
  background: #D4420C;
  top: -100px;
  right: -100px;
  z-index: 1;
}

.video_section {
  padding: 80px 0;
}

.video_section .video_box {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #1A1A1A;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.video_section .video_box .play_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.video_section .video_box .play_btn:hover {
  transform: scale(1.05);
}

.video_section .video_box .play_btn .play_icon_wrap {
  width: 100px;
  height: 100px;
  background-color: #D1431B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
}

.video_section .video_box .play_btn span {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.white_section {
  padding: 100px 0;
  padding-top: 0;
  padding-bottom: 68px;
  background: #fff;
}

.white_section .results_box {
  border: 1px solid #D1431B;
  padding: 5px 36px;
  position: relative;
  background: #fff;
  margin-bottom: 100px;
}

.white_section .results_box .results_label {
  position: absolute;
  top: -8px;
  left: 30px;
  background-color: #FFFFFF;
  padding: 0 10px;
  color: #D4420C;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.white_section .results_box .results_list,
.white_section .results_box ul {
  list-style: none;
}

.white_section .results_box .results_list li,
.white_section .results_box ul li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  font-family: Geologica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #0E0E0E;
  line-height: 1.5;
}

.white_section .results_box .results_list li:last-child,
.white_section .results_box ul li:last-child {
  margin-bottom: 0;
}

.white_section .results_box .results_list li::before,
.white_section .results_box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  background-color: #D1431B;
  border-radius: 50%;
}

.white_section .author_box {
  border: 1px solid #D6D0C6;
  background-color: #fff;
  padding: 24px;
  align-items: center;
  margin-bottom: 0;
}

.white_section .author_box .author_img {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
}

.white_section .author_box .author_img .info {
  width: calc(100% - 160px);
  padding-left: 16px;

}

.white_section .author_box .author_img .info .author_title {
  color: #0E0E0E;
  font-size: 13px;
  font-weight: 700;
  line-height: 22.36px;
}

.white_section .author_box .author_img .info .author_pos {
  color: #6B6760;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  font-family: Geologica, sans-serif;
}

.author_info {
  width: 100%;
  margin-top: 20px;
}

.white_section .author_box .author_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.white_section .author_box .author_info .author_title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 8px;
}

.white_section .author_box .author_info .author_pos {
  color: #D1431B;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

/* .white_section .author_box .author_info{
        width: calc(100% - 160px);
      } */
.white_section .author_box .author_info .author_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.white_section .author_box .author_info .author_tags span {
  font-size: 8px;
  padding: 4px 12px;
  border: 1px solid #D6D0C6;
  border-radius: 50px;
  color: #6B6760;
  text-transform: uppercase;
}

.white_section .author_box .author_info .author_text {
  font-size: 15px;
  font-family: Geologica, sans-serif;
  color: #0E0E0E;
  line-height: 25px;
}

.white_section .heading_l {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 4px;
}

.white_section .text_block {
  font-size: 17px;
  font-family: Geologica, sans-serif;
  color: #0E0E0E;
  line-height: 1.7;
}

.white_section .quote_block {
  background-color: #0E0E0E;
  padding: 48px 52px;
  color: #FFFFFF;
  position: relative;
  margin-top: 51px;
  margin-bottom: 37px;
}

.heading_m {
  width: 100%;
  color: #1A3A5C;
  font-size: 14px;
  font-weight: 600;
  margin-top: 29px;
  margin-bottom: 49px;
  line-height: 24px;
  /* 171.429% */
}

.white_section .quote_block .quote_icon {
  color: #D4420C;
  position: absolute;
  top: -10px;
  left: 28px;
  z-index: 1;
  opacity: .35;
  font-size: 120px;
  font-weight: 900;
  line-height: 120px;
  /* 100% */
}

.white_section .quote_block .quote_text {
  font-size: 20px;
  font-family: Geologica, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 17px;
  position: relative;
  color: #F5F2EC;
  z-index: 1;
}

.white_section .quote_block .quote_author {
  color: #D4420C;
  font-weight: 300;

  text-transform: uppercase;
  font-size: 10px;
}

.white_section .comparison_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 30px;
  overflow: hidden;
  margin: 40px 0;
}

.white_section .comparison_grid .comp_left {
  background-color: #E8E3DA;
  padding: 28px;
  padding-bottom: 44px;
}

.white_section .comparison_grid .comp_right {
  background-color: #1B324D;
  color: #FFFFFF;
  padding: 28px;
  padding-bottom: 44px;
}

.white_section .comparison_grid .comp_title {
  color: #0E0E0E;
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 1.62px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.white_section .comparison_grid .comp_right .comp_title {
  color: #F5F2EC;
}

.white_section .comparison_grid .comp_list {
  list-style: none;
}

.white_section .comparison_grid .comp_list li {
  margin-bottom: 7px;
  padding-left: 22px;
  position: relative;
  font-family: Geologica, sans-serif;
  font-size: 15px;
  color: #0E0E0E;
  font-weight: 300;
  line-height: 1.4;
  border: none;
  min-height: initial;
}
.important_block{
    width: 100%;
    border-left: 3px solid#1A3A5C;
    background:#EEF3F8;
    padding: 22px 26px;
}
.important_title{
    width: 100%;
    color:#1A3A5C;
    font-family: Unbounded;
    font-size: 9px;
    font-weight: 300;
    line-height: 15.48px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.important_text{
    width: 100%;
    color:#0E0E0E;
    font-family: Geologica;
    font-size: 16px;
    font-weight: 300;
    line-height: 27.5px;
}
.example_block{
    width: 100%;
    border-left: 3px solid #888;
    background:#F0EDE6;
    padding: 22px 26px;
}
.example_title{
    width: 100%;
    color:#6B6760;
    font-family: Unbounded;
    font-size: 9px;
    font-weight: 300;
    line-height: 15.48px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.example_text{
    width: 100%;
    color:#0E0E0E;
    font-family: Geologica;
    font-size: 16px;
    font-weight: 300;
    line-height: 27.5px;
    font-style: italic;
}
.advice_block{
    width: 100%;
    border-left: 3px solid #DC5242;
    background:#FFF0EB;
    padding: 22px 26px;
}
.advice_title{
    width: 100%;
    color:#DC5242;
    font-family: Unbounded;
    font-size: 9px;
    font-weight: 300;
    line-height: 15.48px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
body{
    background: #fff !important;
}
.breadcrumbs_main{
    background: #000;
}
.advice_text{
    width: 100%;
    color:#0E0E0E;
    font-family: Geologica;
    font-size: 16px;
    font-weight: 300;
    line-height: 27.5px;
}
.white_section .comparison_grid .comp_list li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0E0E0E;
  left: 5px;
  top: 7px;
}

.white_section .comparison_grid .comp_right .comp_list li::before {
  background: #fff;
}

.white_section .comparison_grid .comp_right .comp_list li {
  color: #fff;
}

.white_section .comparison_grid .comp_right .comp_list {
  max-width: 350px;
}

.white_section .heading_la {
  margin-bottom: 47px;
}

.steps_list {
  display: flex;
  flex-direction: column;
  margin-top: 52px;
}

.steps_list .step_item {
  display: flex;
  padding: 24px 0;
  gap: 25px;
  border-bottom: 1px solid #D6D0C6;
  transition: all 0.4s ease;
}

/* .steps_list .step_item:hover {
  transform: translateX(12px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.06);
} */

.steps_list .step_item .step_num {
  font-size: 26px;
  font-weight: 900;
  color: #D4420C;
}

.steps_list .step_item .st_title {
  font-size: 12px;
  color: #0E0E0E;
  font-weight: 700;
  margin-bottom: 8px;
}

.steps_list .step_item .st_desc {
  color: #3A3A3A;
  font-size: 15px;
  font-family: Geologica, sans-serif;
  line-height: 1.6;
}

.steps_list .step_item:last-child {
  border-bottom: none;
}

.cta_block {
  background-color: #EEE;
  padding: 31px 10px;
  text-align: center;
  color: #0E0E0E;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta_block .cta_btn{
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px; /* 180% */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #DC5242;
    backdrop-filter: blur(6px);
    padding: 16px 30px;
    letter-spacing: initial;
}
.cta_block .cta_title {
    color: #0E0E0E;
    text-align: center;
    font-family: Unbounded;
    font-size: 18px;
    font-weight: 600;
    line-height: 28.8px; /* 160% */
    max-width: 516px;
    margin-bottom: 20px;
}

.cta_block p {
  font-size: 16px;
  font-family: Geologica, sans-serif;
  color: #C8C2B8;
}

.cta_block .btn_main {
  background-color: #D1431B;
  color: #FFFFFF;
  padding: 16px 34px;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  line-height: 18.92px;
  /* 172% */
  text-decoration: none;
  letter-spacing: 1.54px;
  text-transform: uppercase;
}

.cta_block .btn_main:hover {
  transform: scale(1.04);
  background-color: #C53B16;
}

/* Horizontal Form Section */
.horizontal_form_section {
  background-color: #1A1A1A;
  padding: 60px 0;
  margin: 40px 0;
  color: #fff;
  border-radius: 0;
}

.horizontal_form_section .form_card {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.horizontal_form_section .form_header h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #fff;
  line-height: 1.2;
}

.horizontal_form_section .form_header p {
  font-size: 16px;
  font-family: 'Geologica', sans-serif;
  color: #C8C2B8;
}

.horizontal_form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 16px;
  width: 100%;
}

.horizontal_form input {
  height: 56px;
  padding: 0 20px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-family: 'Geologica', sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
}

.horizontal_form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.horizontal_form input:focus {
  outline: none;
  border-color: #D1431B;
  background: rgba(255, 255, 255, 0.1);
}

.horizontal_form button {
  height: 56px;
  padding: 0 40px;
  border-radius: 30px;
  border: none;
  background: #D1431B;
  color: #fff;
  font-family: 'Unbounded', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.horizontal_form button:hover {
  background: #FF5A2D;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(209, 67, 27, 0.3);
}

.text_wrap_item table td,.text_wrap_item table th{
    align-content: flex-start;
    border-collapse: collapse;
    border: 1px solid #000;
    padding: 5px;
    font-size: 19px;
    font-family: Geologica, sans-serif;
 } 
.text_wrap_item table tr td:first-child{
    min-width: 80px;
}
.text_wrap_item table{
    border: 1px solid #000;
    margin-bottom: 20px;
 }

@media (max-width: 991px) {
  .horizontal_form {
    grid-template-columns: 1fr;
  }

  .horizontal_form_section .form_header h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
    .text_wrap_item .table-wrapper {
        overflow-x: auto;
        width: 100%;
    }
    .text_wrap_item table td,.text_wrap_item table th{
        font-size: 16px;
    }
        .text_wrap_item table {
        max-width: 100%;
        min-width: 768px;
    }
}
/* Premium Horizontal Form via Shortcode */
.shortcode_form_section {
  padding: 80px 0;
}

.form_premium_card {
  background: #0E0E0E;
  border-radius: 40px;
  padding: 60px;
  color: #fff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.form_premium_card .form_header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}

.form_premium_card .form_header h2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.form_premium_card .form_header p {
  font-family: 'Geologica', sans-serif;
  font-size: 16px;
  opacity: 0.8;
}

/* Targeting the shortcode output structure */
.shortcode_form_wrapper .consult-form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
}

.shortcode_form_wrapper .consult-form .dt-group {
  flex: 1;
  min-width: 250px;
  margin-right: 0 !important;
}

.shortcode_form_wrapper .consult-form input {
  width: 100%;
  height: 60px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  padding: 0 24px !important;
  color: #fff !important;
  font-family: 'Geologica', sans-serif !important;
  font-size: 15px !important;
  transition: all 0.3s ease !important;
}

.shortcode_form_wrapper .consult-form input:focus {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #D1431B !important;
  outline: none !important;
}

.shortcode_form_wrapper .consult-form button {
  height: 60px !important;
  padding: 0 40px !important;
  background: #D1431B !important;
  color: #fff !important;
  border-radius: 12px !important;
  font-family: 'Unbounded', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  border: none !important;
  margin-top: 0 !important;
  width: auto !important;
  transition: all 0.3s ease !important;
}

.shortcode_form_wrapper .consult-form button:hover {
  background: #FF5A2D !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(209, 67, 27, 0.3);
}

@media (max-width: 991px) {
  .form_premium_card {
    padding: 40px 20px;
  }

  .form_premium_card .form_header h2 {
    font-size: 24px;
  }

  .shortcode_form_wrapper .consult-form {
    flex-direction: column;
  }

  .shortcode_form_wrapper .consult-form .dt-group,
  .shortcode_form_wrapper .consult-form button {
    width: 100% !important;
  }
}

/* Styling the form inside the post content (via shortcode) */
.main-blog-content .consult-form {
  background: #F9F7F2;
  border: 1px solid #D6D0C6;
  border-radius: 40px;
  padding: 60px;
  margin: 60px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 24px;
}

.main-blog-content .consult-form label {
  display: none !important;
}

.main-blog-content .consult-form .dt-group {
  border-bottom: 2px solid #000;
  padding-bottom: 12px;
  position: relative;
  flex: 1;
  min-width: 200px;
}

.main-blog-content .consult-form input {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #0E0E0E !important;
  padding: 0 !important;
  width: 100% !important;
  font-family: 'Geologica', sans-serif !important;
}

.main-blog-content .consult-form input::placeholder {
  color: rgba(14, 14, 14, 0.3) !important;
}

.main-blog-content .consult-form .dt-group.has_icon::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.main-blog-content .consult-form button {
  background: #D1431B !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 22px 40px !important;
  font-family: 'Unbounded', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em;
  cursor: pointer !important;
  align-self: flex-start;
  transition: all 0.3s ease !important;
  margin-top: 0 !important;
}

.main-blog-content .consult-form button:hover {
  background: #000 !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(209, 67, 27, 0.2);
}

@media (max-width: 768px) {
  .main-blog-content .consult-form {
    padding: 40px 20px;
    border-radius: 24px;
    flex-direction: column !important;
  }

  .main-blog-content .consult-form .dt-group {
    width: 100% !important;
  }

  .main-blog-content .consult-form button {
    width: 100% !important;
    padding: 20px !important;
  }
}

/* Social Links Block Refinement */
.social_share_row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 30px 0;
  border-top: 1px solid #D6D0C6;
}

.social_share_row .share_label {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #0E0E0E;
}

.social_share_list {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  list-style: none !important;
}

.social_share_list li {
  width: auto !important;
}

.social_share_list a {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #D6D0C6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social_share_list a:hover {
  border-color: #D1431B;
  background: #D1431B;
  transform: scale(1.1) rotate(5deg);
}

.social_share_list a img {
  width: 22px;
  height: 22px;
  transition: 0.3s;
}

.faq_section {
  padding: 104px 0;
  padding-top: 0;
  padding-bottom: 57px;
}

.faq_section .heading_lbb {
  width: 100%;
  color: #0E0E0E;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  /* 120% */
  max-width: 656px;
  margin-bottom: 31px;
}

.faq_section .faq_list {
  max-width: 656px;
  margin: 0 auto;
}

.faq_section .faq_item {
  border-bottom: 1px solid #D6D0C6;
  padding: 22px 0;
}

.faq_section .faq_item:first-child {
  border-top: 1px solid #D6D0C6;
}

.faq_section .faq_item .faq_q {
  color: #0E0E0E;
  font-size: 13px;
  font-weight: 600;
  line-height: 18.2px;
  /* 140% */
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  transition: color 0.3s ease;
}

.faq_section .faq_item .faq_q:hover {
  color: #D1431B;
}

.faq_section .faq_item .faq_q .faq_toggle {
  background: url('../img/img6.svg') top center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  font-weight: 400;
}

.faq_section .faq_item .faq_a {
  display: none;
  overflow: hidden;
  padding-top: 0;
  color: #555555;
  font-size: 12px;
  line-height: 1.7;
}

.faq_section .faq_item .faq_a .faq_inner {
  padding-top: 25px;
  padding-bottom: 10px;
}

.other_projects_section {
  padding: 48px 0;
  background: #E8E3DA;
}

.other_projects_section .title {
  width: 100%;
  color: #6B6760;
  font-size: 9px;
  font-weight: 300;
  line-height: 15.48px;
  /* 172% */
  letter-spacing: 1.62px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.other_projects_section .bottom_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.other_projects_section .bottom_cards .card_item {
  background-color: #F5F2EC;
  padding: 23px 18px;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.other_projects_section .bottom_cards .card_item .card_cat {
  color: #D4420C;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 8px;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.1em;
}

.other_projects_section .bottom_cards .card_item .c_val {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 38px;
  display: block;
  color: #1A3A5C;
  line-height: 1;
}

.other_projects_section .bottom_cards .card_item .c_label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 22px;
  line-height: 1.45;
  color: #0E0E0E;
  flex-grow: 1;
}

.other_projects_section .bottom_cards .card_item .c_link {
  text-decoration: none;
  color: #1A3A5C;
  font-size: 10px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 15.48px;
  /* 172% */
  letter-spacing: 1.08px;
  text-transform: uppercase;
}

.other_projects_section .bottom_cards .card_item .c_link:hover {
  color: #D1431B;
}

.top_area .title_top {
  width: 100%;
  color: #D4420C;
  font-size: 10px;
  font-weight: 300;
  line-height: 17.2px;
  text-align: center;
  /* 172% */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.hero .bottom_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.hero .bottom_list span {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.65);
  font-size: 9px;
  font-style: normal;
  font-weight: 300;
  line-height: 15.48px;
  /* 172% */
  letter-spacing: 1.26px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  margin-right: 15px;
}

.hero .bottom_list p {
  color: rgba(255, 255, 255, 0.35);
  font-size: 9px;
  font-weight: 300;
  line-height: 15.48px;
  /* 172% */
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.main-blog-content #subscribeForm .row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 !important;
  width: 100%;
}

.main-blog-content #subscribe-form .container {
  width: 100% !important;
  max-width: 100% !important;
}

.main-blog-content .subscribe-form .fixed_width_field {
  flex: none !important;
}

.main-blog-content .subscribe-form .fixed_width_field {
  width: 24% !important;
  padding: 0 !important;
  max-width: none;
}

.main-blog-content .intl-tel-input.allow-dropdown input,
.main-blog-content .intl-tel-input.allow-dropdown input[type=text],
.main-blog-content .intl-tel-input.allow-dropdown input[type=tel],
.main-blog-content .intl-tel-input.separate-dial-code input,
.main-blog-content .intl-tel-input.separate-dial-code input[type=text],
.main-blog-content .intl-tel-input.separate-dial-code input[type=tel] {
  padding-left: 56px !important;
}

.main-blog-content .subscribe-section .subscribe-form button[type=submit] {
  width: 100% !important;
}

.main-blog-content .subscribe-section .subscribe-form {
  max-width: 100% !important;
}

.main-blog-content .subscribe-section,
.main-blog-content .subscribe-form-container {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: initial !important;
}

footer .footer_grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 80px;
  margin-bottom: 80px;
}

footer .footer_col h4 {
  margin-bottom: 35px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 800;
}

footer .footer_col ul {
  list-style: none;
}

footer .footer_col ul li {
  margin-bottom: 18px;
}

footer .footer_col ul li a {
  text-decoration: none;
  color: #555555;
  font-size: 15px;
  transition: color 0.3s ease;
}

footer .footer_col ul li a:hover {
  color: #D1431B;
}

footer .social_icons {
  display: flex;
  gap: 18px;
  margin-top: 35px;
}

footer .social_icons .social_icon {
  width: 48px;
  height: 48px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #1A1A1A;
  font-weight: 700;
  font-size: 13px;
}

footer .social_icons .social_icon:hover {
  background-color: #D1431B;
  color: #FFFFFF;
  transform: translateY(-5px);
}

.white_section .quote_block2 .quote_text,
.white_section .quote_block2 .quote_author {
  text-align: center;
}

.text_wrap_item {
  width: 100%;
}
.blog_one_desck_block{
    width: 100%;
    max-width: 428px;
    margin-top: 196px;
}
.main-blog-content{
    width: calc(100% - 428px);
    padding-right: 36px;
}
.new_top_area{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 46px;
}
.text_wrap_item p {
  width: 100%;
  color: #0E0E0E;
  font-family: Geologica, sans-serif;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 300;
}
.text_wrap_item .block_column_title{
    font-weight: 500;
    color: #000;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.white_section .results_box_blog {
  margin-bottom: 27px;
}

.text_wrap_item h3 {
  width: 100%;
  color: #0E0E0E;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  /* 120% */
  margin-bottom: 27px;
}

.text_wrap_item blockquote {
  width: 100%;
  border-left: 3px solid #D4420C;
  color: #1A3A5C;
  font-family: Geologica, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 27.9px;
  padding-left: 22px;
  margin-bottom: 27px;
}

.text_wrap_item blockquote p {
  color: #1A3A5C;

  /* Semantic/Blockquote */
  font-family: Geologica;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 27.9px;
  /* 155% */
}

.text_wrap_item p b {
  font-weight: 700;
}

h2 {
  color: #0E0E0E;

  /* Semantic/Heading 2 */
  font-family: Unbounded;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px;
  /* 120% */
}

h2 {
  margin-bottom: 30px;
}

.text_wrap_item p strong {
  font-weight: 600;
  color: #1A3A5C;
}

.text_wrap_item ul {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 27px;
}

.text_wrap_item ul li {
  width: 100%;
  color: #0E0E0E;
  font-family: Geologica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  border-left: 1px solid #DC5242;
  padding-left: 34px;
  margin-bottom: 20px;
  min-height: 40px;
  /* display: flex; */
  align-items: center;
}

.text_wrap_item ul li strong {
  font-weight: 600;
}

/* Premium Subscribe Form Style */
.subscribe-section,
.subscribe-form-container {
  padding: 80px 0;
  background: #0e0e0e;
  border-radius: 40px;
  margin: 60px 0;
  color: #fff;
}

.subscribe-form-container h2 {
  color: #fff !important;
  text-align: center;
  margin-bottom: 40px;
}

.subscribe-form {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  align-items: flex-start !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
}

.subscribe-form .fixed_width_field {
  flex: 1 !important;
  min-width: 200px !important;
  margin-bottom: 0 !important;
}

.subscribe-form input,
.subscribe-form .form-control {
  width: 100% !important;
  height: 56px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 30px !important;
  padding: 0 24px !important;
  color: #fff !important;
  font-family: 'Geologica', sans-serif !important;
  font-size: 15px !important;
  transition: all 0.3s ease !important;
}

.subscribe-form input:focus {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #d1431b !important;
  outline: none !important;
}

.subscribe-form button[type='submit'],
.subscribe-form button {
  height: 56px !important;
  padding: 0 40px !important;
  background: #d1431b !important;
  color: #fff !important;
  border: none !important;
  border-radius: 30px !important;
  font-family: 'Unbounded', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  width: auto !important;
}

.subscribe-form button:hover {
  background: #ff5a2d !important;
  transform: translateY(-2px);
}

.wrapper {
  padding-top: 85px;
}

.main-header {
  background: #000 !important;
}
.quiz_wrapper_new{
    width: 100%;
    display: flex;
    justify-content: center;
}
.blog_one_desck_block .subscribe-section,.blog_one_desck_block .subscribe-form-container{
    min-height: initial;
    background: none;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
}
.ready_wrap_cta{
    width: 100%;
    background: #0E0E0E;
    margin-top:27px;
    padding: 51px 0;
    margin-bottom: 50px;
}
.ready_wrap_cta .title{
    width: 100%;
    color: #FFF;
    font-family: Unbounded;
    font-size:24px;
    font-weight: 700;
    line-height: 28.8px;
    margin-bottom: 13px;
}
.ready_wrap_cta .text{
    width: 100%;
    color: #C8C2B8;
    font-family: Geologica;
    font-size: 16px;
    font-weight: 300;
    line-height: 27.52px;
    margin-bottom: 30px;
}
.ready_wrap_cta .item_btn{
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #DC5242;
    backdrop-filter: blur(6px);
    padding: 16px 30px;
    letter-spacing: initial;
}
.blog_one_desck_block .form_wrapp_new_item{
    background: #E8E3DA;
    padding: 25px 30px 35px;
    border-radius: 0;
    width: 100%;
}

.blog_one_desck_block .form_wrapp_new_item .title_form{
    width: 100%;
    color: #000;
    text-align: center;
    font-family: Geologica;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: normal;
}

.blog_one_desck_block .subscribe-form input, .blog_one_desck_block .subscribe-form .form-control{
    background: #fff !important;
}

.blog_one_desck_block .subscribe-section .container{
    width: 100%;
    padding: 0;
}

.blog_one_desck_block .subscribe-form .fixed_width_field{
    max-width: 100% !important;
    padding: 0;
}
.blog_one_desck_block .form-inline .form-group{
    margin-bottom: 10px;
}
.blog_one_desck_block .subscribe-form input, .blog_one_desck_block .subscribe-form .form-control{
    border-radius: 0 !important;
    color: #000 !important;
}
.blog_one_desck_block .subscribe-form input::placeholder{
    color: #000 !important;
}
.blog_one_desck_block .subscribe-form input[name="fields[phone]"]{
    padding-left: 45px !important;
}
.blog_one_desck_block .subscribe-section .subscribe-form button[type=submit]{
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
}
.blog_one_desck_block .row{
    width: 100%;
    margin: 0;
}
.subscribe-form button[type='submit'], .subscribe-form button{
    font-size: 10px !important;
}
@media (max-width: 991px) {
  .subscribe-form {
    flex-direction: column;
  }

  .subscribe-form .fixed_width_field,
  .subscribe-form button {
    width: 100% !important;
  }

  .subscribe-section,
  .subscribe-form-container {
    padding: 40px 20px;
    border-radius: 20px;
  }
}