@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;
}

h6 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

h4 {
  font-size: 3.125rem;
  font-weight: 500;
  color: var(--primary);
  padding-left: 1rem;
  border-left: 5px solid var(--theme-color);
  margin-bottom: 1rem;
}


h2 {
  font-size: 2.688rem;
  font-weight: 500;
  color: var(--theme-color);
  padding: 2rem 0 0;
}

/* Home Page CSS Start  */
.main-slider {
  height: 95vh;
  background-color: #000;
  min-height: 800px;
}

.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:-1px;
  width: 40rem;
}

.main-slider::after {
  left: auto;
  right: 0;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
}

.bannerText {
  text-align: center;
}

.headBanner {
  text-align: center;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.headBanner h2 {
  font-size: 10rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff47;
}


.abtSec {
  background: url(../images/mix/2.png) left center / contain no-repeat;
}

.logoImg {
  transform: rotate(90deg) translateY(-50%);
  background: var(--theme-color);
  padding: 1rem 3rem;
  display: inline-block;
  position: absolute;
  right: -4rem;
  top: 40%;
}

.animatedTrust span {
  writing-mode: vertical-lr;
  position: absolute;
  left: 2rem;
  top: 50%;
  font-size: 6rem;
  font-weight: 900;
  /* -webkit-text-stroke: 1px #ffffff4a; */
  color: #E4E4E4;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin: 0;
  line-height: 0.8;
  transform: translateY(-50%);
  text-transform: uppercase;
}

.mapSec {
  background: #f3f3f3;
  padding: 6rem 0;
}

.mapSec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--primary);
  height: 8rem;
  clip-path: polygon(0 0, 100% 0%, 100% 0%, 12% 32%);
}

.animatedTestTwo span {
  left: auto;
  right: 2rem;
}





.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;
}


.ctaSec {
  background: url(../images/bg/1.png) bottom center / cover fixed no-repeat;
}

.ctaSec * {
  color: #fff;
}

.ctaSec:before {
  content: '';
  position: absolute;
  inset: 0;
  background: #1a3058a1;
}

.bodrNone {
  border: none;
  padding: 0;
}

.globalSec {
  margin-top: 14rem;
}

.globalContnt {
  background: url(../images/bg/2.png) top center / cover no-repeat;
  padding: 16rem 6rem;
  border-radius: 22px;
}

.globalContnt::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../images/mix/4.png) top center / contain no-repeat;
  width: 28rem;
  height: 28rem;
  left: 50%;
  transform: translateX(-50%);
  top: -15rem;
  animation: rotateCircle2 40s linear infinite;
  border: 20px solid #fff;
  border-radius: 100%;
}

@keyframes rotateCircle2 {
  from {
    transform: translateX(-50%) rotate(0deg);
  }

  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

.globalContnt * {
  color: #fff;
}

.globalContnt p {
  width: 60%;
  margin: auto;
}

.globalBox {
  background: #ECECEC;
  padding: 2rem 3rem;
  text-align: center;
  position: relative;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  margin: 10px 0 2rem;
    height: 330px;
          display: flex;
        align-items: center;
}

.globalBox h3 {
  position: absolute;
  left: 50%;
  background: var(--theme-color);
  color: #fff;
  font-size: 1.125rem;
  padding: 10px 1.5rem;
  border-radius: 100px;
  margin: 0;
  text-transform: capitalize;
  transform: translateX(-50%);
  top: -1.5rem;
}

.globalBox p {
  margin: 0;
}

.globalTop {
  margin-top: -12rem;
}

.processSec {
  background: url(../images/mix/2.png) top center / cover fixed no-repeat;

}

.processSec::before,
.processSec::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--primary);
  height: 8rem;
  clip-path: polygon(0 0, 100% 0%, 100% 0%, 12% 32%);
}

.processSec::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--primary);
  height: 7rem;
  top: auto;
  bottom: -7rem;
  clip-path: polygon(0 0, 100% 0%, 100% 2%, 88% 33%);
}

.processBox {
  background: #ECECEC;
  padding: 2.5rem 2rem;
  border-radius: 10px 10px 0 10px;
  display: flex;
  margin: 2rem 0 5rem;
  transition: all 0.5s ease;
  position: relative;
}

.processBox::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 60%;
  background: #ececec;
  height: 3rem;
  bottom: -3rem;
  top: auto;
  border-radius: 0 0 10px 10px;
  left: auto;
  right: 0;
  transition: all 0.5s ease;
}

.processBox p {
  margin: 0;
}

.processBox * {
  color: #000000;
  transition: all 0.5s ease;
}

.processBox .proHead {
  width: 60%;
}

.processBox .proHead h3 {
  background: var(--theme-color);
  display: inline-block;
  padding: 12px 2rem;
  border-radius: 100px;
  color: #fff;
  font-size: 1.125rem;
  position: absolute;
  top: -1rem;
}

.processBox .proHead h5 {
  font-family: "Libre Caslon Text", serif;
  font-size: 1.65rem;
  margin-top: 2rem;
  position: relative;
}

.processBox:hover,
.processBox:hover:before {
  background: var(--primary);
}

.processBox:hover * {
  color: #fff;
}

.processBox .proHead h5::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  height: 6px;
  bottom: 0;
  top: auto;
  width: 30%;
}

.startSec {
  background: url(../images/bg/3.png) top center / cover no-repeat;
  height: 100vh;
}

.innerBanner {
  background-repeat: no-repeat;
  height: 89vh;
  display: flex;
  align-items: center;
  background-attachment: fixed;
  min-height: 550px;
}

.inneroverlay {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(182deg, #000000e0, #182f586b);
}

.btnSec {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.serviceInner .btnSec {
  justify-content: end;
}

.serviceInner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #f3f3f3;
  z-index: -1;
  height: 18.5rem;
}

.serviceInner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--primary);
  height: 8rem;
  clip-path: polygon(0 0, 100% 0%, 100% 0%, 12% 32%);
}


.serviceInner .tabsPack {
  margin: 0;
  text-align: center;
  gap: 10px;
}

.serviceInner .tabsPack a {
  border: 1px solid var(--primary);
  padding: 1.25rem 2rem;
  font-size: 16px;
  font-weight: 500;
  margin: 0 8px;
  color: var(--primary);
  font-family: "Inter", sans-serif;
}

.serviceInner .tabsPack a.active,
.serviceInner .tabsPack a.current {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}

.serviceInner h5 {
  color: var(--primary);
  font-weight: 600;
  font-size: 1.55rem;
}



.visa-process-box {
  background: var(--primary);
  padding: 30px 40px;
  border-radius: 8px;
  color: #fff;
  margin-top: 2rem;
}

.top-title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
}

.visa-header h5 {
  font-size: 18px;
  font-weight: 600;
}

.progress {
  height: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
}

.progress-bar.bg-warning {
  background: linear-gradient(to right, #b5977f, #d2b89f);
}

.visa-points {
  list-style-type: none;
  padding-left: 20px;
}

.visa-points li {
  position: relative;
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
}

.visa-points li::before {
  content: "•";
  position: absolute;
  left: -20px;
  color: #d2b89f;
  font-size: 18px;
  top: -3px;
}

.chooseSec figure img {
  width: 100%;
  border-radius: 10px;
}

.stepBox {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.stepBox .stepHead h3 {
  font-size: 10rem;
  color: var(--theme-color);
  position: relative;
  z-index: -2;
}

.stepBox .stepContnt p {
  margin: 0;
}

.stepHead {
  position: relative;
}

.stepHead:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  left: 0;
  background: url(../images/mix/8.png) top center / cover no-repeat;
  right: -7rem;
}

.stepContnt {
  padding: 0 1rem;
}

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;
}

.contactSec {
  background: url(../images/banner/11.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 {
  height: 160px;
}

.leadForm button {
  width: 100%;
  justify-content: center;
}

.logoImg{
  display: none;
}

.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 .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: 700px;
  border-radius: 20px 0 0 20px;
}

.mmpopup .formPop .themeBtn:hover, .form-main .themeBtn:hover {
    color: #ffffff !important;
}

.marqueSec .marqueBG {
  margin: 0;
  padding-bottom: 7rem;
}

.marqueBG {
  background: var(--primary);
  padding: 2rem 0;
  margin-bottom: 10rem;
}

.marqueBG .infinite {
  margin: 0;
}
.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%;
}
.stepSec{
    padding-top:0;
}
.visaSlider .swiper-pagination {
    padding-bottom: 0rem;
}

.visaSlider {
    padding-bottom: 6rem;
}

.visaSec {
    padding-bottom: 0;
}

.iti {
  margin: 8px 0 !important;
  width: 100%;
}

/* 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;
}

.mmpopup .formPop textarea {
    height: 100px !important;
}

.option {
  font-size: 14px;
}

.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;
}