
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
}


:root {
    --primary-color : #5faee3;
}
body {
    font-family: "Roboto", serif;
}

a {
    text-decoration: none;
}
.navbar {
    background-color: var(--primary-color);
    /*padding: 0rem 3rem;*/
    position: relative;
    height: 5.3rem;

}

.navbar-brand {
    font-size: 1.8rem;
    font-weight: bold;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.navbar-nav .nav-item {
    font-size: 15px;
    font-weight: 500;
}

.navbar-nav .nav-item .nav-link {
    color: white;
    font-size: 15px;
    font-weight: 500;
    /* border: 2px solid black; */
    display: block;
    height: 100%;
    padding: 28px 10px 28px 10px;
    font-family: "Ubuntu", sans-serif;
    
}

.navbar-nav .nav-item .nav-link {
    color: white;
}

/* Mega Menu */
.dropdown-menu {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.dropdown {
    position: unset !important;
}

.dropdown:hover .dropdown-menu {
    display: flex;
    /* Show the dropdown on hover */
}

.dropdown-menu a {
    white-space: nowrap;
}

/* Mega Menu Items */
.dropdown-menu .col-lg-4 {
    padding: 10px;
}

.dropdown-menu .dropdown-item {
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f1f1f1;
}

.drop-menu-list {
    display: none;
}
li h3{
    margin-left: 0.7rem;
}

.nav-item.dropdown:hover .drop-menu-list {
    display: block;
    width: 100%;
    background: black;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px;
}

.btn-custom {
    background-color: black;
    color: #fff;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0.7rem 1.1rem;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition: filter 0.18s;
    box-shadow: 0 4px 12px #0003;
}

.btn-custom:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.nav-item:hover .dropdown-menu {
    display: block !important;
    width: 100%;
}

ul {
    list-style-type: none;
    margin-left: 0;
}
.step-card {
    border: 1px solid var(--primary-color);
    border-radius: 15px;
    padding: 20px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.step-circle {
    background-color: #e8f5e9;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: var(--primary-color);
    margin-right: 10px;
}

.step-card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
}
.step-card-description {
    color: #666;
    font-size: 1rem;
    margin: 10px 0;
}

.step-card a {
    color: var(--primary-color);
    font-weight: bold;
    text-decoration: none;
}

.step-card a:hover {
    text-decoration: underline;
}

/* ================================= */



.main-hero-section {
    background-color: var(--primary-color);
    position: relative;
}

.sorted_filter {
 
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    width: 95px;
    height: 33px;
    border: 0.5px solid lightgray;
    padding: 6px;
}

.hero-heading {
    color: #fff;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

.hero-list {
    margin-bottom: 20px;
    padding-left: 20px;
    margin-top: 0;
    list-style: disc;
    color: white;
}

.hero-list .hero-list-item {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.hero-content, .hero-main-img {
    z-index: 9;
}

.hero-main-img img {
    width: 100% !important;
}

.hero-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.hero-list-mobile {
    font-weight: 700;
    box-shadow: 0 4px 12px #0003;
    font-size: 15px;
    transition: all .3s;
    background-color:black;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 61px;
    padding: 12px 28px;
    width: 235px;
    line-height: 1.5rem;
    text-decoration: none;
    transition: all .3s;
    display: inline-block;
}

.main-section-layer {
    z-index: 0;
    background-image: linear-gradient(90deg, var(--primary-color), #fff6);
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    width: 100%;
    height: 425px;
    position: absolute;
    inset: 0% 0% 0% auto;
}

.hero-heading, .hero-list, .hero-list-mobile {
    z-index: 9;
}
/* ================================= */


.pagination {
    gap: 15px;
    justify-content: end;
}

.pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    color: white;
    border: 0.5px solid var(--primary-color);
    box-shadow: none !important;
  }

  .pagination .page-link {
    color: black;
    border: 0.5px solid var(--primary-color);
    box-shadow: none;
    outline: none;
  }

  .pagination .page-item.disabled .page-link {
    background-color: var(--primary-color);
    color: white;
    border-color: transparent;

  }

.search-container {
    position: relative;
    background-image: url('background-image-url.jpg'); /* Replace with your background image */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {

    width: 100%;
    min-height: 90px;
    background: black; /* Semi-transparent black overlay */
    z-index: 1;
    gap: 8px;
}

.search-bar {
    position: relative;
    display: flex;
    z-index: 2;
    border-radius: 2px;
    overflow: hidden;
}

.search-bar input {
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 1rem;
    width: 200px;
}

.search-bar input:first-child {
    border-right: 1px solid #ddd;
}

.search-bar button {
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1rem;
}

.search-bar button:hover {
    background-color: var(--primary-color);
}

/* ================================ */

.custom-card {
    border-radius: 0;
    padding: 18px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    margin: auto;
    background-color: #fff;
}

.custom-card img {
    width: 100%;
}

.custom-card .card-number {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a73e8;
}

.custom-card h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

/* .custom-card .divider {
    background-color: #4077f7;
    width: 50%;
    height: 1px;
} */

.custom-card p {
    color: #555;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.custom-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-card ul li {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.custom-card ul li img {
    width: 19px;
    height: 19px;
    margin-right: 7px;
}
.custom-card .card-title {

    color: #262626;
    margin-top: 0;
    margin-bottom: 0 !important;
    font-size: 24px;
    line-height: 24px;
}

.custom-card .card-number {
    color: #4077f7;
    border: 1px solid #4077f7;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 28px;
    min-width: 28px;
    max-width: 28px;
    height: 28px;
    margin-top: 0;
    margin-bottom: 0;

    font-size: 16px;
    line-height: 18px;
    display: flex;
}

.custom-card p {
    color: #747474;
    text-align: left;
    height: 60px;
    margin-bottom: 10px;
    font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.hero-list-mobile {
    font-weight: 700;
    box-shadow: 0 4px 12px #0003;
    font-size: 15px;
    font-weight: 400;
    transition: all .3s;
    background-color:black;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 61px;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5rem;
    text-decoration: none;
    transition: all .3s;
    display: inline-block;
}

/*=======================*/

.header .lead {
    max-width: 100%;
}

.gallery-item {
    width: 100%;
    padding: 5px;
     
}

.gallery-item img {
    height: 290px;
    width: 100%; 
    border-image-repeat: none;
}


/*=========== blogs ===========*/

 

.blog-header {
    margin-bottom: 1.5rem;
}

.blog-title {
    color: #333;
    font-size: 2rem;
}

.blog-description {
    color: #666;
}

.blog-card,
.blog-featured {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.blog-date {
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 4px;
    font-size: 0.75rem;
}

.blog-text {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
}

.blog-card-title {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.blog-subtitle {
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
}

.blog-link {
    font-size: 0.875rem;
    color: #fff;
    transition: color 0.3s ease;
}

.blog-link:hover {
    color: #ddd;
}

.blog-image {
    border-radius: 8px;
}


/*========== discovers ========================*/

.discover-countries .card
{
    transition: .4s all ease-in;
    border: none;
    margin: 25px auto;


}

.discover-countries .card-img-top{
    box-shadow: 0 0 25px rgba(0,0,0,.05);
    height: 300px;
}

.discover-countries .carousel-control-next-icon
{
    padding: 0 4px 0 0;
}
.discover-countries .product_price
{
    float:right;

    color:#6b7270;
    font-size: 20px;
    font-weight:400;
}


.discover-countries .product-detail {
    position: absolute;
    height: 48px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    padding: 8px;
    background-color: #00b4d8c9;
    transition: all 0.35s;
    text-align: center;
    box-sizing: border-box;
}


.discover-countries .product-detail p {
    font-size: 14px;
    color: white;
    text-align: left;
}

.discover-countries .product-detail p a {
    font-size: 14px;
    color: white;
    text-align: left;
}
.discover-countries .card .product-detail h5
{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 8px 0;
    text-align: left;
    color: white;

}

.card .product-detail .subheading {
    font-weight: 400;
    margin: 0;
    letter-spacing: 1px;
    text-align: center;
    color: rgba(0,0,0,0.6);
}

.card .product-detail blockquote
{
    padding: 0;
    margin: 0;
    font-size: 1em;

}
.card:hover .product-detail {
    height: calc(92%);
    padding-top: 30px;
}
.footer {
    background-color: #f9fbff; /* Light background */
    padding: 40px 0;
    font-size: 14px;
}
.footer a {
    color: #2F3A55; /* Text color for links */
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .footer-logo {
    font-size: 24px;
    font-weight: bold;
}
.footer .footer-logo-subtext {
    font-size: 14px;
    color: #6c757d;
}
.footer .copyright {
    margin-top: 20px;
    font-size: 13px;
    color: #6c757d;
}
.footer hr {
    border-top: 1px solid #dee2e6;
}
.list-unstyled li {
    padding: 5px 0px;
}

.bottom-bar img {
    width: 225px;
}



/* =========== about =============== */


/* Unique styles for the card container */
.unique-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    /* background-color: #f8f9fa;  */
}

/* Card styling */
.unique-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Add hover effect for the card */
.unique-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Title styling */
.unique-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333333;
}

/* Description styling */
.unique-card-description {
    font-size: 0.9rem;
    color: #666666;
    margin-bottom: 15px;
}

/* Image container */
.unique-card-image-container {
    margin: 15px 0;
    overflow: hidden;
    border-radius: 8px;
}

.unique-card-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

/* Add a hover effect to the image */
.unique-card:hover .unique-card-image {
    transform: scale(1.05);
}

/* Read More link styling */
.unique-read-more {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #ff4b2b;
    text-decoration: none;
    margin-top: 10px;
    transition: color 0.3s ease;
    position: relative;
}

.unique-read-more:hover {
    color: #d84315;
}

/* Add hover animation to the arrow */
.unique-read-more .unique-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.unique-read-more:hover .unique-arrow {
    transform: translateX(5px);
}


/*  =============== processing area ============== */

/* Container */
.custom-process-container {
    text-align: center;
    padding: 40px 20px;
    background-color: #f8f9fa;
}

.custom-process-subtitle {
    font-size: 1rem;
    color: #ff4b2b;
    font-weight: bold;
    margin-bottom: 10px;
}

.custom-process-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 50px;
    color: #333;
}

/* Steps */
.custom-process-steps {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.custom-process-step {
    background-color: #fff;
    border: 2px solid #ff964a;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Image Wrapper */
.custom-process-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}

.custom-process-image {
    width: 100%;
    height: 245px;
    
    display: block;
    transition: transform 0.3s ease;
}

.custom-process-step:hover .custom-process-image {
    transform: scale(1.05);
}

/* Step Number */
.custom-step-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 50px;
}

/* Titles and Descriptions */
.custom-step-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.custom-step-description {
    font-size: 0.9rem;
    color: #666;
}


/* ====================================================== */

/* General Styling for the Carousel */
#unique-demos {
    padding: 0px;
  }
  
  .unique-owl-carousel .unique-item {
    padding: 0 !important;
    height: 400px !important;
    position: relative;
    overflow: hidden;
  }
  
  .unique-owl-carousel .unique-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    max-height: 1490px;
    transition: transform 20s linear;
  }
  
  .unique-owl-carousel .unique-item:nth-child(even) img {
    transform: scale(1.4);
    transform-origin: bottom right;
  }
  
  .unique-owl-carousel .unique-item:nth-child(odd) img {
    transform: scale(1.1);
    transform-origin: bottom left;
  }
  
  .unique-owl-carousel .owl-item.active:nth-child(even) img {
    transform: scale(1.1);
  }
  
  .unique-owl-carousel .owl-item.active:nth-child(odd) img {
    transform: scale(1.4);
  }
 
    .banner-item {
        background-size: cover;
        background-position: center;
        height: 490px; /* Adjust the height as needed */
        position: relative;
        /* padding: 25px; */
    }

    .main-hero-banner {
        height: 435px !important;
    }

    .banner-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Optional overlay for contrast */
    }

    .banner-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 2rem;
    }

    .custom-tabs .nav-link {
        color: black;
        background-color: white;
        border-radius: 50px;
    border: 1px solid var(--primary-color);
        
    }
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        background-color: var(--primary-color);
    }
 

    /* ===================== */

    
    .program-card {
        border: none;
        border-radius: 0;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background-color: #ffffff; /* Card background */
        margin-top: 10px;
    }

    .program-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .program-card img {
        width: 50px !important;
        height: 50px;
        object-fit: cover;
        border-radius: 0 !important;
    }


    .card-uni-logo {
            width: 50px !important; 
     height: 50px;
    object-fit: cover;
        /* border-radius: 50%; */
        /* padding: 0px; */
        display: flex;
    justify-content: center;
    align-items: center;

    }
    .badge-status {
        position: absolute;
        top: 15px;
        right: 15px;
        background-color: var(--primary-color); /* Dark Orange */
        color: #fff;
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 20px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .program-info {
        padding: 14px 20px;
    }

    .program-title-container {
        display: flex;
        /* align-items: center; */
        gap: 10px;
        margin-bottom: 10px;
    }

    .logo {
        width: 30px;
        height: 30px;
        object-fit: cover;
        border-radius: 50%; /* Makes the logo rounded */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow for better appearance */
    }

    .program-title {
        font-size: 14px;
        font-weight: bold;
        margin: 0;
    }

    .university-name {
        font-size: 12px;
        color: #6c757d;
        margin-bottom: 6px;
    }

    .program-details {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .btn-container {
        display: flex;
        gap: 10px;
        padding: 15px 20px;
        border-top: 1px solid #e9ecef;
    }

    .btn-know-more {
        flex: 1;
        border: 2px solid var(--primary-color); /* Dark Orange */
        background-color: transparent;
        color: var(--primary-color);
        border-radius: 50px;
        padding: 8px 15px;
        text-align: center;
        font-size: 14px;
        transition: background-color 0.3s, color 0.3s;
    }

    .btn-know-more:hover {
        background-color: var(--primary-color);
        color: #fff;
    }

    .btn-check-eligibility {
        flex: 1;
        background-color: var(--primary-color);
        color: #fff;
        border: none;
        border-radius: 50px;
        padding: 8px 15px;
        font-size: 14px;
        text-align: center;
        transition: background-color 0.3s;
        display: flex
;
    justify-content: center;
    align-items: center;
    }

    .btn-check-eligibility:hover {
        color: var();
        background-color:white; /* Slightly darker orange */
        border: 2px solid var(--primary-color);
    }

  

    /* ======================================= */
    /* ================== search main nav item ===================== */

 

    

    .search-container {
        width: 100%;
        max-width: 250px;
        position: relative;
    }

    .search-container .search-input optoin {
        background-color: var(--primary-color);
        color: black;
    }

    .search-input {
        width: 100%;
        padding: 15px 20px 15px 38px;
        border: none;
        border-radius: 50px;
        background-color: #ffffff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        font-size: 16px;
        color: #6c757d;
        outline: none;
        transition: box-shadow 0.3s ease-in-out;
        font-style: normal;
    }

    .search-input:focus {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .search-input::placeholder {
        color: #a9a9a9; /* Light grey placeholder */
        font-style: italic;
    }

    .search-icon {
        position: absolute;
        top: 50%;
        left: 14px;
        transform: translateY(-50%);
        font-size: 18px;
        color: #a9a9a9; /* Icon color */
    }
    

    .main-title {
        color: #262626;
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
    
        font-size: 38px;
        line-height: 45px;
        margin-bottom: 0px;
    }

     .main-subtitle {
        color: var(--primary-color);
    text-align: center;
    -webkit-text-stroke-color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: ubuntu, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
     }



     .why-choose-section {
        padding: 60px 20px;
        text-align: center;
    }

    .section-title {
        font-size: 28px;
        font-weight: bold;
        color: #2F3A55; /* Dark blue color */
        margin-bottom: 40px;
    }

    .card-container {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .info-card {
        background-color: #ffffff; /* White card background */
        border: none;
        border-radius: 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        text-align: left;
        position: relative;
         
    }

    .info-card:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    }

    .circle {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: var(--primary-color); /* Light yellow */
        margin-bottom: 15px;
    }

    .circle.vibrant {
        background-color: #b9a6f4; /* Light purple */
    }

    .circle.advanced {
        background-color: #9be7c9; /* Light green */
    }

    .card-title {
        font-size: 18px;
        font-weight: bold;
        color: #2F3A55; /* Dark blue color */
        margin-bottom: 10px;
    }

    .card-text {
        font-size: 14px;
        color: #6c757d; /* Gray color */
        margin: 0;
    }

    .background-number {
        font-size: 100px;
        font-weight: bold;
        color: rgba(47, 58, 85, 0.1); /* Light opacity number */
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: -1;
    }


    /* ======================================= */

   
    /* Decorative Shapes */
    .interest-section .shape {
        position: absolute;
        z-index: -1;
    }

    .shape.purple-circle {
        width: 150px;
        height: 150px;
        background-color: #b9a6f4;
        border-radius: 50%;
        top: 20px;
        left: -50px;
    }

    .shape.yellow-half-circle {
        width: 100px;
        height: 50px;
        background-color: #ffd166;
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
        top: 90px;
        left: 80px;
    }

    .shape.green-circle {
        width: 120px;
        height: 120px;
        background-color: #9be7c9;
        border-radius: 50%;
        bottom: 30px;
        right: -60px;
    }

    .shape.orange-half-circle {
        width: 100px;
        height: 50px;
        background-color: #ffab73;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
        bottom: 100px;
        right: 40px;
    }


    /* ==================== custom cards ================== */

    .custom-card {
        border: 1px solid #ddd;
        border-radius: 0;
        padding: 20px 10px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        max-width: 100%;
        margin: auto;
        background-color: #fff;
    }
    
    .custom-card img {
        width: 100%;
    }
    
    .custom-card .card-number {
        font-size: 1.5rem;
        font-weight: bold;
        color: #1a73e8;
    }
    
    .custom-card h3 {
        font-size: 1.25rem;
        font-weight: bold;
        margin-bottom: 10px;
        color: #333;
    }
    
    /* .custom-card .divider {
        background-color: var(--primary-color);
        width: 55%;
        height: 1px;
    } */
    
    .custom-card p {
        color: #555;
        font-size: 0.9rem;
        margin-bottom: 15px;
    }
    
    .custom-card ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .custom-card ul li {
        font-size: 0.9rem;
        color: #333;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
    }
    
    .custom-card ul li img {
        width: 19px;
        height: 19px;
        margin-right: 7px;
    }
    .custom-card .card-title {
    
        color: #262626;
        margin-top: 0;
        margin-bottom: 0 !important;
        font-size: 24px;
        line-height: 24px;
        border-bottom:2px solid var(--primary-color);
    }
    
    .custom-card .card-number {
        color: white;
        border: 1px solid var(--primary-color);
        border-radius: 100px;
        justify-content: center;
        align-items: center;
        width: 28px;
        min-width: 28px;
        max-width: 28px;
        height: 28px;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 18px;
        display: flex
    ;
        position: absolute;
        top: 0px;
        background: var(--primary-color);
        padding: 5px;
        font-weight: 800;
        right: 0px;
    }
    
    .custom-card p {
        color: #747474;
        text-align: left;
        height: 60px;
        margin-bottom: 0;
        font-family: Lato, sans-serif;
        font-size: 14px;
        line-height: 20px;
        display: flex;
        align-items: baseline;
    }


    /* =================================================== */


    .section-container {
        padding: 60px 20px;
        text-align: center;
    }

    .section-title {
        font-size: 24px;
        font-weight: bold;
        color: #2F3A55;
        margin-bottom: 10px;
    }

    .section-subtitle {
        font-size: 18px;
        color: #6c757d;
        margin-bottom: 40px;
    }

    .consultant-card {
        background-color: #ffffff; /* Card background */
        border: none;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        overflow: hidden;
    }

    .consultant-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .consultant-image {
        width: 120px;
        height: 120px;
        object-fit: cover;
        border-radius: 50%;
        margin: 0px auto;
        display: block;
        background-color:black;
        padding: 3px; /* Adds spacing inside the circle */
    }

    .consultant-name {
        font-size: 18px;
        font-weight: bold;
        color: white;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .consultant-role {
        font-size: 14px;
        color: white;
        margin-bottom: 20px;
    }

    .consultant-details {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: left;
        padding: 18px 20px;
    }

    .consultant-details i {
        color: var(--primary-color);
        margin-right: 5px;
    }

    .cta-section {
        margin-top: 40px;
        background-color:#dbe6ff ;
        padding: 20px;
        border-radius: 15px;
    }

    .cta-text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .cta-text a {
        color: var(--primary-color);
        text-decoration: none;
    }

    .cta-text a:hover {
        text-decoration: underline;
    }

    .cta-button {
        background-color: var(--primary-color);
        color: #fff;
        border: none;
        border-radius: 50px;
        padding: 10px 20px;
        font-size: 16px;
        transition: background-color 0.3s ease;
    }

    .cta-button:hover {
        background-color: #218838;
    }

    .consultant-card .card-body {
        padding: 0px !important;
    }

    .consultant-header {
        background: rgb(0,172,207);
background: linear-gradient(0deg, rgba(0,172,207,1) 1%, rgba(0,180,216,1) 100%);
        padding-top: 8px;
    padding-bottom: 1px;
    height: 190px;
    }


    /* ================================= study and live crouse ==================== */


    .carousel-container {
        width: 90%;
        max-width: 1200px;
        text-align: center;
    }
    .carousel-header {
        margin-bottom: 20px;
    }
    .carousel-header h2 {
        font-size: 2rem;
        color: #333;
    }
    .carousel-header p {
        font-size: 1rem;
        color: #666;
    }
    .custom-carousel .item {
        display: flex;
        background: white;
        padding: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 0;
    }
    .item img {
        width: 40%;
        border-radius: 10px;
        margin-right: 20px;
    }
    .item .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
        padding: 0px 12px;
    }
    .item .content h3 {
        margin: 0;
        font-size: 1.5rem;
        font-weight: bold;
        color: #333;
        font-size: 18px;
    }
    .item .content p {
        margin: 2px 0;
        color: #666;
        font-size: 12px;
    }
    .custom-nav button {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .custom-nav button.custom-prev {
        position: absolute;
        left: -50px;
        top: 40%;
    }
    .custom-nav button.custom-next {
        position: absolute;
        right: -50px;
        top: 40%;
    }
    .custom-buttons {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    .custom-buttons button {
        background: #007bff;
        color: white;
        border: none;
        border-radius: 5px;
        padding: 10px 20px;
        margin: 0 10px;
        cursor: pointer;
        font-size: 1rem;
    }
    .custom-buttons button:hover {
        background: #0056b3;
    }
    .custom-dots .custom-dot {
        background: #ddd;
        width: 12px;
        height: 12px;
        margin: 5px;
        border-radius: 50%;
        display: inline-block;
    }
    .custom-dots .custom-dot.active {
        background: #333;
    }


    #customPrev {
        z-index: 99;
        background-color: #fff;
        border-radius: 100px;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        display: flex;
        color: var(--primary-color);
        inset: auto 73px -60px auto;
        position: absolute;
        left: -65px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    #customNext {
        z-index: 99;
        color: var(--primary-color);
        background-color: #fff;
        border-radius: 100px;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        display: flex;
        inset: auto 73px -60px auto;
        position: absolute;
        right: -45px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .back-free-btn, .cta-button {
        background-color: var(--primary-color);
        color: #fff;
        border-radius: 6px;
        margin-bottom: 0;
        padding: 12px 28px;
        font-family: Ubuntu, sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5rem;
        text-decoration: none;
        transition: all .3s;
        display: inline-block;
       
    }

    .crousel-video-area img {
        width: 60% !important;
    }

    .crousel-video-area {
        width: 100%;
    }

    .custom-video-crousel .item {
        height: 296px;
        margin-top: 14px;
        margin-bottom: 14px;
        margin-left: 5px ;
        margin-right: 5px;
    }

    .custom-dot {
        display: none !important;
    }


    .crousel-video-area video {
        width: 50%;
        height: auto;  
        border-radius: 8px; 
    }

    .top-main-search-button{
        background-color: var(--primary-color);border-radius: 50px;    padding: 13px 20px 13px 20px;
    }
    /* ===============  why us   ================== */

    .features {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .feature-box {
        flex: 1;
        min-width: 300px;
        max-width: 500px;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        padding: 30px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-align: left;
    }

    .feature-box:hover {
        transform: translateY(-10px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    }

    .feature-box h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
        color: #2c3e50;
        font-weight: 600;
    }

    .feature-box ul {
        list-style: none;
        padding: 0;
    }

    .feature-box ul li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
        font-size: 1rem;
        line-height: 1.5;
    }

    .feature-box ul li i {
        font-size: 1.5rem;
        margin-right: 15px;
    }

    .feature-box ul li .highlight-text {
        font-weight: bold;
        color: #2c3e50;
    }

    @media (max-width: 768px) {
        .features {
            flex-direction: column;
            align-items: center;
        }

        .feature-box {
            margin-bottom: 20px;
        }
    }

    .logo {
        float: right;
        margin-top: -10px;
    }

    /* Custom improvements for buttons and icons */
    .feature-box ul li i {
        color: #3498db;
    }

    .feature-box ul li i.fa-times-circle {
        color: #e74c3c;
    }

    .feature-box ul li i.fa-check-circle {
        color: #2ecc71;
    }
    


    /* =========== header section ============= */

    .header-login {
        width: 73px;
    }
    
    .header-banner {
        background-color: var(--primary-color); /* Blue color */
        padding-top: 25px;
        /* padding-bottom: 5px; */
        display: flex;
        justify-content: end;
        align-items: center;
        position: relative;
    }
    
    .tabs-container {
        display: flex;
        justify-content: end;
        gap: 2px;
    }
    
    .header-tab {
        background: white;
        color: black;
        padding: 7px 10px;
        border-radius: 1px;
        cursor: pointer;
        transition: transform 0.2s, box-shadow 0.2s;
        text-align: center;
        min-width: 82px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        font-weight: 600;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid white;
    }
    
    .header-tab.active {
        /* transform: scale(1.1); */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        background-color: var(--primary-color);
        color: white;
        border: 2px solid white;
        border-bottom: 0;
    }
    
    .header-tab:hover {
        /* transform: scale(1.05); */
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
        border: 2px solid white;
    }

     

    /* ============ programs cards =========== */

    .course-card {
        border-radius: 0;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        position: relative;
        border: 1px solid lightgray;
        cursor: pointer;
    }

    .course-card:hover {
        border: 1px solid var(--primary-color) !important;
    }
    
    .course-card h5 {
        font-size:19px;
        margin-bottom: 0.5rem;
    }
    
    .course-card .btn-outline-secondary {
        border: 2px solid #ddd;
    }
    
    .course-card .btn-outline-secondary:hover {
        background-color: #f8f9fa;
    }
    
    .course-card .badge {
        font-size: 10px;
    }
    
    .course-card p {
        font-size: 13px;
        margin-bottom: 0px;
    }
    
   
    
    .program-apply-button {
        display: flex
        ;
            justify-content: center;
            align-items: center;
            font-size: 14px;
            font-weight: 600;
            padding: 8px 12px;
            background-color: var(--primary-color);
            color: white;
            border-color: white;
            transition: all 0.1s linear;
            border: 2px solid white;
    }
    
    .program-apply-button:hover {
        border:2px solid var(--primary-color);
        background-color: white;
    
    }
    
    .program-link {
        font-size: 14px;
        color: gray;
        text-decoration: none;
    }
    .program-link-badge {
        background-color: var(--primary-color);
        font-size: 13px;
        color: white;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .program-favrt-like {
        /* height: 34px;
        width: 34px; */
        border-radius: 4px;
        /* border: 2px solid lightgray; */
        position: absolute;
        right: 20px;
        top: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
            font-size:25px;
            font-weight: 600;
    }
    
    .text-info {
        color: var(--primary-color) !important;
    }

    .program-favrt-like i {
        color: var(--primary-color);
        
    }

    .program-uni-logo img {
        width: 65px;
    }
    @media (max-width: 576px) {
        .course-card .btn {
            width: 100%;
        }
    }

    /* ============= programs filters ======== */

    .study-preferences-card {
        background-color: #fff;
        border-color: #ddd;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    
    .study-preferences-card label {
        font-size: 0.95rem;
    }
    
    .study-preferences-card hr {
        margin: 1rem 0;
    }
    
    .study-preferences-card .filter-title {
        color: #000;
        text-decoration: none;
        font-size: 1rem;
    }
    
    .study-preferences-card .filter-title:hover {
        color: #28a745; /* Green hover effect */
    }
    
    .study-preferences-card .form-select {
        border-radius: 5px;
        border: 1px solid #ccc;
        font-size: 0.9rem;
    }

    .study-preferences-card label {
        font-size: 14px;
    }

    /* ========================================= */
    .dropdown-container {
        position: relative;
        width: 100%;
        height: 45px;
        padding: 0px;
      }
  
      .filter-dropdown-btn {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
        color: white;
        background: ffd382;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        margin-bottom: 18px;
        display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    color: black;
      }
  
      .filter-dropdown-btn:hover {
        background-color: orange;
      }
  
      .filter-dropdown-content {
        position: absolute;
        top: 112%;
        left: 0;
        right: 0;
        overflow: hidden;
        max-height: 0;
        background-color: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        transition: max-height 0.4s ease;
        z-index: 10;
         
      }
  
      .filter-dropdown-content a {
        display: block;
        padding: 10px 20px;
        color: #333;
        text-decoration: none;
        border-bottom: 1px solid #f1f1f1;
        transition: background-color 0.3s ease;
      }
  
      .filter-dropdown-content a:hover {
        background-color: #f1f1f1;
      }
  
      .filter-dropdown-content a:last-child {
        border-bottom: none;
      }
  
      .filter-dropdown-content.show {
        max-height: 300px;
      }

      .filter-dropdown-label {
        margin-bottom: 10px;
        margin-top: 10px;
        font-weight: 600;
        font-size: 16px;
      }

      .accordion-button {
        font-size: 17px;
        font-weight: 600;
        color: black;
        border-radius: 0;
        box-shadow: none;
        background: lightblue;
        margin-bottom: 12px;
      }

      .accordion-body label {
        margin-bottom: 5px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

      }

      .filter-accordians {
        padding: 0px;
      }

      .filter-accordians .accordion-item {
        border: 0 !important;
        border-radius: 0 !important;
      }
      .filter-accordians .accordion-button {
        border-radius: 0;
        color: black;
        background: white;
        box-shadow: none;
        font-size: 15px;
}

 
      .filter-search-input {
        border: 1px solid #ced4da ! Important;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    outline: none !important;
      }

      .apply-filter-btn {
        border-radius: 0;
      }


      .filter-search-input:active {
         
        outline: none !important;
      }

      .main-header h1 {
        font-size: 35px;
        font-weight: 800;
        margin: 15px 0px;
      }

      .filter-accordians .accordion-header {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        
      }

      /* ========= silder range picker ============= */

      #slider-container {
        position: relative;
        width: 80%;
        max-width: 600px;
        margin: auto;
      }
  
      .slider-labels {
        position: absolute;
        display: flex;
        justify-content: space-between;
        width: 100%;
        top: -35px;
      }
  
      .slider-label {
        background-color: black;
        color: white;
        padding: 5px 15px;
        border-radius: 15px;
        font-size: 14px;
        white-space: nowrap;
      }
  
      /* Custom noUiSlider styling */
      #slider {
        margin-top: 25px;
      }
  
      .noUi-target {
        height: 6px;
        background: #d3d3d3;
        border-radius: 5px;
      }
  
      .noUi-connect {
        background: orange;
        height: 6px;
        border-radius: 5px;
      }
  
      .noUi-horizontal .noUi-handle {
          width: 18px;
      height: 18px;
      right: -11px;
      top: -8px;
      display: flex;
      justify-content: center;
      align-items: center;
      }
  
      .noUi-handle {
        width: 20px;
        height: 20px;
        background: orange;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: none;
      }
  
      .noUi-connects {
          background: lightgray;
      }
  
      .noUi-handle:after, .noUi-handle:before {
          display: none;
      }
  
      .noUi-handle:focus {
        outline: none;
      }


      /* ======== program uni ================= */

      .search-filter-list {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        align-items:center ;
        gap: 8px;
        position: relative;
      }

      .search-filter-list .search-filter-items {
        border: 0.5px solid lightgray;
        padding: 10px 12px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        position: relative;
      }
      .search-filter-list .search-filter-items i {
        margin-right: 8px;
      }

      /* ============================= */
      /* ============================= */

      .filter-container {
        width: 250px;
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .filter-container input[type="radio"] {
        margin-right: 10px;
    }

    .filter-container .reset-link {
        color: #000;
        text-decoration: underline;
        cursor: pointer;
    }

    .filter-container .btn-confirm {
        background-color: #28a745;
        color: #fff;
        border: none;
        border-radius: 4px;
        padding: 8px 16px;
    }

    .filter-container .btn-confirm:hover {
        background-color: #218838;
    }

    .drop-list {
        display: none;
        position: absolute;
        z-index: 10;
        top: 65px;
        left: 0px;
    }

    .search-filter-items {
        position: relative;
        list-style: none;
        cursor: pointer;
        padding: 10px;
        border: 1px solid #ddd;
        margin-bottom: 5px;
    }

    .search-filter-items:hover {
        background-color: #f8f9fa;
    }


    .filter-modal {
        width: 550px;
        margin: auto;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 25px;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .filter-modal .form-check {
        display: flex;
            justify-content: left;
            align-items: center;
            gap: 8px;
            margin-bottom: 12px;
            font-size: 22px;
    }

    .filter-modal .form-check-label {
        font-size: 14px;
        font-weight: 400;
    }

    .filter-modal .actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }

    .filter-modal .reset-link {
        color: #000;
        text-decoration: underline;
        cursor: pointer;
    }

    .filter-modal .btn-confirm {
        background-color: #28a745;
        color: #fff;
        border: none;
        border-radius: 4px;
        padding: 8px 16px;
    }

    .filter-modal .btn-confirm:hover {
        background-color: #218838;
    }

    .form-check .form-check-input {
        font-size: 22px;
    }

    /* ================= */

    .company-info h5, .company-info p {
        margin-bottom: 0px;
        font-size: 14px;
        
    }

    .company-info a{
        margin-bottom: 0px;
        font-size: 14px;
        color: black;
        text-decoration: underline ;
    }

    .program-company-cards {
        border: 0;
    /* border-radius: 5px; */
    padding: 18px;
    box-shadow: 0 0 5px #0000001f;
    border-radius: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .program-company-cards .logo {
        width: 70px;
        height: 70px;
        object-fit: cover;
        border-radius: 50%;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        display: flex;
    justify-content: center;
    align-items: center;
    }

    .program-uni-cards-major {
        box-shadow: 0 0 5px #0000001f;
    border-radius: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 0px;
    }

    .company-info-link-ankr {
        text-decoration: none !important;
    }

    .program-company-cards .logo img {
        width: 50px;
    height: 24px;
    }

    .program-company-cards:hover {
        border-color: var(--primary-color);
    }

    .program-uni-cards .accordion-item {
        border: 0;
        font-size: 14px;
    }
    .program-uni-cards .accordion-item p, a {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .program-uni-cards .accordion-button {
        background: none !important;
        font-size: 15px;
        border-bottom: 1px solid lightgray;
        border-radius: 0;
        box-shadow: none;
        outline: none;
        padding: 15px 0px;
    }


    .premium-packages-card .card {
        border: none !important;
        box-shadow: 0 0 5px #0000001f;
        height: 650px;
        border-radius: 0;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .premium-packages-card .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
     

    .premium-card {
        /* background-image: radial-gradient(circle, #00b4d8, #00b4d8 52% 100%, #00b4d8); */
        color: white !important;
        background: rgb(0,172,207);
background: radial-gradient(circle, rgba(0,172,207,1) 0%, rgba(0,207,204,1) 52%, rgba(0,172,207,1) 100%);
    }

    .premium-card h5  {
        color: white !important;
    }
    .premium-card p {
        color: white !important;
    }
    .premium-card .feature-items{
        color: white !important;
    }

    .premium-card-heading h5 {
        color: black;
        margin-top: 10px;
        margin-bottom: 8px;
        font-family: Ubuntu, sans-serif;
        font-size: 24px;
        line-height: 22px;
    }
    .premium-card-heading p {
        color: #747474;
        text-align: left;
        margin-bottom: 0;
    
        font-size: 16px;
        line-height: 24px;
    }
    .features-list {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 15px;

    }
    .features-list .feature-items {
        color: #262626;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 18px;
        display: flex;
        /* justify-content: center; */
        align-items: center;
        margin-bottom: 10px;
    }
    .premium-card-list a {
        text-align: center;
    background-color: var(--primary-color);
    border-radius: 6px;
    width: 216px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5rem;
    transition: all .3s;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
    color: white;
    box-shadow: 0 0 5px #0000001f;
    }

    .feature-items img {
        width: 15px;
        margin-right: 5px;
    }


    .premium-card-image {
        height: 140px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        
    }

    .premium-card-image img {
        max-width: 100%;
        max-height: 100%;
      
    }

    /* =================== register ====================== */
    /* =================================================== */

    .unique-progress-bar {
        margin-bottom: 15px;
      }
  
      .unique-progress-bar .progress {
        height: 4px !important;
      }
  
      .unique-step {
        display: none;
      }

      .registration-btn-custom .btn-custom {
        background: white;
        color: black;
        font-weight: 500;
        border-radius: 0;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        
      }

      .bachelor-label {
         
        transition: all 0.3s ease; 
        background-color: white;  
        border-radius: 0;
      }
      
      input[type="radio"]:checked + .bachelor-label {
        border-color: var(--primary-color); 
        background-color: #e7f1ff;  
        color: var(--primary-color);  
      }
      
      .bachelor-label:hover {
        border-color: var(--primary-color);  
      }
      
      input[type="radio"] {
        display: none; 
      }

      .registeration-from-inputs {
        height:42px;
    font-weight: 400;
    /* border: 0; */
    box-shadow: none !important;
    border: 1px solid lightgray;
    border-radius: 0;
    font-size: 16px;
      } 

      .form-submit-button {
        background-color: var(--primary-color);
        color: white;
        border-radius:3px   ;
        padding: 8px 10px;
        font-size: 17px;
        font-weight: 500;
        transition: all 0.1s linear;
        border: 2px solid var(--primary-color);
      }

      .form-submit-button:hover{
        border: 2px solid var(--primary-color);
        color: black;
      }

      .registeration-from-inputs:active{
        border: 2px solid var(--primary-color) !important;
       }
  
      .unique-step.active {
        display: block;
      }
  
      /* .unique-btn {
        margin-top: 20px;
      } */
  
      .unique-progress-bar .progress {
        height: 20px;
      }
  
      .bachelor:hover,
      .master:hover,
      .ls:hover {
        border: 1px solid var(--primary-color);
      }
  
      .discipline:hover {
        border: 1px solid var(--primary-color);
        font-weight: bold;
      }
      .discipline img {
        width: 28px;
      }

      .radio-options {
        position: absolute;
    top: 50%;
    left: 17%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    height: 17px;
    width: 17px;
    display: block !important;
      }
  
      #textarea:focus {
        border-color: var(--primary-color) !important;
        /* Apply blue border on focus */
        box-shadow: 0 0 5px #00b4d882;
        /* Optional: Add a soft blue glow */
      }
  
      #form-wrapper {
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
  
      form {
        width: 100%;
        max-width: 1500px;
      }
  
      #debt-amount-slider {
        display: flex;
        flex-direction: row;
        align-content: stretch;
        position: relative;
        width: 100%;
        height: 50px;
        user-select: none;
      }
  
      #debt-amount-slider::before {
        content: " ";
        position: absolute;
        height: 2px;
        width: 100%;
        width: calc(100% * (4 / 5));
        /* For 5 options, adjust this calculation accordingly */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: var(--primary-color);
      }
  
      #debt-amount-slider input,
      #debt-amount-slider label {
        box-sizing: border-box;
        flex: 1;
        user-select: none;
        cursor: pointer;
      }
  
      #debt-amount-slider label {
        display: inline-block;
        position: relative;
        width: 20%;
        height: 100%;
        user-select: none;
      }
  
      #debt-amount-slider label::before {
        content: attr(data-debt-amount);
        position: absolute;
        left: 50%;
        padding-top: 10px;
        transform: translate(-50%, 45px);
        font-size: 14px;
        letter-spacing: 0.4px;
        font-weight: 400;
        white-space: nowrap;
        opacity: 0.85;
        transition: all 0.15s ease-in-out;
      }
  
      #debt-amount-slider label::after {
        content: " ";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        border: 2px solid #000;
        background: #fff;
        border-radius: 50%;
        pointer-events: none;
        user-select: none;
        z-index: 1;
        cursor: pointer;
        transition: all 0.15s ease-in-out;
      }
  
      #debt-amount-slider label:hover::after {
        transform: translate(-50%, -50%) scale(1.25);
      }
  
      #debt-amount-slider input {
        display: none;
      }
  
      #debt-amount-slider input:checked+label::before {
        font-weight: 800;
        opacity: 1;
      }
  
      #debt-amount-slider input:checked+label::after {
        border-width: 4px;
        transform: translate(-50%, -50%) scale(0.75);
      }
  
      #debt-amount-pos {
        display: block;
        position: absolute;
        top: 50%;
        width: 12px;
        height: 12px;
        background: #000;
        border-radius: 50%;
        transition: all 0.15s ease-in-out;
        transform: translate(-50%, -50%);
        border: 2px solid #fff;
        opacity: 0;
        z-index: 2;
      }
  
      form:valid #debt-amount-slider input+label::before {
        transform: translate(-50%, 45px) scale(0.9);
        transition: all 0.15s linear;
      }
  
      form:valid #debt-amount-slider input:checked+label::before {
        transform: translate(-50%, 45px) scale(1.1);
        transition: all 0.15s linear;
      }
  
      .divider {
        border-top: 1px solid #ccc;
        margin: 20px 0;
      }
  
      .btn-custom {
        background: white;
        width: 100%;
        margin-bottom: 0px;
        padding: 10px 0px;
        color: black;
        font-weight: 600;
        transition: all 0.1s linear;
        margin-top: 0;
      }

      .btn-custom:hover {
        background-color: var(--primary-color);
        color: white;
      }
  
      .iti {
        position: relative;
        display: block;
      }
  
      .unique-btn {
        font-size: 13px;
        background-color: var(--primary-color);
        color: black;
        font-weight: 600;
        transition: all 0.1s linear;
        color: white;
        border-radius: 0;
      }

      .unique-btn:hover {
        border: 1px solid var(--primary-color);
     
      }
  
      .form-previous-btn {
        background-color: lightgray;
      }
  
      .register-steps-buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
       height: 100%;
        width: 35%;
  
      }
  
      .register-steps-buttons-main {
        height: 60px;
      background: white;
      border-top: 0.5px solid lightgray;
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      z-index: 99;
      }

      /* ====================== prem benefit cards ================== */

      .compare-package-card img {
        height: 60px;
        width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .compare-card {
        border: none !important;
        box-shadow: 0 0 5px #0000001f;
        border-radius: 0;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .compare-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
      }
      .compare-package-card .content h5 {
        color: #252525;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
      }

      .compare-package-card .content p {
        color: #252525;
        text-align: left;
        margin-bottom: 0;
        font-size: 17px;
        line-height: 27px;
      }

      .success-gurented {
        background: rgb(34,193,195);
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(34,137,195,1) 100%);
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border:1px solid var(--primary-color);
      }
      .success-gurented p {
        color: white;
        text-align: center;
        -webkit-text-stroke-color:var(--primary-color);
        margin-bottom: 0;
        font-size: 15px;
        line-height: 20px;
        display: inline;
      }


      /* ===================================================== */
      /* =========== auto crousel ================ */



      .custom-carousel-container {
        position: relative;
        width: 100%;
        overflow: hidden;
        background-color: #f8f9fa;
        /* display: none; */
    }

    /* Carousel Inner */
    .custom-carousel {
        display: flex;
        gap: 16px;
        transition: transform 0.5s ease-in-out;
    }

    /* Individual Slides */
    .custom-slide {
        min-width: 300px;
        flex-shrink: 0;
        background: white;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: center;
        padding: 16px;
        margin-bottom: 15px;
    }

    /* Images */
    .custom-image {
        width: 55px;
        height: 48px;
        border-radius: 5px;
        margin-bottom: 12px;
    }

    /* Slide Text */
    .custom-slide h3 {
        font-size: 18px;
        color: #333;
        margin: 8px 0;
    }

    .custom-slide p {
        font-size: 14px;
        color: #666;
        margin-bottom: 16px;
    }

    /* Logos */
    .custom-logo {
        width: 100px;
        margin-top: 8px;
    }

    /* Buttons */
    .carousel-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #007bff;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        transition: background-color 0.3s ease;
    }

    .carousel-button:hover {
        background-color: #0056b3;
    }

    .carousel-button.prev {
        left: 10px;
    }

    .carousel-button.next {
        right: 10px;
    }

    .premium-hero-content {
        height: 295px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .premium-hero-content h2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.3;
    }


  
      @keyframes spin {
        from {
          transform: rotate(0deg);
          width: 24px;
          opacity: 1;
          margin-right: 12px;
        }
  
        to {
          transform: rotate(360deg);
          width: 24px;
          opacity: 1;
          margin-right: 12px;
        }
      }


      @media only screen and (max-width:1024px) {
        .programs-cards-area .course-card h5 {
            font-size: 18px;
        }
        .programs-cards-area .program-link {
            font-size: 12px ;
         }
         .program-apply-button {
            font-size: 13px ;
         }
         .program-favrt-like {
            font-size: 20px;
         }
         .filter-accordians .accordion-button {
            font-size: 15px;
        }
        .filter-dropdown-label {
            font-size: 15px;
        }
        .accordion-body label {
            font-size: 14px; 
        }
      }


    @media (max-width: 768px) {
        .filter-modal {
            padding: 15px;
        }

        .filter-modal .form-check-label {
            font-size: 14px;
        }

        .filter-modal .btn-confirm {
            font-size: 14px;
            padding: 6px 12px;
        }

    }


    @media (max-width: 576px) {
        .register-steps-buttons {

            width: 90%;
        }

         

    }