.tgmenu__navbar-wrap.custom_text ul li a {
    text-transform: none;
}

.about__content.custom_wrap {
    margin-left: 0px;
}

.about__info-list-item .icon.color {
    color: #0f5cbf;
}

.about__info-list-item .icon.color::after {
    background-image: none;
}

.footer__about ul.list-wrap.address li {
    text-transform: none !important;
}

@media screen and (max-width: 425px) {
    span.position-relative.custom_device {
        display: block;
    }
}

.footer__top-wrap {
    padding: 110px 0 55px;
}

.event-details-list.custom {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.highlight_experience {
    width: 400px;
    height: 200px;
}

@media screen and (max-width: 375px) {
    .highlight_experience {
        width: auto;
        height: auto;
    }
}

.highlight_experience p {
    padding-top: 20px;
    padding-right: 20px;
}

.custom ul li div h4 {
    display: inline;
}

i.fas.fa-briefcase.custom_icon {
    transform: none;
}

.banner__fact-item .icon.custom-icon-company {
    background: #0f5cbf;
}

p {
    line-height: 1.4 !important;
}

.banner__content p.aos-init.aos-animate.custom_paragraph {
    max-width: 100%;
}

.event-details-content .title-two.custom_heading {
    font-size: 20px;
}

.col-lg-6.custom_padding {
    padding-bottom: 100px;
}

.cta__wrapper .section__title .title.customed_title {
    font-size: 25px;
}

.row.custom_row>* {
    max-width: 50%;
    width: 50%;
}

@media screen and (max-width: 425px) {
    .row.custom_row>* {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .newsletter__content.custom_newsletter h4.title.custom {
        font-size: none;
    }
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #f00;
    /* Red */
}

.section__title .title.custom_title {
    text-transform: none;
}

.accordion-button::after {
    display: none !important;
}

.event-cost-wrap .btn.custom_button {
    margin-top: 30px;
}

.event-information-wrap.custom_card {
    padding-top: 20px;
}

.custom_card .list-wrap.custom_wrap {
    margin-top: 20px !important;
}

.contact_radio,
.contact_dropdown {
    padding-bottom: 20px !important;
}

.contact_dropdown .form-select:focus {
    box-shadow: none !important;
    border-color: #1363df !important;
}

img.big-img.custom_big {
    max-width: 90% !important;
}

.sm_img.custom_image {
    max-width: 90%;
}

.courses__breadcrumb-content .btn.custom_button.new {
    /* margin-top: 30px; */
    letter-spacing: 0.1px;
}

form.signup-form {
    margin: 20px;
}

.form-control.custom_form {
    width: 80% !important;
}

@media screen and (max-width: 425px) {
    .form-control.custom_form {
        width: 100% !important;
    }
}

@media screen and (min-width: 425px) {
    .form-control.custom_form {
        width: 85% !important;
    }
}

.tgmenu__main-menu li.menu-item-has-children>a::after {
    width: 100%;
}

/* Clg Container */
.clg-img-container .col-12 {
    display: flex !important;
    justify-content: center;
}

.clg-img-container img {
    height: 150px;
    object-fit: contain;
}

@media screen and (min-width: 1024px) {
    .clg-img-container img {
        width: 300px;
    }
}

/* Clg Container */

/* Price Remove */
.price {
    display: none !important;
}

/* Price Remove */

/* Sticky Call */
#sticky-call {
    z-index: 1000;
    background-color: #0f5cbf;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.custom-anchor {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #sticky-call .call-container .call-text {
        font-size: medium !important;
    }

    #sticky-call .col-5 span.ms-2 {
        margin-left: 4px !important;
    }
}

#sticky-call a:hover {
    color: inherit;
}

/* Sticky Call */

/* Scroll To Top */
@media screen and (max-width: 767.98px) {
    .scroll__top.open {
        bottom: 64px !important;
        right: 24px;
    }

    .scroll__top {
        right: 24px;
    }
}

.scroll__top.open {
    left: 36px;
    bottom: 80px;
}

.scroll__top {
    right: 36px;
}

/* Scroll To Top */

/* Sticky-Whatsapp */
#sticky-whatsapp {
    z-index: 1001;
    bottom: 160px !important;
    left: 40px !important;
}

.bg-whatsapp {
    background-color: rgba(110, 231, 183, 0.75);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    right: -16px;
    top: -16px;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    z-index: 10000;
}

@keyframes ping {

    75%,
    to {
        transform: scale(1.25);
        opacity: 0;
    }
}

#sticky-whatsapp a {
    position: relative;
    z-index: 10005;
}

#sticky-whatsapp a i::before {
    transition: all 0.2s ease-in-out;
}

#sticky-whatsapp a:hover i::before {
    transform: scale(1.15);
}

@media screen and (max-width: 767px) {
    .bg-whatsapp {
        width: 64px;
        height: 64px;
        left: -20px;
        top: -20px;
    }

    #sticky-whatsapp {
        left: 40px !important;
        bottom: 120px !important;
    }

    #sticky-whatsapp i {
        font-size: 24px !important;
    }
}

/* Sticky-Whatsapp */

/* Sticky-Header-Lead */
@media screen and (max-width: 767px) {
    #sticy-lead-header a {
        font-size: medium !important;
    }
}

/* Sticky-Header-Lead */

#myModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #f1f1f1;
    border: 1px solid #888;
    width: 300px;
}

/* toast */
.toast-container {
    z-index: 10010 !important;
}

/* toast */

/* Masterclass */
.masterclass {
    border-radius: 8px;
    background-color: #0f5cbf;
}

.masterclass .img-container {
    border-radius: 8px;
    background-color: #0f5cbf;
}

.masterclass img {
    margin: 5px;
    width: 50px;
    height: 40px;
    filter: invert(1);
    /* animation: rotateAnimation 4s linear infinite; */
    /* animation: pulseAnimation 2s ease-in-out infinite; */
    /* animation: floatAnimation 3s ease-in-out infinite; */
    /* animation: blinkAnimation 1s ease-in-out infinite; */
    animation: fadeInOutAnimation 2s ease-in-out infinite;
}

.masterclass button {
    width: 460px;
    height: 60px;
    line-height: 20px;
    background-color: unset !important;
    font-weight: bold;
    border: 0px;
    border-radius: 0 8px 8px 0;
}

@media screen and (max-width: 768px) {
    .masterclass-msg {
        display: block;
    }

    .masterclass button {
        width: 390px !important;
        height: 80px !important;
    }
}

.masterclass-btn {
    display: flex;
    justify-content: start;
    align-items: center;
}

.masterclass-text {
    margin-inline-start: 1rem;
    border-radius: 0 8px 8px 0;
    color: white;
    text-align: start;
}

.masterclass button:hover img {
    transform: scale(1.05);
    /* Grow slightly when hovered */
}

@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes blinkAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInOutAnimation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#countdown {
    color: white;
    font-weight: bold;
    /* margin: 0.5rem; */
}

/* Masterclass */

@media (max-width: 991.98px) {
    .tgmenu__nav {
        justify-content: space-around;
    }
}

/* Blog Standard */
.tagcloud span {
    padding: 10px 12px;
    font-size: 15px;
    line-height: 1;
    border-radius: 4px;
    background-color: #e6f2ff;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}

.tagcloud span:hover {
    background-color: #1363df;
    color: white;
}

/* Blog Standard */

/* Learning */
@media screen and (max-width: 767px) {
    .learning__header--card {
        width: 90% !important;
    }

    .learning__header--card .container-fluid {
        padding: 1rem !important;
        /* margin: 1rem !important; */
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .learning__header--card {
        width: 90% !important;
    }

    .learning__header--card .container-fluid {
        padding: 1rem !important;
        /* margin: 1rem !important; */
    }

    .learning__header--card .card-one {
        grid-area: one;
    }

    .learning__header--card .card-two {
        grid-area: two;
    }

    .learning__header--card .card-three {
        grid-area: three;
    }

    .learning__header--card .card-four {
        grid-area: four;
    }

    .learning__header--card .learning-card {
        display: grid !important;
        justify-content: space-around !important;
        grid-template-areas:
            "one two"
            "three four";
    }
}

@media screen and (min-width: 1200px) {
    .learning__header--card {
        width: 75% !important;
    }
}

/* Example CSS to change the color of FlipDown */
/* .devops-masterclass .flipdown.flipdown__theme-dark .rotor-group-heading:before {
    color: #0d6efd !important; 
} */

/* Rotor Tops */
/* .devops-masterclass .flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
    color: #FFFFFF;
    background-color: #0d6efd !important;
} */

/* Rotor bottoms */
/* .devops-masterclass 
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
    color: #EFEFEF;
    background-color: #0d6efd !important;
} */

/* Hinge */
/* .devops-masterclass .flipdown.flipdown__theme-dark .rotor:after {
    border-top: solid 1px #fff;
} */
/* Learning */

@media screen and (min-width: 425px) {
    #freeMasterclassForm .form-control.custom_form {
        width: 100% !important;
    }
}

.breadcrumb-bg::before {
    opacity: 0.6;
}

/* Bootcamp */

.bootcamp .carousel-control-prev,
.bootcamp .carousel-control-next {
    width: 5%;
}

@media screen and (max-width: 767px) {
    .bootcamp .btn {
        padding: 8px 12px 6px;
    }

    .bootcamp .carousel-indicators {
        margin-bottom: unset;
    }

    .bootcamp .carousel-caption {
        padding-block: 0.5rem;
    }

    .bootcamp .carousel-indicators [data-bs-target] {
        width: 16px;
    }
}

@media screen and (max-width: 767px) {
    .bootcamp-span {
        opacity: 0 !important;
        min-height: 8px;
    }
}

/* Bootcamp */

/* .header-btn.signup-btn .btn img {
    position: absolute;
    height: 50px;
    right: 0;
    bottom: 0.25rem;
} */

.tgmenu__navbar-wrap ul li .sub-menu {
    width: 350px;
}

.tgmenu__main-menu ul.sub-menu li.menu-item-has-children>a::after {
    width: 0%;
}

.tgmenu__navbar-wrap ul li .sub-menu li a {
    justify-content: space-between;
}

.courses__nav-active {
    display: grid;
    grid-template-columns: auto auto;
    text-align: left;
    gap: 1rem 2rem;
    justify-items: flex-end;
}

@media (max-width: 767.9px) {
    .courses__nav-active {
        /* grid-template-columns: auto;
        justify-items: center;
        text-align: center; */
        display: flex;
    }
}

@media (max-width: 991.9px) {
    .courses__nav-active {
        /* grid-template-columns: auto;
        justify-items: center;
        text-align: center; */
        display: flex;
    }
}

/* Google Reviews Section */
#reviewsList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    align-items: start;
    /* Align items to the top */
}

.review-card {
    position: relative;
    padding: 1rem;
    /* margin-bottom: 1.5rem; */
    /* background: #E6F2FF; */
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(108, 117, 125, 0.5);
    transition: all ease-in-out 0.2s;
}

.review-card:hover {
    background-color: #0f5cbf;
}

.review-card:hover .google-badge {
    /* background-color: #; */
    filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.5));
}

.review-card:hover .review-text,
.review-card:hover .time-ago,
.review-card:hover .read-more,
.review-card:hover h5 {
    color: white;
}

.review-card:hover h5 {
    transition: all ease-in-out 0.2s;
}

.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.review-text {
    display: -webkit-box;
    flex-grow: 1;
    /* Allow text to take up remaining space */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    margin: 1rem 0;
    transition: all ease-in-out 0.2s;
    /* color: white; */
}

.google-badge {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100px;
    height: auto;
    background-color: #0f5cbf;
    padding: 0.5rem;
    border-radius: 20px 0 20px 0;
}

.time-ago {
    color: #6c757d;
    font-size: 0.9em;
    transition: all ease-in-out 0.2s;
}

.star-rating {
    color: #ffc107;
    font-size: 1.1em;
    margin: 0.5rem 0;
}

.read-more {
    color: #0f5cbf;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
}

.read-more:hover {
    text-indent: 4px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.course__cta {
    margin-top: 30px;
}

.new-btn-outline {
    background: unset !important;
    border: 1.5px solid white;
    border-radius: 14px;
}

#you-learn .card-body {
    border: 1px solid rgba(13, 110, 253, 0);
    transition: all 0.25s ease-in-out;
}

#you-learn .card-body:hover {
    border: 1px solid gray;
    background: #fff;
    color: black;
    border-radius: 0.5rem;
}

#who-is-this-course-for .card-body {
    /* border: 1px solid rgba(13, 110, 253, 0); */
    transition: all 0.25s ease-in-out;
}

#who-is-this-course-for .card-body:hover {
    border: 0.1px solid #0f5cbf;
    background: #0f5cbf10;
    color: #0f5cbf;
    border-radius: 0.25rem;
}

/* Chat Widget */
/* @media screen and (max-width: 768px) {
    .widget-visible iframe[title="chat widget"] {
        bottom: 1.5rem !important;
    }
} */

/* Chat Widget */

/* Scroll To Top */
@media screen and (max-width: 767.98px) {
    .scroll__top.open {
        right: unset;
    }
}

/* Scroll To Top */

.phone-animation {
    animation: phone-ring 0.75s infinite;
    /* Animation name, duration, and iteration */
    transform-origin: center;
    /* Where the animation starts */
    display: inline-block;
    /* Needed for transform to work correctly */
}

@keyframes phone-ring {
    0% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(15deg);
    }
}

.summer-camp-accordion .accordion-button.collapsed {
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease;
    /* Smooth background color transition */
}

.summer-camp-accordion .accordion-button.collapsed:hover {
    background-color: #c82333;
    /* Slightly lighter red on hover */
}

.summer-camp-accordion .accordion-button.collapsed .multi-shimmer {
    position: absolute;
    top: 0;
    left: -200%;
    /* Start far off-screen */
    width: 600%;
    /* Wider than the button */
    height: 100%;
    background: linear-gradient(90deg,
            transparent 20%,
            rgba(255, 255, 255, 0.5) 30%,
            transparent 40%,
            transparent 60%,
            rgb(255, 255, 255) 70%,
            transparent 80%);
    animation: multiLoopShimmer 2.5s linear infinite;
    /* Loop animation */
    z-index: 0;
    opacity: 0.8;
    /* Slightly more visible shimmer */
}

@keyframes multiLoopShimmer {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(33.33%);
        /* Moves 1/3 of its width */
    }
}

.summer-camp-accordion .accordion-button.collapsed span:first-child {
    z-index: 1;
}

.custom-nav {
    position: relative;
    overflow: hidden;
}

.nav-animation {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    animation: navShimmer 1.5s linear infinite;
}

@keyframes navShimmer {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(200%);
    }
}

@media (min-width:1399.98px) {
    #summerCarousel .carousel-control-prev {
        left: -12% !important;
    }

    #summerCarousel .carousel-control-next {
        right: -12% !important;
    }
}

@media (min-width:1899.98px) {
    #summerCarousel .carousel-control-prev {
        left: -15% !important;
    }

    #summerCarousel .carousel-control-next {
        right: -15% !important;
    }
}

@media (max-width: 1199.98px) {
    .sumercamp-change {
        padding: 100px 0 0;
    }
}

#summerCarousel .carousel-dark .carousel-control-next-icon {
    background-color: #0f5cbf;
    filter: unset;
    border-radius: 50%;
    padding: 1rem;
    background-size: 50% 50%;
}

#summerCarousel .carousel-dark .carousel-control-prev-icon {
    background-color: #0f5cbf;
    filter: unset;
    border-radius: 50%;
    padding: 1rem;
    background-size: 50% 50%;
}


#custom-highlights button {
    cursor: unset !important;
}


.courses__details-wrapper .nav-tabs .nav-link.active::before {
    opacity: 0;
}

.batch-card {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.batch-card h3 {
    margin-bottom: 1rem;
    color: #0d6efd;
}

.batch-info p {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.batch-info i {
    margin-right: 0.5rem;
    color: #6c757d;
}

.badge {
    margin-left: 0.5rem;
}

.availability {
    color: #198754;
    font-weight: bold;
}

.enroll-button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    margin-top: 1rem;
    border-radius: 0.375rem;
    text-decoration: none;
    color: #fff;
    background-color: #0d6efd;
    border: 1px solid #0d6efd;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.enroll-button:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.no-suitable-date {
    margin-top: 2rem;
    text-align: center;
    color: #6c757d;
}

.no-suitable-date a {
    color: #0d6efd;
    text-decoration: underline;
}

/* Tablet View (2 Columns) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .upcoming-batches-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .batch-card {
        margin-bottom: 0;
    }

    .upcoming-batches-table {
        display: none !important;
    }
}

/* Desktop View (Table) */
@media (min-width: 992px) {
    .upcoming-batches-grid {
        display: none !important;
    }

    .upcoming-batches-table {
        width: 100%;
        border-collapse: collapse;
    }

    .upcoming-batches-table th,
    .upcoming-batches-table td {
        padding: 0.75rem;
        border-bottom: 1px solid #dee2e6;
        text-align: left;
    }

    .upcoming-batches-table th {
        background-color: #f8f9fa;
        font-weight: bold;
    }
}

/* Mobile View (Default - 1 Column Cards) */
@media (max-width: 767.98px) {
    .upcoming-batches-table {
        display: none !important;
    }
}


@media (min-width:768px) {
    .ui-ux-page.courses__breadcrumb-area {
        background-image: url('../img/courses/ui-ux/header-bg.svg');
        background-position: right center;
        background-size: contain;
        background-repeat: no-repeat;
    }
}


.ui-ux-page.courses__breadcrumb-area .container i::before {
    transform: scale(1.4);
}

.ui-ux-page-course-detials #ratings-reviews iframe {
    height: 50dvh !important;
    border-radius: 2rem;
}

.ui-ux-page-course-detials #ratings-reviews .ratings .card {
    background: #041734;
    background-image: url('../img/courses/ui-ux/rating-card-cicle-lg-lt-bm.svg'), url('../img/courses/ui-ux/rating-card-cicle-lg-rt-tp.svg');
    background-position: left bottom, right top;
    background-repeat: no-repeat;
    border: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ui-ux-page-course-detials #ratings-reviews .ratings .rating-person {
    background: #041734;
    background-image: url('../img/courses/ui-ux/rating-card-cicle-sm-lt-tp.svg'), url('../img/courses/ui-ux/rating-card-cicle-sm-rt-bm.svg');
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    border: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
}

.ui-ux-page-course-detials .nav .nav-link.active {
    box-shadow: 2px 2px 0px #041734 !important;
    background-color: #0a58ca;
    color: white;
}

.ui-ux-page-course-detials .nav.nav-pills.border-primary {
    border-color: #1363df !important;
    box-shadow: 0px 0px 2px #1363df50, 0px 0px 4px #1363df !important;
}

.ui-ux-page-course-detials .nav .nav-link {
    background-color: #dee2e6;
    color: #6c757d;
}

.ui-ux-page-course-detials .nav .nav-link.rounded-3 {
    border-radius: 0.5rem !important;
}

.ui-ux-page-course-detials .text-primary {
    color: #1363df !important;
}

.ui-ux-page-course-detials form .form-control,
.ui-ux-page-course-detials form .form-select {
    border-color: #1363df60 !important;
}

.ui-ux-page-course-detials form .form-select option[selected] {
    font-weight: 500 !important;
    /* Matches Bootstrap's fw-medium */
}

.ui-ux-page-course-detials #overview,
.ui-ux-page-course-detials #curriculum,
.ui-ux-page-course-detials #batches,
.ui-ux-page-course-detials #certifications,
.ui-ux-page-course-detials #job-opportunities,
.ui-ux-page-course-detials #ratings-reviews {
    scroll-margin-block-start: 10rem !important;
}


.invalid-feedback {
    display: none;
    color: #dc3545;
    font-size: 0.875em;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.ui-ux-page-course-detials #ratings-reviews {
    background-image: url('../img/courses/ui-ux/bulp.svg');
    background-position: right top;
    background-size: 100px;
    background-repeat: no-repeat;
}



/* Keywords Page */
@media (min-width:768px) {
    .powerbi-page.courses__breadcrumb-area {
        background-image: url('../img/courses/keywords/power-bi.jpg');
        background-position: right center;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

/* Keywords Page */

/* UIUX Webinar Landing Page */
/* takeaway for section */
.takeaway-card {
    border: 1.2px solid #d7e4ff;
    border-radius: 0.65rem;
    padding: 1.3rem 1rem 1rem 1rem;
    margin-bottom: 1.6rem;
    height: 100%;
    transition: box-shadow 0.3s ease;
    background: white;
}

.takeaway-card:hover {
    box-shadow: 0 6px 16px rgb(20 113 255 / 0.15);
    border-color: #1471ff;
}

.takeaway-card .icon-circle {
    width: 44px;
    height: 44px;
    margin-bottom: 0.5rem;
    border-radius: 50%;
    border: 2px solid #1471ff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1471ff;
    font-size: 1.4rem;
    user-select: none;
}

/* Workshop for section */
.workshop-for {
    margin-bottom: 3.5rem;
    text-align: center;
}

.workshop-for h3 {
    font-weight: 700;
    font-size: 1.3rem;
    color: #146eff;
    margin-bottom: 2rem;
}

.workshop-for .circle-num {
    background-color: #1471ff;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.1rem;
    margin-right: 0.75rem;
    padding-top: 5px;
}

.workshop-for .item {
    text-align: left;
    max-width: 350px;
    margin: 1rem auto;
}

.workshop-for .item-title {
    font-weight: 700;
    font-size: 0.925rem;
    color: #1471ff;
    margin-bottom: 0.35rem;
    user-select: none;
}

.workshop-for .item-desc {
    font-size: 0.85rem;
    line-height: 1.3;
    color: #505763;
}

.workshop-for .center-image {
    user-select: none;
    margin-top: 1rem;
    margin-bottom: 3rem;
    max-width: 190px;
    filter: drop-shadow(0 8px 12px rgb(20 113 255 / 0.22));
}

/* Student reviews */
.student-testimonials {
    margin-bottom: 5rem;
    text-align: center;
}

.student-testimonials h3 {
    font-weight: 700;
    color: #146eff;
    font-size: 1.3rem;
    margin-bottom: 3rem;
}

.testimonial-card {
    background-color: white;
    border-radius: 0.7rem;
    padding: 1rem 1.2rem 1rem 1.2rem;
    box-shadow: 0 5px 16px rgb(20 113 255 / 0.15);
    margin: 0.8rem;
    text-align: left;
    min-width: 260px;
    max-width: 320px;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.testimonial-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    user-select: none;
}

.testimonial-content {
    flex-grow: 1;
    font-size: 0.83rem;
    color: #4b576f;
}

.testimonial-content strong {
    color: #146eff;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
    display: block;
}

.stars {
    color: #f7b731;
    font-size: 1rem;
    user-select: none;
    margin-bottom: 0.2rem;
}

/* Timer Content */
.timer-container {
    background: linear-gradient(180deg, #0036d1 0%, #001f8a 100%);
    border-radius: 20px;
    padding: 1.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
}

/* abstract shapes in bg */
.shape-left,
.shape-right {
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    border-radius: 20px;
    opacity: 0.7;
    z-index: 1;
}

.shape-left {
    left: 0;
    background: radial-gradient(circle at 20% 20%, #0054ff, #0029b0);
    clip-path: ellipse(120px 300px at 50px 60%);
}

.shape-right {
    right: 0;
    background: radial-gradient(circle at 80% 80%, #3388ff, #001f8a);
    clip-path: ellipse(120px 300px at 85% 60%);
}

.content-wrapper {
    z-index: 2;
    width: 100%;
    max-width: 900px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

@media (max-width: 576px) {
    .content-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.text-secure {
    text-align: center;
    flex: 1 1 100%;
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    letter-spacing: 0.04em;
}

.left-text {
    font-weight: 500;
    font-size: 1.1rem;
    margin-right: 1.5rem;
    white-space: nowrap;
}

.timer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    user-select: none;
}

.time-block {
    background: transparent;
    border: 1.5px solid #3369ff;
    border-radius: 6px;
    width: 60px;
    height: 60px;
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: 'Courier New', Courier, monospace;
}

.time-label {
    text-align: center;
    font-size: 0.85rem;
    color: #a8c1ff;
    margin-top: 0.25rem;
    font-weight: 500;
    user-select: none;
}
.colon {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 35px;
    line-height: 58px;
    color: #ffffffcc;
}
.btn-register {
    background-color: #3369ff;
    border: none;
    font-weight: 600;
    padding: 0.6rem 1.4rem;
    border-radius: 6px;
    color: white;
    white-space: nowrap;
    box-shadow: 0 4px 8px rgba(51, 105, 255, 0.6);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
}

.btn-register:hover,
.btn-register:focus {
    background-color: #1f4ed8;
    box-shadow: 0 6px 12px rgba(31, 78, 216, 0.8);
    outline: none;
}

        .countdown-section {
            background: linear-gradient(135deg, #0a58ca, #012e6a);
            color: white;
            padding: 40px 20px;
            border-radius: 15px;
            text-align: center;
        }
    
        .timer-box {
            border: 1px solid #fff;
            padding: 15px;
            border-radius: 8px;
            font-size: 24px;
            min-width: 60px;
        }
    
        .timer-label {
            font-size: 14px;
            margin-top: 5px;
        }
    
        .btn-register {
            background-color: #3498db;
            border: none;
            color: white;
            padding: 12px 25px;
            border-radius: 6px;
            font-weight: 600;
        }
    
        .btn-register:hover {
            background-color: #217dbb;
        }