.graduate-visa-1-img-heading {
  color: #80d7ff;
  z-index: 111111 !important;
}

.heading-1-graduate-visa-1 {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px !important;
}

@media (max-width: 1025px) {
    .heading-1-graduate-visa-1 {
        display: block !important;
        margin-top: 100px !important;
        text-align: center;
    }

    .heading-1-img {
        width: 100% !important;
    }

    .subheading-1-graduate-visa-1 {
        width: 100% !important;
    }

    .li-media {
        margin-left: 0;
        padding-left: 0;
        list-style-position: inside;
    }
}

@media (max-width: 1300px) {
    .md-margin-12 {
        margin-left: 20px !important;
    }
}

.subheading-1-graduate-visa-1>.text-subheadubg-1 {
    text-decoration: underline;
    text-align: center;
}

.subheading-1-graduate-visa-1 {
    width: 55%;
}

.heading-1-img {
    width: 40%;
    /* margin-right: 10px !important; */
}

.list-spaacing {
    margin-top: 10px;
}

.oder-list-spacing{
    margin-top: 20px;
}
.info-box {
    background-color: #d0e7ff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.graducation-cap-icon{
    color: #0974A3F0 !important;
    margin-right: 5px;
    font-size: 28px;
}

.study-basics-des{
    margin-left: 43px;
    margin-top: 13px;
}

.gap-btw-study-basics{
    margin:20px 0px;
}

.a-tag-border-right {
    border-right: 1px solid gray !important;
    padding-right: 15px;
    margin: 0 15px;
}

/* Remove right border on the last item */
.a-tag-border-right:last-child {
    border-right: none !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .a-tag-border-right {
        margin: 10px 5px; /* Adjust margin for smaller screens */
        border-right: none !important; /* Remove border for smaller screens */
        padding-right: 0; /* Remove padding for smaller screens */
    }
    .d-flex {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items */
    }
}


.gap-btw-list{
    margin:40px auto;
}

.custom-card {
    background-color: #f1eeee; /* Light pink background */
    text-align: center;       /* Center the text */
    padding: 20px;            /* Add padding inside the card */
    border: none;             /* Remove default borders */
  }

  .custom-card:hover{
    background-color: #0b97d880 ;
    transition: 0.8s;
  }

  .custom-card h5 {
    font-weight: bold;        /* Bold headings */
  }

  .text-justify-custom {
    text-align: justify !important;
    text-justify: inter-word !important;
  }

  .bottom-m-100{
    margin-bottom: 100px !important;
  }

  .bg-primary-custom{
    background-color: #0988c324;
  }

  .h2-custom{   
    font-size: 50px !important;
    line-height: 60px !important;
    font-weight: 700 !important;
    color: white !important;
    z-index: 11111111 !important;
  }

  .bg-primary-custom-dark{
    background-color: #0988c3f2;
  }


  .loading-spinner {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px !important;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  /* Hides the spinner by default */
  .loading-spinner.hidden {
    display: none;
  }

  /* Disables the button */
  .button-disabled {
    opacity: 0.6;
    pointer-events: none;
  }


  .svg-custom-style{
    fill: #0987c3e0 !important;
  }