@import "../css/icons.css";

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #f9f9f9;
  overflow-x: hidden;
}

main {
  padding: 0px 0 40px;
  background: #fff;
}

h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  margin-bottom: 15px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

h4 {
  margin: 10px 0;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
}

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  /* or #111 for darker */
  /*margin-bottom: 1em;*/
}
.blog-main li{
    margin-bottom: 10px;
}

a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #111;
  /* adjust to your brand color */
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover,
a:focus {
  /*color: #000;*/
  text-decoration: none;
  /*border: none;*/
}

ul,
ol {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #333;
  padding-left: 0;
  margin-bottom: 1.5em;
}

ul li,
ol li {
  margin-bottom: 10px;
}

/* Optional: Use custom bullet style for UL */
ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

img {
  width: 100%;
  border-radius: 8px;
  vertical-align: middle;
}

button {
  border: none
}

a {
  text-decoration: none;
}

.primary-color {
  color: #111;
}

.secondary-color {
  color: #d61d69;
}

.theme-color {
  color: #f3524a;
}

.section-padding {
  padding: 50px 0
}

.p-0 {
  padding: 0
}

.m-0 {
  margin: 0
}

.pt-0 {
  padding-top: 0 !important
}

.pb-0 {
  /* padding-bottom: 0!important; */
}

.mb-0 {
  margin-bottom: 0
}

.mt-20 {
  margin-top: 20px
}

.mt-40 {
  margin-top: 20px
}

.mb-40 {
  margin-bottom: 20px
}

.pt-40 {
  padding-top: 40px
}

.pb-40 {
  padding-bottom: 40px
}

.d-flex {
  display: flex;
}

.d-block {
  display: block !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.text-white {
  color: #fff !important;
}

.text-center {
  text-align: center;
}

.btn {
  font-size: 17px;
  line-height: 24px;
  padding: 10px 22px;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  text-align: center;
  font-weight: 600;
}
.visa-country-area .content{
   margin-left: 20px;
}
.btn i {
  position: relative;
  left: 0%;
  top: 3px;
  /* start hidden on the left */
  transition: left 0.3s ease;
}

.btn:hover i {
  left: 5%;
  /* slide to center */
}

.btn-block {
  width: 100%;
}

.primary-btn {
  border: 1px solid #040a21;
  color: #040a21;
}

.primary-btn:hover {
  background: #11115d;
  color: #fff;
  border-color: #11115d;
}

.primary-btn i {
  vertical-align: middle;
}

.transparent-btn {
  background-color: #fff;
  display: inline-block;
  color: #000;
  font-weight: 500;
}

.transparent-btn:hover {
  background-color: #facfcd;
}

.bg-blue {
  background-color: #11115d;
}

.secondary-btn {
  background: #11115d;
  display: inline-block;
  color: #fff;
  font-weight: 500;
}

.secondary-btn:hover {
  background: #fff;
  color: #11115d;
  border: 1px solid #11115d;
}

.dark-btn {
  background-color: #f8684e;
  color: #fff;
}

.dark-btn:hover {
  background-color: #c93f26;
  color: #fff;
}

.justify-content-center-small {
  text-align: center;
}

.light {
  color: color-mix(in oklab, #000a22 40%, transparent);
  font-size: 16px;
  margin-bottom: 5px;
}

.light strong {
  color: #11115d;
  margin-right: 15px;
}

.light strong a {
  color: #dd224f;
}

.bg-gray {
  background-color: #ececec;
}

.light-bg-gray {
  background-color: #f2f2f2;
}

.mb-20 {
  margin-bottom: 20px;
}

.m-20 {
  margin: 20px
}

/*start header*/
header.header {
  position: relative;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: transparent;
  box-shadow: 8px 5px 7px rgb(0 0 0 / 10%) !important;
  -moz-box-shadow: 8px 5px 7px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 8px 5px 7px rgb(0 0 0 / 10%) !important;
}

header.rt-header {
  display: none;
}

header.header {
  display: none;
}

.logo-area {
  width: 200px;
}

.logo-area a {
  display: block;
  line-height: 22px;
}

.logo-area a img {
  border-radius: 0;
  height: auto;
}

.header-menu {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header-menu:after {
  clear: both;
  content: "";
  display: block;
}

.header-menu nav.template-main-menu>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-menu nav.template-main-menu>ul>li>a {
  transition: all 0.3s ease-out;
}

.header-menu nav.template-main-menu>ul>li>a:hover {
  color: #50ffe4;
}

.mean-bar {
  padding: 15px 20px !important;
}

.mean-bar img {
  width: 220px !important;
  height: auto !important;
}

nav.template-main-menu>ul>li {
  position: relative;
  list-style: none;
  margin-bottom: 0;
}

nav.template-main-menu>ul>li>a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  color: #333;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s ease-in-out;
}

nav.template-main-menu>ul>li>a {
  font-size: 18px;
}

nav.template-main-menu>ul>li>a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  display: inline-block;
  transform: rotate(45deg) translate(-2px, -3px);
  border-left: none;
  border-top: none;
  margin-left: 8px;
}

nav.template-main-menu>ul>li>a:after {
  right: 0px;
  margin-left: 7px;
}

nav.template-main-menu>ul>li>a.active {
  color: #c72832;
}

nav.template-main-menu>ul>li>a.active:after {
  border: 1px solid #c72832;
  transform: rotate(45deg) translate(1px, -4px);
  border-left: none;
  border-top: none;
}

nav.template-main-menu>ul>li>a:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #c72832;
  position: absolute;
  left: 0;
  bottom: -2px;
  visibility: hidden;
  opacity: 0;
}

nav.template-main-menu>ul>li>a.active:before {
  visibility: visible;
  opacity: 1;
}

nav.template-main-menu>ul>li>a:last-child:after {
  display: none;
}

.header-menu nav.template-main-menu>ul>li>a:hover {
  color: #11115d;
}

nav.template-main-menu-2>ul>li>a {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  color: #212121;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s ease-in-out;
}

nav.template-main-menu-2>ul>li>a {
  font-size: 14px;
}

nav.template-main-menu-2>ul>li>a:after {
  border: 1px solid #212121;
  border-left: none;
  border-top: none;
}

nav.template-main-menu-2>ul>li>a:before {
  background-color: var(--rt-primary-color);
}

nav.template-main-menu-2>ul>li>a.active {
  color: var(--rt-primary-color);
}

nav.template-main-menu-2>ul>li>a.active:after {
  border: 1px solid var(--rt-primary-color);
  border-left: none;
  border-top: none;
}

nav.template-main-menu-2>ul>li>a:hover:after {
  color: var(--rt-primary-color);
}

nav.template-main-menu-3>ul>li>a {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  color: #212121;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s ease-in-out;
}

nav.template-main-menu-3>ul>li>a {
  font-size: 14px;
}

nav.template-main-menu-3>ul>li>a:after {
  border: 1px solid #212121;
  border-left: none;
  border-top: none;
}

nav.template-main-menu-3>ul>li>a:before {
  background-color: var(--rt-primary-color);
  bottom: 1px;
}

nav.template-main-menu-3>ul>li>a.active {
  color: var(--rt-primary-color);
}

nav.template-main-menu-3>ul>li>a.active:after {
  border: 1px solid var(--rt-primary-color);
  border-left: none;
  border-top: none;
}

nav.template-main-menu-3>ul>li>a:hover:after {
  color: var(--rt-primary-color);
}

nav.template-main-menu>ul>li ul.dropdown-menu-col-1 {
  border-top: 1px solid var(--rt-primary-color);
  background-color: #ffffff;
  width: 250px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  padding-left: 0;
  border-radius: 0 0 4px 4px;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

nav.template-main-menu>ul>li ul.dropdown-menu-col-1 li {
  position: relative;
  list-style: none;
  margin-bottom: 0;
}

nav.template-main-menu>ul>li ul.dropdown-menu-col-1 li a {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: #212121;
  padding: 5px 20px;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

nav.template-main-menu>ul>li ul.dropdown-menu-col-1 li a {
  font-size: 15px;
}

/*nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 6px;
  color: var(--rt-primary-color);
  position: absolute;
  top: 12px;
  left: 20px;
  transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}*/
nav.template-main-menu>ul>li ul.dropdown-menu-col-1 li a:hover {
  color: #11115d;
}

nav.template-main-menu>ul>li ul.dropdown-menu-col-1 li a:hover:before {
  transform: scale(1);
}

nav.template-main-menu>ul>li ul.dropdown-menu-col-1 li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 100%;
  border-bottom: 1px solid #e9e9e9;
  z-index: -1;
}

nav.template-main-menu>ul>li ul.dropdown-menu-col-1 li:last-child:after {
  border-bottom: none;
}

nav.template-main-menu>ul>li .template-mega-menu ul.sub-menu li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #212121;
  padding: 5px 15px 5px 30px;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  position: relative;
}

nav.template-main-menu>ul>li .template-mega-menu ul.sub-menu li a i {
  color: #000000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

nav.template-main-menu>ul>li .template-mega-menu ul.sub-menu li a:hover {
  color: var(--rt-primary-color);
  padding: 5px 15px 5px 35px;
}

nav.template-main-menu>ul>li .template-mega-menu ul.sub-menu li a:hover i {
  color: var(--rt-primary-color);
  animation: toRightFromLeft10 0.5s;
}

nav.template-main-menu>ul>li:hover ul.dropdown-menu-col-1 {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}

nav.template-main-menu>ul>li:hover ul.dropdown-menu-col-2 {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}

nav.template-main-menu>ul>li:hover .template-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}

.header-menu.menu-layout1 {
  background-color: transparent;
  padding: 4px 0px 4px 0;
}

.header-menu.menu-layout1 {
  padding: 15px 10px;
}

.header-menu.menu-layout1 nav.template-main-menu>ul>li>a {
  padding: 10px 30px;
}

.header-menu.menu-layout1 nav.template-main-menu>ul>li .no-padding {
  padding-left: 3px;
}

.header-menu.menu-layout1 nav.template-main-menu>ul>li>a {
  padding: 10px 18px;
}

.header-contact li {
  list-style: none;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 0;
}

.header-contact li a {
  font-size: 17px;
}

.header-contact li a i {
  color: green;
}

.rt-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
  right: 0;
  background-color: #ffffff;
}

.rt-sticky nav.template-main-menu>ul>li>a {
  padding: 30px 15px;
}

.sticky-on.sticky #navbar-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.header-menu.menu-layout1.rt-sticky {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 150;
  background-color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-menu.menu-layout1.rt-sticky nav.template-main-menu>ul>li>a {
  padding: 35px 18px;
}

.header-menu.menu-layout1.rt-sticky nav.template-main-menu>ul>li>a {
  padding: 20px 8px;
}

.header-action-layout1 {
  justify-content: end;
  display: flex;
}

.rt-sticky .logo-area {
  padding-top: 10px;
}

.header-action-layout1 .action-list {
  display: flex;
  align-items: center;
}

.header-action-layout1 .action-item {
  color: #212121;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}

.header-action-layout1 .action-item {
  margin-right: 20px;
}

.header-action-layout1 .action-item:last-child {
  margin-right: 0;
}

.header-action-layout1 .action-item-style {
  color: #212121;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  width: -19%;
}

.header-action-layout1 .action-item-style:last-child {
  margin-right: 0;
}

.header-action-layout1 .left-right-btn {
  position: relative;
}

.header-action-layout1 .left-right-btn a:hover .item-count {
  color: var(--rt-primary-color);
  background-color: #fff;
}

.header-action-layout1 .left-right-btn a i {
  font-size: 16px;
  border: 1px solid #d1e5e0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.header-action-layout1 .left-right-btn a i:before {
  transition: all 0.3s ease-in-out;
  color: #960100;
}

.header-action-layout1 .left-right-btn a i:hover {
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}

.header-action-layout1 .left-right-btn a i:hover:before {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
  color: #ffffff;
}

.header-action-layout1 .left-right-btn a .icon-round:before {
  color: var(--rt-primary-color);
}

.header-action-layout1 .left-right-btn a .item-count {
  color: #ffffff;
  font-size: 12px;
  background-color: var(--rt-primary-color);
  border: none;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -10px;
  right: -3px;
}

.header-action-layout1 .wish-btn {
  position: relative;
}

.header-action-layout1 .wish-btn a:hover .item-count {
  color: var(--rt-primary-color);
  background-color: #fff;
}

.header-action-layout1 .wish-btn a i {
  color: var(--rt-primary-color);
  font-size: 16px;
  border: 1px solid #d1e5e0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.header-action-layout1 .wish-btn a i:before {
  transition: all 0.3s ease-in-out;
  color: #960100;
}

.header-action-layout1 .wish-btn a i:hover {
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}

.header-action-layout1 .wish-btn a i:hover:before {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
  color: #ffffff;
}

.header-action-layout1 .wish-btn a .icon-round:before {
  color: var(--rt-primary-color);
}

.header-action-layout1 .wish-btn a .item-count {
  color: #ffffff;
  font-size: 12px;
  background-color: var(--rt-primary-color);
  border: none;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -10px;
  right: -3px;
}

.header-action-layout1 .my-account i {
  color: #557C70;
  font-size: 16px;
  /* border: 1px solid #d1e5e0; */
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.header-action-layout1 .my-account i:before {
  transition: all 0.3s ease-in-out;
  color: #557C70;
}

.header-action-layout1 .my-account i:hover {
  color: #333;
  background-color: #fff;
}

.header-action-layout1 .my-account i:hover:before {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
  color: #070707;
}

.header-action-layout1 .my-account .icon-round:before {
  color: var(--rt-primary-color);
}

.header-action-layout1 .my-account {
  margin-right: 0;
}

.header-action-layout1 .my-account2 {
  display: flex;
  align-items: center;
}

.header-action-layout1 .my-account2:before {
  display: none;
}

.header-action-layout1 .my-account2 i {
  color: var(--rt-primary-color);
  font-size: 16px;
  border: 1px solid #d1e5e0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.header-action-layout1 .my-account2 i:before {
  transition: all 0.3s ease-in-out;
  color: var(--rt-primary-color);
}

.header-action-layout1 .my-account2 i:hover {
  background-color: var(--rt-primary-color);
  border-color: var(--rt-primary-color);
}

.header-action-layout1 .my-account2 i:hover:before {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
  color: #ffffff;
}

.header-action-layout1 .listing-button {
  position: relative;
}

.header-action-layout1 .listing-button:hover .listing-btn span {
  background-color: var(--rt-primary-color);
}

.header-action-layout1 .listing-button:hover .listing-btn span i {
  transform: rotate(180deg);
}

.header-action-layout1 .listing-button:hover .listing-btn .item-text::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  left: 0;
}

.header-action-layout1 .listing-button .listing-btn {
  display: flex;
  align-items: center;
  background-color: transparent;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #557C70;
}

.header-action-layout1 .listing-button .listing-btn span {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 7px 15px;
  border-radius: 30px 0px 0px 30px;
}

.header-action-layout1 .listing-button .listing-btn span {
  display: none;
}

.header-action-layout1 .listing-button .listing-btn span i {
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.header-action-layout1 .listing-button .listing-btn .item-text {
  color: #557C70;
  background-color: transparent;
  padding: 6px 34px;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  position: relative;
  z-index: 1;
  font-size: 16px;
}

.header-action-layout1 .listing-button .listing-btn .item-text::after {
  content: "";
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  border-radius: 0px 30px 30px 0px;
  z-index: -1;
}

.header-action-layout1 .listing-button2:after {
  left: 208px;
  bottom: -22px;
}

.header-action-layout1 .listing-button2:after {
  display: none;
}

.header-action-layout4 {
  justify-content: flex-end;
}

.header-menu.menu-layout3 {
  position: relative;
  z-index: 99;
  padding: 0;
}

.header-menu.menu-layout3:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e3e6e6;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.header-menu.menu-layout2 {
  background-color: #ffffff;
  position: relative;
  z-index: 1000;
  padding: 0;
}

.header-menu.menu-layout2:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  position: absolute;
  bottom: 86px;
  left: 0;
  z-index: -1;
}

.header-menu.menu-layout2.rt-sticky {
  position: fixed;
  background-color: #fff;
  z-index: 100;
  left: 0;
  right: 0;
}

.header-menu.menu-layout2 nav.template-main-menu>ul>li>a {
  padding: 35px 18px;
}

.header-menu.menu-layout2 nav.template-main-menu>ul>li>a {
  padding: 30px 10px;
}

.header-menu.menu-layout2.rt-sticky nav.template-main-menu>ul>li>a {
  padding: 31px 15px;
}

.header-menu.menu-layout2.rt-sticky nav.template-main-menu>ul>li>a {
  padding: 30px 10px;
}

.header-menu.menu-layout2 nav.template-main-menu>ul>li .no-padding {
  padding-left: 3px;
}

.header-bottombar-area {
  padding: 15px 0px 20px;
}

.header-bottombar-area .rent-form .form-check-box {
  display: flex;
  align-items: center;
}

.header-bottombar-area .rent-form .form-check-box .checkbox-button .checkbox-button__label {
  font-size: 14px;
  font-weight: 400;
  color: #878c9f;
}

.header-bottombar-area .map-form {
  margin-bottom: 0;
}

.header-bottombar-area .map-form .control-style .form-control {
  height: 46px;
  border: 1px solid #e3e6e6;
  color: var(--rt-primary-color);
}

.header-bottombar-area .map-form .control-style .form-control:focus {
  box-shadow: none;
  outline: 0;
}

.header-bottombar-area .map-form .control-style ::placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}

.header-bottombar-area .map-form .rld-single-select .single-select {
  height: 46px;
  line-height: 46px;
  border: 1px solid #e3e6e6;
}

.header-bottombar-area .rld-main-search2 {
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  position: relative;
  margin-right: 0px;
}

.header-bottombar-area .rld-main-search2 .dropdown-filter {
  cursor: pointer;
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0px 5px 0px 0px;
  border: 0;
  font-size: 20px;
}

.header-bottombar-area .rld-main-search2 .dropdown-filter:after {
  display: none;
}

.header-bottombar-area .rld-main-search2 .filter-button .filter-btn1 {
  padding: 10px 25px;
}

.header-bottombar-area .rld-main-search2 .filter-button .search-btn {
  color: #ffffff;
  border: none;
  margin-right: 0;
  background-color: var(--rt-primary-color);
  transition: all 0.3s ease-in-out;
}

.header-bottombar-area .rld-main-search2 .filter-button .search-btn:hover {
  background-color: var(--rt-primary-dark);
}

.header-bottombar-area .rld-main-search2 .filter-button .search-btn:after {
  display: none;
}

.header-bottombar-area .rld-main-search2 .filter-button .search-btn span {
  display: none;
}

.header-bottombar-area .rld-main-search2 .filter-button .search-btn i {
  margin-left: 5px;
}

.header-bottombar-area .rld-main-search2 .filter-button .reset-btn {
  margin-right: 0;
}

.header-bottombar-area .rld-main-search2 .filter-button .reset-btn:hover i {
  color: #ffffff;
}

.header-bottombar-area .rld-main-search2 .filter-button .reset-btn i {
  margin-left: 5px;
  transition: all 0.4s ease;
}

.header-bottombar-area .testing-explore {
  position: relative;
}

.header-bottombar-area .explore__form-checkbox-list.full-filter {
  top: initial;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.header-bottombar-area .explore__form-checkbox-list.full-filter.filter-block {
  margin-top: 0;
}

.header-menu.menu-layout3.rt-sticky {
  position: fixed;
  background-color: #ffffff;
  box-shadow: none;
  z-index: 100;
  left: 0;
  right: 0;
  border-bottom: 0;
}

.header-menu.menu-layout3.rt-sticky nav.template-main-menu>ul>li>a {
  padding: 31px 15px;
}

.header-menu.menu-layout3.rt-sticky nav.template-main-menu>ul>li>a {
  padding: 30px 10px;
}

.header-menu.menu-layout3 nav.template-main-menu>ul>li>a {
  padding: 35px 18px;
}

.header-menu.menu-layout3 nav.template-main-menu>ul>li>a {
  padding: 30px 10px;
}

.header-menu.menu-layout3 nav.template-main-menu>ul>li .no-padding {
  padding-left: 3px;
}

.header-menu.menu-layout4 {
  padding: 0;
}

.header-menu.menu-layout4.rt-sticky {
  padding-top: 0;
}

.middle-bar.for-mobile-menu {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px 15px;
}

.middle-bar.for-mobile-menu ul li {
  margin: 3px 8px;
}

.search-wrap.for-mobile-menu form {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-wrap.for-mobile-menu input {
  color: #000000;
  border: 0;
  height: 40px;
  padding: 5px 15px;
  background-color: transparent;
}

.search-wrap.for-mobile-menu input:focus {
  outline: none;
}

.search-wrap.for-mobile-menu .search-btn {
  height: 40px;
  padding: 5px 20px;
  background-color: transparent;
  border: 0;
  color: #818284;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-wrap.for-mobile-menu .search-btn:focus {
  outline: none;
}

.search-wrap.for-mobile-menu .search-btn:hover {
  color: var(--rt-primary-dark);
}

.search-wrap.for-mobile-menu input::-webkit-input-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}

.search-wrap.for-mobile-menu input::-moz-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}

.search-wrap.for-mobile-menu input:-moz-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}

.search-wrap.for-mobile-menu input:-ms-input-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}

.btn-ghost.for-mobile-menu {
  border: 1px solid var(--rt-primary-color);
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  color: var(--color_primary);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-ghost.for-mobile-menu:hover {
  background-color: var(--color_primary);
  color: #ffffff;
}

.action-btn.for-mobile-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}

.action-btn.for-mobile-menu a {
  color: var(--color_text_heading);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.action-btn.for-mobile-menu a:after {
  content: "|";
  padding: 0 5px 0 8px;
}

.action-btn.for-mobile-menu a:last-child:after {
  display: none;
}

.action-btn.for-mobile-menu a:hover {
  color: var(--color_primary);
}

.offscreen-navigation .menu>li {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 70px;
}

.offscreen-navigation .menu>li:last-child {
  border-bottom: 0;
}

.offscreen-navigation .menu>li>a {
  background-color: #f3f3f3;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
 
  padding-left: 30px;
  /*padding: 12px 30px;*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.menu-main-primary-container {
    margin-top: 70px;
}

.offscreen-navigation .menu>li>a:hover {
  background-color: #f8f8f8;
}

.offscreen-navigation .menu>li>a.opened {
  background-color: #f8f8f8;
}

.offscreen-navigation .sub-menu {
  display: none;
  background-color: #ffffff;
}

.offscreen-navigation .sub-menu li a {
  border-top: 1px solid #f1f1f1;
  padding-left: 50px;
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.offscreen-navigation .sub-menu li a:hover {
  background-color: rgba(0, 113, 220, 0.05);
}

.offscreen-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offscreen-navigation ul li>a {
  display: block;
  position: relative;
  color: #000000;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.dropdown-menu-col-1 li a {
  padding: 12px 40px;
}

.offscreen-navigation ul li>a:hover {
  color: var(--color_primary);
}

.offscreen-navigation ul li.menu-item-has-children>a:after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #333;
  display: inline-block;
  transform: rotate(45deg) translate(1px, -4px);
  border-left: none;
  border-top: none;
  margin-left: 8px;
  position: absolute;
  right: 27px;
  top: 19px;
}

.offscreen-navigation ul li.menu-item-has-children>a:before {
  color: #999999;
  content: "\f068";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 20px;
  position: absolute;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.offscreen-navigation ul li.menu-item-has-children>a.opened:after {
  opacity: 1;
  /* visibility: hidden; */
}

.offscreen-navigation ul li.menu-item-has-children>a.opened:before {
  /* opacity: 1; */
  /* visibility: visible; */
}

.rt-slide-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  transition: .5s cubic-bezier(.77, 0, .175, 1);
  overflow: auto;
}

.rt-slide-nav.open {
  left: 0;
  background: #f3f3f3;
}

.rt-header-menu {
  padding: 0px;
  border-bottom: 1px solid rgba(81, 81, 81, 0.15);
  transition: all 0.5s;
}

.rt-header-menu.rt-sticky {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 999;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  padding-top: 0;
  z-index: 150;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.mean-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 15px;
  background-color: rgb(255 255 255 / 80%);
}

.mean-bar-style-2 {
  background-color: rgba(0, 0, 0, 0.8);
}

body .sidebarBtn {
  display: block;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 9999;
}

body .sidebarBtn .bar {
  background: #111;
  height: 3px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body .sidebarBtn .bar:nth-child(2),
body .sidebarBtn .bar:nth-child(3) {
  width: 25px;
  margin-left: 5px;
}

body .sidebarBtn .bar:last-child {
  margin-bottom: 0;
}

.slidemenuon {
  position: relative;
}

body.sticky-header.slidemenuon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000057;
}

body.slidemenuon .sidebarBtn .bar:nth-child(2),
body.slidemenuon .sidebarBtn .bar:nth-child(3) {
  opacity: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}

body.slidemenuon .sidebarBtn .bar:nth-child(4) {
  -webkit-transform: rotate(-45deg) translate(8px, -8px);
  -ms-transform: rotate(-45deg) translate(8px, -8px);
  transform: rotate(-45deg) translate(9px, -10px);
}

.mean-bar--right {
  display: flex;
  align-items: center;
  justify-content: end;
}

.mean-bar--right {
  min-width: 100px;
}

.mean-bar--right .actions a {
  color: #100f0f;
  font-size: 20px;
}

.template-search {
  position: fixed;
  top: 10%;
  right: 15%;
  width: 400px;
  height: 200px;
  background-color: #ffffff;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 0.7s ease-in-out;
}

.template-search .search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.template-search .search-form input[type="search"] {
  width: 60%;
  color: #000000;
  font-size: 40px;
  text-align: left;
  border: none;
  border-bottom: 2px solid;
  margin: 0 auto;
  padding: 10px 0;
  outline: none;
}

.template-search .search-form .search-btn {
  padding: 28px 60px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  transform: translateX(-150px) translateY(-10px);
  background-color: transparent;
  transition: all 0.3s ease-out;
}

.template-search .search-form .search-btn i {
  margin-left: 0;
}

.template-search .search-form .search-btn:focus {
  box-shadow: none;
  outline: none;
}

.template-search .search-form input::-webkit-input-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}

.template-search .search-form input::-moz-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}

.template-search .search-form input:-moz-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}

.template-search .search-form input:-ms-input-placeholder {
  color: #878c9f;
  font-size: 15px;
  font-weight: 400;
}

.template-search .close {
  position: fixed;
  top: 0;
  right: 20px;
  color: #000000;
  border: none;
  opacity: 0.7;
  height: 44px;
  line-height: 31px;
  visibility: visible;
  padding: 3px 15px 5px;
  font-size: 37px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.template-search .close:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.template-search .close:hover {
  opacity: 1;
}
.enquiry h2{
    margin-bottom: 16px;
}

.template-search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 0.95;
  visibility: visible;
}

/*start top header*/
.top-header {
  background-color: #f5f6f7;
  padding: 9px 0;
  display: none;
}

.top-header-menu {
  display: none;
  justify-content: end;
}

.top-header-menu li {
  list-style: none;
  display: inline-block;
  margin: 0 11px;
  font-size: 15px;
}

.top-header-menu li a {
  color: #494747;
  font-weight: 500;
  font-size: 14px;
}

.header-adress li {
  list-style: none;
  display: inline-block;
  margin: 0 20px;
  font-size: 13px;
  color: #494747;
  font-weight: 500;
  outline: 0;
}

.header-adress li a {
  font-size: 18px;
}

.header-adress {
  text-align: center;
  margin-bottom: 0;
 
}

.header-adress li span {
  vertical-align: middle;
  margin-left: 5px;
}

.header-adress li i {
  vertical-align: middle;
  font-weight: 600;
}

/*start footer*/
footer {
  padding: 75px 0 50px;
}

.footer-category h5 {
  font-size: 18px;
  font-weight: 800;
  color: #111;
  line-height: 24px;
  margin-bottom: 20px;
}

.footer-category ul {
  padding-left: 0;
}

.footer-category ul li {
  margin-bottom: 11px;
  line-height: 24px;
  list-style: none;
}

.footer-category ul li a {
  font-size: 14px;
  color: #111;
  line-height: 19px;
  vertical-align: middle;
}


.footer-category ul li a i {
  width: 15px;
  float: left;
  line-height: 26px;
  margin-right: 5px;
}

.footer-category ul li a span {
  display: table;
}


.footer-category ul li a img {
  width: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

.social__icon li {
  display: inline-block;
  margin-right: 10px;
}

.copyright {
  border-top: 1px solid #bdbdbd;
  padding-top: 20px;
  margin-top: 20px;
  flex-direction: column;
  text-align: center;
}

.copyright {
  border-top: 1px solid #bdbdbd;
  padding-top: 20px;
  margin-top: 20px;
  flex-direction: column;
  text-align: center;
}

.copyright p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 26px;
  color: #111;
}

.copyright ul {
  font-size: 17px;
  ine-height: 26px;
  margin-bottom: 0;
  padding-left: 20px;
}

.copyright ul li {
  display: inline-block;
  margin-bottom: 0;
  line-height: 26px;
}

.copyright ul li a {
  color: #111;
  border-right: 1px solid #111;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 15px;
  line-height: 26px;
}

.copyright ul li:last-child a {
  border-right: none;
}

/*end footer*/

/*start banner*/
.banner-main {
  padding: 50px 0;
  background-position: top center;
  height: auto;
  background-color: #11115d;
}

.banner-main h1 {
  color: #fff;
}

.banner-main p {
  font-size: 16px;
  color: #f9f9f9;
  line-height: 26px;
  font-weight: 500;
}

.banner-main p span {
  margin-top: 20px;
  background: -webkit-linear-gradient(91.89deg, #f09784 -13.87%, #b1184f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
}
}


/*end banner*/

/*start about us*/

.about-content {
  padding-left: 0px;
  padding-right: 0px;
}

.about-us-main {
  /*padding-top: 80px;*/
  padding: 50px 10px;
}
.about-us-content ul{
    padding-left: 20px;
    list-style: disc;
}

.about-us img {
  padding: 0 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*start cta*/
.cta-main {
  background: linear-gradient(-45deg, #f89f83, #ec2350, #f09730, #c60449);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  padding: 80px 0;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/*start testimonial*/
.swiper-button-next,
.swiper-button-prev {
  color: #11115d !important;
}

.testimonial .swiper {
  width: 100%;
  height: 100%;
}

.testimonial .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.testimonial .swiper-button-next,
.testimonial .swiper-button-prev {
  top: 36%;
}

.testimonial .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.testimonial .swiper-slide .testi-img {
  position: relative;
}

.testimonial .swiper-slide .testi-img:after {
  content: '';
  position: absolute;
  right: -7px;
  top: 30px;
  width: 15px;
  height: 28%;
  background-color: #ec2350;
}

.testimonial-item {
  text-align: left;
  background-color: #dfe1e1;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.testimonial-item .content h6 {
  font-size: 20px;
  position: relative;
  margin-top: 0;
  line-height: 30px;
}

.testimonial-item .content {
  padding: 15px 10px;
}

.testimonial-item .content p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 26px;
}

.testimonial-item .content a {
  color: #ec2350;
}

.testi-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

/*start enquiry*/
iframe {
  width: 100%;
}

.enquiry-left-content {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.contact-panel {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
  box-shadow: 0 0 4px rgba(0, 0, 0, .15);
}

.contact-panel .form-group-icon {
  margin-bottom: 15px;
  padding: 0 5px;
}

.contact-panel .form-group-icon label {
  color: #737373;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 13px;

}

.contact-panel .form-group-icon .form-control,
.contact-panel .form-group-icon .form-select {
  background: transparent;
  width: 100%;
  height: 35px;
  border: 1px solid #c4c4c4;
  padding: 8px 10px;
  border-radius: 4px;
  position: relative;
}

.contact-panel .form-group-icon textarea {
  height: 80px !important;
}

.contact-panel .form-group-icon i {
  position: absolute;
  top: 59%;
  left: 27px;
  font-size: 19px;
  font-weight: 600;
}

.contact-panel .form-group-icon .iti {
  width: 100%;
}

.contact-panel .form-group-icon .iti .iti__flag-container {
  left: 0px;
}

#Visit-Visas h2 {
  margin-top: 20px;
}

.visa-info h2 {
  font-size: 18px;
}

.contact-panel .form-group-icon .iti .iti__flag-container .iti__selected-flag {
  background-color: transparent;
}

.contact-panel .form-group-icon .iti .iti__flag-container .iti__country-list {
  white-space: inherit;
}

.contact-panel .form-group-icon .form-control,
.contact-panel .form-group-icon .form-select {
  background: transparent;
  width: 100%;
  height: 40px;
  border: 1px solid #c4c4c4;
  padding: 8px 10px;
  border-radius: 4px;
  position: relative;
}

.contact-panel .form-group-icon .form-control,
.contact-panel .form-group-icon .form-select {
  height: 48px;
  font-size: 16px;
  color: #4f4c4c;
}

/*  start process*/
.process-section {
  position: relative;
}

.process-block-one .inner-box {
  position: relative;
  display: block;
  text-align: center;
}

.process-block-one .inner-box .icon-box {
  position: relative;
  margin-bottom: 23px;
}

.process-block-one .inner-box .icon-box img {
  width: 80px;
}

.process-block-one .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #333;
}

.process-block-one .inner-box p {
  font-size: 16px;
  line-height: 25px;
  display: none;
}

.process-block-one .inner-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 800;
  padding-right: 35px;
  text-transform: uppercase;
}

.process-block-one .inner-box a span {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.process-block-one .inner-box a:hover span {
  opacity: 1;
}

.process-block-one .inner-box a:hover {
  padding-right: 120px;
}

.process-block-one .inner-box a i {
  position: absolute;
  font-size: 18px;
  top: 2px;
  right: 0px;
}

.process-block-one .inner-box a:after {
  position: absolute;
  content: '\f141';
  font-family: 'Font Awesome 5 Pro';
  top: 0px;
  right: 17px;
  font-size: 16px;
  transition: all 500ms ease;
}

.process-section .inner-content {
  padding-bottom: 45px;
}

.process-block-one .inner-box:before {
  position: absolute;
  content: '';
  background: #dedede;
  width: 1px;
  height: 100%;
  top: 0px;
  right: -15px;
}

.process-block:last-child .process-block-one .inner-box:before {
  display: none;
}

.process-section .lower-box h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 31px;
}

.process-section .lower-box h2 a {
  display: inline-block;
  line-height: 30px;
}

.process-block-one .inner-box:before {
  position: absolute;
  content: '';
  background: #dedede;
  width: 1px;
  height: 100%;
  top: 0px;
  right: -15px;
}

.process-block-one .inner-box a span {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.process-block-one .inner-box a:after {
  position: absolute;
  content: '...';
  top: -8px;
  right: 13px;
  font-size: 27px;
  transition: all 500ms ease;
  vertical-align: top;
}

/*Start blog section*/

.blog-small-item.row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.blog-right-part .blog-small-item.row:last-child {
  border-bottom: none;
}

.blog-small-item h6 {
  font-weight: 600;

}

.blog-bigger img {
  border-radius: 8px;
  margin-bottom: 20px;
}

.blog-right-part {
  padding-left: 0px;
}

.blog-bigger h3 {
  font-weight: 800;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.blog-small-item img {
  border-radius: 8px;
}

.post-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: center;
}

/* start table */
.table-wrap {
  border: none;
  box-shadow: none;
  background: transparent;
}

.table-scroll {
  overflow: visible;
}

table {
  display: block;
  min-width: initial;
  border: 0;
}

caption {
  padding: 0 0 12px;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  color: var(--text);
}

thead {
  display: none;
}

tbody {
  display: grid;
  gap: 12px;
}

/*tr{
  display:grid;
  background:var(--bg);
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:0 6px 16px rgba(0,0,0,.05);
  overflow:hidden;
}*/
/*td{
  display:flex; 
  justify-content:space-between; 
  gap:16px;
  padding:12px 14px; 
  border:0; 
  border-bottom:1px dashed #ddd;
}*/
.table-wrap {
  width: 100%;
  overflow-x: auto;
  /* enables horizontal scroll */
  -webkit-overflow-scrolling: touch;
  /* smooth scroll on iOS */
  margin-top: 20px;
}

.table-scroll table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
  /* force scroll on small screens */
}

.table-scroll th,
.table-scroll td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  /* prevents text from wrapping */
}

td:last-child {
  border-bottom: 0;
}

tbody td ul li {
  font-size: 15px;
  margin-bottom: 0;
  list-style: disc;
}

tbody td h6 {
  font-weight: 800;
  font-size: 20px;
}

tbody td p {
  font-size: 17px;
  margin-bottom: 0;
}

tbody td a {
  font-size: 20px;
  float: right;
  color: #004792;
}

tbody td a i {
  vertical-align: middle;
}

.icon-btn {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Mulish' !important;
}

.icon-btn i {
  position: relative;
  left: 0%;
  /* start hidden on the left */
  transition: left 0.3s ease;
}

.icon-btn:hover i {
  left: 5%;
  /* slide to center */
}

.item {
  font-size: 17px;
}

.customer {
  font-size: 15px;
  font-weight: 800;
}

/* Pills/badges */
.badge {
  display: inline-block;
  padding: .25rem .55rem;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  border: 1px solid var(--border);
  color: #374151;
  background: #fff;
}

.badge.ok {
  border-color: #bbf7d0;
  background: #ecfdf5;
  color: #065f46;
}

.badge.warn {
  border-color: #fde68a;
  background: #fffbeb;
  color: #92400e;
}

.tabs_wrapper {
  width: 100%;
  margin: 0 auto;
  background: transparent;
  margin-top: 0px;
}

/* Mobile-first (accordion view is default) */
ul.tabs {
  display: none;
}

.tab_container {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-top: none;
  border-radius: 0;
  box-shadow: 2px 2px 10px rgb(239 236 236 / 50%);
}

.tab_content {
  padding: 20px;
  height: 100%;
  display: none;
}

.tab_content h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.tab_content p {
  font-size: 14px;
  line-height: 24px;
}

.tab_drawer_heading {
  background: #f9f9f9;
  color: #111;
  margin: 0;
  padding: 12px 4px;
  display: block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-size: 14px;
}

.tab_drawer_heading span {
  border: 1px solid #d61d69;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  color: #d61d69;
  text-align: center;
  margin-right: 7px;
}

.tab_drawer_heading.d_active span {
  background-color: #d61d69;
  color: #fff;
}

.tab_drawer_heading i {
  float: right;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  position: relative;
  top: -48px !important;
}

.tab_drawer_heading:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae0046", endColorstr="#fb0f56", GradientType=0);
}

.d_active {
  background: #fff;
  background: #f9f9f9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c001e", endColorstr="#9f0735", GradientType=0);
  color: #111;
}

/*start steps*/
/* Start Steps */
.step-info {
  font-size: 13px;
  font-weight: 700;
  color: #11115d;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* Progress bar */
.progress-bar {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
  height: 6px;
  background: transparent;
}

.progress-bar div {
  flex: 1;
  height: 100%;
  background: #eef0f7;
  border: none;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.progress-bar div.active {
  background: #11115d;
}

.progress-bar div.completed {
  background: #11115d;
}

/* Step Content */
.step p:first-child {
  font-size: 28px;
  font-weight: 800;
  color: #0c0c2e;
  margin-bottom: 10px;
  line-height: 1.2;
}

.step-subtitle {
  font-size: 15px;
  color: #6a6a8e;
  margin-bottom: 30px;
  display: block;
}

/* Options */
.options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.options button {
  border: 1px solid #e2e4ed;
  background: #fff;
  padding: 18px 24px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px;
  text-align: left;
  display: flex;
  align-items: center;
  color: #2d2d4d;
  position: relative;
  width: 100%;
}

/* Radio circle indicator (Selection feedback) */
.options button::before {
  content: '';
  width: 22px;
  height: 22px;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  margin-right: 18px;
  flex-shrink: 0;
  transition: all 0.2s ease;
  background: #fff;
}

.options button:hover {
  border-color: #11115d;
  background: #fafbff;
  transform: translateY(-1px);
}

.options button.selected {
  background: #fff;
  border-color: #11115d;
  color: #11115d;
  box-shadow: 0 4px 12px rgba(17, 17, 93, 0.08);
}

.options button.selected::before {
  border-color: #11115d;
  background: radial-gradient(circle, #11115d 40%, #fff 45%);
  border-width: 2px;
}

/* Navigation Buttons */
.nav-buttons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.nav-buttons button {
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.back-btn {
  background: #fff;
  color: #4b5563;
  border: 1px solid #e5e7eb;
  min-width: 120px;
}

.back-btn:hover {
  background: #f9fafb;
  border-color: #d1d5db;
  color: #1f2937;
}

.next-btn {
  background: #11115d;
  color: white;
  border: 1px solid #11115d;
  min-width: 140px;
  margin-left: auto;
}

.next-btn:hover:not(:disabled) {
  background: #0a0a40;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(17, 17, 93, 0.2);
}

.next-btn:disabled {
  background: #e5e7eb;
  color: #9ca3af;
  border: 1px solid #e5e7eb;
  cursor: not-allowed;
}

/* Steps control */
.step {
  display: none;
}

.step.active {
  display: block;
  animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Step box refinement */
.step-box {
  background: #fff;
  border: 1px solid #f0f1f5;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  margin: 0;
}

.step-form {
  padding: 50px;
}

/* Redesigned Calculator Sidebar */
@media (min-width: 992px) {
  .calculator-sidebar {
    position: sticky;
    top: 100px;
  }
}

.sidebar-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(17, 17, 93, 0.05);
  border: 1px solid #f0f1f5;
  transition: all 0.3s ease;
  margin-bottom: 24px;
}

.sidebar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(17, 17, 93, 0.08);
}

.sidebar-card .card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.sidebar-card .icon-box-large {
  font-size: 32px;
  color: #11115d;
  background: #f1f5f9;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  flex-shrink: 0;
}

.sidebar-card .icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #e2e8f0;
}

.sidebar-card .icon-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-card .icon-circle-bg {
  width: 54px;
  height: 54px;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #11115d;
  flex-shrink: 0;
}

.bg-blue-light {
  background: #eef2ff !important;
  color: #4338ca !important;
}

.bg-red-light {
  background: #fff1f2 !important;
  color: #11115d !important;
}

.sidebar-card .card-title {
  font-size: 19px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 4px;
  line-height: 1.2;
}

.sidebar-card .card-subtitle {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 0;
  line-height: 1.4;
}

.selected-country-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-circle-sm {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.icon-circle-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-card .card-subtitle span#selectedCountryName {
  color: #11115d;
  font-weight: 700;
}

/* Result Card Specifics */
.result-card .score-container {
  text-align: center;
  padding: 16px;
  background: linear-gradient(135deg, #11115d 0%, #2a2a8a 100%);
  border-radius: 16px;
  color: #ffffff;
}

.result-card .score {
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 5px;
  background: none !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
  display: block !important;
}

.result-card .score-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  margin-bottom: 0;
}

/* Help Card Specifics */
.card-actions {
  display: flex;
  flex-direction: column;
}

.consult-btn {
  font-size: 15px;
  font-weight: 700;
  color: #11115d;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}

.consult-btn:hover {
  color: #c72832;
  transform: translateX(5px);
}

.phone-link-fixed {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #f8fafc;
  border-radius: 12px;
  color: #11115d;
  font-weight: 800;
  text-decoration: none !important;
  font-size: 14px;
  border: 1px solid #f1f5f9;
  transition: all 0.3s;
  line-height: 1.3;
}

.phone-link-fixed:hover {
  background: #11115d;
  color: #ffffff !important;
  border-color: #11115d;
}

.phone-link-fixed i {
  font-size: 18px;
  color: #11115d;
}

.phone-link-fixed:hover i {
  color: #ffffff;
}

@media (max-width: 991px) {
  .calculator-sidebar {
    margin-top: 40px;
  }
}
@media (max-width: 991px){
    .tab_content{
        padding: 10px 0px;
    }
}



/* Result Step Styles */
.result-container {
  padding: 20px 0;
  animation: fadeIn 0.6s ease-out;
}

.result-title {
  font-size: 32px;
  font-weight: 800;
  color: #0c0c2e;
  margin-bottom: 20px;
}

.result-message {
  max-width: 600px;
  margin: 0 auto;
}


/*start team */
.team-member-img {
  width: 150px;
  height: 150px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  filter: grayscale(90%);
}

.team-member {
  text-align: center;
}

.team-member-img:hover {
  background: linear-gradient(91.89deg, #f46b47 -13.87%, #de0d4f 100.42%);
  border-radius: 50%;
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 3px;
  transition: 0.3s ease-in-out;
  filter: grayscale(0%);
}

.team-member-img img {
  border-radius: 50%;
  height: 144px;
   width: 100%;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-row {
  display: grid;
  grid-template-columns: 40px 1fr;
  /* Mobile default */
  grid-template-rows: auto auto;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.info-number {
  font-size: 20px;
  font-weight: bold;
  color: #0b1c3d;
}

.info-title {
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
}

.info-title:before {
  content: "\e909";
  font-family: 'icomoon' !important;
  font-size: 15px;
  float: right;
  vertical-align: middle;
  top: 7px;
  position: relative;
  font-weight: 300;
}

.info-desc {
  font-size: 14px;
  color: #111;
  grid-column: span 2;
  display: none;
  /* Hidden in accordion mode */
  margin-top: 10px;
}

/* Accordion active */
.info-desc.active {
  display: block;
}

/*start license section*/
.license .swiper-container {
  width: 100%;
  height: 100%;
  margin-top: 40px;
  padding-bottom: 20px;
}

.license .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.license .swiper-button-next:after,
.license .swiper-button-prev:after {
  font-size: 26px;
}

.license .swiper-button-next,
.license .swiper-button-prev {
  top: auto;
  bottom: 0px;
  width: 20px;
  height: 20px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

.license .swiper-button-prev {
  left: 45%;
}

.license .swiper-button-next {
  right: 45%;
}

.cirtificate-item {
  text-align: left;
}

.cirtificate-item h6 {
  font-size: 20px;
  font-weight: 800;
}

/* The Modal (background) */
.licence-modal .column {
  float: left;
  width: 25%;
}

.licence-modal.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.licence-modal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.licence-modal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.licence-modal .close:hover,
.licence-modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.license .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.licence-modal .prev,
.licence-modal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.licence-modal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.licence-modal .prev:hover,
.licence-modal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.licence-modal .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.licence-modal .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.licence-modal .demo {
  opacity: 0.6;
}

.licence-modal .active,
.licence-modal .demo:hover {
  opacity: 1;
}

.breadcrumb {
  padding: 50px 0 30px
}

/*calculator*/
.calculator-main {
  padding: 20px 0 80px;
}

/*start migrate form*/
.migrate-main {
  padding: 20px 0 80px;
}

.migrate-form {
  padding: 40px;
  border: 1px solid #dddd;
}

.migrate-form .form-group-icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.migrate-form .form-group-icon span {
  font-weight: 700;
  white-space: nowrap;
  padding: 0 9px 0 2px;
  line-height: 28px;
  font-size: 18px;
}

.migrate-form .form-group-icon label {
  font-weight: 700;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 10px;
}

.migrate-form .form-group-icon .form-control,
.migrate-form .form-group-icon .form-select {
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  cursor: pointer;
  padding: 0 5px !important;
  font-size: 16px;
  height: 28px !important;
  min-width: none;
  max-width: none;
  width: 100%;
  color: #666;
  font-size: 15px;
}

.migrate-form .form-group-icon .form-control:placeholder,
.migrate-form .form-group-icon .form-select {
  color: #666;
}

.migrate-form .form-group-icon .form-control:focus-visible,
.migrate-form .form-group-icon .form-select:focus-visible {
  border: none;
  outline: none;
}

.migrate-form .iti {
  display: block;
  margin-top: 10px;
}

.tacbox {
  display: block;
  max-width: 800px;
  margin-bottom: 20px;
}

.tacbox input {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

.tacbox a {
  font-size: 18px;
  margin-left: 5px;
}

.Confused {
  display: flex;
  align-items: start;
  margin-top: 10px;
}

.Confused img {
  width: 80px;
  margin-right: 10px;
}

.Confused h6 {
  font-size: 20px;
  font-weight: 700;
}

.migrate-img img {
  min-height: auto;
}

/*start contact*/
.adress-box {
  background-color: #f2f6f9;
}

.adress-box {
  background-color: #f2f6f9;
  padding: 20px;
}

.adress-box .adress-box-item h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.adress-box-item {
  margin-bottom: 20px;
}

.video-card {
  position: relative;
  max-width: 100%;
  height: 510px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  background: #000;
  /* box-shadow: 0 10px 24px rgba(0,0,0,.15); */
}


/* Thumbnail state */
.thumb {
  width: 100%;
  height: 500px;
  display: grid;
  place-items: center;
  cursor: pointer;
  position: relative;
  user-select: none;
}

.thumb img {
  width: 100%;
  height: 500px;
  object-fit: fill;
  filter: saturate(1.05);
  display: block;
}

.play-badge {
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  display: none;
  place-items: center;
  transition: transform .2s ease, background .2s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
}

.play-badge::before {
  content: "";
  border-style: solid;
  border-width: 14px 0 14px 22px;
  border-color: transparent transparent transparent #000;
  margin-left: 4px;
}

.thumb:hover .play-badge,
.thumb:focus-visible .play-badge {
  transform: scale(1.06);
  background: #fff;
}

/* Video state */
.video-card video {
  width: 100%;
  height: 500px;
  display: block;
}

/* Make the thumbnail focusable for keyboard users */
.thumb {
  outline: none;
}

.thumb:focus-visible {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, .6) inset;
}

/*start country */
.visa-offer-country-items>li {
  overflow: hidden;
}

.visa-offer-country-items {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  gap: 30px;
}

.visa-offer-country-items>li {
  cursor: grab;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  margin-top: 30px;
  padding: 20px;
  list-style: none;
  width: 100%;
  height: inherit;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid #dddddd;
  border-radius: 20px;
  min-height: auto;
  background: #fff;
}

.bg-dark .visa-offer-country-items>li {
  background: var(--dark-secondary);
}

.visa-offer-country-items li.out::after {
  opacity: 0;
}

.visa-offer-country-items li .visa-offer-country-item.big-section {
  width: 100%;
}

.visa-offer-country-items li.out {
  width: 100%;
  background: #fff;
}

.bg-dark .visa-offer-country-items li.out {
  background: var(--dark);
}

.accrdion-portfolio-area .visa-offer-country-item {
  display: inline-block;
  height: auto;
  min-height: auto;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.visa-offer-country-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  position: relative;
}


.visa-offer-country-item .icon img {
  height: 80px;
}

.visa-offer-country-item .country {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0px;
}

.visa-offer-country-item .country h5 {
  margin-bottom: 3px;
  font-size: 20px;
  writing-mode: inherit;
  font-weight: 700;
  line-height: 25px;
}

.visa-offer-country-item .country .content {
  display: flex;
  flex-direction: column;
}

.visa-offer-country-item .country span {
  writing-mode: inherit;
}

.out .visa-offer-country-item .country h5 {
  writing-mode: inherit;
}

.out .visa-offer-country-item .country span {
  writing-mode: inherit;
  font-size: 18px;
}

.out .visa-offer-country-item .country .content {
  display: block;
  width: 75%;
}

.out .visa-offer-country-item .country {
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}

ul.list-style-one {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.list-style-one {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.list-style-one li {
  position: relative;
  padding-left: 25px;
  margin-top: 5px;
  font-size: 17px;
  margin-bottom: 5px;
}

ul.list-style-one li::after {
  position: absolute;
  left: 0;
  top: 10px;
  content: "\e90d";
  font-family: "icomoon";
  height: 16px;
  width: 16px;
  background: red;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
}

.color-secondary ul.list-style-one li::after {
  background: var(--color-secondary);
}

.visa-offer-country-item .bottom {
  margin-top: 0;
}


.visa-offer-country-item ul.list-style-one {
  position: relative;
  transition: all 0.15s ease-in-out;
  transform: none;
  visibility: visible;
  opacity: 1;
}

.out .visa-offer-country-item ul.list-style-one {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
  transform: translateY(0);
  margin-bottom: 20px;
}

.visa-offer-country-item .btn-style-one {
  transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
}

.out .visa-offer-country-item .btn-style-one {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
}

.bg-dark .visa-offer-country-items>li {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.out .visa-offer-country-item .btn-style-one:hover {
  transition-delay: inherit !important;
}

/* base: mobile-first (one slide row, scroll-snap slider) */
.visa-offer-country-items {
  list-style: none;
  padding: 8px 12px;
  margin: 0;
  display: flex;
  /* row of slides */
  overflow-x: auto;
  /* horizontal scroll */
  scroll-snap-type: x mandatory;
  /* snap! */
  -webkit-overflow-scrolling: touch;
  gap: 16px;
  scroll-padding-inline: 12px;
  scrollbar-width: none;
  /* Firefox */
  mask-image: linear-gradient(to right, transparent 0, black 24px, black calc(100% - 24px), transparent 100%);
  margin-top: 0px;
}

.visa-offer-country-items::-webkit-scrollbar {
  display: none;
}

.visa-offer-country-items>li {
  flex: 0 0 80%;
  /* slide width (tweak 70ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“90%) */
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.visa-offer-country-item {
  background: #fff;
  border-radius: 20px;
  height: auto;
  min-height: 100%;
}

.visa-offer-country-item .country {
  display: flex;
  align-items: center;
  gap: 14px;
}

.visa-offer-country-item .icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

/* --- TABLET and up --- */
@media (min-width: 992px) {
  .visa-offer-country-items {
    display: grid;
    overflow: visible;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0;
    mask-image: none;
  }

  .visa-offer-country-items>li {
    flex: initial;
  }

  .visa-offer-country-item .country h5 {
    writing-mode: vertical-lr;
  }

  .visa-offer-country-item .country span {
    writing-mode: vertical-lr;
  }

}

/* --- SMALL DESKTOP --- */
@media (min-width: 1200px) {
  .visa-offer-country-items {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* --- LARGE DESKTOP --- */
@media (min-width: 1400px) {
  .visa-offer-country-items {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* spacing helpers */
.mt-30 {
  margin-top: 30px;
}

.typing-text {
  font-weight: 600;
  font-size: 30px;
}

.typing-text span {
  margin-top: 0;
  font-weight: 600;
  font-size: 30px;
}

.text_1 {
  animation: text1;
}

.text_2 {
  animation: text2;
}

.text_1,
.text_2 {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  animation-duration: 20s;
  animation-timing-function: steps(25, end);
  animation-iteration-count: infinite;
}

.text_1::after,
.text_2::after {
  content: "";
  position: absolute;
  right: 0;
  animation: caret infinite;
  animation-duration: 1s;
  animation-timing-function: steps(1, end);
}

@keyframes text2 {

  0%,
  50%,
  100% {
    width: 0;
  }

  60%,
  90% {
    width: 21.2em;
  }
}

@keyframes text1 {

  0%,
  50%,
  100% {
    width: 0;
  }

  10%,
  40% {
    width: 17em;
  }
}

@keyframes caret {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.banner-btns {
  display: flex;
  gap: 13px;
  margin-top: 30px;
}

.banner-btns .primary-btn {
  border: 1px solid #cf1970;
  color: #fff;
}

.banner-btns .secondary-btn {
  background: #fff;
  color: #11115d;
  border: 1px solid #fff;
}

.blog-detail-content h2 {
  font-size: 35px;
}

.blog-detail-img {
  margin: 40px 0 20px;
}

ul.date {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

ul.date li {
  color: #595858;
  font-size: 18px;
  margin-bottom: 10px;
  list-style: none;
}

ul.date li span {
  color: #11115d;
}

ul.date li i {
  color: #11115d;
  vertical-align: middle;
}

.blog-detail-content ul {
  list-style: disc;
  padding-left: 40px;
}

.other-blog {
  margin-top: 50px;
}

.other-blog h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin: 10px 0;
}

.other-blog p {
  font-size: 17px;
  line-height: 23px;
}

.blog-title {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.52px;
  margin: 10px 0 10px;
}

.blog-title a {
  color: #000;
  font-weight: 600;
  line-height: 30px;
  font-size: 22px;
}

.blog-meta a img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
}

.blog-meta a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-right: 4px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.blog-meta a i {
  color: #11115d;
}

.blog-five {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 30px;
}

.blog-five .blog-thumb {
  overflow: hidden;
  /* Prevents image from overflowing */
  border-radius: 8px;
  /* Optional: rounded corners */
}

.blog-five .blog-thumb img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  /* Smooth animation */
}

.blog-five .blog-thumb:hover img {
  transform: scale(1.1);
  /* Zoom in */
}

.blog-content {
  padding: 10px 15px 30px;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.blog-thumb img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: auto;
}

.banner-main .typedtext {
  margin-top: 0;
  border-right: 2px solid black;
  animation: blinkTextCursor 200ms steps(5) infinite normal;
  height: 40px;
  margin-bottom: 20px;
  color: #000;
  display: block;
}

.banner-main .typedtext {
  background: -webkit-linear-gradient(91.89deg, #f09784 -13.87%, #b1184f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 35px;
  font-size: 28px;
  font-weight: 600;
}

@keyframes blinkTextCursor {
  from {
    border-right-color: transparent;
  }

  to {
    border-right-color: transparent;
  }
}

/*start why choose us*/
.why-main {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  color: #fff;
}

.why-main p {
  color: #f2f2f2;
}

.why-main h3 {
  margin: 30px 0 20px;
}

.why-main ul li {
  width: 50%;
  float: left;
  color: #f2f2f2;
  font-size: 14px;
  list-style: none;
}

.why-main ul li i {
  color: #fff;
  margin-right: 10px;
  background-color: green;
  border-radius: 50%;
  width: 18px;
  float: left;
  line-height: 20px;
  margin-top: 9px;
}

.why-main ul li span {
  display: table;
  line-height: 29px;
}

.banner-main {
  position: relative;
}

.banner-main .bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.country-list-item {
  text-align: center;
  color: #fff;
  margin: 20px 0px;
  padding: 10px 10px;
}

.country-list-item p {
  margin-bottom: 0px;
}

/*start media query*/
@media (min-width: 768px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 28px;
    line-height: 38px;
  }

  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  h6 {
    font-size: 18px;
    line-height: 28px;
  }

  p {
    /*margin-bottom: 1rem;*/
    font-size: 18px;
    line-height: 30px;
  }

  a {
    font-size: 18px;
    line-height: 30px;
  }

  ul,
  ol {
    font-size: 18px;
    line-height: 30px;
    padding-left: 24px;
  }

  ul li,
  ol li {
    margin-bottom: 12px;
  }

  .section-padding {
    padding: 50px 0
  }

  .top-header-menu {
    display: flex;
    justify-content: end;
  }

  .header-adress li {
    margin-right: 4px;
    font-size: 16px;
  }

  .header-adress {
    float: right;
  }

  header.rt-header {
    display: block;
  }

  .header-contact li {
    margin-left: 20px;
  }

  /*  start banner*/
  .banner-main {
    background: #11115d;
    color: #fff;
    padding: 80px 0 80px;
    overflow: hidden;
    height: 850px;
    background-position: top right;
  }

  #homepage__globe canvas {
    background: rgba(0, 0, 0, 0);
    height: 170%;
    left: 500px;
    position: absolute;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    width: 100%
  }

  .banner-main p {

    font-size: 22px;
    line-height: 36px;
  }

  .title-para {
    font-size: 20px;
    margin: 0 0 40px;
  }

  /*start about*/
  .about-us img {
    padding: 0 0px;
  }

  /*.about-content {*/
  /*  padding-left: 50px;*/
  /*  padding-right: 30px;*/
  /*}*/

  /*start cta*/
  .cta-main {
    padding: 150px 0;
  }

  .justify-content-center-small {
    justify-content: end;
  }

  /*start process*/
  .process-block-one .inner-box p {
    display: block;
  }

  .testi-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 0px;
  }

  .post-btn {
    display: flex;
    align-items: self-start;
    justify-content: end;
    margin-top: 0px;
  }

  .blog-small-item h6 {
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
  }

  .footer-category ul li a {
    font-size: 15px;
    color: #111;
    line-height: 22px;
  }

  .copyright {
    flex-direction: row;
    text-align: left;
    display: flex;
    align-items: center;
  }

  .customer {
    font-size: 20px;
    font-weight: 800;
  }

  .item {
    font-size: 17px;
  }

  .tabs_wrapper {
    margin-top: 40px;
  }

  .order-lg-0 {
    order: 0;
  }

  .info-row {
    grid-template-columns: 50px 400px 1fr;
    grid-template-rows: auto;
    padding: 20px 0;
  }

  .info-title {
    cursor: default;
    /* no accordion click */
    font-size: 22px;
  }

  .info-desc {
    display: block !important;
    /* always visible */
    grid-column: auto;
    margin-top: 0;
    font-size: 18px;
    line-height: 31px;
  }

  .info-title:before {
    display: none;
  }

  .migrate-img img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    min-height: 520px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  h3 {
    font-size: 32px;
    line-height: 42px;
  }

  h4 {
    font-size: 28px;
    line-height: 38px;
  }

  h5 {
    font-size: 24px;
    line-height: 34px;
  }

  h6 {
    font-size: 20px;
    line-height: 30px;
  }

  p {
    font-size: 20px;
    line-height: 34px;
  }

  a {
    font-size: 20px;
    line-height: 34px;
  }

  ul,
  ol {
    font-size: 20px;
    line-height: 34px;
    padding-left: 0px;
  }

  ul li,
  ol li {
    margin-bottom: 14px;
  }

  .mt-40 {
    margin-top: 40px
  }

  .mb-40 {
    margin-bottom: 40px
  }

  .section-padding {
    padding: 60px 0
  }

  .top-header {
    display: block;
  }

  body .sidebarBtn {
    display: none;
  }

  .rt-header-menu {
    display: none;
  }

  .mean-bar img {
    width: 130px;
  }

  .logo-area {
    width: 126px;
  }

  header.header {
    display: block;
  }

  .header-contact li {
    margin-left: 10px;
  }

  .header-contact li a {
    font-size: 13px;
  }

  .pl-30 {
    padding-left: 30px;
  }

  .header-menu.menu-layout1 nav.template-main-menu>ul>li>a {
    padding: 10px 8px;
    font-size: 14px;
  }

  /*.about-content {*/
  /*  padding-left: 50px;*/
  /*  padding-right: 30px;*/
  /*}*/

  .footer__top {
    padding-top: 60px;
    padding-bottom: 50px;
    position: relative;
  }

  .social__icon.d-flex.justify-content-end {
    justify-content: end !important;
  }

  .copyright-area {
    padding: 20px 0;
  }

  .footer__list ul li a {
    margin-bottom: 32px;
  }

  .header-menu nav.template-main-menu>ul {
    margin-bottom: 0;
  }

  ul.header-contact {
    margin-bottom: 0;
  }

  .tab_content p {
    font-size: 14px;
    line-height: 24px;
  }

  .table-wrap {
    /* background:var(--bg); */
    /* border:1px solid var(--border); */
    /* border-radius:var(--radius); */
    /* overflow:hidden; */
  }

  .table-scroll {
    overflow-x: auto;
    /* enables scroll if needed */
    -webkit-overflow-scrolling: touch;
  }

  table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 100%;
    /* prevent squish on mid widths */
    display: table;
  }

  caption {
    padding: 16px 20px;
  }

  thead {
    display: table-header-group;
  }

  thead th {
    background: #fff;
    text-align: left;
    font-size: 16px;
    letter-spacing: .02em;
    color: #111;
    padding: 15px 14px;
    border-bottom: 1px solid #e1d8d8;
    font-weight: 800;
  }

  tbody {
    display: table-row-group;
    gap: 0;
  }

  tr {
    display: table-row;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  tbody td {
    border: 0;
    display: table-cell;
    padding: 10px 11px;
    border-bottom: 1px solid #e1d8d8;
    vertical-align: middle;

  }

  tbody tr:nth-child(odd) {
    background: var(--stripe);
  }

  tbody tr:hover {
    background: #f9f9f9;
  }

  tfoot td {
    padding: 14px 16px;
    background: #f9fafb;
    font-weight: 600;
  }

  td:last-child {
    border-bottom: 1px solid #e1d8d8;
  }

  ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    width: 40%;
    min-width: 175px;
    list-style: none;
    transition: all 0.3s ease;
  }

  ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: 22px 0px;
    line-height: 31px;
    color: #000000;
    text-align: left;
    font-weight: bold;
    transition: all 0.3s ease;
    border-bottom: 1px solid #bfbcbc;
  }

  ul.tabs li:last-child {
    border-bottom: none;
  }

  ul.tabs li:hover {
    transition: all 0.3s ease;
  }

  ul.tabs li.active {
    color: #191818;
    transition: all 0.3s ease;
  }

  ul.tabs li.active:before,
  ul.tabs li:hover:before {
    content: "\e909";
    font-family: 'icomoon' !important;
    font-size: 30px;
    float: right;
    vertical-align: middle;
    top: 7px;
    position: relative;
    font-weight: 300;
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  ul.tabs li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #11115d;
    display: inline-block;
    color: #11115d;
    text-align: center;
    margin-right: 10px;
    float: left;
  }

  ul.tabs li.active span {
    background-color: #11115d;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-right: 10px;
  }

  ul.tabs li P {
    font-size: 20px;
    line-height: 28px;
    margin: 5px 0;
    display: table;
  }

  .tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: 0;
    width: 59%;
    min-width: 10px;
    text-align: left;
    background: white;
    border-radius: 0;
  }

  .tab_drawer_heading {
    display: none;
  }

  /* Calculator Premium Refinements */
  .step-form {
    padding: 50px 30px;
  }
  .breadcrumb p{
      margin-bottom: 0px;
  }
  @media (min-width: 768px) {
    .score-box.text-center {
      border-left: 1px solid #f0f1f5;
      padding: 50px 30px;
    }
  }
  @media (min-width: 992px) {
    .step-form {
      padding: 60px 50px;
    }
  }

  .score-box.text-center {
    background: #fdfdfe;
    border: none;
  }




  .migrate-img img {
    min-height: 500px;
  }

  .breadcrumb {
    padding: 50px 0px;
  }
 

  /*start contact*/
  .adress-box .adress-box-item h5 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px;
  }

  .adress-box-item {
    margin-bottom: 0;
  }

  .adress-box {
    padding: 40px;
  }

  .visa-offer-country-items {
    display: flex;
  }

  .visa-offer-country-item ul.list-style-one {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50px);
  }

  .visa-offer-country-items>li {
    max-height: 518px;
    width: 30%;
    margin-top: 0;
  }

  .visa-offer-country-item {
    height: 100%;
  }

  .visa-offer-country-item .country {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0px;
  }

  .visa-offer-country-item .bottom {
    margin-top: -250px;
  }

  .visa-offer-country-item .secondary-btn {
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
  }

  .out .visa-offer-country-item .secondary-btn {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    /* transition-delay: 0.3s; */
  }

  .visa-offer-country-item .country .content {
    display: flex;
    flex-direction: row-reverse;
  }

  ul.list-style-one li {
    font-size: 14px;
    line-height: 24px;
  }

  ul.date {
    flex-direction: row;
  }

  .globe {
    display: block !important;
  }

}

@media (min-width: 1200px) {
  h1 {
    font-size: 56px;
    line-height: 70px;
  }

  h2 {
    font-size: 48px;
    line-height: 58px;
  }

  h3 {
    font-size: 40px;
    line-height: 52px;
  }

  h4 {
    font-size: 32px;
    line-height: 44px;
  }

  h5 {
    font-size: 28px;
    line-height: 38px;
  }

  h6 {
    font-size: 24px;
    line-height: 34px;
  }

  a {
    font-size: 22px;
    line-height: 36px;
  }

  a {
    font-size: 22px;
    line-height: 36px;
  }

  ul,
  ol {
    font-size: 22px;
    line-height: 36px;
    padding-left: 0;
    margin: 0;
    list-style: none;
  }

  ul li,
  ol li {
    margin-bottom: 16px;
  }

  .section-padding {
    padding: 50px 0
  }

  .primary-btn {
    padding: 10px 30px;
  }

  .header-menu.menu-layout1 nav.template-main-menu>ul>li>a {
    padding: 10px 10px;
    font-size: 17px;
  }

  .logo-area {
    width: 200px;
  }

  .header-contact li {
    margin-left: 10px;
  }

  .header-contact li a {
    font-size: 17px;
  }

  .header-menu.menu-layout1.rt-sticky nav.template-main-menu>ul>li>a {
    padding: 20px 16px;
  }

  .tab_content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .blog-bigger p {
    font-size: 16px;
    line-height: 28px;
  }

  thead th {
    width: 15%;
  }

  thead th:nth-child(4) {
    width: 30%;
  }

  .contact-panel .form-group-icon label {
    font-size: 18px;
  }

  .footer-category ul li a {
    font-size: 17px;
  }

  .footer-category ul li a i {
    margin-right: 5px;
    width: 20px;
    float: left;
    vertical-align: middle;
    line-height: 27px;
  }

  .footer-category ul li a:hover {
    text-decoration: underline;
    color: #11115d;
  }

  /*start team*/
  .team-member-title h6 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .team-member-title p {
    font-size: 17px;
    line-height: 23px;
  }

  .migrate-img img {
    min-height: 505px;
  }

  ul.list-style-one li {
    font-size: 14px;
    line-height: 24px;
  }

  ul.list-style-one li {
    font-size: 17px;
    line-height: 28px;
  }

  .why-main ul li i {
    margin-top: 5px;
  }

  .visa-offer-country-items {
    margin-top: 20px;
  }

  .country-list-item {
    margin: 20px 20px;
  }
}

@media (min-width: 1400px) {
  .header-menu.menu-layout1 nav.template-main-menu>ul>li>a {
    padding: 10px 16px;
    font-size: 18px;
  }

  .visa-offer-country-items>li {
    padding: 60px 37px;
  }
}


/* GLOBE */
.globe {
  display: none;
}

.globe .globe-list {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
  display: none;
}

.globe .globe-list {
  opacity: 0;
  transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.globe .globe-list.active {
  opacity: 1;
}

.globe .globe-list>li {
  opacity: 0.4;
  position: absolute;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00ffd3;
  transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.globe .globe-list>li.active {
  opacity: 1;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

.globe .globe-list>li:before {
  content: "";
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00ffd3;
  -webkit-animation: 2s pulse infinite linear;
  animation: 2s pulse infinite linear;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.globe .globe-list>li.active:before {
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

.globe .globe-list>li.active,
.globe .globe-list>li.active:before {
  background: #ffffff;
}

.globe .globe-list .text {
  position: absolute;
  opacity: 0.8;
  right: 21px;
  top: 50%;
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: right;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  color: #ffffff;
  white-space: nowrap;
  transform: translateY(-50%);
}

.globe .globe-list>li.active .text {
  opacity: 1;
  right: 29px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.globe .globe-canvas {
  z-index: 1;
  position: absolute;
  right: -100%;
  top: -10%;
}

.globe svg {
  height: 100%;
  width: 100%;
  opacity: 0.3;
  -webkit-animation: rotation 10s linear infinite;
  animation: rotation 10s linear infinite;
}

.svg-wrapper {
  opacity: 0;
  display: inline-block;
  width: 50%;
  transform: scale(0.5);
  transition: opacity 1s ease-out 1.6s, transform 1s ease-out 1.6s;
}

.svg-wrapper.active {
  opacity: 1;
  transform: none;
}

@-webkit-keyframes rotation {
  0% {
    transform: scaleX(-1) rotate(360deg);
  }

  100% {
    transform: scaleX(-1) rotate(0deg);
  }
}

@keyframes rotation {
  0% {
    transform: scaleX(-1) rotate(360deg);
  }

  100% {
    transform: scaleX(-1) rotate(0deg);
  }
}

.blog-detail-content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

@media (min-width:1200px) {
  .blog-detail-content h4 {
    font-size: 27px;
    font-weight: 700;
    line-height: 35px;
  }
}




/* Event Css*/

.event-page-section {
  padding: 60px 0;
}

.event-card-wrapper {
  margin-bottom: 15px;
}

.event-card {
  border-radius: 8px;
  border: 1px solid #eaeaea;
  padding: 30px;
  transition: all 0.3s ease;
  background: #fff;
  min-height: 240px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.event-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #000;
}

.event-meta {
  flex-grow: 1;
}

.event-type {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #333;
  font-size: 15px;
}

.event-date {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  color: #333;
  font-size: 15px;
}

.event-btn-container {
  margin-top: auto;
}

.event-card .event-btn {
  border-radius: 30px;
  font-weight: 600;
  padding: 10px 24px;
  border: 1px solid #00305f;
  color: #00305f;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.event-card .event-btn i {
  font-size: 11px;
}

.event-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-4px);
  border-color: #ddd !important;
}

.event-card .event-btn:hover {
  background-color: #00305f !important;
  color: #fff !important;
}



/* Header CSS */
.event-details-breadcrumb {
  padding: 60px 0;
}

.event-details-title {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.4;
}

.event-details-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.event-type-badge {
  background-color: #00305f;
  color: white;
  padding: 10px 24px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.event-date-display {
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

/* Content CSS */
.event-description {
  color: #444;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 50px;
}

.event-description h4,
.event-description h3,
.event-description h2 {
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
  color: #222;
}

.event-description ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.event-description li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 5px;
}

/* Speaker CSS */
.event-speakers {
  margin-top: 50px;
}

.speakers-title {
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 22px;
}

.speaker-card {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.speaker-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.speaker-placeholder {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #888;
}

.speaker-name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  color: #222;
}

.speaker-topic {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Form CSS */
.register-card {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 8px;
  border: 1px solid #ebebeb;
}

.register-title {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 26px;
  color: #00305f;
}

.register-label {
  font-size: 15px;
  font-weight: 500;
  color: #444;
  margin-bottom: 10px;
  display: block;
}

.register-input {
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 12px 16px;
  font-size: 15px;
  box-shadow: none;
  background: #fff;
  width: 100%;
  transition: border-color 0.3s ease;
}

.register-input:focus {
  border-color: #00305f;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 48, 95, 0.1);
}

.register-select {
  height: 48px;
  appearance: auto;
  -webkit-appearance: auto;
  color: #333;
}

.register-btn {
  background-color: #00305f;
  border-color: #00305f;
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  width: auto;
  color: white !important;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
}

.register-btn:hover {
  background-color: #002244;
}

.country-section h2 {
  margin-bottom: 30px;
}

#applysec h2 {
  margin-top: 10px;
}

.Migrate-main {
  margin: 50px 20px;
}

#applysec p {
  font-size: 15px;
}

#applysec ul {
  list-style: disc;
  margin-left: 20px;
}

#applysec ul li {
  font-size: 15px;
}

#applysec {
  margin: 0px 20px;
}

.cta-contact {
  display: block;
}

@media (min-width: 1200px) {
  .cta-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
    font-weight: 500;
  }

  .Migrate-main {
    margin: 50px 40px;
  }

  #applysec ul li {
    font-size: 16px;
    margin-left: 18px;
    margin-bottom: 0px;
  }

  #applysec p {
    font-size: 16px;
    margin: 0px;
  }

  #applysec {
    margin-right: 60px;
    margin-left: 30px;
  }


}

/* ===== MOBILE FIRST ===== */

.migration-section {
  padding: 50px 20px;
  background: #f5f6f8;
}

.container {
  max-width: 1280px;
  margin: auto;
}

.migration-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.migration-subtitle {
  font-size: 14px;
  color: #555;
  margin-bottom: 30px;
}

.migration-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.migration-card {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid #eee;
  transition: 0.3s ease;
}

.migration-card h3 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #111;
  margin-top: 5px;
}

.migration-card p {
  font-size: 14px;
  color: #555;
  line-height: 20px;
  margin: 0px;
}

.migration-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

@media (min-width: 1200px) {

  .migration-section {
    padding: 50px 40px;
  }

  .migration-title {
    font-size: 36px;
  }

  .migration-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .migration-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .migration-card {
    padding: 20px;
  }

  .migration-card h3 {
    font-size: 20px;
    margin-top: 0px;
  }

  .migration-card p {
    font-size: 16px;
    margin: 0px;
  }

}

.country-section {
  padding: 50px 20px;
  background: #f5f6f8;
}

.container {
  max-width: 1280px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 35px;
}

.country-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.country-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: .3s;
}

.country-card:hover {
  transform: translateY(-6px);
}

.country-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.country-content {
  padding: 20px;
}

.country-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.country-content ul {
  padding-left: 18px;
  margin-bottom: 12px;
  list-style: disc;
}

.country-content li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #555;
}

.best-for {
  font-size: 14px;
  color: #333;
}
.table-header-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    background: var(--navy-deep);
    color: var(--navy-foreground);
}
.table-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    font-size: 0.875rem;
    gap: 0px;
}
.table-row-2 .row-cell.factor {
        font-size: 16px;
    }
.prwale-cell-2 {
    background: #fff;
    color: var(--navy-deep);
}
.other-cell-2{
   background: #fff;
    color: var(--navy-deep); 
}
.table-header-2 .header-cell .hairline {
        font-size: 16px;
    }
.who-can-apply-section-1 {
     
    margin-bottom: 60px;
}
.profile-points-2 {
    list-style: none;
    margin-top: 0px;
    border-top: none;
    padding-top: 0px;
    margin-bottom: 0.5rem;
}
.profile-points-2 h3{
    margin-bottom: 10px;
}
/* MOBILE FIRST TABLE SCROLL */
#comparison-table-2{
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    border-radius:20px;
}

/* TABLE WIDTH */
.table-header-2,
.table-row-2{
    min-width:1512px; /* jitna bada table hoga utna width do */
}

/* OPTIONAL - SCROLLBAR DESIGN */
#comparison-table-2::-webkit-scrollbar{
    height:8px;
}

#comparison-table-2::-webkit-scrollbar-track{
    background:#e5e7eb;
    border-radius:50px;
}

#comparison-table-2::-webkit-scrollbar-thumb{
    background:linear-gradient(91deg,#f09784 -13.87%, #b1184f 100%);
    border-radius:50px;
}

/* TABLE LAYOUT */
.table-header-2,
.table-row-2{
    display:grid;
    grid-template-columns:
    180px
    180px
    180px
    180px
    180px
    180px
    180px
    250px;
}

@media (min-width: 1200px) {
    .event-details-title {
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 1.4;
}

.prwale-cell-2 span {
    
    font-size: 16px;
}
.other-cell-2 span{
   font-size: 16px; 
}
  .country-section {
    padding: 50px 40px;
  }

  .section-title {
    font-size: 36px;
    margin-bottom: 50px;
    margin-top: 0px;
  }

  .country-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .country-image img {
    height: 220px;
  }

  .country-content h3 {
    font-size: 22px;
  }

  .country-content li {
    font-size: 15px;
  }

  .best-for {
    font-size: 15px;
  }

}

.choose-section {
  padding: 50px 20px;
  background: #f5f6f8;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 35px;
}

.choose-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.choose-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.choose-card:hover {
  transform: translateY(-6px);
}

.choose-icon {
  width: 60px;
  height: 60px;
  background: #11115d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  border-radius: 16px;
  margin-bottom: 18px;
  color: #fff;
}

.choose-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.choose-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

@media (min-width:1200px) {

  .choose-section {
    padding: 80px 40px;
  }

  .section-title {
    font-size: 36px;
  }

  .section-subtitle {
    font-size: 16px;
    margin-bottom: 50px;
  }

  .choose-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .choose-card {
    padding: 35px 30px;
  }

  .choose-card h3 {
    font-size: 20px;
  }

  .choose-card p {
    font-size: 15px;
  }

}

/* Mobile First */

.migration-cta {
  padding: 60px 20px;
  background: #11115d;
  color: white;
  text-align: center;
}

.cta-container {
  max-width: 600px;
  margin: auto;
}

.migration-cta h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.migration-cta p {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
}



.phone-icon {
  font-size: 20px;
}

.cta-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 14px 26px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #ddd;
}

@media (min-width:1200px) {

  .migration-cta {
    padding: 50px 20px;
  }

  .migration-cta h2 {
    font-size: 36px;
  }

  .migration-cta p {
    font-size: 17px;
  }

  .cta-container {
    max-width: 750px;
  }

  .cta-btn {
    padding: 16px 34px;
    font-size: 16px;
  }

}

.choose-section {
  padding: 50px 20px;
  background: #f5f6f8;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 35px;
}

.Expert-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.Expert-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.Expert-card:hover {
  transform: translateY(-6px);
}

.Expert-icon {
  width: 60px;
  height: 60px;
  background: #11115d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  border-radius: 16px;
  margin-bottom: 18px;
  color: #fff;
}

.Expert-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.Expert-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

@media (min-width:1200px) {

  .choose-section {
    padding: 80px 40px;
  }

  .section-title {
    font-size: 36px;
  }

  .section-subtitle {
    font-size: 16px;
    margin-bottom: 50px;
  }

  .Expert-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .Expert-card {
    padding: 35px 30px;
    display: flex;
    gap: 20px;
  }

  .Expert-card h3 {
    font-size: 20px;
    margin-top: 0px;
  }

  .Expert-card p {
    font-size: 15px;
    margin: 0px;
  }

  .Expert-box ul {
    padding-left: 20px;
  }

}

.visa-info {
  padding: 60px 20px;
  background: #f8fafc;
  font-family: Arial;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-desc {
  text-align: center;
  font-size: 15px;
  color: #555;
  margin-bottom: 30px;
}

/* guidance cards */

.guidance-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 40px;
}

.guide-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.icon {
  font-size: 26px;
  margin-bottom: 10px;
}

.guide-card h4 {
  font-size: 18px;
  margin-bottom: 6px;
}

.guide-card p {
  font-size: 14px;
  color: #666;
}


/* accordion */

.visa-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accordion-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.accordion-btn {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  background: #ffffff;
  text-align: left;
  cursor: pointer;
}

.accordion-content {
  display: none;
  padding: 15px 20px;
  border-top: 1px solid #eee;
}

.accordion-content ul {
  padding-left: 18px;
  list-style: disc;
}

.accordion-content li {
  margin-bottom: 6px;
  font-size: 14px;
  color: #555;
}

@media(min-width:1200px) {
  .visa-info p {
    text-align: center;
  }

  .visa-info h2 {
    margin-bottom: 30px;
  }

  .guidance-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .section-title {
    font-size: 34px;
  }

  .section-desc {
    font-size: 16px;
  }

  .accordion-btn {
    font-size: 18px;
  }

}

.summary-section {
  padding: 40px 20px;
  background: #ffffff;
  font-family: Arial;
}

.summary-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.icon {
  font-size: 22px;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.visa-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 500px;
}

.visa-table th {
  text-align: left;
  padding: 14px;
  background: #f3f4f6;
  font-size: 15px;
}

.visa-table td {
  padding: 14px;
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid #e5e7eb;
}

.visa-table tr:last-child td {
  border-bottom: none;
}

@media(min-width:1200px) {

  .summary-section {
    padding: 60px 40px;
  }

  .summary-title {
    font-size: 34px;
  }

  .visa-table th {
    font-size: 17px;
  }

  .visa-table td {
    font-size: 16px;
  }

}

.important-notes {
  padding: 40px 20px;
  background: #f8fafc;
  font-family: Arial;
}

.notes-container {
  max-width: 1100px;
  margin: auto;
}

.notes-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.notes-icon {
  color: #f59e0b;
  font-size: 26px;
}

.notes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.note-card {
  display: flex;
  gap: 15px;
  background: #ffffff;
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.note-icon {
  font-size: 22px;
  color: #2563eb;
}

.note-content h4 {
  font-size: 16px;
  margin-bottom: 6px;
}

.note-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

@media(min-width:1200px) {

  .notes-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .notes-title {
    font-size: 32px;
  }

  .note-content h4 {
    font-size: 18px;
  }

  .note-content p {
    font-size: 15px;
  }

}

.Expert-grid ul {
  list-style: disc;
  margin-left: 0px;
}

#Visit-Visas {
  background-color: #11115d;
  padding: 40px 20px;
}

.Expert-grid ul li {
  font-size: 16px;
  line-height: 15px;
}

#applysec-1 {
  margin: 0px 20px;
}

#applysec-1 p {
  font-size: 16px;
}

#applysec-1 ul {
  list-style: disc;
  margin-left: 20px;
}

#applysec-1 ul li {
  font-size: 16px;
  line-height: 21px;
}

@media(min-width:1200px) {
  #applysec-1 h2 {
    font-size: 34px;
  }

  #applysec-1 {
    margin-right: 30px;
    margin-left: 60px;
  }

  #Visit-Visas {
    background-color: #11115d;
    padding-left: 60px;
  }

  #Visit-Visas h2 {
    font-size: 34px;
  }

  .process-block-one .inner-box .icon-box img {
    width: 50px;
  }
}

.visa-section {
  padding: 50px 20px;
  background: #f8fafc;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.heading {
  text-align: center;
  margin-bottom: 35px;
}

.heading h2 {
  font-size: 28px;
  font-weight: 700;
}

.heading p {
  color: #6b7280;
  font-size: 14px;
  margin-top: 5px;
}

.continent-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.continent-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid #eef2f7;
  transition: all .3s ease;
}

.card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2ff;
  border-radius: 8px;
  font-size: 18px;
}

.card-head h3 {
  font-size: 18px;
  font-weight: 600;
}

.country-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}

.country-list span {
  background: #f1f5f9;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  color: #374151;
  transition: .25s;
}

@media(min-width:768px) {

  .heading h2 {
    font-size: 36px;
  }

  .heading p {
    font-size: 16px;
  }

  .continent-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .content-left .text-magenta{
    text-align: left;
}
.approach-left .text-magenta {
        text-align: left;
    }


}

@media(min-width:1200px) {

  .continent-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .continent-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  }

  .country-list span:hover {
    background: #4f46e5;
    color: #fff;
  }

}

#visa-section2 {
  background-color: #fff;
  padding: 30px;
  padding-bottom: 70px;
}

.visa-section h2 {
  margin-bottom: 0px;
}

.visa-section p {
  margin-bottom: 50px;
}

/* *** */
.travel-notes {
  padding: 40px 20px;
  background: #f8fafc;
  font-family: Arial, sans-serif;
}

.notes-container {
  max-width: 900px;
  margin: auto;
  background: #ffffff;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border-left: 5px solid #11115d;
}

.notes-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.notes-badge {
  background: #11115d;
  color: #fff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
}

.notes-header h2 {
  font-size: 20px;
  font-weight: 700;
}

.notes-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.notes-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #374151;
  background: #f9fafb;
  padding: 12px;
  border-radius: 8px;
}

.icon {
  font-size: 18px;
}

@media(min-width:1200px) {

  .notes-header h2 {
    font-size: 28px;
  }

  .notes-list li {
    font-size: 16px;
    padding: 14px 16px;
    align-items: center;
  }

}

.prw-perfect-section {
  padding: 50px 20px;
  background: #f8fafc;
  font-family: Arial, sans-serif;
}

.prw-perfect-container {
  max-width: 1100px;
  margin: auto;
}

.prw-perfect-heading {
  text-align: center;
  margin-bottom: 35px;
}

.prw-perfect-heading h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 6px;
}

.prw-perfect-heading p {
  color: #6b7280;
  font-size: 14px;
}

.prw-perfect-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.prw-perfect-card {
  background: #ffffff;
  padding: 22px;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: 0.3s;
}

.prw-perfect-icon {
  width: 48px;
  height: 48px;
  margin: auto;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2ff;
  border-radius: 10px;
  font-size: 22px;
}

.prw-perfect-card h3 {
  font-size: 17px;
  margin-bottom: 6px;
  line-height: 23px;
}

.prw-perfect-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 20px;
}

@media(min-width:768px) {

  .prw-perfect-heading h2 {
    font-size: 34px;
  }

  .prw-perfect-heading p {
    font-size: 16px;
  }

  .prw-perfect-grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media(min-width:1200px) {

  .prw-perfect-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .prw-perfect-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
  }

}



/*  -----------------------new CSS Variables----------------------------------------------------------------------------- */


/* CSS Variables */
:root {
  --navy-deep: #12115c;
  --navy-foreground: hsl(220, 20%, 95%);
  --gold-soft: #cf1970;
  --gold: #cf1970;
}



/* Hero Section */
.hero-section {
  position: relative;
  overflow: hidden;
  background: #F0F0F1;
  min-height: 100vh;
}

.hero-background {
  position: absolute;
  inset: 0;
  opacity: 0.4;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, 
    rgba(15, 23, 42, 0.95), 
    rgba(15, 23, 42, 0.7), 
    rgba(15, 23, 42, 0.3)
  );
}

.hero-container {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0px;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 100%;
  gap: 4rem;
  text-align: center;
}

@media (min-width: 768px) {
  .hero-container {
    /*padding: 6rem 3rem;*/
    text-align: left;
  }
  
}

@media (min-width: 1024px) {
  /*.hero-container {*/
  /*  padding: 8rem 4rem;*/
  /*}*/
}

.hero-content {
  flex: 1;
  max-width: 600px;
  font-size:10px;
}

.hero-philosophy {
  flex: 0 0 300px;
  display: none;
  position: relative;
  border-left: 2px solid #cf1970;
  padding-left: 2.5rem;
}

@media (min-width: 1024px) {
  .hero-philosophy {
    display: block;
  }
}

/* Typography */
.hairline {
  font-size: 12px;
  line-height:20px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
}
#text {
    color: #000;
}

.hero-title {
 
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.1;
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: black;
}

.text-gradient-gold {
  background: #cf1970;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: italic;
}

.hero-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: black;
  margin-bottom: 2rem;
  max-width: 500px;
}

/* Buttons */
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
  justify-content:center;
}

.btn-primary {
  background-color: var(--gold);
  color: #fff;
  border-radius: 9999px;
  padding: 1rem 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.2s ease;
  display: inline-block;
}

.btn-primary:hover {
  opacity: 0.9;
}

.btn-secondary {
  border: 1px solid black;
  color: black;
  border-radius: 9999px;
  padding: 1rem 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
  background: transparent;
}

.btn-secondary:hover {
  border-color: var(--gold);
  color: var(--gold-soft);
}

/* Philosophy Section */
.hero-philosophy .hairline {
  margin-bottom: 1.5rem;
}

.philosophy-title {
  
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: black;
}

.philosophy-description {
  font-size: 0.95rem;
  color: black;
  line-height: 1.6;
}

/* Why Migration Section */
.why-migration-section {
  background: #f0f0f0;
  padding: 50px 10px;
}

@media (min-width: 768px) {
  .why-migration-section {
    padding: 50px 0px;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
}

.text-magenta {
  color: #ec4899;
  text-align: center;
}

.section-title {
  
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  margin-top: 0px;
  color: var(--navy-deep);
  font-weight: 400;
}

.not-italic {
  font-style: normal !important;
}

.section-description {
  margin-top: 1.5rem;
  color: rgba(15, 23, 42, 0.7);
  line-height: 1.6;
}

.reasons-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 0px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-buttons{
      justify-content: left;
  }
}

@media (min-width: 1024px) {
  .reasons-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
}

.reason-card {
  background: white;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

.reason-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.reason-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.reason-number {

  font-size: 1.875rem;
  color: rgba(15, 23, 42, 0.15);
  font-weight: 400;
}

.reason-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: #cf197029;
  transition: background 0.3s ease;
}

.reason-card:hover .reason-icon {
  background: #cf197029;
}

.icon {
  height: 1.25rem;
  width: 1.25rem;
  color: var(--gold);
  stroke-width: 1.5;
}

.reason-title {
  
  font-size: 1.25rem;
  margin-top: 2rem;
  color: var(--navy-deep);
  font-weight: 400;
}

.reason-description {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(15, 23, 42, 0.7);
}

.section-footer {
  margin: 4rem auto 0;
  max-width: 32rem;
  text-align: center;
  
  font-size: 1.25rem;
  font-style: italic;
  color: rgba(15, 23, 42, 0.8);
  line-height: 1.6;
}

/* Curated Approach Section */
.curated-approach-section {
  background: #fafafa;
  padding: 50px 10px;
}

@media (min-width: 768px) {
  .curated-approach-section {
    padding: 50px 0px;
  }
}

.approach-grid {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .approach-grid {
    grid-template-columns: 5fr 7fr;
    gap: 8rem;
    align-items: start;
  }
}

.approach-left {
  max-width: 500px;
  padding-right: 0px;
  text-align: center;
}

.approach-title {

  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  margin-top: 1.5rem;
  color: var(--navy-deep);
  font-weight: 400;
}

.approach-description {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(15, 23, 42, 0.7);
}

.approach-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
}

.divider-line {
  height: 1px;
  width: 4rem;
  background: #cf1970;
}

.text-navy-60 {
  color: rgba(15, 23, 42, 0.6);
}

.evaluations-list {
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.evaluation-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 20px 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.evaluation-item:last-child {
  border-bottom: none;
}

.evaluation-item:hover {
  background: rgba(30, 41, 59, 0.02);
}

.evaluation-number {
 
  font-size: 0.875rem;
  color: #cf1970;
  font-weight: 400;
}

.evaluation-content {
  flex: 1;
}

.evaluation-title {
 
  font-size: 1.25rem;
  color: var(--navy-deep);
  font-weight: 400;
  line-height:20px; 
  margin: 0;
}

.evaluation-description {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: rgba(15, 23, 42, 0.7);
  line-height: 1.5;
  margin-bottom: 0px;
}

.evaluation-icon {
  height: 1.5rem;
  width: 1.5rem;
  color: rgba(15, 23, 42, 0.3);
  transition: color 0.3s ease;
  stroke-width: 1.25;
}

.evaluation-item:hover .evaluation-icon {
  color: #cf1970;
}

/* Who Can Apply Section */
.who-can-apply-section {
  background: white;
  padding: 50px 10px;
}

@media (min-width: 768px) {
  .who-can-apply-section {
    padding: 50px 0px;
  }
  .approach-left {

  text-align: left;
}
}

.section-header-grid {
  display: grid;
  text-align: center;
  gap: 0px;
  grid-template-columns: 1fr;
  align-items: end;
}

@media (min-width: 1024px) {
  .section-header-grid {
    grid-template-columns: 7fr 5fr;
    gap: 4rem;
  }
}

.header-left {
  max-width: 600px;
  text-align: left;
}

.header-right {
  color: rgba(15, 23, 42, 0.7);
  line-height: 1.6;
  font-size: 1rem;
  text-align: center;
}

.profiles-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 15px;
  
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .profiles-grid {
      
    grid-template-columns: repeat(2, 1fr);
  }
  .header-left {
    max-width: 840px;
    text-align: center;
}
}

@media (min-width: 1024px) {
  .profiles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.profile-card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
}

.profile-card:hover {
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.profile-icon {
  height: 1.75rem;
  width: 1.75rem;
  color: #cf1970;
  stroke-width: 1.25;
}

.profile-title {
 
  font-size: 1.25rem;
  margin-top: 0px;
  color: var(--navy-deep);
  font-weight: 400;
}

.profile-description {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.875rem;
  color: rgba(15, 23, 42, 0.7);
  line-height: 1.6;
}

.profile-points {
  list-style: none;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.profile-point {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgba(15, 23, 42, 0.8);
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.profile-point:last-child {
  margin-bottom: 0;
}

.checkmark {
  color: #cf1970;
  font-weight: 500;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Country Points Section */
.country-points-section {
  background: var(--navy-deep);
  color: var(--navy-foreground);
  padding: 50px 10px;
}

@media (min-width: 768px) {
}

.country-points-section .section-header {
  max-width: 48rem;
  text-align: center;
}

.country-points-section .section-title {

  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  margin-top: 1.5rem;
  color: white;
  font-weight: 400;
}

.country-points-section .section-description {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.country-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 3rem;
  justify-content: center;
}

.country-btn {
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.country-btn:hover {
  border-color: #cf1970;
  color: var(--gold-soft);
}

.country-btn.active {
  border-color: #cf1970;
  background: #cf1970;
  color: #fff;
}

.country-card {
  margin-top: 2.5rem;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(15, 23, 42, 0.95);
}

.country-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 20px;
}

.country-info {
  flex: 1;
}

.country-program {

  font-size: 20px;
  line-height: 1.3;
  margin-top: 0.75rem;
  color: white;
  font-weight: 400;
}

.pass-mark {
  text-align: right;
}

.pass-score {
  
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-top: 0.5rem;
  color: #cf1970;
  font-weight: 400;
}

.points-table {
  overflow-x: auto;
}

.points-table table {
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
}

.points-table th {
  padding: 1rem 2rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: transparent;
}

.points-table td {
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.3s ease;
  vertical-align: top;
  width: 25%;
}
.points-table .factor-name{
    width: 30%;
}
.points-table .max-points {
    width: 20%;
}
.points-table .breakdown {
    width: 50%;
}

.points-table tr:hover td {
  background: #0f172df5;
}

.factor-name {
 
  font-size: 12px;
  color: white;
  font-weight: 400;
}

.max-points {
  font-weight: 500;
  color: #cf1970;
  font-size: 1rem;
}

.breakdown {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  font-size: 0.875rem;
}

/* White Glove Services Section */
.white-glove-services-section {
  background: var(--navy-deep);
  color: var(--navy-foreground);
  padding: 50px 10px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .white-glove-services-section {
    padding: 50px 0px;
  }
}

.white-glove-services-section .section-header {
  max-width: 48rem;
}

.white-glove-services-section .section-title {
 
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  margin-top: 1.5rem;
  color: white;
  font-weight: 400;
}

.white-glove-services-section .section-description {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  max-width: 54rem;
}

.services-grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  margin-top: 4rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service-card {
  background: var(--navy-deep);
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
}

.service-card:hover {
  /* background: rgba(15, 23, 42, 0.8); */
  background: #ddd;
}

.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #cf1970;
  background: #cf197029;
  transition: background 0.3s ease;
}

.service-card:hover .service-icon {
  background: #cf197029;
}

.service-icon svg {
  height: 1.25rem;
  width: 1.25rem;
  color: #cf1970;
  stroke-width: 1.5;
}

.service-title {
 
  font-size: 1.25rem;
  margin-top: 1.5rem;
  color: white;
  font-weight: 400;
}

.service-description {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
}

.service-divider {
  margin-top: 1.5rem;
  height: 1px;
  width: 2rem;
  background: rgba(212, 175, 55, 0.4);
  transition: all 0.3s ease;
}

.service-card:hover .service-divider {
  width: 4rem;
  background: #cf1970;
}

/* Why Choose PRWALE Section */
.why-choose-prwale-section {
  background: #fff;
  padding: 50px 10px;
}

@media (min-width: 768px) {
  .why-choose-prwale-section {
    padding: 50px 0px;
  }
  .points-table td {
      width:20%;
  }
}

.why-choose-prwale-section .section-header {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.why-choose-prwale-section .section-title {
  
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  margin-top: 1.5rem;
  color: var(--navy-deep);
  font-weight: 400;
}

.why-choose-prwale-section .reasons-grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
  margin-top: 4rem;
  grid-template-columns: 1fr;
}
.why-choose-prwale-section .reason-card{
    border-radius: 0px;
}

@media (min-width: 768px) {
  .why-choose-prwale-section .reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .why-choose-prwale-section .reasons-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.why-choose-prwale-section .reason-card {
  background: white;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
}

.why-choose-prwale-section .reason-card:hover {
  background: var(--navy-deep);
  transition: none;
  transform: none;
 
}

.reason-header {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}

.reason-number {
 
  font-size: 2rem;
  color: #cf1970;
  font-weight: 400;
}

.reason-divider {
  height: 1px;
  flex: 1;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.reason-card:hover .reason-divider {
  background: rgba(212, 175, 55, 0.4);
}

.reason-title {
line-height: 30px;
  font-size: 1.25rem;
  margin-top: 0px;
  color: var(--navy-deep);
  font-weight: 400;
  transition: color 0.3s ease;
}

.reason-card:hover .reason-title {
  color: var(--navy-foreground);
}

.reason-description {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(15, 23, 42, 0.6);
  transition: color 0.3s ease;
}

.reason-card:hover .reason-description {
  color:#fff;
}

/* Comparison Section */
.comparison-section {
  background: white;
  padding: 50px 10px;
}

@media (min-width: 768px) {
  .comparison-section {
    padding: 50px 0px;
  }
}

.comparison-section .section-header {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.comparison-section .section-title {

  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  margin-top: 1.5rem;
  color: var(--navy-deep);
  font-weight: 400;
}

.comparison-section .section-description {
  margin-top: 1.5rem;
  color: rgba(15, 23, 42, 0.6);
  line-height: 1.6;
}

.comparison-table {
  margin-top: 4rem;
 overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.table-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: var(--navy-deep);
  color: var(--navy-foreground);
}

.header-cell {
  padding: 7px;
  display: block;
  word-break: break-word;
}

.header-cell.prwale {
  background: rgba(212, 175, 55, 0.15);
    text-align: left;
}

.cell-subtitle {
  margin-top: 0.25rem;

  font-size: 14px;
  font-weight: 400;
}

.table-body {
  background: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.table-body .table-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table-body .table-row:last-child {
  border-bottom: none;
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  font-size: 0.875rem;
}

.table-row.alt {
  background: rgba(248, 250, 252, 0.3);
}

.row-cell {
  padding: 10px;
  font-size: 12px;
  /*display: flex;*/
  align-items: flex-start;
  gap: 0.75rem;
  display: block;
  word-break: break-word;
}

.row-cell.factor {
  
  font-size: 1rem;
  color: var(--navy-deep);
  font-weight: 400;
  font-size:14px;
}

.prwale-cell {
  background: rgba(212, 175, 55, 0.05);
  color: var(--navy-deep);
}

.other-cell {
  color: rgba(15, 23, 42, 0.6);
}

.check-icon {
  height: 10px;
  width: 10px;
  color: #cf1970;
  /*stroke-width: 2.5;*/
  flex-shrink: 0;
  /*margin-top: 0.125rem;*/
}

.x-icon {
  height: 10px;
  width: 10px;
  color: rgba(239, 68, 68, 0.7);
  /*stroke-width: 2;*/
  flex-shrink: 0;
  /*margin-top: 0.125rem;*/
}

.advantage-section {
  margin-top: 4rem;
  border-radius: 1rem;
  border: 1px solid #cf1970;
  background: linear-gradient(to bottom right, rgba(248, 250, 252, 0.4), white);
  padding: 20px;
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .advantage-section {
    grid-template-columns: 1fr 1fr;
    padding: 3.5rem;
  }
}

.advantage-header {
  max-width: 28rem;
}

.advantage-title {

  font-size: clamp(1.875rem, 3vw, 2.25rem);
  line-height: 1.2;
  margin-top: 1rem;
  color: var(--navy-deep);
  font-weight: 400;
  text-align: center;
}

.advantage-list {
  list-style: none;
  display: flex;
  flex-direction: column;
 
  line-height: 0px;
}

.advantage-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 15px;
  font-size:16px;
  margin-bottom: 0px;
  line-height: 20px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--navy-deep);
}

.advantage-footer {
  padding-top: 25px;
 
  font-size: 1.125rem;
  font-style: italic;
  line-height: 25px;
  color: rgba(15, 23, 42, 0.8);
  text-align: center;
}

/* Exclusive Strategic Global Section */
.exclusive-strategic-global-section {
  background: white;
  padding: 50px 10px;
}

@media (min-width: 768px) {
  .exclusive-strategic-global-section {
    padding: 50px 20px;
  }
}

.content-grid {
  display: block;
  align-items: center;
  gap: 4rem;
}

@media (min-width: 1024px) {
  .content-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.content-left {
  max-width: none;
}

.exclusive-strategic-global-section .section-title {

  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  margin-top: 1.5rem;
  color: var(--navy-deep);
  font-weight: 400;
  text-align: center;
}

.exclusive-strategic-global-section .section-description {
  margin-top: 1.5rem;
  color: rgba(15, 23, 42, 0.6);
  line-height: 1.6;
  max-width: 28rem;
  text-align: center;
}

.content-right {
  display: flex;
  justify-content: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 100%;
}

.stat-card {
  background: white;
  padding: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .stat-card {
    padding: 2.5rem;
  }
}

.stat-value {
  
  font-size: clamp(2.5rem, 5vw, 3rem);
  line-height: 1.2;
  color: var(--navy-deep);
  font-weight: 400;
}

.stat-label {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: rgba(15, 23, 42, 0.6);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Begin Legacy Section */
.begin-legacy-section {
  background: var(--navy-deep);
  position: relative;
  overflow: hidden;
 
}

.begin-legacy-section::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image: 
    radial-gradient(circle at 20% 30%, hsl(var(--gold)) 0, transparent 40%), 
    radial-gradient(circle at 80% 70%, hsl(var(--magenta)) 0, transparent 40%);
}

.begin-legacy-section .container {
  position: relative;
  text-align: center;
  padding: 6rem 1rem;
}



.begin-legacy-section .section-title {

  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  margin: 2rem auto 0;
  max-width: 64rem;
  color: var(--navy-foreground);
  font-weight: 400;
}
#profilesid {
    margin-top: 0px;
}

@media (min-width: 768px) {
  .begin-legacy-section .section-title {
    font-size: clamp(3rem, 6vw, 4rem);
  }
  
  
  .why-migration-section .hairline{
    text-align: center;
}

.white-glove-services-section .hairline{
    text-align: center;
}
.why-choose-prwale-section .hairline{
    text-align: center;
}

.comparison-section .hairline{
    text-align: center;
}

.begin-legacy-section .hairline{
    text-align: center;
}
.advantage-section .hairline{
    text-align: left;
}

.header-cell .hairline{
    text-align: left;
}
.country-info .hairline{
    text-align: left;
}
.points-table .hairline{
    text-align: left;
}

.header-right {
  color: rgba(15, 23, 42, 0.7);
  line-height: 1.6;
  font-size: 1rem;
  text-align: center;
}

.advantage-title {
 
  font-size: clamp(1.875rem, 3vw, 2.25rem);
  line-height: 1.2;
  margin-top: 1rem;
  color: var(--navy-deep);
  font-weight: 400;
  text-align: left;
}

.advantage-footer {
  padding-top: 25px;
 
  font-size: 1.125rem;
  font-style: italic;
  line-height: 25px;
  color: rgba(15, 23, 42, 0.8);
  text-align: left;
}

.exclusive-strategic-global-section .section-title {

  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  margin-top: 1.5rem;
  color: var(--navy-deep);
  font-weight: 400;
  text-align: left;
}

.exclusive-strategic-global-section .section-description {
  margin-top: 1.5rem;
  color: rgba(15, 23, 42, 0.6);
  line-height: 1.6;
  max-width: 28rem;
  text-align: left;
}
}

@media (min-width: 1024px) {
  .begin-legacy-section .section-title {
    font-size: clamp(3.5rem, 7vw, 4.5rem);
  }
}

.begin-legacy-section .section-description {
  margin: 2rem auto 0;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}

.button-group {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.primary-btn-1{
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.primary-btn {
  background: var(--gold);
 border-radius: 8px;
  padding: 10px 30px;
  transition: opacity 0.3s ease;
  box-shadow: 0 10px 25px -5px rgba(212, 175, 55, 0.3);
   letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
 
}

.primary-btn:hover {
  opacity: 0.9;
  border: 1px solid #fff;
}
.visa-country-area h2 {
    margin-bottom: 16px;
}
.cosmopolitans .text-white {
    margin-bottom: 16px;
}
.process-step h2{
    margin-bottom: 16px;
}
.testimonial h2 {
    margin-bottom: 16px;
}
.why-main h2{
    margin-bottom: 16px;
}
.about-us-content h2 {
     margin-bottom: 16px;
}
.team h2{
    margin-bottom: 16px; 
}
.why-choose h2{
     margin-bottom: 16px; 
}
.secondary-btn {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--navy-foreground);
  text-decoration: none;
  transition: all 0.3s ease;
   display: flex;
  align-items: center;
}

.secondary-btn:hover  {
  border-color: var(--gold);
  color: #cf1970;
}
.service-card:hover p, .service-card:hover h3 {
  color: black;
}
.reason-card:hover .reason-description, .reason-card:hover .reason-title {
  color: #cf1970;
}
.profile-box{
    display: flex;
    gap: 10px;
}
.profile-title{
    line-height: 28px;
}
.hairline-2 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold-soft);
    margin-bottom: 0px;
    text-align: center;
}
 #profiles-2{
    grid-template-columns: repeat(1, 1fr);
}
.section-header-grid-2 {
    margin-bottom: 50px;
}
 .table-header-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    background: var(--navy-deep);
    color: var(--navy-foreground);
    min-width: 750px;
}  
.table-row-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    font-size: 0.875rem;
    gap: 0px;
    min-width: 750px;
}
#appproachid .hairline {
        font-size: 13px;
        text-align: left;
    }
#comparison-table-3 {
    margin-top: 4rem;
    overflow: auto;
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
/*#servicesboxid p{*/
/*    color: #fff;*/
/*}*/
/*#sectable .hairline{*/
/*    color: #fff;*/
/*}*/
.bottom .secondary-btn{
     width: 193px;
}

 .visa-offer-country-items>li {
    max-height: 590px;
}
 .address {
    font-size: 14px;
    font-weight: 500;
}
.footer-category ul li a,
.footer-category .address {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-decoration: none;
    color: #000; /* apne color ke hisab se change kar sakte hain */
}

.footer-category ul li a i,
.footer-category .address i {
    min-width: 20px;
    font-size: 18px;
    margin-top: 3px;
}

.footer-category .address span {
    flex: 1;
    line-height: 1.6;
}

@media (max-width: 600px){
.founder-message-grid{
    display: block !important;
}
.founder-message-card h3{
    margin-top: 15px;
}

}


@media (min-width: 1200px){
    .visa-offer-country-item .country{
        margin-bottom: 30px;
    }
.visa-offer-country-items>li{
        max-height: 530px;
 }

   .address {
    font-size: 16px;
    font-weight: 500;
}

    .mainhero-section{
    padding: 0px;
}
    .blog-main li{
    margin-bottom: 10px;
}
    .table-row-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    font-size: 0.875rem;
    gap: 0px;
    min-width: 1260px;
}
    .table-header-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    background: var(--navy-deep);
    color: var(--navy-foreground);
    min-width: 1260px;
}
    .section-header-grid h2{
        text-align: left;
    }
    #appproachid .hairline {
        font-size: 13px;
        text-align: left;
    }
    .profile-points-3 h3{
     font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    }
    #profiles-2{
    grid-template-columns: repeat(2, 1fr);
}
    .hairline-2 {
        font-size: 0.8rem;
        font-weight: 400;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: var(--gold-soft);
        margin-bottom: 0px;
        text-align: center;
        font-size: 15px;
    }
.about-content h2{
    margin-bottom: 15px;
} 
.row-cell.factor {
        font-size:16px;
}
.hero-container{
  height: 100%;
}
.reasons-grid{
  margin-top: 4rem;
}
.why-migration-section{
  padding: 50px;
}
.curated-approach-section{
  padding: 50px;
}
.who-can-apply-section{
  padding: 50px ;
}
.section-header-grid{
  gap: 3rem;
  
}
.profiles-grid{
  margin-top: 4rem;
}
.country-points-section{
  padding: 50px;
}
.white-glove-services-section{
  padding: 50px;
}
.why-choose-prwale-section{
  padding: 50px;
}
.comparison-section{
  padding: 50px;
}
.advantage-footer{
  line-height: 25px;
}
.advantage-item{
  line-height: 20px;
}
.exclusive-strategic-global-section{
  padding: 50px;
}

.row-cell {
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.header-cell {
  padding: 1.5rem;
}
.hairline {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 0px;
  text-align: left;
}
.points-table td {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.3s ease;
  vertical-align: top;
}

.factor-name {
 
  font-size: 1rem;
  color: white;
  font-weight: 400;
}

.country-program {
 
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.3;
  margin-top: 0.75rem;
  color: white;
  font-weight: 400;
}
.country-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 2rem;
}
.country-points-section .hairline{
    text-align: center;
}

.hero-container{
    text-align: left;
    max-width: 1200px;
}

  .hero-buttons{
      justify-content:left;
  }
    .approach-left {

  text-align: left;
}

.why-migration-section .hairline{
    text-align: center;
}

.white-glove-services-section .hairline{
    text-align: center;
}
.why-choose-prwale-section .hairline{
    text-align: center;
}

.comparison-section .hairline{
    text-align: center;
}

.begin-legacy-section .hairline{
    text-align: center;
}
.advantage-section .hairline{
    text-align: left;
}

.header-cell .hairline{
    text-align: left;
}
.country-info .hairline{
    text-align: left;
}
.points-table .hairline{
    text-align: left;
}

.header-right {
  color: rgba(15, 23, 42, 0.7);
  line-height: 1.6;
  font-size: 1rem;
  text-align: end;
}

.advantage-title {
 
  font-size: clamp(1.875rem, 3vw, 2.25rem);
  line-height: 1.2;
  margin-top: 1rem;
  color: var(--navy-deep);
  font-weight: 400;
  text-align: left;
}

.advantage-footer {
  padding-top: 25px;
 
  font-size: 1.125rem;
  font-style: italic;
  line-height: 25px;
  color: rgba(15, 23, 42, 0.8);
  text-align: left;
}

.exclusive-strategic-global-section .section-title {

  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  margin-top: 1.5rem;
  color: var(--navy-deep);
  font-weight: 400;
  text-align: left;
}

.exclusive-strategic-global-section .section-description {
  margin-top: 1.5rem;
  color: rgba(15, 23, 42, 0.6);
  line-height: 1.6;
  max-width: 28rem;
  text-align: left;
}

.content-grid {
  display: grid;
  align-items: center;
  gap: 4rem;
}

.cell-subtitle{
    font-size: 18px;
}
.hairline{
    font-size: 15px;
}
.header-cell {
  padding: 10px;
}
.check-icon {
  height: 17px;
  width: 17px;
  color: #cf1970;
  stroke-width: 2.5;
  flex-shrink: 0;
  /*margin-top: 0.125rem;*/
}
.x-icon {
  height: 17px;
  width: 17px;
  color: rgba(239, 68, 68, 0.7);
  stroke-width: 2;
  flex-shrink: 0;
  /*margin-top: 0.125rem;*/
}
.advantage-section {
  margin-top: 4rem;
  border-radius: 1rem;
  border: 1px solid #cf1970;
  background: linear-gradient(to bottom right, rgba(248, 250, 252, 0.4), white);
  padding: 2.5rem;
  display: grid;
  gap: 2.5rem;
}
.header-left {
  max-width: 600px;
  text-align: left;
}
.header-adress {
  text-align: center;
  margin-bottom: 0;
  margin-right: 11px;
}
}
/*disclaimer*/
#Comparisonbox .disclaimer-contentbox  ul li{
          font-size: 16px;
        line-height: 30px;
}
#Comparisonbox .disclaimer-contentbox  ul{
             list-style: disc;
          padding-left: 20px;
}
#Comparisonbox .disclaimer-contentbox  p{
       font-size: 16px;
        line-height: 20px;
}
#Comparisonbox .disclaimer-contentbox  h3{
       font-size: 20px;
        line-height: 52px;
    margin-bottom: 10px;
}
.contact-card{
    max-width: 1300px;
    margin:auto;
    position:relative;
    background:linear-gradient(135deg,#0f172a,#1e3a8a);
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-overlay{
    position:absolute;
    width:250px;
    height:250px;
    background:rgba(255,255,255,0.08);
    border-radius:50%;
    top:-80px;
    right:-80px;
}

.contact-content{
    position:relative;
    z-index:2;
    padding:50px;
    color:#fff;
}

.contact-tag{
    display:inline-block;
    padding:8px 18px;
    background:rgba(255,255,255,0.15);
    border:1px solid rgba(255,255,255,0.2);
    border-radius:30px;
    font-size:14px;
    margin-bottom:15px;
}

.contact-content h2{
    font-size:42px;
    margin-bottom:15px;
    font-weight:700;
}

.contact-content p{
    font-size:16px;
    line-height:1.8;
    color:#dbeafe;
    margin-bottom:35px;
}

.contact-info{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.info-box{
    background:rgba(255,255,255,0.1);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,0.15);
    border-radius:18px;
    padding:25px;
    text-align:center;
    transition:0.4s;
}

.info-box:hover{
    transform:translateY(-8px);
    background:rgba(255,255,255,0.15);
}

.icon{
    width:65px;
    height:65px;
    margin:auto;
    background:#fff;
    color:#1e3a8a;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:15px;
}

.details h4{
    font-size:18px;
    margin-bottom: 0px;
    line-height: 20px;
}

.details a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    word-break:break-word;
}

.details a:hover{
    color:#93c5fd;
}
#Comparisonbox h2{
    text-align: Start;
}
#Comparisonbox .coming-text{
    text-align: center;
    font-size: 50px;
    margin: 80px 0px;
    margin-bottom: 120px;
}

@media(max-width:768px){
    .contact-content{
        padding:35px 25px;
    }

    .contact-content h2{
        font-size:32px;
    }

    .contact-info{
        grid-template-columns:1fr;
    }
}
    /* =========================
   MOBILE FIRST CSS
========================= */


.cbi-section{
    padding:60px 16px;
    background: #12115c;
}

.container{
    max-width:1280px;
    margin:auto;
}

.section-heading{
    text-align:center;
    margin-bottom:90px;
}

.sub-title{
    font-size:14px;
    font-weight:600;
    color:#b1184f;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
}

.section-heading h2{
    font-size:30px;
    line-height: 60px;
    font-weight:700;
    color:#ffffff;
}

.cbi-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:24px;
}

.cbi-card{
    background:#ffffff;
    border-radius:24px;
    padding:24px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    border:1px solid #ececec;
    transition:0.3s ease;
}

.cbi-card:hover{
    transform:translateY(-5px);
}

.country-title{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
}

.flag{
    font-size:32px;
}

.country-title h3{
    font-size:22px;
    line-height:1.4;
    font-weight:700;
}

.info-block{
    
    border-bottom:1px solid #e5e7eb;
}

.info-block p{
    font-size:15px;
    line-height: 20px;
   
    color:#374151;
}

.info-block strong{
    color:#111827;
}

.privileges h4{
    font-size:18px;
    margin-bottom:0px;
    color:#111827;
}

.privileges ul{
    list-style: disc;
    padding-left: 40px;
    margin: 15px 0px;
}
::marker {
    color: #000;
    font-size: 15px;
    line-height: 30px;
}

.privileges ul li{
    position:relative;
    /*padding-left:24px;*/
    margin-bottom:12px;
    font-size:15px;
    line-height:1.7;
    color:#4b5563;
}

/*.privileges ul li::before{*/
/*    content:"✓";*/
/*    position:absolute;*/
/*    left:0;*/
/*    top:0;*/
/*    color:#16a34a;*/
/*    font-weight:700;*/
/*}*/

.premium-card{
    background:#cf1970;
    color:#ffffff;
}

.premium-card .country-title h3,
.premium-card .info-block strong,
.premium-card .privileges h4{
    color:#ffffff;
}

.premium-card .info-block p,
.premium-card .privileges ul li{
    color:#d1d5db;
}

.premium-card .info-block{
    border-color:rgba(255,255,255,0.15);
}

/* =========================
   TABLET
========================= */

@media(min-width:768px){

    .cbi-section{
        padding:70px 24px;
    }

    .section-heading h2{
        font-size:42px;
    }

    .cbi-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* =========================
   DESKTOP
========================= */
@media(max-width:991px){
    .tab_content{
    padding: 10px 0px;
}
@media(min-width:1200px){

    .cbi-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .section-heading h2{
        font-size:52px;
    }

}
#Comparisonbox .section-title{
    text-align: left;
}
#Comparisonbox{
    padding-bottom: 0px;
    background: transparent;
}
.testimonial .title-para{
   margin-bottom: 25px;
}
/*new*/
.mainhero-section{
    padding: 0px 20px;
}
.about-content{
    margin-top: 10px;
    margin-left: 5px;
}
#Immigration {
    margin-left: 5px;
}
.about-content .title{
   margin-bottom: 18px;
}


