body{
  font-family: outfit;
}
.para-bp{
  font-size: 18px;
}
/*first section css*/
.hero-section {
  background-image: url("../img/half-logo-bg.png");
  background-position: calc(0% + -70px) calc(0% + 100px);
  background-size: contain;
  background-repeat: no-repeat;
}

.lists-check p{
font-size: 16px;
margin: 8px 0px;
display: flex;
align-items: center;
}
.lists-check i{
  font-weight: 600;
  font-size: 16px;
  margin-right: 5px;
}
.headings-global{
  color: #131740;
  font-size: 35px;
  font-weight: 600;
}

.form-container {
  background: #FAFAFA;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 50%);
  text-align: center;
}

.form-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #131740;
  text-align: center;
}

.form-group {
  display: flex;
  margin-bottom: 15px;
  gap: 40px;
  overflow: hidden;
}

.form-group label {
  font-size: 16px;
  margin-bottom: 5px; /* Space between label and input */
  text-align: left;
}

.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  border-radius: 0px;
  background-color: transparent;
}

.form-control:focus {
  border-bottom: 1px solid #333;
  box-shadow: none;
}

.btn-submit {
  padding: 10px 40px;
  background-color: #172147;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 20px;
  cursor: pointer;
  margin-top: 20px;
}

.btn-submit:hover {
  background-color: #0e1635;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  width: 140px;
}

.small-select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  appearance: none; /* Hide default arrow */
  padding: 8px;
  font-size: 14px;
  cursor: pointer;
}

.select-wrapper i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #333;
}

.body_container {
  background-image: url("../img/col-logo.webp");
  background-position: right calc(100% - -20px);
  background-size: contain;
  background-repeat: no-repeat;
}


.image-col{
  position: relative;
  padding-right: 20px;
}

.small-image-top {
  position: absolute;
  bottom: 0; 
  right: 0px; 
  display: block; 
  text-align: center; 
}

.boy-nurse{
  text-align: end;
}
.girl-nurse img {
  display: block; 
  max-width: 100%; 
  height: auto;
}

/*first section css ends here*/
/*Why germany section css*/
.why-bg-section{
  background-image: url("../img/col-logo.webp");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
.image-why-sec{
  position: absolute;
  bottom: 0px;
  width: 575px;
  left: 200px;
}

.why-germany-col-1{
  background-color: #46C8F5;
  border-radius: 15px;
  padding: 50px;
  color: #fff;
}
.why-germany-col-2{
  background-color: #F9F9F9;
  border: 1px solid lightgray;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-left: -10px;
  z-index: -1;
  display: flex !important;
  justify-content: end;
}
.why-germany-col-2 ul{
  width: 80%;
  padding: 50px;
}
.why-germany-col-2 ul li{
  font-size: 16px;
  padding: 4px 0px

}
.headings-global-h2{
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 30px;
}
.apply-outline-btn{
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  display: inline;
  padding: 10px 20px;
}
.apply-outline-btn a {
  color: #fff;
}
.apply-outline-btn a:hover {
  color: #131740;
}

/*why germany section ends*/
/*eligibility css start*/
.icon-box{
  text-align: center;
  padding: 30px 0px;
}
.icon-box img{
  width: 50px;
}
.icon-box p{
  font-size: 18px;
  padding-top: 10px;
  font-weight: 600;
}
/*eligibility section end*/

/*pathway css start*/
.bg-row-path{
  background-color: #DFE9FD;
  border-radius: 15px;
}
.text-col h2, .text-col p{
  padding: 25px 10px 10px 30px;
}
.img-col {
  position: relative;
  overflow: visible; /* Allows image to extend outside */
  height: 330px;

}

.img-col img {
  width: 100%;
  display: block;
  transform: translateY(-19%); /* Moves image up while keeping layout */
}
.path-sec-bg{
  background-image: url("../img/logo-full.png");
  background-position: right; 
  background-size: contain;
  background-repeat: no-repeat;
}

/*pathway css ends*/

/*item box css start*/

.item-box{
  background-color: #46c9f525;
  border-radius: 10px;
  border: 1px solid #46C8F566;
  padding: 20px;
  height: 130px;
  margin: 10px 20px;
}
.item-box p{
  font-size: 16px;
  margin: 0;
}
/*item box css ends*/
/*consult cta css start*/
.consult-cta-bg{
  background-image: url("../img/col-logo.webp");
  background-position: calc(0% - -100px); 
  background-size: contain;
  background-repeat: no-repeat;
}
.cta-cunsult-bg-sec{
  background-image: url("../img/partial-logo.png");
  background-position: right ; 
  background-size: 300px auto;
  background-repeat: no-repeat;
}
.consult-cta-text h2{
  padding: 10px 0px;
}

.consult-btn {
  padding: 10px 30px;
  background-color: #46C8F5;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
}
.consult-btn a {
  color: #fff;
  font-size: 18px;
}
/*consult cta css ends*/
/*media section css start*/
.media-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-item:not(:nth-child(5n))::after { /* Add border after each logo except the last one in a row (desktop) */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #ccc; /* Adjust border color */
}

/*media section css ends here*/
/*testimonial css start*/

.testimonials-row {
  background: #F1F1F033; 
  padding: 30px;
  border-radius: 10px;
}
.testimonial-item {
  background: transparent; 
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.testimonial-text {
  font-size: 18px;
  padding: 10px;
}

.quote {
  font-size: 18px;
  color: #46C8F5;
  font-weight: bold;
}

h5 {
  font-weight: bold;
}

.testimonial-item {
  border-right: 1px solid #ccc;
  border-radius: 0px;
  min-height: 440px;
}

.slick-slide:last-child .testimonial-item {
  border-right: none;
}

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  background: #e0e0e0; 
  border-radius: 50%; 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px !important;
  color: #000 !important; 
  opacity: 1; 
}

.slick-prev {
  left: -30px; 
}

.slick-next {
  right: -30px; 
}

.slick-prev:hover,
.slick-next:hover {
  background: #e0e0e0; 
}

.slick-dots li button:before {
  color: #46C8F5;
}

.slick-dots li.slick-active button:before {
  color: #46C8F5;
}

.small-head{
  text-align: center;
  color: #46C8F5;

}

/*testimonial css ends*/


/*career section css start*/
.career-col{
  background-color: #D9D9D933;
  padding: 15px;
  border-radius: 10px;
  min-height: 180px;
}
.career-col h3{
  font-size: 22px;
  font-weight: 600;
}
.col-career-p p{
  font-size: 14px;
}
.arrow-icon-desk{
  display: flex !important;
  align-items: center;
}
/*career section css end*/
/*faq css starts here*/
.accordion-item {
  border: none; /* Remove default border */
  border-bottom: 1px solid #ccc; /* Add only bottom border */
  background: transparent;
}

.accordion-button {
  background: transparent;
  color: #131740;
  font-size: 18px;
  font-weight: bold;
  box-shadow: none;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  display: none; /* Hide Bootstrap default icon */
}

.accordion-body {
  font-size: 16px;
  color: #000;
  padding: 15px;
}

.accordion-item .fa-angle-down {
  transition: transform 0.3s ease-in-out;
  font-size: 18px;
  margin-left: auto;
}

.accordion-button:not(.collapsed) .fa-angle-down {
  transform: rotate(180deg);
}
.accordion-button:not(.collapsed) {
  background-color: #46C8F5 !important;
  color: #fff;
}

/*faq css ends here*/

/*Footer*/
.footer{
  background-color: #11173D;
  padding: 60px 0px 0px;
}
.foot-item{
  display: flex;
  align-items: center;
}

a {
  text-decoration: none;
}
.contact-link{
  color: #fff;
  font-size: 18px;
}
.contact-info i{
color: #fff
}

.logo{
  width: 300px;
}
.logo-col{
  display: flex;
  justify-content: center;
}
.row .policy-text-col{
  border-bottom: 1px solid lightgray;
  padding: 10px 0px;
}
.sticky-footer-bottom {
  position: fixed;
  bottom: -100px; /* Initially hidden */
  left: 0;
  width: 100%;
  background: #F6F6F6;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  transition: bottom 0.3s ease-in-out;
  padding: 30px 0;
  z-index: 1000;
}

.sticky-footer-bottom.show {
  bottom: 0; /* Show when class 'show' is added */
}

label.error {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
  display: block;
}


@media (max-width: 767px) {
  /*first section hero css*/
  .hero-section {
    background-image: none !important;
  }
  .headings-global {
    font-size: 25px;
    text-align: center;
}
.para-bp {
  font-size: 16px;
  text-align: center;
}
/*why germany section css*/
.image-why-sec {
  width: 150px;
  left: 170px;
}
.why-germany-col-2 {
  background-color: transparent;
  border: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-left: 0px;
  z-index: -1;
  display: flex !important;
  justify-content: flex-start;
}
.why-germany-col-1 {
  background-color: #46C8F5;
  border-radius: 10px;
  padding: 25px;
  color: #fff;
}
.why-germany-col-2 ul {
  width: 100%;
  padding: 20px;
}
.headings-global-h2 {
  font-size: 25px;
}
.why-bg-section {
  background-image: none;
}
/*eligibility section css */
.icon-box p {
  font-size: 14px;
}
.icon-box {
  padding: 10px 0px;
}
/*pathways css*/
.bg-row-path {
  border-radius: 10px;
  margin: 0 5px;
}
.text-col h2, .text-col p {
  padding: 0px 0px 0px 0px;
}
.path-sec-bg {
  background-image: url("../img/logo-full.png");
  background-position: top right;
  background-size: 50%;
}/*item box css*/
.item-box p {
  font-size: 14px;
}
/*consult css start*/
.cta-cunsult-bg-sec {
  background-position: top right;
  background-size: 30%;
}
.consult-cta-bg {
  background-position: top  -10px left; /* Moves image 30px further up */
  background-size: 50%;
}
.mobile-width{
  width: 100%;
}
.consult-parent-btn{
  text-align: center;
  margin-top: 10px;
}
/*media section css*/
.media-item {
  margin: 10px 0px;
  position: relative;
}
.media-item:not(:nth-child(5n))::after { /* Add border after each logo except the last one in a row (desktop) */
 display: none;
}
.media-item:nth-child(odd) {
  border-right: 1px solid lightgray;
}
/*testimonial section css*/
.testimonial-item {
  border-right: 0px solid #ccc;
}
/*career css start*/
.career-col {
  min-height: auto;
}
.arrow-icon-desk{
  display: none !important;
}
/*footer*/
.sticky-footer-bottom {
  bottom: -200px;
  padding: 20px 0;
}
.contact-info div{
  justify-content: center;
}

  

}
@media only screen and (max-width: 600px){
  .img-col{
    height: 400px;
  }
}
@media only screen and (max-width: 440px){
  .img-col{
    height: 300px;
  }
}
@media only screen and (max-width: 350px){
  .img-col{
    height: 250px;
  }
}

