@import url("font-awesome.min.css");
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.heading_container h2::before {
  content: "";
  width: 60px;
  height: 7px;
  background-color: #8eec69;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.heading_container.heading_center h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*header section*/
.hero_area {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .hero_bg_box::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.45));
}

.sub_page .header_section {
  border: none;
}

.hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero_bg_box .img-box {
  width: 100%;
}

.hero_bg_box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.25));
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding-bottom: 21px;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  padding: 0;
  background-color: rgba(7, 26, 82, 0.25);
  border-bottom: 1px solid #ffffff;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_top {
  background-color: #071a52;
  padding: 15px 0;
}

.header_top .contact_link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_top .contact_link-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 15px;
}

.header_top .contact_link-container a i {
  font-size: 20px;
  color: #8eec69;
  margin-right: 5px;
}

.header_bottom {
  padding: 10px 0;
}

#navbarSupportedContent {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 0;
  padding: 10px 15px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 15px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box {
  width: 100%;
  margin: 0 auto;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-size: 3rem;
  color: #ffffff;
  font-weight: 600;
}

.slider_section .detail-box h1 span {
  color: #8eec69;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.slider_section .detail-box .btn-box a {
  width: 180px;
  text-align: center;
  margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #8eec69;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  border-color: #8eec69;
  color: #8eec69;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .idicator_container {
  position: relative;
}

.slider_section ol.carousel-indicators {
  margin: 0;
  bottom: -75px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slider_section ol.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  background-color: #8eec69;
  opacity: 1;
  border: none;
  margin: 0 4px;
}

.slider_section ol.carousel-indicators li.active {
  background-color: #ffffff;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-top: 45px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box img {
  width: 75px;
}

.service_section .box:hover {
  background-color: #071a52;
  color: #ffffff;
  -webkit-box-shadow: 15px 15px 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 15px 15px 0 1px rgba(0, 0, 0, 0.2);
}

.service_section .box:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.service_section .detail-box {
  margin-left: 25px;
}

.service_section .detail-box h6 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service_section .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #8eec69;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 10px;
}

.service_section .detail-box a:hover {
  background-color: transparent;
  border-color: #8eec69;
  color: #8eec69;
}

.about_section {
  background-color: #071a52;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img_container .img-box img {
  width: 100%;
}

.about_section .detail-box {
  background-color: #ffffff;
  padding: 45px 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  margin-left: -45px;
}

.about_section .detail-box p {
  margin-top: 5px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #8eec69;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  border-color: #8eec69;
  color: #8eec69;
}

.country_section .box {
  display: block;
  position: relative;
  margin-top: 45px;
  overflow: hidden;
  border-radius: 5px;
}

.country_section .box img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.country_section .box:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.country_section .detail-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.country_section .detail-box h3 {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
}

.client_section .client_container {
  margin-top: 45px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 5px;
  position: relative;
}

.client_section .box .img-box {
  position: relative;
  width: 105px;
  margin-bottom: -45px;
  margin-left: 25px;
  position: relative;
  z-index: 3;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.client_section .box .detail-box {
  background-color: #071a52;
  color: #ffffff;
  border: 1px solid #dddddd;
  padding: 60px 25px 25px 25px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.client_section .box .detail-box h5 {
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}

.client_section .box .detail-box h6 {
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.client_section .box .detail-box p {
  margin: 0;
  font-size: 15px;
  position: relative;
  z-index: 2;
}

.client_section .box .detail-box::before {
  content: "\f10e";
  font-family: fontAwesome;
  position: absolute;
  right: 10px;
  bottom: -10px;
  font-size: 8rem;
  z-index: 1;
  opacity: .1;
}

.client_section .carousel-wrap {
  margin: 0 auto;
  position: relative;
}

.client_section .carousel-wrap .active + .active .box {
  margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px 10px 0 0;
  outline: none;
  background-color: #8eec69;
  color: #ffffff;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #071a52;
}

/* contact section */
.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 45px;
  color: #ffffff;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  outline: none;
  color: #000000;
  border-radius: 5px;
  background-color: #ffffff;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
  opacity: 1;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
  opacity: 1;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
  opacity: 1;
}

.contact_section .form_container input::placeholder {
  color: #222222;
  opacity: 1;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #8eec69;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  border-color: #8eec69;
  color: #8eec69;
}

.contact_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.contact_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25));
}

/* end contact section */
.info_section {
  background-color: #05133b;
  color: #ffffff;
  padding: 75px 0 10px 0;
}

.info_section .row > div {
  margin-bottom: 25px;
}

.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}

.info_section .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info_section .info_logo .navbar-brand {
  padding: 0;
  margin-bottom: 20px;
}

.info_section .info_logo .navbar-brand span {
  font-size: 24px;
  color: #ffffff;
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  color: #ffffff;
}

.info_section .info_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact a {
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .info_contact a i {
  font-size: 20px;
  margin-right: 5px;
}

.info_section .info_form form input {
  outline: none;
  border: none;
  width: 100%;
  padding: 7px 10px;
  border-radius: 5px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #8eec69;
  border-radius: 5px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .info_form .social_box {
  margin-top: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 10px;
  color: #ffffff;
  font-size: 20px;
}

/* footer section*/
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: #05133b;
}

.footer_section p {
  color: rgba(254, 254, 255, 0.7);
  margin: 0;
  text-align: center;
}

.footer_section p a {
  color: inherit;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */
/* ===== Canada Student Visa page ===== */
.visa-hero{
  background: #eaf2fb;             /* light blue like your reference */
  padding: 72px 0 32px;
  position: relative;
}

.visa-title{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #0a2d5a;                   /* deep navy */
  margin-bottom: 8px;
}

.visa-subtitle{
  max-width: 720px;
  margin: 0 auto 36px;
  color: #556070;
  font-size: 16px;
}

.visa-badges{
  gap: 20px 0;
}

/* circular badge with thick ring */
.circle-badge{
  width: 160px; height: 160px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center; justify-content: center;
  background: #fff;
  box-shadow: 0 8px 24px rgba(10,45,90,.08);
  border: 8px solid #143d6b;        /* dark ring */
  overflow: hidden;
}
.circle-badge img{
  width: 100%; height: 100%; object-fit: cover;
}

/* main content */
.visa-content{
  background: #fff;
  padding: 56px 0 80px;
}

.section-heading{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #0a2d5a;
  font-size: 22px;
  margin-bottom: 8px;
}

.heading-underline{
  display: inline-block;
  width: 110px; height: 4px;
  background: linear-gradient(90deg,#0a2d5a 0%, #2ea6ff 100%);
  border-radius: 999px;
}

/* list style to match clean bullets */
.clean-list{
  list-style: none; padding: 0; margin: 0;
}
.clean-list li{
  position: relative;
  padding-left: 22px;
  margin: 8px 0;
  color: #1d2733;
  font-size: 15px;
}
.clean-list li::before{
  content: "";
  width: 8px; height: 8px;
  background: #0a2d5a;
  border-radius: 50%;
  position: absolute; left: 0; top: 10px;
}

/* responsive tweaks */
@media (max-width: 991.98px){
  .circle-badge{ width: 140px; height: 140px; border-width: 7px; }
}
@media (max-width: 575.98px){
  .visa-title{ font-size: 30px; }
  .visa-subtitle{ font-size: 14px; }
  .circle-badge{ width: 120px; height: 120px; border-width: 6px; }
}

/* Airplane path decorations */
.plane-path{
  position: absolute;
  top: 20px;
  width: 140px;
  opacity: 0.6;
}
.plane-path.left{
  left: 20px;
}
.plane-path.right{
  right: 20px;
  transform: scaleX(-1); /* mirror horizontally */
}
@media (max-width: 767.98px){
  .plane-path{ width: 90px; top: 10px; }
}










/* ===== Full Banner Style ===== */
.inner-banner {
  position: relative;
  width: 100%;
  height: 100vh; /* Full screen height */
  min-height: 500px; /* Fallback on smaller screens */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(10,45,90,0.55); /* dark overlay */
}

.banner-title {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.banner-breadcrumb {
  font-size: 18px;
  color: #f1f1f1;
}

.banner-breadcrumb a {
  color: #fff;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 767.98px) {
  .inner-banner { height: 70vh; min-height: 380px; }
  .banner-title { font-size: 32px; }
  .banner-breadcrumb { font-size: 14px; }
}


/* Remove empty hero area space on inner pages */
.hero_area {
  min-height: auto;
  height: auto;
}









/* 0) Generic responsive image reset */
img { max-width: 100%; height: auto; display: block; }

/* 1) Collapse the empty homepage hero on inner pages */
.hero_area { height: auto; min-height: 0; }
.hero_bg_box { display: none; } /* prevents the homepage background from showing */

/* 2) Full-width/height, mobile-safe banner */
.inner-banner{
  position: relative;
  width: 100%;
  height: 68svh;           /* small-viewport height: correct on mobile */
  min-height: 420px;       /* keep some height on short screens */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex; align-items: center; justify-content: center;
}
@supports not (height: 1svh) {    /* fallback for older browsers */
  .inner-banner{ height: 68vh; }
}
.inner-banner .overlay{
  position: absolute; inset: 0;
  background: rgba(10,45,90,.55);
}
.inner-banner .container{ position: relative; z-index: 2; }
.banner-title{ color:#fff; font-weight:700; font-size: 56px; margin: 0 0 12px; }
.banner-breadcrumb{ color:#f1f1f1; font-size: 18px; }
.banner-breadcrumb a{ color:#fff; text-decoration: underline; }

/* 3) Don’t let the hero wrapper add any gap above the banner */
.header_section { position: relative; z-index: 10; }
.header_bottom + .inner-banner { margin-top: 0; }

/* 4) Circular badges: perfectly round & never squish */
.visa-badges { row-gap: 20px; }
.circle-badge{
  width: 160px;
  aspect-ratio: 1 / 1;    /* keeps it a perfect circle responsively */
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #143d6b;
  box-shadow: 0 8px 24px rgba(10,45,90,.08);
  background: #fff;
  display: inline-flex; align-items: center; justify-content: center;
}
.circle-badge img{
  width: 100%; height: 100%;
  object-fit: cover;      /* fills the circle without distortion */
}

/* 5) Responsive tweaks */
@media (max-width: 991.98px){
  .banner-title{ font-size: 36px; }
  .banner-breadcrumb{ font-size: 14px; }
  .circle-badge{ width: 130px; border-width: 7px; }
}
@media (max-width: 575.98px){
  .inner-banner{ height: 58svh; min-height: 360px; }
  .banner-title{ font-size: 28px; }
  .circle-badge{ width: 110px; border-width: 6px; }
}

























































/* Section Heading */
.section-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0a2d5a;
  margin-bottom: 12px;
}

/* underline under heading */
.heading-underline {
  display: block;
  width: 80px;
  height: 4px;
  margin: 0 auto 40px;
  background: linear-gradient(90deg, #0a2d5a, #2ea6ff);
  border-radius: 4px;
}

/* Two-column list */
.visa-content .row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.clean-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.clean-list li {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 14px 0;
  padding-left: 24px;
  transition: color 0.3s ease;
}

.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #0a2d5a;
  border-radius: 50%;
}

.clean-list li:hover {
  color: #2ea6ff;
}

/* Responsive - make it single column on small devices */
@media (max-width: 767.98px) {
  .visa-content .row {
    flex-direction: column;
    gap: 20px;
  }
}




