:root{
    --primary-color: #ddd;
    --secondary-color: #EF3340;
    --tertiary-color: #FFFFFF;
}

html{
 scroll-behavior: smooth;
}

body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
  } 

   .section-heading h2:before{
     position: absolute;
     content: '';
     height: 5px;
     width: 50px;
     background-color: var(--secondary-color);
     left: 0;
     bottom: -10px;
   }

   /*About Us Section*/

   .aboutus-heading{
    padding: 0 15px;
   }

  .bg-grey {
    background-color: #f6f6f6;
  }

 .navbar-brand img{
    padding-top: 10px;
 }

  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }

  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid #f4511e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
  }
  .navbar {
    margin-bottom: 0;
    background-color: var(--tertiary-color);
    border: 0;
    font-size: 12px;
    line-height: 1.42857143;
    letter-spacing: 2px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    padding: 12px 8px;
    font-weight: 600;
  }

  .navbar-brand{
    padding: 0;
  }

.navbar li a{
font-weight: 600;
}

  .navbar li a, .navbar .navbar-brand {
    color: var(--secondary-color) !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: var(--tertiary-color) !important;
    background-color: var(--secondary-color) !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: var(--secondary-color) !important;
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--tertiary-color);
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }


  .bg-color{
    background: rgba(0,0,0, .65);
  }

  .hero-section{
    background-image: url('../images/austria.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 75px;
  }

  .hero-space{
    padding: 30px 0;
  }

  .left-section{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    color: var(--tertiary-color);
  
  }

  .right-section{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .aboutus-img{
    width: 100%;
	  height: 320px;
  }

  .aboutus-img-2{
  width: 100%;
  height: 600px;
  }

    .aboutus-img-2 img {
      width: 100%;
      height: 100%;
    }

   .aboutus-img img{
    width: 100%;
   }

  .contact-form{
    background-color: var(--tertiary-color);
    color: #000;
    padding: 12px 12px;
    border-radius: 4px;
  }

  .form-control{
    padding: 12px 8px;
  }
  
  .form-select{
    padding: 6px 8px;
  }

  .invalid-feedback{
    display: none;
  } 

  .bg-hero {
    background-image: url("../images/austria.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.hero-global-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-direction: column;
    height: 400px;
    text-align: center; 
        color: #fff; 
}



.error{
    color: var(--primary-color);
}

.bg-hero-color {
    background: rgba(0,0,0, 0.6)
}

.form-label {
    font-size: 1.65rem;
}

.active-form {
    background-color: #f58220;
}

.text-one {
    font-size: 1.3rem;
    height: 2rem;
    width: 2rem;
    background-color: #f58220;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
}

.text-two {
    font-size: 1.3rem;
    height: 2rem;
    width: 2rem;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
}

.text-three {
    font-size: 1.3rem;
    height: 2rem;
    width: 2rem;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
}

.form-heading{
    color: var(--secondary-color);
    text-align: center; 
    margin: 8px 0;
    font-weight: 600;
}

.native-form-p {
    font-size: 1.3rem;
    color: #fff;
}

.native-heading {
    font-size: 1.6rem;
}

#eligibilityForm{
    padding: 0 12px;
}

#eligibilityForm div{
 margin: 2px 0;
 width: 100%;
}

.form-select{
    margin-left: 10px;
}

.submit-btn{
    width: 100%;
    border: none;
    background-color: var(--secondary-color);
    color: var(--tertiary-color);
    font-size: 1.45rem;
    padding: 8px 16px;
    border-radius: 4px;
    margin-top: 10px;
}

/* About Section End*/


.para-bulgaria{
    font-size: 1.75rem;
    margin-top: 16px;
	color: #000;
}


.aboutus-bottom{
    padding: 50px 0;
    margin: 25px 0;
}

.girl-img{
    width: 300px;
}

.styled-list{
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #000;
    list-style: disc;
    margin: 0;
    padding-left: 20px;
}
        
        .table-container {
            overflow-x: auto;
            padding: 20px;
        }
        
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 0 auto;
        }
        
        thead {
            background-color: var(--secondary-color);
            color: var(--tertiary-color);
        }
        
        th, td {
            padding: 15px;
            text-align: center;
            border: 1px solid #ddd;
        }

        td{
        color: #000;
        }
        
        th {
            position: sticky;
            top: 0;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        tbody tr {
            transition: all 0.2s ease;
        }
        
        tbody tr:hover {
            background-color: var(--secondary-color);
            color: var(--tertiary-color);
            transform: scale(1.01);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        tbody tr:hover td{
            color: var(--tertiary-color);       
        }
        
        tbody tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        
        tbody tr:nth-child(even):hover {
            background-color: var(--secondary-color);
            color: var(--tertiary-color)
        }

        /* About Section End */

        /* Our Partner Universities Start */
        
        .university-card {
            background: var(--tertiary-color);
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            height: 100%;
            transition: all 0.3s ease;
            overflow: hidden;
            border: none;
            margin-bottom: 30px;
        }
        
        .university-card:hover {
            transform: scale(1.05);
            box-shadow: 0 15px 30px rgba(0, 96, 255, 0.15);
        }
        
        .logo-container {
            height: 140px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 30px;
        }
        
        .university-logo {
            max-height: 80px;
            max-width: 100%;
            width: auto;
            object-fit: contain;
            transition: all 0.3s ease;
            filter: grayscale(20%);
        }
        
        .university-card:hover .university-logo {
            filter: grayscale(0%);
            transform: scale(1.1);
        }
        
        .card-body {
            padding: 20px;
            text-align: center;
            border-top: 1px solid rgba(0, 0, 0, 0.05);
        }
        
        .university-name {
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 5px;
            font-size: 16px;
        }
        
        .university-country {
            color: #718096;
            font-size: 14px;
        }
        
        @media (max-width: 768px) {
            .logo-container {
                height: 120px;
                padding: 20px;
            }
        }

       /* Our Partner Universities End */

       /* Academics Section Start */
      
   .academic-section {
        max-width: 1200px;
        margin: 30px auto;
        padding: 25px;
        background-color: var(--tertiary-color);
        border-radius: 16px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
        position: relative;
        overflow: hidden;
    }

    .academic-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 100%;
        background: var(--secondary-color);
    }


    .section-header p {
        font-size: 1.5rem;
        color: #546e7a;
        margin-top: 25px;
        font-weight: 300;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.6;
    }

    .academic-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 30px;
    }

    .university-card {
        background: #ffffff;
        border-radius: 12px;
        transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        border-top: 4px solid var(--secondary-color);
        position: relative;
    }

    .university-card:nth-child(even) {
        border-top-color: var(--primary-color);
    }

    .university-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    }

    .card-header {
        padding: 25px 25px 15px;
        position: relative;
    }
    .card-header h3 {
        margin: 0;
        color: #263238;
        font-size: 1.65rem;
        font-weight: 600;
        line-height: 1.4;
        padding-right: 30px;
    }

    .card-body {
        padding: 0 25px 25px;
    }

    .card-body p {
        color: #546e7a;
        font-size: 1.45rem;
        line-height: 1.7;
        margin: 0;
    }

    .university-meta {
        display: flex;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px dashed #cfd8dc;
    }

    .meta-item {
        display: flex;
        align-items: center;
        margin-right: 20px;
        color: #607d8b;
        font-size: 1.25rem;
    }

    .meta-item i {
        margin-right: 6px;
        color: var(--secondary-color);
    }

    .university-card:nth-child(even) .meta-item i {
        color: var(--primary-color);
    }

        /* Academics Section End */



        /* Visa Section Start */

         .visa-section {
        font-family: 'Roboto', 'Open Sans', sans-serif;
        max-width: 1200px;
        margin: 30px auto;
        padding: 25px;
        background-color: var(--light-color);
        border-radius: 16px;
        box-shadow: 0 8px 32px var(--shadow-color);
        position: relative;
        overflow: hidden;
        margin-top: 100px;
    }

    .visa-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 100%;
        background: linear-gradient(to bottom, var(--secondary-color), var(--primary-color));
    }

    .visa-header{
        margin-bottom: 25px;
		color: #000;
    }

    .visa-lists{
      padding-left: 20px;
    }

    .visa-content {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 40px;
    }

    .visa-card {
        background: var(--light-color);
        border-radius: 12px;
        padding: 10px;
        box-shadow: 0 4px 20px var(--shadow-color);
        border-top: 4px solid var(--secondary-color);
        transition: all 0.3s ease;
		color: #000;
    }

    .visa-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    }

    .visa-card h3 {
        color: #000;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid var(--border-color);
        position: relative;
        line-height: 30px;
    }

    .visa-card h3::after {
        content: '';
        position: absolute;
        width: 60px;
        height: 3px;
        background: var(--primary-color);
        bottom: -2px;
        left: 0;
    }

    .visa-card ul {
        padding: 20px;
        margin: 0;
    }

    .visa-card li {
        border-bottom: 1px dashed var(--border-color);
    }

    .visa-card li:last-child {
        border-bottom: none;
    }

    .visa-icon {
        color: var(--secondary-color);
        margin-right: 15px;
        font-size: 1.2rem;
        min-width: 25px;
    }

    .partner-card {
        background: linear-gradient(135deg, #f5f5f5 0%, var(--light-color) 100%);
        border-top: 4px solid var(--primary-color);
        border-radius: 12px;
        box-shadow: 0 4px 20px var(--shadow-color);
        grid-column: 1 / -1;
    }

    .partner-card h3 {
        color: #000;
        border-bottom-color: var(--secondary-color);
        font-size: 2.25rem;
    }

    .partner-card h3::after {
        background: var(--secondary-color);
    }

    .partner-content {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .partner-text {
        flex: 1;
    }

    .partner-text p {
        color: var(--medium-color);
        font-size: 1.75rem;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .partner-highlight {
        color: var(--secondary-color);
        font-weight: 600;
    }

    .note-primary {
        color: var(--secondary-color);
        font-weight: 500;
    }

    .note-secondary {
        color: var(--secondary-color);
        font-weight: 500;
    }

        /* Visa Section End */

        /* FAQ Section  Start*/
    .faq-section {
        font-family: 'Roboto', 'Open Sans', sans-serif;
        max-width: 1200px;
        margin: 30px auto;
        padding: 25px 40px;
        background-color: var(--light-color);
        border-radius: 16px;
        box-shadow: 0 8px 32px var(--shadow-color);
        position: relative;
        overflow: hidden;
        margin-top: 75px;
    }

    .faq-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 100%;
        background: linear-gradient(to bottom, var(--secondary-color), var(--primary-color));
    }

    .faq-item {
        margin-bottom: 15px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 3px 10px var(--shadow-color);
        transition: all 0.3s ease;
    }

    .faq-item:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .faq-question {
        background-color: var(--light-color);
        color: #000;
        padding: 20px 30px;
        cursor: pointer;
        font-size: 1.75rem;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-left: 4px solid var(--secondary-color);
        transition: all 0.3s ease;
    }

    .faq-item:nth-child(even) .faq-question {
        border-left-color: var(--primary-color);
    }

    .faq-question:hover {
        background-color: var(--highlight-color);
    }

    .faq-question::after {
        content: '+';
        font-size: 2.2rem;
        color: var(--secondary-color);
        transition: transform 0.3s ease;
    }

    .faq-item:nth-child(even) .faq-question::after {
        color: var(--primary-color);
    }

    .faq-item.active .faq-question::after {
        content: '-';
    }

    .faq-answer {
        background-color: var(--highlight-color);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        font-size: 1.55rem;
		color: #000;
    }

    .faq-item.active .faq-answer {
        max-height: 500px !important;
        padding: 20px 30px;
    }

    .faq-answer p {
        color: var(--medium-color);
        line-height: 1.7;
        margin: 0;
    }
        
        /* FAQ Section End */

  .footer{
    background-color: var(--secondary-color);
    padding: 15px 25px;
    color: var(--tertiary-color)
  }

  .footer a{
    color: var(--tertiary-color);
    text-decoration: none;
    font-weight: 600;
  }

  .footer-copyright{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;;
  }

  .social-links{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

      .social-links li {
        list-style: none;
      }

    .social-links li a i{
        font-size: 18px;
        color: var(--tertiary-color)
    }

    /* font sizes */

.section-heading h2{
    color: #000;
    font-size: 2.4rem;
    position: relative;
    margin-bottom: 25px;
    line-height: 30px;
	font-weight: 600;
}

.section-subheading{
    font-size: 1.75rem;
    color: #2d2d2d;
	text-align: left;
}

.hero-global-text h1{
    font-size: 3.5rem;
    line-height: 50px;
    font-weight: 600;
}

.hero-global-text h3{
  font-size: 2.6rem;
  line-height: 36px;
}

.aboutus-heading h3 {
    font-size: 2.2rem;
    color: #000;
}

.styled-list, .visa-card p, .visa-lists,  .visa-card li{
    font-size: 1.5rem;
}

.visa-card h3{
    font-size: 1.75rem;
}

.visa-card ul{
    gap: 10px;
}

@media screen and (min-width: 768px) and (max-width: 991px){
.section-heading h2{
    font-size: 2.6rem;
    line-height: 30px;
}
	
	.navbar-spacing{
	padding: 0 12px;
	}
	
	.aboutus-img-2{
	max-width: 480px
	}

.section-subheading{
    font-size: 1.85rem;
}

.hero-global-text h1{
    font-size: 4rem;
    line-height: 50px;
}

.hero-global-text h3{
  font-size: 2.75rem;
  line-height: 36px;
}

.aboutus-heading h3 {
    font-size: 2.4rem;
}

.styled-list, .visa-card p, .visa-lists,  .visa-card li{
    font-size: 1.75rem;
}

.visa-card h3{
    font-size: 2rem;
}

.visa-card ul{
    gap: 15px;
}
}

@media screen and (min-width: 992px) and (max-width: 1023px){
    .section-heading {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
	
		.navbar-spacing{
	padding: 0 16px;
	}
	
		.aboutus-img-2{
	max-width: 480px
	}
  
    .section-heading h2{
    font-size: 2.75rem;
    line-height: 30px;
}

.section-subheading{
    font-size: 2rem;
    text-align: start;
}

.hero-global-text h1{
    font-size: 4.25rem;
    line-height: 50px;
}

.hero-global-text h3{
  font-size: 2.8rem;
  line-height: 36px;
}

.aboutus-heading h3 {
    font-size: 2.5rem;
}

.styled-list, .visa-card p, .visa-lists,  .visa-card li{
    font-size: 1.6rem;
}

.visa-card h3{
    font-size: 2.25rem;
}

.visa-card ul{
    gap: 20px;
}

.footer-copyright{
    flex-direction: row;
}

}

@media screen and (min-width: 1024px) and (max-width: 1199px){
  
    .section-heading {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
	
			.navbar-spacing{
	padding: 0 20px;
	}
  
    .section-heading h2{
    font-size: 2.85rem;
    line-height: 30px;
    text-align: center;
}

.section-subheading{
    font-size: 2.1rem;
    text-align: start;
}

.hero-global-text h1{
    font-size: 3.95rem;
    line-height: 50px;
}

.hero-global-text h3{
  font-size: 3rem;
  line-height: 36px;
}

.aboutus-heading h3 {
    font-size: 2.6rem;
}

.styled-list, .visa-card p, .visa-lists,  .visa-card li{
    font-size: 1.9rem;
}

.visa-card h3{
    font-size: 1.8rem;
}

.visa-card ul{
    gap: 25px;
}

.visa-content{
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.footer-copyright{
    flex-direction: row;
}

}

@media screen and (min-width: 1200px) and (max-width: 1439px){
      .section-heading {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
  
				.navbar-spacing{
	padding: 0 24px;
	}
	
    .section-heading h2{
    font-size: 2.9rem;
    line-height: 30px;
     text-align: center;
}

.section-subheading{
    font-size: 1.85rem;
    text-align: start;
}

.hero-global-text h1{
    font-size: 4.1rem;
    line-height: 50px;
}

.hero-global-text h3{
  font-size: 3.1rem;
  line-height: 36px;
}

.aboutus-heading h3 {
    font-size: 2.7rem;
}

.styled-list, .visa-card p, .visa-lists,  .visa-card li{
    font-size: 1.65rem;
}

.visa-card h3{
    font-size: 2rem;
}

.visa-card ul{
    gap: 30px;
}

.visa-content{
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.footer-copyright{
    flex-direction: row;
}

}

@media screen and (min-width: 1440px) and (max-width: 1600px){
  
    .section-heading {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
       
    }
	
  .navbar-spacing{
	padding: 0 24px;
	}
  
    .section-heading h2{
    font-size: 3rem;
    line-height: 30px;
     text-align: center;
}

.section-subheading{
    font-size: 1.9rem;
    text-align: start;
}

.hero-global-text h1{
    font-size: 4.2rem;
    line-height: 50px;
}

.hero-global-text h3{
  font-size: 3.2rem;
  line-height: 36px;
}

.aboutus-heading h3 {
    font-size: 2.8rem;
}

.styled-list, .visa-card p, .visa-lists,  .visa-card li{
    font-size: 1.8rem;
}

.visa-card h3{
    font-size: 2rem;
}

.visa-card ul{
    gap: 35px;
}

.visa-content{
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.footer-copyright{
    flex-direction: row;
}

}

@media screen and (min-width: 1601px){
 
     .section-heading {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
       
    }
	
	  .navbar-spacing{
	padding: 0 24px;
	}

    .section-heading h2{
    font-size: 3.2rem;
    line-height: 30px;
     text-align: center;
}

.section-subheading{
    font-size: 1.95rem;
    text-align: start;
}

.hero-global-text h1{
    font-size: 4.5rem;
    line-height: 50px;
}

.hero-global-text h3{
  font-size: 3.45rem;
  line-height: 36px;
}

.aboutus-heading h3 {
    font-size: 3rem;
}

.styled-list, .visa-card p, .visa-lists,  .visa-card li{
    font-size: 1.85rem;
}

.visa-card h3{
    font-size: 2.5rem;
}

.visa-card ul{
    gap: 40px;
}

.visa-content{
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.footer-copyright{
    flex-direction: row;
}

}