/* layoutdashboard */
button#dropdownMenuButton {
    background: #1D71B7;
    border: none;
    padding: 10px 20px;
}

.header-dashboard {
    background-color: #1D71B7;
    padding: 15px 9%;
}

.header-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.header-list li {
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease;
    /* Smooth hover and active effects */
}

.header-list li:hover {
    color: #FF7E03;
}

.header-list li.active {
    /* color: #FFDD44; */
}


/*    Home      */
.home-main {
    margin-top: 2%;
}

.home-main h3 {
    font-weight: 600 !important;
    font-size: 45px !important;
}

.home-main h5 {
    color: #1A1A1A !important;
    font-weight: 500 !important;
    font-size: 25px !important;
}

.home-main p {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #1A1A1A !important;
}


.about-page h3 {
    font-weight: 600 !important;
    font-size: 45px !important;
}

.about-page h5 {
    color: #1A1A1A !important;
    font-weight: 500 !important;
    font-size: 25px !important;
}

.about-page p {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #1A1A1A !important;
}

/* Hero Section */
.ho-hero {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.ho-hero-text {
    flex: 1;
    position: relative;
    /* padding: 20px; */
}

.ho-hero-text::before,
.ho-hero-text::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    /* Keep it behind the text */
}

/* Dot */
.ho-hero-text::before {
    width: 10px;
    height: 10px;
    background-color: #6D39E9;
    top: -7%;
    left: 50%;
}

/* Star */
.ho-hero-text::after {
    width: 20px;
    height: 20px;
    background: url('https://img.icons8.com/ios-filled/50/ff5722/star.png') no-repeat center;
    background-size: contain;
    bottom: -10px;
    right: -10px;
}

.ho-hero-text h1 {
    font-weight: 500;
    line-height: 1.2;
}

.ho-hero-text span {
    color: #FF7D00;
}

.ho-hero-text p {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 400;
    color: #4E5566;
}

.ho-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #FF7D00;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.ho-btn:hover {
    color: white;
    background-color: #1D71B7;
    border-color: var(--bs-btn-hover-border-color);
}

.ho-hero-video {
    flex: 1;
    position: relative;
}

.ho-hero-video img {
    width: 100%;
}

.ho-hero-video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ho-hero-video a img {
    width: 30px;
}

/* Decorative Elements */
.decorative {
    position: absolute;
    z-index: -1;
}

.star {
    width: 15px;
    height: 15px;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.decorative.star1 {
    background: #1A906B;
    top: 25%;
    left: 5%;
}

.decorative.star2 {
    background: #FFC27A;
    top: 31%;
    left: 45%;
}

.decorative.dot1 {
    background: #ED4459;
    left: 2%;
    bottom: 40%;
}

.decorative.dot2 {
    bottom: 20%;
    background: #6D39E9;
    right: 30%;
}

/* Course Calendar Section */
.ho-course-calendar {
    padding: 20px 0;
    margin-top: 4%;
}

.ho-course-info {
    flex: 1 1 50% !important;
    /* padding: 20px !important; */
}

.ho-course-info h3 {
    color: #0056b3;
}

.ho-course-info span {
    color: #FF7D00;
}

.ho-course-info h5 {
    margin-top: 10px;
    color: #1A1A1A;
    font-weight: 400;
    font-size: 25px;
}

.ho-course-info p {
    font-size: 18px;
    margin: 15px 0;
    font-weight: 400;
    color: #1A1A1A;
}

.ho-course-info .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff5722;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}

.ho-calendar {
    flex: 1 1 50%;
    padding: 20px;
}

span.ho-clock {
    font-weight: 500;
    color: #1A1A1A99;
    padding-left: 8px;
}

.ho-address {
    position: relative;
    width: 100%;
}

.ho-address select {
    width: 90%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    appearance: none;
    /* Remove default dropdown styling */
    background: #fff url('https://img.icons8.com/ios-filled/10/000000/expand-arrow.png') no-repeat right 10px center;
    background-size: 16px;
    box-shadow: 0px 4px 6px #0000001A;
    /* Added box shadow */
}

.ho-address select:focus {
    outline: none;
    border-color: #FFB167;
    box-shadow: 0px 4px 8px rgba(255, 87, 34, 0.5);
    /* Updated focus box shadow */
}

.ho-custom-dropdown {
    position: relative;
    margin-top: 5%;
    max-width: 500px;
}

.ho-dropdown-btn {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0px 4px 6px #0000001A;
}

.ho-dropdown-btn i {
    color: #1A1A1AB2;
    margin-right: 10px;
}

.ho-dropdown-arrow {
    font-size: 1rem;
    margin-left: auto;
    color: #1A1A1AB2 !important;
    /* Black arrow color */
    transition: transform 0.3s ease;
    /* Smooth transition for rotation */
}

.ho-dropdown-list {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 4px 6px #0000001A;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 10;
}

.ho-dropdown-list li {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ho-dropdown-list li:hover {
    background: #f5f5f5;
}

.ho-dropdown-list li i {
    color: #1A1A1AB2;
}

.ho-morebtn {
    display: inline-block;
    padding: 12px 70px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    background: radial-gradient(circle, rgba(255, 172, 91, 1) 0%, rgba(255, 125, 0, 1) 100%);
    color: rgba(255, 255, 255, 1);
    /* White text color */
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional shadow for depth */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    /* Smooth hover effect */
}

.ho-morebtn:hover {
    transform: scale(1.05);
    /* Slightly enlarge on hover */
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    /* Stronger shadow on hover */
}

.ho-morebtn .icon-star {
    color: rgba(255, 255, 255, 1);
    /* Ensures ✨ stays white */
    font-size: 18px;
    /* Adjust font size for the icon if needed */
    margin-left: 5px;
    /* Space between text and icon */
    vertical-align: middle;
    /* Align with the text */
}

.ho-ex-more {
    text-align: center;
    margin-top: 5%;
}

/* <!-- why-choose Section --> */

.ho-why-choose {
    padding: 50px 20px;
    text-align: center;
}

.ho-why-choose-title {
    color: #FF7D00;
    position: relative;
    /* display: inline-block; */
    margin-bottom: 30px;
}

.ho-why-choose-title .ho-highlight {
    color: #2564D3;
}

.ho-why-choose-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.ho-why-choose-image {
    position: relative;
    flex: 1;
}

.ho-why-choose-image img {
    /* width: 100%; */
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.decoration-star {
    position: absolute;
    top: 10px;
    left: -20px;
    font-size: 24px;
    color: #FFAC5B;
}

.decoration-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.blue-dot {
    background-color: rgba(249, 71, 93, 1);
    left: 50%;
    height: 15px;
    width: 15px;
    top: -12%;
}

.red-dot {
    background-color: rgba(109, 57, 233, 1);
    right: -22px;
    height: 30px;
    width: 30px;
    bottom: 50%;
}

.green-dot {
    background-color: #00CBAA;
    bottom: -18px;
    left: 40px;
    height: 20px;
    width: 20px;
}

.ho-why-choose-details {
    flex: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.ho-detail-item {
    background-color: #F8F8F8;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
}

.ho-detail-item:hover {
    transform: translateY(-10px);
}

.ho-detail-item .icon {
    font-size: 36px;
    margin-bottom: 10px;
}

.ho-icon img {
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
}

.ho-detail-item h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    color: rgba(29, 32, 38, 1);
}

.ho-detail-item p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(110, 116, 133, 1);
}

/* Different background colors for each box */
.box1 {
    background-color: rgba(235, 235, 255, 1);
    /* Light purple */
}

.box2 {
    background-color: rgba(255, 242, 229, 1);
    /* Light orange */
}

.box3 {
    background-color: rgba(255, 238, 232, 1);
    /* Light peach */
}

.box4 {
    background-color: rgba(225, 247, 227, 1);
    /* Light green */
}

/* slick slider home why-choose Section */
.home-slider {
    background-color: #FAF5F3;
    width: 100%;
    padding: 30px 30px;
    display: block;
    /* margin: 30px 0; */
}

.home-slider h3 {
    text-align: center;
}

.ho-collection {
    background-color: #FFFFFF;
    text-align: center;
    padding: 0 13px;
    margin: 0 15px;
}

.slick-slide img {
    display: initial !important;
    border-radius: 20px;
    margin: 0px 0px;
    object-fit: cover;
}



/* About-main */
.about-main {
    background-image: url(/assets/images/Frame1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 21%;
    padding: 50px 20px 0 20px;
}

.about-section-top {
    text-align: center;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.about-section-top h5 {
    text-transform: uppercase;
    margin-top: 2%;
}

.about-section-top p {
    padding: 25px 12%;
}

.gradient-hr {
    height: 2px;
    border: none;
    background: radial-gradient(circle, rgba(66, 133, 244, 1) 0%, rgba(66, 133, 244, 0) 100%);
    margin: 20px auto;
    width: 80%;
}

.ab-ex-more {
    text-align: center;
    padding: 2% 0;
}

.ab-morebtn {
    border-radius: 50px;
    display: inline-block;
    padding: 12px 70px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: radial-gradient(circle, rgba(68, 135, 244, 1) 0%, rgba(29, 113, 183, 1) 100%);
    box-shadow:
        inset 0 4px 6px rgba(255, 255, 255, 0.25),
        /* inner shadow */
        inset 0 -4px 6px rgba(0, 0, 0, 0.25),
        /* inner shadow */
        0 4px 6px rgba(255, 255, 255, 0.1),
        /* drop shadow */
        0 4px 20px rgba(215, 236, 254, 1);
    /* drop shadow */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ab-morebtn:hover {
    background: radial-gradient(circle, rgba(68, 135, 244, 0.9) 0%, rgba(29, 113, 183, 0.9) 100%);
    box-shadow:
        inset 0 4px 6px rgba(255, 255, 255, 0.3),
        inset 0 -4px 6px rgba(0, 0, 0, 0.3),
        0 4px 6px rgba(255, 255, 255, 0.2),
        0 4px 20px rgba(215, 236, 254, 1.2);
    transform: scale(1.05);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}

.about-goals-vision {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.about-goal-vision-box img {
    width: 100%;
    border-radius: 8px;
    margin-top: 15px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.about-vertical-line {
    width: 5px;
    background-color: #FF7D00;
    height: auto;
    align-self: stretch;
    position: relative;
}

.about-goal-vision-box {
    flex: 1;
    position: relative;
    padding: 5% 20px;
}

.about-goal-vision-box h4 {
    font-size: 40px;
    font-weight: 700;
    color: rgba(255, 125, 0, 1);
    margin-bottom: 15px;
}

.about-goal-vision-box p {
    /* word-spacing: 5px;
    line-height: 1.6;
    letter-spacing: 0.5px; */
}

/* Horizontal line with dot */
.about-horizontal-line-with-dot {
    display: flex;
    align-items: center;
    position: relative;
    bottom: 40px;
    right: 52px;
}

.about-horizontal-line-with-dot .about-line {
    width: 250px;
    height: 3px;
    background-color: #1D71B7;
    border: none;
    margin: 0;
    opacity: 1;
}

.about-horizontal-line-with-dot .about-dot {
    width: 20px;
    height: 20px;
    background-color: #1D71B7;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.about-horizontal-line-with-dot::before {
    content: '';
    background-image: url(/assets/images/men.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 350px;
    height: 350px;
    position: absolute;
    left: 98%;
    transform: translateX(-50%);
    z-index: 2;
    display: block;
    bottom: -88px;
}

/* Horizontal line with dot2 */
.about-horizontal-line-with-dot2 {
    display: flex;
    align-items: center;
    position: relative;
    top: -80px;
    left: 63%;
}

.about-horizontal-line-with-dot2 .about-line {
    width: 250px;
    height: 3px;
    background-color: #1D71B7;
    border: none;
    margin: 0;
    opacity: 1;
}

.about-horizontal-line-with-dot2 .about-dot {
    width: 20px;
    height: 20px;
    background-color: #1D71B7;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.about-horizontal-line-with-dot2::before {
    content: '';
    background-image: url(/assets/images/healthcare_2382533.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    transform: translateX(-50%);
    z-index: 2;
    display: block;
    left: 60%;
    bottom: -10px;
}

/* Horizontal line with dot3 */
.about-horizontal-line-with-dot3 {
    display: flex;
    align-items: center;
    position: relative;
    top: 70px;
    right: 52px;
}

.about-horizontal-line-with-dot3 .about-line {
    width: 250px;
    height: 3px;
    background-color: #1D71B7;
    border: none;
    margin: 0;
    opacity: 1;
}

.about-horizontal-line-with-dot3 .about-dot {
    width: 20px;
    height: 20px;
    background-color: #1D71B7;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.about-horizontal-line-with-dot3::before {
    content: '';
    background-image: url(/assets/images/hypoallergenic.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    transform: translateX(-50%);
    z-index: 2;
    display: block;
    right: 99%;
}

/* Horizontal line with dot4 */
.about-horizontal-line-with-dot4 {
    display: flex;
    align-items: center;
    position: relative;
    top: 18px;
    left: 63%;
}

.about-horizontal-line-with-dot4 .about-line {
    width: 250px;
    height: 3px;
    background-color: #1D71B7;
    border: none;
    margin: 0;
    opacity: 1;
}

.about-horizontal-line-with-dot4 .about-dot {
    width: 20px;
    height: 20px;
    background-color: #1D71B7;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.about-horizontal-line-with-dot4::before {
    content: '';
    background-image: url(/assets/images/better-health.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    transform: translateX(-50%);
    z-index: 2;
    display: block;
    left: 60%;
}

/* slick slider About Our Accreditations */
.ab-slider {
    background-color: #FAF5F3;
    width: 100%;
    padding: 60px 30px;
    display: block;
}

.ab-slider h3 {
    padding: 20px 0;
    text-align: center;
}

.ab-collection {
    margin: 5px 15px 10px 10px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    text-align: center;
    padding: 25px 15px;
}

.slick-slide img {
    display: initial !important;
    border-radius: 20px;
    margin: 0px 0px;
    object-fit: cover;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #1D71B7 !important;
    font-size: 12px;
}

.slick-dots {
    bottom: -60px !important;
    width: 100%;
    list-style: none;
    text-align: center;
}

.empowering {
    background-image: url(/assets/images/Frame101.png);
    background-repeat: no-repeat;

}


/* contact */
.contact-section-top {
    text-align: center;
    padding: 30px;
}

.contact-section-top h5 {
    margin-top: 2%;
}

.cont-get-in-touch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin: 20px 0;
}

.contact-card {
    display: flex;
    flex: 1;
    background: #fff8f4;
    border-radius: 10px;
    padding: 20px;
    /* text-align: center; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    gap: 20px;
    height: 106px;
}

.contact-card:nth-child(2) {
    background: #e9f3ff;
    /* Blue background for phone */
}

.contact-icon {
    font-size: 24px;
    margin-bottom: 10px;
    color: #ff6600;
    /* Orange for icons */
}

.contact-card p {
    margin: 0;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.contact-section-top {
    text-align: center;
    margin-bottom: 30px;
}

/* contact-location */
.contact-directly {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    padding: 40px;
    border-radius: 10px;
    margin: 5% 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form {
    flex: 1;
    max-width: 600px;
}

.contact-form h2 {
    font-size: 50px;
    font-weight: 700;
    color: #0066cc;
    padding-bottom: 10px;
}

.contact-form .contact-highlight {
    color: #ff6600;
}


.contact-form-row {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.contact-form-group {
    flex: 1;
    margin-bottom: 20px;
}

.contact-form-group label {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.contact-form-group input,
.contact-form-group textarea {
    border: none;
    /* Remove all borders */
    border-bottom: 2px solid #676767;
    /* Add only the bottom border */
    outline: none;
    /* Remove the default focus outline */
    width: 100%;
    /* Optional: Adjust width as needed */
    padding: 5px 0;
    /* Add spacing inside the input */
    font-size: 16px;
    /* Adjust font size */
    color: #333;
    /* Set text color */
    background: transparent;
    /* Make the background transparent */
}

.contact-form-group textarea {
    resize: none;
    height: 100px;
}

.contact-form-group.full-width {
    flex: 1 100%;
}

.contact-social-icons {
    display: flex;
    gap: 25px;
}

.contact-social-icons a {
    color: #ff6600;
    font-size: 30px;
    transition: color 0.3s ease;
    border: 1px solid #ff6600;
    border-radius: 50%;
    padding: 1px 10px
}

.contact-social-icons a:hover {
    color: #1D71B7;
    border: 1px solid #1D71B7;
}

.cont-msg {
    text-align: right;
    /* Align the button to the right */
    margin-bottom: 20px;
    /* Add spacing below the button */
}

.contact-location {
    flex: 1;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}



/* Certificate Verification */
.cert-page {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.cerify-page p {
    font-size: 18px;
    font-weight: 400;
    color: #1A1A1A;
}

.certificates {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    width: 100%;
    max-width: 1000px;
}

.certificates img {}

.verification-section {
    margin-top: 20px;
}

.verification-section h1 {
    font-size: 56px;
    color: #111111;
    font-weight: 500;
}

.verification-section .highlight {
    color: #ff6600;
}

.highlightt {
    color: #1D71B7;
}

.verification-section p {
    margin-top: 20px;
}

p.cer-ern {
    font-size: 36px;
    color: #111111;
    font-weight: 500;
}

.cer-email-verify h2 {
    font-size: 50px;
    font-weight: 700;
    color: #0066cc;
    padding-bottom: 10px;
}

.cer-email-verify .cert-highlight {
    color: #ff6600;
}

.cert-email-verify-section {
    margin: 40px 0;
    padding: 25px 40px;
    background-color: #F5F7FA;
    border-radius: 10px;
}


.cert-email-verify-section label {
    margin-top: 10px;
    margin-bottom: 5px !important;
    color: #030E1F;
    margin-right: 10%;
    min-width: 200px;
    font-weight: 500;
}

.cert-email-verify-section input,
.cert-email-verify-section select {
    padding: 15px;
    border: none;
    border-radius: 5px;
    width: 100%;
    /* Make inputs full width */
}

.year-options input[type="radio"] {
    width: auto;
    /* Override the full width for radio buttons */
}

.next-btn {
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    padding: 10px 40px;
    background-color: #1C1E53;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.cert-btn {
    text-align: center;
}

.cert-form-group {
    display: flex;
    align-items: center;
    margin-bottom: 30px !important;
}

.year-options ul {
    margin: 0;
    gap: 74px;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
}

.search-refer-container {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between elements */
}

.search-container-refer {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px;
}

.search-container-refer input {
    border: none;
    outline: none;
    padding: 5px;
}

.search-container-blogs {
    background: none;
    border: none;
    cursor: pointer;
}
.refer-friend-button {
    background-color: #1D71B7;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px; /* Space between icon and text */
    margin-top: 35px;
}

/* dashboard-online-page */
.dashboard-online-page .container {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
    gap: 15px;
}

.training-card {
    /* background: linear-gradient(90deg, #1E1E1E, #1E1E1E); */
    background: linear-gradient(90deg, #1D71B74D, #EBEBFF);
    box-shadow: 0px 0px 77.64px rgba(0, 0, 0, 0.1);
    border-radius: 15.53px;
    padding: 20px;
    /* color: #FFFFFF; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.training-card:nth-child(2) {
    background: linear-gradient(90deg, #FF7D004D, #FFEEE8);
}
.training-card:nth-child(3) {
    background: linear-gradient(90deg, #35CF434D, #E1F7E3);
}

.training-card.assigned {
    /* border-left: 5px solid #256425; */
    border-left: 5px solid #1D71B7;
}

.training-card.pending {
    /* border-left: 5px solid #1D71B7; */
    border-left: 5px solid #FF7D00;
}

.training-card.covered {
    /* border-left: 5px solid #FF7D00; */
    border-left: 5px solid #51B259;
}

.cdt-dast-online-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
}

.cdt-dast-online-card-header h3 {
    margin: 0 10px;
}

.cdt-dast-online-card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 100px;
}

.cdt-dast-online-card-body h1 {
    font-weight: 700;
    font-size: 46px;
}

.cdt-dast-online-card-body p {
    margin: 0;
    padding-top: 16px;
    font-weight: 400;
    color: #898989;
}

.gif-container {
    position: relative;

}

.left-gif,
.right-gif {
    position: absolute;
    width: 70px;
    height: 70px;
}

.left-gif {
    top: 180px;
    left: 20px;
}

.right-gif {
    bottom: 140px;
    right: 20px;
}

.training-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    border: 1px solid #1D71B7;
    text-align: center;
}

.container.online-training-area {
    padding: 35px 0;
}

.training-table thead tr {
    background-color: #1C1E53;
    color: #fff;
    font-weight: 700;

    font-size: 16px;
}

.training-table th,
.training-table td {
    padding: 10px 15px;
    border: 1px solid #1D71B7;
}

.training-table tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

.training-table tbody tr:hover {
    background-color: #EDF4F9;
}

.status {
    text-align: center;
    display: inline-block;
    padding: 9px 0px;
    width: 160px;
    height: 42px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}

.status.in-progress {
    background-color: #e6f3ff;
    color: #1D71B7;
    border: 1px solid #1D71B7;
}

.status.in-expired {
    background-color: #fff;
    color: #FF0000;
    border: 1px solid #FF0000;
}

.status.complete {
    background-color: #fff3e6;
    color: orange;
    border: 1px solid orange;
}

.cdt-btn {
    text-align: center;
    width: 160px;
    height: 42px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.cdt-btn.continue {
    background-color: #1D71B7;
    color: #fff;
}

.cdt-btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #fff;
    border: 1px solid #1D71B7;
}

.cdt-btn.start:hover {
    color: var(--bs-btn-hover-color);
    background-color: #fff;
    border: 1px solid #256425;
}

.cdt-btn.start {
    background-color: #256425;
    color: #fff;
}

.progress-bar {
    width: 80%;
    height: 8px;
    background-color: #f0f0f0 !important;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.progress {
    height: 100%;
    background-color: #1D71B7;
}

.progress-text {
    font-size: 12px;
    vertical-align: middle;
    color: #666;
}

/* dashboard-online-page */
.tab-container.assign-expired {
    padding-top: 15%;
}
.tab-container.assign-expiredd {
    padding-top: 12%;
}

.dashboard-online-page {
    /* padding-top: 10%; */
}


/* Cdt-online-training-main-page */
.cdt-online-training-main-page {
    background-image: url(/assets/images/cdt.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* height: 700px;
    width: 100%; */
}
.cdt-user-details {
    text-align: center;
}
.cdt-user-details p{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.9;
}
.cdt-label {
    color: #1D71B7;
    font-weight: bold;
}





@media (max-width: 768px) {
    .home-main {
        margin-top: 20%;
    }

    .home-main h3 {
        font-weight: 600 !important;
        font-size: 30px !important;
    }

    .ho-hero {
        display: block;
    }

    .ho-btn {
        margin-bottom: 15px;
    }

    .ho-why-choose-content {
        display: grid;
    }

    .ho-why-choose-image img {
        width: 100%;
    }

    .red-dot {
        right: -10px;
    }

    .decoration-star {
        left: -15px;
    }

    .ho-why-choose {
        padding: 20px 20px;
    }

    .ho-why-choose-details {
        grid-template-columns: repeat(1, 1fr);
    }

    /* abouts-us-page */
    .about-page h3 {
        font-size: 30px !important;
    }

    .about-page h5 {
        font-size: 20px !important;
    }

    .about-page p {
        font-size: 17px !important;
    }

    .about-section-top {
        padding: 10px;
    }

    .ho-why-choose-title {
        margin-bottom: 0;
    }

    .about-section-top p {
        padding: 0;
    }

    .ab-morebtn {
        margin-top: 15px;
        padding: 12px 30px;
    }

    .about-vertical-line {
        display: none;
    }

    .about-goals-vision {
        display: block;
    }

    .about-horizontal-line-with-dot,
    .about-horizontal-line-with-dot2,
    .about-horizontal-line-with-dot3,
    .about-horizontal-line-with-dot4 {
        display: none;
    }

    .about-goal-vision-box {
        padding: 15px 0;
    }

    .about-goal-vision-box h4 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .ab-slider {
        padding: 25px 0;
    }

    /* contact */
    .cont-get-in-touch {
        display: grid;
        margin: 20px 25px;
    }

    .contact-directly {
        display: grid;
        padding: 40px;
    }

    .contact-form h2 {
        font-size: 30px;
    }

    .contact-form-row {
        display: grid;
        justify-content: normal;
    }

    .cont-msg {
        text-align: center;
        margin-bottom: 10px !important;
    }

    .contact-social-icons a {
        font-size: 26px;
    }

    .contact-section-top {
        padding: 0;
    }

    /* layoutdashboard */
    .header-dashboard {
        display: none;
    }

    .training-table {
        overflow: scroll;
        display: block;
    }

    .tab-container.assign-expired {
        padding-top: 20%;
    }

    /* cdtdashboardonline */
    .dashboard-online-page .container {
        display: block;
        padding: 20px 20px;
    }

    .gif-container {
        display: none;
    }

    .training-card {
        margin: 15px 0;
        padding: 0;
    }

    /* certverifiy */
    .cert-page {
        display: block;
        padding-right: 0px;
    }

    .certificates img {
        width: 100%;
    }

    .verification-section {
        margin-top: 0;
        padding: 0 22px;
    }

    .verification-section h1 {
        font-size: 38px;
    }

    p.cer-ern {
        font-size: 25px;
    }

    .verification-section p {
        margin-top: 10px;
    }

    .cer-email-verify h2 {
        padding-top: 15px;
        font-size: 30px;
        font-weight: 500;
    }

    .cert-form-group {
        display: block;
        margin-bottom: 15px !important;
    }

    .cert-email-verify-section input,
    .cert-email-verify-section select {
        width: 100%;
    }

    .year-options ul {
        display: block !important;
    }
    .search-refer-container {
        display: block ;
    }


}


@media (max-width: 1024px) {

    /* certverifiy */
    .cert-page {
        display: block;
        padding-right: 0px;
    }

    .certificates img {
        width: 100%;
    }

    .verification-section {
        text-align: center;
    }

    .verification-section h1 {
        font-size: 38px;
    }

    p.cer-ern {
        font-size: 25px;
    }

    .verification-section p {
        margin-top: 10px;
    }

    .cer-email-verify h2 {
        padding-top: 15px;
        font-size: 30px;
        font-weight: 500;
    }

    .cert-form-group {
        display: block;
        margin-bottom: 15px !important;
    }

    .cert-email-verify-section input,
    .cert-email-verify-section select {
        width: 100%;
    }

    .year-options ul {
        margin: 0;
        gap: 50px;
        display: flex;
    }

    .cer-email-verify {
        text-align: center;
    }


    /* abouts-us */
    .about-vertical-line {
        display: none;
    }

    .about-goals-vision {
        display: block;
    }

    .about-horizontal-line-with-dot,
    .about-horizontal-line-with-dot2,
    .about-horizontal-line-with-dot3,
    .about-horizontal-line-with-dot4 {
        display: none;
    }

    .about-goal-vision-box {
        padding: 0 0px;
    }

    .ab-slider {
        padding: 20px 0;
    }

    .ho-why-choose-title {
        margin-bottom: 0px;
    }

    .ab-slider h3 {
        padding: 20px 0;
        text-align: center;
    }

    /* contact */
    .contact-section-top {
        margin-top: 25px;
    }

    .about-page h3 {
        font-size: 32px !important;
    }

    .cont-get-in-touch {
        display: grid;
        margin: 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-directly {
        display: grid;
    }

    .contact-form h2 {
        font-size: 32px;
    }

    .header-dashboard {
        padding: 15px 20px;
    }

    .training-table {
        overflow: scroll;
        display: block;
    }

    .tab-container.assign-expired {
        padding-top: 20% !important;
    }

    /* .gif-container {
        display: none;
    } */
    .dashboard-online-page .container {
        display: block;
    }

    .training-card {
        margin: 15px 0;
        display: grid;
        /* grid-template-columns: repeat(2, 1fr); */
    }

    .left-gif {
        top: -46px;
        left: 50px;
    }

}

@media (max-width: 1299px) {

    /* about us */
    .about-horizontal-line-with-dot3::before {
        right: 90%;
    }

    .about-horizontal-line-with-dot2::before {
        left: 83%;
        bottom: -50px;
    }

    .about-horizontal-line-with-dot2 {
        top: -60px;
        left: 46%;
    }

    .about-horizontal-line-with-dot4 {
        display: none;
    }
}

@media (max-width: 1499px) {

    /* abous */
    .about-horizontal-line-with-dot2::before {
        left: 71%;
        bottom: -45px;
    }

    .about-horizontal-line-with-dot2 {
        top: -70px;
        left: 56%;
    }

    .about-horizontal-line-with-dot4 {
        left: 56%;
    }

    .about-horizontal-line-with-dot4::before {
        left: 70%;
    }

    /* .training-table {
        overflow: scroll;
        display: block;
    } */

    .tab-container.assign-expired {
        padding-top: 15%;
    }
}
