.Course-dropdown {
    min-width: 500px;
    border: none;
    border-radius: 10px;
}

.Course-dropdown .dropdown-item:hover {
    background-color: #0d6efd;
    color: hwb(0 5% 93%);
}

.slider-img {
    height: 550px;
    object-fit: cover;
}

.card-img-top {
    height: 220px;
    object-fit: cover;
}

.card-img-top {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.card {
    transition: 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);

}

.hero-section {
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("image/olevel-banner.png");
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
}

/* DCA */
.dca-hero {
    background:
        linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
        url("image/dca-banner.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
}

/* ADCA */
.adca-hero {
    background:
        linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
        url("image/Adcacourse-baner.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
}


/* ADVANCEEXCEL */
.advanceexcel-hero {
    background:
        linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
        url("image/advanceexcel-banner.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
}

/* CCC */
.ccc-hero {
    background:
        linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
        url("image/cccbackground-image.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
}

/* COREL */
.corel-hero {
    background:
        linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
        url("image/corel-backgruond.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
}

/* Digital */
.digital-hero {
    background:
        linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
        url("image/digital-background.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
}


/* DTP */
.dtp-hero {
    background:
        linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
        url("image/dtp-backgrund.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
}

/* HTML */
.html-hero {
    background:
        linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
        url("image/html-banner.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
}

/* PGDCA */
.pgdca-hero {
    background:
        linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
        url("image/pgdca-background.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
}

/* PHOTOSHOP */
.photoshop-hero {
    background:
        linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
        url("image/photoshop-background.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
}

/*WEBDESING */
.webdesign-hero {
    background:
        linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
        url("image/web-background.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
}

/*OLEVAL */
.olevel-hero {
    background:
        linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
        url("image/oleval-background.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
}


.course-image {
    width: 70%;
    border-radius: 10px;
}

.feature-box {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}

.why-choose-us {
    background: #f8f9fa;
}

.feature-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
}

.icon {
    font-size: 50px;
    margin-bottom: 15px;
    color: #0d6efd;
}

.feature-card h4 {
    margin-bottom: 15px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .slider-img {
        height: 250px;
        /* Mobile height */
    }
}

.navbar {
    background-color: #e78dc9 !important;
}

.navbar a {
    color: black;
}

.card {
    transition: all 0.4s ease;
    cursor: pointer;
}

.card:hover {
    background-color: #97b8ec;
    /* Blue Color */
    color: rgb(228, 135, 186);
    transform: translateY(-8px);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
}

.card:hover .card-title,
.card:hover .card-text {
    color: rgb(206, 113, 151);
}

.card:hover .btn {
    background-color: #ece3e3;
    color: #3870c5;
    border: 1px solid rgb(247, 199, 199);
}

.feature-card {
    background: #f5f5f5;
    transition: all 0.4s ease;
}

.feature-card:hover {
    background: #7aacf8;
    color: white;
    transform: translateY(-8px);
}

.feature-card:hover h3,
.feature-card:hover p {
    color: white;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* Hero Section */

.hero {
    height: 250px;
    background: url("image/office-image.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(12, 11, 11, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.overlay h1 {
    font-size: 60px;
    margin-bottom: 20px;
}

.overlay p {
    font-size: 25px;
}

/* About Section */

.about {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 80px;
}

.left,
.middle,
.right {
    flex: 1;
}

.left h4 {
    color: #0066ff;
    margin-bottom: 20px;
}

.left h1 {
    font-size: 50px;
    margin-bottom: 30px;
}

.left p {
    font-size: 22px;
    margin-bottom: 20px;
}

.middle img {
    width: 100%;
    border-radius: 10px;
}

.right h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.right p {
    font-size: 20px;
    line-height: 35px;
}

.count {
    display: flex;
    gap: 80px;
    margin-top: 40px;
}

.count h1 {
    color: #0066ff;
    font-size: 50px;
}

/* Cards Section */
.cards{
    display:grid;
    grid-template-columns:repeat(4,1fr);

    gap:25px;          /* Card के बीच Gap */
    padding:40px 80px; /* चारों तरफ Space */

    background:#fff;
}


.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.card {
    border: 1px solid #ddd;
    padding: 50px;
}

.card h2 {
    margin-bottom: 20px;
}

.card p {
    line-height: 30px;
}

.card:hover {
    background: #f5f5f5;
}

/* Founder & MD Section */

.founder {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 80px;
    align-items: center;
}

.founder img {
    width: 350px;
    border-radius: 10px;
}

.message {
    flex: 1;
}

.message h1 {
    font-size: 45px;
    line-height: 60px;
}

.message h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.message p {
    color: #0066ff;
    font-size: 25px;
}

/* MD Image Right Side */
.reverse {
    flex-direction: row-reverse;
}

@media(max-width:768px) {
    .founder {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .reverse {
        flex-direction: column;
    }

    .founder img {
        width: 100%;
        max-width: 350px;
    }

    .message h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

.team {
    background: #7e8fdd;
    color: white;
    text-align: center;
    padding: 80px;
}

.team h4 {
    color: #050505;
    margin-bottom: 20px;
}

.team h1 {
    font-size: 50px;
    margin-bottom: 60px;
}

.team-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.member {
    background: white;
    color: black;
    width: 250px;
    padding: 20px;
    border-radius: 10px;
}

.member img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.member h3 {
    margin-top: 20px;
}

.member p {
    margin-top: 10px;
    color: gray;
}

/* Footer */
footer a {
    text-decoration: none;
    color: rgb(230, 134, 134);
}

footer a:hover {
    color: #0d6efd;
}

.navbar-brand img {
    border-radius: 50%;
}


/* Mobile Responsive */
@media(max-width:768px) {

    .gallery {
        grid-template-columns: 1fr;
    }

    .info {
        grid-template-columns: 1fr;
    }

    .gallery-overlay h1 {
        font-size: 45px;
    }

    .gallery-overlay p {
        font-size: 20px;
    }
}


/* Hero Section */
.gallery-hero {
    height: 300px;
    background: url("image/gallery-baner.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.gallery-overlay {
    background: rgba(0, 0, 0, 0.55);
    height: 100%;
    color: white;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gallery-overlay h1 {
    font-size: 60px;
    font-weight: bold;
}

.gallery-overlay p {
    font-size: 24px;
}

/* Gallery */
.gallery {
    width: 90%;
    margin: 80px auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
    transition: 0.4s;
}

.box img:hover {
    transform: scale(1.05);
}


/* Information Section */
.info {
    width: 90%;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;

    margin-bottom: 80px;
}

.info-box {
    padding: 50px;
    border-radius: 20px;
    color: white;
}

.dark {
    background: #789dee;
}

.green {
    background: #16a34a;
}

.info-box h2 {
    margin-bottom: 20px;
}

.info-box button {
    margin-top: 20px;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    background: white;
    cursor: pointer;
}


/* Company */
.company {
    text-align: center;
    padding: 80px 20px;
}

.company h1 {
    margin-bottom: 50px;
}

.company-box {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

/* Footer */
footer a {
    text-decoration: none;
    color: white;

}

footer {
    background-color: #868ceb;
}

footer a:hover {
    color: #fd0d7d;

}

.navbar-brand img {
    border-radius: 50%;
}

/* Mobile Responsive */
@media(max-width:768px) {

    .gallery {
        grid-template-columns: 1fr;
    }

    .info {
        grid-template-columns: 1fr;
    }

    .gallery-overlay h1 {
        font-size: 45px;
    }

    .gallery-overlay p {
        font-size: 20px;
    }
}

.navbar nav-link,
.navbar .nav-link.active {
    color: rgb(61, 59, 59);

}

.navbar-nav .nav-link:hover {
    background-color: #6d6b6b;
    color: rgb(255, 255, 255);
    border-radius: 5px;
}

/* ==========================
        DCA HERO SECTION
========================== */

.course-badge {
    display: inline-block;
    background: #ffc107;
    color: #000;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-title span {
    color: #ffc107;
}

.hero-text {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 35px;
    opacity: .9;
}

.hero-buttons .btn {
    padding: 14px 35px;
    border-radius: 40px;
    font-size: 18px;
    margin-right: 15px;
}

/* ==========================
      SECTION TITLE
========================== */

.section-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #0d6efd;
}

/* ==========================
      HIGHLIGHT CARD
========================== */

.highlight-card {
    background: #fff;
    text-align: center;
    padding: 35px 20px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transition: .3s;
    height: 100%;
}

.highlight-card:hover {
    transform: translateY(-10px);
}

.highlight-card i {
    font-size: 45px;
    color: #0d6efd;
    margin-bottom: 20px;
}

.highlight-card h5 {
    font-size: 25px;
    font-weight: 700;
}

.highlight-card p {
    color: #777;
}

/* ==========================
      LEARN SECTION
========================== */

.learn-section {
    padding: 90px 0;
    background: #f8f9fa;
}

.learn-card {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 12px;
    font-size: 22px;
    font-weight: 600;
    transition: .3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.learn-card:hover {
    background: #0d6efd;
    color: #fff;
    transform: translateY(-8px);
}

/* ==========================
      SYLLABUS SECTION
========================== */

.syllabus-section {
    padding: 90px 0;
}

.syllabus-card {
    background: #fff;
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transition: .3s;
    height: 100%;
}

.syllabus-card:hover {
    transform: translateY(-10px);
}

.syllabus-card h4 {
    color: #0d6efd;
    margin-bottom: 25px;
    font-weight: 700;
}

.syllabus-card ul {
    padding-left: 20px;
}

.syllabus-card li {
    margin-bottom: 12px;
    font-size: 17px;
}

/* ==========================
      CAREER SECTION
========================== */

.career-section {
    background: #f8f9fa;
    padding: 90px 0;
}

.career-card {
    background: #fff;
    text-align: center;
    padding: 35px 20px;
    border-radius: 15px;
    font-size: 22px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    transition: .3s;
}

.career-card:hover {
    background: #198754;
    color: #fff;
    transform: translateY(-8px);
}

/* ==========================
        FOOTER
========================== */

footer {
    background: #111;
    color: #fff;
}

footer h4,
footer h5 {
    margin-bottom: 20px;
    font-weight: 700;
}

footer p {
    color: #ccc;
    line-height: 28px;
}

footer ul {
    padding: 0;
}

footer ul li {
    list-style: none;
    margin-bottom: 12px;
}

footer ul li a {
    color: #ccc;
    text-decoration: none;
    transition: .3s;
}

footer ul li a:hover {
    color: #0d6efd;
    padding-left: 8px;
}

footer hr {
    border-color: #444;
}

footer .text-center {
    color: #aaa;
    font-size: 15px;
}

/* ==========================
        RESPONSIVE
========================== */

@media(max-width:992px) {

    .hero-title {
        font-size: 42px;
    }

    .hero-text {
        font-size: 18px;
    }

    .section-title {
        font-size: 34px;
    }

}

@media(max-width:768px) {

    .dca-hero {
        text-align: center;
        padding: 70px 0;
    }

    .hero-title {
        font-size: 34px;
    }

    .hero-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .learn-card,
    .highlight-card,
    .syllabus-card,
    .career-card {
        margin-bottom: 20px;
    }

    .section-title {
        font-size: 30px;
    }
}

/* ===================================
   RECORDED PLAYER
=================================== */

body {
    background: #f5f7fb;
    font-family: Arial, Helvetica, sans-serif;
}

/* Video Box */

.video-box {
    background: #fff;
    border-radius: 15px;
    padding: 2 0px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .10);
}

.video-box iframe {
    border-radius: 10px;
}

.video-box h3 {
    margin-top: 20px;
    font-weight: bold;
}

.video-box p {
    color: #666;
}

/* Search */

#searchBox {

    border-radius: 30px;

    padding: 12px 18px;

    border: 2px solid #0d6efd;

}

#searchBox:focus {

    box-shadow: none;

    border-color: #0b5ed7;

}

/* Playlist */

.playlist {

    background: #fff;

    border-radius: 15px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .10);

    overflow-y: auto;

    height: 650px;

}

/* Playlist Item */

.playlist-item {

    padding: 18px;

    border-bottom: 1px solid #eee;

    cursor: pointer;

    transition: .3s;

    font-weight: 600;

}

.playlist-item:hover {

    background: #0d6efd;

    color: white;

}

/* Active Class */

.playlist-item.active {

    background: #0d6efd;

    color: #fff;

}

/* Scrollbar */

.playlist::-webkit-scrollbar {

    width: 8px;

}

.playlist::-webkit-scrollbar-thumb {

    background: #0d6efd;

    border-radius: 20px;

}

/* Buttons */

.video-box .btn {

    border-radius: 30px;

    padding: 10px 25px;

}

/* Navbar */

.navbar {

    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);

}

/* Mobile */

@media(max-width:992px) {

    .playlist {

        height: 350px;

        margin-top: 30px;

    }

    .video-box {

        margin-bottom: 30px;

    }

}

@media(max-width:768px) {

    .video-box h3 {

        font-size: 22px;

    }

    .video-box .btn {

        width: 100%;

        margin-bottom: 10px;

    }

    .video-box .float-end {

        float: none !important;

    }

}
.notes-hero{

background:#0d6efd;

color:white;

padding:80px 0;

}

.card{

border:none;

border-radius:15px;

overflow:hidden;

transition:.3s;

}

.card:hover{

transform:translateY(-8px);

}

.card img{

height:220px;

object-fit:cover;

}
.quiz-hero{

padding:80px 0;

}

#options{

font-size:18px;

}

.card{

border-radius:15px;

}

.form-check{

padding:15px;

border:1px solid #ddd;

border-radius:10px;

cursor:pointer;

}

.form-check:hover{

background:#f8f9fa;

}

/* certificate */
  

.certificate-section{

background:#f4f7fc;

padding:60px 0;

}

.certificate-box{

max-width:900px;

margin:auto;

background:white;

padding:60px;

border:12px solid #0d6efd;

border-radius:20px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.certificate-box h1{

font-size:48px;

font-weight:bold;

margin-bottom:20px;

}

.certificate-box h2{

color:#0d6efd;

font-size:40px;

margin:20px 0;

}

.certificate-box h3{

margin-bottom:20px;

}

@media(max-width:768px){

.certificate-box{

padding:25px;

}

.certificate-box h1{

font-size:30px;

}

.certificate-box h2{

font-size:26px;

}

}

   
.card{

border:none;

border-radius:15px;

overflow:hidden;

transition:.3s;

}

.card:hover{

transform:translateY(-8px);

}

.card img{

height:220px;

object-fit:cover;

}

/* Admin */



body{

background:#f5f7fb;

font-family:Arial,sans-serif;

}

.sidebar{

width:260px;

min-height:100vh;

background:#1d3557;

}

.sidebar a{

display:block;

color:#fff;

padding:15px 20px;

text-decoration:none;

transition:.3s;

}

.sidebar a:hover{

background:#457b9d;

padding-left:28px;

}

.sidebar i{

margin-right:10px;

}

.main-content{

flex:1;

}

.dashboard-card{

color:#fff;

padding:25px;

border:none;

border-radius:15px;

}

.dashboard-card h2{

font-size:35px;

font-weight:bold;

margin-top:10px;

}

.card{

border:none;

border-radius:15px;

box-shadow:0 5px 15px rgba(0,0,0,.08);

}

table{

margin-bottom:0;

}

@media(max-width:992px){

.sidebar{

width:100%;

min-height:auto;

}

}

.sidebar .active{

background:#457b9d;

font-weight:bold;

}

.table img{

border-radius:8px;

object-fit:cover;

}

.btn-sm{

margin-right:5px;

}

textarea{
resize:none;
}

.card-header{
font-weight:bold;
}

.table img{
border-radius:8px;
object-fit:cover;
}

.form-control,
.form-select{
border-radius:10px;
}

.btn{
border-radius:10px;
}

.progress{

height:22px;

border-radius:20px;

}

.progress-bar{

font-size:12px;

font-weight:bold;

}

.rounded-circle{

object-fit:cover;

border:2px solid #0d6efd;

}

.table td{

vertical-align:middle;

}
/* =========================================
   BCTI VALUES CARDS
========================================= */

.cards {
    width: 90%;
    max-width: 1200px;
    margin: 60px auto;
    
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    
    align-items: stretch;
}

.cards .card {
    width: 100%;
    min-width: 0;
    min-height: 280px;

    padding: 35px 25px;

    background: #ffffff;

    border-radius: 20px;

    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center;

    text-align: center;

    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);

    overflow: hidden;
}

.cards .card h2 {
    margin: 0 0 20px;

    font-size: 30px;
    line-height: 1.2;

    font-family: Georgia, serif;

    color: #111;

    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
}

.cards .card p {
    margin: 0;

    font-size: 17px;
    line-height: 1.7;

    color: #555;

    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .cards {
        width: 90%;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .cards .card {
        min-height: 250px;
        padding: 30px 20px;
    }

    .cards .card h2 {
        font-size: 28px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .cards {
        width: 90%;
        margin: 40px auto;

        display: grid;

        grid-template-columns: 1fr !important;

        gap: 20px;

        overflow: visible;
    }

    .cards .card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        min-height: 220px;

        padding: 30px 25px;

        box-sizing: border-box;

        display: flex;
        flex-direction: column;

        justify-content: center;
        align-items: center;

        overflow: hidden;
    }

    .cards .card h2 {
        width: 100%;

        margin: 0 0 15px;

        font-size: 28px;
        line-height: 1.3;

        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: normal !important;

        text-align: center;
    }

    .cards .card p {
        width: 100%;

        font-size: 16px;
        line-height: 1.6;

        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;

        text-align: center;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .cards {
        width: 88%;
        grid-template-columns: 1fr !important;
        gap: 18px;
    }

    .cards .card {
        width: 100% !important;
        min-height: 200px;

        padding: 25px 20px;
    }

    .cards .card h2 {
        font-size: 26px;
    }

    .cards .card p {
        font-size: 15px;
    }

}
