

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.fc-featured-section{
    width:100%;
    padding:60px 50px;
    background:#f7f8fc;
    font-family:Arial,sans-serif;
}

.fc-featured-header{
    max-width:1300px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.fc-featured-title{
    font-size:22px;
    font-weight:700;
    color:#222;
    letter-spacing:.5px;
}

.fc-featured-viewall{
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  background: black;
  padding: 8px;
  border-radius: 6px;
}

.fc-featured-grid{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.fc-featured-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    position:relative;
    box-shadow:0 4px 18px rgba(0,0,0,.08);
    transition:.35s;
}

.fc-featured-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 25px rgba(0,0,0,.15);
}

.fc-badge{
    position:absolute;
    top:12px;
    left:12px;
    background:#ff6b00;
    color:#fff;
    padding:5px 10px;
    font-size:11px;
    border-radius:4px;
    font-weight:600;
}

.fc-image-box{
    height:150px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fafafa;
}

.fc-image-box img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.fc-card-content{
    padding:18px;
}

.fc-card-content h3{
    font-size:18px;
    color:#222;
    margin-bottom:10px;
}

.fc-card-content p{
    font-size:14px;
    line-height:1.6;
    color:#777;
    margin-bottom:15px;
}

.fc-card-content h4{
    font-size:13px;
    color:#999;
    margin-bottom:18px;
}

.fc-btn{
    display:block;
    text-align:center;
    background:#f3f4f6;
    color:#222;
    text-decoration:none;
    padding:12px;
    border-radius:6px;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.fc-btn:hover{
    background:#ff6b00;
    color:#fff !important;
}

/* Tablet */

@media(max-width:992px){

.fc-featured-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* Mobile */

@media(max-width:576px){

.fc-featured-header{
flex-direction:column;
gap:15px;
align-items:flex-start;
}

.fc-featured-grid{
grid-template-columns:1fr;
}

.fc-image-box{
height:190px;
}

.fc-featured-title{
font-size:20px;
}

}



.trust-section{
    width:100%;
    background:#101113;
    border-top:1px solid #222;
    border-bottom:3px solid #b86b2c;
}

.trust-container{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(5,1fr);
}

.trust-box{
    display:flex;
    align-items:center;
    gap:15px;
    padding:18px 20px;
    border-right:1px solid rgba(255,255,255,.08);
    transition:.3s;
}

.trust-box:last-child{
    border-right:none;
}

.trust-box:hover{
    background:#17181c;
}

.trust-icon{
    min-width:48px;
    width:48px;
    height:48px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#c86d2b;
    font-size:28px;
}

.trust-content h4{
    color:#fff;
    font-size:14px;
    font-weight:700;
    margin-bottom:4px;
    letter-spacing:.4px;
}

.trust-content p{
    color:#cfcfcf;
    font-size:12px;
    line-height:1.5;
}

/* Tablet */

@media(max-width:992px){

.trust-container{
    grid-template-columns:repeat(2,1fr);
}

.trust-box{
    border-bottom:1px solid rgba(255,255,255,.08);
}

}

/* Mobile */

@media(max-width:576px){

.trust-container{
    grid-template-columns:1fr;
}

.trust-box{
    border-right:none;
    padding:18px;
}

.trust-icon{
    width:42px;
    height:42px;
    font-size:24px;
}

.trust-content h4{
    font-size:13px;
}

.trust-content p{
    font-size:11px;
}

}


body{
    font-family:Arial, Helvetica, sans-serif;
    background:#f7f8fc;
}

.mlmShowcaseWrapX91{
    padding:60px 50px;
}

.mlmShowcaseContainerX91{
    max-width:1300px;
    margin:auto;
}

.mlmShowcaseHeadX91{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:35px;
}

.mlmShowcaseHeadX91 h2{
    font-size:25px;
    font-weight:700;
    color:#111;
}

.mlmShowcaseHeadX91 a{
    color: #fff;
      text-decoration: none;
      font-weight: 600;
      background: black;
      padding: 7px;
      border-radius: 5px;
}

.mlmCardGridX91{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.mlmCardItemX91{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.35s;
}

.mlmCardItemX91:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}

.mlmCardImageX91{
    height:180px;
    overflow:hidden;
}

.mlmCardImageX91 img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

.mlmCardItemX91:hover img{
    transform:scale(1.08);
}

.mlmCardContentX91{
    padding:22px;
    text-align:center;
}

.mlmCardContentX91 h3{
    font-size:22px;
    margin-bottom:10px;
    color:#222;
}

.mlmCardContentX91 p{
    color:#666;
    font-size:15px;
    line-height:24px;
    margin-bottom:22px;
}

.mlmBtnDemoX91{
   display: inline-block;
  padding: 12px 28px;
  border: 2px solid orangered;
  color: #000 !important;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: .3s;
}

.mlmBtnDemoX91:hover{
   background: orangered;
  color: #fff !important;
  border: none;
}

/* Tablet */

@media(max-width:992px){

.mlmCardGridX91{
grid-template-columns:repeat(2,1fr);
}

.mlmShowcaseHeadX91 h2{
font-size:28px;
}

}

/* Mobile */

@media(max-width:576px){

.mlmCardGridX91{
grid-template-columns:1fr;
}

.mlmShowcaseHeadX91{
flex-direction:column;
gap:15px;
align-items:flex-start;
}

.mlmShowcaseHeadX91 h2{
font-size:24px;
}

.mlmCardImageX91{
height:220px;
}

}



.studioServiceWrapZK91{
    padding:60px 50px;
}

.studioServiceContainerZK91{
    max-width:1300px;
    margin:auto;
}

.studioServiceHeaderZK91{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.studioServiceHeaderZK91 h2{
    font-size:25px;
    font-weight:700;
    color:#111;
}

.studioServiceHeaderZK91 a{
   color: #fff;
  text-decoration: none;
  font-weight: 600;
  background: black;
  padding: 7px;
  border-radius: 5px;
}

.studioServiceGridZK91{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.studioServiceCardZK91{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.35s;
}

.studioServiceCardZK91:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.15);
}

.studioServiceImgZK91{
    height:180px;
    overflow:hidden;
}

.studioServiceImgZK91 img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

.studioServiceCardZK91:hover img{
    transform:scale(1.08);
}

.studioServiceContentZK91{
    padding:20px;
}

.studioServiceContentZK91 h3{
    font-size:20px;
    color:#222;
    margin-bottom:10px;
}

.studioServiceContentZK91 p{
    font-size:15px;
    color:#666;
    line-height:24px;
}

/* Tablet */

@media(max-width:992px){

.studioServiceGridZK91{
    grid-template-columns:repeat(2,1fr);
}

.studioServiceHeaderZK91 h2{
    font-size:28px;
}

}

/* Mobile */

@media(max-width:576px){

.studioServiceGridZK91{
    grid-template-columns:1fr;
}

.studioServiceHeaderZK91{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
}

.studioServiceHeaderZK91 h2{
    font-size:24px;
}

.studioServiceImgZK91{
    height:220px;
}

}


*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    background:#f8f8f8;
}

.bc{
    padding:60px 20px;
}

.bc-c{
    max-width:1320px;
    margin:auto;
}

.bc-g{
    display:grid;
    grid-template-columns:2.6fr 1.4fr;
    gap:20px;
    align-items:start;
}

.bc-h{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:18px;
}

.bc-h h2{
    font-size:28px;
    font-weight:700;
    color:#222;
}

.bc-h a{
    text-decoration:none;
    color:#ff6b2c;
    font-size:15px;
    font-weight:600;
}

.bc-list{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:15px;
}

.bc-item{
    background:#fff;
    border:1px solid #eee;
    border-radius:10px;
    padding:18px 10px;
    text-align:center;
    text-decoration:none;
    transition:.3s;
}

.bc-item i{
    font-size:24px;
    color:#ff6b2c;
    margin-bottom:10px;
}

.bc-item span{
    display:block;
    color:#333;
    font-size:13px;
    font-weight:600;
    line-height:20px;
}

.bc-item:hover{
    background:#ff6b2c;
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.bc-item:hover i,
.bc-item:hover span{
    color:#fff;
}

.bc-r{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.st{
    background:#111;
    color:#fff;
    border-radius:10px;
    padding:18px 20px;
    text-align:center;
    transition:.3s;
}

.st i{
    font-size:28px;
    color:#ff6b2c;
    margin-bottom:10px;
}

.st h3{
    color:#fff;
    font-size:25px;
    margin-bottom:8px;
}

.st p{
    font-size:14px;
    color:#ddd;
}

.st:hover{
    transform:translateY(-6px);
}

/* ==========================
      Laptop
========================== */

@media(max-width:1200px){

.bc-list{
    grid-template-columns:repeat(4,1fr);
}

.bc-g{
    grid-template-columns:1fr;
}

.bc-r{
    margin-top:20px;
}

}

/* ==========================
      Tablet
========================== */

@media(max-width:992px){

.bc-h{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
}

.bc-h h2{
    font-size:24px;
}

.bc-list{
    grid-template-columns:repeat(3,1fr);
}

.bc-r{
    grid-template-columns:repeat(2,1fr);
}

}

/* ==========================
      Mobile
========================== */

@media(max-width:768px){

.bc{
    padding:40px 15px;
}

.bc-list{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}

.bc-r{
    grid-template-columns:1fr;
}

.st{
    padding:22px;
}

.st h3{
    font-size:26px;
}

}

/* ==========================
      Small Mobile
========================== */

@media(max-width:480px){

.bc-h h2{
    font-size:20px;
}

.bc-list{
    grid-template-columns:1fr 1fr;
}

.bc-item{
    padding:15px 8px;
}

.bc-item i{
    font-size:20px;
}

.bc-item span{
    font-size:12px;
}

.st{
    padding:20px;
}

.st h3{
    font-size:24px;
}

}


.nxPromoSection{
    width:100%;
    padding:25px 15px;
    background:#fff;
}

.nxPromoContainer{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.nxPromoCard{
    background:#f7f7f7;
    border-radius:14px;
    overflow:hidden;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px;
    min-height:170px;
    transition:.35s;
}

.nxPromoCard:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.nxPromoContent{
    width:58%;
}

.nxPromoTag{
    color:#ff5b21;
    font-size:14px;
    font-weight:700;
}

.nxPromoTag.orange{
    color:#ff6b00;
}

.nxPromoContent h3{
    font-size:20px;
    margin:6px 0 10px;
    color:#222;
    line-height:1.2;
}

.nxPromoContent p{
    color:#666;
    font-size:14px;
    line-height:1.6;
    margin-bottom:18px;
}

.nxPromoBtn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 18px;
    border-radius:40px;
    text-decoration:none;
    background:#ff5b21;
    color:#fff;
    font-size:12px;
    font-weight:600;
}

.nxPromoBtn.dark{
    background:#111;
}

.nxPromoBtn span{
    width:22px;
    height:22px;
    border-radius:50%;
    background:#fff;
    color:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
}

.nxPromoImage{
    width:38%;
    text-align:right;
}

.nxPromoImage img{
    width:100%;
    max-width:150px;
    display:block;
    margin-left:auto;
}

/* Tablet */
@media(max-width:992px){

.nxPromoContainer{
grid-template-columns:repeat(2,1fr);
}

}

/* Mobile */
@media(max-width:576px){

.nxPromoContainer{
grid-template-columns:1fr;
}

.nxPromoCard{
flex-direction:column;
text-align:center;
}

.nxPromoContent{
width:100%;
order:2;
}

.nxPromoImage{
width:100%;
order:1;
margin-bottom:20px;
text-align:center;
}

.nxPromoImage img{
margin:auto;
max-width:180px;
}

}
























