/* banner */

.cta-primary {
    border-radius: 10.499px;
    background: var(--new);
    color: white;
    padding: 15px 20px;
    border: none;
}

.cta-primary:hover {
    background: var(--colorblack);
    color: white !important;
}

.enroll-badge {
    display: inline-flex;
    align-items: center;
    background: var(--new);
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 40px;
    gap: 10px;
}

.status-dot {
    width: 10px;
    height: 10px;
    background: #00d26a;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(0, 210, 106, 0.2);
}

.bannervideo {
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 30px;
    max-width: 99%;
    max-height: 17rem;
    border: 1.6px solid #E5E7EB;
}

.gdbnner h1 {
    font-size: 72px;
    line-height: 68px;
}

.cta-secondary {
    border-radius: 10.499px;
    border: 1.05px solid rgba(0, 0, 0, 0.10);
    padding: 15px 20px 15px 10px;
    color: #0a0a0a;
}

.col-6:first-child .innercountergd {
    border-radius: 24px;
    background: var(--new);
}

.col-6:nth-child(2) .innercountergd {
    border-radius: 24px;
    border: 1.6px solid #E5E7EB;
}

@media (min-width:1400px) {
    .innercountergd h2 {
        font-size: 45px;
    }
}

/* banner */




@media (max-width:767.5px)  {
    .showcase-overlay{
        opacity: 1 !important;
    }
    .tab-btn i {
    font-size: 13px !important;
}
    .bento-grid{
            grid-auto-rows: auto !important;
    }
    .tab-btn{
        font-size: 13px !important;
            gap: 5px !important;
    padding: 10px 15px !important;
    }
}

@media (max-width:1200px) {
    .h3, h3 {
    font-size: 20px;
    line-height: 30px;
}
        .tooltechrow li img{
    width: 30px !important;
    height: 30px !important;
}
    .tooltechrow li p{
    font-size: 13px !important;
}
    .tooltechrow li {
    padding: 6px 10px !important;
}
    .requirements-box {
    background: rgb(255 255 255 / 0%) !important;
    padding: 15px 0px 0px 0px !important;
}
    .matters-section {
    margin-top: 2rem !important;
}
.requirements-box {
    background: rgb(255 224 224 / 0%);
    backdrop-filter: blur(10px);
    border-radius: 0.5rem;
    padding: 13px 20px 0px 0px;
}

    .ai-card{
        padding: 1rem !important;
    }
    .creative-section .icon-box{
        width: 50px !important;
    height: 50px !important;
    }
.creative-section .icon-box i {
    font-size: 1rem !important;
}
    li{
         font-size: 13px !important;
                 line-height: 30px !important;
    }
    p {
        font-size: 13px !important;
    }

    .faq .accordion-button:not(.collapsed) {
        font-size: 18px !important;
        padding: 30px 20px 14px 50px !important;
    }

    .faq .accordion-body {
        padding: 0px 25px 30px 50px !important;
        font-size: 14px !important;
    }

    .faq .accordion-button span {
        left: 12px !important;
    }

    .faq .accordion-button {
        padding: 20px 20px 20px 50px !important;
    }

}


/* What Makes Creative DM Special */
.highlights-section {
    position: relative;
    background: white;
    overflow: hidden;
}

.gradient-orb {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(239, 68, 68, 0.1) 0%, transparent 70%);
    filter: blur(80px);
    pointer-events: none;
    top: 10%;
    right: 5%;
    animation: float-orb 20s ease-in-out infinite;
}

@keyframes float-orb {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-50px, 30px);
    }
}

.highlights-section .carousel-container {
    position: relative;
    height: 500px;
    background: #0a0a0a;
    border-radius: 1.5rem;
    overflow: hidden;
}

.highlights-section .carousel-item {
    height: 500px;
    position: relative;
}

.highlights-section .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.highlights-section .carousel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
}

.highlights-section .carousel-content {
    position: absolute;
    inset: 0;
    display: flex;
    color: white;
    z-index: 10;
    padding-top: 10%;
}

.highlights-section .content-wrapper {
    max-width: 42rem;
    padding: 2rem 3rem;
}

.highlights-section .icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 1rem;
    background: var(--new);
    margin-bottom: 1.5rem;

}

.highlights-section .icon-box i {
    font-size: 2rem;
    color: white;
}

.highlights-section .slide-title {
    font-size: 3rem;
    color: white;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.highlights-section .slide-description {
    font-size: 1.25rem;
    color: #d1d5db;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.highlights-section .slide-number {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.highlights-section .slide-indicator {
    height: 4px;
    width: 48px;
    background: var(--new);
    border-radius: 9999px;
}

.highlights-section .slide-text {
    font-size: 0.875rem;
    color: #9ca3af;
}

.highlights-section .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.highlights-section .nav-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.highlights-section .nav-btn.prev {
    left: 1.5rem;
}

.highlights-section .nav-btn.next {
    right: 1.5rem;
}

.highlights-section .dots-navigation {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 2rem;
}

.highlights-section .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.highlights-section .dot:hover {
    background: #9ca3af;
}

.highlights-section .dot.active {
    width: 48px;
    height: 12px;
    border-radius: 9999px;
    background: var(--new);
}

.highlights-section .highlights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.highlights-section .highlight-card {
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
    padding: 1rem;
    text-align: left;
    background: #f3f4f6;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.highlights-section .highlight-card:hover {
    background: #e5e7eb;
    transform: translateY(-2px);
}

.highlights-section .highlight-card.active {
    background: var(--new);
    box-shadow: 0 10px 25px -5px rgba(239, 68, 68, 0.3);
    transform: scale(1.05);
}

.highlights-section .highlight-card i {
    font-size: 2.5rem;
    color: var(--primarycolor);
    margin-bottom: 0.5rem;
    display: block;
}

.highlights-section .highlight-card.active i {
    color: white;
}

.highlights-section .highlight-card p {
    font-size: 0.875rem;
    color: #374151;
    margin: 0;
}

.highlights-section .highlight-card.active p {
    color: white;
}

.highlights-section .carousel-item {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.highlights-section .carousel-item.active {
    opacity: 1;
    position: relative;
}

@media (max-width: 991px) {

    .highlights-section .slide-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {

    .highlights-section .carousel-container {
        height: 500px;
    }

    .highlights-section .carousel-item {
        height: 500px;
    }

    .highlights-section .content-wrapper {
        padding: 1.5rem;
    }

    .highlights-section .slide-title {
        font-size: 2rem;
    }

    .highlights-section .slide-description {
        font-size: 1rem;
    }

    .highlights-section .nav-btn {
        width: 40px;
        height: 40px;
    }

    .highlights-section .nav-btn.prev {
        left: 1rem;
    }

    .highlights-section .nav-btn.next {
        right: 1rem;
    }
}


/* What Makes Creative DM Special */


.placement-section {
    position: relative;
    background: white;
    overflow: hidden;
}
.placement-section .icon-container{
    width: 100%;
}
.support-card {
    position: relative;
    height: 100%;
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    border: 2px solid #e5e7eb;
    transition: all 0.5s ease;
}

.support-card::before {
    content: '';
    position: absolute;
    inset: -4px;
    background: linear-gradient(to right, var(--primarycolor), var(--primarycolor));
    border-radius: 1rem;
    opacity: 0;
    filter: blur(30px);
    transition: opacity 0.5s ease;
    z-index: -1;
}

.support-card:hover {
    border-color: var(--cyan);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}

.support-card:hover::before {
    opacity: 0.2;
}

.icon-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.icon-wrapper {
    position: relative;
}

.icon-glow {
    position: absolute;
    inset: 0;
    background: var(--new);
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.support-card:hover .icon-glow {
    opacity: 0.3;
}

.hand-drawn-icon {
    position: relative;
    color: #9ca3af;
    transition: color 0.5s ease;
}

.support-card:hover .hand-drawn-icon {
    color: var(--primarycolor);
}

.support-card .card-title {
    color: #111827;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    text-align: center;
    transition: color 0.3s ease;
}

.support-card:hover .card-title {
    color: var(--cyan);
}

.card-description {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.6;
    text-align: center;
}

.corner-accent-top {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    border-top: 2px solid var(--cyan);
    border-right: 2px solid var(--cyan);
    border-top-right-radius: 0.5rem;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.corner-accent-bottom {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    width: 2rem;
    height: 2rem;
    border-bottom: 2px solid var(--cyan);
    border-left: 2px solid var(--cyan);
    border-bottom-left-radius: 0.5rem;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.support-card:hover .corner-accent-top,
.support-card:hover .corner-accent-bottom {
    opacity: 1;
}

.placement-card {
    position: relative;
        background: linear-gradient(90deg, #e3fdf5, #ffe6fa);
    border: 0.5px solid var(--cyan);
    border-radius: 1rem;
    padding: 1.5rem;
    transition: all 0.5s ease;
    margin-top: 3rem;
}

.placement-card:hover {
    border-color: var(--cyan);
}

.placement-card:hover::before {
    opacity: 0.3;
}

.placement-icon {
    flex-shrink: 0;
    position: relative;
}

.placement-icon-glow {
    position: absolute;
    inset: 0;
    background: var(--new);
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.5;
}

.placement-icon svg {
    position: relative;
    color: var(--cyan);
    transition: transform 0.5s ease;
}

.placement-card:hover .placement-icon svg {
    transform: scale(1.1);
}

.placement-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    transition: color 0.3s ease;
}

.placement-card:hover .placement-title {
    color: var(--cyan);
}

.placement-description {
    line-height: 1.6;
}

.placement-description .highlight {
    color: var(--cyan);
}

.stat-box {
    text-align: center;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.placement-section .stat-number {
    font-size: 1.5rem;
    color: var(--cyan);
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.stat-label {
    color: #9ca3af;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.decorative-blob-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 128px;
    height: 128px;
    background: rgba(239, 68, 68, 0.1);
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.decorative-blob-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 128px;
    height: 128px;
    background: rgba(239, 68, 68, 0.1);
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.placement-card:hover .decorative-blob-1,
.placement-card:hover .decorative-blob-2 {
    opacity: 1;
}


@media (max-width: 991px) {

    .placement-card {
        padding: 2rem;
    }
}

@media (max-width: 767px) {


    .support-card {
        padding: 1.5rem;
    }

    .placement-card {
        padding: 1.5rem;
    }

    .placement-section .stat-number {
        font-size: 1.5rem;
    }
}

/* What Makes Creative DM Special */


/* Best Digital Marketing Course in Chennai */

.best-course-section {
    position: relative;
    overflow: hidden;
}

.best-course-section .feature-card {
    position: relative;
    height: 100%;
    border-radius: 1rem;
    padding: 2rem;
    transition: all 0.5s ease;
        justify-content: center;
    align-items: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.best-course-section .feature-card:hover {
    border-color: var(--cyan) !important;
}

.best-course-section .icon-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.best-course-section .icon-wrapper {
    position: relative;
}

.best-course-section .icon-glow {
    position: absolute;
    inset: 0;
    background: var(--new);
    border-radius: 1rem;
    filter: blur(40px);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.best-course-section .feature-card:hover .icon-glow {
    opacity: 0.2;
}

.best-course-section .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 1rem;
    background: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.best-course-section .feature-card:hover .icon-box {
    background: #fef2f2;
    transform: scale(1.1);
}

.best-course-section .icon-box i {
    font-size: 23px;
    color: #030303;
    transition: color 0.5s ease;
}

.best-course-section .feature-card:hover .icon-box i {
    color: var(--primarycolor);
}

.best-course-section .feature-card .stat-number {
    text-align: center;
    font-size: 2.5rem;
    background: var(--new) ;
        background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
    font-weight: 700;
    margin-bottom: 0.5rem;
    transition: transform 0.5s ease;
    display: inline-block;
}

.best-course-section .feature-card:hover .stat-number {
    transform: scale(1.1);
}

.best-course-section .feature-card .card-title {
    color: #111827;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    text-align: center;
    transition: color 0.3s ease;
}

.best-course-section .feature-card:hover .card-title {
    color: var(--cyan) ;
}

.best-course-section .card-description {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.6;
    text-align: center;
}

.best-course-section .decorative-line {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 4px;
    background: var(--new);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.best-course-section .feature-card:hover .decorative-line {
    opacity: 1;
}

/* Best Digital Marketing Course in Chennai */

/* S.O.A.P Assessment Plan */

.assessment-section {
    position: relative;
    background: white;
    overflow: hidden;
}

.assessment-card {
    position: relative;
    height: 100%;
    background: white;
    border-radius: 1.5rem;
    padding: 1.5rem;
    transition: all 0.5s ease;
}
.assessment-card:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.arrow-icon {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}


.slick-slider .slick-track,
.slick-slider .slick-list {
    display: flex;
}

.arrow-icon i {
    color: #111827;
    font-size: 1.25rem;
}

.card-image {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.card-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.assessment-card:hover .card-image img {
    transform: scale(1.1);
}

.category-badge {
    display: inline-block;
    padding: 0.375rem 1rem;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    margin-bottom: 1rem;
    transition: all 0.5s ease;
}


.category-badge span {
    font-size: 0.75rem;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.5s ease;
}


.assessment-section .card-title {
    color: #111827;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    transition: color 0.5s ease;
}

.assessment-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.assessment-item i {
    color: #9ca3af;
    font-size: 1rem;
    margin-top: -3px;
    flex-shrink: 0;
    transition: color 0.5s ease;
}


.assessment-item span {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.5;
    transition: color 0.5s ease;
}


.bottom-text h5 {
    color: var(--primarycolor);
    text-align: center;

}

@media (max-width: 767px) {
    .card-image {
        height: 180px;
    }
}

/* S.O.A.P Assessment Plan */

/* WHY VIDEO SUPERSTARS ACADEMY (ViSA)? */
.bgwhythis {
    background-image: url("../images/graphic-design-offline/whycoursebg.png");
}

/* WHY VIDEO SUPERSTARS ACADEMY (ViSA)? */




/* Everything You Need to Know */
.career-section {
    position: relative;
    background: white;
    overflow: hidden;
}

.career-section .company-section {
    background: linear-gradient(to right, #f9fafb, white);
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 4rem;
    animation: fadeInUp 0.6s ease backwards;
}

.career-section .company-stat {
    font-size: 1.5rem;
    background: linear-gradient(to right, var(--primarycolor), var(--primarycolor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
}

.career-section .career-title {
    font-size: 2rem;
    color: #111827;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3rem;
}

.career-section .root-node {
    background: var(--new);
    color: white;
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    display: inline-block;
}

.career-section .root-node i {
    font-size: 2rem;
}

.career-section .root-label {
    font-size: 0.875rem;
    opacity: 0.9;
    color: white;
    margin-bottom: 0px;
}

.career-section .root-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: white;
}

.career-section .trunk-line {
    width: 2px;
    height: 40px;
    background: var(--new);
    margin: 0 auto;
}

.career-section .branch-line {
    height: 2px;
    background: var(--new);
}

.career-section .career-card-wrapper {
    position: relative;

}

.career-section .card-connector {
    position: absolute;
    left: 50%;
    top: -40px;
    width: 1px;
    height: 40px;
    background: var(--new);
    transform: translateX(-50%);
}

.career-section .career-card {
    position: relative;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    z-index: 2;
}

.career-section .career-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 0.75rem;
    filter: blur(20px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.career-section .career-card:hover::before {
    opacity: 1;
}

.career-section .career-card::after {
    display: none !important;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(to bottom right, rgba(92, 218, 246, 0.14), rgba(28, 94, 135, 0.2));
    border-radius: 0 0 0.75rem 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.career-section .career-card:hover::after {
    opacity: 1;
}

.career-section .career-icon {
    width: 56px;
    height: 56px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.career-section .career-card:hover .career-icon {
    transform: scale(1.1);
}

.career-section .career-icon i {
    font-size: 1.75rem;
    color: white;
}

.career-section .icon-gradient-1 {
    background: linear-gradient(to bottom right, var(--primarycolor), var(--primarycolor));
}

.career-section .icon-gradient-2 {
    background: linear-gradient(to bottom right, var(--primarycolor), var(--primarycolor));
}

.career-section .career-title-text {
    color: #111827;
    font-weight: 500;
    font-size: 1rem;
    position: relative;
    z-index: 10;
    transition: color 0.3s ease;
}

.career-section .bottom-cta {
    display: inline-block;
    background: linear-gradient(90deg, #e3fdf5, #ffe6fa);
    border: 0.5px solid var(--cyan);
    border-radius: 1rem;
    padding: 1.5rem 2rem;
}

.career-section .cta-highlight {
    font-weight: 500;
}

/* Everything You Need to Know */

/* COURSE DETAILS AT A GLANCE */

.detail-card {
    position: relative;
    transform: translateY(20px);
    transition: all 0.3s ease;
    height: 100%;
}

.detail-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.detail-card .card-glow {
    position: absolute;
    inset: -2px;
    border-radius: 16px;
}


.detail-card .detail-card-inner {
    position: relative;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    transition: all 0.3s ease;
}

.detail-card:hover .detail-card-inner {
    transform: translateY(-8px);
}

.detail-card .icon-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
}

.detail-card .icon-glow {
    position: absolute;
    inset: 0;
    border-radius: 12px;
    transition: all 0.3s ease;
}


.detail-card .icon-box {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.detail-card .icon-box i {
    font-size: 23px;
    color: rgb(255, 255, 255);
    transition: color 0.5s;
}

.detail-card:hover .icon-box {
    transform: scale(1.1);
}

.detail-card .detail-value {
    color: #111827;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 12px;
    transition: color 0.3s ease;
}

.detail-card .detail-label {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.detail-card .bottom-cta {
    transform: translateY(16px);
    animation: fadeInUp 1s forwards 1s;
}

.detail-card .cta-wrapper {
    position: relative;
    display: inline-block;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.5;
    }
}

.detail-card .cta-button {
    position: relative;
    background: linear-gradient(to right, var(--primarycolor), var(--primarycolor));
    color: white;
    padding: 16px 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.9rem;
}

@media (min-width: 992px) {
    .col-lg-20 {
        flex: 0 0 auto;
        width: 20%;
    }
}

/* COURSE DETAILS AT A GLANCE */

/* What Makes This Digital Marketing */

.creative-section .game-changer-badge {
    background: var(--new);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    display: inline-block;
    margin-bottom: 1rem;
}

.creative-section .advantage-card {
    position: relative;
    background: white;
    border-radius: 1.5rem;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
}

.creative-section .advantage-card:hover {
    transform: translateY(-8px);
}

.creative-section .advantage-card::before {
    content: '';
    position: absolute;
    transition: opacity 0.5s ease;
}

.creative-section .advantage-card:hover::before {
    opacity: 0.75;
}


.creative-section .featured-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--new);
    color: white;
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
}

.creative-section .icon-box {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.creative-section .icon-box i {
    font-size: 2rem;
    color: white;
}


.creative-section .card-title {
    font-size: 1.25rem;
    color: #111827;
    font-weight: 600;
    margin-bottom: 1rem;
}

.borderpink .content-block {
    border-left: 1px solid var(--pink) !important;
}
.creative-section .content-block {
    padding-left: 1rem;
    border-left: 1px solid var(--lime-green);
    margin-bottom: 1rem;
}

.creative-section .featured-card .content-block {
    border-left-color: var(--cyan);
}

.creative-section .content-block p {
    font-size: 0.875rem;
    color: #374151;
    line-height: 1.6;
    margin: 0;
}

.creative-section .highlight-block {
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 1rem;
}


.creative-section .highlight-block p {
    font-size: 0.875rem;
    color: #374151;
    line-height: 1.6;
    margin: 0;
}


.creative-section .bottom-cta {
    position: relative;
    display: inline-block;
}


@keyframes pulse {

    0%,
    100% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.7;
    }
}

.creative-section .cta-box {
    padding: 1.25rem 2.5rem;
    border-radius: 9999px;
}

.creative-section .cta-box span {
    font-size: 0.875rem;
    opacity: 0.9;
}

.creative-section .cta-separator {
    margin: 0 0.75rem;
}

.creative-section .cta-bold {
    font-weight: 600;
}

@media (min-width: 768px) {
    .creative-section .card-elevated {
        margin-top: -2rem;
    }
}


@media (max-width: 767px) {

    .creative-section .advantage-card {
        padding: 1.5rem;
    }

    .creative-section .card-elevated {
        margin-top: 0;
    }

    .creative-section .cta-box {
        padding: 1rem 1.5rem;
    }

    .creative-section .cta-box span {
        font-size: 0.75rem;
    }
}

/* What Makes This Digital Marketing */

/* Why Choose Us */

/* Why Choose Us Section Styling */
.features-section {
    background: #fff;
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    grid-auto-rows: 1fr;
}

@media (min-width: 768px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .bento-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .portfolio-card {
        grid-row: span 2;
    }
}

.features-section {
    background: #fff;
}

.main-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
}

/* GRID */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .bento-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Feature Cards */
.feature-card {
    border-radius: 1rem;
    padding: 1.75rem;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Tall (span two rows) */
@media (min-width: 1024px) {
    .feature-card.tall {
        grid-row: span 2;
    }
}

/* Icons */
.feature-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.feature-icon i {
    color: #fff;
    font-size: 1.4rem;
}

/* Typography */
.feature-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.75rem;
}

.feature-description {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.5;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    font-size: 0.9rem;
    color: #4b5563;
    margin-bottom: 0.4rem;
    position: relative;
    padding-left: 1rem;
}

.feature-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--cyan);
}

/* Black Cards */
.trust-card {
    border: none;
    border-radius: 1rem;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.75rem;
    min-height: 220px;
}

.trust-stat {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
}

.trust-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-icon i {
    color: white;
    font-size: 1.2rem;
}

.trust-value {
    font-size: 1.25rem;
    font-weight: 600;
}

.trust-label {
    font-size: 0.8rem;
    opacity: 0.85;
}

/* Why Choose Us */



/* Testimonials */

.scroll-container {
    position: relative;
    cursor: grab;
    overflow: hidden;
}

.testimonial-text p {
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.scroll-container:active {
    cursor: grabbing;
}

.scroll-track {
    display: flex;
    gap: 1.5rem;
    padding-bottom: 2rem;
    animation: auto-scroll 60s linear infinite;
    margin-top: 20px;
}

.scroll-container:hover .scroll-track {
    animation-play-state: paused;
}

@keyframes auto-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Pattern Overlay */
.pattern-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Card Content */
.card-content {
    position: relative;
    height: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.quote-icon-bubble {
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.quote-icon-bubble i {
    font-size: 2.5rem;

}

.rating {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.rating i {
    font-size: 1.25rem;

}

.testimonial-text {
    flex: 1;

    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

.achievement-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(246, 246, 246, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 9999px;
    margin-bottom: 1.5rem;
    align-self: flex-start;
}

.achievement-badge i {
    font-size: 1rem;

}

.achievement-badge span {
    font-size: 0.875rem;

}

.student-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.student-avatar {
    position: relative;
}

.avatar-glow {
    position: absolute;
    inset: -4px;
    background: black;
    border-radius: 50%;
    filter: blur(8px);
    opacity: 0;
}

.student-avatar img {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid black;
}

.student-details h4 {

    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.student-details .role {

    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.student-details .company {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
}

.student-details .company i {
    font-size: 0.75rem;
}

.decorative-arrow {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    opacity: 0.2;
}

.decorative-arrow i {
    font-size: 2rem;
    color: black;
}

/* Testimonials */



.ai-revolution-section {
    position: relative;
    overflow: hidden;
}



@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.ai-card {
    position: relative;
    height: 100%;
    border-radius: 1rem;
    padding: 2rem;
    overflow: hidden;
}

.ai-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 128px;
    height: 128px;
    background: linear-gradient(to bottom right, rgba(220, 38, 38, 0.1), transparent);
    border-radius: 0 0 0 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ai-card:hover::after {
    opacity: 1;
}

.ai-card-icon {
    width: 64px;
    height: 64px;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.ai-card:hover .ai-card-icon {
    transform: scale(1.1);
}

.ai-card-icon i {
    font-size: 2rem;
    color: white;
}

.icon-content {
    background: var(--green-gradiant-bg);
}

.icon-design {
    background: var(--pink-gradiant-bg);
}

.icon-optimization {
    background: var(--orange-gradiant-bg);
}

.ai-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    transition: color 0.3s ease;
}

.ai-card:hover .ai-card-title {
    color: var(--primarycolor);
}

.ai-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ai-card-list li {
    display: flex;
    align-items: start;
    gap: 0.75rem;
    color: #808080;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}


.ai-card-list li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--new);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 0.5rem;
}

.matters-section {
    position: relative;
    margin-top: 4rem;
    animation: fadeInUp 0.8s ease backwards;
}


.matters-content {
    background: linear-gradient(90deg, #e3fdf5, #ffe6fa);
    border-radius: 1rem;
    padding: 3rem;
    border: none !important;
}

.matters-icon {
    width: 48px;
    height: 48px;
    border-radius: 0.5rem;
    background: var(--new);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.5rem;
}

.matters-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.matters-text {
    line-height: 22px;
}

@media (max-width: 767px) {

    .learn-heading {
        font-size: 1.5rem;
    }

    .matters-content {
        padding: 2rem;
    }

    .ai-card {
        margin-bottom: 1.5rem;
    }
}

/* Project-Based Learning System */

.projectbaselearing .info-card {
    border-radius: 20px;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
}

.projectbaselearing .info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.projectbaselearing .info-card.dark {
    background: linear-gradient(to right, rgba(20, 20, 20, 0.85), rgba(50, 0, 0, 0.85)), url(../images/digitalmarketing-offline/whychoose1.png) center/cover;
    color: #fff;
}

.projectbaselearing .info-card.dark1 {
    background: linear-gradient(to right, rgba(20, 20, 20, 0.85), rgba(50, 0, 0, 0.85)), url(../images/digitalmarketing-offline/whychoose2.png) center/cover;
    color: #fff;
}

.projectbaselearing .icon-box {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.projectbaselearing .icon-box i {
    color: white;
}

.projectbaselearing .icon-box.dark {
    background: var(--new);
    color: #fff;
}

.projectbaselearing .info-card ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.projectbaselearing .info-card ul li {
    margin-bottom: 0.6rem;
    position: relative;
    padding-left: 1.2rem;
    font-size: 14px;
}

.projectbaselearing .info-card ul li::before {
    content: "•";
    color: var(--cyan);
    position: absolute;
    left: 0;
    font-weight: bold;
}


/* What You'll Master in Creative Digital Marketing */

.innercoursefeature {
    border: 1px solid #E5E7EB;
    border-radius: 20px;
}

.baselearnimg {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}
.coursefeature .numbertext {
    display: none !important;
}
.numbertext {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--new);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

/* What You'll Master in Creative Digital Marketing */

/* Student Work from Our Digital Marketing Course in Chennai */
.showcase-section {
    position: relative;
    background: white;
    overflow: hidden;
}

.showcase-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.tab-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    border: 2px solid #e5e7eb;
    background: white;
    color: #374151;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn:hover {
    border-color: var(--primarycolor);
}

.tab-btn.active {
    background: linear-gradient(to right, var(--primarycolor), var(--primarycolor));
    color: white;
    border-color: transparent;
    box-shadow: 0 10px 25px -5px rgba(239, 68, 68, 0.3);
}

.tab-btn i {
    font-size: 1.25rem;
}

.tab-description {
    text-align: center;
    color: #4b5563;
    max-width: 800px;
    margin: 0 auto 3rem;
    animation: fadeIn 0.3s ease forwards;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .showcase-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .showcase-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.showcase-item {
    position: relative;
    aspect-ratio: 1;
    border-radius: 1rem;
    overflow: hidden;
    background: #f3f4f6;
    cursor: pointer;
    animation: scaleIn 0.5s ease forwards;
}


.showcase-item img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.showcase-item:hover img {
    transform: scale(1.1);
}

.showcase-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    color: white;
}

.showcase-item:hover .showcase-overlay {
    opacity: 1;
}

.showcase-category {
    display: inline-block;
    background: var(--new);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
    width: fit-content;
}

.showcase-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: white;
}

.showcase-description {
    font-size: 0.875rem;
    color: #d1d5db;
    margin-bottom: 0.5rem;
}

.showcase-student {
    font-size: 0.875rem;
    color: #fca5a5;
}

.showcase-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(239, 68, 68, 0.2) 0%, transparent 70%);
    filter: blur(20px);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.showcase-item:hover .showcase-glow {
    opacity: 1;
}

.tab-content-panel {
    display: none;
}

.tab-content-panel.active {
    display: block;
}

@media (max-width: 991px) {
    .main-heading {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .showcase-section {
        padding: 4rem 0;
    }

    .main-heading {
        font-size: 2rem;
    }

    .tab-btn {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
}


/* Related Videos */


.videos-section {
    position: relative;
    overflow: hidden;
}


.video-card {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    background: linear-gradient(135deg, #1f2937 0%, #000 100%);
    border: 1px solid #374151;
    transition: all 0.5s ease;
    cursor: pointer;
}

.video-card:hover {
    border-color: var(--primarycolor);
    box-shadow: 0 25px 50px -12px rgba(220, 38, 38, 0.2);
    transform: translateY(-4px);
}

.video-card::before {
    content: '';
    position: absolute;
    inset: -4px;
    background: linear-gradient(to right, var(--primarycolor), var(--primarycolor));
    border-radius: 1rem;
    opacity: 0;
    filter: blur(30px);
    transition: opacity 0.5s ease;
    z-index: -1;
}

.video-card:hover::before {
    opacity: 0.3;
}

.video-thumbnail {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.video-card:hover .video-thumbnail img {
    transform: scale(1.1);
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6), transparent);
}

.category-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.25rem 0.75rem;
    background: rgba(220, 38, 38, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 9999px;
}

.category-badge span {
    color: white;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.video-info-overlay {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-stats {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: white;
    font-size: 0.75rem;
}

.video-stat {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.video-stat i {
    font-size: 0.75rem;
}

.play-button-container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button {
    position: relative;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primarycolor), var(--primarycolor));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(220, 38, 38, 0.5);
    transition: transform 0.3s ease;
}

.video-card:hover .play-button {
    transform: scale(1.1);
}

.play-button i {
    font-size: 2rem;
    color: white;
    margin-left: 4px;
}

.video-content {
    padding: 1.5rem;
    background: linear-gradient(135deg, #1f2937 0%, #000 100%);
}

.video-content h3 {
    color: white;
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    transition: color 0.3s ease;
}

.video-card:hover .video-content h3 {
    color: var(--primarycolor);
}

.video-content p {
    color: #9ca3af;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.watch-now {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primarycolor);
    transition: gap 0.3s ease;
}

.video-card:hover .watch-now {
    gap: 0.75rem;
}

.watch-now span {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.watch-now i {
    font-size: 1rem;
    animation: arrow-move 1.5s ease-in-out infinite;
}

@keyframes arrow-move {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background: var(--new);
    border-radius: 9999px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
    color: white;
    box-shadow: 0 10px 20px rgba(220, 38, 38, 0.5);
    transform: translateY(-2px);
}

.cta-button i {
    font-size: 1.25rem;
}

.cta-button .pulse-dot {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    animation: pulse-dot 1.5s ease-in-out infinite;
}

@keyframes pulse-dot {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.video-modal .modal-dialog {
    max-width: 1200px;
}

.video-modal .modal-content {
    background: rgba(0, 0, 0, 0.95);
    border: none;
    border-radius: 1rem;
    backdrop-filter: blur(20px);
}

.video-modal .modal-body {
    padding: 0;
}

.video-modal iframe {
    width: 100%;
    height: 675px;
    border-radius: 1rem;
}

.video-modal-info {
    padding: 1.5rem;
    text-align: center;
}

.video-modal-info h3 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.video-modal-info p {
    color: #9ca3af;
}

@media (max-width: 991px) {
    .video-modal iframe {
        height: 450px;
    }
}

@media (max-width: 767px) {

    .video-modal iframe {
        height: 300px;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

    .play-button i {
        font-size: 1.5rem;
    }
}



.locationsection .visit-campus {
    display: inline-block;
    background: #ffe5e5;
    color: var(--primarycolor);
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.locationsection .visit-campus:hover {
    background: #ffcccc;
}

.locationsection .section-title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.locationsection .location-card {
    background: var(--new);
    color: #fff;
    border-radius: 20px;
    padding: 25px;
}

.locationsection .location-card h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.locationsection .address-box {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.6;
}

.locationsection .btn-direction {
    background: #fff;
    color: var(--cyan);
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 600;
    transition: 0.3s;
}

.locationsection .btn-direction:hover {
    background: #d7e8f8;
}

.locationsection .feature-box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 25px;
    text-align: left;
    transition: all 0.3s ease;
}

.locationsection .feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.locationsection .feature-icon {
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.locationsection .feature-box h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.locationsection .image-box img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.locationsection .bottom-badge {
    background: var(--new);
    color: #fff;
    border-radius: 30px;
    padding: 10px 25px;
    display: inline-block;
    font-weight: 500;
    margin-top: 30px;
}

.locationsection .modern-card {
    background: linear-gradient(145deg, var(--primarycolor), var(--primarycolor));
    color: #fff;
    border-radius: 15px;
    padding: 20px;
    font-size: 15px;
}

@media (max-width:1200px) {

    .testimonial-card-wrapper {
        max-width: 300px !important;
    }

    .enroll-badge span {
        font-size: 12px !important;
    }

    .gdbnner h1 {
        font-size: 40px;
        line-height: 47px;
    }

    .final-project-number {
        font-size: 15px;
    }

    .module-number {
        margin-top: 0px !important;
    }
}

section {
    overflow-x: clip !important;
}
.active .highlightimg{
    display: block;
}
.active .highlightimg1{
    display: none !important;
}


.highlightimg{
    display: none;
}
.highlightimg1{
    display: block;
}