/* hero section start */

:root{
    --primary-color: #150958;
    --secondary-color: #f58220;
}

body {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

.hero-img {
    float: right;
    max-width: 30rem;
}

.hero-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2% 5%;
}

.hero-heading {
    color: var(--primary-color);
}

.hero-heading-2 {
    color: var(--secondary-color);
}

.hero-icon {
    color: var(--primary-color);
}

.logo img{
    width: 2.5rem;
}

.logo{
    text-decoration: none;
    color: var(--secondary-color);
    font-size: 1.45rem;
    font-weight: 600;
}


/* form bg image */
.bg-country
{
    background-image: url(../images/Europe-Back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-container-3
{
    background: rgba(0, 0, 0, 0.65);
}
.bg-form-check
{
    background: rgba(255, 255, 255, 0.2);
}
.form-text
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.Copyright{
  background-color: var(--primary-color);
  border-top: 1px solid #ccc;
}

.Copyright p{
  margin-bottom: 0;
}

.Copyright-para span{
    color: var(--secondary-color);
}

.list-image{
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100%;
   width: 100%;
   max-width: 30rem;
   margin-top: 16px;
}

.list-image img{
    border-radius: 5px;
}

.list-container h3{
    margin-bottom: 40px;
    margin-top: 20px;
    color: var(--primary-color);
    font-size: 32px;
}

/* .list-section{
    margin-top: 25px;
    margin-bottom: 25px;
} */

.event-lists{
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    width: 100%;
    gap: 12px;
    padding: 12px 18px;
    margin-top: 24px;
}

.event-lists li{
 font-size: 16px;
 border: 1px solid var(--primary-color);
 padding: 8px 12px;
 border-radius: 4px;
 color: var(--primary-color);
 transition: all 0.4s ease-in-out;
}

.event-lists li:hover{
 background-color: var(--primary-color);
 color: #fff;
 transition: all 0.4s ease-in-out;
}

.global-education{
    background-color: var(--primary-color);
}

.global-education-content{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   padding: 32px 36px;
}

.global-education-content h3{
  color: var(--secondary-color);
  font-size: 28px;
  text-align: center;;
}

.global-education-content p{
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 2;
}

.why-context{
    margin: 32px 0;
}

.why-list{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    margin-top: 60px;
}

.why-list h3{
    color: var(--primary-color);
}

.why-list ul{
    margin-top: 16px;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

.why-list ul li{
    color: var(--primary-color);
    font-size: 0.95rem;
    border: 1px solid var(--primary-color);
    padding: 12px 18px;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
}

.why-list ul li:hover{
    color: #fff;
    background-color: var(--primary-color);
    transition: all 0.4s ease-in-out;
}

.why-context .col-md-6 img.w-100{
    border-radius: 5px;
}

.contact-list{
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    gap: 24px;
}

.contact-list li a {
    color: #fff;
    font-size:14px;
    text-decoration: none;
}

.contact-list li a:hover{
    text-decoration: underline;
}

.address-heading{
    text-align: center;
    margin-bottom: 24px;
    color: #fff;
    font-size: 28px;
}

.address-heading span{
    color: var(--secondary-color);
    font-weight: 600;
}

.form-heading span{
    color: var(--secondary-color);
    font-size: 2.25rem;
}

.form-heading {
    font-size: 1.5rem;
    line-height: 1.75;
    font-weight: 600;
}

.form-btn{
    color: #fff;
    background-color: var(--primary-color);
    border: 2px solid #fff;
    transition: all 0.4s ease-in-out;
}

.form-btn:hover{
    color: var(--primary-color);
    border-color: var(--primary-color);
    transition: all 0.4s ease-in-out;
}

.address-card .card-title{
    color: var(--secondary-color);
}

.address-card .card-text i{
 color: #fff;
}

.event-input span i{
    color: var(--primary-color)
}

.glass-section {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 25px;
  max-width: 1200px;
  margin: 25px auto;
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.2);
  color: #fff;
}

@media screen and (max-width: 991px){
    .contact-list{
        flex-direction: column;
        gap: 5px;
        justify-content: center;
    }

    .contact-list li{
        text-align: center;
    }
}

.global-education p{
    color: #fff;
}

.global-education-btn{
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
    font-weight: 600;
}

.global-education-btn:hover{
    background-color: #fff;
    color: var(--primary-color);
    transition: all 0.5s ease-in-out;
}

.special-benefits, 
.expert-guidance-section{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 25px;
}

.special-benefits h3, 
.expert-guidance-section h3{
    color: var(--secondary-color);
    text-align: center;
}

.special-benefits ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: #fff;
    text-align: center;
    gap: 25px;
    margin-top: 16px;
    margin-bottom: 16px;
    list-style: none;
}

.special-benefits ul li{
  border: 1px solid #fff;
  padding: 6px 12px;
  border-radius: 5px;
}

.expert-guidance img{
    border-radius: 5px;
    aspect-ratio: 4/2;
    margin-top: 12px;
}

.expert-guidance h4{
    font-size: 1.1rem;
    margin-top: 12px;
}

.expert-guidance h6{
    font-size: 0.8rem;
    line-height: 1.75;
}

.expert-guidance p{
    font-size: 0.7rem;
}

