/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
/*** Button End ***/


/*** Topbar Start ***/
.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {
        left: -100%;
    }
    to {
        left: 100%;
    }
}
/*** Topbar End ***/


/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: #000;
    font-size: 18px;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #dc3545 !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

.text-white-50 {
    color: #fff !important;
}
/*** Navbar End ***/


/*** Carousel Start ***/
.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #b4232b;
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: #000;
    transition: .8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #b4232b;
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: #000;
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: #b4232b;
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: #d6464e;
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: #b4232b;
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }
    .carousel-item h1 {
        font-size: 40px !important;
    }
    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }
    .carousel-item h1 {
        font-size: 28px !important;
    }
    .carousel-item p {
        font-size: 14px !important;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}
/*** Carousel End ***/


/*** Services Start ***/
.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}

.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(3, 43, 243, 0.8);
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: var(--bs-secondary) !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}
/*** Services End ***/

/* blog start  */
/* ============================================
   BLOG SECTION - PREMIUM VERSION (Clean)
   ============================================ */

.premium-blog {
    padding: 100px 0 110px;
    background: linear-gradient(180deg, #f8f9fc 0%, #ffffff 100%);
    position: relative;
}

/* ===== SECTION HEADER ===== */
.premium-header {
    margin-bottom: 50px;
}

.premium-badge {
    display: inline-block;
    padding: 8px 24px;
    background: linear-gradient(135deg, rgba(227, 30, 36, 0.08), rgba(227, 30, 36, 0.03));
    color: #e31e24;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 50px;
    border: 1px solid rgba(227, 30, 36, 0.12);
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.premium-badge i {
    font-size: 12px;
}

.premium-badge:hover {
    background: linear-gradient(135deg, #e31e24, #c4171c);
    color: #ffffff;
    border-color: #e31e24;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(227, 30, 36, 0.2);
}

.premium-title {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.15;
    margin-bottom: 18px;
}

.premium-title span {
    color: #e31e24;
    position: relative;
}

.premium-title span::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 6px;
    background: rgba(227, 30, 36, 0.12);
    border-radius: 10px;
}

.title-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 20px;
}

.title-line .line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #e31e24, transparent);
}

.title-line .diamond {
    color: #e31e24;
    font-size: 14px;
    opacity: 0.5;
}

.premium-desc {
    font-size: 17px;
    color: #6c757d;
    line-height: 1.8;
    max-width: 650px;
    margin: 0 auto;
}

/* ===== BLOG CARD ===== */
.premium-blog-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.premium-blog-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(227, 30, 36, 0.12);
    border-color: rgba(227, 30, 36, 0.08);
}

/* ===== BLOG IMAGE ===== */
.blog-image-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.blog-image {
    width: 100%;
    height: 214px;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.premium-blog-card:hover .blog-image {
    transform: scale(1.05);
}

/* Category Badge */
.blog-category {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: linear-gradient(135deg, #e31e24, #c4171c);
    color: #ffffff;
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(227, 30, 36, 0.3);
}

/* ===== BLOG CONTENT ===== */
.blog-content-wrapper {
    padding: 25px 28px 30px;
}

/* Meta Info */
.blog-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6c757d;
}

.meta-item i {
    color: #e31e24;
    font-size: 14px;
}

.meta-item strong {
    color: #1a1a2e;
    font-weight: 600;
}

.meta-divider {
    color: #d0d0d0;
    font-size: 14px;
}

/* Blog Title */
.blog-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
}

.blog-title a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-title a:hover {
    color: #e31e24;
}

/* Blog Excerpt */
.blog-excerpt {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Read More Link */
.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e31e24;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.blog-read-more::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #e31e24, #ff6b6b);
    transition: width 0.4s ease;
}

.blog-read-more:hover::after {
    width: 100%;
}

.blog-read-more span {
    transition: transform 0.3s ease;
}

.blog-read-more:hover span {
    transform: translateX(5px);
}

.blog-read-more i {
    transition: transform 0.3s ease;
}

.blog-read-more:hover i {
    transform: translateX(8px);
}

/* ===== VIEW ALL BUTTON ===== */
.btn-view-all {
    display: inline-flex;
    align-items: center;
    padding: 14px 40px;
    background: linear-gradient(135deg, #e31e24, #c4171c);
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(227, 30, 36, 0.2);
    border: none;
    cursor: pointer;
}

.btn-view-all:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(227, 30, 36, 0.35);
    color: #ffffff;
    background: linear-gradient(135deg, #c4171c, #a01015);
}

.btn-view-all i {
    transition: transform 0.4s ease;
}

.btn-view-all:hover i {
    transform: translateX(8px);
}

 /* RESPONSIVE DESIGN */

/* Tablets */
@media (max-width: 991px) {
    .premium-blog {
        padding: 70px 0 80px;
    }

    .premium-title {
        font-size: 36px;
    }

    .blog-content-wrapper {
        padding: 20px 22px 25px;
    }

    .blog-title {
        font-size: 18px;
    }

    .blog-excerpt {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .premium-blog {
        padding: 50px 0 60px;
    }

    .premium-title {
        font-size: 28px;
    }

    .premium-title span::after {
        height: 4px;
    }

    .premium-desc {
        font-size: 16px;
    }

    .blog-content-wrapper {
        padding: 18px 18px 22px;
    }

    .blog-title {
        font-size: 17px;
    }

    .blog-meta {
        font-size: 12px;
        gap: 4px;
    }

    .meta-item {
        font-size: 12px;
    }

    .meta-divider {
        display: none;
    }

    .blog-excerpt {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .title-line .line {
        width: 30px;
    }

    .btn-view-all {
        padding: 12px 28px;
        font-size: 14px;
    }

    .blog-category {
        font-size: 10px;
        padding: 4px 12px;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    .premium-title {
        font-size: 24px;
    }

    .premium-badge {
        font-size: 11px;
        padding: 6px 16px;
        letter-spacing: 2px;
    }

    .blog-content-wrapper {
        padding: 16px 14px 18px;
    }

    .blog-title {
        font-size: 16px;
    }

    .blog-title a {
        -webkit-line-clamp: 2;
    }

    .blog-excerpt {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }

    .blog-read-more {
        font-size: 13px;
    }

    .btn-view-all {
        padding: 10px 24px;
        font-size: 13px;
    }
}

/* ===== ANIMATIONS ===== */
.wow {
    visibility: hidden;
}


.premium-blog::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(227, 30, 36, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(227, 30, 36, 0.02) 0%, transparent 50%);
    pointer-events: none;
}
/* blog end  */


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: #26d48c;
}

.contact-form {
    background: #26d48c;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: var(--bs-secondary);
    border: 0;
}
/*** Footer End ***/


/* ============================================
   WHY CHOOSE US - PREMIUM VERSION
   ============================================ */

.premium-section {
    padding: 100px 0 110px;
    background: linear-gradient(180deg, #f8f9fc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* ===== BACKGROUND SHAPES ===== */
.bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.04;
}

.shape-1 {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -100px;
    background: #e31e24;
    animation: floatShape 20s ease-in-out infinite;
}

.shape-2 {
    width: 300px;
    height: 300px;
    bottom: -50px;
    left: -50px;
    background: #1a1a2e;
    animation: floatShape 25s ease-in-out infinite reverse;
}

.shape-3 {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #e31e24;
    animation: floatShape 30s ease-in-out infinite;
}

@keyframes floatShape {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -30px) scale(1.1); }
    66% { transform: translate(-20px, 20px) scale(0.9); }
}

/* ===== SECTION HEADER ===== */
.premium-header {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.premium-badge {
    display: inline-block;
    padding: 8px 24px;
    background: linear-gradient(135deg, rgba(227, 30, 36, 0.08), rgba(227, 30, 36, 0.03));
    color: #e31e24;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 50px;
    border: 1px solid rgba(227, 30, 36, 0.12);
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.premium-badge i {
    font-size: 12px;
}

.premium-badge:hover {
    background: linear-gradient(135deg, #e31e24, #c4171c);
    color: #ffffff;
    border-color: #e31e24;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(227, 30, 36, 0.2);
}

.premium-title {
    font-size: 44px;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.15;
    margin-bottom: 20px;
}

.premium-title span {
    color: #e31e24;
    position: relative;
}

.premium-title span::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 6px;
    background: rgba(227, 30, 36, 0.12);
    border-radius: 10px;
}

/* Title Line */
.title-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 22px;
}

.title-line .line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #e31e24, transparent);
}

.title-line .diamond {
    color: #e31e24;
    font-size: 14px;
    opacity: 0.5;
}

.premium-desc {
    font-size: 18px;
    color: #6c757d;
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto;
}

/* ===== PREMIUM GRID ===== */
.premium-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
}

/* ===== PREMIUM CARD ===== */
.premium-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px 35px;
    text-align: center;
    position: relative;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.04);
    overflow: hidden;
    cursor: pointer;
}

/* Card Number */
.card-number {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 48px;
    font-weight: 900;
    color: rgba(227, 30, 36, 0.04);
    line-height: 1;
    transition: all 0.5s ease;
    font-family: 'Poppins', sans-serif;
}

.premium-card:hover .card-number {
    color: rgba(227, 30, 36, 0.08);
    transform: scale(1.1) rotate(-5deg);
}

/* Card Hover Line */
.card-hover-line {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #e31e24, #ff6b6b);
    border-radius: 10px 10px 0 0;
    transition: width 0.5s ease;
}

.premium-card:hover .card-hover-line {
    width: 80%;
}

/* Card Hover Effects */
.premium-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(227, 30, 36, 0.02), transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.premium-card:hover::before {
    opacity: 1;
}

.premium-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(227, 30, 36, 0.12);
    border-color: rgba(227, 30, 36, 0.08);
}

/* Premium Icon */
.premium-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #fff5f5, #ffebeb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.premium-icon::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e31e24, transparent 60%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.premium-card:hover .premium-icon::after {
    opacity: 0.2;
}

.premium-icon i {
    font-size: 34px;
    color: #e31e24;
    transition: all 0.5s ease;
}

.premium-card:hover .premium-icon {
    background: linear-gradient(135deg, #e31e24, #c4171c);
    transform: scale(1.05) rotate(-8deg);
    box-shadow: 0 15px 40px rgba(227, 30, 36, 0.25);
}

.premium-card:hover .premium-icon i {
    color: #ffffff;
    transform: scale(1.1) rotate(5deg);
}

/* Card Content */
.premium-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.premium-card:hover h4 {
    color: #e31e24;
}

.premium-card p {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.8;
    margin: 0;
}


/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Tablets */
@media (max-width: 991px) {
    .premium-section {
        padding: 70px 0 80px;
    }

    .premium-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .premium-title {
        font-size: 36px;
    }

    .premium-card {
        padding: 32px 25px 28px;
    }

    .card-number {
        font-size: 38px;
    }

    .premium-icon {
        width: 68px;
        height: 68px;
    }

    .premium-icon i {
        font-size: 28px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .premium-section {
        padding: 50px 0 60px;
    }

    .premium-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .premium-title {
        font-size: 28px;
    }

    .premium-title span::after {
        height: 4px;
    }

    .premium-desc {
        font-size: 16px;
    }

    .premium-card {
        padding: 28px 20px 24px;
        border-radius: 16px;
    }

    .card-number {
        font-size: 30px;
        top: 12px;
        right: 15px;
    }

    .premium-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }

    .premium-icon i {
        font-size: 24px;
    }

    .premium-card h4 {
        font-size: 18px;
    }

    .premium-card p {
        font-size: 14px;
    }

    .title-line .line {
        width: 30px;
    }

    .cta-btn {
        padding: 14px 30px;
        font-size: 14px;
    }

    .premium-badge {
        font-size: 11px;
        padding: 6px 16px;
        letter-spacing: 2px;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    .premium-title {
        font-size: 24px;
    }

    .premium-card {
        padding: 22px 16px 20px;
    }

    .premium-icon {
        width: 50px;
        height: 50px;
    }

    .premium-icon i {
        font-size: 20px;
    }

    .premium-card h4 {
        font-size: 16px;
    }

    .premium-card p {
        font-size: 13px;
    }

    .card-number {
        font-size: 24px;
        top: 10px;
        right: 12px;
    }

    .premium-cta {
        margin-top: 40px;
    }

    .cta-btn {
        padding: 12px 24px;
        font-size: 13px;
        gap: 8px;
    }

    .shape-1 {
        width: 200px;
        height: 200px;
    }

    .shape-2 {
        width: 150px;
        height: 150px;
    }

    .shape-3 {
        width: 100px;
        height: 100px;
    }
}

/* ===== ANIMATION DELAYS ===== */
.premium-card {
    opacity: 0;
    transform: translateY(30px);
    animation: cardFadeIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.premium-card:nth-child(1) { animation-delay: 0.1s; }
.premium-card:nth-child(2) { animation-delay: 0.2s; }
.premium-card:nth-child(3) { animation-delay: 0.3s; }
.premium-card:nth-child(4) { animation-delay: 0.4s; }
.premium-card:nth-child(5) { animation-delay: 0.5s; }
.premium-card:nth-child(6) { animation-delay: 0.6s; }

@keyframes cardFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   INDUSTRIES WE SERVE SECTION
   ============================================ */
.industries-we-serve {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fc 0%, #ffffff 100%);
    position: relative;
}

.industries-we-serve::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(227, 30, 36, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(227, 30, 36, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.industry-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 25px 30px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.industry-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(135deg, #e31e24, #ff6b6b, #e31e24);
    background-size: 300% 300%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.5s ease;
    animation: borderShine 3s ease infinite;
}

@keyframes borderShine {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.industry-card:hover::before {
    opacity: 1;
}

.industry-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(227, 30, 36, 0.13);
}

.industry-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #e31e24, #ff6b6b);
    border-radius: 0 0 10px 10px;
    transition: width 0.4s ease;
}

.industry-card:hover::after {
    width: 70px;
}

.industry-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 18px;
    background: linear-gradient(135deg, #fff5f5, #ffebeb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    position: relative;
}

.industry-icon i {
    font-size: 34px;
    color: #e31e24;
    transition: all 0.5s ease;
}

.industry-card:hover .industry-icon {
    background: linear-gradient(135deg, #e31e24, #c4171c);
    transform: scale(1.05) rotate(-8deg);
    box-shadow: 0 10px 30px rgba(227, 30, 36, 0.3);
}

.industry-card:hover .industry-icon i {
    color: #ffffff;
    transform: scale(1.1);
}

.industry-card h4 {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.industry-card:hover h4 {
    color: #e31e24;
}

.industry-card p {
    font-size: 14.5px;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 18px;
}

.industry-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #e31e24;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.industry-tag::after {
    content: '→';
    margin-left: 6px;
    transition: margin-left 0.3s ease;
}

.industry-tag::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #e31e24, #ff6b6b);
    transition: width 0.4s ease;
}

.industry-card:hover .industry-tag {
    color: #c4171c;
}

.industry-card:hover .industry-tag::before {
    width: 100%;
}

.industry-card:hover .industry-tag::after {
    margin-left: 12px;
}

/* Industries - Responsive */
@media (max-width: 991px) {
    .industries-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .section-header .main-title {
        font-size: 32px;
    }
    .industry-card {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .industries-we-serve {
        padding: 50px 0;
    }
    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .section-header {
        margin-bottom: 40px;
    }
    .section-header .main-title {
        font-size: 26px;
    }
    .section-header .description {
        font-size: 16px;
    }
    .industry-icon {
        width: 60px;
        height: 60px;
    }
    .industry-icon i {
        font-size: 26px;
    }
    .industry-card h4 {
        font-size: 17px;
    }
    .industry-card p {
        font-size: 13.5px;
    }
}

@media (max-width: 575px) {
    .industries-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
    .industry-card {
        padding: 22px 15px 20px;
    }
    .industry-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
    .industry-icon i {
        font-size: 22px;
    }
    .industry-card h4 {
        font-size: 15px;
    }
    .industry-card p {
        font-size: 12px;
        display: none;
    }
    .industry-tag {
        font-size: 11px;
    }
    .section-header .main-title {
        font-size: 22px;
    }
    .section-header .sub-title {
        font-size: 12px;
        padding: 4px 14px;
    }
    .industry-card::after {
        width: 25px;
    }
    .industry-card:hover::after {
        width: 45px;
    }
}

@media (max-width: 400px) {
    .industries-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .industry-card {
        padding: 18px 10px 16px;
    }
    .industry-icon {
        width: 42px;
        height: 42px;
        margin-bottom: 8px;
    }
    .industry-icon i {
        font-size: 18px;
    }
    .industry-card h4 {
        font-size: 13px;
    }
    .industry-tag {
        font-size: 10px;
    }
    .industry-tag::after {
        content: '→';
    }
}


/* ============================================
   OUR ACHIEVEMENTS / STATS SECTION
   ============================================ */
.our-achievements {
    padding: 80px 0 90px;
    background: #ffffff;
    position: relative;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.stat-item {
    background: #F5F5F5;
    border-radius: 12px;
    padding: 40px 20px 35px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #D81F26, #D4AF37);
    border-radius: 0 0 10px 10px;
    transition: width 0.4s ease;
}

.stat-item:hover::before {
    width: 80px;
}

.stat-item:hover {
    transform: translateY(-8px);
    border-color: rgba(216, 31, 38, 0.15);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.stat-number {
    font-size: 52px;
    font-weight: 800;
    color: #111111;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    letter-spacing: -1px;
    transition: color 0.3s ease;
}

.stat-number span {
    color: #D81F26;
    font-size: 32px;
    margin-left: 2px;
}

.stat-item:hover .stat-number {
    color: #D81F26;
}

.stat-item:hover .stat-number span {
    color: #D4AF37;
}

.stat-label {
    font-size: 15px;
    font-weight: 600;
    color: #888888;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.stat-item:hover .stat-label {
    color: #111111;
}

.stat-line {
    width: 35px;
    height: 2px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, #D81F26, #D4AF37);
    border-radius: 10px;
    transition: width 0.4s ease;
}

.stat-item:hover .stat-line {
    width: 55px;
}

/* Stats - Responsive */
@media (max-width: 991px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .stat-number {
        font-size: 44px;
    }
    .stat-number span {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .our-achievements {
        padding: 60px 0 70px;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .stat-item {
        padding: 30px 15px 25px;
    }
    .stat-number {
        font-size: 38px;
    }
    .stat-number span {
        font-size: 24px;
    }
    .stat-label {
        font-size: 13px;
    }
    .section-header .main-title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .stat-item {
        padding: 22px 12px 18px;
    }
    .stat-number {
        font-size: 30px;
    }
    .stat-number span {
        font-size: 18px;
    }
    .stat-label {
        font-size: 11px;
    }
    .section-header .main-title {
        font-size: 22px;
    }
}

@media (max-width: 400px) {
    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .stat-item {
        padding: 18px 10px 16px;
    }
    .stat-number {
        font-size: 24px;
    }
    .stat-number span {
        font-size: 16px;
    }
    .stat-label {
        font-size: 10px;
    }
    .section-header .main-title {
        font-size: 20px;
    }
}


/* ============================================
   PRODUCTS SECTION
   ============================================ */
.products-section {
    background: #f8f9fa;
}

.section-title .sub-title {
    color: #c1121f;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #111;
    margin: 12px 0;
}

.section-title p {
    max-width: 650px;
    margin: auto;
    color: #666;
}

.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: .35s;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
    height: 100%;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
}

.product-img {
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    transition: .5s;
}

.product-card:hover .product-img img {
    transform: scale(1.08);
}

.product-content {
    padding: 28px;
    text-align: center;
}

.product-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
}

.product-btn {
    display: inline-block;
    color: #c1121f;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.product-btn:hover {
    color: #000;
    letter-spacing: .5px;
}

@media(max-width:991px) {
    .product-img img {
        height: 240px;
    }
}

@media(max-width:767px) {
    .section-title h2 {
        font-size: 30px;
    }
    .product-img img {
        height: 220px;
    }
}


/* ============================================
   TESTIMONIALS SECTION
   ============================================ */
   .section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-header .sub-title {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #e31e24;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    margin-bottom: 12px;
    background: rgba(227, 30, 36, 0.08);
    padding: 5px 20px;
    border-radius: 50px;
}

.section-header .main-title {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 18px;
    line-height: 1.2;
}

.section-header .main-title span {
    color: #e31e24;
}

.section-header .description {
    font-size: 18px;
    color: #6c757d;
    line-height: 1.8;
}

.testimonials {
    padding: 80px 0 90px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.testimonials-wrapper {
    overflow: hidden;
    position: relative;
    margin: 0 -12px;
}

.testimonials-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    gap: 0;
}

.testimonial-item {
    flex: 0 0 50%;
    padding: 0 12px;
    box-sizing: border-box;
}

.testimonial-card {
    background: #F5F5F5;
    border-radius: 16px;
    padding: 35px 28px 30px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    height: 100%;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #D81F26, #D4AF37);
    border-radius: 0 0 10px 10px;
    transition: width 0.4s ease;
}

.testimonial-card:hover::before {
    width: 70px;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    border-color: rgba(216, 31, 38, 0.12);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.quote-icon {
    margin-bottom: 16px;
}

.quote-icon i {
    font-size: 28px;
    color: #D81F26;
    opacity: 0.25;
    transition: opacity 0.3s ease;
}

.testimonial-card:hover .quote-icon i {
    opacity: 0.5;
}

.testimonial-text {
    font-size: 15px;
    color: #444444;
    line-height: 1.8;
    margin-bottom: 18px;
    font-style: italic;
    min-height: 80px;
}

.client-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 12px;
}

.client-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #D81F26, #D4AF37);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.client-avatar span {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.client-details {
    text-align: left;
}

.client-details h4 {
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 3px 0;
}

.client-details span {
    font-size: 13px;
    color: #888888;
}

.rating {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.rating i {
    font-size: 14px;
    color: #D4AF37;
}

.slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 35px;
}

.slider-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(216, 31, 38, 0.15);
    background: #ffffff;
    color: #111111;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-btn:hover {
    background: #D81F26;
    border-color: #D81F26;
    color: #ffffff;
    box-shadow: 0 5px 20px rgba(216, 31, 38, 0.25);
}

.slider-btn:active {
    transform: scale(0.92);
}

.slider-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.slider-btn:disabled:hover {
    background: #ffffff;
    border-color: rgba(216, 31, 38, 0.15);
    color: #111111;
    box-shadow: none;
}

.slider-dots {
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d0d0d0;
    cursor: pointer;
    transition: all 0.4s ease;
    border: none;
    padding: 0;
}

.dot:hover {
    background: #D4AF37;
}

.dot.active {
    width: 32px;
    border-radius: 20px;
    background: linear-gradient(90deg, #D81F26, #D4AF37);
}

/* Testimonials - Responsive */
@media (max-width: 991px) {
    .section-header .main-title {
        font-size: 32px;
    }
    .testimonial-card {
        padding: 30px 22px 25px;
    }
    .testimonial-text {
        font-size: 14px;
        min-height: 60px;
    }
}

@media (max-width: 767px) {
    .testimonials {
        padding: 60px 0 70px;
    }
    .testimonial-item {
        flex: 0 0 100%;
    }
    .testimonial-card {
        padding: 25px 20px 22px;
    }
    .testimonial-text {
        font-size: 14px;
        min-height: auto;
    }
    .client-avatar {
        width: 45px;
        height: 45px;
    }
    .client-avatar span {
        font-size: 16px;
    }
    .client-details h4 {
        font-size: 15px;
    }
    .slider-controls {
        gap: 18px;
        margin-top: 28px;
    }
    .slider-btn {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
    .dot {
        width: 10px;
        height: 10px;
    }
    .dot.active {
        width: 26px;
    }
}

@media (max-width: 575px) {
    .testimonial-card {
        padding: 20px 16px 18px;
        border-radius: 12px;
    }
    .section-header .main-title {
        font-size: 22px;
    }
    .section-header .description {
        font-size: 14px;
    }
    .quote-icon i {
        font-size: 22px;
    }
    .testimonial-text {
        font-size: 13px;
        margin-bottom: 14px;
    }
    .client-avatar {
        width: 40px;
        height: 40px;
    }
    .client-avatar span {
        font-size: 14px;
    }
    .client-details h4 {
        font-size: 14px;
    }
    .rating i {
        font-size: 12px;
    }
    .slider-btn {
        width: 34px;
        height: 34px;
        font-size: 12px;
    }
    .slider-controls {
        gap: 14px;
        margin-top: 22px;
    }
    .dot {
        width: 8px;
        height: 8px;
    }
    .dot.active {
        width: 22px;
    }
    .testimonial-card::before {
        width: 30px;
    }
    .testimonial-card:hover::before {
        width: 50px;
    }
}

@media (max-width: 400px) {
    .testimonial-card {
        padding: 16px 12px 14px;
        border-radius: 10px;
    }
    .section-header .main-title {
        font-size: 20px;
    }
    .testimonial-text {
        font-size: 12px;
        line-height: 1.6;
    }
    .client-avatar {
        width: 34px;
        height: 34px;
    }
    .client-avatar span {
        font-size: 12px;
    }
    .client-details h4 {
        font-size: 12px;
    }
    .client-details span {
        font-size: 10px;
    }
    .quote-icon i {
        font-size: 18px;
    }
    .slider-btn {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }
    .slider-controls {
        gap: 10px;
        margin-top: 18px;
    }
    .dot {
        width: 7px;
        height: 7px;
    }
    .dot.active {
        width: 18px;
    }
}