@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap");

:root {
    --bg-color: #dadada;
}

* {
    direction: rtl;
    margin: 0;
    padding: 0;
    font-family: "Vazirmatn", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

body {
    direction: ltr;
}

:root {
    --background-header-color: #686868bf;
}

p {
    color: snow;
}

.header {
    position: fixed;
    top: 10px;
    left: 5%;
    width: 90%;
    right: 0;
    z-index: 2;
    background: rgba(113, 113, 113, 0.95);
    /* backdrop-filter: blur(10px); - Removed for mobile performance */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 5px 0;
}

.header .logo img {
    border-radius: 10px;
}

.mobile_items {
    background-color: rgba(227, 227, 227, 0.84);
    right: 0;
}

.mobile_items .items {
    position: relative;
    top: 30%;
}

.nav {
    background-color: rgba(249, 249, 249, 0.5);
    /* backdrop-filter: blur(10px); - Removed for mobile performance */
}

.navbar {
    border-radius: 30px;
    height: 80px;
}

.swiper {
    width: 100%;
    overflow: hidden;
}

.card {
    display: flex;
    height: 20rem;
    justify-content: center;
    margin-top: 10%;
    margin-bottom: 10%;
}

.hero {
    background: url("../../../assets/images/coffee-big.webp") no-repeat center center/cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.title-container {
    position: absolute;
}

.highlight {
    /* filter: invert(1); - Removed for mobile performance */
}

.features {
    background: #000;
}
/*
.animate img {
    width: 100%;
    height: 100%;
} */

.cl-light {
    color: #f9f9f9;
}

.footer {
    font-size: 16px;
}

.m-t {
    margin-top: 50px;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.bg-light {
    background-color: rgba(12, 12, 12, 1) !important;
}

.animate {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.animate.visible {
    opacity: 1;
    animation: fadeIn 1s forwards;
}

.price-list {
    position: absolute;
    background: linear-gradient(#402e7a, #4b70f5);
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1400px) {
    .image_main_page {
        max-height: 350px;
    }
}

@media screen and (max-width: 350px) {
    .nav-item a {
        font-size: 1.5rem;
        /* background:  */
    }
    .image_main_page {
        max-height: 200px !important;
    }



    .title-container {
        width: 80%;
        height: auto;
        background-color: rgba(249, 249, 249, 0.8);
        border-radius: 10px;
        /* filter: blur(5); - Removed for mobile performance */
    }

    .Title {
        /* filter: invert(1); - Removed for mobile performance */
        font-family: "iran-Dorandis";
        font-size: 30px;
    }

    .subtitle {
        margin-top: 10%;
        /* filter: invert(1); - Removed for mobile performance */
        font-family: "iran-Dorandis";
        font-size: 24px;
    }

    .title-container .btn {
        position: absolute;
        margin-right: auto;
    }

    button.navbar-toggler {
        left: 10px;
        position: absolute;
    }

    .highlight {
        filter: none;
    }

    .nav {
        margin: auto;
        width: 95%;
        border-radius: 5px;
    }

    .navbar-brand {
        font-size: 20px;
    }
}

@media screen and (max-width: 300px) {
    .imgg {
        max-width: 100%;
        max-height: 100%;
    }

    .highlight {
        filter: none;
    }
}

.footer {
    background: #151515;
    padding: 80px 0 0;
    color: #fff;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(45deg, #3498db, #2980b9);
}

.container {
    max-width: 1170px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

ul {
    list-style: none;
}

/* start of the new effect */
.navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    font: bold 1.5rem sans-serif;
    text-transform: uppercase;
    color: grey;
}

.navbar-nav li {
    padding: 0 0.5em 0.25em;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.navbar-nav li:hover {
    color: #fff;
}

.navbar-nav li:before {
    content: "";
    position: absolute;
    inset: calc(100% - 3px) 0 0 0;
    /* 3px = the thickness */
    background: #ce4f20;
    /* the color */
    scale: 0 1;
    transition: 0.3s, translate 0s 0.3s;
}

.navbar-nav:hover li:before {
    scale: 1;
}

.navbar-nav li:hover:before {
    translate: 0;
    transition: 0.3s;
}

.navbar-nav:hover li:has(~ li:hover):before {
    translate: 100% 0;
    transition: 0.2s 0.2s, scale 0s 0.4s;
}

.navbar-nav:hover li:hover~li:before {
    translate: -100% 0;
    transition: 0.2s 0.2s, scale 0s 0.4s;
}

/* end of the new effect  */
.footer-col {
    margin-bottom: 40px;
}

.footer-col h4 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #3498db;
}

.footer-col p {
    color: #999;
    line-height: 1.8;
}

.social-links {
    margin-top: 1.5rem;
    display: flex;
    gap: 10px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #3498db;
    transform: translateY(-3px);
}

.footer-col ul li {
    margin-bottom: 15px;
}

.footer-col ul li a {
    color: #999;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-col ul li a:hover {
    color: #3498db;
    padding-right: 10px;
}

.footer-col ul li a i {
    margin-left: 10px;
    color: #3498db;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    margin-top: 40px;
}

.copyright {
    color: #999;
    margin: 0;
}

.footer-links {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.footer-links a {
    color: #999;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #3498db;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content p {
        font-size: 1.2rem;
    }

    .customer-section h2::before,
    .customer-section h2::after {
        width: 50px;
    }

    .customer-section h2::before {
        right: -70px;
    }

    .customer-section h2::after {
        left: -70px;
    }

    .info-card {
        margin-bottom: 30px;
    }

    .pricingTable {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .header {
        padding: 10px 0;
    }

    .hero-section {
        height: 500px;
    }

    .hero-content {
        padding: 25vh 0;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .customer-section h2::before,
    .customer-section h2::after {
        display: none;
    }

    .footer-links {
        justify-content: center;
        margin-top: 20px;
    }

    .footer-col {
        text-align: center;
    }

    .footer-col h4::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .social-links {
        justify-content: center;
    }

    .footer-col ul li a {
        justify-content: center;
    }

    .image_main_page {
        max-height: 300px;
        margin-bottom: 30px;
    }

    .m-t {
        margin-top: 30px;
    }

    .info-section {
        padding: 40px 0;
    }

    .info-card {
        text-align: center;
        padding: 20px;
    }

    .info-card i {
        font-size: 2rem;
    }

    .pricingTable {
        margin-bottom: 30px;
    }

    .pricingTable .price-value {
        font-size: 120px;
    }

    .pricingTable .price-value .value-bg {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }

    .hero-content p {
        font-size: 0.9rem;
    }

    .image_main_page {
        max-height: 250px;
    }

    .info-card {
        padding: 15px;
    }

    .info-card h3 {
        font-size: 1.3rem;
    }

    .pricingTable .title {
        font-size: 20px;
    }

    .pricingTable .price-value {
        font-size: 100px;
    }

    .pricingTable .price-value .value-bg {
        font-size: 35px;
    }

    .customer-logos .slide img {
        height: 100px;
    }
    
    /* Mobile performance optimizations */
    * {
        transition: none !important;
        animation: none !important;
        transform: none !important;
    }
    
    .card-blogs-2:hover,
    .modern-blog-card:hover,
    .info-card:hover,
    .feature-card:hover {
        transform: none !important;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    }
    
    .slick-slide img:hover {
        transform: none !important;
    }
}

.navbar-nav {
    float: left;
}

.nav-item a {
    font-size: 1rem;
}

.our_pricing {
    background-color: #E9F2F8;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    padding: 20px;
}

.pricingTable {
    color: #ffffff;
    margin-top: 30px;
    padding: 50px 15px;
    -webkit-box-shadow: 0px 19px 43px 0px rgba(17, 17, 17, 0.05);
    box-shadow: 0px 19px 43px 0px rgba(17, 17, 17, 0.05);
    -webkit-perspective: 700px;
    perspective: 700px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease;
    z-index: 1;
    background-color: #F6F4F4;
    border-radius: 10px;
}

@media only screen and (max-width:480px) {
    .pricingTable {
        margin-bottom: 60px;
    }
}

.pricingTabletop {
    margin-top: -30px;
}

.pricingTable .pricingTable-header {}

.pricingTable .title {
    color: black;
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.2s ease;
}

.pricingTable .price-month {
    color: #919191;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.pricingTable .price-value {
    font-size: 170px;
    line-height: 112px;
    position: relative;
    color: #e4f1ff;
    margin: 40px 0;
}

@media only screen and (max-width:768px) {
    .pricingTable .price-value {
        font-size: 130px;
    }
}

.pricingTable .price-value .value-bg {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #1386fc;
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
}

.pricingTable-2 .price-value {
    color: #e6e4ff;
}

.pricingTable-2 .price-value .value-bg {
    color: #7564e5;
}

.pricingTable .pricing-content {
    color: #595959;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.pricing-content-border {}

.pricing-content-border>li {
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.pricingTable .pricing-content li {
    line-height: 40px;
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pricingTable {
        margin-bottom: 50px;
    }
}

.btn-price-bg {
    background: #7564e5;
    border: 2px solid #7564e5;
    border-radius: 5000px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    padding: 12px 40px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pricingTable:hover .btn-price-bg {
    background: #232434;
    color: #fff;
    border: 2px solid #232434;
}

.section-title {
    margin-bottom: 60px;
}

h1.section-title-white {
    color: #fff;
}

.section-title h1 {
    font-size: 44px;
    font-weight: 500;
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
}

p.section-title-white {
    color: #fff;
}

.section-title p {
    padding: 0 10px;
    width: 70%;
    margin: auto;
    letter-spacing: 1px;
}

.blog-grid {
    position: relative;
    box-shadow: 0 1rem 1.75rem 0 rgba(45, 55, 75, 0.1);
    height: 100%;
    border: 0.0625rem solid rgba(220, 224, 229, 0.6);
    border-radius: 0.25rem;
    transition: all 0.15s ease;
    height: 100%
}

.blog-grid span {
    color: #292dc2
}

.blog-grid img {
    width: 100%;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
}

.blog-grid-text {
    position: relative
}

.blog-grid-text>span {
    color: #292dc2;
    font-size: 13px;
    padding-right: 5px
}

.blog-grid-text h4 {
    line-height: normal;
    margin-bottom: 15px
}

.blog-grid-text .meta-style2 {
    border-top: 1px dashed #cee1f8;
    padding-top: 15px
}

.blog-grid-text .meta-style2 ul li {
    margin-bottom: 0;
    font-weight: 500;
}

.blog-grid-text .meta-style2 ul li:last-child {
    margin-right: 0
}

.blog-grid-text ul {
    margin: 0;
    padding: 0
}

.blog-grid-text ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 10px 5px 0
}

.blog-grid-text ul li:last-child {
    margin-right: 0
}

.blog-grid-text ul li i {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px
}

.blog-grid-text p {
    font-weight: 400;
    padding: 0
}

.blog-list-left-heading:after,
.blog-title-box:after {
    content: '';
    height: 2px
}

.blog-grid-simple-content a:hover {
    color: #1d184a
}

.blog-grid-simple-content a:hover:after {
    color: #1d184a
}

.blog-grid-text {
    position: relative
}

.blog-grid-text>span {
    color: #292dc2;
    font-size: 13px;
    padding-right: 5px
}

.blog-grid-text h4 {
    line-height: normal;
    margin-bottom: 15px
}

.blog-grid-text .meta-style2 {
    border-top: 1px dashed #cee1f8 !important;
    padding-top: 15px
}

.blog-grid-text .meta-style2 ul li {
    margin-bottom: 0;
    font-weight: 500
}

.blog-grid-text .meta-style2 ul li:last-child {
    margin-right: 0
}

.blog-grid-text ul {
    margin: 0;
    padding: 0
}

.blog-grid-text ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 10px 5px 0
}

.blog-grid-text ul li:last-child {
    margin-right: 0
}

.blog-grid-text ul li i {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px
}

.blog-grid-text p {
    font-weight: 400;
    padding: 0
}

a,
a:active,
a:focus {
    color: #575a7b;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0
}

.pagination ul {
    display: inline-block;
    display: inline;
    zoom: 1;
    margin: 0 auto;
    padding: 0
}

.pagination li {
    display: inline
}

.pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff
}

.pagination a:hover {
    background-color: #1d184a;
    color: #fff
}

.pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default
}

.pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination .disabled a:hover {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination li:first-child a {
    border-left-width: 1px
}

.mt-6,
.my-6 {
    margin-top: 3.5rem;
}

.content-pe {
    color: #1386fc;
}

.h3-blade {
    width: 100%;
    line-height: 38px;
}

.p1-blade {
    color: #000;
    text-align: justify;
    line-height: 30px;
}

/*اینجان مصطفی محمدی این کد عجیب را نوشتم تا باگ صفحه رفع شود :)))))*/
.margin-top-150px {
    margin-top: 100px;
}

/*اینجان مصطفی محمدی این کد عجیب را نوشتم تا باگ صفحه رفع شود :)))))*/
.all-page-blog-cadr-1 {
    background-color: #0c0b0b;
    color: white;
   border-radius: 50px;


}

.img-1-blog {
    border-radius: 50px;
}

.p2-white {
    color: #D4C9BE;
    line-height: 35px;
}

.p3-white {
    color: #ffffff;
    line-height: 29px;
    text-align: justify;
}

ul li {
    line-height: 40px;
}

@media(max-width:768px) {
    .img-1-blog {
        max-width: 200px;

    }
}

.p4-white {
    color: #ffffff;
    line-height: 25px;
    text-align: center;
}

.p5-white {
    color: #ffffff;
    line-height: 30px;
    text-align: center;
}

.button-blog-1 {

    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 15px;


}
.card-blogs-2{
    transition: all 0.2s;
    border-radius: 30px;
}
.card-blogs-2:hover{
    box-shadow:0px 0px 15px #c2c2c2;
}
.card-img-top{
    border-radius: 100px;
}
.back-blogs2{
    background-color:#222831 ;
}
.p6-white{
    text-align: justify;
}
.card-title{
    line-height:35px;
}
.mt-10{
    margin-top: 8rem;
}
.p-blogs3{
    text-align: justify;
}




.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    /* filter: grayscale(100%); - Removed for mobile performance */
    transition: filter 0.2s;
    display: block;
}
.slick-slide img:hover{
    filter: none;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-list{
    direction: ltr;
}

/* Blog Styles */
.blog-content {
    line-height: 2.2;
    font-size: 1.1rem;
    color: #2c3e50;
    text-align: justify;
}

.blog-content h1, .blog-content h2, .blog-content h3 {
    color: #2c3e50;
    margin: 2rem 0 1.5rem;
    font-weight: 700;
}

.blog-content p {
    margin-bottom: 1.8rem;
}

.blog-content strong {
    color: #3498db;
    font-weight: 600;
}

.blog-image {
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 1.5rem 0;
}

.blog-image:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.blog-section {
    padding-top: 30px;
    background: #f8f9fa;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.blog-section:nth-child(even) {
    background: #fff;
}

.blog-header {

    text-align: center;
    color: white;
    padding: 4rem 0;
    border-radius: 0 0 30px 30px;
}

.blog-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.blog-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    margin: 1rem 0;
    padding: 1rem;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.feature-list i {
    color: #2ecc71;
    font-size: 1.2rem;
}

.cta-button {
    background: linear-gradient(45deg, #3498db, #2980b9);
    color: white;
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.cta-button:hover {
    background: linear-gradient(45deg, #2980b9, #3498db);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

/* Blog Page Specific Styles */
.blog-page {
    background: #fff;
    padding: 2rem 0;
}

.blog-page .container {
    max-width: 1200px;
    margin: 0 auto;
}

.blog-page .row {
    margin: 0 -15px;
}

.blog-page .col-md-8,
.blog-page .col-md-4 {
    padding: 0 15px;
}

.blog-page img {
    max-width: 100%;
    height: auto;
}

.blog-page h1,
.blog-page h2,
.blog-page h3,
.blog-page h4 {
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

.blog-page p {
    color: #333;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.blog-page .blog-meta {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.blog-page .blog-tags {
    margin: 1rem 0;
}

.blog-page .blog-tags a {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    margin: 0.2rem;
    background: #f8f9fa;
    border-radius: 20px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-page .blog-tags a:hover {
    background: #3498db;
    color: white;
}

/* Blog Cards */
.card-blogs-2 {
    transition: all 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.card-blogs-2:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.card-blogs-2 img {
    height: 250px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.card-blogs-2:hover img {
    transform: scale(1.05);
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 1rem 0;
}

.blog-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-muted {
    color: #666 !important;
}

.text-muted i {
    color: #3498db;
    margin-left: 5px;
}

.text-muted a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.text-muted a:hover {
    color: #3498db;
}

/* Hero Section Styles */
.hero-section {
    position: relative;
    height: 600px;
}

.hero-slider {
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
}

.hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-content .btn {
    padding: 12px 30px;
    font-size: 1.1rem;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.hero-content .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.feature-list {
    margin: 30px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.feature-item i {
    color: #28a745;
    margin-left: 10px;
    font-size: 1.2rem;
}

/* Swiper Navigation Styles */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.5);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007bff;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hero-section {
        height: 500px;
    }

    .hero-content {
        padding: 0 15px;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
}

/* Features Section Styles */
.features-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.feature-card {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 3rem;
    color: #3498db;
    margin-left: 10px;
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Statistics Section Styles */
.stats-section {
    padding: 80px 0;
    color: #fff;
}

.stat-card {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    /* backdrop-filter: blur(10px); - Removed for mobile performance */
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
}

/* --- Stat Icon Styles for Dark Background --- */
.stat-card .stat-icon {
    width: 80px !important;
    height: 80px !important;
    display: inline-block !important;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 50%;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.stat-card .stat-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.stat-card .stat-icon svg {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    color: #007bff !important;
}

/* --- Stat Icon Colors for Dark Background --- */
.stat-card .stat-icon.text-primary svg {
    color: #007bff !important;
}

.stat-card .stat-icon.text-success svg {
    color: #28a745 !important;
}

.stat-card .stat-icon.text-info svg {
    color: #17a2b8 !important;
}

.stat-card .stat-icon.text-warning svg {
    color: #ffc107 !important;
}

.stat-card .stat-icon.text-danger svg {
    color: #dc3545 !important;
}

.stat-card .stat-icon.text-secondary svg {
    color: #6c757d !important;
}

.stat-card .stat-icon.text-light svg {
    color: #f8f9fa !important;
}

.stat-card .stat-icon.text-dark svg {
    color: #343a40 !important;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fff;
}

.stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
    color: #fff;
}

/* Customer Slider Update */
.customer-section {
    padding: 40px 0;
    overflow: hidden;
}

.customer-section h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    padding-top: 3rem;
    position: relative;
    margin-bottom: 2rem;
}

.customer-section h2::before,
.customer-section h2::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 100px;
    height: 2px;
    background: #3498db;
}

.customer-section h2::before {
    right: -120px;
}

.customer-section h2::after {
    left: -120px;
}

.customer-logos {

    margin: 0 -10px;
}

.customer-logos .slide {
    padding: 10px;
}

.customer-logos .slide img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    /* filter: grayscale(100%); - Removed for mobile performance */
    transition: all 0.3s ease;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.slick-list {
    overflow: hidden;
    margin: 0 -10px;
}

.slick-track {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .customer-section h2::before,
    .customer-section h2::after {
        width: 50px;
    }

    .customer-section h2::before {
        right: -70px;
    }

    .customer-section h2::after {
        left: -70px;
    }
}

@media (max-width: 767px) {
    .customer-section h2::before,
    .customer-section h2::after {
        display: none;
    }
}

/* Info Section */
.info-section {
    padding: 80px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.info-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(52, 152, 219, 0.1), rgba(41, 128, 185, 0.1));
    z-index: 0;
}

.info-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.info-card:hover {
    transform: translateY(-10px);
}

.info-card i {
    font-size: 2.5rem;
    color: #3498db;
    margin-bottom: 20px;
}

.info-card h3 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
}

.info-card p {
    color: #666;
    line-height: 1.8;
}

/* Slider and Image Styles */
.slick-slider {
    width: 100%;
    margin: 0 auto;
}

.slick-slide {
    margin: 0 10px;
    height: auto;
}

.slick-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 150px;
    transition: all 0.3s ease;
}

.customer-logos {
    padding: 40px 0;
    background: #f8f9fa;
}

.customer-logos .slide {
    padding: 15px;
    transition: all 0.3s ease;
}

.customer-logos .slide img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    /* filter: grayscale(100%); - Removed for mobile performance */
    transition: all 0.3s ease;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.customer-logos .slide:hover img {
    /* filter: grayscale(0%); - Removed for mobile performance */
    transform: scale(1.05);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .slick-slide img {
        max-height: 130px;
    }

    .customer-logos .slide img {
        height: 100px;
    }
}

@media (max-width: 767px) {
    .slick-slide {
        margin: 0 5px;
    }

    .slick-slide img {
        max-height: 110px;
    }

    .customer-logos .slide {
        padding: 10px;
    }

    .customer-logos .slide img {
        height: 90px;
        padding: 8px;
    }

    .customer-logos {
        padding: 30px 0;
    }
}

@media (max-width: 576px) {
    .slick-slide {
        margin: 0 3px;
    }

    .slick-slide img {
        max-height: 90px;
    }

    .customer-logos .slide {
        padding: 8px;
    }

    .customer-logos .slide img {
        height: 80px;
        padding: 5px;
    }

    .customer-logos {
        padding: 20px 0;
    }
}

/* Modern Blog Page Styles */
.modern-blog-section {
    padding: 120px 0 80px;
    background: #f8f9fa;
    min-height: 100vh;
}

.modern-blog-header {
    text-align: center;
    margin-bottom: 80px;
    padding: 60px 0;
    background: #2c3e50;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.modern-blog-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.05"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.05"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.05"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.05"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.2;
}

.header-content {
    position: relative;
    z-index: 2;
}

.modern-blog-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    letter-spacing: -1px;
}

.modern-blog-subtitle {
    font-size: 1.3rem;
    color: rgba(255,255,255,0.9);
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.6;
}

.header-decoration {
    width: 80px;
    height: 4px;
    background: #3498db;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(52, 152, 219, 0.3);
}

.modern-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.modern-blog-card-wrapper {
    transition: transform 0.3s ease;
}

.modern-blog-card-wrapper:hover {
    transform: translateY(-10px);
}

.modern-blog-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.modern-blog-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.modern-blog-card:hover {
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

.card-image-container {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.modern-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.modern-blog-card:hover .modern-card-image {
    transform: scale(1.1);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(44, 62, 80, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modern-blog-card:hover .card-overlay {
    opacity: 1;
}

.read-more {
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 12px 24px;
    border: 2px solid white;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.read-more:hover {
    background: white;
    color: #2c3e50;
}

.card-content {
    padding: 30px;
}

.modern-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.modern-blog-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #888;
    transition: color 0.3s ease;
}

.meta-item:hover {
    color: #3498db;
}

.meta-item i {
    font-size: 0.9rem;
    color: #3498db;
}

/* Responsive Design for Modern Blog */
@media (max-width: 1200px) {
    .modern-blog-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 25px;
    }

    .modern-blog-title {
        font-size: 3rem;
    }
}

@media (max-width: 992px) {
    .modern-blog-section {
        padding: 100px 0 60px;
    }

    .modern-blog-header {
        margin-bottom: 60px;
        padding: 50px 0;
        border-radius: 25px;
    }

    .modern-blog-title {
        font-size: 2.5rem;
    }

    .modern-blog-subtitle {
        font-size: 1.1rem;
    }

    .modern-blog-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .modern-blog-section {
        padding: 120px 0 40px;
    }

    .modern-blog-header {
        margin-bottom: 50px;
        padding: 40px 20px;
        border-radius: 20px;
    }

    .modern-blog-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .modern-blog-subtitle {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .header-decoration {
        width: 60px;
        height: 3px;
    }

    .modern-blog-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 15px;
    }

    .card-content {
        padding: 25px;
    }

    .modern-card-title {
        font-size: 1.3rem;
    }

    .card-meta {
        gap: 12px;
    }

    .meta-item {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .modern-blog-section {
        padding: 110px 0 30px;
    }

    .modern-blog-header {
        margin-bottom: 40px;
        padding: 30px 15px;
        border-radius: 15px;
    }

    .modern-blog-title {
        font-size: 1.8rem;
    }

    .modern-blog-subtitle {
        font-size: 0.9rem;
    }

    .modern-blog-grid {
        gap: 20px;
        padding: 0 10px;
    }

    .card-image-container {
        height: 200px;
    }

    .card-content {
        padding: 20px;
    }

    .modern-card-title {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }

    .modern-blog-description {
        font-size: 0.9rem;
        margin-bottom: 15px;
    }

    .card-meta {
        gap: 10px;
        padding-top: 15px;
    }

    .meta-item {
        font-size: 0.75rem;
        gap: 6px;
    }

    .meta-item i {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .modern-blog-section {
        padding: 100px 0 20px;
    }

    .modern-blog-header {
        padding: 25px 10px;
    }

    .modern-blog-title {
        font-size: 1.6rem;
    }

    .modern-blog-subtitle {
        font-size: 0.85rem;
    }

    .modern-blog-grid {
        padding: 0 5px;
    }

    .card-content {
        padding: 15px;
    }

    .modern-card-title {
        font-size: 1.1rem;
    }

    .modern-blog-description {
        font-size: 0.85rem;
    }
}

/* Animation for blog cards */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modern-blog-card-wrapper {
    animation: fadeInUp 0.6s ease forwards;
}

.modern-blog-card-wrapper:nth-child(1) { animation-delay: 0.1s; }
.modern-blog-card-wrapper:nth-child(2) { animation-delay: 0.2s; }
.modern-blog-card-wrapper:nth-child(3) { animation-delay: 0.3s; }
.modern-blog-card-wrapper:nth-child(4) { animation-delay: 0.4s; }
.modern-blog-card-wrapper:nth-child(5) { animation-delay: 0.5s; }
.modern-blog-card-wrapper:nth-child(6) { animation-delay: 0.6s; }

/* Loading state */
.modern-blog-card.loading {
    opacity: 0.7;
    pointer-events: none;
}

/* Focus states for accessibility */
.modern-blog-link:focus {
    outline: 3px solid #3498db;
    outline-offset: 2px;
    border-radius: 20px;
}

.modern-blog-link:focus .modern-blog-card {
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3);
}

/* --- Hero Half Slider --- */
.hero-half {
    min-height: 50vh;
    height: 50vh;
    position: relative;
    padding: 0;
    margin: 0;
}
.hero-slider-half {
    width: 100%;
    height: 100%;
    min-height: 50vh;
}
.hero-slide-half {
    position: relative;
    width: 100%;
    height: 50vh;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.slide-bg-1, .slide-bg-2, .slide-bg-3, .slide-bg-4 {
    background: url('/assets/images/coffee-big.webp') center center/cover no-repeat;
}
.hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(120deg, rgba(44,62,80,0.7) 0%, rgba(52,73,94,0.7) 100%);
    z-index: 1;
}
.slide-bg-2 .hero-overlay {
    background: linear-gradient(120deg, rgba(0,0,0,0.6) 0%, rgba(44,62,80,0.7) 100%);
}
.slide-bg-3 .hero-overlay {
    background: linear-gradient(120deg, rgba(52,73,94,0.7) 0%, rgba(0,0,0,0.6) 100%);
}
.slide-bg-4 .hero-overlay {
    background: linear-gradient(120deg, rgba(0,0,0,0.7) 0%, rgba(52,73,94,0.7) 100%);
}
.hero-content-half {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 1rem;
}
.hero-content-half h1, .hero-content-half h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.hero-content-half p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 1px 4px rgba(0,0,0,0.18);
}
.hero-content-half .btn {
    font-size: 1.1rem;
    border-radius: 30px;
    padding: 12px 36px;
    box-shadow: 0 2px 10px rgba(44,62,80,0.15);
}

/* --- Info Cards --- */
.info-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 18px rgba(44,62,80,0.08);
    padding: 2rem 1.5rem;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info-card:hover {
    box-shadow: 0 8px 32px rgba(44,62,80,0.16);
    transform: translateY(-6px) scale(1.03);
}
.info-icon {
    font-size: 2.7rem !important;
    color: #007bff !important;
    margin-bottom: 1rem;
    display: inline-block;
    background: linear-gradient(135deg, #e3f0ff 0%, #f7faff 100%);
    border-radius: 50%;
    padding: 18px;
    box-shadow: 0 2px 8px rgba(44,62,80,0.08);
}
.info-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
}
.info-card p {
    color: #555;
    font-size: 1rem;
    margin-bottom: 0;
}

/* --- Support Fixed Button --- */
.support-fixed {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
}
.support-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(44,62,80,0.13);
    color: #fff;
    font-size: 2rem;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    text-decoration: none;
}
.support-telegram {
    background: linear-gradient(135deg, #229ED9 0%, #0a7abf 100%);
}
.support-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}
.support-btn:hover {
    box-shadow: 0 4px 18px rgba(44,62,80,0.18);
    /* filter: brightness(1.08); - Removed for mobile performance */
    color: #fff;
}

@media (max-width: 991px) {
    .hero-half, .hero-slider-half, .hero-slide-half {
        min-height: 38vh;
        height: 38vh;
    }
    .support-fixed {
        bottom: 12px;
        right: 12px;
    }
}
@media (max-width: 576px) {
    .hero-half, .hero-slider-half, .hero-slide-half {
        min-height: 28vh;
        height: 28vh;
    }
    .info-card {
        padding: 1.2rem 0.7rem;
    }
    .support-btn {
        width: 44px;
        height: 44px;
        font-size: 1.5rem;
    }
}

/* --- Hero 80vh Slider --- */
.hero-80vh {
    min-height: 80vh;
    height: 80vh;
    position: relative;
    padding: 0;
    margin: 0;
}
.hero-slider-80vh {
    width: 100%;
    height: 100%;
    min-height: 80vh;
}
.hero-slide-80vh {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hero-content-80vh {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 1rem;
}
.hero-content-80vh h1, .hero-content-80vh h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.hero-content-80vh p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 1px 4px rgba(0,0,0,0.18);
}
.hero-content-80vh .btn {
    font-size: 1.1rem;
    border-radius: 30px;
    padding: 12px 36px;
    box-shadow: 0 2px 10px rgba(44,62,80,0.15);
}

@media (max-width: 576px) {

    .hero-content-80vh h1, .hero-content-80vh h2 {
        font-size: 1.3rem;
    }
}
.accordion-button::after {
    margin-left: 0!important;
}

/* --- SVG Icons Support --- */
.info-icon, .stat-icon {
    width: 60px !important;
    height: 60px !important;
    display: inline-block !important;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.info-icon:hover, .stat-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}

.info-icon svg, .stat-icon svg {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    color: #6c757d !important;
}

/* --- Icon Colors --- */
.info-icon.text-primary svg, .stat-icon.text-primary svg {
    color: #6c757d !important;
}

.info-icon.text-success svg, .stat-icon.text-success svg {
    color: #6c757d !important;
}

.info-icon.text-info svg, .stat-icon.text-info svg {
    color: #6c757d !important;
}

.info-icon.text-warning svg, .stat-icon.text-warning svg {
    color: #6c757d !important;
}

.info-icon.text-danger svg, .stat-icon.text-danger svg {
    color: #6c757d !important;
}

.info-icon.text-secondary svg, .stat-icon.text-secondary svg {
    color: #6c757d !important;
}

.info-icon.text-light svg, .stat-icon.text-light svg {
    color: #6c757d !important;
}

.info-icon.text-dark svg, .stat-icon.text-dark svg {
    color: #6c757d !important;
}

/* --- Advanced Features Section --- */
.advanced-features-section {
    background: #f8f9fa;
}

.feature-highlight-card {
    background: #fff;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    height: 100%;
}

.feature-highlight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-color: #007bff;
}

.feature-icon-large {
    color: #007bff;
}

.feature-highlight-card h4 {
    color: #2c3e50;
    font-weight: 600;
}

.feature-highlight-card p {
    color: #6c757d;
    line-height: 1.6;
}

/* --- Responsive Icons --- */
@media (max-width: 768px) {
    .info-icon, .stat-icon {
        width: 50px !important;
        height: 50px !important;
        padding: 12px;
    }

    .stat-card .stat-icon {
        width: 60px !important;
        height: 60px !important;
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .info-icon, .stat-icon {
        width: 45px !important;
        height: 45px !important;
        padding: 10px;
    }

    .stat-card .stat-icon {
        width: 50px !important;
        height: 50px !important;
        padding: 12px;
    }
}
