* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
  
}


.container-fluid {
    margin: 0px !important;
    padding: 0px !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3A7DF7;
}


/* navlogo */
.logo {
    width: auto;
    height: 30px;
}

/* promotions */
.promotionalslickslider {
    width: 100%;
    height: 150px;
    /* Adjust height according to your design */
    /* margin: 0 auto; */
    /* background-image: url(Images/sliderb1.jpeg); */
}

.bg1slide {
    background-image: url(Images/sliderb1.jpeg);
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}




.banner {
    height: 300px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #ddd;
    transition: background-color 0.3s, transform 0.3s;
    margin: 0;
    /* Remove margin between columns */
}

.banner1 {
    background-image: url(./Images/banner1.webp);
    background-size: cover;
    height: 502px;
    /* background-color: #0e3051; */
    color: #0e3051;
    border: 1px solid #ddd;
    transition: background-color 0.3s, transform 0.3s;
    margin: 0;
    /* Remove margin between columns */
}

.banner1 .banner-content {
    margin-top: 80px;
    width: 70%;
}

/* .banner1:hover {
    background-color: #0e3051;
    transform: scale(1.05);
} */


.banner2 {
    background-image: url(./Images/Banner2.webp);
    background-size: cover;
    height: 502px;
    /* background: rgb(6, 41, 62); */
    /* background: linear-gradient(0deg, rgba(6, 41, 62, 1) 20%, rgba(16, 78, 115, 1) 85%); */
    color: white;
    border: 1px solid #ddd;
    transition: background-color 0.3s, transform 0.3s;
    margin: 0;
    /* Remove margin between columns */
}

.banner2 .banner-content {
    margin-top: 80px;
}

/* .banner2:hover {
    background-color: #0e3051;
    transform: scale(1.05);
} */

.banner3 {
    background-image: url(./Images/Banner3.webp);
    background-size: cover;
    height: 502px;
    /* background: rgb(6, 41, 62); */
    /* background: linear-gradient(0deg, rgba(6, 41, 62, 1) 20%, rgba(16, 78, 115, 1) 85%); */
    height: 502px;

    color: white;
    border: 1px solid #ddd;
    transition: background-color 0.3s, transform 0.3s;
    margin: 0;
}

.banner3 .banner-content {
    margin-top: 80px;
    float: right;
    text-align: right;
    color: black;
}

/* .banner3:hover {
    background-color: #e9ecef;
    transform: scale(1.05);
} */

.menu-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: #17498a;
    padding: 6px;
    color: white;
    border-radius: 24%;
}

.menu {
    display: none;
    position: absolute;
    top: 50px;
    right: 15px;
    background: rgb(145, 143, 143);
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.menu ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.menu ul li {
    padding: 5px 10px;
    cursor: pointer;
}

.menu ul li:hover {
    background: #f0f0f0;
}

/* Slick Slider Styles */
.slick-slide {
    margin: 0 15px;
}

.slick-slide img {
    width: 100%;
    border: 1px solid #ddd;
}




/* Media Queries */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    body {
        padding-top: 0px;
        margin: 0px !important;
        overflow-x: hidden;
    }

    .banner1 {
        background-image: url(./Images/banner1.webp);
        background-size: cover;
        height: 288px;
        /* background-color: #0e3051; */
        color: #0e3051;
        border: 1px solid #ddd;
        transition: background-color 0.3s, transform 0.3s;
        margin: 0;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .banner2 {
        background-image: url(./Images/Banner2.webp);
        background-size: cover;
        height: 288px;
        /* background: rgb(6, 41, 62); */
        /* background: linear-gradient(0deg, rgba(6, 41, 62, 1) 20%, rgba(16, 78, 115, 1) 85%); */
        color: white;
        border: 1px solid #ddd;
        transition: background-color 0.3s, transform 0.3s;
        margin: 0;
        /* Remove margin between columns */
    }

    .banner3 {
        background-image: url(./Images/Banner3.webp);
        background-size: cover;
        height: 288px;
        color: white;
        border: 1px solid #ddd;
        transition: background-color 0.3s, transform 0.3s;
        margin: 0;
    }

    .banner1:hover {

        transform: scale(1.05);
    }

    .banner2:hover {

        transform: scale(1.05);
    }

    .banner3:hover {

        transform: scale(1.05);
    }
}


/* Gradinet button of Banner */
.gradient-button {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    font-size: 15px;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    background: linear-gradient(45deg, #15426f, #06495f);
    transition: background 0.3s;
}

.gradient-button:hover {
    background: linear-gradient(45deg, #00bfff, #1e90ff);
}

.gradient-button i {
    margin-right: 10px;
}


/* find my college */
.step-card {
    cursor: pointer;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    border: 2px solid #007bff;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.step-card.active {
    background-color: #e9ecef;
}

.progress-container {
    position: relative;
    margin-bottom: 20px;
}

.progress-line {
    position: absolute;
    top: 50%;
    left: 0;
    height: 4px;
    background-color: #007bff;
    z-index: 0;
    transition: width 0.3s;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.progress-step {
    position: relative;
    padding: 10px;
    text-align: center;
    z-index: 1;
}

.step-indicator {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #007bff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.completed {
    background-color: #28a745;
}

.current {
    background-color: #ffc107;
}

.hidden {
    display: none;
}

.college-card {
    margin-bottom: 20px;
}

.progress-step .step-indicator::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #007bff;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.progress-step:last-child .step-indicator::after {
    width: 0;
}


.nav-pills .nav-link {
    color: #2f3c4e !important;
    margin: auto 15px;
    border: 1px solid #e9ecef;
}

.nav-pills .nav-link.active {
    background-color: #eeeeee !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 0 3px rgba(47, 60, 78, 0.15);
    box-shadow: 0 0 3px rgba(47, 60, 78, 0.15);
}

.nav-pills a .screenshot .title {
    font-size: 18px;
    color: #000;
}

/* Apply styles only on desktop screens */
@media (min-width: 768px) {

    /* Adjust the breakpoint as needed */
    ul.nav-pills {
        border-top: 1px solid grey;
        border-right: 1px solid grey;
        border-left: 1px solid grey;
        border-bottom: 5px solid rgb(15, 42, 122);
        border-radius: 4px 10px 25px 25px;
        height: 500px;
        /* Adjust height as needed */
        overflow-y: auto;
        /* Show vertical scrollbar */
        overflow-x: hidden;
        /* Hide horizontal scrollbar */
        scrollbar-width: thin;
        /* For Firefox */
        scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
        /* For Firefox */
    }

    /* Webkit browsers */
    ul.nav-pills::-webkit-scrollbar {
        width: 8px;
        /* Adjust width for thin scrollbar */
    }

    ul.nav-pills::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.3);
        /* Customize color */
        border-radius: 10px;
    }				

    ul.nav-pills::-webkit-scrollbar-track {
        background: transparent;
        /* Customize track color if needed */
    }
}


.comaparec {
    background: linear-gradient(180deg, hsla(37, 50%, 90%, 0), #f2e8d8);
}

.em {
    color: #c88c32;
}

.hat {
    width: 300px;
    height: 100%;
}

@media (max-width: 767.98px) {
    .nav-pills-horizontal {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .nav-pills-horizontal .nav-item {
        display: inline-block;
    }
}





/* scrolling university section */
.scroll-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* Hide scrollbar on IE and Edge */
    scrollbar-width: none;
    /* Hide scrollbar on Firefox */
}

.scroll-container::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar on Chrome, Safari, and Opera */
}

.box {
    width: calc(100% / 7 - 10px);
    /* 7 boxes per row */
    background-color: white !important;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-bottom: 5px solid #e89e26;
}

.box img {
    width: 70%;
    border-radius: 5px;
    height: auto;
    margin-top: 10px;
}

.box p {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 150%;
    margin-top: 10px;
}

.collegessection {
    padding: 50px 6%;
}

@media (max-width: 1200px) {
    .scroll-container {
        flex-wrap: nowrap;
        /* No wrapping, allow horizontal scrolling */
    }

    .box {
        min-width: 200px;
        /* Fixed width for scrolling on smaller screens */
    }
}

.customtabs {
    max-width: 100%;
    margin: auto;
    padding: 20px;
}

.custompills {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 1px 10px 10px 30px;

    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer and Edge */
}

.custompills::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.custompills-item {
    padding: 10px 15px;
    margin-right: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f1f1f1;
    text-align: center;
    flex: 0 0 auto;
    transition: background 0.3s ease;
    white-space: nowrap;
}

.custompills-item:hover {
    background: #e1e1e1;
}

.custompills-active {
    background: #007bff;
    color: white;
    border: 1px solid #007bff;
}

.customtab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    margin-top: 10px;
}

.customtab-active {
    display: block;
}


/* testimonial */
.testimonial-slider {
    width: 90%;
    /* max-width: 1200px; */
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    /* border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
}

.testimonial-item {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    gap: 20px;
    position: relative;
}

.testimonial-item::before {
    content: '\201C';
    /* Open quote */
    font-size: 80px;
    color: #3A7DF7;
    position: absolute;
    top: -20px;
    left: 20px;
    opacity: 0.1;
    z-index: 1;
}

.testimonial-item img {
    width: 220px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #3A7DF7;
    object-fit: cover;
    z-index: 2;
    position: relative;
}

.testimonial-text {
    max-width: 700px;
    /* Control text width */
    z-index: 2;
    position: relative;
}

.testimonial-text p {
    font-size: 16px;
    color: #555;
    margin: 0;
    line-height: 1.5;
}

.testimonial-text h3 {
    font-size: 20px;
    color: #3A7DF7;
    margin-top: 10px;
}

.slick-dots {
    bottom: -40px;
}

.slick-dots li button:before {
    color: #3A7DF7;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .testimonial-item {
        flex-direction: column;
        /* Stack vertically on mobile */
        text-align: center;
        padding: 20px;
    }

    .testimonial-item img {
        margin-bottom: 15px;
    }

    .top-left {
        top: -93px !important;
        left: -93px !important;
    }

    .bottom-right {
        bottom: -77px !important;
        right: -95px !important;
    }

    .testimonial-item img {
        width: 120px;
        height: 100px;
        border-radius: 50%;
        border: 5px solid #3A7DF7;
        object-fit: cover;
        z-index: 2;
        position: relative;
    }
}

/* Custom styles for the provided section */
.custom-section {
    padding: 4rem 1rem;
    text-align: center;
    background-image: url('https://mdbcdn.b-cdn.net/img/Photos/Others/background2.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.custom-section .card {
    background: rgba(0, 0, 0, 0.5);
    /* Dark overlay for readability */
    border: none;
    border-radius: 10px;
    padding: 1rem;
}

.custom-section .card img {
    border-radius: 50%;
    border: 5px solid #3A7DF7;
    margin-bottom: 1rem;
}

.custom-section .card-body p {
    color: #ddd;
}

.custom-section .card-body h3 {
    color: #3A7DF7;
}


/* why us */
.whyus {
    position: relative;
    padding: 40px;
    /* Adjust padding to fit content and SVGs */
}

.svg-container {
    position: absolute;
    width: 256px;
    /* Match the SVG width */
    height: 256px;
    /* Match the SVG height */
    z-index: 0;
    /* Place behind the content */
}

.top-left {
    top: -83px;
    left: -73px;
}

.bottom-right {
    bottom: -100px;
    right: -80px;
    transform: rotate(0deg);
    /* Ensure no rotation */
}

.container {
    position: relative;
    z-index: 1;
    /* Ensure content is above SVGs */
}

.whyusinnersection {
    padding: 20px;
}

.whyuspointer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Center vertically */
    align-items: center;
    /* Center horizontally */
    text-align: center;
    /* Ensure text is centered */
    height: 100%;
    /* Adjust height as necessary */
    padding: 0px;
    /* Adjust padding as necessary */

}

.whyuscircle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #00008C;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 2px;
}

.whyuscircle h3 {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    text-align: center;
}

.whyuspointer h2 {
    font-size: 18px;
    font-weight: 600;
}

.innercont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: 0 auto;
}

.whus {
    background: #dfdede66;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
}

/* Default styling for larger screens */
.whyus-slider .whyuspointer {
    display: inline-block;
    width: 100%;
    /* Adjust as needed */
}

.smallheading {
    font-size: 15px;
    color: red;
    font-weight: 700;
}

.mainwhyheading {
    font-size: 40px;
    color: #0c2d50;
    font-weight: 800;
    margin: 05px 0px 20px 0px;
}


/* Slick slider will only activate on phone screens */
@media (max-width: 767px) {
    .whyus-slider {
        display: block;
    }

    .innercont {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        margin: 0 auto;
    }

    .whyimg {
        display: none !important;
    }

    .whyusinnersection {
        padding: 7px !important;
    }

    .mainwhyheading {
        font-size: 22px !important;
        color: #0c2d50;
        font-weight: 800;
        margin: 05px 0px 20px 0px;
    }

    .whyuspointer h2 {
        font-size: 16px !important;
        font-weight: 600;
    }

    .ondesktop {
        display: nonex;
    }

    .noctaimg{
        display: none!important;
    }

    .ctatoppad{
        border: 1px solid red;
        background: blue;
        padding: 40px;
        text-align: center;
    }




}


/* Form */
.lead-form-container {
    padding-top: 10px !important;
    padding-bottom: 80px !important;
}

.lead-form-section {
    padding: 40px;
    background-color: #e9e9e9a3;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    text-align: center;
}

.lead-form-section h2 {
    color: #2c3e50;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 28px;
}

.lead-form-sectionn h2 .em {
    color: #e74c3c;
}

.form-group>label {
    color: #95a5a6;
}

.form-control:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
}

.company-details {

    color: #fff;
    /* Text color for better visibility */

    border-radius: 8px;
    /* Rounded corners for better aesthetics */
    max-width: 400px;
    /* Max width for the container */
    text-align: center;
    /* Center text inside the container */
}

.centered-container {
    height: 50vh;
    /* Full viewport height */
    display: flex;
    align-items: center;
    /* Center vertically */
    justify-content: center;
    /* Center horizontally */
}

.btn-primary {
    background-color: #3498db;
    border-color: #3498db;
    padding: 10px 20px;
    border-radius: 25px;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #2980b9;
    border-color: #2980b9;
}

.company-details {
    background-image: url('your-background-image.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
}

.company-details h3 {
    color: #ecf0f1;
    margin-bottom: 20px;
    font-weight: bold;
}

.company-details p,
.company-details a {
    color: #bdc3c7;
}

.company-details a {
    text-decoration: underline;
}

.company-details a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {

    .lead-form-section,
    .company-details {
        border-radius: 0;
    }
}

#dynamicField {
    display: none;
}

/* Popular in demand course */
.css-15x7hvo {
    margin: 0px;
    letter-spacing: -0.00833em;

    color: rgb(218, 33, 40) !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 25px !important;
}

.css-y51hpq {
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
}


/* alumani slider */
#alumnaislidercustom {
    width: 100%;
    overflow: hidden; /* Hide overflow for smooth scrolling */
}

#alumnaislidercustom .slick-slide {
    margin: 0 10px; /* Add horizontal space between slides */
}

#alumnaislidercustom img {
    width: 100%;
    height: auto;
    border: 1px solid rgb(239, 238, 238); /* Border to visually separate images */
    padding: 10px; /* Padding inside the border */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    border-radius: 10px;
}

@media (min-width: 960px) {
    .css-y51hpq {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.css-12xs882 {
    margin: 0px;
    line-height: 44px;
    letter-spacing: -0.00833em;

    color: rgb(0, 0, 140);
    font-weight: 600;
    font-size: 36px;
}


@media (min-width: 1600px) {
    .css-1qtc63v {
        width: 90%;
    }
}

.custom-card {
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    /* Added padding to match Bootstrap's card padding */
    width: 14rem;
    /* Set width for the custom card */
}

.icon-circle {
    width: 50px;
    height: 43px;
    border-radius: 50%;
    background-color: #001B8B;
    /* Adjust color as needed */
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle i {
    color: white;
    /* Icon color */
    font-size: 24px;
}

.card-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
    /* Removes margin under title */
}

.card-text {
    font-size: 0.9rem;
    margin-bottom: 0;
    /* Removes margin under text */
}

.d-flex.align-items-center {
    gap: 15px;
    /* Adds space between icon and text */
}


@media (max-width: 767px) {
    .ondesktop {
        display: none;
    }

}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .onphone {
        display: none;
    }

    .socialdoc {
        margin-top: 50px;
    }

    .ctatoppad {
        position: relative;
        top: 50px;
        background: #00008c;
        border-radius: 20px;
    
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .onphone {
        display: none;
    }

    .socialdoc {
        margin-top: 50px;
    }

    .ctatoppad {
        position: relative;
        top: 50px;
        background: #00008c;
        border-radius: 20px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .onphone {
        display: none;
    }

    .socialdoc {
        margin-top: 50px;
    }

    .ctatoppad {
        position: relative;
        top: 50px;
        background: #00008c;
        border-radius: 20px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .onphone {
        display: none;
    }

    .socialdoc {
        margin-top: 50px;
    }

    .ctatoppad {
        position: relative;
        top: 50px;
        background: #00008c;
        border-radius: 20px;
    }
}

/* chatbot */
        /* Animation for the chat button */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Styles for the chat button */
        #chatButton {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #007bff; /* Primary button color */
            color: white;
            border: none;
            border-radius: 50%;
            padding: 15px;
            font-size: 24px;
            cursor: pointer;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            animation: fadeInUp 0.6s ease-out; /* Apply animation */
        }

        /* Styles for the chat form */
        #chatForm {
            display: none; /* Hidden by default */
            position: fixed;
            bottom: 80px; /* Position the form above the button */
            right: 20px;
            width: 300px;
            background-color: #fff;
            border: 1px solid #ccc;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            padding: 15px;
        }

        /* Close button styles */
        #closeButton {
            position: absolute;
            top: 10px;
            right: 10px;
            background: none;
            border: none;
            font-size: 20px;
            cursor: pointer;
            color: #aaa;
        }

        #closeButton:hover {
            color: #333;
        }

        #chatForm input,
        #chatForm textarea {
            width: 100%;
            margin-bottom: 10px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
        }

        #chatForm button {
            background-color: #007bff; /* Button color */
            color: white;
            border: none;
            padding: 10px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
        }

        #chatForm button:hover {
            background-color: #0056b3; /* Darker button color on hover */
        }

        /* Tooltip bubble */
        #chatTooltip {
            position: fixed;
            bottom: 80px; /* Position the bubble above the button */
            right: 70px;
            background-color: #007bff;
            color: white;
            padding: 10px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 999;
            font-size: 14px;
            animation: fadeInUp 0.6s ease-out; /* Apply animation */
        }

        /* Tooltip arrow */
        #chatTooltip::after {
            content: '';
            position: absolute;
            top: 50%;
            right: -10px;
            transform: translateY(-50%);
            border-width: 10px;
            border-style: solid;
            border-color: transparent transparent transparent #007bff;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            #chatForm {
                width: calc(100% - 40px); /* Full-width form on small screens */
                bottom: 60px; /* Adjust bottom position for smaller screens */
            }

            #chatTooltip {
                right: 60px;
            }
        }



        /* courses and college csss */

        .banimg {
            width: auto !important;
            height: 100% !important;
            object-fit: cover !important;
        }
    
        .css-1q5xkce {
            width: 100%;
            position: absolute;
            bottom: 0px;
            top: 0px;
            background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 3%, rgba(255, 255, 255, 0.8) 11%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, 0) 100%);
        }
    
        .css-n6tcva {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }
    
        .css-i13fls {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            height: 3px;
            background: #00008c;
        }
    
        .css-wfwisg {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            height: 3px;
            background: #d92128;
        }
    
    
        /* Main Sections */
        /* LI Navigation Row */
        .nav-section {
            background-color: #f8f9fa;
            padding: 10px 0;
            position: sticky;
            top: 93px;
            z-index: 1000;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            overflow-x: auto;
            /* Enable horizontal scrolling */
        }
    
        .nav-section ul {
            display: flex;
            justify-content: flex-start;
            /* Align items to the left */
            list-style: none;
            padding: 0;
            white-space: nowrap;
            /* Prevent line breaks */
        }
    
        .nav-section ul li {
            margin: 0 15px;
        }
    
        .nav-section ul li a {
            text-decoration: none;
            font-weight: bold;
            color: #007bff;
            padding-bottom: 5px;
            position: relative;
        }
    
        .nav-section ul li.active a {
            color: #0056b3;
        }
    
        .nav-section ul li.active a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 2px;
            background-color: #0056b3;
        }
    
    
        /* Section Styles */
        section {
            padding: 50px 0;
            border-bottom: 1px solid #ddd;
        }
    
        /* For demonstration, give each section a different background color */
        #overview {
            border-bottom: 1px solid grey;
        }
    
        #content {
            border-bottom: 1px solid grey;
        }
    
        #highlights {
            border-bottom: 1px solid grey;
        }
    
        #details {
            border-bottom: 1px solid grey;
        }
    
        #chairperson {
            border-bottom: 1px solid grey;
        }
    
        #certificate {
            border-bottom: 1px solid grey;
        }
    
        #howitworks {
            border-bottom: 1px solid grey;
        }
    
        #datefees {
            border-bottom: 1px solid grey;
        }
    
        #faqs {
            border-bottom: 1px solid grey;
        }
    
        .accordion .card-header:after {
            font-family: 'FontAwesome';
            content: "\f068";
            float: right;
        }
    
        .accordion .card-header.collapsed:after {
            /* symbol for "collapsed" panels */
            content: "\f067";
        }
    
    
    
        ul.arrowul {
            list-style-type: none;
            padding-left: 0;
        }
    
        ul.arrowul li#arrowidli {
            position: relative;
            padding-left: 20px;
            margin-bottom: 10px;
            font-size: 16px;
        }
    
        ul.arrowul li#arrowidli::before {
            content: '\2192';
            /* Unicode for right arrow */
            position: absolute;
            left: 0;
            color: red;
        }
    
        .css-fc9yon {
            width: 200px;
            height: 200px;
            border-width: 2px;
            border-style: solid;
            border-image: initial;
            border-color: rgb(208, 208, 213) red;
            border-radius: 50%;
            transform: rotateZ(45deg);
            padding: 10px;
            margin: 0px;
            display: flex;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center;
        }
    
        .css-fc9yon img {
            width: 170px;
            height: 170px;
            object-fit: contain;
            border-radius: 50%;
            transform: rotateZ(-45deg);
        }
    
        .more-content {
            display: none;
        }
    
        .read-more,
        .read-less {
            color: blue;
            cursor: pointer;
            text-decoration: underline;
        }
    
        /* Custom styles */
        .custom-certificate-container {
            position: relative;
            display: inline-block;
            margin-top: 20px;
        }
    
        .custom-certificate-thumbnail {
            width: 300px;
            /* Adjust as needed */
            height: auto;
            cursor: pointer;
            /* Change cursor to pointer */
        }
    
        .custom-modal {
            display: none;
            /* Hide modal by default */
            position: fixed;
            z-index: 1001;
            /* Sit on top */
            left: 0;
            top: 0;
            width: 100%;
            /* Full width */
            height: 100%;
            /* Full height */
            overflow: auto;
            /* Enable scroll if needed */
            background-color: rgb(0, 0, 0);
            /* Fallback color */
            background-color: rgba(0, 0, 0, 0.7);
            /* Black w/ opacity */
        }
    
        .custom-modal-content {
            background-color: #fefefe;
            margin: 9% auto;
            padding: 22px;
            border: 1px solid #888;
            width: 80%;
        }
    
        .custom-modal-content img {
            width: 100%;
            /* Make the image responsive */
            height: auto;
        }
    
        .custom-close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }
    
        .custom-close:hover,
        .custom-close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }
    
        .css-gs2smq {
            box-sizing: border-box;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            background: #ffffff;
            box-shadow: -2px 1px 15px rgba(0, 0, 0, 0.11);
            border-radius: 8px;
            padding: 1rem;
            height: 250px;
        }
    
        .css-1geaff8 {
            text-align: center;
            width: 24px;
            height: 24px;
            background: #d92128;
            border-radius: 100%;
            color: #fff;
        }
    
        .css-1q2lbmy {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
        }
    
        .css-1gew2j4 {
            width: 90px;
            height: 90px;
            margin: 10px 0;
        }
    
        .css-1gew2j4 img {
            width: 90px;
            height: 90px;
        }
    
        .css-92wv6i {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            text-align: center;
        }
    
        .css-12tbczn {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    
        .course-section {
            background-color: #0a1e8c;
            color: white;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 20px;
        }
    
        .course-section h5 {
            margin-bottom: 20px;
        }
    
        .btn-enroll {
            background-color: #e53935;
            color: white;
            border: none;
            border-radius: 5px;
            padding: 10px 20px;
        }
    
        .btn-enroll:hover {
            background-color: #c62828;
        }
    
        .consult-section {
            background-color: #f9f9f9;
            border-radius: 10px;
            padding: 20px;
        }
    
        .btn-consult {
            background-color: #ff6347;
            color: white;
            border: none;
            border-radius: 5px;
            padding: 10px 20px;
        }
    
        .btn-consult:hover {
            background-color: #e05239;
        }
    
        .consult-section .icon {
            color: red;
            font-size: 20px;
        }
    
        /* media queryies */
        @media (max-width: 767px) {
    
            .nav-section {
                overflow-x: auto;
                /* Ensure horizontal scroll is enabled */
            }
    
            .nav-section ul {
                flex-wrap: nowrap;
                /* Prevent items from wrapping */
            }
    
            .notonphone {
                display: none;
            }
    
            /* Your CSS styles for mobile here */
            .mobileheading {
                font-size: 26px;
            }
        }
		

.input-error{
	background-color: #ffe5e5;
    border: 1px solid #ff0000;
}