@import url(https://db.onlinewebfonts.com/c/cc4c7e3aa2ab2258b5e0bc946be1093a?family=Akkurat-Bold);


/* Full-width education program container */
.education-program {
    display: flex;  /* Flexbox for layout */
    flex-wrap: wrap;  /* Ensures it wraps on smaller screens */
    width: 100%;
    border: 1px solid #2D2052;
    padding: 25px;
    box-shadow: none !important;
    margin-bottom: 20px; /* Space between programs */
    background: #fff;
    border-radius: 20px;
}
.education-program .education-button .read_more a:hover {
    background-color: #145e85;
    color: #2D2052 !important;
}
/* Image container takes 1/3 of the width */
.education-program-image {
    flex: 1 1 24%;  /* 33% width of the container */
    max-width: 24%;
    padding-right: 20px;  /* Space between image and details */
}
h2.education-program-title {
    font-size: 25px;
    font-weight: bold;
    color: #1D1068;
    font-family: "Poppins", sans-serif;
}
p.apply_button a {
    background: #2D2052;
    color: #ffffff;
    float: left;
    border-radius: 4px !important;
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    height: 48px;
    width: 142px;
    vertical-align: middle;
    display: flex;
    border: none !important;
    padding: 0px !important;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
p.apply_button {
    padding-top: 10px;
    float: left;
}
p.read_more a {
    background: #D9D9D9;
    color: #000;
    padding-top: 6px;
    padding-bottom: 6px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    vertical-align: middle;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 13px;
}
p.read_more {
    padding-top: 15px;
    float: left;
    margin-right: 10px;
}
p.message_apclose {
        width: 100%;
    float: left;
    margin-right: 10px;
    font-weight: 400;
    color: #000000;
    font-size: 16px;    
	font-family: 'Outfit';
}
#apply_button_sing {
	    font-family: 'Outfit';
    background-color: #1A7EB7;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff; /* Optional: sets text color to white for better contrast */
    border: none; /* Optional: removes border */
    padding: 10px 20px; /* Optional: adds padding for a better look */
    border-radius: 3px; /* Optional: adds rounded corners */
    cursor: pointer; /* Changes cursor to pointer on hover */
    text-align: center;
}
    

.education-program-image img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ddd;
}

/* Details container takes the remaining 2/3 of the width */
.education-program-details {
    flex: 2 1 67%;  /* 67% width of the container */
    padding-left: 20px;  /* Space between image and details */
}

.no-program-message {
    font-size: 18px;
    color: #ff3333;
    text-align: center;
}

/* .education-programs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}  */



.education-program h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.education-program .education-button a {
    text-decoration: none;
    border-radius: 5px;
}

.education-program .education-button .message_apclose a:hover {
    color: #2D9DB5 !important;
}

#single_apply {
    width: 100%;
    background: #1a7eb7;
    color: #fff;
    position: absolute;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border-radius: 3px;
}
/* Active tab styling */
.education-programs-tabs {
    margin: 20px 0;
}

.tabs {
    list-style-type: none;
    padding: 0;
    display: flex;
    cursor: pointer;
}

.tabs li {
    margin-right: 10px;
}

.tabs a {
    text-decoration: none;
    padding: 10px 15px;
    background-color: #0073aa;
    color: #fff;
    border-radius: 5px;
}

.tabs a:hover {
    background-color: #005177;
}

.tab-content {
    display: none; /* Hide tab contents by default */
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: -1px; /* Overlap the border with tabs */
}

.tab-content:target {
    display: block; /* Show the active tab */
}


/* Responsive design for small screens */
@media (max-width: 768px) {
    .education-program {
        flex-direction: column;  /* Stack image and details vertically */
    }
    .d-flex {
        display: block;
    } 
    .education-program-image, .education-program-details {
        max-width: 100%;  /* Full width for both image and details */
        padding: 0;  /* Remove extra padding */
    }
    
    .education-program-image {
        margin-bottom: 15px;  /* Space between image and details */
    }
}
.education-program {
    flex-direction: row !important;
}

/* kanthakumar */

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.nav-tabs {
    border-bottom: 1px solid #ffffff00;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav li {
    position: relative;
    line-height: 1em;
}
 .nav-tabs .levels-fonts .nav-link.active {
    color: #2D2052 !important;
    background-color: #fff;
    font-weight: 400;
	 font-size:18px;
}
.nav-tabs .nav-link {
    color: #000000;
        padding: 10px 18px 8px 18px;
    border-radius: 0.5rem 0.5rem 0rem 0;
    border: 1px solid transparent;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
li.levels-fonts a{
    font-size: 18px !important;
    padding: 8px;
    color: #5e5e5e;
    font-weight: 500;
    margin-top: 10px !important;
}
h4.tabs-header {
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    font-family: "Poppins", sans-serif !important;
}
@media only screen and (min-width: 767px) {
    .tabs-rows {
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
    }
  }
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    } .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
 .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.mt-2 {
    margin-top: 1em;
}
.mb-2 {
    margin-bottom: 1em;
}
.justify-content-start {
    justify-content: flex-start;
}
.d-flex {
    display: flex;
}
.nav-tabs .nav-link.active {
    color: #ed1c24 ;
    background-color: #fff;
}
.country-tabs .nav-link {
    font-size: 16px;
    transition: background .2s 
ease-in-out, color .2s 
ease-in-out;
    padding: 10px 28px 10px 28px !important;
    text-align: center;
    border-radius: 20px !important;
	color:#2D2052;
	border:1px solid #2D2052;
	background:transparent;
	font-family: 'Outfit' !important;
} 
.p-30 {
    padding: 30px !important;
}  
.pt-30 {
    padding-top: 30px !important;
}
.px-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.country-tabs .nav-link.active {
    font-weight: 400;
    border-radius: 5px;
    background-color: #746FA7;
    color: #ffffff !important;
}  
.country-tabs {
    margin-left: 10px;
}
.text-center {
    text-align: center !important;
}
.pt-4 {
   padding-top: 1.5rem; 
}
.pb-4 {
    padding-bottom: 1.5rem;
}
.justify-content-end {
    justify-content: flex-end;
}
.elementor-9713 {
    background-color: rgba(217, 217, 217, 0.3);
}
.bg-white {
    background-color: #fff;
}
h5.card-title {
	    font-size: 25px !important;
	text-align: left;
    font-weight: 600;
    color: #302157;
}
.card-title p {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.m-0 {
    margin: 0 !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .rounded {
    border-radius: .25rem !important;
}
.card img {
    height: 100%;
    max-width: 100%;
    object-position: 60% 50%;
    object-fit: cover;
}