.bg-why{
    background: url(../images/bg-why.png) no-repeat top center;
    background-size: cover;
}
#block-product-list{
    background:url(../images/bg-product-category.jpg) no-repeat top center;
  
}
#block-gift{
}
#block-gift .gift-item{}
#block-gift .gift-item .title{
    font-size: 1.4rem;
    color: var(--second);
}
#block-gift .gift-item .description{font-size: 0.9rem;}
#block-gift .gift-item .link-detail{
    background: var(--second);
    color: #fff;
    display: inline-block;
    margin-top: 12px;
    padding: 5px 17px;
    border-radius: 30px;
    text-decoration: none;
}
#block-gift .gift-item .link-detail:hover{}
#block-gift .image-circle{
    width: 100%;
    height: 0;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #FADFAE 0%, #FFDEA3 100%);
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 10px;
    border-radius: 50%;
}
#block-gift .image-circle img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 50%;
}
#block-gift .gift-item{padding-bottom: 20px;max-width: 360px;margin: auto;}
#block-gift .gift-caption{
    background: #5d3b22;
    color: #fff;
    padding: 24px 18px 30px;
    width: 90%;
    margin: -140px auto 0;
    padding-top: 140px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
#block-gift .gift-button-prev,
#block-gift .gift-button-next{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #5d3b22;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
}
#block-gift .gift-button-prev{left: -10px;}
#block-gift .gift-button-next{right: -10px;}
#block-gift .gift-slider-pagination{
    position: absolute;
    width: 50%;
}
#block-gift .gift-slider-pagination span{
    width: 12px;
    height: 5px;
    border-radius: 3px;
    background: #ffffff;
    opacity: 0.5;
    margin: 0 2px;
}
#block-gift .gift-slider-pagination .swiper-pagination-bullet-active{
    background: var(--second);
    opacity: 1;
}
@media (max-width: 991.98px){
    #block-gift .image-circle{width: 220px;height: 220px;border-width:6px}
    #block-gift .gift-button-prev{left: 0}
    #block-gift .gift-button-next{right: 0}
}
@media (max-width: 575.98px){
    #block-gift .image-circle{max-width: 90%;height: 90%;}
    #block-gift .gift-caption{width: 100%;margin-top: 0;padding-top: 0;padding: 14px;border-radius: 5px;}
}


#block-process{}
#block-process .title{
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primary);
}
#block-process .description{width:100%;max-width:300px;margin:10px auto}


.process-item {
    position: relative;
}


.process-item.arrow-right::after {
    content: "";
    position: absolute;
    top: calc(40% - 10px);
    right: -40px;
    background: url(../images/arrow-1.svg) no-repeat right center;
    width: 70px;
    height: 20px;
}


.process-item.arrow-down::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -40px;
    width: 2px;
    height: 40px;
    border-left: 2px dashed #013E61;
}

.process-item.arrow-down::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    transform: rotate(90deg);
    position: absolute;
    left: calc(50% - 4px);
    bottom: -63px;
    font-size: 26px;
}


.process-item.arrow-left::after {
        content: "";
        position: absolute;
        top: calc(40% - 10px);
        left: -40px;
        background: url(../images/arrow-1.svg) no-repeat right center;
        width: 70px;
        height: 20px;
        transform: rotate(180deg);
}



#block-service{
    background: var(--primary);
    color: #FFF;
}
#block-service .service-item:after{
    content:"";
    width:100%;
    height:1px;
    background:#fff;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
}
#block-service .service-item:first-child{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}
#block-service .service-item{
   color: #fff;
   display: block;
   text-align: center;
   text-decoration: none;
   border-radius: 10px;
   display: block;
   position: relative;
   margin-bottom: 10px;
   transition: 0.4s ease;
}
#block-service .service-item.active{
    background: var(--second);
    color: #fff;
}
#block-service .service-item-photo{
    position: relative;
}
#block-service .service-item-photo img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    opacity: 0;
    transition: 0.4s ease;
}
#block-service .service-item-photo img.active{
    opacity: 1;
}



.about-tabs{}
.about-tabs .nav-link{
    border: 0 !important;
    border-bottom: 2px solid #B0B0B0 !important;
    background: transparent;
    color: #B0B0B0;
}
.about-tabs .nav-link.active,.about-tabs.nav-link:hover{
    background: transparent;
    border-color: var(--primary) !important;
    color: var(--primary);
}
.box-description{
    border-radius: 9px;
    overflow: hidden;
}
.box-description:after{content:"";background: var(--primary);position: absolute;left: 0;width: 100%;height: 100%;opacity: 0.3;bottom: 0;}
.box-description .desc{
    color: #fff;
    z-index: 2;
}
.home-page .section-title:after {
    opacity:0;
    content:"";
    position:absolute;
    background: var(--secondary-color);
    width: 100px;
    height: 2px;
    bottom: 0;
    left: calc(50% - 50px);
}

.section-title {
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    color: var(--primary);
    margin-bottom: 0.5rem;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 0.5rem;
}
.section-title.no-bg:after{
    background: transparent;
}
.section-title.title-v2{
    background:transparent;
    margin: 0;
}

h4.section-subtitle {
    font-size: 1.4rem;
    position: relative;
    font-weight: bold;
    padding-bottom: 10px;
}
h4.section-subtitle:after{content:"";background: var(--primary);height: 1px;width: 150px;position: absolute;bottom: 5px;left: 0;}
/* ===== ABOUT US SECTION ===== */


.about-images-wrapper {
    position: relative;
}

.main-image img{width:100%}
.main-image {
    
    position: relative;
    z-index: 1;
}

.overlay-image {
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: 2;
    max-width: 200px;
}

.overlay-image img {
    border: 5px solid #DBDFDE;
}


.about-text {
    font-size: 1.1rem;
    color: var(--gray-dark);
    margin-bottom: 2rem;
    line-height: 1.8;
}





.feature-icon i {
    color: var(--white);
    font-size: 1.5rem;
}





.latest-news-section {
    background: #FFFBF5;
}

.news-card {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}
.news-card .news-date{
    padding:5px;
    min-width: 40px;
}




.news-card {
  
    flex-direction: column;
  
    width: 100%;
}

.news-date {
    z-index: 2;
}
.news-card .date-day {font-size: 1.2rem;}
.news-card .date-month {

}
.date-day {
    display: block;
   
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
}

.date-month {
    display: block;
    
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
}

.news-image {
    position: relative;
    overflow: hidden;
    /* height: 200px; */
    width: 100%;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-image img {
    transform: scale(1.05);
}

.news-content {
    /* padding: 20px; */
}

.news-content h5 a{
    text-decoration: none;
    color: var(--primary);
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-content p {
    /* color: var(--gray-dark); */
    /* margin-bottom: 15px; */
    /* line-height: 1.6; */
    /* font-size: 0.95rem; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 5; */
    /* overflow: hidden; */
}


.news-read-more:hover {
    color: var(--secondary-color);
    gap: 10px;
}

/* Partners Section */
.partners-section {
    padding: 40px 0;
    border-top: 1px solid var(--border-color);
}

.partner-logo {
    max-height: 60px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    margin: 0 20px;
}

.partner-logo:hover {
    opacity: 1;
}


/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

section {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

section.animate-in {
    opacity: 1;
}


.news-item .avatar-news img{
    position: absolute;
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    top: 0;
}
.news-item .avatar-news{
    position: relative;
    /* height: 0; */
    --bs-aspect-ratio: 110%;
}
.news-item .avatar-news::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.news-item .avatar-news .news-date{
    position: absolute;
    top: 0;
}
/* ===== END LATEST NEWS SECTION ===== */

  .product-category-item{
    border-radius: 15px;
    overflow: hidden;
    display: block;
}

.product-category-item:after{content:"";width: 100%;height: 100%;position: absolute;background: #000;top: 0;left: 0;z-index: 1;opacity: 0.3;}
.product-category-item span{
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 123;
    text-align: center;
    max-width: 90%;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.5;
}
.product-category-item:hover span{}

/* Why Choose Labaco Section */
.why-choose-labaco {
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}


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



.feature-icon {
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex:  0 0 55px;
}

.feature-icon i {
    font-size: 2rem;
    color: #ffffff;
}

.feature-box h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.feature-box p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}
.feature-info h5 {
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    text-transform: uppercase;
}


.center-images {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.image-top {
    position: relative;
    z-index: 3;
    width: 280px;
    height: 350px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 3px solid #ffffff;
    transform: translateX(-20px) translateY(-10px);
}

.image-bottom {
    position: relative;
    z-index: 2;
    width: 300px;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 3px solid #ffffff;
    transform: translateX(20px) translateY(20px);
}

.image-top img,
.image-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .why-choose-labaco .section-title {
        font-size: 2rem;
    }
    
    .center-images {
        min-height: 300px;
        margin: 3rem 0;
    }
    
    .image-top {
        width: 220px;
        height: 280px;
        transform: translateX(-10px) translateY(-5px);
    }
    
    .image-bottom {
        width: 240px;
        height: 160px;
        transform: translateX(10px) translateY(15px);
    }
    
    .feature-box {
        margin-bottom: 2rem;
    }
    
    .feature-icon {
        width: 70px;
        height: 70px;
    }
    
    .feature-icon i {
        font-size: 1.8rem;
    }
    
    .feature-box h3 {
        font-size: 1.2rem;
    }
}



@media(min-width:1024px){
    .col-why-1{flex: 0 0 39%;}
    .col-why-2{flex: 0 0 22%;}



}

@media (max-width: 767.98px) {
    .banner-gift .swiper-main-slider .swiper-slide{
        height: 100% !important;
    }
    .why-choose-labaco .section-title {
        font-size: 1.5rem;
    }
    
    .center-images {
        min-height: 250px;
        margin: 2rem 0;
    }
    
    .image-top {
        width: 180px;
        height: 220px;
        transform: translateX(-5px) translateY(-5px);
    }
    
    .image-bottom {
        width: 200px;
        height: 130px;
        transform: translateX(5px) translateY(10px);
    }
    
    .feature-box {
        margin-bottom: 1.5rem;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 1rem;
    }
    
    .feature-icon i {
        font-size: 1.5rem;
    }
    
    .feature-box h3 {
        font-size: 1.1rem;
    }
    
    .feature-box p {
        font-size: 0.9rem;
    }
}


/* ===== Gallery Slider (2 hÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ng) ===== */


/* NÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºt ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œiÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âu hÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºng giÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯a */
.gallery-prev,.gallery-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:40px;
    height:40px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 4px 16px rgba(0,0,0,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:5;
    color:var(--primary);
    cursor:pointer;
    padding-top: 1px;
}
.gallery-prev{left: 10px;}
.gallery-next{right: 10px;}
.gallery-prev i,.gallery-next i{font-size:16px}

@media(min-width:768px){
    .gallery-prev{/* left:-15px; */}
    .gallery-next{/* right:-15px; */}
}

@media(min-width:1200px){
    .gallery-prev{/* left:-20px; */}
    .gallery-next{/* right:-20px; */}
}

.news-item{
    color: #fff;
    text-decoration: none;
}
.news-item:hover .inner{
    transform: scale(1.05);
}
.news-item:hover{
    color: #fff;
}
.news-item .inner{transition: 0.5s ease all !important;color:#fff}
.news-item .inner:after{content:"";width: 100%;height: 100%;position: absolute;background: #000;top: 0;left: 0;z-index: 1;opacity: 0.3;}
.news-item  .info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 10px 30px;
    height: auto;
    top: auto;
}
.news-item  .info .date{
    display: flex;
    align-items: center;
    gap: 4px;
}
.news-item  .info h3{
    font-size: 1.4rem;
    margin: 8px 0;
}
.news-item  .info p{}


#block-social{
    background: url(../images/bg-video.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}




.with-bottom-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: calc(100% - 23px);
    border-left: 2px dotted #013E61;
}
.with-bottom-arrow{
    height: 62px;
    position: relative;
}
.with-bottom-arrow::before {content: "\f105";font-family: "Font Awesome 5 Pro";position: absolute;bottom: 0;transform: rotate(-270deg);font-size: 26px;color: var(--primary);left: calc(50% - 5px);}


/* About Section Styles */
.gioi-thieu-section {
    background: #fffaf3 url(../images/bg.png) no-repeat;
    position: relative;
    background-size: cover;
}

.gioi-thieu-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-pattern.png) repeat;
    opacity: 0.03;
    pointer-events: none;
}

.about-row {
    position: relative;
    z-index: 2;
}

.about-item-image > div{
    border-radius: 25px;
}
.about-item-image {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #FADFAE 0%, #FFDEA3 100%);
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 10px;
    border-radius: 30px;
}

.about-item-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 15px 35px rgba(139, 69, 19, 0.15);
    transition: all 0.4s ease;
}

.about-item-image:hover img {
    transform: scale(1.02);
    box-shadow: 0 20px 45px rgba(139, 69, 19, 0.25);
}

.about-item-content {
    padding: 20px;
}
.about-title:after {content:"";width: 80px;height: 60px;display: inline-block;background: url(../images/bird.svg) no-repeat;background-size: 100%;}
.about-title {
    font-size: 2.1rem;
    color: var(--primary);
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    position: relative;
    font-family:
    'Playfair Display';
    text-transform: uppercase;
    font-weight: 600;
}


.about-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5D4037;
    margin-bottom: 2rem;
    text-align: justify;
}

.about-button {
    margin-top: 1.5rem;
}

.btn-about {
    display: inline-block;
    padding: 12px 30px;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(139, 69, 19, 0.3);
    letter-spacing: 1px;
    font-size: 1rem;
}

.btn-about:hover {
    background: linear-gradient(45deg, #A0522D, #8B4513);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.4);
    color: #fff;
}

@media(max-width:768px){
    .section-title{
    font-size: 1.4rem;
}
    .about-text{
    font-size: 0.9rem;
    }
    #block-product-list{
        background-size: cover;
    }
    #block-gift .gift-item .title{font-size: 1.2rem;}
    .process-item{}
    .process-item .image{}
    #block-process .title{
    font-size: 0.9rem;
}
    .process-item .image svg{
        width: 95%;
        height: auto;
    }
    #block-process .description{
    font-size: 0.8rem;
}
    .process-item::after{display:none}
    
    /* About Section Mobile */
    .about-item-content {
        text-align: center;
        margin-top: 2rem;
        padding: 15px;
    }
    
    .about-title {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    
    .about-title::after {
        left: 90%;
        transform: translateX(-50%);
        position: absolute;
        top: -11px;
    }
    
    .about-description {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
        text-align: center;
    }
    
    .about-row {
        margin-bottom: 3rem !important;
    }
    
}






.why-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: rgb(139, 69, 19);
    margin-bottom: 2rem;
    line-height: 1.2;
}
.features-left {
    justify-content: flex-end;
}

.features-left, .features-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}
.features-left .feature-item {
    flex-direction: row;
    text-align: right;
}

.feature-item {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
    transition: 0.3s;
}

.feature-text {
    flex: 1 1 0%;
}
.feature-text span {
    font-size: 0.9rem;
    font-weight: 700;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.feature-item:nth-child(2n+1) .feature-icon {
    animation-delay: 0s;
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    border-radius: 50%;
    flex: 0 0 100px;
}


.center-product-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-image-container {
    position: relative;
    max-width: 400px;
    width: 100%;
}
.center-product-image img {
    animation: 3s ease-in-out 0s infinite normal none running float;
    -webkit-animation: 3s ease-in-out 0s infinite normal none running float;
    -moz-animation: 3s ease-in-out 0s infinite normal none running float;
    -ms-animation: 3s ease-in-out 0s infinite normal none running float;
    -o-animation: 3s ease-in-out 0s infinite normal none running float;
}

.product-image-container img {
    width: 100%;
    height: auto;
    filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 10px 30px);
    transition: 0.3s;
}


.feature-item:hover .feature-text span {
    color: rgb(210, 105, 30);
}

.feature-text span {
    font-size: 0.9rem;
    font-weight: 700;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.feature-item:hover {
    transform: translateY(-3px);
}
.why-content-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 500px;
    gap: 2rem;
}

/* Float Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Mobile responsive for why section */
@media (max-width: 991.98px) {
    .why-content-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .features-left {
        order: 2;
    }
    
    .center-product-image {
        order: 1;
    }
    
    .features-right {
        order: 3;
    }
    
    .feature-item {
        justify-content: center;
    }
    
    .features-left .feature-item {
        flex-direction: row;
        text-align: center;
    }
    
    .why-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .why-title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    
    .feature-item {
        gap: 0.8rem;
    }
    
    .feature-icon {
        width: 80px;
        flex: 0 0 80px;
    }
    
    .feature-text span {
        font-size: 0.85rem;
    }
    
    .center-product-image img {
        max-width: 300px;
    }
}

/* ===== FEEDBACK SECTION ===== */

.feedback-slider-container {
    max-width: 100%;
    padding: 0 50px;
    overflow: hidden;
}

.feedback-swiper {
    overflow: hidden;
    padding: 20px 0;
}



.feedback-card {
    background: #fff;
    border-radius: 0;
    padding: 25px 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    height: auto;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.feedback-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.feedback-name{
    background: url(../images/human.svg) no-repeat top left;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 50px;
}
.feedback-name h6{}
.feedback-avatar {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f0f0f0;
}

.feedback-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feedback-name h6 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0;
    margin-top: 0;
}

.feedback-content {
    flex: 1;
    margin-top: 10px;
    font-weight: 500;
}

.feedback-content p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.feedback-rating {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-top: auto;
}

.feedback-rating i {
    font-size: 16px;
    color: #ffc107;
}

.feedback-rating .far {
    color: #e0e0e0;
}

/* Navigation Buttons */
.feedback-swiper-button-prev,
.feedback-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--primary);
    z-index: 10;
    transition: all 0.3s ease;
}

.feedback-swiper-button-prev {
    left: 10px;
}

.feedback-swiper-button-next {
    right: 10px;
}

.feedback-swiper-button-prev:hover,
.feedback-swiper-button-next:hover {
    background: var(--primary);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.feedback-swiper-button-prev:hover i,
.feedback-swiper-button-next:hover i {
    color: #fff;
}

.feedback-swiper-button-prev i,
.feedback-swiper-button-next i {
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .feedback-slider-container {
        padding: 0 20px;
    }
    
    .feedback-card {
        padding: 20px 15px;
        min-height: 280px;
    }
    
    .feedback-avatar {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
    
    .feedback-name h6 {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }
    
    .feedback-content p {
        font-size: 0.85rem;
        -webkit-line-clamp: 3;
    }
    
    .feedback-rating i {
        font-size: 14px;
    }
    
    .feedback-swiper-button-prev,
    .feedback-swiper-button-next {
        width: 35px;
        height: 35px;
        display: none; /* Hide navigation on mobile */
    }
}

@media (max-width: 576px) {
    .feedback-card {
        min-height: 250px;
        padding: 15px;
    }
    
    .feedback-content p {
        -webkit-line-clamp: 3;
    }
}

/* ===== NEWS SECTION ===== */
#block-news {
    background: #fff;
}

/* Col-8: Main News List with Custom Scroll */
.news-list-container {
    overflow-y: auto;
    padding-right: 15px;
    margin-right: -15px;
    height: 100%;
    position: relative;
}

/* Custom Scrollbar */
.news-list-container::-webkit-scrollbar {
    width: 8px;
}

.news-list-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.news-list-container::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.news-list-container::-webkit-scrollbar-thumb:hover {
    background: #8B4513;
}

/* News Item Card */
.news-item-card {
    background: #fff;
    border: 1px solid var(--primary);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.news-item-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: var(--primary);
}

.news-item-card .news-image {
    /* height: 100%; */
    overflow: hidden;
}

.news-item-card .news-image img {
    width: 100%;
    height: 100% !IMPORTANT;
    object-fit: cover;
    transition: all 0.3s ease;
}

.news-item-card:hover .news-image img {
    transform: scale(1.05);
}

.news-content {
    /* padding: 20px; */
}

.news-date {
    color: #888;
    font-size: 0.85rem;
}

.news-date i {
    margin-right: 5px;
    color: var(--primary);
}

.news-title {
    /* margin-bottom: 10px; */
    /* font-size: 1.1rem; */
    /* line-height: 1.4; */
}

.news-title a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-title a:hover {
    color: var(--primary);
}

.news-excerpt {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-read-more {
    /* color: var(--primary); */
    /* text-decoration: none; */
    /* font-weight: 600; */
    /* font-size: 0.9rem; */
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.news-read-more:hover {
    color: #8B4513;
    text-decoration: underline;
}

/* Col-4: Sidebar */
.news-sidebar {
    padding-left: 30px;
}

/* Featured Main Card */
.featured-main-card {
    background: #fff;
    border: 1px solid var(--primary);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.featured-main-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.featured-image {
    overflow: hidden;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.featured-main-card:hover .featured-image img {
    transform: scale(1.05);
}

.featured-content {
    padding: 20px;
}

.featured-date {
    color: #888;
    font-size: 0.8rem;
    margin-bottom: 8px;
}

.featured-date i {
    margin-right: 5px;
    color: var(--primary);
}

.featured-title {
    margin-bottom: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
}

.featured-title a:hover {
    color: var(--primary);
}

.featured-excerpt {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-read-more {
    color: #fff;
    padding: 1px 2px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    border-bottom: 1px solid var(--primary);
}

.featured-read-more:hover {
    transform: translateY(-1px);
    letter-spacing: 1px;
}

/* Featured Small Cards */
.featured-small-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.featured-small-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.small-image {
    height: 80px;
    overflow: hidden;
}

.small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.featured-small-card:hover .small-image img {
    transform: scale(1.05);
}

.small-content {
    padding: 15px;
}

.small-date {
    color: #888;
    font-size: 0.75rem;
    margin-bottom: 5px;
}

.small-date i {
    margin-right: 3px;
    color: var(--primary);
}

.small-title {
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.3;
}

.small-title a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.small-title a:hover {
    color: var(--primary);
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .news-sidebar {
        padding-left: 0;
        margin-top: 30px;
    }
    
    .news-list-container {
        max-height: none;
        overflow-y: visible;
        padding-right: 0;
        margin-right: 0;
    }
    
    .featured-main-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .news-item-card .news-image {
        /* height: 100px; */
    }
    
    .news-content {
        padding: 15px;
    }
    
    .news-title {
        font-size: 0.8rem;
    }
    
    .featured-content {
        padding: 15px;
    }
    
    .featured-title {
        font-size: 1.1rem;
    }
    
    .small-content {
        padding: 12px;
    }
}
.video-category{
    border: 1px solid var(--primary);
    border-radius: 20px;
}

.video-category .title{
    text-align: center;
    width: 80%;
    text-align: center;
    background: var(--primary);
    margin-left: 10%;
    padding: 10px 0;
    border-radius: 30px;
    color: #fff;
    margin-bottom: -20px;
    margin-top: 10px;
}

/* Video item styles */
.video-item {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    width: 100%;
  }
  
  .video-item:hover {
    transform: translateY(-6px);
  }
  
  .video-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
  }
  
  .video-item:hover img {
    transform: scale(1.05);
  }

  .swiper-video .swiper-slide {
    transition: all 0.3s ease;
    opacity: 0.7;
    transform: scale(0.95);
  }
  .swiper-video .swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1) !important;
  }
        
        /* Responsive adjustments */
  @media (max-width: 575px) {
    .video-item {
      /* margin-bottom: 15px; */
    }
  }
.video-swiper{
    height: 100%;
}









/* Success Stories Gallery */
.success-stories-gallery .loader:after{
    content:"";
    background: url(../images/loading.gif) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.success-stories-gallery .loader img{opacity: 0;}
.success-stories-gallery {
    position: relative;
    margin: 3rem 0;
}

.success-stories-gallery .row {
    align-items: center;
}

/* Main Image */
.main-image-container {
    text-align: center;
    /* padding: 0 20px; */
    background: #FFFFFF;
}

.main-image {
    /* border-radius: 15px; */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.main-image:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}


/* ===== BANNER GIFT SWIPER ===== */
.banner-gift {
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.banner-gift::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-pattern.png) repeat;
    opacity: 0.1;
    pointer-events: none;
}




.gift-content {
    color: #fff;
    padding: 2rem 0;
}

.gift-content h4 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    opacity: 0;
}

.gift-content h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    line-height: 1.2;
}

.gift-content .content {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0;
}

.gift-content .link a {
    display: inline-block;
    background: #fff;
    color: #8B4513;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gift-content .link a:hover {
    background: #D2691E;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* ===== FEEDBACK SECTION ===== */
#block-feedback {
    background: linear-gradient(135deg, #f8f4e6 0%, #ffffff 100%);
    position: relative;
}

.feedback-slider-container {
    margin-top: 2rem;
}



.feedback-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border-color: #D2691E;
}

.feedback-name h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #8B4513;
    margin-bottom: 0;
}

.feedback-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.feedback-rating {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.feedback-rating i {
    color: #FFD700;
    font-size: 1.2rem;
}

.feedback-swiper-button-prev,
.feedback-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.feedback-swiper-button-prev:hover,
.feedback-swiper-button-next:hover {
    background: #D2691E;
    transform: translateY(-50%) scale(1.1);
}

.feedback-swiper-button-prev {
    left: 7px;
}

.feedback-swiper-button-next {
    right: 7px;
}

/* ===== NEWS SECTION ===== */
#block-news {
    background: #f8f9fa;
}

.news-list-container {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 15px;
    width: 100%;
}

.news-list-container::-webkit-scrollbar {
    width: 6px;
}

.news-list-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.news-list-container::-webkit-scrollbar-thumb {
    background: #8B4513;
    border-radius: 10px;
}

.news-item-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.news-item-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.news-image {
    /* overflow: hidden; */
    /* height: 120px; */
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.news-item-card:hover .news-image img {
    transform: scale(1.1);
}

.news-content {
    /* padding: 15px; */
}

.news-date {
    font-size: 0.85rem;
    color: #999;
}

.news-date i {
    margin-right: 5px;
}

.news-title a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-title a:hover {
    color: #333;
}

.news-excerpt {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-read-more {
    color: #8B4513;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.news-read-more:hover {
    color: #D2691E;
}

/* Featured Article */
.featured-main-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.featured-main-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.featured-image {
    overflow: hidden;
    aspect-ratio: 10/6.5;
    width: 100%;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.featured-main-card:hover .featured-image img {
    transform: scale(1.1);
}

.featured-content {
    padding: 20px;
}

.featured-date {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 10px;
}

.featured-title a {
    color: var(--primary);
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-title a:hover {
    color: #8B4513;
}

.featured-excerpt {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-read-more {
    color: #8B4513;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
}

.featured-read-more:hover {
    /* color: #D2691E; */
}

/* ===== VIDEO SECTION ===== */
#block-video {
    background: #f8f9fa;
}

.video-category {
    margin-bottom: 30px;
}

.video-category .inner {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.video-item {
    position: relative;
    cursor: pointer;
}

.video-item a {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.video-item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: all 0.3s ease;
}

/* Play button icon using content on ::before with circle background */
.video-item a::before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-44%, -50%);
    transition: all 0.3s ease;
    width: 70px;
    height: 70px;
    text-align: center;
    background: url(../images/video.png);
    background-size: 100%;
}

/* Hover effects */
.video-item:hover a::after {
    background: rgba(0, 0, 0, 0.6);
}

.video-item:hover a::before {
    transform: translate(-44%, -50%) scale(1.1);
}

.video-category .title {
    text-align: center;
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}

/* ===== ARCHIVEMENT SWIPER ===== */
.swiper-archivement {
    padding: 20px 0;
}

.swiper-archivement .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.swiper-archivement .swiper-slide a {
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 2px solid var(--primary);
    overflow: hidden;
}

.swiper-archivement .swiper-slide a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    border-color: #8B4513;
}

.swiper-archivement .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1199.98px) {
    .gift-content h3 {
        font-size: 2rem;
    }
    
    .slide-item {
        min-height: 350px;
    }
    
    .feedback-swiper-button-prev {
        left: -20px;
    }
    
    .feedback-swiper-button-next {
        right: -20px;
    }
}

@media (max-width: 991.98px) {
    
    
    .gift-content h3 {
        font-size: 1.8rem;
    }
    
    .gift-content h4 {
        font-size: 1.1rem;
    }
    
    .gift-content .content {
        font-size: 1rem;
    }
    
    .news-list-container {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }
    
    .featured-main-card {
        margin-top: 2rem;
    }
    
    .feedback-swiper-button-prev,
    .feedback-swiper-button-next {
        display: none;
    }
}

@media (max-width: 767.98px) {

    .news-list-container{position: relative !important;}


    .banner-gift {
        min-height: 300px;
    }
    
    .gift-content {
        padding: 1.5rem 0;
    }
    
    .gift-content h3 {
        font-size: 1.5rem;
    }
    
    .gift-content h4 {
        font-size: 1rem;
    }
    
    .feedback-card {
        padding: 1.5rem;
        margin: 0 5px;
    }
    
    .feedback-name h6 {
        font-size: 1.1rem;
    }
    
    .feedback-content p {
        font-size: 0.9rem;
    }
    
    .news-content {
        padding: 12px;
    }
    
    .news-image {
        /* height: 100px; */
    }
    
    .featured-content {
        padding: 15px;
    }
    
    .featured-image {
        /* height: 150px; */
    }
    
    .video-item {
        /* height: 150px; */
    }
    
    .video-item a::after {
        /* width: 50px; */
        /* height: 50px; */
    }
    
    .video-item a::before {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .banner-gift {
        min-height: 250px;
    }
    
    .gift-content h3 {
        font-size: 1.3rem;
    }
    
    .gift-content .content {
        font-size: 0.9rem;
    }
    
    .gift-content .link a {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .feedback-card {
        padding: 1rem;
    }
    
    .news-item-card .row {
        flex-direction: column;
    }
    
    .news-item-card .col-4,
    .news-item-card .col-8 {
        flex: none;
        width: 100%;
    }
    
    .news-image {
        /* height: 150px; */
    }
    
    .video-item {
        /* height: 120px; */
    }
    
    .video-item a::after {
        /* width: 40px; */
        /* height: 40px; */
    }
    
    .video-item a::before {
        font-size: 14px;
    }
}

/* Swiper Navigation Customization */
.swiper-button-next,
.swiper-button-prev {
    color: var(--primary);
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    border: 2px solid var(--primary);
}

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

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #8B4513;
    color: #fff;
    transform: scale(1.1);
}

.swiper-pagination-bullet {
    background: #8B4513;
    opacity: 0.3;
}

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

/* ===== ABOUT SECTION STYLES ===== */
#block-about {
    background: #fff;
    position: relative;
}

/* Introduction Content Styles */
.intro-content {
    padding: 0 20px;
}

.intro-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: #1e3a8a;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.intro-description p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5D4037;
    margin-bottom: 0;
    text-align: justify;
}

/* Statistics Styles */
.intro-stats {
    margin: 2rem 0;
}

.stat-item {
    margin-bottom: 1.5rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e3a8a;
    line-height: 1;
    margin-bottom: 0.5rem;
    font-family: var(--fontSub);
    letter-spacing: 5px;
}

.stat-label {
    font-size: 0.9rem;
    color: #333333;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

/* CTA Button Styles */
.intro-cta {
    margin-top: 2 rem;
}

.btn-intro-cta {
    display: inline-block;
    background: #dc2626;
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
    letter-spacing: 0.5px;
    font-size: 1rem;
}

.btn-intro-cta:hover {
    background: #b91c1c;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
    color: #fff;
}

/* Core Values Container */
.core-values-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 400px; */
    margin: 0 auto;
    max-width: 500px;
}

/* Center Circle */
.center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 10;
    width: 120px;
    height: 120px;
    background: #ffffff5c;
    padding: 7px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.center-circle-content {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
}
.center-title .center-circle-content-inner{}
.center-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0;
    line-height: 1.2;
    text-transform: capitalize;
}

/* Core Values Panels */
.core-values-panel {
    border-radius: 12px;
    overflow: hidden;
  
}
.core-values-panel img{
  transition: all 0.3s ease !important;
    transform:scale(1);
}

.core-values-panel:hover img {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.core-values-top-left {
    top: 0;
    left: 20px;
}

.core-values-top-right {
    top: 0;
    right: 20px;
}

.core-values-bottom-left {
    bottom: 0;
    left: 20px;
}

.core-values-bottom-right {
    bottom: 0;
    right: 20px;
}

.core-values-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(30, 58, 138, 0.3);
    display: flex;
    align-items: flex-end;
}
.panel-content:after {content:"";position: absolute;width: 100%;height: 100%;background: var(--primary);opacity: 0.3;}
.panel-content {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    border-radius: 10px;
    overflow: hidden;
}

.panel-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* z-index: -1; */
}

.panel-text {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    text-align: center;
}

/* Vision Mission Cards */
#block-vision-mission {
    background: #f8fafc;
}

.vision-mission-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.vision-mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.image-header {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.card-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin: 0;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.card-icon .inner .icon-wrapper img{
    width: 46px;
}
.card-icon .inner .icon-wrapper{
    background: var(--primary);
    border-radius: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-icon .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
}
.card-icon {
    text-align: center;
    position: relative;
    z-index: 3;
    width: 50px;
    height: 50px;
    width: 100%;
    text-align: center;
    margin-top: -18px;
    margin-bottom: 30px;
}

.card-icon i {
    width: 60px;
    height: 60px;
    background: #1e3a8a;
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

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

.card-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* ===== RESPONSIVE DESIGN ===== */

/* Tablet */
@media (max-width: 991.98px) {
    .intro-title {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .intro-description {
        text-align: center;
    }
    
    .intro-description p {
        text-align: center;
        font-size: 1rem;
    }
    
    .intro-stats {
        margin: 1.5rem 0;
    }
    
    .stat-item {
        margin-bottom: 1rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    .intro-content {
        padding: 0;
        margin-bottom: 2rem;
    }
    
    .core-values-container {
        /* min-height: 350px; */
        /* max-width: 400px; */
    }
    
    .core-values-panel {
    }
    
    .center-circle {
        width: 100px;
        height: 100px;
    }
    
    .center-title {
        font-size: 0.9rem;
    }
    
    .vision-mission-card {
        margin-bottom: 2rem;
    }
    
    .image-header {
        height: 180px;
    }
    
    .card-title {
        font-size: 1.3rem;
    }
    
    .card-icon i {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .intro-title {
        /* font-size: 1.5rem; */
        /* margin-bottom: 1rem; */
    }
    
    .intro-description p {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .intro-stats {
        margin: 1rem 0;
    }
    
    .stat-item {
        margin-bottom: 0.8rem;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-label {
        font-size: 0.75rem;
    }
    
    .btn-intro-cta {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
    
    .core-values-container {
        /* min-height: 300px; */
        /* max-width: 300px; */
    }
    
    .core-values-panel {
    }
    
    .core-values-top-left,
    .core-values-bottom-left {
        left: 10px;
    }
    
    .core-values-top-right,
    .core-values-bottom-right {
        right: 10px;
    }
    
    .center-circle {
    }
    
    .center-title {
        font-size: 0.8rem;
    }
    
    .panel-text {
        /* font-size: 0.8rem; */
        /* bottom: 8px; */
        /* left: 8px; */
    }
    
    .image-header {
        height: 150px;
    }
    
    .card-title {
        font-size: 1.2rem;
    }
    
    .card-icon {
        margin: -25px 0 15px 0;
    }
    
    .card-icon i {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    .card-content {
        padding: 0 15px 15px 15px;
    }
    
    .card-content p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
}

/* Small Mobile */
@media (max-width: 575.98px) {
    #block-about .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .intro-title {
        /* font-size: 1.3rem; */
    }
    
    .intro-stats {
        margin: 1rem 0;
    }
    
    .stat-number {
        font-size: 1.6rem;
    }
    
    .core-values-container {
        /* min-height: 280px; */
        /* max-width: 280px; */
    }
    
    .core-values-panel {
    }
    
    .center-circle {
    }
    
    .center-title {
        font-size: 0.75rem;
    }
    
    .panel-text {
        /* font-size: 0.7rem; */
    }
    
    .btn-intro-cta {
        padding: 8px 20px;
        font-size: 0.85rem;
    }
}

/* ===== FEATURED PRODUCTS SECTION ===== */
#block-product-category {
    background: #f8fafc;
    position: relative;
}

/* Product Info Content (Left Column) */
.product-info-content {
    padding: 0 20px;
}

.product-info-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.product-info-description li{
    margin-bottom: 10px;
}
.product-info-description li:before{content: "\f00c";font-family: "Font Awesome 5 Pro";color: var(--primary);margin-right: 10px;}
.product-info-description ol,.product-info-description ul{
    list-style: none;
    padding-left: 0;
}
.product-info-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #5D4037;
    margin-bottom: 2rem;
    text-align: justify;
}

/* Product Features List */
.product-features {
    margin: 2rem 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 12px;
}
/* Product CTA Button */
.product-info-cta {
    margin-top: 2rem;
}

.btn-product-cta {
    display: inline-block;
    background: #dc2626;
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
    letter-spacing: 0.5px;
    font-size: 1rem;
}

.btn-product-cta:hover {
    background: #b91c1c;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
    color: #fff;
}

/* Product Grid Container (Right Column) */
.product-grid-container {
    padding: 0 20px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 0 auto;
}

/* Product Cards */
.product-card {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #ccc;
}

.product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-card:hover {
    background: #1e3a8a;
    color: #fff;
}
.product-card-link:hover img{
    filter: brightness(1) invert(1);
}
.product-card.highlighted .product-label {
    color: #fff;
}
.product-card-link:hover {color:#fff}
.product-card-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
    padding: 10px;
    transition: all 0.3s ease;
    color: #333;
}

.product-icon {
    margin-bottom: 8px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-icon img {
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
    /* filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%); */
    transition: all 0.3s ease;
}

.product-card.highlighted .product-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.product-label {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 15px;
    font-weight: bold;
}

/* ===== RESPONSIVE DESIGN FOR PRODUCTS ===== */

/* Tablet */
@media (max-width: 991.98px) {
    .product-info-title {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .product-info-description {
        /* text-align: center; */
        /* font-size: 0.95rem; */
    }
    
    .product-info-content {
        padding: 0;
        margin-bottom: 2rem;
    }
    
    .product-features {
        margin: 1.5rem 0;
    }
    
    .feature-item {
        margin-bottom: 0.8rem;
    }
    
    .feature-text {
        font-size: 0.9rem;
    }
    
    .product-grid-container {
        padding: 0;
    }
    
    .product-grid {
        /* max-width: 350px; */
        gap: 12px;
    }
    
    .product-card {
        /* height: 90px; */
    }
    
    .product-icon {
        /* width: 35px; */
        /* height: 35px; */
        /* margin-bottom: 6px; */
    }
    
    .product-label {
        /* font-size: 0.75rem; */
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .product-info-title {
        /* font-size: 1.5rem; */
        margin-bottom: 1rem;
    }
    
    .product-info-description {
        font-size: 0.9rem;
        /* line-height: 1.6; */
        /* margin-bottom: 1.5rem; */
    }
    
    .product-features {
        margin: 1rem 0;
    }
    
    .feature-item {
        margin-bottom: 0.6rem;
        gap: 10px;
    }
    
    .feature-icon {
        width: 18px;
        height: 18px;
    }
    
    .feature-icon i {
        font-size: 0.6rem;
    }
    
    .feature-text {
        font-size: 0.85rem;
    }
    
    .btn-product-cta {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
    
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, 1fr);
        /* max-width: 300px; */
        gap: 10px;
    }
    
    .product-card {
        /* height: 80px; */
    }
    
    .product-card-link {
        /* padding: 8px; */
    }
    
    .product-icon {
        /* width: 30px; */
        /* height: 30px; */
        /* margin-bottom: 5px; */
    }
    
    .product-label {
        /* font-size: 0.7rem; */
    }
}

/* Small Mobile */
@media (max-width: 575.98px) {
    #block-product-category .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .product-info-title {
        /* font-size: 1.3rem; */
    }
    
    .product-info-description {
        /* font-size: 0.85rem; */
    }
    
    .product-features {
        margin: 1rem 0;
    }
    
    .feature-item {
        margin-bottom: 0.5rem;
    }
    
    .feature-text {
        font-size: 0.8rem;
    }
    
    .product-grid {
        /* max-width: 280px; */
        gap: 8px;
    }
    
    .product-card {
        /* height: 75px; */
    }
    
    .product-icon {
        /* width: 28px; */
        /* height: 28px; */
    }
    
    .product-label {
        /* font-size: 0.65rem; */
    }
    
    .btn-product-cta {
        padding: 8px 20px;
        font-size: 0.85rem;
    }
}

/* ===== SOLUTION SECTION ===== */
#block-solution {
    background: #E9F3FA;
    position: relative;
}

/* Solution Info Content (Left Column) */
.solution-info-content {
    padding: 0;
    max-width: 390px;
}

.solution-info-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.title-line-1 {
    font-size: 2.1rem;
    display: block;
    font-weight: 800;
    margin-bottom: 10px;
}

.title-line-2 {
    font-size: 2.1rem;
    display: block;
    font-weight: 800;
}

.solution-info-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #5D4037;
    margin-bottom: 2rem;
    text-align: justify;
}

.solution-info-description p {
    margin-bottom: 0;
}

/* Solution CTA Button */
.solution-info-cta {
    margin-top: 2rem;
}

.btn-solution-cta {
    display: inline-block;
    background: #dc2626;
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
    letter-spacing: 0.5px;
    font-size: 1rem;
}

.btn-solution-cta:hover {
    background: #b91c1c;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
    color: #fff;
}

/* Solution Carousel Container (Right Column) */
.solution-carousel-container {
    padding: 0;
    position: relative;
    width: 100%;
}

.solution-swiper {
    overflow: hidden;
    border-radius: 15px;
}

/* Solution Cards */
.solution-card {
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.solution-card:hover {
    transform: translateY(-5px);
}

.solution-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.solution-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.solution-card:hover .solution-image img {
    transform: scale(1.05);
}

.solution-content {
    padding: 20px;
    text-align: center;
    padding-bottom: 0;
}

.solution-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.3;
}

/* Navigation Buttons */
.solution-swiper-button-prev,
.solution-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1e3a8a;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.solution-swiper-button-prev {
    left: 10px;
}

.solution-swiper-button-next {
    right: 10px;
}

.solution-swiper-button-prev:hover,
.solution-swiper-button-next:hover {
    background: #1e3a8a;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.solution-swiper-button-prev i,
.solution-swiper-button-next i {
    font-size: 1rem;
    transition: all 0.3s ease;
}

/* ===== RESPONSIVE DESIGN FOR SOLUTION ===== */

/* Tablet */
@media (max-width: 991.98px) {
    #block-solution .container-fluid .row {
        flex-direction: column;
    }
    
    #block-solution .col-lg-4,
    #block-solution .col-lg-8 {
        flex: none;
        width: 100%;
    }
    
    .solution-info-title {
        font-size: 2rem;
        text-align: center;
    }
    
    .title-line-1 {
        font-size: 1.5rem;
    }
    
    .title-line-2 {
        font-size: 2rem;
    }
    
    .solution-info-description {
        text-align: center;
        font-size: 0.95rem;
    }
    
    .solution-info-content {
        margin-bottom: 2rem;
    }
    
    .solution-image {
        /* height removed for custom ratio */
    }
    
    .solution-content {
        padding: 15px;
    }
    
    .solution-title {
        font-size: 1rem;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .solution-info-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    
    .title-line-1 {
        font-size: 1.3rem;
    }
    
    .title-line-2 {
        font-size: 1.8rem;
    }
    
    .solution-info-description {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }
    
    .btn-solution-cta {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
    
    .solution-image {
        /* height removed for custom ratio */
    }
    
    .solution-content {
        padding: 12px;
    }
    
    .solution-title {
        font-size: 0.9rem;
    }
    
    .solution-swiper-button-prev,
    .solution-swiper-button-next {
        width: 35px;
        height: 35px;
    }
    
    .solution-swiper-button-prev {
        left: 5px;
    }
    
    .solution-swiper-button-next {
        right: 5px;
    }
}

/* Small Mobile */
@media (max-width: 575.98px) {
    #block-solution .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .solution-info-title {
        font-size: 1.5rem;
    }
    
    .title-line-1 {
        font-size: 1.1rem;
    }
    
    .title-line-2 {
        font-size: 1.5rem;
    }
    
    .solution-info-description {
        font-size: 0.85rem;
    }
    
    .solution-image {
        /* height removed for custom ratio */
    }
    
    .solution-content {
        padding: 10px;
    }
    
    .solution-title {
        font-size: 0.8rem;
    }
    
    .btn-solution-cta {
        padding: 8px 20px;
        font-size: 0.85rem;
    }
    
    .solution-swiper-button-prev,
    .solution-swiper-button-next {
        width: 30px;
        height: 30px;
    }
    
    .solution-swiper-button-prev i,
    .solution-swiper-button-next i {
        font-size: 0.8rem;
    }
}

/* ===== SERVICE SECTION ===== */
#block-service {
    background: #fff;
    position: relative;
}

/* Service Section Title */
.service-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.service-section-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 0;
    line-height: 1.6;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

/* Service Carousel Container */
.service-carousel-container {
    position: relative;
    padding: 0 60px;
}

.service-swiper {
    overflow: hidden;
}

/* Service Cards */
.service-card {
    border-radius: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
    margin-bottom: 30px;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.05);
}

.service-content {
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 20px);
    left: 10px;
    padding: 0 10px;
}
.btn-service span{
    display: block;
    overflow: hidden;
}
.btn-service {
    display: inline-block;
    background: #1e3a8a;
    color: #fff;
    padding: 12px 15px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: center;
    display: block !important;
    overflow: hidden;
}

.btn-service:hover {
    background: #0f2a5c;
    transform: translateY(-2px);
    color: #fff;
}

/* Service Navigation Buttons */
.service-swiper-button-prev,
.service-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #1e3a8a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1e3a8a;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-swiper-button-prev {
    left: 10px;
}

.service-swiper-button-next {
    right: 10px;
}

.service-swiper-button-prev:hover,
.service-swiper-button-next:hover {
    background: #1e3a8a;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.service-swiper-button-prev i,
.service-swiper-button-next i {
    font-size: 1rem;
    transition: all 0.3s ease;
}

/* ===== RESPONSIVE DESIGN FOR SERVICE ===== */

/* Tablet */
@media (max-width: 991.98px) {
    .service-section-title {
        font-size: 2rem;
    }
    
    .service-section-subtitle {
        font-size: 1rem;
    }
    
    .service-carousel-container {
        padding: 0 50px;
    }
    
    .service-content {
        padding: 15px;
    }
    
    .btn-service {
        padding: 10px 15px;
        font-size: 0.9rem;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .service-section-title {
        font-size: 1.8rem;
        margin-bottom: 0.8rem;
    }
    
    .service-section-subtitle {
        font-size: 0.95rem;
        margin-bottom: 0;
    }
    
    .service-carousel-container {
        padding: 0 40px;
    }
    
    .service-content {
        padding: 12px;
    }
    
    .btn-service {
        padding: 8px 12px;
        font-size: 0.85rem;
    }
    
    .service-swiper-button-prev,
    .service-swiper-button-next {
        width: 35px;
        height: 35px;
    }
    
    .service-swiper-button-prev {
        left: 5px;
    }
    
    .service-swiper-button-next {
        right: 5px;
    }
}

/* Small Mobile */
@media (max-width: 575.98px) {
    #block-service .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .service-section-title {
        /* font-size: 1.5rem; */
    }
    
    .service-section-subtitle {
        font-size: 0.9rem;
    }
    
    .service-carousel-container {
        padding: 0 30px;
    }
    
    .service-content {
        padding: 10px;
    }
    
    .btn-service {
        padding: 6px 10px;
        font-size: 0.8rem;
    }
    
    .service-swiper-button-prev,
    .service-swiper-button-next {
        width: 30px;
        height: 30px;
    }
    
    .service-swiper-button-prev i,
    .service-swiper-button-next i {
        font-size: 0.8rem;
    }
}

/* ===== ADVISE SECTION ===== */
#block-advise {
    background: #1e3a8a;
    position: relative;
}

/* Why Choose Content (Left Column) */
.why-choose-content {
    padding: 0 20px;
}

.why-choose-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2rem;
    line-height: 1.2;
    text-transform: capitalize;
    letter-spacing: 1px;
}


.why-choose-features{
    color: #fff;
}
.why-choose-features ul,.why-choose-features ol{
    list-style: none;
    padding: 0;
    margin: 0;
}
.why-choose-features li{
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 1rem;
    padding-left: 30px;
    position: relative;
}
.why-choose-features li:before{content: "";margin: 0;position: absolute;top: 50%;left: 0;transform: translate(0%, -50%);background: url(../icon/check.svg);width: 18px;height: 18px;}
/* Advise Form Container (Right Column) */
.advise-form-container {
    padding: 0 20px;
}

.advise-form-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.advise-form-card .form-control{
    border-radius: 0;
}

.form-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1e3a8a;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: capitalize;
}

/* Form Styles */
.advise-form {
    width: 100%;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-control {
    width: 100%;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    font-size: 1rem;
    color: #333;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-bottom-color: #1e3a8a;
}

.form-control::placeholder {
    color: #999;
}

textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

/* Submit Button */
.form-submit {
    text-align: right;
    margin-top: 2rem;
}

.btn-submit {
    background: #dc2626;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.btn-submit:hover {
    background: #b91c1c;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
}

/* ===== RESPONSIVE DESIGN FOR ADVISE ===== */

/* Tablet */
@media (max-width: 991.98px) {
    .why-choose-title {
        font-size: 2rem;
        text-align: center;
    }
    
    .why-choose-content {
        padding: 0;
        margin-bottom: 2rem;
    }
    
    .why-choose-features .feature-item {
        margin-bottom: 1.5rem;
    }
    
    .why-choose-features .feature-title {
        font-size: 1rem;
    }
    
    .why-choose-features .feature-description {
        font-size: 0.9rem;
    }
    
    .advise-form-container {
        padding: 0;
    }
    
    .advise-form-card {
        padding: 25px;
    }
    
    .form-title {
        font-size: 1.6rem;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .why-choose-title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    
    .why-choose-features .feature-item {
        margin-bottom: 1.2rem;
        gap: 12px;
    }
    
    .why-choose-features .feature-icon {
        width: 22px;
        height: 22px;
    }
    
    .why-choose-features .feature-icon i {
        font-size: 0.7rem;
    }
    
    .why-choose-features .feature-title {
        font-size: 0.95rem;
    }
    
    .why-choose-features .feature-description {
        font-size: 0.85rem;
    }
    
    .advise-form-card {
        padding: 20px;
    }
    
    .form-title {
        /* font-size: 1.2rem; */
        margin-bottom: 1.5rem;
    }
    
    .form-group {
        margin-bottom: 1.2rem;
    }
    
    .form-control {
        padding: 10px 0;
        font-size: 0.95rem;
    }
    
    .btn-submit {
        padding: 10px 25px;
        font-size: 0.95rem;
    }
}

/* Small Mobile */
@media (max-width: 575.98px) {
    #block-advise .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .why-choose-title {
        /* font-size: 1.5rem; */
    }
    
    .why-choose-features .feature-item {
        margin-bottom: 1rem;
    }
    
    .why-choose-features .feature-title {
        font-size: 0.9rem;
    }
    
    .why-choose-features .feature-description {
        font-size: 0.8rem;
    }
    
    .advise-form-card {
        padding: 15px;
    }
    
    .form-title {
        /* font-size: 1.1rem; */
    }
    
    .form-control {
        font-size: 0.9rem;
    }
    
    .btn-submit {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
}

/* ===== NEWS SECTION ===== */
#block-news {
    background: #fff;
    position: relative;
}

/* News Header */
.news-header {
    margin-bottom: 2rem;
}

.news-section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.btn-view-all {
    background: #dc2626;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.btn-view-all:hover {
    background: #b91c1c;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 38, 38, 0.3);
    color: #fff;
}

/* News Carousel Container */
.news-carousel-container {
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
}

.news-swiper {
    width: 100%;
    /* overflow: hidden; */
}


.news-swiper .swiper-slide {
    display: block;
}

/* News Cards */
.news-card {
    overflow: hidden;
    transition: all 0.3s ease;
    height: auto;
    position: relative;
}

.news-card:hover {
    transform: translateY(-5px);
   
}

.news-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.news-card:hover .news-image img {
    transform: scale(1.05);
}

.news-content {
    padding: 20px;
    position: absolute;
    max-width: 60%;
    background: #E9F3FA;
    left: 10px;
    top: 30px;
    border-radius: 15px;
    padding: 15px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

/* News Meta */
.news-meta {
    display: flex;
    gap: 15px;
    font-size: 0.85rem;
    color: #666;
    align-items: center;
}

.news-date,
.news-author {
    display: flex;
    align-items: center;
    gap: 5px;
}

.news-date i,
.news-author i {
    color: #1e3a8a;
    font-size: 0.8rem;
}

/* News Title */
.news-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
}

.news-title a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

.news-title a:hover {
    color: #1e3a8a;
}

/* News Description */
.news-description {
    margin-bottom: 15px;
}

.news-description p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* News Read More */
.news-read-more {
    margin-top: auto;
}

.btn-read-news {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1e3a8a;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.btn-read-news:hover {
    color: #dc2626;
    transform: translateX(5px);
}

.btn-read-news i {
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.btn-read-news:hover i {
    transform: translateX(3px);
}

/* Navigation Buttons */
.news-swiper-button-prev,
.news-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--primary);
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
}

.news-swiper-button-prev {
    left: 10px;
}

.news-swiper-button-next {
    right: 10px;
}

.news-swiper-button-prev:hover,
.news-swiper-button-next:hover {
    background: #dc2626;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
}

.news-swiper-button-prev i,
.news-swiper-button-next i {
    font-size: 1rem;
    transition: all 0.3s ease;
}

/* ===== RESPONSIVE DESIGN FOR NEWS ===== */

/* Tablet */
@media (max-width: 991.98px) {
    .news-section-title {
        font-size: 1.8rem;
    }
    
    .btn-view-all {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
    
    .news-image {
        height: 180px;
    }
    
    .news-content {
        padding: 15px;
    }
    
    .news-title {
        font-size: 1rem;
    }
    
    .news-description p {
        font-size: 0.85rem;
    }
    
    .news-swiper-button-prev {
        left: -15px;
    }
    
    .news-swiper-button-next {
        right: -15px;
    }
    
    .news-swiper-button-prev,
    .news-swiper-button-next {
        width: 35px;
        height: 35px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .news-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .news-section-title {
        font-size: 1.6rem;
    }
    
    .btn-view-all {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
    
    .news-image {
        height: 160px;
    }
    
    .news-content {
        padding: 15px;
    }
    
    .news-meta {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 12px;
    }
    
    .news-title {
        font-size: 0.95rem;
        margin-bottom: 8px;
    }
    
    .news-description p {
        font-size: 0.8rem;
        -webkit-line-clamp: 2;
    }
    
    .btn-read-news {
        font-size: 0.85rem;
    }
    
    .news-swiper-button-prev {
        left: -10px;
    }
    
    .news-swiper-button-next {
        right: -10px;
    }
    
    .news-swiper-button-prev,
    .news-swiper-button-next {
        width: 32px;
        height: 32px;
    }
    
    .news-swiper-button-prev i,
    .news-swiper-button-next i {
        font-size: 0.9rem;
    }
}

/* Small Mobile */
@media (max-width: 575.98px) {
    .news-date, .news-author{display:none}
    #block-news .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .news-section-title {
        /* font-size: 1.4rem; */
    }
    
    .btn-view-all {
        padding: 6px 16px;
        font-size: 0.85rem;
    }
    

    
    .news-content {
        padding: 12px;
    }
    
    .news-title {
        font-size: 0.9rem;
    }
    
    .news-description p {
        font-size: 0.75rem;
    }
    
    .btn-read-news {
        font-size: 0.8rem;
    }
    
    .news-swiper-button-prev {
        left: 5px;
    }
    
    .news-swiper-button-next {
        right: 5px;
    }
    
    .news-swiper-button-prev,
    .news-swiper-button-next {
        width: 30px;
        height: 30px;
    }
    
    .news-swiper-button-prev i,
    .news-swiper-button-next i {
        font-size: 0.8rem;
    }
}


.wrap-solution{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}


.brand-swiper-button-prev{
    left: -60px;
}
.brand-swiper-button-next{
    right: -60px;
}

@media(max-width:768px){
    .wrap-solution{position: static}
    .brand-swiper-container{
    padding-left: 30px;
    padding-right: 30px;
}
    .brand-swiper-button-prev{
    left: -16px;
    transform: scale(0.6) !important;
}
.brand-swiper-button-next{
    right: -16px;
    transform: scale(0.6) !important;
}
}
