@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;
}
.scholarship-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.scholarship-image {
  flex: 1;
  min-height: 300px;
  background-size: cover;
  background-position: center;
}

.scholarship-content {
  flex: 1;
  padding: 20px;
}

.note-text {
  font-size: 16px;
  line-height: 1.6;
}

.cta-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #0077cc;
  color: white;
  text-decoration: none;
  border-radius: 8px;
}
/* ✅ Mobile View */
@media screen and (max-width: 768px) {
  .scholarship-container {
    flex-direction: column;
  }

  .scholarship-image,
  .scholarship-content {
    flex: 1 1 100%;
    width: 100%;
  }

  .scholarship-content {
    padding: 20px;
  }

  .scholarship-content h1 {
    font-size: 22px;
  }

  .note-text {
    font-size: 15px;
  }

  .cta-button {
    width: 100%;
    text-align: center;
  }
}
.scholarship-section {
  padding: 50px;
  background: #f9fafc;
  font-family: Arial, sans-serif;
}

.scholarship-container {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  overflow: hidden;
}

.scholarship-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scholarship-image {
  flex: 1;
}

.scholarship-content {
  flex: 2;
  padding: 30px;
}

.scholarship-content h2 {
  font-size: 28px;
  color: #2b6cb0;
  margin-bottom: 15px;
}

.scholarship-content h3 {
  margin-top: 20px;
  color: #1a202c;
}

.scholarship-info, .benefits {
  list-style: none;
  padding-left: 0;
  margin: 10px 0;
}

.scholarship-info li, .benefits li {
  padding: 6px 0;
  position: relative;
  padding-left: 20px;
}

.benefits li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: green;
}

.contact-box {
  margin-top: 20px;
  background: #edf2f7;
  padding: 15px;
  border-radius: 10px;
}

.contact-box a {
  color: #2b6cb0;
  text-decoration: none;
}

.contact-box a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .scholarship-container {
    flex-direction: column;
  }
}
/* ===== Italy PhD Section ===== */
.scholarship-section.italy {
  padding: 50px 20px;
  background:
    linear-gradient(90deg, rgba(0,130,0,0.04) 0%, rgba(255,255,255,0.6) 50%, rgba(200,16,46,0.04) 100%),
    #f7f9fc;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.scholarship-section.italy .scholarship-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: hidden;
}

.scholarship-section.italy .scholarship-content {
  padding: 28px 28px 10px 28px;
}

.scholarship-section.italy h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.scholarship-section.italy h3 {
  margin: 18px 0 8px;
  font-size: 18px;
}

.scholarship-section.italy .scholarship-info {
  margin: 10px 0 6px;
  padding-left: 0;
  list-style: none;
}

.scholarship-section.italy .bullet {
  margin: 6px 0 10px;
  padding-left: 18px;
}

.scholarship-section.italy .benefits {
  list-style: none;
  padding-left: 0;
  margin: 8px 0 14px;
}
.scholarship-section.italy .benefits li {
  position: relative;
  padding-left: 26px;
  margin: 6px 0;
}
.scholarship-section.italy .benefits li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

.scholarship-section.italy .chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin: 6px 0 10px;
}
.scholarship-section.italy .chip-list li {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  font-size: 14px;
  border: 1px solid #e5e7eb;
}

.scholarship-section.italy .intake-box {
  margin: 12px 0 14px;
  padding: 12px 14px;
  background: #f0fdf4;
  border: 1px solid #dcfce7;
  border-radius: 12px;
  font-weight: 600;
}

.scholarship-section.italy .contact-box {
  margin-top: 12px;
  background: #f8fafc;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #eef2f7;
}
.scholarship-section.italy .contact-box a {
  color: #0f62fe;
  text-decoration: none;
}
.scholarship-section.italy .contact-box a:hover { text-decoration: underline; }
.scholarship-section.italy .brand { margin-top: 8px; font-size: 14px; opacity: 0.9; }

.scholarship-section.italy .cta-row {
  display: flex;
  gap: 10px;
  margin: 14px 0 6px;
  flex-wrap: wrap;
}
.scholarship-section.italy .btn-primary,
.scholarship-section.italy .btn-secondary {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .12s ease, box-shadow .12s ease, background .12s;
}
.scholarship-section.italy .btn-primary {
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  color: #fff;
  box-shadow: 0 6px 16px rgba(37,99,235,0.25);
}
.scholarship-section.italy .btn-primary:hover { transform: translateY(-1px); }
.scholarship-section.italy .btn-secondary {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #111827;
}
.scholarship-section.italy .btn-secondary:hover { background: #e9eef6; }

.scholarship-section.italy .scholarship-image {
  position: relative;
  min-height: 320px;
}
.scholarship-section.italy .scholarship-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scholarship-section.italy .ribbon {
  position: absolute;
  top: 14px;
  left: -38px;
  transform: rotate(-45deg);
  background: linear-gradient(90deg, #008000, #ffffff, #c8102e);
  color: #111;
  padding: 8px 60px;
  font-weight: 800;
  font-size: 12px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 980px) {
  .scholarship-section.italy .scholarship-container {
    grid-template-columns: 1fr;
  }
  .scholarship-section.italy .scholarship-image { order: -1; height: 280px; }
}
/* === GLOBAL SCHOLARSHIP SECTION === */
.scholarship-section.global {
  background: #f8fafc;
  padding: 50px 20px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.scholarship-section.global .scholarship-container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.scholarship-section.global .scholarship-image {
  position: relative;
  min-height: 350px;
}
.scholarship-section.global .scholarship-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scholarship-section.global .ribbon {
  position: absolute;
  top: 15px;
  left: -40px;
  transform: rotate(-45deg);
  background: linear-gradient(90deg, #2563eb, #4f46e5);
  color: white;
  padding: 8px 60px;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

.scholarship-section.global .scholarship-content {
  padding: 28px;
}

.scholarship-section.global h2 {
  font-size: 28px;
  margin-bottom: 6px;
  color: #1e293b;
}
.scholarship-section.global .tagline {
  font-size: 18px;
  color: #334155;
  margin-bottom: 15px;
}

.scholarship-section.global h3 {
  margin-top: 20px;
  margin-bottom: 6px;
  font-size: 18px;
  color: #0f172a;
}

.scholarship-section.global .flag-line {
  font-size: 18px;
  margin: 0;
}

.benefits, .requirements, .extra-support {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.benefits li, .requirements li, .extra-support li {
  padding: 5px 0 5px 26px;
  position: relative;
}
.benefits li::before {
  content: "✔️";
  position: absolute;
  left: 0;
}
.requirements li::before {
  content: "📌";
  position: absolute;
  left: 0;
}
.extra-support li::before {
  content: "🎁";
  position: absolute;
  left: 0;
}

.scholarship-section.global .contact-box {
  background: #f1f5f9;
  padding: 15px;
  border-radius: 10px;
  margin-top: 15px;
}
.scholarship-section.global .contact-box a {
  color: #2563eb;
  text-decoration: none;
}
.scholarship-section.global .contact-box a:hover {
  text-decoration: underline;
}

.scholarship-section.global .quote {
  margin-top: 15px;
  font-style: italic;
  background: #f0fdf4;
  padding: 12px 16px;
  border-left: 4px solid #22c55e;
  border-radius: 10px;
}

.scholarship-section.global .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.scholarship-section.global .btn-primary,
.scholarship-section.global .btn-secondary {
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
}
.scholarship-section.global .btn-primary {
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  color: white;
}
.scholarship-section.global .btn-primary:hover {
  transform: translateY(-1px);
}
.scholarship-section.global .btn-secondary {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  color: #0f172a;
}
.scholarship-section.global .btn-secondary:hover {
  background: #e2e8f0;
}

/* Responsive */
@media (max-width: 980px) {
  .scholarship-section.global .scholarship-container {
    grid-template-columns: 1fr;
  }
  .scholarship-section.global .scholarship-image {
    order: -1;
    height: 250px;
  }
}
/* === INTERNATIONAL SCHOLARSHIP SECTION === */
.scholarship-section.intl {
  background: #f9fafc;
  padding: 50px 20px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.scholarship-section.intl .scholarship-container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.scholarship-section.intl .scholarship-image {
  position: relative;
  min-height: 320px;
}
.scholarship-section.intl .scholarship-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scholarship-section.intl .ribbon {
  position: absolute;
  top: 15px;
  left: -40px;
  transform: rotate(-45deg);
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  padding: 8px 60px;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

.scholarship-section.intl .scholarship-content {
  padding: 28px;
}

.scholarship-section.intl h2 {
  font-size: 28px;
  margin-bottom: 6px;
  color: #1e293b;
}
.scholarship-section.intl .tagline {
  font-size: 18px;
  color: #334155;
  margin-bottom: 15px;
}

.scholarship-section.intl h3 {
  margin-top: 20px;
  margin-bottom: 6px;
  font-size: 18px;
  color: #0f172a;
}

.scholarship-section.intl .flag-line {
  font-size: 18px;
  margin-bottom: 10px;
}

.benefits, .requirements, .extra-support {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.benefits li, .requirements li, .extra-support li {
  padding: 5px 0 5px 26px;
  position: relative;
}
.benefits li::before { content: "✅"; position: absolute; left: 0; }
.requirements li::before { content: "📌"; position: absolute; left: 0; }
.extra-support li::before { content: "✈️"; position: absolute; left: 0; }

.scholarship-section.intl .contact-box {
  background: #f1f5f9;
  padding: 15px;
  border-radius: 10px;
  margin-top: 15px;
}
.scholarship-section.intl .contact-box a {
  color: #10b981;
  text-decoration: none;
}
.scholarship-section.intl .contact-box a:hover {
  text-decoration: underline;
}

.scholarship-section.intl .quote {
  margin-top: 15px;
  font-style: italic;
  background: #ecfdf5;
  padding: 12px 16px;
  border-left: 4px solid #22c55e;
  border-radius: 10px;
}

.scholarship-section.intl .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.scholarship-section.intl .btn-primary,
.scholarship-section.intl .btn-secondary {
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
}
.scholarship-section.intl .btn-primary {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
}
.scholarship-section.intl .btn-primary:hover { transform: translateY(-1px); }
.scholarship-section.intl .btn-secondary {
  background: #f8fafc;
  border: 1px solid #d1fae5;
  color: #065f46;
}
.scholarship-section.intl .btn-secondary:hover { background: #e6f4ef; }

/* Responsive */
@media (max-width: 980px) {
  .scholarship-section.intl .scholarship-container {
    grid-template-columns: 1fr;
  }
  .scholarship-section.intl .scholarship-image { order: -1; height: 250px; }
}
/* end footer section*/
/*# sourceMappingURL=style.css.map */
