.home-h1 {
  width: 100% !important;
}
.home-form {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  padding: 64px;
  backdrop-filter: blur(48.59999847px);
  border: 1px solid white;
  border-radius: 15px;
}
.home-form .elementor-button {
  width: 100%;
}
.home-our-services {
  display: flex;
  gap: 42px;
  justify-content: space-between;
}
.service-item {
  display: flex;
  width: calc((100% - 42px - 42px)/3);
  flex-wrap: wrap;
}
.service-item .service-number {
  font-family: Bebas Neue, Oswald;
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #286ABE;
}
.service-item .service-number:lang(vi) {
  font-family: Oswald, sans-serif;
}
.service-item:first-child .service-number {
  border-top: 1px solid #000;
}
.service-item:first-child .service-title {
  width: 105px;
}
.service-item:first-child .bottom-content {
  margin-top: -30px;
  padding-bottom: 33px;
}
.service-item:nth-child(2) {
  flex-direction: column-reverse;
}
.service-item:nth-child(2) .service-number {
  border-bottom: 1px solid #000;
}
.service-item:nth-child(2) .service-title {
  width: 105px;
}
.service-item:nth-child(2) .service-head {
  align-items: flex-end;
}
.service-item:nth-child(2) .bottom-content {
  padding-bottom: 33px;
  margin-bottom: -10px;
}
.service-item:last-child .service-number {
  border-top: 1px solid #000;
}
.service-item:last-child .service-title {
  width: 105px;
}
.service-item:last-child .bottom-content {
  margin-top: -30px;
  padding-bottom: 33px;
}
.service-item .service-head {
  display: flex;
  gap: 24px;
}
.service-item .service-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
  color: #286ABE;
}
.service-item .bottom-content {
  width: 100%;
  overflow: hidden;
  border-radius: 23px;
  position: relative;
  min-height: 449px;
}
.service-item .bottom-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.service-item .bottom-content .service-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: inline-flex;
  width: 100%;
}
.service-item .bottom-content .service-content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 0 68px;
  margin: auto 0 0 0;
  width: 100%;
}
.service-item .bottom-content .service-content ul li {
  backdrop-filter: blur(39.20000076px);
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
  color: white;
  padding: 16px;
  text-align: center;
  border-radius: 69px;
}
.service-item .bottom-content .service-content ul li a,
.service-item .bottom-content .service-content ul li p,
.service-item .bottom-content .service-content ul li span {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
  color: white;
}
.home-about-us {
  display: flex;
  justify-content: space-between;
  gap: 49px;
  align-items: center;
}
.home-about-us .about-left {
  width: calc(36% - 25px);
  padding-right: 20px;
}
.home-about-us .about-left h2 {
  margin-bottom: 22px;
}
.home-about-us .about-left p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 348px;
}
.home-about-us .about-left p a {
  display: inline-flex;
  margin-top: 22px;
  font-family: Bebas Neue, Oswald;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #286abe;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}
.home-about-us .about-left p a:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 8L22 12L18 16' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 12H22' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.home-about-us .about-left p a:hover {
  gap: 15px;
}
.home-about-us .about-left p a:lang(vi) {
  font-family: Oswald, sans-serif;
}
.home-about-us .about-middle,
.home-about-us .about-right {
  width: calc(32% - 25px);
  position: relative;
}
.home-about-us .about-middle .about-middle-content,
.home-about-us .about-right .about-middle-content {
  backdrop-filter: blur(39.20000076px);
  background: rgba(255, 255, 255, 0.2);
  text-transform: capitalize;
  color: white;
  padding: 12px;
  text-align: left;
  border-radius: 12px;
  position: absolute;
  bottom: 75px;
  width: calc(100% - 36px);
  left: 16px;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.home-about-us .about-middle .about-middle-content h3,
.home-about-us .about-right .about-middle-content h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.home-show-post {
  background: #fff;
  padding: 100px;
  border-radius: 20px;
}
.home-show-post h2 {
  margin: 0 0 24px;
}
.home-show-post .post-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.home-show-post .post-thumb {
  width: 198px;
  height: 198px;
  overflow: hidden;
  border-radius: 23px;
}
.home-show-post .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-show-post .post-index {
  font-family: Bebas Neue, Oswald;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #222222;
}
.home-show-post .post-index:lang(vi) {
  font-family: Oswald, sans-serif;
}
.home-show-post .post-content {
  width: calc(100% - 36px - 48px - 198px);
}
.home-show-post .post-title a {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #222;
  display: block;
  margin-bottom: 14px;
  transition: all 0.3s;
}
.home-show-post .post-title a:hover {
  color: #286ABE;
}
.home-show-post .post-excerpt {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-show-post .read-more {
  display: inline-flex;
  margin-top: 22px;
  font-family: Bebas Neue, Oswald;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #286abe;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}
.home-show-post .read-more:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 8L22 12L18 16' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 12H22' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.home-show-post .read-more:hover {
  gap: 15px;
}
.home-show-post .read-more:lang(vi) {
  font-family: Oswald, sans-serif;
}
.home-show-post .view-all a {
  border: 1px solid #286ABE;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  width: 265px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #286ABE;
  font-family: Bebas Neue, Oswald;
  border-radius: 69px;
  transition: all 0.3s;
}
.home-show-post .view-all a:hover {
  color: white;
  background-color: #286ABE;
}
.home-show-post .view-all a:lang(vi) {
  font-family: Oswald, sans-serif;
}
.home-show-post .view-all p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.why_choose_us__item-content {
  background: white;
  padding: 24px 32px;
  box-shadow: 0px 9px 71px 0px #0000000D;
  border-radius: 15px;
}
.why_choose_us__grid {
  display: flex;
  gap: 25px;
  justify-content: space-between;
  color: #222;
}
.why_choose_us__grid .why_choose_us__item {
  width: calc((100% - 75px)/4);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.why_choose_us__grid .why_choose_us__item:nth-child(2),
.why_choose_us__grid .why_choose_us__item:nth-child(4) {
  flex-direction: column-reverse;
}
.why_choose_us__grid .why_choose_us__item p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.why_choose_us__grid .why_choose_us__item p a {
  color: #222;
  text-decoration: underline;
  transition: all 0.3s;
}
.why_choose_us__grid .why_choose_us__item p a:hover {
  color: #286abe;
}
.why_choose_us__grid .why_choose_us__item p strong {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  display: block;
  margin-bottom: 14px;
}
.why_choose_us__grid .why_choose_us__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.why_choose_us__title {
  margin-bottom: 46px;
}
@media (max-width: 1279px) {
  .service-item .bottom-content .service-content ul {
    padding: 0 47px;
  }
}
@media (max-width: 991px) {
  .home-h1 h1 {
    font-size: 80px;
    line-height: 100%;
  }
  .why_choose_us__grid {
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .why_choose_us__grid .why_choose_us__item {
    width: 100%;
  }
  .why_choose_us__grid .why_choose_us__item:nth-child(2),
  .why_choose_us__grid .why_choose_us__item:nth-child(4) {
    flex-direction: column;
  }
  .why_choose_us__item-content {
    width: 100%;
  }
  .home-form {
    padding: 24px;
  }
  .home-form .order-check-form {
    flex-direction: column;
  }
  .home-form .order-check-form > * {
    min-width: 100%;
  }
  .home-form .order-check-form button {
    font-size: 20px;
  }
  .scroll-mb {
    padding-bottom: 40px;
  }
  .scroll-mb p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-decoration: underline;
    margin-bottom: 10px;
    color: white;
  }
  .home-our-services {
    flex-direction: column;
  }
  .home-our-services .service-item {
    width: 100%;
  }
  .service-item:nth-child(2) {
    flex-direction: column;
  }
  .service-item:nth-child(2) .service-number {
    border-bottom: 0;
    border-top: 1px solid #000;
  }
  .service-item:nth-child(2) .service-head {
    align-items: flex-start;
  }
  .service-item:nth-child(2) .bottom-content {
    margin-top: -30px;
  }
  .service-item .bottom-content .service-content ul {
    height: 360px;
    justify-content: flex-end;
  }
  .service-item .bottom-content {
    min-height: 360px;
  }
  .service-item .service-title {
    font-size: 32px;
  }
  .home-about-us {
    flex-direction: column;
    gap: 24px;
  }
  .home-about-us > div {
    width: 100%;
    min-width: 100%;
    padding: 0 !important;
  }
  .home-about-us .about-left p {
    max-width: 100%;
  }
  .home-about-us h2 {
    font-size: 48px;
    line-height: 100%;
  }
  .home-show-post {
    padding: 56px 15px;
  }
  .home-show-post .post-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .home-show-post .post-item .post-index {
    order: -1;
  }
  .home-show-post .post-item .post-thumb {
    order: 0;
    width: 198px;
    height: 198px;
  }
  .home-show-post .post-item .post-content {
    order: 1;
    min-width: 100%;
  }
  .home-show-post .post-excerpt {
    white-space: normal;
    -webkit-line-clamp: 3;
    height: 43px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .tb5 table {
    min-width: 624px;
  }
  .tb5 .visa-table-wrapper {
    overflow-x: scroll;
  }
  .tb5 .visa-table-inner {
    width: fit-content;
  }
  .visa-table-wrapper.table2 table th span {
    font-size: 14px;
    padding: 0 6px;
  }
  .visa-table-wrapper.table2 table tbody td {
    padding: 12px 15px !important;
  }
  .visa-table-wrapper.table2 table tbody td {
    font-size: 14px;
  }
  .evisa1 .elementor-widget-text-editor {
    flex-direction: column;
    padding: 10px 0;
  }
  .evisa1 .elementor-widget-text-editor ul {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .evisa1 .elementor-widget-text-editor ul li {
    width: 100%;
  }
  .evisa1 .elementor-widget-text-editor ul li a {
    justify-content: center;
  }
  body.single-country .vissaaa .mb-mb {
    border: 1px solid #286ABE;
    border-radius: 26px;
    padding: 12px 24px;
    margin-left: 15px;
    margin-right: 15px;
  }
  body.single-country .vissaaa p strong {
    display: block;
    margin: 15px 0;
  }
  body .gr-theme.gr-2 {
    border-radius: 20px;
    position: relative;
    z-index: 20;
  }
  body .gr-theme.gr-2 .js {
    width: 100%;
  }
  body .gr-theme.gr-2 #checkEligibility,
  body .gr-theme.gr-2 button.check-eligibility {
    width: 265px;
  }
  body .gr-theme.gr-2 .js p {
    border-radius: 56px;
    border: 1px solid #DBDBDB;
  }
  body .gr-theme.gr-2 .nationality-dropdown {
    flex-direction: column;
    gap: 12px;
  }
  body .gr-theme.gr-2 .nationality-dropdown #dropdownToggle,
  body .gr-theme.gr-2 .nationality-dropdown .dropdown-toggle-label {
    margin: 0;
  }
  body .bg-new > .e-con-inner {
    padding: 24px 12px;
  }
  body .duration-row {
    flex-direction: column;
  }
  body .duration-row .duration-column {
    width: 100% !important;
  }
  body .title-button.title-button-mobile p {
    width: 100%;
  }
  body .title-button.title-button-mobile p a {
    width: 100%;
  }
  body .table-full .e-n-tabs-heading > button {
    width: 25% !important;
    margin: 0 !important;
    padding: 21px 16px !important;
  }
  body .table-full .e-n-tabs-heading > button span {
    font-size: 14px !important;
  }
  body h2 {
    font-size: 48px;
  }
  body .application-steps-wrapper .application-step-block .step-description p {
    font-size: 20px;
    padding-bottom: 38px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 6L12 11L17 6' stroke='%23FAC229' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 13L12 18L17 13' stroke='%23FAC229' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% calc(100% - 6px);
  }
  body .application-steps-wrapper .application-step-block:last-child .step-description p {
    padding-bottom: 0;
    background: none;
  }
  body .application-steps-wrapper .application-step-block .step-description h3 {
    font-size: 24px;
    margin: 12px 0;
  }
  body .application-steps-wrapper {
    flex-direction: column;
  }
  body .application-steps-wrapper .application-step-block {
    width: 100%;
  }
  body .application-steps-wrapper .application-step-block .step-image {
    display: none;
  }
  body .flex-gr-theme .text p {
    font-size: 14px;
  }
  body .flex-gr-theme .text strong {
    font-size: 18px;
    margin: 0 0 12px;
  }
  body .evisa2 .elementor-widget-text-editor p img {
    height: auto !important;
    min-height: 240px;
    max-height: none;
    border-radius: 15px;
  }
  body .evisa-overview__panel {
    padding: 24px 18px 20px;
  }
  body .evisa-overview__layout {
    margin-bottom: 20px;
    padding-right: 0;
  }
  body .evisa-overview__content {
    max-width: 100%;
  }
  body .evisa-overview__title {
    font-size: 32px;
    margin-bottom: 18px;
  }
  body .evisa-overview__intro p {
    font-size: 14px;
  }
  body .evisa-overview__media {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  body .evisa-overview__media img {
    height: auto;
    aspect-ratio: 16 / 10;
  }
  body .evisa-overview__highlights {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 20px;
  }
  body .evisa-overview__highlight {
    padding: 16px 14px;
  }
  body .evisa-overview__highlight-body h3 {
    font-size: 15px;
  }
  body .evisa-overview__highlight-body p {
    font-size: 13px;
  }
  body .evisa-overview .evisa-offers {
    margin-top: 20px !important;
  }
  body .evisa-offers {
    margin-top: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body .evisa-offers__card {
    padding: 28px 20px;
  }
  body .evisa-offers__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  body .evisa-offers__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  body .evisa-offers__item {
    grid-column: auto;
    padding: 14px 16px;
  }
  body .evisa-offers__text {
    font-size: 14px;
  }
  body .evisa-docs-section .evisa-docs__section-title {
    font-size: 32px;
  }
  body .evisa-docs__intro {
    padding: 20px 18px;
    margin-bottom: 24px;
  }
  body .evisa-docs__lead {
    font-size: 15px;
    margin-bottom: 16px;
  }
  body .evisa-docs__form-links {
    flex-direction: column;
    gap: 10px;
  }
  body .evisa-docs__form-divider {
    display: none;
  }
  body .evisa-docs__form-links a {
    width: 100%;
    justify-content: center;
  }
  body .evisa-docs__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  body .evisa-docs__card {
    padding: 22px 18px 20px;
  }
  body .evisa-docs__card-title {
    font-size: 18px;
  }
  body .evisa-docs__card-body p {
    font-size: 14px;
  }
  body .custom-text-display h5 {
    font-size: 20px;
    padding: 24px 15px 0;
  }
  body .custom-text-display p {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0 25px;
  }
  body .flex-gr-theme {
    margin-top: 21px;
    flex-direction: column;
    align-items: flex-start;
  }
  body .flex-gr-theme .icon {
    margin: 24px 0;
  }
  body .flex-gr-theme .text {
    width: 100%;
  }
  body .flex-gr-theme .text p {
    padding: 0;
  }
  body .evisa1 h1 {
    font-size: 48px;
  }
  body .evisa2 .elementor-widget-text-editor {
    flex-direction: column;
  }
  body .evisa2 .elementor-widget-text-editor ul {
    width: 100%;
    padding: 10px 15px 36px;
  }
  body .evisa2 .elementor-widget-text-editor ul li span {
    font-size: 14px;
    line-height: 1.6;
  }
  body .evisa2 .elementor-widget-text-editor ul li h2 span {
    font-size: 48px;
  }
  body .evisa2 .elementor-widget-text-editor p {
    width: 100%;
  }
  body .single-country .elementor-widget-html .nationality-dropdown,
  body .single-country .elementor-widget-listing2 .nationality-dropdown,
  body .single-country .elementor-widget-dentallist .nationality-dropdown,
  body .e-con.evisa-checker .nationality-dropdown,
  body #how-to-apply .evisa-how-checker .nationality-dropdown {
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    align-items: center;
  }
  body .single-country .elementor-widget-listing2,
  body .single-country .elementor-widget-dentallist,
  body .single-country .elementor-widget-html:has(.nationality-dropdown),
  body .e-con.evisa-checker {
    padding: 24px 15px;
    transform: translateY(40%);
    margin-bottom: -80px;
    overflow: visible;
    z-index: 10;
  }
  body .single-country .elementor-widget-listing2 .gr-theme.gr-2 .js,
  body .single-country .elementor-widget-dentallist .gr-theme.gr-2 .js,
  body .single-country .elementor-widget-html:has(.nationality-dropdown) .gr-theme.gr-2 .js,
  body .e-con.evisa-checker .gr-theme.gr-2 .js {
    z-index: 30;
  }
  body .single-country .elementor-widget-listing2 .gr-theme.gr-2 .js ul,
  body .single-country .elementor-widget-dentallist .gr-theme.gr-2 .js ul,
  body .single-country .elementor-widget-html:has(.nationality-dropdown) .gr-theme.gr-2 .js ul,
  body .e-con.evisa-checker .gr-theme.gr-2 .js ul {
    z-index: 100;
  }
  body .single-country .elementor-widget-html .gr-theme.gr-2 .js,
  body .single-country .elementor-widget-listing2 .gr-theme.gr-2 .js,
  body .single-country .elementor-widget-dentallist .gr-theme.gr-2 .js,
  body .e-con.evisa-checker .gr-theme.gr-2 .js,
  body #how-to-apply .evisa-how-checker .gr-theme.gr-2 .js {
    width: 100%;
  }
  body .single-country .e-con:has(.nationality-dropdown) + .e-con,
  body .single-country .evisa-overview + .e-con,
  body .single-country .evisa2 + .e-con,
  body .e-con.evisa-checker + .e-con {
    padding-top: 80px;
  }
  body .one-1 {
    flex-direction: column;
    display: flex !important;
    gap: 0;
    padding-bottom: 24px !important;
  }
  body .one-1 > div {
    gap: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  body .visa-table-wrapper table th span {
    width: calc(100% - 6px);
    font-size: 14px;
    margin-left: 0 !important;
  }
  body .visa-table-wrapper table th:last-child span {
    margin-left: 4px;
  }
  body .title-button {
    flex-direction: column;
  }
  body .title-button h2 {
    margin: 36px 0 18px;
    text-align: center;
  }
  body .title-button h2 strong {
    display: block;
  }
  body .title-button h2 ~ p {
    display: none;
  }
  body .visa-table-inner tbody tr td {
    font-size: 14px;
  }
}
.dt-page-first-section,
.elementor .e-con.dt-page-first-section {
  padding-top: 180px !important;
  box-sizing: border-box;
}
.dt-page-section {
  padding-left: 15px;
  padding-right: 15px;
}
.dt-page-section > .e-con-inner {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.dt-page-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 90vh;
}
.dt-page-hero > .e-con-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.dt-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23, 58, 143, 0.75) 0%, rgba(23, 58, 143, 0.25) 55%, transparent 100%);
  pointer-events: none;
}
.dt-page-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}
.dt-page-hero__eyebrow {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 12px;
}
.dt-page-hero__headline {
  max-width: 640px;
}
.dt-page-hero__headline h1 {
  font-size: 52px !important;
  line-height: 1.1 !important;
  color: #fff;
  text-align: left;
  text-shadow: none;
  margin-bottom: 16px;
  text-transform: none;
}
.dt-page-hero__headline h1 strong {
  color: #f5821f;
}
.dt-page-hero__headline p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  max-width: 520px;
  margin-bottom: 28px;
}
.dt-page-hero__actions {
  flex-wrap: wrap;
  margin-bottom: 32px;
  gap: 12px;
}
.dt-page-hero__values {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 28px;
  padding: 14px 24px;
  border-radius: 10px;
  background: rgba(23, 58, 143, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.dt-page-hero__values .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.dt-page-hero__values .elementor-icon-list-item {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.dt-page-hero__values .elementor-icon-list-icon {
  color: #fff;
}
.dt-page-hero__values .elementor-icon-list-icon i,
.dt-page-hero__values .elementor-icon-list-icon svg {
  color: #fff;
  fill: #fff;
}
.dt-page-eligibility {
  position: relative;
  z-index: 2;
  margin-top: auto !important;
  margin-bottom: 0 !important;
  padding: 32px 0 40px !important;
  width: 100%;
}
.home-eligibility-bar {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 48px rgba(23, 58, 143, 0.15);
  padding: 20px 24px;
}
.home-eligibility-bar__fields {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 12px;
}
.home-eligibility-bar__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 0;
  min-width: 0;
}
.home-eligibility-bar__label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #173a8f;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.home-eligibility-bar__select,
.home-eligibility-bar__input,
.home-eligibility-bar .js p {
  width: 100%;
  box-sizing: border-box;
  min-height: 46px;
  border: 1px solid #d8e2f0;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.home-eligibility-bar .nationality-dropdown {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
}
.home-eligibility-bar .nationality-dropdown .js {
  position: relative;
  width: 100%;
}
.home-eligibility-bar .nationality-dropdown .js p {
  margin: 0;
  display: flex;
  align-items: center;
}
.home-eligibility-bar .nationality-dropdown .dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 220px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #d8e2f0;
  border-radius: 8px;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  z-index: 20;
}
.home-eligibility-bar .nationality-dropdown .dropdown-list.active {
  display: block;
}
.home-eligibility-bar .nationality-dropdown .dropdown-list li {
  padding: 10px 14px;
  cursor: pointer;
}
.home-eligibility-bar .nationality-dropdown .dropdown-list li:hover {
  background: #f0f4fa;
}
.home-eligibility-bar__cta {
  flex: 0 0 auto;
  background: #f5821f;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  min-height: 46px;
  box-sizing: border-box;
}
.home-eligibility-bar__cta:hover {
  filter: brightness(1.05);
}
.dt-page-order-status,
.dt-page-services,
.dt-page-evisa-spotlight,
.dt-page-steps,
.dt-page-why,
.dt-page-team,
.dt-page-testimonials,
.dt-page-stats,
.dt-page-news,
.dt-page-cta {
  padding-top: 80px;
  padding-bottom: 80px;
}
.dt-page-order-status {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 10px;
}
.dt-page-order-status__inner {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.dt-page-order-status h3 {
  font-size: 18px;
  color: #173a8f;
  margin-bottom: 12px;
  font-family: Inter, sans-serif !important;
  text-transform: none;
  text-shadow: none;
}
.dt-page-order-status .order-check-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.dt-page-order-status .order-check-form input {
  flex: 1;
  min-width: 180px;
  border: 1px solid #c5d4ea;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
}
.dt-page-order-status .order-check-form button {
  background: #173a8f;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.dt-page-services h2 {
  color: #173a8f;
  text-align: center;
  margin-bottom: 40px;
  text-shadow: none;
}
.dt-page-services h2 strong {
  color: #f5821f;
}
.home-service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.home-service-cards__item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(23, 58, 143, 0.08);
  border: 1px solid #e8eef7;
  display: flex;
  flex-direction: column;
}
.home-service-cards__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 16px 0;
}
.home-service-cards__badge {
  background: #173a8f;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 6px;
  line-height: 1;
}
.home-service-cards__title {
  font-size: 18px;
  font-weight: 700;
  color: #173a8f;
  margin: 0;
  font-family: Inter, sans-serif !important;
  text-transform: none;
  text-shadow: none;
}
.home-service-cards__media {
  padding: 12px 16px 0;
}
.home-service-cards__media img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}
.home-service-cards__links {
  padding: 16px;
}
.home-service-cards__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-service-cards__links ul li {
  margin-bottom: 10px;
}
.home-service-cards__links ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}
.home-service-cards__links ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #173a8f;
  flex-shrink: 0;
}
.home-service-cards__links ul li a:hover {
  color: #173a8f;
}
.dt-page-evisa-spotlight {
  border-radius: 16px;
}
.dt-page-evisa-spotlight__layout {
  align-items: center;
  gap: 40px;
}
.dt-page-evisa-spotlight__layout > .dt-page-evisa-spotlight__content {
  flex: 1 1 calc(50% - 20px);
  min-width: 0;
  max-width: calc(50% - 20px);
}
.dt-page-evisa-spotlight__layout > .dt-page-evisa-spotlight__media {
  flex: 1 1 calc(50% - 20px);
  min-width: 0;
  max-width: calc(50% - 20px);
  width: calc(50% - 20px);
  align-self: stretch;
}
.dt-page-evisa-spotlight__layout > .dt-page-evisa-spotlight__media .elementor-widget-image {
  width: 100%;
  max-width: 100%;
}
.dt-page-evisa-spotlight__layout > .dt-page-evisa-spotlight__media .elementor-widget-container,
.dt-page-evisa-spotlight__layout > .dt-page-evisa-spotlight__media .elementor-image,
.dt-page-evisa-spotlight__layout > .dt-page-evisa-spotlight__media a {
  display: block;
  width: 100%;
  max-width: 100%;
}
.dt-page-evisa-spotlight__layout > .dt-page-evisa-spotlight__media img {
  border-radius: 12px;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.dt-page-evisa-spotlight__layout h2 {
  color: #173a8f;
  font-size: 36px;
  text-shadow: none;
  margin-bottom: 16px;
}
.dt-page-evisa-spotlight__layout h2 strong {
  color: #f5821f;
}
.dt-page-evisa-spotlight__layout p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}
.dt-page-evisa-spotlight__layout ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.dt-page-evisa-spotlight__layout ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 14px;
}
.dt-page-evisa-spotlight__layout ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #173a8f;
  font-weight: 700;
}
.dt-page-steps h2 {
  color: #173a8f;
  text-shadow: none;
  margin-bottom: 48px;
}
.dt-page-steps h2 strong {
  color: #f5821f;
}
.dt-page-steps .application-steps-wrapper {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  position: relative;
}
.dt-page-steps .application-steps-wrapper::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 12%;
  right: 12%;
  border-top: 2px dashed #c5d4ea;
  z-index: 0;
}
.dt-page-steps .application-step-block {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}
.dt-page-steps .application-step-block .step-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #173a8f !important;
  background-size: 40px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  box-shadow: 0 4px 16px rgba(23, 58, 143, 0.2);
}
.dt-page-steps .application-step-block .step-image strong {
  display: none;
}
.dt-page-steps .application-step-block .step-image--number {
  background-image: none !important;
}
.dt-page-steps .application-step-block .step-image--number .step-number {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  font-family: Inter, sans-serif !important;
}
.dt-page-steps .application-step-block .step-image--icon-number {
  position: relative;
  background-image: none !important;
}
.dt-page-steps .application-step-block .step-image--icon-number .step-icon {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.dt-page-steps .application-step-block .step-image--icon-number .step-number {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f5821f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  font-family: Inter, sans-serif !important;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(245, 130, 31, 0.35);
}
.dt-page-steps .application-step-block .step-description h4 {
  color: #173a8f;
  font-size: 16px;
  margin: 0 0 8px;
  font-family: Inter, sans-serif !important;
  text-transform: none;
  text-shadow: none;
}
.dt-page-steps .application-step-block .step-description p {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}
.home-icon-row__title {
  text-align: center;
  margin-bottom: 48px;
}
.home-icon-row__title h2 {
  color: #173a8f;
  text-shadow: none;
}
.home-icon-row__title h2 strong {
  color: #f5821f;
}
.home-icon-row__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.home-icon-row__item {
  text-align: center;
}
.home-icon-row__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.home-icon-row__icon svg,
.home-icon-row__icon i {
  width: 1em;
  height: 1em;
  font-size: 18px;
}
.home-icon-row__item:nth-child(1) .home-icon-row__icon {
  background: rgba(23, 58, 143, 0.12);
  color: #173a8f;
}
.home-icon-row__item:nth-child(2) .home-icon-row__icon {
  background: rgba(245, 130, 31, 0.14);
  color: #f5821f;
}
.home-icon-row__item:nth-child(3) .home-icon-row__icon {
  background: rgba(46, 125, 50, 0.12);
  color: #2e7d32;
}
.home-icon-row__item:nth-child(4) .home-icon-row__icon {
  background: rgba(123, 31, 162, 0.12);
  color: #7b1fa2;
}
.home-icon-row__item:nth-child(5) .home-icon-row__icon {
  background: rgba(2, 136, 209, 0.12);
  color: #0288d1;
}
.home-icon-row__item-title {
  font-size: 15px;
  font-weight: 700;
  color: #173a8f;
  margin: 0 0 8px;
  font-family: Inter, sans-serif !important;
  text-transform: none;
  text-shadow: none;
}
.home-icon-row__item-text {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  margin: 0;
}
.dt-page-team {
  background: linear-gradient(180deg, #f8faff 0%, #fff 55%);
}
.home-team-section {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.home-team-section__media {
  position: relative;
  margin: 0;
}
.home-team-section__media::before {
  content: '';
  position: absolute;
  inset: -10px -10px 14px 14px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(23, 58, 143, 0.14) 0%, rgba(245, 130, 31, 0.18) 100%);
  z-index: 0;
}
.home-team-section__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  object-fit: cover;
  display: block;
  box-shadow: 0 24px 56px rgba(23, 58, 143, 0.16);
  border: 4px solid #fff;
}
.home-team-section__media-accent {
  position: absolute;
  right: 20px;
  bottom: -10px;
  z-index: 2;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f5821f 0%, #ff9a47 100%);
  box-shadow: 0 12px 28px rgba(245, 130, 31, 0.35);
}
.home-team-section__media-accent::after {
  content: '';
  position: absolute;
  inset: 22px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}
.home-team-section__body {
  padding: 8px 0;
}
.home-team-section__title h2 {
  color: #173a8f;
  text-shadow: none;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.2;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
}
.home-team-section__title h2 strong {
  color: #f5821f;
}
.home-team-section__desc p {
  font-size: 16px;
  line-height: 1.7;
  color: #4a5568;
  margin: 0 0 28px;
  padding-left: 18px;
  border-left: 3px solid #f5821f;
}
.home-team-section__values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.home-team-section__value {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-align: left;
  background: #fff;
  border: 1px solid #e8eef7;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 4px 16px rgba(23, 58, 143, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.home-team-section__value:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(23, 58, 143, 0.1);
  border-color: rgba(23, 58, 143, 0.18);
}
.home-team-section__value:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  max-width: calc(50% - 6px);
}
.home-team-section__value-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.home-team-section__value:nth-child(1) .home-team-section__value-icon,
.home-team-section__value--1 .home-team-section__value-icon {
  background: rgba(23, 58, 143, 0.12);
  color: #173a8f;
}
.home-team-section__value:nth-child(2) .home-team-section__value-icon,
.home-team-section__value--2 .home-team-section__value-icon {
  background: rgba(245, 130, 31, 0.14);
  color: #f5821f;
}
.home-team-section__value:nth-child(3) .home-team-section__value-icon,
.home-team-section__value--3 .home-team-section__value-icon {
  background: rgba(2, 136, 209, 0.12);
  color: #0288d1;
}
.home-team-section__value:nth-child(4) .home-team-section__value-icon,
.home-team-section__value--4 .home-team-section__value-icon {
  background: rgba(46, 125, 50, 0.12);
  color: #2e7d32;
}
.home-team-section__value:nth-child(5) .home-team-section__value-icon,
.home-team-section__value--5 .home-team-section__value-icon {
  background: rgba(123, 31, 162, 0.12);
  color: #7b1fa2;
}
.home-team-section__value-label {
  font-size: 13px;
  font-weight: 600;
  color: #173a8f;
  line-height: 1.35;
}
.dt-page-testimonials h2 {
  color: #173a8f;
  text-shadow: none;
  margin-bottom: 40px;
}
.dt-page-testimonials h2 strong {
  color: #f5821f;
}
.dt-page-testimonials .testimonials_sc_list.written_testimonials .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dt-page-testimonials .testimonials_sc_list.written_testimonials .list li {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 4px 24px rgba(23, 58, 143, 0.08);
  border: 1px solid #e8eef7;
}
.dt-page-testimonials .testimonials_sc_list.written_testimonials .list li .testimonials_sc_list_show {
  display: none;
}
.dt-page-testimonials .testimonials_sc_list.written_testimonials .list li .bt-txt {
  display: block !important;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}
.dt-page-testimonials .testimonials_sc_list.written_testimonials .list li .bt-txt p {
  margin: 0;
}
.dt-page-stats {
  background: linear-gradient(135deg, #173a8f 0%, #122d6e 55%, #0c1f4d 100%);
  border-radius: 20px;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(23, 58, 143, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.dt-page-stats::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 50%;
  height: 180%;
  background: radial-gradient(ellipse, rgba(245, 130, 31, 0.18) 0%, transparent 68%);
  pointer-events: none;
}
.dt-page-stats::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 40%;
  height: 120%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
  pointer-events: none;
}
.home-stats-bar {
  position: relative;
  z-index: 1;
  padding: 40px 16px;
}
.home-stats-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  text-align: center;
  color: #fff;
}
.home-stats-bar__item {
  padding: 20px 16px;
  position: relative;
  border-radius: 14px;
  transition: transform 0.25s ease, background 0.25s ease;
}
.home-stats-bar__item:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.05);
}
.home-stats-bar__item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 18%;
  height: 64%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.18), transparent);
}
.home-stats-bar__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(6px);
  color: #fff;
}
.home-stats-bar__item--1 .home-stats-bar__icon,
.home-stats-bar__item--3 .home-stats-bar__icon,
.home-stats-bar__item:nth-child(1) .home-stats-bar__icon,
.home-stats-bar__item:nth-child(3) .home-stats-bar__icon {
  background: rgba(245, 130, 31, 0.18);
  border-color: rgba(245, 130, 31, 0.32);
  color: #f5821f;
}
.home-stats-bar__item--2 .home-stats-bar__icon,
.home-stats-bar__item--4 .home-stats-bar__icon,
.home-stats-bar__item:nth-child(2) .home-stats-bar__icon,
.home-stats-bar__item:nth-child(4) .home-stats-bar__icon {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.home-stats-bar__number {
  display: block;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 8px;
  color: #fff;
  font-family: Inter, sans-serif !important;
  letter-spacing: -0.02em;
}
.home-stats-bar__item--2 .home-stats-bar__number,
.home-stats-bar__item--4 .home-stats-bar__number,
.home-stats-bar__item:nth-child(2) .home-stats-bar__number,
.home-stats-bar__item:nth-child(4) .home-stats-bar__number {
  color: #f5821f;
}
.home-stats-bar__label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.4;
}
.home-blog-grid__title {
  text-align: center;
  margin-bottom: 40px;
}
.home-blog-grid__title h2 {
  color: #173a8f;
  text-shadow: none;
}
.home-blog-grid__title h2 strong {
  color: #f5821f;
}
.home-blog-grid__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.home-blog-grid__card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(23, 58, 143, 0.08);
  border: 1px solid #e8eef7;
  display: flex;
  flex-direction: column;
}
.home-blog-grid__thumb img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.home-blog-grid__tag {
  display: inline-block;
  margin: 12px 16px 0;
  background: #173a8f;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 4px;
  width: fit-content;
}
.home-blog-grid__post-title {
  margin: 10px 16px 0;
  font-size: 16px;
  line-height: 1.3;
}
.home-blog-grid__post-title a {
  color: #173a8f;
  text-decoration: none;
  font-family: Inter, sans-serif !important;
  text-transform: none;
  text-shadow: none;
}
.home-blog-grid__post-title a:hover {
  color: #f5821f;
}
.home-blog-grid__excerpt {
  margin: 8px 16px 0;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  flex: 1;
}
.home-blog-grid__read-more {
  margin: 12px 16px 16px;
  color: #173a8f;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.home-blog-grid__read-more:hover {
  color: #f5821f;
}
.home-blog-grid__view-all {
  text-align: center;
  margin-top: 32px;
}
.home-blog-grid__view-all a {
  color: #173a8f;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #173a8f;
  padding: 12px 28px;
  border-radius: 8px;
  display: inline-block;
}
.home-blog-grid__view-all a:hover {
  background: #173a8f;
  color: #fff;
}
.dt-page-cta__inner {
  flex-wrap: wrap;
  gap: 20px;
}
.dt-page-cta h2 {
  color: #fff;
  font-size: 28px;
  text-shadow: none;
  margin: 0;
  flex: 1;
  min-width: 200px;
}
.dt-page-cta__actions {
  flex-wrap: wrap;
}
.dt-page-cta__actions .elementor-button-link {
  white-space: nowrap;
}
.dt-page-cta__actions .elementor-button[style*="background-color: rgb(255, 255, 255)"],
.dt-page-cta__actions .elementor-button:not([style*="background-color: rgb(245, 130, 31)"]) {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}
@media (max-width: 991px) {
  .home-eligibility-bar__fields {
    flex-direction: column;
    align-items: stretch;
  }
  .home-eligibility-bar__field {
    flex: 1 1 auto;
  }
  .home-eligibility-bar__cta {
    width: 100%;
  }
  .home-service-cards {
    grid-template-columns: 1fr;
  }
  .dt-page-evisa-spotlight__layout {
    flex-direction: column;
    gap: 24px;
  }
  .dt-page-evisa-spotlight__layout > .dt-page-evisa-spotlight__content {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
    order: 1;
  }
  .dt-page-evisa-spotlight__layout > .dt-page-evisa-spotlight__media {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
    order: 2;
  }
  .dt-page-evisa-spotlight__layout > .dt-page-evisa-spotlight__media img {
    max-height: 240px;
  }
  .dt-page-evisa-spotlight__layout h2 {
    font-size: 28px;
  }
  .home-icon-row__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-team-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .home-team-section__media {
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }
  .home-team-section__media img {
    aspect-ratio: 16 / 10;
  }
  .home-team-section__media-accent {
    width: 56px;
    height: 56px;
    right: 16px;
    bottom: -8px;
    border-radius: 14px;
  }
  .home-team-section__value:last-child:nth-child(odd) {
    max-width: none;
  }
  .home-team-section__values {
    grid-template-columns: 1fr;
  }
  .dt-page-testimonials .testimonials_sc_list.written_testimonials .list {
    grid-template-columns: 1fr;
  }
  .home-stats-bar {
    padding: 28px 12px;
  }
  .home-stats-bar__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
  .home-stats-bar__item {
    padding: 16px 12px;
  }
  .home-stats-bar__item:not(:last-child)::after {
    display: none;
  }
  .home-stats-bar__item:nth-child(odd):not(:last-child)::before {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.14), transparent);
  }
  .home-stats-bar__icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
    border-radius: 14px;
    margin-bottom: 10px;
  }
  .home-stats-bar__number {
    font-size: 32px;
  }
  .home-blog-grid__list {
    grid-template-columns: 1fr;
  }
  .dt-page-steps .application-steps-wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .dt-page-steps .application-steps-wrapper::before {
    display: none;
  }
  .dt-page-steps .application-step-block {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
  }
  .dt-page-steps .application-step-block .step-image {
    flex-shrink: 0;
    margin: 0;
  }
  .dt-page-steps .application-step-block .step-description {
    text-align: left;
    flex: 1;
    min-width: 0;
  }
  .dt-page-hero__headline h1 {
    font-size: 36px;
  }
  .dt-page-cta__inner {
    flex-direction: column;
    text-align: center;
  }
}
