html {
  margin-top: 0px !important;
}

/* Hide WordPress default sidebar/widgets */
.widget-area,
.sidebar,
.primary-sidebar,
.secondary-sidebar,
#secondary,
.widget {
  display: none !important;
}
.container-fluid {
  padding-right: 5%;
  padding-left: 5%;
}

.dark-background {
  background: linear-gradient(to left, rgba(6, 6, 6, 1) 0%, rgba(6, 6, 6, 0.3) 100%) !important;
}

.hero p {
  width: 50%;
}

.no_space {
  padding: 0px;
  overflow: hidden;
}

.dark_logo {
  display: none !important;
}

.dark_navbar .navmenu li a {
  /* color: black !important; */
}

/* .dark_navbar .white_logo {
  display: none !important;
} */

.dark_navbar .dark_logo {
  display: block !important;
}

.contact_snew_sect {
  padding: 10% 0px 2%;
}

.image_top_hh {
  width: 100%;
  text-align: center;
}

.image_top_hh img {
  object-fit: contain;
  margin-bottom: 50px;
  width: 140px !important;
  height: 150px !important;
}

.whitebtn {
  background: #fff;
  color: #222;
  border: 1px solid #ddd;
  padding: 10px 24px;
  border-radius: 5px;
  font-size: 14px;
  font-family: inherit;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s, border-color 0.2s;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.whitebtn:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-color: #bbb;
  color: #222;
}


.default_greenbtn {
  background: #136636;
  color: #fff;
  border: 2px solid #136636;
  padding: 10px 24px;
  border-radius: 5px;
  font-size: 14px;
  font-family: inherit;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s, border-color 0.2s;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: 'Instrument Sans';
}

.default_greenbtn:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  /* border-color: #bbb; */
  color: #fff;
}


.default_greenbtn.white {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 24px;
  border-radius: 5px;
  font-size: 14px;
  font-family: inherit;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s, border-color 0.2s;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: 'Instrument Sans';
}


.header_top_btncta {
  display: block !important;
}

.default_greenbtn.ww {
  background: white;
  color: #000;
  border: 2px solid #fff;
  padding: 10px 24px;
  border-radius: 5px;
  font-size: 14px;
  font-family: inherit;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s, border-color 0.2s;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 0%), 0 1px 10px 0 rgb(0 0 0 / 1%), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  font-family: 'Instrument Sans';
}

.cover_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.why-citizenship-section {
  padding: 5% 0px;
}

.why-citizenship-section p {
  width: 45%;
  margin: 0 auto;
}

.why-citizenship-section img {
  width: 100%;
  height: 600px;
  margin: 20px 0px;
  object-fit: cover;
}

/* Citizenship By Investment Program Section */
.citizenship-investment-section {
  padding: 5% 0px 10%;
}

.citizenship-investment-title {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 16px;
}

.citizenship-investment-desc {
  font-size: 16px;
  color: #333;
  max-width: 28%;
  margin: 0 auto 0px auto;
}

.citizenship-investment-images {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
}

/* .citizenship-investment-images {
  width: 98%;
} */
.citizenship-img {
  border-radius: 0px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  object-fit: cover;
  background: #fff;
}

.left-img,
.right-img {
  min-width: 30%;
  transform: translateY(-80px);
  width: 33%;
  /* height: 400px; */
}

.center-img {
  width: 31%;
}

@media (max-width: 992px) {
  .citizenship-investment-images {
    gap: 16px;
  }

  .left-img,
  .right-img {
    width: 180px;
    height: 240px;
  }

  .center-img {
    width: 260px;
    height: 180px;
  }
}

@media (max-width: 576px) {
  .citizenship-investment-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .citizenship-investment-title {
    font-size: 1.5rem;
  }


  .citizenship-investment-images {
    flex-direction: column;
    align-items: center;
  }

  .left-img,
  .right-img,
  .center-img {
    width: 90vw;
    height: auto;
    max-width: 320px;
    margin-bottom: 12px;
  }
}

.bigimgblack {
  margin-top: 2%;
  padding: 15% 0px;
  background-image: url('../../img/Rectangle 105.png');
  background-size: cover;
  background-position: center;
}

.bigimgblack .row {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.docholder {
  background-color: white;
  text-align: center;
  padding: 80px 20px;
}

.docholder p {
  width: 70%;
  margin: 20px auto;
}


/* Custom Footer Styles */
.custom-footer {
  background: rgb(12, 92, 45);
  color: #fff;
  font-family: 'Instrument Sans', serif;
  padding: 2% 0px;
}

/* .footer-top {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
} */

.footer-logo {
  width: 10%;
}

.footer-logo img {
  display: block;
  margin: 0 auto 14px auto;
  max-height: 60px;
}

.footer-divider {
  border: none;
  border-top: 1px solid #fff;
  margin: 30px 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  margin-bottom: 32px;
}

.footer-col {
  flex: 1;
  min-width: 12%;
  padding: 10px 30px;
}

.footer-col.mid {
  min-width: 46%;
}

.footer-col h6 {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 18px;
  color: #fff;
}

.footer-col address,
.footer-col a {
  font-size: 1.6rem;
  color: #fff;
  font-family: 'Kaftan';
  text-decoration: none;
  margin-bottom: 8px;
  display: inline-block;
}

.footer-col a:hover {
  text-decoration: underline;
  color: #F3C625;
}

.footer-links {
  display: flex;
  gap: 32px;
}

a.footer_smallest {
  font-size: 0.95rem;
  color: #fff;
  font-family: 'Instrument Sans';
  text-decoration: none;
  margin-bottom: 8px;
  display: inline-block;
}

.footer_smallesttext {
  font-size: 20px !important;
}

.footer-links div {
  min-width: 140px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  margin-top: 24px;
  flex-wrap: wrap;
}

.footer-bottom-links {
  display: flex;
  gap: 24px;
}

.footer-bottom-links a {
  color: #fff;
  font-size: 0.95rem;
  text-decoration: none;
}

.footer-bottom-links a:hover {
  text-decoration: underline;
  color: #F3C625;
}

@media (max-width: 900px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .footer-links {
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 600px) {
  .custom-footer {
    padding-top: 24px;
    padding-bottom: 12px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

.midsectiontext {
  padding: 20px;
}

.extraone {
  background-color: #F7F4F3;
  padding: 5% 0px 2%;
}

.extraone img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.exboxes {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
}

.exboxes .holder {
  padding: 24px;
  width: 33%;
  text-align: center;
  flex: 1;
}

.exboxes img {
  width: 80px;
  object-fit: contain;
  height: 80px;
}

.exboxes p {
  margin-top: 10px;
  font-family: 'Kaftan';
}

/* MAPS BLINK */

.mapsss {
  position: relative;
  display: inline-block;
}

.mapsss>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.dot {
  --size: 20px;
  --color: #0a804e;
  position: absolute;
  left: var(--x);
  top: 59%;
  transform: translate(-50%, -50%);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: var(--color);
  pointer-events: none;
  z-index: 2;
  left: 39%;
}

/* BLINK */
/* OPSION: HALO/PULSE */
.pulse::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  border: 2px solid var(--color);
  animation: pulse 1.8s ease-out infinite;
  opacity: .9;
}

@keyframes pulse {
  0% {
    transform: scale(.6);
    opacity: .9;
  }

  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

/* Respekto preferencat e përdoruesit */
@media (prefers-reduced-motion: reduce) {

  .blink,
  .pulse::after {
    animation: none;
  }
}


/* MAPS BLINK */


.maps {
  width: 100%;
  height: auto;
  object-fit: contain !important;
  height: 450px !important;
}

.advantages-section {
  padding: 5% 0px;
}


.advantage-number {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: 'Kaftan';
}

.advantages-section h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: 'Kaftan';
}

.advantage-text {
  padding: 0px 30px;
}

/* Section: Business & Lifestyle Environment */
.business-lifestyle {
  padding: 2% 0;
}

.business-lifestyle .content {
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.business-lifestyle h3 {
  font-family: 'Kaftan';
  font-size: 34px;
  margin-bottom: 15px;
  color: #fff;
}

.business-lifestyle ul {
  list-style: none;
  padding: 0;
}

.business-lifestyle ul li {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  opacity: 0.7;
}

.business-lifestyle ul li::before {
  content: '\2605';
  position: absolute;
  left: 0;
  color: #fff;
}


.business-lifestyle .content {
  height: 650px;
  margin: 10px 0px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-radius: 0px;
}

.content .icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
}



/* Section: What the Program Is */
.nex_progr {
  padding: 5% 0px 0px;
}

.program-overview {
  position: relative;
  padding: 100px 0;
  background-image: url('../../img/Group 59538.png');
  background-size: cover;
  background-position: center;
}

.program-overview .content {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  padding: 50px;
  border-radius: 10px;
  text-align: center;
}

.program-overview .title {
  font-family: 'Kaftan';
  font-size: 36px;
  margin-bottom: 20px;
  color: white;
}

.program-overview .description {
  font-size: 18px;
  width: 70%;
  margin: 30px auto;
  color: white;
}

.program-overview .icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}

.program-overview .icon-item {
  text-align: center;
}

.program-overview .icon-item img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.program-overview .icon-item p {
  width: 70%;
  color: white;
  font-size: 16px;
  margin: 10px auto;
}

.program-overview .footer-text {
  width: 70%;
  font-size: 16px;
  color: white;
  margin: 10px auto;
}

/* 5th icons */

.icons_holder {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  flex-wrap: wrap;
}

.icons_holder .icon_item {
  width: 20%;
  padding-top: 20px;
}

.icons_holder .icon_item img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.icons_holder h5 {
  font-size: 20px;
  font-family: 'Kaftan';
  margin-top: 20px;
  margin-bottom: 5px;
}

.icons_holder p {
  margin-top: 0px;
  font-size: 16px;
}

.icons_holder .icon_item.g {
  border-top: #136636 10px solid;
}

.icons_holder .icon_item.y {
  border-top: #F3C625 10px solid;
}

.icons_holder .icon_item.r {
  border-top: #C2112C 10px solid;
}

/* Eglibility */
.applicant-criteria {
  padding: 5% 0px;
}

.criteria-list {
  display: flex;
  justify-content: space-between;
}

.criteria-list li {
  list-style: none;
  cursor: pointer;
  padding: 0px;
}

.criteria-image {
  width: 100%;
  min-height: 650px;
  height: 650px;
  position: relative;
  display: block;
  object-fit: cover;
}

/* .text-holder {
  position: absolute;
  background-color: white;
  bottom: 0px;
  padding: 30px;
} */

.text-holder {
  position: absolute;
  background-color: white;
  /* bottom: 0px; */
  padding: 30px;
  /* width: 25%; */
  top: 13%;
  width: 90%;
  left: 5%;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  padding: 50px;
  border-radius: 10px;
  text-align: center;
}

.applicant-criteria .titlesss {
  font-size: 32px;
  font-family: 'Kaftan';
  font-weight: 100 !important;
  margin-bottom: 20px;
}

.criteria-item {
  font-family: 'Kaftan';
  opacity: 0.5;
  font-size: 35px;
  position: relative;
}

.criteria-item::after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: #136636;
  border-radius: 50%;
  top: -20px;
  left: 0px;
}

.criteria-item.active {
  opacity: 1;
}

.big_holder_tt {
  min-height: 650px;
  display: block;
  position: relative;
}

/* Financial */
.row.process {
  /* background-color: red !important; */
  display: flex !important;
  justify-content: center;
}

.process_cards {
  width: 33%;
}

.process_cards p {
  color: #fff;
}

.application-process {
  padding: 5% 0px;
}

.application-process h6 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 100 !important;
  text-transform: uppercase;
}

.application-process.nd .container-fluid .row {
  /* background-color: #fff; */
  padding: 65px;
}

.application-process.nd h3, .application-process.nd h4, .application-process.nd p {
  color: black;
}

.application-process .container-fluid .row {
  background-color: #F7F4F3;
  padding: 65px;
}

.process-title {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 32px;
  text-align: center;
  width: 100%;
  font-family: 'Kaftan';
}

.step-title {
  font-size: 1.8rem;
  font-weight: 100;
  margin-bottom: 16px;
  text-align: center;
  font-family: 'Kaftan';
  color: #fff;
}

.step-subtitle {
  font-size: 1.2rem;
  /* font-weight: 100; */
  margin-bottom: 12px;
  text-align: center;
  /* font-family: 'Kaftan'; */
  color: #fff;
}

.step-description {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  color: #fff;
}

.process-step {
  margin: 20px 0px;
}

.inner_box {
  display: flex;
  justify-content: space-between;
  display: flex;
}

.box_title {
  font-size: 2rem;
  /* font-weight: 100; */
  margin-bottom: 12px;
  font-family: 'Kaftan';
  color: #000;
  padding-top: 40px;

}

.inner_box .box_description {
  width: 50%;
}

.inner_box .box_description p {
  margin-bottom: 5px;
  min-height: 40px;
}

.inner_box .box_description.st {
  flex: 0 0 162px;
  text-align: left;
}

.inner_box .box_description.st p {
  font-size: 1rem;
  /* font-weight: 100; */
  text-align: left;
  width: 100%;
  font-family: 'Kaftan';
  color: #000;
  min-height: 40px;
}

.logo_bbb {
  margin-top: 160px;
  width: 200px;
}

.smbox p b {
  font-style: italic;
}

.smbox {
  padding: 20px 30px;
  background-color: #F7F4F3;
  /* margin-bottom: 20px; */
}

.smbox.y {
  border-top: #F3C625 10px solid;
}

.smbox.g {
  border-top: #136636 10px solid;
}

.smbox.r {
  border-top: #C2112C 10px solid;
}

.text_bg {
  background-image: url('../../img/Rectangle 89 (1).png');
  min-height: 650px;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

.text_bg h2 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 30px 30px 10px;
  width: 100%;
  font-family: 'Kaftan';
  color: white;
  padding: 0px 20px;
}

.text_bg p {
  font-size: 1rem;
  /* font-weight: 100; */
  margin-bottom: 12px;
  color: #fff;
  text-align: left;
  padding: 0px 30px 46px;
}

/* Applyy */

.requirements_to_apply {
  padding: 5% 0px 0px;
}

.requirements_to_apply h4 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 30px 30px 10px;
  width: 100%;
  font-family: 'Kaftan';
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.col_box {
  padding: 60px 30px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  text-align: center;
  margin: 20px 0px;
}

.col_box h6 {
  font-size: 4.5rem;
  /* font-weight: 100; */
  margin-bottom: 12px;
  text-align: center;
  font-family: 'Kaftan';
}

.col_box h3 {
  font-size: 1.5rem;
  /* font-weight: 100; */
  margin-bottom: 12px;
  text-align: center;
  font-family: 'Kaftan';
}

.col_box.g {
  background: #136636;
  color: white !important;
}

.col_box.y {
  background: #F3C625;
}

.col_box.r {
  background: #C2112C;
  color: white !important;
}

.col_box.g h6,
.col_box.r h6,
.col_box.g h3,
.col_box.r h3 {
  color: white !important;
}

section.cards {
  padding: 10% 0px 10%;
}

section.cards h2 {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 30px 30px 10px;
  width: 100%;
  font-family: 'Kaftan';
  color: #000;
  margin-bottom: 30px;
}

.descripton_sat {
  margin-bottom: 40px;
}

.contact_cardsone {
  padding: 30px;
  min-height: 600px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  margin: 20px 0px;
}

.contact_cardsone h3 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 10px;
  width: 100%;
  font-family: 'Kaftan';
  color: white;
  text-align: left;
}

.contact_cardsone a {
  color: white;
  font-size: .8rem;
  text-decoration: none;
}

.contact_cardsone p {
  margin-bottom: 0px;
}

.two img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.cards .flexed {
  display: flex;
  justify-content: space-between;
}

.nav_logoinn,
.btn_in_menu {
  display: none;
}

.citizen_homenew_se .citizen_homenew_se_col1 {
  background-color: #F7F4F3;
  min-height: 450px;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  align-items: center;
  height: 450px;
}

.citizen_homenew_se .citizen_homenew_se_col1 h3 {
  font-size: 75px;
}

.fotokarit {
  padding: 0px;
}

.fotokarit img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.linemengjyra {
  padding: 0px;
  height: 12px;
  object-fit: cover;
}

.accordion {
  margin-top: 30px;
}

.accordion-button:not(.collapsed),
.accordion-button {
  background-color: #fff !important;
  color: black !important;
  font-family: 'Kaftan';
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 30px;
}

.accordion-item {
  border: none !important;
  border-top: solid 1px #ddd !important;
}

button:focus:not(:focus-visible) {
  outline: none !important;
}

.accordion-body {
  line-height: 35px;
  font-size: 16px;
}

.why-choose-stp .nowooo {
  font-size: 50px;
}

.top_paragraphsss {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: right;
}

.extraextra h3 {
  font-family: 'Kaftan';
  text-align: left;
  color: white;
  font-size: 36px;
  margin-top: 30px;
}

.extraextra p {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  margin-top: 5px;
  color: white;
}

.extraextra h6 {
  text-align: left;
  font-family: 'Kaftan';
  font-size: 20px;
  margin-top: 30px;
  color: white;
}

































































@media (min-width: 1000px) {
  #navmenu {
    padding-left: 45px;
  }
  .desktop-d-n {
    display: none !important;
  }
  
  .logo_section_an {
    width: 250px;
    margin: 200px 0px 0px 0px;
  }
}

@media (max-width: 1200px) {
  .why-citizenship-section p {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-d-n {
    display: none !important;
  }
  .blank_span {
    display: none;
  }
  .logo_section_an {
    width: 150px;
    margin: 50px 0px 0px 0px;
  }
  .nav_logoinn {
    display: block;
    margin: 20px;
    height: 70px;
    width: 120px;
    object-fit: contain;
  }

  .left-img,
  .right-img {
    transform: translateY(0px);
  }

  .top_paragraphsss {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: left;
  }

  .accordion-button:not(.collapsed),
  .accordion-button {
    font-size: 20px;
  }

  .nav_logoinn img {
    width: 130px;
  }

  .footer-logo {
    width: 37% !important;
  }

  .btn_in_menu {
    display: block;
  }

  .hero {
    width: 100%;
    min-height: 85vh;
  }

  .why-choose-stp .nowooo {
    font-size: 30px;
  }

  .container-fluid {
    padding-right: 2%;
    padding-left: 2%;
  }

  .hero p {
    width: 100%;
  }

  .buttons_holder button {
    width: 100%;
    margin: 5px 0px;
  }

  .title_font.bodyh {
    font-size: 26px;
  }

  .why-citizenship-section img {
    width: 100%;
    height: 400px;
    margin: 20px 0px;
    object-fit: cover;
  }

  .bigimgblack .row {
    width: auto;
  }

  .custom-footer {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .program-overview .description {
    font-size: 18px;
    width: 100%;
    margin: 30px auto;
    color: white;
  }

  .program-overview .content {
    padding: 50px 10px;
  }

  .program-overview .title {
    font-family: 'Kaftan';
    font-size: 30px;
  }

  .program-overview .footer-text,
  .program-overview .icon-item p,
  .docholder p {
    width: 100%;
  }

  .icons_holder {
    justify-content: center;
  }

  .icons_holder .icon_item {
    width: 50%;
  }

  .criteria-image {
    min-height: 150px;
    height: 150px;
  }

  .text-holder {
    position: relative;
    background-color: #F7F4F3;
    bottom: 0px;
    padding: 30px;
    color: black !important;
    top: 3%;
    width: 100%;
    left: 0%;
  }

  .text-holder p, .text-holder h2, .text-holder h3 ,.text-holder h4 ,.text-holder h5 ,.text-holder h6 {
   color: black !important;
  }
  

  .criteria-list {
    display: block;
  }

  .criteria-item {
    font-family: 'Kaftan';
    opacity: 0.5;
    font-size: 20px;
    position: relative;
    margin: 35px 0px;
  }

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

  .extraone img {
    height: 500px;
    object-fit: cover;
  }

  .exboxes {
    display: block;
  }

  .exboxes .holder {
    padding: 13px;
    width: 100%;
    text-align: center !important;
    flex: 1;
  }

  .exboxes .holder img {
    width: 60px;
    height: 60px;
  }

  .application-process .container-fluid .row {
    background-color: #F7F4F3;
    padding: 65px 18px;
  }

  .step-description {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }

  .process-title {
    font-size: 2rem;
  }

  .text_bg {
    min-height: 450px;
  }

  section.cards {
    padding: 30% 0px 10%;
  }

  section.cards h2 {
    font-size: 2.2rem;
  }

  .contact_cardsone {
    padding: 30px;
    min-height: 500px;
  }

  .mobile-nav-toggle {
    color: #000;
  }

  .scrolled .mobile-nav-toggle {
    color: #fff;
  }

  .navmenu li a {
    font-family: 'Kaftan';
    font-size: 23px;
    position: relative;
    margin: 10px 0px;
  }


  .citizenship-investment-desc {
    font-size: 0.95rem;
    margin-bottom: 16px;
    max-width: 90%;
  }

  .header {
    background-color: rgb(0 0 0 / 32%);
    /* Transparent white */
    backdrop-filter: none !important;
    /* Blur effect */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional shadow for better visibility */
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
  }

  .scrolled .dark_navbar .header li a {
    color: black !important;
  }

  .logo_bbb {
    margin-top: 50px;
    width: 200px;
  }

  .row.process {
    justify-content: center !important;
  }

  .process_cards {
    width: 50%;
  }

  .contact_snew_sect {
    padding: 30% 0px 2%;
  }

  .logo_bbb {
    display: none;
  }

  .header_top_btncta {
    display: none !important;
  }

  .citizen_homenew_se .citizen_homenew_se_col1 h3 {
    font-size: 32px;
  }
.inner_box .box_description {
  width: 60%;
}
.inner_box .box_description.st p {
  width: 100%;
}
.inner_box .box_description.st {
    flex: 0 0 130px;
    text-align: left;
}
  .citizen_homenew_se .citizen_homenew_se_col1 {
    background-color: #F7F4F3;
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    align-items: center;
  }
}