body
{
    font-family:'Montserrat',sans-serif;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1260px;
    }
}
a:hover
{
    text-decoration:none;
}
.top-bar
{
    background:#176cad;
    color:#fff;
    font-size:14px;
    padding:10px 0px;
    font-weight:500;
}
.header
{
    padding:10px 0px;
}
img.logo-img
{
    width:100%;
}
a.navbar-brand
{
    display:none;
}
.main-menu ul li a
{
    font-weight:600;
    color:#111;
    text-transform:uppercase;
    font-size:15px;
    transition: all 0.3s ease;
}
.main-menu ul li a:hover
{
    color:#84c041;
    transform: translateY(-2px);
}
.slider img
{
    width:100%;
    height:75vh;
    object-fit: cover;
}
.carousel-caption {
    position: absolute;
    left: 0px;
    top:20vh;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    width:100%;
}
.slider h2
{
    font-weight:700;
    font-size:52px;
}
.slider p
{
    max-width:55%;
}
.carousel-indicators
{
    left:auto;
    right:60px;
}
a.btn-green
{
    background:#84c041;
    color:#fff;
    text-transform:uppercase;
    font-weight:600;
    padding:10px 25px;
    border-radius:25px;
    transition: all 0.3s ease;
}
a.btn-green:hover
{
    background:#6fa837;
    transform: scale(1.08);
    box-shadow: 0 10px 25px rgba(132, 192, 65, 0.4);
}
a.btn-blue
{
    background:#176cad;
    color:#fff;
    text-transform:uppercase;
    font-weight:600;
    padding:10px 25px;
    border-radius:25px;
    transition: all 0.3s ease;
}
a.btn-blue:hover
{
    background:#135a8f;
    transform: scale(1.08);
    box-shadow: 0 10px 25px rgba(23, 108, 173, 0.4);
}
h3.div-subtitle
{
    color:#84c041;
    text-transform:uppercase;
    font-size:18px;
    font-weight:700;
    margin:0px;
    padding:0px;
}
h2.div-title
{
    color:#176cad;
    font-weight:700;
    font-size:35px;
    margin:0px;
    padding:0px;
}
p.div-para
{
    font-size:16px;
    color:#111;
    line-height:28px;
}
.stat
{
    border-top:solid 1px #eee;
    border-bottom:solid 1px #eee;
    padding-top:15px;
    transition: all 0.3s ease;
}
.stat:hover
{
    transform: translateY(-5px);
}
.stat h3
{
    color:#84c041;
    font-size:52px;
}
.stat h5
{
    color:#176cad;
    font-weight:700;
    font-size:28px;
    margin:0px;
    padding:0px;
}
.categories
{
    background:#f1f1f1;
}
.categories img
{
    width:100%;
    height:190px;
    border-radius:25px;
    object-fit: cover;
    transition: all 0.4s ease;
}
.category-single
{
    margin-top:30px;
    text-align:center;
    transition: all 0.4s ease;
}
.category-single:hover
{
    transform: translateY(-12px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.1);
}
.category-single:hover img
{
    transform: scale(1.08);
}
.category-single h4
{
    color:#176cad;
    font-weight:700;
    font-size:19px;
    margin-top:10px;
}
.category-single a
{
    color:none;
}
.category-single p
{
    color:#111;
}
.process-step
{
    text-align:center;
    margin-top:30px;
    transition: all 0.3s ease;
}
.process-step:hover h5
{
    background:#6fa837;
    transform: scale(1.1);
}
.process-step h5
{
    font-size:72px;
    background:#84c041;
    height:130px;
    width:130px;
    border-radius:50%;
    margin:0px auto;
    color:#fff;
    padding:20px 10px;
    transition: all 0.3s ease;
}
.process-step h4
{
    color:#176cad;
    margin-top:10px;
    font-size:20px;
    font-weight:700;
}
.testimonials
{
    background:#f1f1f1;
}
.testimonial-single
{
    margin-top:30px;
    transition: all 0.4s ease;
}
.testimonial-single:hover
{
    transform: translateY(-8px);
}
.testimonial-single:hover .quote-block
{
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}
.quote-block
{
    background:#fff;
    padding:15px 20px;
    border-radius:25px;
    margin-bottom:15px;
    transition: all 0.3s ease;
}
.quote-block h2
{
    color:#84c041;
    font-size:42px;
}
.testimonial-single img
{
    height:60px;
    width:60px;
    border-radius:50%;
    float:left;
    margin-right:15px;
    border:solid 2px #ccc;
    transition: all 0.3s ease;
}
.testimonial-single:hover img
{
    border-color:#84c041;
    transform: scale(1.1);
}
.testimonial-single h3
{
    color:#176cad;
    font-weight:700;
    font-size:22px;
    padding-left:15px;
    padding-top:15px;
}
.blog-single
{
    margin-top:30px;
    transition: all 0.4s ease;
}
.blog-single:hover
{
    transform: translateY(-8px);
}
.blog-single:hover img
{
    transform: scale(1.08);
}
.blog-single img
{
    width:100%;
    border-radius:25px;
    height:250px;
    object-fit: cover;
    transition: all 0.4s ease;
}
.blog-single h4
{
    color:#176cad;
    font-size:20px;
    font-weight:700;
}
.blog-single h5
{
    color:#84c041;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    padding-top:15px;
}
.cta
{
    background:#84c041;
}
.cta h2
{
    color:#fff;
    font-weight:700;
    font-size:32px;
    padding-top:10px;
}
.btn-white
{
    color:#fff;
    border:solid 2px #fff;
    border-radius:25px;
    padding:10px 30px;
    font-size:22px;
    font-weight:700;
    display:inline-block;
    transition: all 0.3s ease;
}
.btn-white:hover
{
    background:#fff;
    color:#84c041;
    transform: scale(1.05);
}
.footer
{
    background:#176cad;
    color:#fff;
}
img.foot-logo
{
    width:100%;
    margin-top:10px;
}
.footer p
{
    font-size:15px;
    line-height:28px;
}
.soc-icon a
{
    color:#fff;
    margin-right:15px;
    font-size:24px;
    transition: all 0.3s ease;
}
.soc-icon a:hover
{
    color:#84c041;
    transform: scale(1.3);
}
.footer h3
{
    font-size:18px;
    text-transform:uppercase;
    font-weight:700;
    margin-top:5px;
}
.footer ul
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.footer ul li a
{
    display:block;
    color:#fff;
    margin-top:10px;
    padding:0px;
    transition: all 0.3s ease;
}
.footer ul li a:hover
{
    color:#84c041;
    padding-left:8px;
}
.footer-credit
{
    text-align:center;
    border-top:solid 1px #fff;
    padding-top:30px;
}
.bread-crumb
{
    background:#84c041;
    color:#fff;
    text-align:center;
    padding:20px 0px;
}
.principle-card h4
{
    font-weight:600;
}
.principle-number
{
    color:#176cad;
    font-weight:500;
}
.bread-crumb h1
{
    font-size:32px;
    font-weight:700;
    margin:0px;
    padding:0px;
}
.bread-url
{
    font-size:14px;
    text-transform:uppercase;
}
.bread-url a
{
    color:#fff;
}
.about-stats
{
    background:#f1f1f1;
    padding:20px 0px;
}
.about-stats .stat
{
    border-top:none;
}
.accordion .btn {
  position: relative; /* Allows absolute positioning for the icon */
  padding-right: 2rem; /* Adds space for the icon on the right */
}
.accordion .btn::after {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem; /* Adjust size as needed */
  font-weight: bold;
}
.accordion .btn:not(.collapsed)::after {
  content: '-';
}
.accordion>.card>.card-header
{
    padding:5px;
    border:none;
    border-radius:5px;
}
.accordion>.card
{
    margin-top:15px;
    background:#fafafa;
    border:none;
}
.accordion .btn
{
    color:#111;
    font-weight:600;
}
.gray-divs
{
    background:#f1f1f1;
    border-radius:25px;
    padding:30px;
    margin-top:30px;
    transition: all 0.3s ease;
}
.gray-divs:hover
{
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}
.gray-divs h5
{
    color:#176cad;
    font-weight:700;
    text-transform:uppercase;
}
.course-list
{
    background:#f1f1f1;
    border-radius:25px;
    margin-top:15px;
    padding:20px;
}
.course-single img
{
    width:100%;
    height:190px;
    object-fit:cover;
    border-radius:15px;
    margin-top:10px;
}
.course-list h2
{
    color:#176cad;
    font-size:22px;
    font-weight:700;
}
.course-single h4
{
    color:#176cad;
    font-size:16px;
    font-weight:700;
    margin-top:5px;
}
.why-germany
{
    background:#f1f1f1;
    padding:30px 0px;
    text-align:center;
}
.why-german
{
    margin-top:30px;
}
.why-german img
{
    width:150px;
    height:150px;
    border-radius:50%;
    margin:0px auto;
    border:solid 5px #84c041;
    object-fit:cover;
    transition: all 0.4s ease;
}
.why-german:hover img
{
    border-color:#176cad;
    transform: scale(1.1);
}
.why-german h4
{
    color:#176cad;
    font-weight:700;
    font-size:16px;
    margin-top:10px;
}
.why-german p
{
    font-size:16px;
    line-height:26px;
}
.uni-logos
{
    box-shadow:0px 2px 5px #ccc;
    border-radius:15px;
    margin-top:30px;
    padding:10px;
    text-align:center;
    transition: all 0.3s ease;
}
.uni-logos:hover
{
    box-shadow:0px 10px 20px #ccc;
    transform: scale(1.03);
}
.uni-logos img
{
    height:50px;
    max-width:100%;
    margin:0px auto;
}
.go-back-btn
{
    background:none;
    border:none;
    padding:0px;
    color:#84c041;
    font-weight:700;
}
.news-post h1
{
    font-weight:700;
    font-size:32px;
    color:#176cad;
}
img.featured-image
{
    width:100%;
    border-radius:25px;
    border:solid 1px #ccc;
    margin-top:20px;
    margin-bottom:30px;
}
h3.side-title
{
    color:#176cad;
    font-weight:700;
    font-size:24px;
}
.contact-dtl
{
    background:#fff;
    box-shadow:0px 0px 10px #aaa;
    border-radius:25px;
    padding:30px;
    line-height:32px;
    transition: all 0.3s ease;
}
.contact-dtl:hover
{
    box-shadow:0px 15px 30px #aaa;
    transform: translateY(-5px);
}
.contact-dtl img
{
    width:70%;
    margin-left:15%;
}
.contact-dtl h3
{
    color:#176cad;
    text-align:center;
    margin:0px;
    padding:0px;
}
.contact-dtl h4
{
    color:#222;
    font-size:13px;
    text-align:center;
    margin:0px;
    padding:0px;
}
.color-orange
{
    color:#84C041;
}
.map-responsive {
    position: relative;
    padding-bottom: 45vh; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    border-radius:30px;
}
.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.service-display-div
{
    background:#f1f1f1;
    padding:20px;
    border-radius:20px;
}
.service-display-div h4
{
    font-weight:700;
    color:#176cad;
}
.service-display-div ul
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.service-display-div ul li a
{
    color:#333;
    line-height:23px;
    margin-top:5px;
    display:block;
}

/* ==================== NEW HOVER EFFECTS SECTION ==================== */
.principle-card {
    transition: all 0.4s ease;
}
.principle-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.12);
}

@media (max-width: 600px)
{
    .top-bar
    {
        display:none;
    }
    img.logo-img
    {
       display:none;
    }
    a.navbar-brand
    {
        display:block;
    }
    .navbar-brand img
    {
        width:70px;
    }
    .slider h2
    {
        font-size:32px;
    }
    .slider img
    {
        width:100%;
        height:87vh;
        object-fit: cover;
    }
    .carousel-caption {
        position: absolute;
        left: 0px;
        top:20vh;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: left;
        width:100%;
    }
    .slider p
    {
        width:100%;
        max-width:100%;
        font-size:13px;
    }
    a.btn-blue
    {
        font-size:15px;
        padding:5px 20px;
    }
    a.btn-green
    {
        font-size:14px;
        padding:5px 20px;
    }
    h3.div-subtitle
    {
        font-size:14px;
    }
    h2.div-title
    {
        font-size:26px;
        line-height:26px;
    }
    p.div-para
    {
        font-size:14px;
        line-height:26px;
    }
    .category-single h4
    {
        font-size:16px;
    }
    .category-single img
    {
        width:90%;
        margin:0px auto;
        height:160px;
    }
    .category-single p
    {
        font-size:14px;
        line-height:26px;
    }
    .process-step h4
    {
        font-size:16px;
    }
    .process-step p
    {
        font-size:14px;
        line-height:25px;
    }
    .testimonial-single h3
    {
        font-size:17px;
    }
    .blog-single h4
    {
        font-size:16px;
    }
    .blog-single h5
    {
        font-size:12px;
    }
    .blog-single img
    {
        height:180px;
    }
    .cta
    {
        text-align:center;
    }
    .cta h2
    {
        font-size:22px;
    }
    .btn-white
    {
        width:100%;
        text-align:center;
        padding:10px 15px;
        font-size:18px;
    }
    .footer
    {
        text-align:center;
    }
   
    img.foot-logo
    {
        width:50%;
        margin:0px auto;
        margin-bottom:40px;
    }
    .footer p
    {
        font-size:14px;
        line-height:26px;
    }
    .footer h3
    {
        margin-top:50px;
    }
    .footer ul li a
    {
        font-size:14px;
    }
    .footer-credit
    {
        font-size:12px;
    }
}