.site-logo-wrap .site-logo img {
    width:180px;   
}
.site-logo img {
        width: 200px;
}
.ltn__top-bar-menu li a {
    color: white;
    display: flex;
    align-items: center;
    line-height: 15px;
}
.ltn__top-bar-menu li a i {
    color:white !important;
}
.felx_call_icon {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 14px;
    gap: 10px;
    font-size: 14px !important;
    font-weight: 600;
    background: #f69520;
    padding: 10px;
    color: white;
    border-radius: 5px;
}
.felx_call_icon img {
    width: 24px;
}
.felx_call_icon b {
    color: #000;
}
.ltn__category-item-img a img {
    margin:auto;
}
.modern-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.3s ease;
        display: block;
    border: 1px solid #eee;
}

.modern-card:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transform: translateY(-6px);
}

.modern-card .image-wrap {
    background: #f9fafc;
    padding: 0;
    text-align: center;
}

.modern-card .image-wrap img {
    max-width: 100%;
    height: 200px;
    object-fit: scale-down;
    transition: 0.3s;
    border-radius: 10px;
}

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

.modern-card .content {
    padding: 20px;
}

.modern-card .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2px;
    color: #222;
}

.modern-card .price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.modern-card .price {
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

.modern-card .old-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #999;
}

.modern-card .save {
    background: #e6f7f1;
    color: #00a86b;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 6px;
}

.modern-card .view-btn {
    width: 100%;
    padding: 8px;
    border-radius: 999px;
    border: none;
    background: #0090da;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.modern-card .view-btn:hover {
    background: #000;
}
.section_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}
.section_title h1 {
    font-size: 25px;
    margin: 0;
    text-transform: uppercase;
}
.section_title a {
        color: #f69520;
    font-weight: 600;
}
.service-section {
    display: flex;
    flex-wrap: wrap;
}

.service-box {
    flex: 1;
    padding: 50px 40px;
    color: #fff;
}
.service-inner img {
        width: 65px;
    max-width: 65px;
    filter: grayscale(1) invert(.9);
}
.service-orange {
    background: #f69520;
}

.service-purple {
    background: #0090da;
}

.service-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.service-section .icon i {
    font-size: 50px;
    opacity: 0.9;
}

.service-section .content h3 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-section .content p {
    font-size: 16px;
    color: white;
    line-height: 1.6;
}
.logo_brand {
    box-shadow: 0 0 10px #d6cece;
    border-radius: 10px;
    height: 100px;
    text-align: center;
        transform: scale(1);
    transition: .5s ease;
}
.logo_brand:hover {
        transform: scale(1.1);
    transition: .5s ease;
}
.logo_brand img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}
.review-section {
    padding: 70px 0;
    background: #f8f9fb;
}
.review-card {
    margin: 15px;
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s ease;
        min-height: 230px;
    margin-bottom: 30px;
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.review-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.review-top img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.review-top h4 {
    margin: 0;
    font-size: 16px;
}

.stars {
    color: #f4b400;
    font-size: 14px;
}

.review-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
/* Responsive */
@media (max-width: 992px) {
    .service-section {
        flex-direction: column;
    }
}
.cta-luxury {
    padding: 100px 5%;
    background: linear-gradient(135deg, #0391db, #f69520, #008ed6);
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin:50px 0;
}

.cta-luxury::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.cta-luxury-inner {
    max-width: 800px;
    margin: auto;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
}

.cta-luxury-inner h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 600;
}

.cta-luxury-inner p {
    font-size: 17px;
    margin-bottom: 40px;
    color:white;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-btn-main {
    background: #fff;
    color: #111;
    padding: 10px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    line-height: 32px;
}

.cta-btn-main:hover {
    background: #008fda;
    color: #fff;
}

.cta-btn-outline {
        border: 2px solid #fff;
    color: #fff;
    padding: 10px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.cta-btn-outline:hover {
    background: #fff;
    color: #111;
}
.ltn__slide-item:before {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    background: linear-gradient(45deg, #000000a3, #0000004d);
}
.slide-item-info-inner p {
    color:white;
}
.whatsapp-icon {
    position: fixed;
    z-index: 11;
    right: 10px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.call-icon {
   position: fixed;
    z-index: 11;
    left: 10px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 30px; 
}
.call-icon img {
    
}
.ltn__breadcrumb-inner h1 {
    margin:0;
    color:white;
        text-shadow: 1px 8px 20px #000000;
}
/* MISSION CARDS */

.mission-card {
    background:#fff;
    border-radius:16px;
    padding:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
}
.mission-card h4 {
    margin-bottom:0;
}
.mission-card img {
    width:100px;
    height: 100px;
    object-fit: scale-down;
        margin-bottom: 20px;
}
.belief-section{
    padding:50px 0;
}

.belief-title{
    font-size:36px;
    font-weight:700;
}

.belief-desc{
    max-width:700px;
    margin:auto;
    color:#666;
}

.belief-card{
background:#fff;
padding:35px;
border-radius:16px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
position:relative;
transition:.3s;
height:100%;
}
.belief-card img {
        margin-bottom: 15px;
    max-width: 55px;
}
.belief-card:hover{
transform:translateY(-8px);
}

.belief-number{
font-size:40px;
font-weight:700;
color:#1e8c4a;
opacity:.15;
position:absolute;
top:15px;
right:20px;
}

.belief-card h5{
font-weight:600;
margin-bottom:10px;
}
.bg_section_ab_1 {
       background: #9ffafd36; 
}
.bg_section_ab_2 {
    background: #fffda261;
}
.bg_section_ab_3 {
    background: #d4c3ff5c;
}
/* PHILOSOPHY */

.philosophy {
    background: #038dd7;
    color: #fff;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 50px;
}
.philosophy p {
    color:white;
}
.philosophy h2 {
    color:white;
}
.terms-section{
    padding: 50px 0;
    background: #fafafa;
}

.terms-section h1{
font-size:30px;
font-weight:700;
margin-bottom:30px;
}

.terms-section h2{
font-size:20px;
margin-top:30px;
margin-bottom:15px;
}

.terms-section p{
color:#555;
line-height:1.7;
}

.terms-section ul{
padding-left:20px;
}

.terms-section ul li{
margin-bottom:8px;
}
.ltn__product-area .modern-card {
    margin-bottom:30px;
}
.detail_big_img {
    border: 1px solid #000000;
    border-radius: 10px;
}
.detail_big_img img {
    border-radius: 10px;
    width: 100%;
    padding: 10px;
}
.social_link {
    
}
.social_link svg {
        width: 20px;
    position: relative;
    top: 3px;
}
/* Responsive */
@media (max-width: 768px) {
    .verify-header {
        padding: 30px 0 !important;
    }
    .bg_section_ab_1 .row,
    .bg_section_ab_3 .row {
        flex-direction: row-reverse;
    }
    .mission-card {
        padding: 20px;
    }
    .philosophy {
        padding: 30px 10px;
    }
    .ltn__breadcrumb-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .bg_section_ab_2 .row {
        flex-direction: column-reverse;
    }
    .cta-luxury-inner h2 {
        font-size: 28px;
    }
    .top-bar-right.text-end {
        display:none;
    }
    .site-logo img {
        width: 160px;
    }
    .felx_call_icon {
        display:none;
    }
    .modern-card .content {
        padding: 5px;
    }
    .modern-card .price-row {
    display: block;
    }
    .modern-card .save {
            display: block;
        max-width: fit-content;
        font-size: 9px;
    }
    .modern-card .view-btn {
        font-size: 12px;
        padding: 7px;
    }
.modern-card {
    margin-bottom:30px;
}
.service-inner {
    display: block;
    text-align: center;
}
.service-box {
    padding: 30px 20px;
}
.service-inner .icon {
 margin-bottom:20px;
 text-align:center;
}
.modern-card .image-wrap img {
    height: 110px;
}
.section_title h1 {
    font-size: 16px;
}
.ltn__category-item-6 {
    background: #f8f9fb;
    padding: 10px;
    border-radius: 10px;
    height: 160px;
    margin-bottom: 0;
}
}