    /* Importing Google fonts - Inter */
/* Modal overall look */
.my-gallery-modal .modal-dialog {
    max-width: 90%;
}

.my-gallery-modal .modal-content {
    background: rgba(0,0,0,0.96);
    border-radius: 20px;
    border: none;
}

/* Remove header bar look */
.my-gallery-modal .modal-header {
    border: none;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 10;
}

/* Close button clean style */
.my-gallery-modal .btn-close {
    filter: invert(1);
    transform: scale(1.4);
}

/* Image responsive styling */
.my-gallery-modal .carousel-item1 img {
    max-height: 85vh;
    width: auto;
    margin: auto;
    display: block;
    border-radius: 12px;
    object-fit: contain;
}

/* Arrow styling */
.my-gallery-modal .carousel-control-prev-icon,
.my-gallery-modal .carousel-control-next-icon {
    background-color: rgba(255,255,255,0.3);
    padding: 25px;
    border-radius: 50%;
}

.card2-wrapper {
  max-width: 1220px;
  margin: 0 60px 35px;
  padding: 20px 10px;
  overflow: hidden;
}
.card2-list .card2-item {
  list-style: none;
}
.card2-list .card2-item .card2-link {
  display: block;
  background: #fff;
  padding: 18px;
  user-select: none;
  border-radius: 12px;
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease;
}
.card2-list .card2-item .card2-link:active {
  cursor: grabbing;
}
.card2-list .card2-item .card2-link:hover {
  border-color: #00229e;
}
.card2-list .card2-link .card2-image {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.card2-list .card2-link .badge {
  color: #5372F0;
  width: fit-content;
  padding: 8px 16px;
  font-size: 0.95rem;
  border-radius: 50px;
  font-weight: 500;
  background: #DDE4FF;
  margin: 16px 0 18px;
}
.card2-list .card2-link .badge-designer {
  color: #B22485;
  background: #F7DFF5;
}
.card2-list .card2-link .badge-marketer {
  color: #B25A2B;
  background: #FFE3D2;
}
.card2-list .card2-link .badge-gamer {
  color: #205C20;
  background: #D6F8D6;
}
.card2-list .card2-link .badge-editor {
  color: #856404;
  background: #fff3cd;
}
.card2-list .card2-link .card2-title {
  color: #000;
  font-size: 1.19rem;
  font-weight: 600;
  text-wrap: auto;
}
.card2-list .card2-link .card2-button {
  height: 35px;
  width: 35px;
  color: #5372F0;
  margin: 30px 0 5px;
  background: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #5372F0;
  transform: rotate(-45deg);
  transition: 0.4s ease;
}
.card2-list .card2-link:hover .card2-button {
  color: #fff;
  background: #5372F0;
}
.card2-wrapper .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  opacity: 0.5;
  background: #5372F0;
}
.card2-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}
.card2-wrapper .swiper-slide-button {
  color: #5372F0;
  margin-top: -35px;
}
/* Responsive media query code for small screens */
@media (max-width: 768px) {
  .card2-wrapper {
    margin: 0 10px 25px;
  }
  .card2-wrapper .swiper-slide-button {
    display: none;
  }
}
        /* Section styling */
        .slider-section {
            margin-bottom: 50px;
        }

        .section-title {
            background: #0891b2;
            color: white;
            padding: 15px;
            margin-bottom: 20px;
        }

        .info-box {
            background: #f8f9fa;
            padding: 15px;
            border-left: 4px solid #0891b2;
            margin-bottom: 20px;
        }
        .bg__black {
    background-color: #2c2c54;
    padding: 12px 0;
    overflow: hidden;
}

.header__animate__container {
    display: flex;
    align-items: center;
}

.notification-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 20px;
    flex-shrink: 0;
    position: relative;
    z-index: 10;
    background-color: #032395;
}

.notification-icon {
    font-size: 20px;
    color: #FFA500;
}

.notification-label {
    color: #FFA500;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
}

/*.header__animate__wraper {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 30px;*/
/*    animation: scroll-left 30s linear infinite;*/
/*    padding-left: 20px;*/
/*}*/

/*.header__animate__wraper:hover {*/
/*    animation-play-state: paused;*/
/*}*/

/*.header__animate__item {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 8px;*/
/*    white-space: nowrap;*/
/*}*/

/*.header__animate__item img {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    flex-shrink: 0;*/
/*}*/

/*.header__animate__item a {*/
/*    text-decoration: none;*/
/*    color: white;*/
/*    white-space: nowrap;*/
/*}*/

/*.header__animate__item a:hover {*/
/*    text-decoration: underline;*/
/*}*/

/*@keyframes scroll-left {*/
/*    0% {*/
/*        transform: translateX(0);*/
/*    }*/
/*    100% {*/
/*        transform: translateX(-100%);*/
/*    }*/
/*}*/
.infra {
    background: #eef2f7;
}

.dashboard {
    /*max-width: 1250px;*/
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
}
.stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 24px;
            padding: 20px 0;
        }

        .stat-card {
            background: white;
            border-radius: 16px;
            padding: 15px 24px;
            display: flex;
            align-items: center;
            gap: 20px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
            border: 1px solid rgba(0, 0, 0, 0.06);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .stat-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: var(--accent-color);
            transform: scaleY(0);
            transition: transform 0.3s ease;
        }

        .stat-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
        }

        .stat-card:hover::before {
            transform: scaleY(1);
        }

        .icon-wrapper {
            width: 60px;
            height: 60px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--accent-color);
            color: white;
            font-size: 28px;
            flex-shrink: 0;
            transition: transform 0.3s ease;
        }

        .stat-card:hover .icon-wrapper {
            transform: scale(1.1) rotate(5deg);
        }

        .stat-content {
            flex: 1;
        }

        .stat-number {
            font-size: 25px;
            font-weight: 700;
            color: #1a202c;
            line-height: 1;
            margin-bottom: 8px;
            letter-spacing: -0.5px;
        }

        .stat-label {
            font-size: 17px;
            font-weight: 500;
            color: #64748b;
            letter-spacing: 0.5px;
        }

        /* Elegant English Color Palette */
        .sage { --accent-color: #a90af3; }
        .dusty-rose { --accent-color: #f10909; }
        .slate-blue { --accent-color: #2fb60b; }
        .warm-taupe { --accent-color: #e40670; }
        .mint { --accent-color: #0738ec; }
        .periwinkle { --accent-color: #ef5003; }
        .terracotta { --accent-color: #9b502c; }
        .lavender { --accent-color: #818085; }
        .moss { --accent-color: #0db9b4; }
        .blush { --accent-color: #e9146a; }
        .steel { --accent-color: #119456; }
        .mauve { --accent-color: #1074bc; }
        .olive { --accent-color: #beb608; }
        .coral { --accent-color: #8d13b7; }
        .yellow { --accent-color: #fbad0b; }

        .header {
            text-align: center;
            margin-bottom: 48px;
        }

        .header h1 {
            font-size: 42px;
            font-weight: 700;
            color: #1a202c;
            margin-bottom: 12px;
        }

        .header p {
            font-size: 16px;
            color: #64748b;
        }

        @media (max-width: 768px) {
            .stats-grid {
                grid-template-columns: 1fr;
            }
            
            .stat-number {
                font-size: 32px;
            }
            
            .icon-wrapper {
                width: 56px;
                height: 56px;
                font-size: 24px;
            }
        }

        /* Counter Animation */
        @keyframes countUp {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .stat-number {
            animation: countUp 0.6s ease-out;
        }}
        .gallery-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        .gallery-track {
            display: flex;
            gap: 30px;
            padding: 20px 40px;
            transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .cards {
            flex: 0 0 auto;
            width: 400px;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 1px solid #e8eaed;
        }

        .cards:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
            border-color: #0984e3;
        }

        .cards-image-container {
            position: relative;
            overflow: hidden;
            background: #f8f9fa;
            height: 280px;
        }

        .cards-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.4s ease;
        }

        .cards:hover .cards-img {
            transform: scale(1.05);
        }

        .cards-badge {
            position: absolute;
            top: 16px;
            left: 16px;
            background: #0984e3;
            color: white;
            padding: 6px 14px;
            border-radius: 4px;
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        .cards-content {
            padding: 24px;
        }

        .cards-category {
            font-size: 0.8rem;
            color: #0984e3;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }

        .cards-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #2d3436;
            margin-bottom: 12px;
            line-height: 1.4;
        }

        .cards-description {
            font-size: 0.95rem;
            color: #636e72;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .cards-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 16px;
            border-top: 1px solid #e8eaed;
        }

        .cards-date {
            font-size: 0.85rem;
            color: #95a5a6;
        }

        .cards-link {
            font-size: 0.9rem;
            color: #0984e3;
            text-decoration: none;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 6px;
            transition: gap 0.3s ease;
        }

        .cards-link:hover {
            gap: 10px;
        }

        .cards-link::after {
            content: '→';
            font-size: 1.1rem;
        }

        .controls {
            max-width: 1400px;
            margin: 50px auto 0;
            padding: 0 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .control-group {
            display: flex;
            gap: 12px;
        }

        .btn {
            background: white;
            color: #2d3436;
            border: 1px solid #dfe6e9;
            padding: 12px 28px;
            font-size: 0.9rem;
            cursor: pointer;
            font-weight: 500;
            border-radius: 6px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .btn:hover {
            background: #f8f9fa;
            border-color: #0984e3;
            color: #0984e3;
        }

        .btn:active {
            transform: scale(0.98);
        }

        .btn-primary {
            background: #0984e3;
            color: white;
            border-color: #0984e3;
        }

        .btn-primary:hover {
            background: #0770c5;
            border-color: #0770c5;
            color: white;
        }

        .pagination {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #636e72;
            font-size: 0.9rem;
        }

        .pagination-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #dfe6e9;
            transition: all 0.3s ease;
        }

        .pagination-dot.active {
            background: #0984e3;
            width: 24px;
            border-radius: 4px;
        }

        @media (max-width: 768px) {
            .section-header {
                padding: 0 30px;
            }

            .cards {
                width: 340px;
            }

            .cards-image-container {
                height: 240px;
            }

            .gallery-track {
                gap: 25px;
                padding: 20px 30px;
            }

            .controls {
                padding: 0 30px;
            }

            .control-group {
                width: 100%;
                justify-content: center;
            }

            .pagination {
                width: 100%;
                justify-content: center;
            }
        }

        @media (max-width: 480px) {
        
            .cards {
                width: 300px;
            }

            .cards-image-container {
                height: 220px;
            }

            .cards-content {
                padding: 20px;
            }

            .cards-title {
                font-size: 1.3rem;
            }

            .gallery-track {
                gap: 20px;
                padding: 20px 20px;
            }

            .controls {
                padding: 0 20px;
            }

            .btn {
                padding: 10px 20px;
                font-size: 0.85rem;
            }
        }
