@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap');
@import url(layout.min.css);

html {
  font-size: 16px;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

:root {
  --white: #ffffff;
  --black: #000;
  --theme-color: #9B866D;
  --primary: #182F58;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2rem;
  color: var(--black);
}

h1,
h2,
h3,
h4 {
  font-family: "Libre Caslon Text", serif;

}

h1 div {
  display: inline-block;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

section {
  padding: 5rem 0;
  position: relative;
}


h2 {
  font-size: 2.688rem;
  font-weight: 500;
  color: var(--theme-color);
  padding: 2rem 0 0;
}

/* Home Page CSS Start  */
.main-slider {
  height: 100vh;
  background-color: #000;
  overflow-x: hidden;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}

.homeSlider .swiper-pagination {
  font-size: 2.5rem;
  bottom: 0rem;
  width: fit-content;
  left: 47%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Libre Caslon Text", serif;
}

.homeSlider .swiper-pagination .total {
  font-size: 1.75rem;
}

.homeSlider .swiper-prev,
.homeSlider .swiper-next {
  width: 4.35rem;
  height: 4.35rem;
  font-size: 1rem;
  color: #fff;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.28);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.homeSlider .swiper-next {
  right: 1rem;
}

.homeSlider .swiper-prev {
  left: 1rem;
}

.homeSlider .swiper-next:hover,
.homeSlider .swiper-prev:hover {
  background: var(--white);
  color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 0 0.5rem !important;
  opacity: 1;
  border: 1px solid var(--white);
  background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
  background: var(--white);
  position: relative;
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.homeSlider .slide-inner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(182deg, #000000e0, #182f586b);
  opacity: 1;
}

.main-slider h1 , .main-slider h2 {
  margin: 0;
  color: var(--white);
  font-size: 3.75rem;
  line-height: 1.37;
  font-weight: 500;
}

.main-slider p {
  color: var(--white);
  margin: 1rem auto 2rem;
  font-size: 1.25rem;
  width: 50%;
}

.main-slider::before,
.main-slider::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--white);
  z-index: 1;
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
  height: 4rem;
  top: auto;
  bottom: 0;
  width: 40rem;
}

.main-slider::after {
  left: auto;
  right: 0;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
}

.bannerText {
  text-align: center;
  margin-top: 5rem;
}


h6 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.abtContent h6::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 20%;
  left: 6rem;
}

h4 {
  font-size: 3.125rem;
  font-weight: 500;
  color: var(--primary);
  padding-left: 1rem;
  border-left: 5px solid var(--theme-color);
  margin-bottom: 1rem;
}

.abtContent ul li h5 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
}

.abtContent ul li {
  padding: 1.5rem 0;
}

.counterBox ul li h3 {
  font-size: 3.013rem;
  color: var(--theme-color);
  margin: 0;
}

.counterBox ul li p {
  margin: 0;
  color: var(--primary);
}

.counterBox ul {
  display: flex;
  gap: 3rem;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%);
  position: absolute;
  padding: 1rem 5rem 1rem 0;
  width: 360px;
  top: -1px;
}

.counterBox {
  position: relative;
}

.counterBottm ul {
  left: auto;
  right: -2px;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
  padding: 1rem 1rem 1rem 5rem;
  bottom: -1px;
  width: 410px;
  top: auto
}

.abtImg figure img {
  width: 100%;
}

.counterBottm ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.counterBottm ul li h3 {
  font-size: 5.475rem;
}


.serviceSec {
  background: #F3F3F3;
  padding-top: 0;
  padding-bottom: 2rem;
}

.serContent {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  border-top: 1px solid var(--primary);
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--primary);
}

.serContent p {
  margin: 0;
}

.serContent h5 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
}

.bodrTop {
  border-top: none;
}

.serJobHead {
  background: #F3F3F3;
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%);
  position: absolute;
  padding: 1rem 5rem 1rem 0;
  width: auto;
  top: -1px;
}

.serImg {
  position: relative;
}

.serImg img {
  width: 100%;
}

.serviceSec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #f3f3f3;
  z-index: 1;
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
  height: 4rem;
  top: -4rem;
  bottom: auto;
  width: 40rem;
}

h4.serHeading {
  position: absolute;
  top: -2rem;
  z-index: 1;
}

.servicesSlider {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.themeBtnDark {
  background: var(--primary);
}

.themeBtnDark::after {
  background: var(--theme-color);
}

.themeBtnDark::before {
  background: #5c5043;
}

.btnSec {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 3rem;
}

.servicesSlider .swiper-pagination {
  left: 25%;
}

.mapSec h4 {
  border: none;
}

.countryName {
  position: absolute;
}

.mapBox {
  margin-top: 14rem;
}

.countryName::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(176deg, #9b866ff7, transparent);
  height: 270px;
  width: 4px;
  left: 50%;
  transform: translateX(-50%);
  top: 4rem;
}

.usaName {
  left: 5rem;
  top: 2rem;
}

.countryName::after {
  content: '';
  position: absolute;
  background: var(--theme-color);
  height: 25px;
  width: 25px;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
  animation: shadowAni 2s ease infinite;
  top: 3rem;
}

@keyframes shadowAni {
  0% {
    box-shadow: 0 0 0 0px #9b866f1c;
  }

  100% {
    box-shadow: 0 0 0 14px #9b866f45;
  }
}

.canadaName {
  left: 17rem;
  top: 7rem;
}

.countryName h3 {
  color: var(--primary);
  font-size: 1.5rem;
}

.ukName {
  left: 47%;
  transform: translateX(-50%);
  top: 7rem;
}

.turkeyName {
  left: 54%;
  top: 12rem;
}

.aurName {
  left: auto;
  right: -2rem;
  top: 25rem;
}

.aurName::before {
  transform: rotate(32deg);
  right: 8.5rem;
  left: auto;
  top: 2rem;
}


.investSec {
  background: var(--primary);
  padding-top: 6rem;
}

.investSec::before,
.investSec::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--white);
  z-index: 1;
  height: 4rem;
  top: -1px;
  bottom: auto;
  width: 30rem;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}

.investSec::after {
  left: auto;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

.investSec h4 {
  border: none;
  color: var(--white);
}

.investSec p {
  color: var(--white);
}

.investBox img {
  width: 100%;
}

.investBox {
  background: var(--white);
  overflow: hidden;
  position: relative;
}

.investContnt {
  padding: 0 1.5rem 2rem;
  position: relative;
  margin-top: -1.5rem;
  z-index: 2;
}

.investContnt p {
  color: #000;
  margin: 0;
}

.investContnt::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--white);
  clip-path: polygon(0 0, 81% 0, 100% 100%, 0 100%);
  height: 3.5rem;
  width: 300px;
  top: -1.3rem;
  z-index: 0;
}

.investContnt h3 {
  position: relative;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  height: 30px;
  line-height: 1.2;
  text-transform: capitalize;
}

.imageHovr figure {
  overflow: hidden;
}

.imageHovr figure:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.imageHovr:hover figure::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


.investBox figure img {
  transition: all 0.5s ease;
}

.investBox:hover figure img {
  transform: scale(1.1);
}

.investSlider {
  padding-top: 1rem;
  padding-bottom: 5rem;
}

.investSlider .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.investSlider .swiper-pagination-bullet-active {
  background: var(--theme-color);
}

.animatedHead {
  font-size: 4.777rem;
  font-weight: 600;
  color: var(--white);
  font-family: "Libre Caslon Text", serif;
  white-space: nowrap;
  border-top: 4px solid var(--theme-color);
  border-bottom: 4px solid var(--theme-color);
  position: relative;
  margin: 0 2rem;
}

.infinite {
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  overflow: hidden;
  gap: 1rem;
  margin-top: 3rem;
}

.infinite div {
  display: flex;
  gap: 1rem;
  animation: infini linear infinite 40s;
}

@keyframes infini {
  0% {
    transform: translateX(-10%);
  }

  50% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.animatedHead::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  height: 35px;
  width: 35px;
  top: 50%;
  left: -3.2rem;
  transform: translateY(-50%);
  border-radius: 100%;
}

.specialSerSec {
  padding-top: 2rem;
  background: #F3F3F3;
  overflow-x: hidden;
}

.specialSerSec h4 {
  border: none;
}

.specBox img {
  width: 100%;
}

.specBox,
.specBox figure {
  position: relative;
}

.specBox h3 {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  width: 100%;
  color: #fff;
  font-size: 2.213rem;
  z-index: 2;
}

.specBox:before {
  content: '';
  position: absolute;
  inset: 0;
  background: #192f5761;
  z-index: 1;
}

.specBox figure img {
  transition: all 0.5s ease;
}

.specBox:hover figure img {
  transform: scale(1.1);
}

.specialSerSec::before {
  content: "";
  position: absolute;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 260px;
  background: var(--primary);
  border-bottom-left-radius: 100% 150%;
  border-bottom-right-radius: 100% 150%;
  transform: scaleX(1.2);
  z-index: 2;
  top: 0;
}

.specHead {
  position: relative;
  z-index: 2;
}

.specHead * {
  color: #fff;
}

.specialSlider {
  margin-top: -4rem;
}


.blogHead {
  position: sticky;
  top: 7rem;
}

.blogBox {
  display: flex;
  align-items: center;
  gap: 3rem;
  border-top: 1px solid #00000024;
  padding: 2rem 0;
}

.blogFirst {
  border: none;
  padding-top: 0;
}

.blogContnt h3 {
  color: #000;
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
}

.blogContnt p {
  margin-bottom: 1rem;
}

.blogImg {
  width: 50%;
}

.blogSec {
  background: #F3F3F3;
}


.contactSec {
  background: url(../images/bg/1.png) bottom center / cover fixed no-repeat;
  padding-top: 3rem;
  margin-top: 4rem;
  padding-bottom: 8rem;
}

.contactSec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 14% 100%);
  height: 15rem;
  width: 50%;
  right: 0;
  left: auto;
  z-index: 2;
  top: -1px;
}

.contactSec::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #192f5770;
  z-index: 0;
}

.leadForm {
  position: relative;
  z-index: 22;
  background: #fff;
  padding: 2rem;
  margin-top: -4rem;
}

.contactSec h4 {

  font-size: 2.75rem;
}

.contactSec h4,
.contactSec p {
  position: relative;
  z-index: 3;
}

.leadForm h3 {
  color: var(--primary);
  font-size: 2rem;
}

.leadForm input,
.leadForm textarea,
.leadForm select {
  border: 1px solid #9E9B9A;
  height: 3.5rem;
  padding: 1rem;
  width: 100%;
  margin: 8px 0;
}

.leadForm textarea,
.formPop textarea {
  height: 160px;
}

.leadForm button {
  width: 100%;
  justify-content: center;
}



.tabsPack {
  margin: 3rem 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.tabsPack a {
  font-size: 2.625rem;
  font-weight: 500;
  margin: 0 8px;
  color: #192f577a;
  font-family: "Libre Caslon Text", serif;
  border-bottom: 3px solid transparent;
}

.tabsPack a.active,
.tabsPack a.current {
  background: #ffffff;
  color: var(--primary);
  border-color: var(--primary);
}

[class^=box-] {
  display: none;
}

[class^=box-].showfirst {
  display: block;
}


.flagBox h5 {
  font-size: 1.25rem;
  color: var(--primary);
  margin: 1rem 0 8px;
}

.flagBox {
  text-align: center;
}

.flagBox ul li a {
  color: #000;
  font-size: 1rem;
  border-bottom: 1px solid transparent;
  display: inline-flex;
  margin: 4px 0;
  align-items: center;
  gap: 5px;
}

.flagBox ul li a:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.flagBox ul li a i {
  opacity: 0;
  transition: all 0.5s ease;
  transform: rotate(-25deg);
  font-size: 14px;
}

.flagBox ul li a:hover i {
  opacity: 1;
}

.flagBox ul li:last-child a i {
  opacity: 1;
}

.flagBox ul li:last-child a {
  border-bottom: 1px solid var(--primary);
  margin-top: 12px;
}

.flagBox ul li:last-child a:hover i {
  transform: none;
}

/* Home Page CSS End */

/* Inner Pages CSS Start */
.accordian li {
  border-bottom: 1px solid #dedede87;
  border-radius: 0;
}

.accordian li h4 {
  color: #1E266D;
  font-size: 1.125rem;
  padding: 1.75rem 1rem;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  margin: 0;
  line-height: 1.3;
  border: 0;
}

.accordian h4::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  position: absolute;
  top: 16px;
  right: 22px;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  /* background: #a893e154; */
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.accordian p {
  margin: 0;
  color: #869289;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 1rem;
}

.accordian li>div {
  display: none;
  background: var(--white);
  border-radius: 0 0 10px 10px;
  padding: 1rem;
}

.accordian li.active h4::after {
  content: "\f068";
}

.accordian li.active {
  border-color: var(--theme-color);
  background: var(--theme-color);
}

.accordian li.active h4 {
  color: var(--theme-color);
  background: var(--theme-color);
  color: var(--white);
}

.accordian li.active>div {
  background: var(--theme-color);
}

.accordian li.active>div p {
  color: var(--white);
}


/* .innerBanner {
  background-repeat: no-repeat;
  height: auto;
} */

.innerBanner {
  background-repeat: no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  background-attachment: fixed;
  min-height: 550px;
}

.inneroverlay {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(182deg, #000000e0, #182f586b);
}

/* .innerBanner .bannerText {
  padding: 10rem 0;
} */

.faqSec h4 {
  border: 0;
}

.boxCorner .investContnt {
  background: #F3F3F3;
}

.boxCorner .investContnt::before {
  background: #F3F3F3;
}

.boxCorner .investContnt .themeBtn {
  margin-top: 20px;
}

.cnelement {
  position: relative;
  z-index: 1;
}

.cnelement::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25rem;
  height: 20rem;
  transform: translate(-20%, 10%);
  background-image: url('../images/mix/36.png');
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  z-index: -1;
}

.marqueBG {
  background: var(--primary);
  padding: 2rem 0;
  margin-bottom: 10rem;
}

.marqueBG .infinite {
  margin: 0;
}

/* .boxCorner .investContnt p {
  padding: 2rem 0 0 0;
} */

/* .resourceSecP{

} */

.resourceSec .investContnt {
  background: #182F58;
}

.resourceSec .investContnt::before {
  background: #182F58;
}

.resourceSec .investContnt h3,
.resourceSec .investContnt p {
  color: #ffffff;
}

.resourceSec .investContnt .themeBtn {
  margin-top: 20px;
}

.resourceSec .investSlider .swiper-pagination-bullet {
  background: var(--theme-color);
}

.resourceSec .investSlider .swiper-pagination-bullet-active {
  background: #182F58;
}

.cntFrst .inner {
  background: #182F58;
  padding: 6rem 4rem;
}

.cntFrst .inner h4,
.cntFrst .inner p {
  color: #ffffff;
  text-align: center;
}

.cntFrst .inner h4 {
  border: none;
}

/* .cntFrst .inner p {
  padding: 0 10rem;
  margin: 0;
} */

/* .cntTabs .tabsPack {
  background: #E5E2E2;
  margin: 0 0 2rem 0rem;
} */

.cntTabs .tabsPack {
  margin: 3rem 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 0;
}

.cntTabs .tabsPack a {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2.5rem;
  background: #efefef;
  margin: 0;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  border: none;
}

.cntTabs .tabsPack a.active {
  background: #182F58;
  color: #ffffff;
}

.cntTabs .flagBox a {
  display: flex;
  align-items: center;
  background: #efefef;
  margin: 1.5rem 0;
  box-shadow: 0 0 10px #0000000f;
  transition: all 0.5s ease;
}

.cntTabs .flagBox h5 {
  margin: 0;
  padding-left: 1rem;
  font-weight: 700;
  padding-right: 10px;
}

.cntTabs .flagBox a img {
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}

.cntTabs .flagBox a:hover {
  background: var(--primary);
}

.cntTabs .flagBox a:hover h5 {
  color: var(--white);
}




.abtInner .counterBottm ul li h3 {
  font-size: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 34px;
}

.abtInner .counterBottm ul li h3 span {
  font-size: 1.5rem;
}

.abtInner .counterBottm ul {
  width: 400px;
  padding-top: 2rem;
}


.abtSlideSec h5 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary);
}

.abtSlideSec ul {
  margin-top: 1rem;
  list-style-type: disc;
  padding-left: 1.125rem;
}

.abtSlideSec ul li {
  padding: 2px 0;
  color: #000;
  font-size: 1rem;
}

.abtSlideSec {
  background: #f3f3f3;
  padding: 2rem 0;
  margin-top: 4rem;
}

.abtSlideSec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #f3f3f3;
  z-index: 1;
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
  height: 4rem;
  top: -3.9rem;
  bottom: auto;
  width: 40rem;
}

.abtTextAni {
  background: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -3.6rem;
}

.abtTextAni .animatedHead {
  font-size: 3rem;
  border: none;
  color: var(--primary);
  font-weight: 300;
  text-transform: uppercase;
}

.abtTextAni .animatedHead span {
  color: var(--theme-color);
}

.abtTextAni .animatedHead::before {
  background: url(../images/mix/39.png);
  border-radius: 0;
  background-size: contain;
}

.bordrNone {
  border: none;
  padding: 0;
}

.abtTabs {
  background-color: var(--primary);
  padding-bottom: 8rem;
}

.abtTabs h4,
.abtTabs p {
  color: var(--white);
}

.abtTabs .tabsPack a.active {
  background: var(--theme-color);
}

.abtTabs::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #f3f3f3;
  height: 3.5rem;
  width: 40%;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
}

.abtTabs .flagBox a:hover {
  background: var(--theme-color);
}

.grayBgStory {
  background-color: #F3F3F3;
  padding: 4rem;
}

.storySec {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

.storyBlue {
  background: var(--primary);
  margin-top: -10rem;
  padding-top: 14rem;
  z-index: 0;
}

.storyBlue * {
  color: var(--white);
}



.coreBox {
  background: #D9D9D9;
  position: relative;
  padding: 3rem 2rem 2rem;
  margin-top: 5rem;
}

.coreBox p {
  color: #000;
}

.coreBox h3 {
  font-weight: 600;
  color: var(--primary);
  font-size: 1.45rem;
  margin-bottom: 1rem;
}

.iconBg {
  background: var(--primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  position: absolute;
  right: 1rem;
  top: -2rem;
}

.coreBox p {
  margin: 0;
  font-size: 15px;
}

.coreBox::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #d9d9d9;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0 100%, 0% 50%);
  width: 120px;
  height: 100px;
  z-index: 0;
  top: -3rem;
  right: -1px;
  left: auto;
}

.coreTheme,
.coreTheme::before {
  background: var(--theme-color);
}

.storyTabs::before {
  background: var(--white);
}

.abtWorld {
  animation: rotateCircle 40s linear infinite;
}




.globalBox {
  background: #f3f3f3;
  padding: 5rem 2rem 2rem;
  position: relative;
  border: 1px solid #D0D0D0;
  height: 200px;
  margin: 1.5rem 0;
}

.globalBox::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--primary);
  height: 3.5rem;
  width: 60%;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.globalBox h5 {
  position: absolute;
  top: 14px;
  color: #fff;
  font-size: 1.5rem;
  text-transform: capitalize;
}

.globalBox p {
  margin: 0;
}

.worldRoundImg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.worldRoundImg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #ffffff 0%, #ffffffb8 100%);
  backdrop-filter: blur(2px);
  z-index: 1;
}

.worlSec {
  padding-top: 22rem;
}

.worldRoundImg img {
  animation: rotateCircle 35s linear infinite;
}

.worlAbtPara {
  padding: 5rem 0;
}

.newsInner {
  padding-bottom: 8rem;
}

.newsBox {
  background: #F3F3F3;
  display: block;
}

.newsBox img {
  width: 100%;
}

.newsBox .newsContnt {
  padding: 2rem;
}

.newsBox .newsContnt p {
  margin: 0;
  height: 4rem;
}

.newsBox .newsContnt h3 {
  font-weight: 600;
  font-size: 1.55rem;
  line-height: 1.5;
  color: var(--primary);
}

.newsBox:hover {
  transform: scale(1.05);
}

.marqueSec .marqueBG {
  margin: 0;
  padding-bottom: 7rem;
}

.homeMaque .marqueBG {
  margin: 0;
  padding-bottom: 2rem;
}

/* Inner Pages CSS End */



/* dynamic map sec */

.passportRankSec {
  --prsbg: #182F58;
  --prscard: #182F58;
  --prspanel: #182F58;
  --prsmuted: #bdb1a5;
  --prsaccent: #ffffff;
  --prsaccent-dark: #6f4b2e;
  --prsbarbg: #2a2a2a;
  --prswhite: #f6f2ef;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  background: var(--prsbg);
  color: var(--prswhite);
  -webkit-font-smoothing: antialiased;
}

.passportRankSec * {
  box-sizing: border-box;
}

.passportRankSec .app {
  display: flex;
  gap: 18px;
  height: 90vh;
  padding: 18px;
}

.passportRankSec .map-panel {
  flex: 1.2;
  background: linear-gradient(180deg, #182F58, #182F58);
  border-radius: 10px;
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.passportRankSec .map-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.passportRankSec .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--prsaccent);
  letter-spacing: 0.4px;
}

.passportRankSec .subtitle {
  font-size: 12px;
  color: var(--prsmuted);
  margin-top: 3px;
}

.passportRankSec #map {
  width: 100%;
  height: calc(100% - 68px);
  border-radius: 6px;
  background: transparent;
}

.passportRankSec .tooltip {
  position: absolute;
  pointer-events: none;
  background: rgba(18, 18, 18, 0.94);
  color: var(--prswhite);
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  font-size: 13px;
  display: none;
  z-index: 40;
  white-space: nowrap;
}

.passportRankSec .zoom-controls {
  position: absolute;
  left: 7rem;
  top: 70px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  z-index: 35;
}

.zoom-controls #zoomIn {
  background: #9B866D;
}

.zoom-controls #zoomOut {
  background: #182F58;
  border: 2px solid #ffffff;
}

.passportRankSec .zoom-btn {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.14));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--prsaccent);
  font-weight: 700;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.02);
}

.passportRankSec .legend {
  position: absolute;
  left: 120px;
  top: 22px;
  background: linear-gradient(90deg, #9B866D, #182F58);
  padding: 10px 15px;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  z-index: 40;
}

.passportRankSec .list-panel {
  background: linear-gradient(180deg, #182f58, #182f58);
  border-radius: 10px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.passportRankSec .list-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.passportRankSec .controls {
  display: flex;
  margin-top: 8px;
  align-items: center;
}

.passportRankSec .search {
  flex: 1;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  background: #152C53;
  color: var(--prswhite);
}

.passportRankSec .filter {
  padding: 10px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.03);
  background: #152C53;
  color: var(--prswhite);
  min-width: 80px;
}

.passportRankSec .filter:focus {
  outline: 0;
}

.passportRankSec .list-body {
  margin-top: 12px;
  overflow: auto;
  padding-right: 6px;
}

.passportRankSec .country-row {
  display: grid;
  grid-template-columns: 56px 1fr 10rem 20rem;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.passportRankSec .country-row:hover {
  background: linear-gradient(90deg, rgba(197, 138, 74, 0.02), transparent);
}

.passportRankSec .passport {
  width: 50px;
  height: 70px;
  border-radius: 4px;
  background: linear-gradient(180deg, #2b1f17, #6f4b2e);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--prswhite);
  font-weight: 700;
  font-size: 11px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}

.passportRankSec .passport-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.passportRankSec .country-name {
  font-weight: 700;
  font-size: 13px;
}

.passportRankSec .country-meta {
  display: none;
}

.passportRankSec .rank-num {
  font-size: 18px;
  font-weight: 800;
  color: var(--prswhite);
  text-align: center;
}

.passportRankSec .search:focus {
  border: 0;
  outline: 0;
}

.passportRankSec .ms-bar {
  height: 24px;
  background: var(--prsbarbg);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.passportRankSec .seg-1 {
  height: 100%;
  background: linear-gradient(90deg, #164070, #164070);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px;
  color: #0b0b0b;
  font-weight: 700;
  font-size: 12px;
}

.passportRankSec .seg-2 {
  height: 100%;
  background: linear-gradient(90deg, #9B866D, #9B866D);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--prswhite);
  font-weight: 700;
  font-size: 12px;
}

.passportRankSec .seg-3 {
  height: 100%;
  background: linear-gradient(90deg, #891726, #891726);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--prswhite);
  font-weight: 700;
  font-size: 12px;
}

.passportRankSec .highlight {
  outline: 3px solid rgba(197, 138, 74, 0.12);
  background: linear-gradient(90deg, rgba(197, 138, 74, 0.02), transparent);
}

.passportRankSec .bottom-stats {
  width: 66%;
  position: absolute;
  right: 0;
  bottom: 4rem;
  height: 72px;
  background: transparent;
  border-radius: 0;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 1);
}

.passportRankSec .stat {
  flex: 1;
  text-align: center;
}

.passportRankSec .stat .n {
  font-size: 22px;
  font-weight: 800;
  color: var(--prswhite);
}

.passportRankSec .stat .t {
  font-size: 12px;
  color: var(--prsmuted);
  margin-top: 6px;
}

.passportRankSec .list-body::-webkit-scrollbar {
  width: 8px;
}

.passportRankSec .list-body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border-radius: 8px;
}

.list-panel .list-top .heads {
  display: flex;
  gap: 14rem;
}

.list-panel .list-top .heads .inrs {
  font-size: 18px;
  font-weight: 200;
  color: var(--prsaccent);
  text-transform: capitalize;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}

.list-panel .list-top .compairs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 42%;
}

@media (max-width: 1100px) {
  .passportRankSec .app {
    flex-direction: column;
    padding: 12px;
  }

  .passportRankSec .list-panel {
    width: 100%;
    height: 42vh;
    order: 2;
  }

  .passportRankSec .map-panel {
    order: 1;
    height: 56vh;
  }

  .passportRankSec .bottom-stats {
    position: static;
    margin-top: 12px;
  }
}

/* dynamic map sec */

.psrankabout {
  text-align: center;
}

.psrankabout h4 {
  border: 0;
  padding: 0;
}

.resourceMain {
  text-align: center;
}

.resourceMain h4 {
  border: 0;
}


/* ====== MEGA MENU BASE ====== */
.mega-menu {
  display: none;
  position: absolute;
  top: 3.6rem;
  left: 0;
  width: 100vw;
  background: #fff;
  z-index: 999;
  border-top: 2px solid #ccc;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 2rem 0 2rem;
}

/* Background image inside mega menu (right globe) */
.mega-menu::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 420px;
  height: 100%;
  background: url("../images/bg/globe.png") no-repeat right bottom;
  background-size: contain;
  opacity: 0.2;
  pointer-events: none;
}

/* Bottom marquee text strip */
.mega-menu::before {
  content: "Getway To Immigration  •  Getway To Immigration  •  Getway To Immigration  •  Getway To Immigration  •  Getway To Immigration  •  Getway To Immigration";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  background: #a2875d;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 6px 0;
  text-align: center;
  white-space: nowrap;
  animation: marquee 15s linear infinite;
}

.menu li a {
  display: block;
  font-size: 1rem;
  color: var(--white);
  display: inline-block;
  font-weight: 400;
  text-transform: capitalize;
  padding: 8px 15px;
  text-decoration: none;
  height: 48px;
  cursor: pointer;
}

/* Show mega menu on hover */
.mega-dropdown:hover .mega-menu {
  display: block;
  left: -40.5rem;
}

/* 2nd mega menu (Resources) */
.menu>li.mega-dropdown:nth-child(2):hover .mega-menu {
  left: -40.5rem;
}

/* 2nd mega menu (Resources) */
.menu>li.mega-dropdown:nth-child(3):hover .mega-menu {
  left: -46.5rem;
}

/* 3rd mega menu (Countries) */
.menu>li.mega-dropdown:nth-child(4):hover .mega-menu {
  left: -54.6rem;
}

/* 3rd mega menu (Countries) */
.menu>li.mega-dropdown:nth-child(5):hover .mega-menu {
  left: -62.5rem;
}



.menu.navbar-nav>li:nth-child(5) .menu-under-line::before {
  width: 8.4rem;
}

.menu.navbar-nav>li:nth-child(5) .mega-menu .about-intro h4::after {
  width: 84.4%;
}


/* ====== HEADINGS INSIDE MEGA MENU ====== */
.mega-menu h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1a3760;
  border-bottom: 2px solid #a2875d;
  display: inline-block;
  padding-bottom: 5px;
}

/* ====== ABOUT INTRO SECTION ====== */
.mega-menu .about-intro {
  position: relative;
  /* padding-bottom: 2rem; */
}

/* About title */
.mega-menu .about-intro h4 {
  font-size: 32px;
  font-weight: 600;
  color: #1a3760;
  margin-bottom: 10px;
  position: relative;
}

/* Line under about heading */
.mega-menu .about-intro h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 93.4%;
  height: 1px;
  border-bottom: 1px solid #a2875d;
}

/* .mega-dropdown:first-of-type .about-intro h4::after {
  width: 94.44%;
} */

/* About paragraph text */
.mega-menu .about-intro p {
  font-size: 14px;
  line-height: 1.6;
  width: 85%;
  color: #333;
  margin-top: 30px;
}

/* ====== MENU UNDER LINE SECTION ====== */
.menu-under-line {
  position: relative;
  padding-bottom: 8px;
}

.menu-under-line:nth-child(1)::before {
  width: 73px;
}

.menu-under-line:nth-child(1) {
  margin-top: 50px;
}

/* Gradient underline */
.menu-under-line::after {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #a2875d 0%, transparent 100%);
}

/* Diagonal line before underline */
.menu-under-line::before {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 2px;
  width: 50px;
  height: 1px;
  background: #a2875d;
  transform: rotate(230deg);
  transform-origin: left bottom;
}

/* ====== LINK LISTS ====== */
.mega-menu ul {
  padding: 0;
  margin: 0;
}

.mega-menu ul li {
  list-style: none;
}

.mega-menu ul li a {
  text-decoration: none;
  color: #2a2a2a;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}

/* Hover effect for links */
.mega-menu ul li a:hover {
  color: #1a3760;
  text-decoration: underline;
}

/* Column spacing inside mega menu */
.mega-menu .col-md-3 ul li a {
  position: relative;
  padding-left: 0;
}

/* ====== ICON ANIMATION IN LINKS ====== */
.list-unstyled li a i.fal.fa-arrow-right {
  display: inline-block;
  transform: rotate(-35deg);
  transition: transform 0.4s ease;
}

.list-unstyled li a:hover i.fal.fa-arrow-right {
  transform: rotate(0deg);
}

/* ====== MARQUEE ANIMATION ====== */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ====== RESPONSIVE ADJUSTMENTS ====== */
@media only screen and (max-width: 1600px) {

  .mega-menu .about-intro h4 {
    font-size: 25px;
  }

  .menu-under-line:nth-child(1)::before {
    width: 85px;
  }

  .mega-menu .about-intro h4::after {
    width: 89.66%;
  }
}


a.contactBox {
  display: block;
  background: #f1f1f1;
  height: 150px;
}

a.contactBox h3 {
  font-size: 1.125rem;
  color: var(--primary);
  padding-left: 7rem;
  padding-top: 1.5rem;
}

a.contactBox .iconContact {
  position: absolute;
  background: var(--primary);
  width: 28%;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 1rem;
  font-size: 1.75rem;
  top: 0;
}

a.contactBox p {
  padding: 2rem;
}

.investContnt p {
  height: 7rem;
}

.guideSecInner .investContnt::before {
  z-index: -1;
  top: -2rem;
}

.guideSecInner .investContnt p {
  height: 5rem;
  padding: 1rem 0;
}

.newsSecInner .investContnt p {
  padding-top: 0;
  height: 3rem;
}


.newsPageSec {
  background: #f3f3f3;
}

.newsPageSec .newsBox {
  background: #fff;
}

.ctaSec {
  background: url(../images/bg/7.png) bottom center / cover no-repeat;
}

.ctaSec * {
  color: #fff;
}

.ctaSec:before {
  content: '';
  position: absolute;
  inset: 0;
  background: #1a3058a1;
}


.processBox {
  background: #f3f3f3;
  margin: 3rem 0;
}

.processBox p {
  margin: 0;
}

.processBox h5 {
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--primary);
}

.processBox .stepHead {
  background: var(--theme-color);
  padding: 8px 2rem;
  position: relative;
}

.processBox .stepHead::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--primary);
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  width: 37%;
}

.processBox .stepHead h3 {
  position: relative;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  font-size: 1.75rem;
}

.processBox .stepContnt {
  padding: 2rem;
}

.stepDate h3 {
  font-size: 4.51rem;
  color: var(--primary);
  margin: 0;
  background: #fff;
}

.stepDate {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.stepDate::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../images/icon/7.png);
  background-repeat: no-repeat;
  left: -4rem;
  z-index: -1;
  height: 300px;
}

.stepDate h6 {
  writing-mode: vertical-lr;
  margin: 0;
  color: var(--theme-color);
  text-transform: capitalize;
  font-size: 1.65rem;
  background: #fff;
  padding: 0 5px;
}

.stepDateTwo:before {
  background: url(../images/icon/8.png);
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(10%);
  top: 2rem;
}

.stepDateThree:before {
  background: url(../images/icon/9.png);
  background-repeat: no-repeat;
  top: 2rem;
}


.logo img {
  width: 14.5rem;
}

.blogImg img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blogContnt {
  width: 100%;
}

.cta2Sec {
  background: #11203b;
  padding: 3rem 0;
}

.cta2Sec::before {
  display: none;
}

.cta2Sec h4 {
  font-size: 2.5rem;
}

.cta2Sec p {
  margin: 0;
}

.leadForm select,
.mmpopup .formPop select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%239E9B9A' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.4rem;
  padding-right: 2.5rem;
}

.mmpopup .formPop input,
.mmpopup .formPop textarea,
.mmpopup .formPop select {
  border: 1px solid #9E9B9A;
  height: 3rem;
  padding: 0.5rem;
  width: 100%;
  margin: 8px 0;
  border-radius: 0;
}

.mmpopup .formPop textarea {
  height: 100px !important;
}

.mmpopup .formPop .themeBtn,
.form-main .themeBtn {
  width: 100%;
  justify-content: center;
  text-transform: capitalize;
  margin-top: 1rem;
  border: none;
  transition: all 0.5s ease;
  margin-bottom: 0;
}

.mmpopup .imgpop figure,
.mmpopup .imgpop figure img {
  height: 750px;
  border-radius: 20px 0 0 20px;
}


.iti {
  margin: 8px 0 !important;
  width: 100%;
}


.visaSlider .swiper-pagination {
  padding-bottom: 0rem;
}

.visaSlider {
  padding-bottom: 6rem;
}

.visaSec {
  padding-bottom: 0;
}

/* General styling for inputs with data-placeholder */
input[data-placeholder] {
  position: relative;
  padding-left: 12px;
  box-sizing: border-box;
}

/* Fake placeholder */
input[data-placeholder]::before {
  content: attr(data-placeholder);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 24px);
}

/* Hide placeholder on focus */
input[data-placeholder]:focus::before {
  opacity: 0;
}

/* Hide placeholder if value is selected */
input[data-placeholder]:valid::before {
  display: none;
}

/* For date/time inputs, restore browser default text color on focus */
input[type="date"]:focus::-webkit-datetime-edit,
input[type="time"]:focus::-webkit-datetime-edit,
input[type="datetime-local"]:focus::-webkit-datetime-edit {
  color: #000 !important;
}

/* Hide default browser value when not focused to show fake placeholder */
input[type="date"]:not(:focus)::-webkit-datetime-edit,
input[type="time"]:not(:focus)::-webkit-datetime-edit,
input[type="datetime-local"]:not(:focus)::-webkit-datetime-edit {
  color: transparent;
}

.option span {
  font-weight: 600;
  font-size: 12px;
  padding: 10px 10px;
}

.option.disabled {
  pointer-events: none !important;
  cursor: not-allowed !important;
  opacity: 0.6;
  font-weight: 600;
  color: #000;
}
